@font-face{font-family:Creamer;src:url(/fonts/Creamer.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Caviar Dreams;src:url(/fonts/CaviarDreams.ttf)format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Caviar Dreams;src:url(/fonts/CaviarDreams_Italic.ttf)format("truetype");font-style:italic;font-weight:400;font-display:swap}@font-face{font-family:Caviar Dreams;src:url(/fonts/CaviarDreams_Bold.ttf)format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Caviar Dreams;src:url(/fonts/CaviarDreams_BoldItalic.ttf)format("truetype");font-style:italic;font-weight:700;font-display:swap}*,:before,:after{box-sizing:border-box}:root{--font-title:"Creamer", "Segoe Print", cursive;--font-body:"Caviar Dreams", "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.55}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--fg);transition:background-color .2s,color .2s}body,body.theme-dark{--bg:#0c0c0c;--bg-2:#141414;--bg-3:#1e1e1e;--fg:#f0ece5;--fg-2:#9e9a94;--fg-3:#5c5956;--accent:#b8282a;--accent-hover:#981f21;--accent-fg:#fff;--border:#262626;--border-strong:#3c3c3c}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;cursor:pointer}p{margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-title);margin:0;font-weight:400}.theme-drawer-backdrop{z-index:1150;pointer-events:none;background:0 0;transition:background-color .2s;position:fixed;inset:0}.theme-drawer-backdrop.is-open{pointer-events:auto;background:#0000008c}.theme-drawer{z-index:1160;background:var(--bg-2);border-left:1px solid var(--border);width:min(300px,100%);height:100vh;padding:1.5rem;transition:transform .22s;position:fixed;top:0;right:0;transform:translate(100%)}.theme-drawer.is-open{transform:translate(0)}.theme-drawer-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.theme-drawer-header h3{color:var(--fg);font-size:.95rem;font-weight:700}.theme-drawer-header p{color:var(--fg-2);margin-top:.25rem;font-size:.82rem}.theme-close-btn{border:1px solid var(--border);width:36px;height:36px;color:var(--fg-2);background:0 0;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;transition:all .14s;display:inline-flex}.theme-close-btn:hover{background:var(--bg-3);color:var(--fg)}.mode-picker{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.mode-btn{background:var(--bg-3);border:1px solid var(--border);height:44px;color:var(--fg-2);letter-spacing:.06em;text-transform:uppercase;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;transition:all .14s;display:flex}.mode-btn.active{background:var(--fg);border-color:var(--fg);color:var(--bg)}.status-copy{color:var(--fg-2);margin:0}.status-copy.error{color:#e05c5c}.commerce-shell{background:var(--bg);grid-template-rows:auto 1fr auto;grid-template-columns:100%;min-height:100vh;display:grid}.commerce-main{width:100%;min-width:0}@keyframes page-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.commerce-page-wrapper{animation:.22s both page-enter}.store-page{width:100%}.commerce-header-shell{z-index:100;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.commerce-header{align-items:center;gap:0;max-width:1400px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.commerce-brand{color:var(--fg);flex-shrink:0;align-items:center;gap:.65rem;margin-right:2rem;text-decoration:none;display:flex}.commerce-brand .wordmark{letter-spacing:-.02em;color:var(--fg);text-transform:uppercase;font-size:1.4rem;font-weight:900;line-height:1}.brand-mark{flex-shrink:0;place-items:center;width:42px;height:42px;display:grid}.brand-mark-image{object-fit:contain;width:100%;height:100%;display:block}.commerce-nav{scrollbar-width:none;flex:1;align-items:stretch;height:64px;display:flex;overflow-x:auto}.commerce-nav::-webkit-scrollbar{display:none}.commerce-nav-link{letter-spacing:.06em;text-transform:uppercase;height:64px;color:var(--fg-2);white-space:nowrap;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;padding:0 .9rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:color .14s,border-color .14s;display:flex}.commerce-nav-link:hover{color:var(--fg)}.commerce-nav-link.active{color:var(--fg);border-bottom-color:var(--accent)}.commerce-nav-dropdown{align-items:stretch;display:flex;position:relative}.commerce-nav-dropdown-trigger{cursor:pointer;background:0 0;border:none;gap:.35rem}.commerce-nav-dropdown-chevron{transition:transform .2s}.commerce-nav-dropdown.open .commerce-nav-dropdown-chevron{transform:rotate(180deg)}.commerce-nav-dropdown-menu{background:var(--bg-2);border:1px solid var(--border);z-index:9000;opacity:0;pointer-events:none;border-radius:.5rem;flex-direction:column;min-width:180px;padding:.35rem 0;transition:opacity .18s,transform .18s;display:flex;position:fixed;top:64px;transform:translateY(-6px);box-shadow:0 8px 24px #00000026}.commerce-nav-dropdown.open .commerce-nav-dropdown-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.commerce-nav-dropdown-item{color:var(--fg-2);white-space:nowrap;padding:.55rem 1rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s}.commerce-nav-dropdown-item:hover{background:var(--bg-3);color:var(--fg)}.commerce-header-actions{flex-shrink:0;align-items:center;gap:.25rem;margin-left:auto;display:flex}.commerce-search-form{background:var(--bg-2);border:1px solid var(--border);border-radius:2px;align-items:center;gap:.5rem;height:36px;margin-right:.5rem;padding:0 .75rem;display:flex}.commerce-search-form svg{color:var(--fg-3);flex-shrink:0}.commerce-search-form input{color:var(--fg);background:0 0;border:none;outline:none;width:140px;font-size:.82rem}.commerce-search-form input::placeholder{color:var(--fg-3)}.commerce-icon-btn{width:38px;height:38px;color:var(--fg-2);background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;transition:color .14s,background-color .14s;display:inline-flex}.commerce-icon-btn:hover{color:var(--fg);background:var(--bg-2)}.commerce-cart-btn{background:var(--accent);height:36px;color:var(--accent-fg);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;flex-shrink:0;align-items:center;gap:.45rem;margin-left:.25rem;padding:0 1rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:background-color .14s;display:inline-flex;position:relative}.commerce-cart-btn:hover{background:var(--accent-hover)}.commerce-mobile-menu-btn{display:none}.commerce-cart-badge{min-width:18px;height:18px;color:var(--accent);background:#fff;border-radius:9px;justify-content:center;align-items:center;padding:0 4px;font-size:.65rem;font-weight:800;line-height:1;display:inline-flex}.btn-primary{background:var(--accent);height:48px;color:var(--accent-fg);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;border:none;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:background-color .14s;display:inline-flex}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{height:48px;color:var(--fg);border:1px solid var(--border-strong);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:0 0;border-radius:2px;justify-content:center;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .14s,background-color .14s;display:inline-flex}.btn-secondary:hover{border-color:var(--fg-2);background:var(--bg-2)}.store-section{max-width:1400px;margin:0 auto;padding:3.5rem 1.5rem}.store-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;display:flex}.store-section-head h2{letter-spacing:-.02em;color:var(--fg);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900;line-height:1.05}.store-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:.4rem;font-size:.72rem;font-weight:700;display:block}.store-text-link{letter-spacing:.08em;text-transform:uppercase;color:var(--fg-2);white-space:nowrap;flex-shrink:0;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;text-decoration:none;transition:color .14s;display:inline-flex}.store-text-link:hover{color:var(--fg)}.store-product-grid{background:var(--border);border:1px solid var(--border);grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid}.store-product-card{background:var(--bg);flex-direction:column;transition:background-color .16s;display:flex}.store-product-card:hover{background:var(--bg-2)}.store-product-media{aspect-ratio:1;background:var(--bg-2);text-decoration:none;display:block;position:relative;overflow:hidden}.store-product-media img{object-fit:cover;width:100%;height:100%;transition:transform .42s;display:block}.store-product-media-fallback{width:100%;height:100%;color:var(--fg-3);place-items:center;display:grid}.store-card-badges{z-index:1;flex-direction:column;gap:.35rem;display:flex;position:absolute;top:.7rem;left:.7rem}.store-card-badge{letter-spacing:.1em;text-transform:uppercase;border-radius:1px;align-items:center;gap:.3rem;padding:.2rem .5rem;font-size:.68rem;font-weight:700;display:inline-flex}.store-card-badge.sale{background:var(--accent);color:#fff}.store-card-badge.featured{background:var(--fg);color:var(--bg)}.store-product-info{flex-direction:column;flex:1;gap:.3rem;padding:.8rem .9rem 1rem;display:flex}.store-product-brand{letter-spacing:.12em;text-transform:uppercase;color:var(--fg-3);font-size:.68rem;font-weight:700}.store-product-name{color:var(--fg);font-size:.9rem;font-weight:600;line-height:1.35;text-decoration:none;display:block}.store-product-footer{justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.55rem;display:flex}.store-product-price{flex-wrap:wrap;align-items:baseline;gap:.55rem;display:flex}.store-product-price strong{color:var(--fg);font-size:.95rem;font-weight:700}.store-product-price .compare{color:var(--fg-3);font-size:.82rem;text-decoration:line-through}.store-add-btn{background:var(--bg-3);border:1px solid var(--border-strong);width:32px;height:32px;color:var(--fg-2);cursor:pointer;border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .14s,color .14s,border-color .14s;display:inline-flex}.store-add-btn:hover:not(:disabled){background:var(--accent);border-color:var(--accent);color:#fff}.store-add-btn.is-added{color:#fff;background:#1a6b3c;border-color:#1a6b3c}.store-add-btn:disabled{opacity:.35;cursor:not-allowed}.store-carousel{-webkit-user-select:none;user-select:none;background:#0c0c0c;height:85vh;min-height:560px;max-height:820px;position:relative;overflow:hidden}.store-carousel-skeleton{background:var(--bg-3);height:85vh;min-height:560px;max-height:820px}.store-carousel-track{will-change:transform;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);display:flex}.store-carousel-slide{flex:0 0 100%;height:100%;position:relative;overflow:hidden}.store-carousel-bg{position:absolute;inset:0}.store-carousel-bg img{object-fit:cover;opacity:.8;transform-origin:50%;width:100%;height:100%;transition:transform 8s;display:block}.store-carousel-slide:not([aria-hidden=true]) .store-carousel-bg img{transform:scale(1.04)}.store-carousel-overlay{background:linear-gradient(#0c0c0c1a 0%,#0c0c0c8c 55%,#0c0c0cf2 100%);position:absolute;inset:0}.store-carousel-content{z-index:1;flex-direction:column;justify-content:flex-end;max-width:1400px;height:100%;margin:0 auto;padding:0 1.5rem 5rem;display:flex;position:relative}.store-carousel-content h1{letter-spacing:-.03em;color:#fff;text-transform:uppercase;white-space:pre-line;max-width:14ch;margin:.5rem 0 1.25rem;font-size:clamp(3rem,8vw,6.5rem);font-weight:900;line-height:.92}.store-carousel-content p{color:#f0ece5b3;max-width:44ch;margin-bottom:2rem;font-size:1rem;line-height:1.65}.store-carousel-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.store-carousel-arrow{z-index:10;color:#fff;cursor:pointer;background:#0c0c0c99;border:1px solid #ffffff26;border-radius:0;justify-content:center;align-items:center;width:48px;height:48px;transition:background .15s,border-color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.store-carousel-arrow:hover{background:#b8282ad9;border-color:#0000}.store-carousel-arrow-prev{left:1.5rem}.store-carousel-arrow-next{right:1.5rem}.store-carousel-dots{z-index:10;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:1.75rem;left:50%;transform:translate(-50%)}.store-carousel-dot{cursor:pointer;background:#ffffff4d;border:none;width:24px;height:3px;padding:0;transition:background .2s,width .2s}.store-carousel-dot.is-active{background:var(--accent);width:40px}.store-promo-banner{background:#0c0c0c;align-items:center;min-height:420px;display:flex;position:relative;overflow:hidden}.store-promo-banner-bg{position:absolute;inset:0}.store-promo-banner-bg img{object-fit:cover;opacity:.3;width:100%;height:100%;display:block}.store-promo-banner-overlay{background:linear-gradient(100deg,#0c0c0c 40%,#0000 80%);position:absolute;inset:0}.store-promo-banner-content{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:3rem;width:100%;max-width:1400px;margin:0 auto;padding:4rem 1.5rem;display:flex;position:relative}.store-promo-banner-text .store-eyebrow{color:var(--accent)}.store-promo-banner-text h2{letter-spacing:-.03em;color:#fff;text-transform:uppercase;max-width:18ch;margin:.6rem 0 1rem;font-size:clamp(2rem,5vw,3.75rem);font-weight:900;line-height:.95}.store-promo-banner-text p{color:#f0ece5a6;max-width:44ch;font-size:1rem;line-height:1.6}.store-promo-banner-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;display:flex}.store-catalog-header{border-bottom:1px solid var(--border);background:var(--bg-2)}.store-catalog-header-inner{justify-content:space-between;align-items:flex-end;gap:1rem;max-width:1400px;margin:0 auto;padding:2.5rem 1.5rem 1.5rem;display:flex}.store-catalog-header h1{letter-spacing:-.03em;color:var(--fg);text-transform:uppercase;font-size:clamp(1.75rem,4vw,3rem);font-weight:900;line-height:1}.store-catalog-stats{flex-shrink:0;align-items:center;gap:2.5rem;padding-bottom:.25rem;display:flex}.store-catalog-stat{flex-direction:column;align-items:flex-end;gap:.15rem;display:flex}.store-catalog-stat strong{color:var(--fg);font-size:1.5rem;font-weight:900;line-height:1}.store-catalog-stat span{letter-spacing:.12em;text-transform:uppercase;color:var(--fg-3);font-size:.68rem;font-weight:700}.store-filter-bar{border-bottom:1px solid var(--border);background:var(--bg);z-index:90;position:sticky;top:64px}.store-filter-bar-inner{scrollbar-width:none;align-items:stretch;max-width:1400px;margin:0 auto;display:flex;overflow-x:auto}.store-filter-bar-inner::-webkit-scrollbar{display:none}.store-filter-controls{display:contents}.store-filter-search{border-right:1px solid var(--border);flex:1;align-items:center;gap:0;min-width:180px;padding-left:1rem;display:flex}.store-filter-search svg{color:var(--fg-3);flex-shrink:0}.store-filter-search input{height:50px;color:var(--fg);background:0 0;border:none;outline:none;flex:1;padding:0 1rem;font-size:.875rem}.store-filter-search input::placeholder{color:var(--fg-3)}.store-filter-select{border-right:1px solid var(--border);flex-shrink:0;align-items:stretch;display:flex}.store-filter-select select{height:50px;color:var(--fg);appearance:none;cursor:pointer;white-space:nowrap;background:0 0;border:none;outline:none;padding:0 1.75rem 0 1rem;font-size:.82rem;font-weight:500}.store-filter-select select option{background:var(--bg-2);color:var(--fg)}.store-filter-checkbox{letter-spacing:.08em;text-transform:uppercase;height:50px;color:var(--fg-2);border-right:1px solid var(--border);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:.5rem;padding:0 1.25rem;font-size:.78rem;font-weight:700;display:flex}.store-filter-checkbox input{accent-color:var(--accent);cursor:pointer}.store-filter-checkbox:has(input:checked){color:var(--fg);background:var(--bg-2)}.store-filter-mobile-btn,.store-filter-mobile-panel{display:none}.store-catalog-results{max-width:1400px;margin:0 auto}.store-catalog-count{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3);border-bottom:1px solid var(--border);padding:.9rem 1.5rem;font-size:.78rem;font-weight:700}.store-empty{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:5rem 1.5rem;display:flex}.store-empty strong{color:var(--fg);font-size:1rem;font-weight:700}.store-empty p{color:var(--fg-2);font-size:.875rem}.store-pagination-shell{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.store-pagination-summary{align-items:baseline;gap:.4rem;font-size:.82rem;display:flex}.store-pagination-summary strong{color:var(--fg);font-weight:700}.store-pagination-summary span{color:var(--fg-2)}.store-pagination-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.store-pagination-per-page{color:var(--fg-3);letter-spacing:.06em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;display:flex}.store-pagination-per-page select{background:var(--bg-2);border:1px solid var(--border);color:var(--fg);cursor:pointer;border-radius:2px;outline:none;padding:.3rem .6rem;font-size:.82rem}.store-pagination-nav,.store-pagination-group{align-items:center;gap:.25rem;display:flex}.store-pagination-gap{min-width:36px;height:36px;color:var(--fg-3);justify-content:center;align-items:center;font-size:.875rem;display:inline-flex}.store-page-button{border:1px solid var(--border);min-width:36px;height:36px;color:var(--fg-2);cursor:pointer;background:0 0;border-radius:2px;justify-content:center;align-items:center;padding:0 .5rem;font-size:.82rem;font-weight:600;transition:all .14s;display:inline-flex}.store-page-button:hover:not(:disabled){background:var(--bg-2);color:var(--fg);border-color:var(--border-strong)}.store-page-button.is-active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:700}.store-page-button:disabled{opacity:.3;cursor:not-allowed}.store-detail-layout{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;display:grid}.store-detail-gallery{border-right:1px solid var(--border);flex-direction:column;display:flex}.store-gallery-stage{background:var(--bg-2);aspect-ratio:1;flex:1;justify-content:center;align-items:center;display:flex;overflow:hidden}.store-gallery-stage img{object-fit:cover;width:100%;height:100%;display:block}.store-visual-fallback{color:var(--fg-3);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;min-height:300px;padding:2rem;font-size:.82rem;display:flex}.store-gallery-thumbs{background:var(--border);border-top:1px solid var(--border);gap:1px;display:flex}.store-gallery-thumb{aspect-ratio:1;background:var(--bg-2);cursor:pointer;border:none;flex:1;padding:0;transition:opacity .14s;position:relative;overflow:hidden}.store-gallery-thumb:after{content:"";pointer-events:none;border:2px solid #0000;transition:border-color .14s;position:absolute;inset:0}.store-gallery-thumb.is-active:after{border-color:var(--accent)}.store-gallery-thumb img{object-fit:cover;width:100%;height:100%;display:block}.store-detail-panel{flex-direction:column;gap:2rem;padding:3rem 2.5rem;display:flex}.store-detail-brand{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.72rem;font-weight:700}.store-detail-title{letter-spacing:-.02em;color:var(--fg);text-transform:uppercase;font-size:clamp(1.5rem,3vw,2.5rem);font-weight:900;line-height:1.1}.store-detail-desc{color:var(--fg-2);font-size:.95rem;line-height:1.7}.store-price-block{flex-wrap:wrap;align-items:baseline;gap:1rem;display:flex}.store-price-block .main-price{color:var(--fg);font-size:2.25rem;font-weight:900;line-height:1}.store-price-block .compare-price{color:var(--fg-3);font-size:1.1rem;text-decoration:line-through}.store-stock-badge{letter-spacing:.12em;text-transform:uppercase;border-radius:2px;align-items:center;padding:.25rem .65rem;font-size:.68rem;font-weight:700;display:inline-flex}.store-stock-badge.in-stock{color:#16a34a;background:#22c55e1a}.store-stock-badge.out-of-stock{color:#dc2626;background:#ef44441a}.store-detail-meta{background:var(--border);border:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1px;display:grid}.store-detail-meta-item{background:var(--bg);flex-direction:column;gap:.25rem;padding:.9rem 1rem;display:flex}.store-detail-meta-item span{letter-spacing:.12em;text-transform:uppercase;color:var(--fg-3);font-size:.68rem;font-weight:700}.store-detail-meta-item strong{color:var(--fg);font-size:.92rem;font-weight:700}.store-detail-categories{flex-wrap:wrap;gap:.5rem;display:flex}.store-category-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--fg-2);border:1px solid var(--border);border-radius:2px;align-items:center;gap:.3rem;padding:.3rem .7rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .14s;display:inline-flex}.store-category-tag:hover{color:var(--fg);border-color:var(--border-strong);background:var(--bg-2)}.store-detail-actions{flex-wrap:wrap;gap:.75rem;display:flex}.store-cat-hero{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;min-height:420px;display:grid}.store-cat-hero-content{border-right:1px solid var(--border);background:var(--bg-2);flex-direction:column;justify-content:flex-end;gap:1.5rem;padding:3.5rem;display:flex}.store-cat-hero-title{letter-spacing:-.03em;color:var(--fg);text-transform:uppercase;font-size:clamp(2rem,4vw,3.5rem);font-weight:900;line-height:1}.store-cat-hero-desc{color:var(--fg-2);max-width:44ch;font-size:.95rem;line-height:1.65}.store-cat-hero-stats{gap:2.5rem;display:flex}.store-cat-stat{flex-direction:column;gap:.2rem;display:flex}.store-cat-stat strong{color:var(--fg);font-size:1.75rem;font-weight:900;line-height:1}.store-cat-stat span{letter-spacing:.12em;text-transform:uppercase;color:var(--fg-3);font-size:.68rem;font-weight:700}.store-cat-hero-actions{flex-wrap:wrap;gap:.75rem;display:flex}.store-cat-hero-visual{background:var(--bg-3);overflow:hidden}.store-cat-hero-visual img{object-fit:cover;width:100%;height:100%;display:block}.commerce-footer{background:var(--bg-2);border-top:1px solid var(--border)}.commerce-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;max-width:1400px;margin:0 auto;display:grid}.commerce-footer-col{border-right:1px solid var(--border);padding:2.5rem 2rem}.commerce-footer-col:last-child{border-right:none}.commerce-footer-logo{letter-spacing:-.02em;color:var(--fg);text-transform:uppercase;font-size:1.4rem;font-weight:900;display:block}.commerce-footer-brand{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.commerce-footer-tagline{color:var(--fg-2);font-size:.875rem;line-height:1.65}.commerce-footer-heading{letter-spacing:.14em;text-transform:uppercase;color:var(--fg-3);margin-bottom:1rem;font-size:.68rem;font-weight:700;display:block}.commerce-footer-links{flex-direction:column;gap:.65rem;display:flex}.commerce-footer-links a,.commerce-footer-links span{color:var(--fg-2);font-size:.875rem;text-decoration:none;transition:color .14s}.commerce-footer-links a:hover{color:var(--fg)}.commerce-footer-bottom{border-top:1px solid var(--border);width:100%;max-width:1400px;color:var(--fg-3);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;padding:1rem 2rem;font-size:.78rem;display:flex}.checkout-page{background:var(--bg);min-height:80vh}.checkout-inner{grid-template-columns:1fr 420px;align-items:start;gap:0;max-width:1100px;margin:0 auto;padding:3rem 1.5rem;display:grid}.checkout-empty,.checkout-success{text-align:center;color:var(--fg-2);flex-direction:column;justify-content:center;align-items:center;gap:1rem;max-width:480px;margin:0 auto;padding:5rem 1.5rem;display:flex}.checkout-empty h2,.checkout-success h2{color:var(--fg);letter-spacing:-.02em;font-size:1.75rem;font-weight:900}.checkout-empty p,.checkout-success p{font-size:.95rem;line-height:1.6}.checkout-success-icon{color:#fff;background:#1a6b3c;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;display:flex}.checkout-success-note{color:var(--fg-3);font-size:.875rem}.checkout-success-total{background:var(--bg-2);border:1px solid var(--border);border-radius:2px;justify-content:space-between;align-items:center;width:100%;max-width:300px;margin-top:.5rem;padding:1rem 1.25rem;display:flex}.checkout-success-total span{color:var(--fg-2);font-size:.85rem}.checkout-success-total strong{color:var(--fg);font-size:1.1rem;font-weight:700}.checkout-breadcrumb{margin-bottom:1.5rem}.checkout-back-btn{letter-spacing:.06em;text-transform:uppercase;color:var(--fg-3);cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.8rem;font-weight:600;transition:color .14s;display:inline-flex}.checkout-back-btn:hover{color:var(--fg-2)}.checkout-form-col{padding-right:3rem}.checkout-title{letter-spacing:-.03em;color:var(--fg);margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:900}.checkout-server-error{color:#e05c5c;background:#e05c5c1a;border:1px solid #e05c5c66;border-radius:2px;margin-bottom:1.5rem;padding:.85rem 1rem;font-size:.875rem}.checkout-fieldset{border:none;margin:0 0 2rem;padding:0}.checkout-fieldset legend{letter-spacing:.14em;text-transform:uppercase;color:var(--fg-3);border-bottom:1px solid var(--border);width:100%;margin-bottom:1.25rem;padding-bottom:.6rem;font-size:.72rem;font-weight:700;display:block}.checkout-field{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.checkout-field-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-field label{color:var(--fg-2);letter-spacing:.02em;font-size:.8rem;font-weight:600}.checkout-field label span{color:var(--accent);margin-left:2px}.checkout-field input,.checkout-field textarea,.checkout-field select{background:var(--bg-2);border:1px solid var(--border-strong);width:100%;height:46px;color:var(--fg);border-radius:2px;outline:none;padding:0 1rem;font-size:.9rem;transition:border-color .14s,background-color .14s}.checkout-field select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;padding-right:2.5rem}.checkout-field textarea{resize:vertical;height:auto;min-height:80px;padding:.75rem 1rem}.checkout-field input:focus,.checkout-field textarea:focus,.checkout-field select:focus{border-color:var(--fg-2);background:var(--bg-3)}.checkout-field input[aria-invalid=true],.checkout-field select[aria-invalid=true]{border-color:#e05c5c}.checkout-field-error{color:#e05c5c;font-size:.78rem}.checkout-field-hint{color:var(--fg-3);font-size:.78rem}.checkout-submit-btn{width:100%;height:52px;font-size:.9rem}.checkout-submit-btn:disabled{opacity:.6;cursor:not-allowed}.checkout-paypal-panel{gap:.9rem;display:grid}.checkout-paypal-rate,.checkout-paypal-loading{border:1px solid var(--border);background:var(--bg-2);color:var(--fg-2);align-items:center;gap:.5rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.4;display:flex}.paypal-buttons{min-height:48px}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}.checkout-summary-col{background:var(--bg-2);border:1px solid var(--border);padding:1.75rem;position:sticky;top:80px}.checkout-summary-title{letter-spacing:.08em;text-transform:uppercase;color:var(--fg);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:1rem;font-size:.85rem;font-weight:700;display:flex}.checkout-summary-count{color:var(--fg-3);font-size:.72rem;font-weight:600}.checkout-summary-items{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;flex-direction:column;gap:.75rem;max-height:340px;margin-bottom:1.5rem;display:flex;overflow-y:auto}.checkout-summary-item{align-items:center;gap:.75rem;display:flex}.checkout-summary-img{background:var(--bg-3);border:1px solid var(--border);flex-shrink:0;width:52px;height:52px;position:relative;overflow:hidden}.checkout-summary-img img{object-fit:cover;width:100%;height:100%;display:block}.checkout-summary-img-fallback{background:var(--bg-3);width:100%;height:100%}.checkout-summary-qty{background:var(--accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px}.checkout-summary-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.checkout-summary-brand{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3);font-size:.65rem;font-weight:700}.checkout-summary-name{color:var(--fg);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.82rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.checkout-summary-price{color:var(--fg);flex-shrink:0;font-size:.9rem;font-weight:700}.checkout-summary-totals{border-top:1px solid var(--border);flex-direction:column;gap:.6rem;padding-top:1rem;display:flex}.checkout-total-row{color:var(--fg-2);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.checkout-total-row.is-total{color:var(--fg);border-top:1px solid var(--border);margin-top:.2rem;padding-top:.6rem;font-size:1rem}.checkout-total-row.is-total strong{font-size:1.15rem;font-weight:700}.cart-drawer-backdrop{z-index:1150;pointer-events:none;background:0 0;transition:background-color .22s;position:fixed;inset:0}.cart-drawer-backdrop.is-open{pointer-events:auto;background:#000000a6}.cart-drawer{z-index:1160;background:var(--bg-2);border-left:1px solid var(--border);flex-direction:column;width:min(420px,100%);height:100vh;transition:transform .24s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.cart-drawer-title{letter-spacing:.08em;text-transform:uppercase;color:var(--fg);align-items:center;gap:.6rem;font-size:.85rem;font-weight:700;display:flex}.cart-count-badge{background:var(--accent);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.68rem;font-weight:800;display:inline-flex}.cart-close-btn{border:1px solid var(--border);width:36px;height:36px;color:var(--fg-2);cursor:pointer;background:0 0;border-radius:2px;justify-content:center;align-items:center;transition:all .14s;display:inline-flex}.cart-close-btn:hover{background:var(--bg-3);color:var(--fg)}.cart-empty{color:var(--fg-3);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.cart-empty p{color:var(--fg-2);font-size:1rem;font-weight:600}.cart-empty span{font-size:.85rem}.cart-items{scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent;flex:1;padding:.5rem 0;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);align-items:center;gap:.9rem;padding:.9rem 1.5rem;transition:background-color .14s;display:flex}.cart-item:last-child{border-bottom:none}.cart-item:hover{background:var(--bg-3)}.cart-item-image{background:var(--bg-3);border:1px solid var(--border);border-radius:1px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.cart-item-image img{object-fit:cover;width:100%;height:100%;display:block}.cart-item-image-fallback{background:var(--bg-3);width:100%;height:100%}.cart-item-info{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.cart-item-brand{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3);font-size:.65rem;font-weight:700}.cart-item-name{color:var(--fg);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.cart-item-price{color:var(--fg);margin-top:.15rem;font-size:.9rem;font-weight:700}.cart-item-controls{flex-direction:column;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.cart-qty{border:1px solid var(--border-strong);align-items:center;display:flex}.cart-qty-btn{width:28px;height:28px;color:var(--fg-2);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .12s,color .12s;display:inline-flex}.cart-qty-btn:hover{background:var(--bg-3);color:var(--fg)}.cart-qty-value{width:30px;height:28px;color:var(--fg);border-left:1px solid var(--border-strong);border-right:1px solid var(--border-strong);justify-content:center;align-items:center;font-size:.82rem;font-weight:700;display:inline-flex}.cart-remove-btn{width:28px;height:28px;color:var(--fg-3);cursor:pointer;background:0 0;border:none;border-radius:2px;justify-content:center;align-items:center;transition:color .14s,background-color .14s;display:inline-flex}.cart-remove-btn:hover{color:#e05c5c;background:#e05c5c1a}.cart-footer{border-top:1px solid var(--border);background:var(--bg-2);flex-direction:column;flex-shrink:0;gap:.75rem;padding:1.25rem 1.5rem;display:flex}.cart-subtotal{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.75rem;display:flex}.cart-subtotal span{color:var(--fg-2);font-size:.82rem}.cart-subtotal strong{color:var(--fg);font-size:1.1rem;font-weight:700}.cart-checkout-btn{width:100%;height:48px}.cart-checkout-btn:disabled{opacity:.4;cursor:not-allowed}.cart-clear-btn{color:var(--fg-3);letter-spacing:.06em;text-transform:uppercase;cursor:pointer;text-align:center;background:0 0;border:none;padding:.25rem;font-size:.78rem;font-weight:600;transition:color .14s}.cart-clear-btn:hover{color:var(--fg-2)}@media (width<=1100px){.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.commerce-mobile-overlay{z-index:1200;opacity:0;pointer-events:none;background:#00000080;transition:opacity .25s;display:none;position:fixed;inset:0}.commerce-mobile-overlay.open{opacity:1;pointer-events:auto}.commerce-mobile-drawer{background:var(--bg);border-right:1px solid var(--border);z-index:1300;flex-direction:column;width:min(320px,85vw);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%)}.commerce-mobile-drawer.open{transform:translate(0)}.commerce-mobile-drawer-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.commerce-mobile-drawer-title{letter-spacing:.04em;text-transform:uppercase;color:var(--fg);font-size:1rem;font-weight:700}.commerce-mobile-nav{flex-direction:column;flex:1;padding:.5rem 0;display:flex}.commerce-mobile-nav-link{letter-spacing:.04em;text-transform:uppercase;color:var(--fg-2);border-left:3px solid #0000;align-items:center;padding:.75rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .14s,background .14s,border-color .14s;display:flex}.commerce-mobile-nav-link:hover{color:var(--fg);background:var(--bg-2)}.commerce-mobile-nav-link.active{color:var(--fg);border-left-color:var(--accent);background:var(--bg-2)}.commerce-mobile-nav-link--sub{text-transform:none;letter-spacing:.02em;padding-left:1.75rem;font-size:.8rem;font-weight:500}.commerce-mobile-nav-section{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-3);padding:1rem 1.25rem .4rem;font-size:.7rem;font-weight:700;display:block}@media (width<=860px){.commerce-nav{display:none}.commerce-brand{margin-right:auto}.commerce-mobile-menu-btn{display:flex}.commerce-mobile-overlay{display:block}.store-filter-bar-inner{flex-wrap:nowrap}.store-filter-search{border-right:none;flex:1;min-width:0;height:48px}.store-filter-search input{height:48px}.store-filter-controls{display:none}.store-filter-mobile-btn{border:none;border-left:1px solid var(--border);letter-spacing:.06em;text-transform:uppercase;height:48px;color:var(--fg-2);cursor:pointer;background:0 0;flex-shrink:0;align-items:center;gap:.4rem;padding:0 1rem;font-size:.78rem;font-weight:700;transition:color .14s,background .14s;display:flex;position:relative}.store-filter-mobile-btn:hover,.store-filter-mobile-btn.has-filters{color:var(--fg);background:var(--bg-2)}.store-filter-mobile-badge{background:var(--accent);width:18px;height:18px;color:var(--accent-fg);letter-spacing:0;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:inline-flex}.store-filter-mobile-panel{border-bottom:1px solid var(--border);background:var(--bg-2);max-height:0;transition:max-height .28s cubic-bezier(.4,0,.2,1);display:block;overflow:hidden}.store-filter-mobile-panel.open{max-height:400px}.store-filter-mobile-panel-inner{flex-direction:column;gap:.75rem;padding:1rem 1rem .75rem;display:flex}.store-filter-mobile-field{flex-direction:column;gap:.35rem;display:flex}.store-filter-mobile-label{letter-spacing:.08em;text-transform:uppercase;color:var(--fg-3);font-size:.7rem;font-weight:700}.store-filter-mobile-select{background:var(--bg);border:1px solid var(--border);width:100%;height:40px;color:var(--fg);appearance:none;cursor:pointer;border-radius:.375rem;outline:none;padding:0 .75rem;font-size:.875rem}.store-filter-mobile-toggle{color:var(--fg-2);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.store-filter-mobile-toggle input{accent-color:var(--accent);cursor:pointer;width:16px;height:16px}.commerce-search-form{display:none}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-promo-banner-content{flex-direction:column;align-items:flex-start;gap:2rem}.checkout-inner{grid-template-columns:1fr}.checkout-form-col{order:2;padding-right:0}.checkout-summary-col{order:1;position:static}.checkout-field-row,.store-detail-layout,.store-cat-hero{grid-template-columns:1fr}.store-detail-gallery{border-right:none;border-bottom:1px solid var(--border)}.store-cat-hero-content{border-right:none;border-bottom:1px solid var(--border);padding:2.5rem 1.5rem}.store-cat-hero{min-height:auto}.store-cat-hero-visual{min-height:260px}.commerce-footer-grid{grid-template-columns:1fr 1fr}.store-catalog-header-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.store-catalog-stats{align-items:flex-start}.store-detail-panel{padding:2rem 1.5rem}}@media (width<=560px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-carousel{height:75vh;min-height:480px}.store-carousel-arrow{display:none}.store-carousel-overlay{background:linear-gradient(#0c0c0c26 0%,#0c0c0ca6 55%,#0c0c0cfa 100%)}.commerce-footer-grid{grid-template-columns:1fr}.commerce-footer-col{border-right:none;border-bottom:1px solid var(--border)}.commerce-footer-col:last-child{border-bottom:none}.store-pagination-shell{flex-direction:column;align-items:flex-start}.store-section{padding:2.5rem 1.25rem}}.st-toast-stack{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;width:280px;display:flex;position:fixed;top:1.5rem;right:1.5rem}.st-toast{background:var(--bg-2);border:1px solid var(--border-strong);border-left:3px solid var(--accent);color:var(--fg);pointer-events:all;border-radius:6px;align-items:center;gap:.6rem;padding:.6rem .75rem;font-size:.8rem;font-weight:500;animation:.2s st-toast-in;display:flex;box-shadow:0 4px 16px #0000002e}@keyframes st-toast-in{0%{opacity:0;transform:translate(14px)}to{opacity:1;transform:translate(0)}}.st-toast-icon{background:var(--accent);width:28px;height:28px;color:var(--accent-fg);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.st-toast-icon img{object-fit:cover;width:100%;height:100%}.st-toast-message{flex:1;line-height:1.3}.st-toast-close{cursor:pointer;width:20px;height:20px;color:var(--fg-3);background:0 0;border:none;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.st-toast-close:hover{color:var(--fg)}.commerce-mobile-drawer-brand{align-items:center;gap:.65rem;display:flex}.commerce-mobile-drawer-brand .brand-mark{width:38px;height:38px}body.theme-light{--bg:#fff;--bg-2:#fff3f5;--bg-3:#ffdee4;--fg:#710013;--fg-2:#6f4650;--fg-3:#a37882;--accent:#d10023;--accent-hover:#aa001c;--accent-fg:#fff;--border:#f2d5db;--border-strong:#ffb8c4}.commerce-header-shell{background:color-mix(in srgb, var(--bg) 94%, transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.commerce-header{max-width:1480px;height:76px}.commerce-brand .wordmark,.commerce-footer-logo{font-family:var(--font-title);text-transform:none;letter-spacing:0;font-weight:400}.commerce-brand .wordmark{font-size:1.75rem}.brand-mark{width:42px;height:42px}.commerce-nav,.commerce-nav-link{height:76px}.commerce-nav-link{text-transform:none;letter-spacing:.02em;font-size:.75rem}.commerce-nav-dropdown-menu{top:110px}.commerce-search-form{background:0 0;border-radius:999px}.commerce-cart-btn{border-radius:999px}.store-carousel,.store-carousel-skeleton{height:min(72vh,720px);min-height:560px}.store-carousel-overlay{background:linear-gradient(90deg,#710013d1 0%,#7100136b 46%,#71001314 78%)}.store-carousel-content{justify-content:center;padding:4rem clamp(1.5rem,6vw,6rem)}.store-carousel-content h1,.store-promo-banner-text h2,.store-section-head h2{font-family:var(--font-title);text-transform:none;letter-spacing:0;font-weight:400}.store-carousel-content h1{max-width:11ch;font-size:clamp(3.2rem,6.5vw,6.2rem);line-height:.98}.store-carousel-content p{color:#ffffffdb;font-size:1.05rem}.btn-primary,.btn-secondary{border-radius:999px;padding-inline:1.4rem}.store-carousel-arrow,.store-add-btn{border-radius:50%}.store-assurance{background:#ffb8c4;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1180px;margin:2rem auto;padding:2.4rem 1.5rem;display:grid}.store-assurance-item{border-right:1px solid var(--border);justify-content:center;align-items:center;gap:1rem;padding:.75rem 2rem;display:flex}.store-assurance-item:last-child{border-right:0}.store-assurance-item svg{color:var(--accent);flex:none}.store-assurance-item div{gap:.18rem;display:grid}.store-assurance-item strong{font-family:var(--font-title);font-size:1.2rem;font-weight:400}.store-assurance-item span{color:var(--fg-2);font-size:.76rem;line-height:1.45}.store-section{padding-block:clamp(4rem,7vw,7rem)}.store-section-head-centered{text-align:center;justify-content:center}.store-section-head-centered>div{max-width:650px}.store-section-head-centered h2{margin-top:.4rem;font-size:clamp(2.4rem,4vw,4rem)}.store-section-head-centered p{color:var(--fg-2);margin-top:1rem;line-height:1.7}.store-category-showcase{background:#fff3f5}.store-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;margin-top:2.5rem;display:grid}.store-category-card{text-align:center;background:#fff;border:1px solid #f0dce0;border-radius:18px;gap:.55rem;padding:.65rem .65rem 1.1rem;transition:transform .22s,box-shadow .22s;display:grid;box-shadow:0 5px 18px #7100130d}.store-category-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #7100131a}.store-category-card-media{aspect-ratio:4/5;background:#ffb8c4;border-radius:13px;place-items:center;margin-bottom:.55rem;display:grid;overflow:hidden}.store-category-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.store-category-card:hover img{transform:scale(1.035)}.store-category-card-media>span{font-family:var(--font-title);color:var(--fg-3);font-size:4rem}.store-category-card strong{font-family:var(--font-title);font-size:1.4rem;font-weight:400}.store-category-card>span{color:var(--fg-2);text-underline-offset:4px;font-size:.72rem;text-decoration:underline}.store-product-grid{background:0 0;border:0;gap:clamp(1rem,2vw,1.75rem)}.store-product-card{background:#fff;border:1px solid #f0dce0;border-radius:18px;min-width:0;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden;box-shadow:0 5px 18px #7100130f}.store-product-card:hover{background:#fff;border-color:#e9c5cc;transform:translateY(-4px);box-shadow:0 14px 34px #7100131f}.store-product-media{aspect-ratio:4/5;background:#fff7f8;border-radius:13px;margin:.55rem .55rem 0}.store-product-media img{transition:transform .35s}.store-product-card:hover .store-product-media img{transform:scale(1.025)}.store-product-info{gap:.42rem;padding:1rem 1rem 1.15rem}.store-product-name{font-family:var(--font-title);min-height:2.7em;font-size:1.25rem;font-weight:400}.store-product-footer{padding-top:.8rem}.store-card-badges{top:1rem;left:1rem}.store-card-badge{letter-spacing:.04em;border-radius:999px;padding:.3rem .58rem;box-shadow:0 3px 10px #71001329}.store-add-btn{color:#710013;background:#fff;border-color:#f0c4cd;width:36px;height:36px;transition:transform .18s,background-color .18s,color .18s,border-color .18s;box-shadow:0 2px 8px #7100130f}.store-add-btn:hover:not(:disabled){color:#fff;background:#d10023;border-color:#d10023;transform:scale(1.06)}.store-promo-banner{min-height:560px}.store-promo-banner-bg img{opacity:.52}.store-promo-banner-overlay{background:linear-gradient(90deg,#710013f5 0%,#710013b8 52%,#7100132e 100%)}.store-promo-banner-text h2{line-height:1}.commerce-footer{color:#fff;background:#710013}.commerce-footer-grid{max-width:1240px}.commerce-footer-col{border-color:#ffffff1f}.commerce-footer-logo,.commerce-footer-links a{color:#fffdf8}.commerce-footer-tagline,.commerce-footer-heading{color:#ffffffa6}.commerce-footer-brand .brand-mark{background:#fff8f9;border-radius:14px;width:48px;height:48px;padding:5px;box-shadow:0 8px 22px #2b000833}@media (width<=900px){.store-assurance{grid-template-columns:1fr}.store-assurance-item{border-right:0;border-bottom:1px solid var(--border);justify-content:flex-start}.store-assurance-item:last-child{border-bottom:0}.store-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=560px){.store-carousel,.store-carousel-skeleton{height:72vh;min-height:540px}.store-carousel-content{justify-content:flex-end;padding:2rem 1.25rem 4rem}.store-carousel-content h1{font-size:clamp(2.8rem,14vw,4.2rem)}.store-category-grid,.store-product-grid{gap:.75rem}.store-product-card{border-radius:14px}.store-product-media{border-radius:10px;margin:.38rem .38rem 0}.store-product-info{padding:.75rem}.store-product-name{min-height:2.6em;font-size:.92rem}.store-product-price{gap:.3rem}.store-product-price strong{font-size:.88rem}.store-product-price .compare{font-size:.72rem}.store-add-btn{width:32px;height:32px}}.creative-home{color:#710013;background:#fff;overflow:hidden}.creative-hero{background:#fff0ed;border-radius:30px;max-width:1540px;min-height:clamp(560px,70vh,760px);margin:1.25rem auto 0;position:relative;overflow:hidden;box-shadow:0 18px 60px #7100131a}.creative-hero:after{content:"";pointer-events:none;background:linear-gradient(90deg,#fff7f5fa 0%,#fff2f0eb 34%,#fff2f038 58%,#0000 74%);position:absolute;inset:0}.creative-hero-image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.creative-hero-content{z-index:2;width:min(610px,52%);min-height:inherit;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(4rem,8vw,8rem) clamp(2rem,6vw,6rem);display:flex;position:relative}.creative-kicker{color:#d10023;letter-spacing:.15em;text-transform:uppercase;align-items:center;gap:.45rem;font-size:.72rem;font-weight:800;line-height:1.35;display:inline-flex}.creative-hero h1{color:#710013;font-family:var(--font-title);letter-spacing:0;margin:.9rem 0 1.25rem;font-size:clamp(4rem,6.4vw,7.5rem);font-weight:400;line-height:.82}.creative-hero-content>p{color:#734b54;max-width:48ch;font-size:1.05rem;line-height:1.75}.creative-hero-actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-top:2rem;display:flex}.creative-main-cta{height:54px;padding-inline:1.75rem;box-shadow:0 10px 24px #d1002338}.creative-main-cta:hover{transform:translateY(-2px);box-shadow:0 14px 28px #d1002347}.creative-soft-link{color:#710013;text-underline-offset:6px;font-size:.86rem;font-weight:750;-webkit-text-decoration:underline #ffb8c4;text-decoration:underline #ffb8c4;text-decoration-thickness:2px}.creative-hero-note{z-index:3;color:#710013;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffb8c4a6;border-radius:999px;align-items:center;gap:.6rem;padding:.8rem 1rem;font-size:.76rem;font-weight:700;display:flex;position:absolute;bottom:2rem;right:2rem;box-shadow:0 8px 24px #7100131a}.creative-hero-note svg{color:#d10023}.creative-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:1240px;margin:2.5rem auto 0;padding:0 1.5rem;display:grid}.creative-benefits article{background:#fff8f9;border:1px solid #f5dce1;border-radius:18px;align-items:center;gap:1rem;padding:1.3rem 1.4rem;display:flex}.creative-benefit-icon{color:#d10023;background:#fff;border:1px solid #ffd3da;border-radius:14px;flex:none;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 6px 16px #7100130f}.creative-benefits strong{color:#710013;margin-bottom:.2rem;font-size:.88rem;font-weight:800;display:block}.creative-benefits p{color:#815d65;font-size:.76rem;line-height:1.45}.creative-section{max-width:1440px;margin:0 auto;padding:clamp(5rem,8vw,8rem) 2rem}.creative-section-heading{margin-bottom:2.6rem}.creative-section-heading.centered{text-align:center;max-width:700px;margin-inline:auto}.creative-section-heading h2,.creative-story-banner h2,.creative-gift-callout h2{color:#710013;font-family:var(--font-title);letter-spacing:0;font-size:clamp(3rem,5vw,5.3rem);font-weight:400;line-height:.9}.creative-section-heading h2{margin:.65rem 0 .8rem}.creative-section-heading>p{color:#815d65;line-height:1.7}.creative-section-heading.split{justify-content:space-between;align-items:flex-end;gap:2rem;display:flex}.creative-section-heading.split h2{margin-top:.65rem}.creative-view-all{color:#710013;border:1px solid #efccd3;border-radius:999px;align-items:center;gap:.4rem;padding:.7rem 1rem;font-size:.78rem;font-weight:750;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.creative-view-all:hover{background:#fff3f5;border-color:#ffb8c4;transform:translateY(-2px)}.creative-categories{background:#fff7f8;max-width:none;margin-top:5rem}.creative-categories>*{max-width:1376px;margin-left:auto;margin-right:auto}.creative-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.35rem;display:grid}.creative-category-card{background:#fff;border:1px solid #f2d9de;border-radius:24px;min-width:0;transition:transform .24s,box-shadow .24s;position:relative;overflow:hidden;box-shadow:0 8px 26px #7100130f}.creative-category-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #7100131f}.creative-category-media{aspect-ratio:16/10;background:#ffdde3;border-radius:18px;place-items:center;margin:.7rem;display:grid;overflow:hidden}.creative-category-card.tone-2 .creative-category-media{background:#f8e9ed}.creative-category-card.tone-3 .creative-category-media{background:#ffe8e1}.creative-category-media img{object-fit:cover;width:100%;height:100%;transition:transform .45s}.creative-category-card:hover img{transform:scale(1.035)}.creative-category-media>span{color:#710013;font-family:var(--font-title);font-size:5rem}.creative-category-copy{justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1.25rem 1.35rem;display:flex}.creative-category-copy strong{color:#710013;font-family:var(--font-title);font-size:1.65rem;font-weight:400}.creative-category-copy span{color:#9a727b;white-space:nowrap;align-items:center;gap:.3rem;font-size:.7rem;display:flex}.creative-product-section{padding-top:clamp(5rem,8vw,7.5rem)}.creative-product-section.arrivals{padding-top:clamp(5rem,8vw,7rem)}.creative-product-section .store-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.creative-product-section .store-product-card{border-radius:22px;box-shadow:0 7px 24px #71001311}.creative-product-section .store-product-media{border-radius:16px}.creative-story-banner{isolation:isolate;color:#fff;background:#710013;border-radius:30px;grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(3rem,7vw,7rem);max-width:1376px;margin:1rem auto;padding:clamp(4rem,7vw,7rem);display:grid;position:relative;overflow:hidden;box-shadow:0 20px 60px #7100132e}.creative-story-banner:before,.creative-story-banner:after{content:"";z-index:-1;border:1px solid #ffb8c440;border-radius:50%;position:absolute}.creative-story-banner:before{width:520px;height:520px;top:-260px;right:-190px}.creative-story-banner:after{background:#d100232e;width:300px;height:300px;bottom:-230px;left:44%}.creative-kicker.light{color:#ffb8c4}.creative-story-copy h2{color:#fff;margin:1rem 0 1.25rem}.creative-story-copy p{color:#ffffffbd;max-width:50ch;font-size:.95rem;line-height:1.75}.creative-light-button{color:#710013;background:#fff;border-radius:999px;align-items:center;gap:.45rem;margin-top:1.8rem;padding:.85rem 1.15rem;font-size:.8rem;font-weight:800;display:inline-flex;box-shadow:0 8px 24px #00000026}.creative-story-steps{gap:.8rem;display:grid}.creative-story-steps article{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:18px;align-items:center;gap:1rem;padding:1.15rem 1.2rem;display:flex}.creative-story-steps article>span{color:#710013;background:#ffb8c4;border-radius:14px;flex:none;place-items:center;width:46px;height:46px;font-size:.76rem;font-weight:900;display:grid}.creative-story-steps strong{color:#fff;font-family:var(--font-title);font-size:1.45rem;font-weight:400;display:block}.creative-story-steps p{color:#ffffffad;margin-top:.1rem;font-size:.76rem}.creative-gift-callout{background:#ffb8c4;border:1px solid #f49bad;border-radius:24px;grid-template-columns:auto 1fr auto;align-items:center;gap:1.5rem;max-width:1180px;margin:0 auto clamp(5rem,8vw,8rem);padding:2.2rem 2.4rem;display:grid;box-shadow:0 12px 34px #7100131a}.creative-gift-icon{color:#fff;background:#d10023;border-radius:20px;place-items:center;width:64px;height:64px;display:grid;transform:rotate(-3deg)}.creative-gift-callout h2{max-width:18ch;margin-top:.35rem;font-size:clamp(2.2rem,3.4vw,3.6rem)}.creative-error{max-width:1200px;margin:0 auto 4rem;padding:1rem 1.5rem}.commerce-header-shell{border-bottom-color:#f0dce0;box-shadow:0 4px 20px #71001309}.commerce-header{max-width:1440px}.commerce-brand .wordmark{color:#710013;font-size:2.05rem}.commerce-search-form{background:#fff8f9;border-color:#f0dce0;width:min(260px,22vw)}.commerce-search-form input{width:100%}.commerce-nav-link{font-weight:700}.commerce-cart-btn{height:40px;padding-inline:1.15rem;box-shadow:0 7px 16px #d1002329}@media (width<=1100px){.creative-hero{margin-inline:1rem}.creative-product-section .store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.creative-story-banner{margin-inline:1rem}.creative-gift-callout{margin-inline:1.5rem}}@media (width<=860px){.creative-hero{min-height:720px}.creative-hero:after{background:linear-gradient(#fff5f3f2 0%,#fff5f3d1 46%,#fff5f31f 78%)}.creative-hero-image{object-position:64% center}.creative-hero-content{justify-content:flex-start;width:100%;min-height:auto;padding:4rem 2rem}.creative-hero-content>p{max-width:40ch}.creative-benefits{grid-template-columns:1fr;max-width:620px}.creative-category-grid,.creative-product-section .store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creative-story-banner{grid-template-columns:1fr}.creative-gift-callout{grid-template-columns:auto 1fr}.creative-gift-callout .btn-primary{grid-column:1/-1;width:100%}}@media (width<=560px){.creative-hero{border-radius:22px;min-height:660px;margin:.6rem .6rem 0}.creative-hero:after{background:linear-gradient(#fff7f5fa 0%,#fff7f5db 50%,#fff7f52e 82%)}.creative-hero-image{object-position:68% center}.creative-hero-content{padding:2.8rem 1.4rem}.creative-hero h1{font-size:clamp(3.6rem,18vw,5.5rem)}.creative-hero-content>p{font-size:.9rem;line-height:1.65}.creative-hero-note{justify-content:center;bottom:1rem;left:1rem;right:1rem}.creative-benefits{gap:.65rem;margin-top:1rem;padding-inline:.75rem}.creative-benefits article{padding:1rem}.creative-section{padding:4.5rem 1rem}.creative-categories{margin-top:3rem}.creative-section-heading.split{flex-direction:column;align-items:flex-start;gap:1rem}.creative-section-heading h2{font-size:clamp(2.8rem,13vw,4rem)}.creative-category-grid{grid-template-columns:1fr}.creative-category-media{aspect-ratio:16/9}.creative-product-section .store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creative-story-banner{border-radius:22px;margin-inline:.6rem;padding:3.5rem 1.3rem}.creative-story-banner h2{font-size:clamp(3rem,14vw,4.5rem)}.creative-gift-callout{text-align:center;grid-template-columns:1fr;margin-inline:.75rem;padding:1.4rem}.creative-gift-icon,.creative-gift-callout h2{margin-inline:auto}}
