:root{--background: #f1f1f1;--surface: #ffffff;--foreground: #141414;--muted: #f3f4f6;--muted-foreground: #6b7280;--accent: #b85c38;--accent-foreground: #ffffff;--primary: #141414;--primary-foreground: #ffffff;--border: #e5e7eb;--destructive: #d4183d;--green: #16a34a;--radius: 8px;--radius-lg: 16px;--control: 36px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,Segoe UI,Roboto,sans-serif;background:var(--background);color:var(--foreground);min-height:100vh;overflow-x:clip}img{max-width:100%;display:block}button,input{font-family:inherit}button{cursor:pointer;border:0;background:none;color:inherit}a{color:inherit;text-decoration:none}.page{min-height:100vh;padding-top:var(--site-top-height, 104px)}.site-top{position:fixed;top:0;left:0;right:0;z-index:35;background:var(--surface)}.site-top.is-scrolled{box-shadow:0 1px 8px #0000000f}.container{max-width:1440px;margin:0 auto;padding:0 16px}.icon{width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.35em;color:var(--muted-foreground);font-weight:500}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-size:13px;font-weight:600;letter-spacing:.02em;border-radius:var(--radius);transition:background .2s,color .2s,border-color .2s,opacity .2s}.btn .icon{width:13px;height:13px;transition:transform .2s}.btn:hover .icon{transform:translate(4px)}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background:var(--accent)}.btn-outline{border:1px solid var(--border)}.btn-outline:hover{background:var(--muted)}.btn-accent{background:var(--accent);color:var(--accent-foreground)}.btn-accent:hover{opacity:.9}.btn-full{width:100%}.icon-btn,#searchToggle{position:relative;width:var(--control);height:var(--control);padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);background:transparent;transition:background .15s,color .15s}.icon-btn:hover,#searchToggle:hover{background:var(--muted)}.icon-btn .icon,#searchToggle .icon{width:20px;height:20px}.header-icon-sprite{position:absolute;width:0;height:0;overflow:hidden}#wishlistBtn .icon,#cartBtn .icon,#accountBtn .icon{stroke-width:1.4;overflow:visible}.badge{position:absolute;top:2px;right:2px;width:16px;height:16px;border-radius:50%;background:var(--accent);color:var(--accent-foreground);font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center}.announcement{background:var(--primary);color:var(--primary-foreground);text-align:center;padding:8px 16px;font-size:11px;letter-spacing:.06em;font-weight:500}.header{position:relative;z-index:30;border-bottom:1px solid var(--border);background:var(--surface);transition:background .3s,box-shadow .3s}.header.is-scrolled{background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 8px #0000000f}.header-inner{max-width:1440px;margin:0 auto;padding:0 16px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo,.navsheet-logo{font-family:Fraunces,serif;font-size:20px;font-weight:600;letter-spacing:-.02em;flex-shrink:0;white-space:nowrap}.nav-desktop{display:none;align-items:center;gap:8px}.nav-desktop a,.mobile-menu a{font-size:13px;font-weight:500;letter-spacing:.02em;color:#374151;transition:color .2s,background .15s;padding:8px 10px;border-radius:var(--radius)}.nav-desktop a.is-current,.mobile-menu a.is-current{color:var(--foreground);background:var(--muted);font-weight:600}.nav-desktop a:hover,.mobile-menu a:hover{color:var(--foreground);background:var(--muted)}.nav-sale{color:var(--accent)!important}.header-actions{display:flex;align-items:center;gap:2px;position:relative;z-index:36}.search-desktop{display:flex;align-items:center;gap:4px;position:relative}.search-desktop.is-open{border:1px solid var(--border);border-radius:var(--radius);padding:0 4px 0 12px;background:var(--surface);height:var(--control)}.search-desktop input{width:176px;background:transparent;border:0;outline:none;font-size:14px;padding:2px 0;display:none}.search-desktop.is-open input{display:block;width:200px}.search-suggest{position:absolute;top:calc(100% + 10px);right:0;width:min(420px,calc(100vw - 24px));max-height:70vh;overflow-y:auto;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 40px #00000024;padding:12px;z-index:60}.search-suggest[hidden]{display:none}.search-suggest--mobile,.search-suggest--in-sheet{position:relative;top:0;right:auto;width:100%;margin-top:8px;max-height:none;box-shadow:none;border:0;padding:0;border-radius:0}.msearch-overlay{position:fixed;inset:0;z-index:90;background:#0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s}.msearch-overlay.is-open{opacity:1;pointer-events:auto}.msearch-panel{position:absolute;inset:0;background:#fff;overflow-y:auto;padding:16px;transform:translateY(-12px);transition:transform .28s cubic-bezier(.25,.46,.45,.94)}.msearch-overlay.is-open .msearch-panel{transform:translateY(0)}.msearch-bar{display:flex;align-items:center;gap:12px;position:sticky;top:-16px;margin:-16px -16px 16px;padding:16px 16px 12px;background:#fff;border-bottom:1px solid #f3f4f6;z-index:2}.msearch-back{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);flex-shrink:0}.msearch-back:hover{background:var(--muted)}.msearch-back .icon{width:22px;height:22px}.msearch-field{position:relative;flex:1}.msearch-field input{width:100%;height:44px;border:1px solid var(--border);border-radius:8px;padding:0 44px 0 16px;font:inherit;font-size:16px;background:transparent;outline:none}.msearch-field input:focus{border-color:var(--foreground)}.msearch-cam{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#6b7280}.msearch-cam:hover{background:#f3f4f6}.msearch-cam .icon{width:20px;height:20px}.msearch-section{margin-bottom:24px}.msearch-section h2{font-size:14px;font-weight:500;margin-bottom:8px}.msearch-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.msearch-all{font-size:12px;display:inline-flex;align-items:center;gap:2px;color:var(--accent)}.msearch-all .icon{width:16px;height:16px}.msearch-chips{display:flex;flex-wrap:wrap;gap:8px}.msearch-chip{height:28px;padding:0 10px;border:1px solid var(--border);border-radius:6px;font-size:12px;background:#fff}.msearch-chip:hover{border-color:var(--foreground);background:var(--muted)}.msearch-products{display:flex;gap:10px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.msearch-product{flex:0 0 78%;max-width:280px;scroll-snap-align:start;display:flex;gap:10px;padding:8px;border:1px solid var(--border);border-radius:8px;background:#fff}.msearch-product-img{position:relative;width:56px;height:72px;flex-shrink:0;border-radius:8px;overflow:hidden;background:var(--muted)}.msearch-product-img img{width:100%;height:100%;object-fit:cover}.msearch-product-info{min-width:0;display:flex;flex-direction:column;gap:4px}.msearch-product-info p{font-size:12px;color:var(--muted-foreground);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.msearch-product-info strong{color:var(--foreground)}.msearch-product-info .price{font-size:12px;font-weight:700;color:var(--accent)}.msearch-tags{display:flex;flex-wrap:wrap;gap:4px}.msearch-tag{font-size:9px;font-weight:500;padding:2px 6px;border-radius:6px;background:#b85c3826;color:var(--accent)}.msearch-tag.is-sale{background:#f59e0b26;color:#d97706}.msearch-more{flex:0 0 140px;scroll-snap-align:start;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff;background:linear-gradient(#6b7280,#9ca3af);font-size:16px;font-weight:500}.msearch-more span{width:32px;height:32px;border:1px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.msearch-more .icon{width:20px;height:20px}.mobile-menu{display:none!important}.navsheet{position:fixed;inset:0;z-index:100;background:#f1f1f1;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease-out;will-change:transform;pointer-events:none}.navsheet.is-open{transform:translate(0);pointer-events:auto}.navsheet-top{display:flex;align-items:center;justify-content:space-between;height:63px;background:#fff;padding:0 16px;border-bottom:1px solid var(--border);flex-shrink:0}.navsheet-close{width:32px;height:32px;border:1px solid var(--border);border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;background:#fff}.navsheet-close:hover{background:var(--muted)}.navsheet-close .icon{width:18px;height:18px}.navsheet-search{background:#fff;padding:12px 16px 8px;flex-shrink:0}.navsheet-search-field{position:relative}.navsheet-search-field input{width:100%;height:44px;border:1px solid var(--border);border-radius:8px;padding:0 44px 0 16px;font:inherit;font-size:16px;background:transparent;outline:none}.navsheet-search-field input:focus{border-color:var(--foreground)}.navsheet-flash{display:flex;align-items:center;justify-content:space-between;height:52px;padding:0 16px;color:#fff;background:linear-gradient(to left,#ff488b,#ff6d13);flex-shrink:0}.navsheet-flash-copy{display:flex;align-items:center;gap:12px}.navsheet-flash-copy p{font-size:14px;font-weight:500}.navsheet-flash-copy span{display:block;font-size:12px;font-weight:400;opacity:.95}.navsheet-flash-ico{width:32px;height:32px}.navsheet-flash-go{width:16px;height:16px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;color:#6b7280}.navsheet-flash-go .icon{width:12px;height:12px}.navsheet-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch}.navsheet-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px}.navsheet-card{height:88px;background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;overflow:hidden;display:flex;text-align:left}.navsheet-card span{flex:1;min-width:0;padding:0 12px;display:flex;align-items:center;font-size:13px;font-weight:600;line-height:1.25}.navsheet-card-img{width:38%;flex-shrink:0;position:relative;align-self:stretch;background:var(--muted)}.navsheet-card-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.navsheet-foot{background:#fff;flex-shrink:0}.navsheet-foot a,.navsheet-foot button{display:flex;align-items:center;gap:12px;width:100%;height:52px;padding:0 16px;border-top:1px solid #f3f4f6;font-size:14px;font-weight:500;color:#374151;text-align:left;background:#fff}.navsheet-foot .icon{width:20px;height:20px;color:#6b7280}.navsheet-cookies{padding:12px 16px;border-top:1px solid #f3f4f6}.navsheet-cookies a{display:inline;height:auto;padding:0;border:0;font-size:13px;font-weight:400;color:var(--muted-foreground);text-decoration:underline;text-underline-offset:3px}@media(max-width:767px){.search-desktop input,.search-desktop.is-open input{display:none!important}.search-desktop.is-open{border:0;padding:0;height:auto;background:transparent}.search-desktop.is-open.has-query .icon-search{display:block}.search-desktop.is-open.has-query .icon-close{display:none}.search-suggest:not(.search-suggest--in-sheet){display:none!important}.mobile-search{display:none}}@media(min-width:768px){.msearch-overlay{display:none!important}}@media(min-width:1024px){.navsheet{display:none!important}}.suggest-section+.suggest-section{margin-top:12px}.suggest-heading{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);padding:4px 8px}.suggest-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 8px;border-radius:6px;font-size:14px}.suggest-row:hover{background:var(--muted)}.suggest-row-main{display:flex;align-items:center;gap:8px;min-width:0}.suggest-row-main span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.suggest-ico{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#eff6ff;color:#3b82f6}.suggest-ico svg{width:13px;height:13px}.suggest-ico.is-search{background:#f3f4f6;color:var(--muted-foreground)}.suggest-ico.is-brand,.suggest-ico.is-product{background:#f9fafb;border:1px solid var(--border);overflow:hidden;font-size:11px;font-weight:600;color:var(--foreground)}.suggest-ico.is-product img{width:100%;height:100%;object-fit:cover}.suggest-tag{flex-shrink:0;font-size:11px;color:var(--muted-foreground);background:var(--muted);padding:2px 6px;border-radius:4px}.suggest-empty{padding:16px 8px;font-size:13px;color:var(--muted-foreground)}.account-wrap{position:relative}.account-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 30px #0000001f;padding:10px;z-index:60}.account-menu[hidden]{display:none}.account-menu p{font-size:12px;color:var(--muted-foreground);padding:4px 8px 8px}.account-menu a,.account-menu button{display:block;width:100%;text-align:left;padding:8px;border-radius:6px;font-size:13px}.account-menu a:hover,.account-menu button:hover{background:var(--muted)}.auth-wrap{max-width:440px;margin:40px auto 80px;background:#fff;border:1px solid var(--border);border-radius:16px;padding:32px 28px}.auth-wrap h1{font-family:Fraunces,serif;font-size:28px;font-weight:500;margin-bottom:6px}.auth-wrap .lead{font-size:14px;color:var(--muted-foreground);margin-bottom:24px}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.auth-field label{font-size:12px;font-weight:500}.auth-field input{height:44px;border:1px solid var(--border);border-radius:8px;padding:0 12px;font:inherit;background:#fff}.auth-field input:focus{outline:none;border-color:var(--foreground)}.auth-error{color:var(--destructive);font-size:13px;margin-bottom:12px}.auth-switch{margin-top:16px;font-size:13px;color:var(--muted-foreground);text-align:center}.auth-switch a{text-decoration:underline;text-underline-offset:3px;color:var(--foreground)}.search-desktop .icon-close,.menu-toggle .icon-close,.search-desktop.is-open.has-query .icon-search,.header.is-menu-open .menu-toggle .icon-menu{display:none}.search-desktop.is-open.has-query .icon-close,.header.is-menu-open .menu-toggle .icon-close{display:block}.menu-toggle{display:inline-flex}.mobile-menu{border-top:1px solid var(--border);overflow:hidden;max-height:0;transition:max-height .3s}.header.is-menu-open .mobile-menu{max-height:min(80vh,720px)}.mobile-menu-inner{padding:20px 24px;display:flex;flex-direction:column;gap:16px;background:var(--background)}.mobile-search{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border);padding-bottom:12px}.mobile-search .icon{width:14px;height:14px;color:var(--muted-foreground);flex-shrink:0}.mobile-search input{flex:1;background:transparent;border:0;outline:none;font-size:14px}.mobile-menu a{display:block;font-size:14px;letter-spacing:.08em}.cart-overlay{position:fixed;inset:0;background:#00000080;z-index:40;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;height:100%;width:384px;max-width:100%;background:var(--surface);z-index:50;display:flex;flex-direction:column;box-shadow:0 25px 50px #00000040;transform:translate(100%);transition:transform .3s}.cart-drawer.is-open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border)}.cart-header h2{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.2em}.cart-body{flex:1;overflow-y:auto;padding:20px}.cart-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;color:var(--muted-foreground)}.cart-empty .icon{width:40px;height:40px}.cart-empty p{font-size:14px}.cart-item{display:flex;gap:12px;margin-bottom:16px;position:relative;padding-right:28px}.cart-item img{width:80px;height:96px;object-fit:cover;background:var(--muted);flex-shrink:0;border-radius:var(--radius)}.cart-item-info{flex:1;min-width:0}.cart-item-brand{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground)}.cart-item-name{font-size:12px;font-weight:500;line-height:1.3;margin-bottom:4px}.cart-item-size{font-size:10px;color:var(--muted-foreground);margin-bottom:8px}.cart-item-row{display:flex;align-items:center;justify-content:space-between}.qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.qty button{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.qty button:hover{background:var(--muted)}.qty button .icon{width:10px;height:10px}.qty span{width:28px;text-align:center;font-size:12px}.cart-item-price{text-align:right;font-size:12px;font-weight:600}.cart-remove{position:absolute;top:0;right:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);border-radius:var(--radius)}.cart-remove .icon{width:16px;height:16px}.cart-remove:hover{color:var(--destructive);background:var(--muted)}.cart-footer{padding:16px 20px;border-top:1px solid var(--border)}.cart-row{display:flex;justify-content:space-between;font-size:12px;margin-bottom:10px;color:var(--muted-foreground)}.cart-row strong,.cart-total{color:var(--foreground)}.cart-total{font-size:14px;font-weight:600;padding-top:8px;border-top:1px solid var(--border);margin-bottom:12px}.cart-shipping-hint{margin:0 0 12px;font-size:11px;font-weight:600;color:var(--green)}.cart-footer .btn{padding:12px 16px;margin-bottom:8px}.btn-light{background:#fff;color:#141414}.btn-light:hover{background:var(--accent);color:#fff}.btn-light:hover .icon{transform:none}.slideshow{position:relative;overflow:hidden;background:#111;height:calc(100vh - 104px);min-height:560px;max-height:860px}.slideshow-track{position:relative;width:100%;height:100%}.slideshow-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s;color:#fff}.slideshow-slide.is-active{opacity:1;visibility:visible;z-index:2}.slideshow-bg,.slideshow-bg img,.slideshow-overlay{position:absolute;inset:0}.slideshow-bg img{width:100%;height:100%;object-fit:cover;transform:scale(1.04);transition:transform 6s ease-out}.slideshow-slide.is-active .slideshow-bg img{transform:scale(1)}.slideshow-overlay{background:linear-gradient(90deg,#0000008c,#0003 55%,#00000026);z-index:1}.slideshow-content{position:relative;z-index:3;height:100%;display:none;flex-direction:column;justify-content:center;max-width:760px;padding:32px 24px 72px}.slideshow-content .eyebrow{color:#ffffffb3;margin-bottom:16px}.slideshow-content h1{font-family:Fraunces,serif;font-size:clamp(36px,6vw,72px);font-weight:600;line-height:1.05;margin-bottom:16px}.slideshow-content h1 em{font-weight:300;font-style:italic}.slideshow-content p{font-size:15px;line-height:1.7;color:#ffffffc7;max-width:28rem;margin-bottom:28px}.slideshow-nav{position:absolute;top:50%;z-index:4;width:44px;height:44px;border:1px solid rgba(255,255,255,.7);display:none;align-items:center;justify-content:center;color:#fff;transform:translateY(-50%);transition:background .2s,border-color .2s,color .2s}.slideshow-nav .icon{width:20px;height:20px}.slideshow-nav:hover{background:#fff;border-color:#fff;color:var(--accent)}.slideshow-prev{left:16px}.slideshow-next{right:16px}@media(max-width:767px){.slideshow{touch-action:pan-y;-webkit-user-select:none;user-select:none;height:72vw;min-height:560px;max-height:560px}.slideshow-overlay{background:transparent}.slideshow-track{display:flex;height:100%;transition:transform .35s ease;will-change:transform}.slideshow.is-dragging .slideshow-track{transition:none}.slideshow-slide{position:relative;inset:auto;flex:0 0 100%;width:100%;height:100%;opacity:1;visibility:visible;transition:none}.slideshow-bg img{transform:none;transition:none}}.slideshow-dots{--color-body: #fff;--dot-speed: 7s;position:absolute;left:0;right:0;bottom:22px;z-index:4;display:flex;justify-content:center;align-items:center;list-style:none;padding:15px;line-height:0}.slideshow-dots .dot{width:8px;height:8px;display:inline-block;opacity:.6;border-radius:4px;margin:0 10px;background:var(--color-body, #fff);cursor:pointer;position:relative;padding:0;border:0}.slideshow-dots .dot:hover{opacity:1}.slideshow-dots .dot svg{position:absolute;top:-6px;left:-6px;width:20px;height:20px;transform:rotate(-90deg);visibility:hidden;pointer-events:none}.slideshow-dots .dot svg circle{stroke-dasharray:58 58;stroke-dashoffset:58}.slideshow-dots .dot.is-selected{opacity:1}.slideshow-dots .dot.is-selected svg{visibility:visible}.slideshow-dots .dot.is-selected svg circle{animation:paginate-ring var(--dot-speed, 7s) linear forwards}.slideshow.is-paused .slideshow-dots .dot.is-selected svg circle{animation-play-state:paused}@keyframes paginate-ring{0%{stroke-dashoffset:58}to{stroke-dashoffset:0}}@media(prefers-reduced-motion:reduce){.slideshow-dots .dot.is-selected svg circle{animation:none;stroke-dashoffset:0}}.reels{padding:56px 0 48px;overflow:hidden}.reels-header{text-align:center;margin-bottom:28px}.reels-header h2{font-family:Fraunces,serif;font-size:clamp(28px,4vw,36px);font-weight:600;margin-top:8px}.reels-viewport{overflow:hidden;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y}.reels-viewport.is-dragging{cursor:grabbing}.reels-track{display:flex;align-items:center;will-change:transform;transition:transform .45s cubic-bezier(.104,.204,.492,1)}.reels-slide{flex:0 0 70vw;max-width:320px;padding:0 8px}.reels-video{position:relative;aspect-ratio:9 / 16;width:100%;border-radius:10px;overflow:hidden;clip-path:polygon(0 5%,100% 5%,100% 95%,0 95%);transition:clip-path .25s cubic-bezier(.104,.204,.492,1);background:#111}.reels-slide.is-selected .reels-video{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.reels-video video,.reels-video img.poster{width:100%;height:100%;object-fit:cover;display:block}.reels-product{position:absolute;bottom:0;left:0;width:100%;padding:46px 16px 16px;background:linear-gradient(180deg,#0000,#000 85%);color:#fff;opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .25s,transform .25s cubic-bezier(.104,.204,.492,1)}.reels-slide.is-selected .reels-product{opacity:1;pointer-events:auto;transform:translateY(0)}.reels-product-card{display:flex;align-items:center;gap:14px;position:relative;z-index:2}.reels-product-card img{width:60px;height:90px;object-fit:cover;flex-shrink:0;background:#222;-webkit-user-drag:none}.reels-product-card a{display:block;font-size:13px;font-weight:500;line-height:1.35;margin-bottom:6px}.reels-price{display:flex;align-items:center;gap:8px;font-size:13px}.reels-rating{display:flex;align-items:center;gap:6px;font-size:12px;color:#ffffffd9;margin-bottom:6px}.reels-price del{opacity:.7;font-size:12px}.reels-price ins{text-decoration:none;font-weight:600}.qv-open{display:inline-block;margin-top:6px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:1px}.qv-open:hover{border-bottom-color:#fff}.reels-dots{display:flex;justify-content:center;gap:10px;list-style:none;margin-top:18px}.reels-dots button{width:20px;height:20px;padding:0;background:none}.reels-dots svg{display:block}.reels-dots circle{stroke:var(--foreground);fill:none}.reels-dots button.is-active circle{fill:var(--foreground)}.qv-overlay{position:fixed;inset:0;background:#0000008c;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px}.qv-overlay[hidden]{display:none}.qv-modal{position:relative;background:var(--surface);width:min(720px,100%);max-height:90vh;overflow:auto;padding:24px;border-radius:12px}.qv-close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.qv-close:hover{background:var(--muted)}.qv-close .icon{width:18px;height:18px}.qv-grid{display:grid;gap:24px}.qv-grid img{width:100%;aspect-ratio:4 / 5;object-fit:cover;background:var(--muted)}.qv-brand{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:6px}.qv-modal h3{font-family:Fraunces,serif;font-size:26px;margin-bottom:10px}.qv-sizes{display:flex;flex-wrap:wrap;gap:6px;margin:16px 0 20px}.qv-sizes button{position:relative;overflow:hidden;min-width:40px;padding:8px 10px;border:1px solid var(--border);border-radius:6px;font-size:12px;background:var(--surface)}.qv-sizes button.is-active:not(.is-oos),.qv-sizes button:hover:not(.is-oos){background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.qv-sizes button.is-oos{color:#888;cursor:pointer;background:#fff}.qv-sizes button.is-oos.is-active{border-color:var(--primary)}.quick-nav{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.quick-nav-track{display:flex;overflow-x:auto;scrollbar-width:none}.quick-nav-track::-webkit-scrollbar{display:none}.quick-nav-item{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 32px;flex-shrink:0;min-width:140px;border-right:1px solid var(--border);transition:background .2s}.quick-nav-item:last-child{border-right:0}.quick-nav-item:hover{background:var(--muted)}.quick-nav-img{width:56px;height:56px;border-radius:50%;overflow:hidden;background:var(--muted)}.quick-nav-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.quick-nav-item:hover img{transform:scale(1.1)}.quick-nav-item span:last-child{font-size:10px;text-transform:uppercase;letter-spacing:.2em;font-weight:600;white-space:nowrap;transition:color .2s}.quick-nav-item:hover span:last-child{color:var(--accent)}.products{padding:64px 0 80px}.products-header{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.products-header h2{font-family:Fraunces,serif;font-size:clamp(28px,4vw,36px);font-weight:600;margin-top:8px}.filter-tabs{display:flex;flex-wrap:wrap;gap:6px}.filter-tab{padding:8px 14px;font-size:13px;font-weight:500;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:#374151;transition:all .2s}.filter-tab:hover{border-color:var(--foreground);color:var(--foreground);background:var(--muted)}.filter-tab.is-active{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 12px}.product-card{display:flex;flex-direction:column;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:hidden;min-width:0}.product-card:hover{border-color:transparent;box-shadow:none}.product-media{position:relative;overflow:hidden;background:#fff;aspect-ratio:3 / 4;margin-bottom:10px;border-radius:12px;border:1px solid var(--border);touch-action:pan-y;cursor:pointer}.product-card:hover .product-media{border-color:#d1d5db}.product-slide{position:absolute;inset:0;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.product-slide.is-active{opacity:1;pointer-events:auto}.product-slide img{width:100%;height:100%;object-fit:fill;transition:transform .35s ease-out}.product-card:hover .product-slide img{transform:scale(1.04)}.product-slide-dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:flex;gap:4px;z-index:4;opacity:0;pointer-events:none;transition:opacity .2s,bottom .2s}.product-card:hover .product-slide-dots{opacity:1}.product-slide-dot{width:6px;height:6px;border-radius:50%;background:#d1d5db;transition:transform .2s,background .2s}.product-slide-dot.is-active{background:var(--foreground);transform:scale(1.25)}.product-badges{position:absolute;top:6px;left:5px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;z-index:2}.tag{font-size:10px;font-weight:600;letter-spacing:0;padding:4px 8px;text-transform:none;border-radius:6px}.tag-new{background:var(--foreground);color:#fff}.tag-sale{background:#b85c3838;color:var(--accent)}.product-actions{position:absolute;top:8px;right:8px;z-index:3;display:flex;flex-direction:column;gap:6px}.wish-btn,.card-search-btn{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#fffffff2;color:var(--foreground);border:0;box-shadow:0 1px 4px #00000014;transition:background .15s,transform .15s,color .15s}.wish-btn:hover,.card-search-btn:hover{background:#fff;transform:scale(1.05)}.wish-btn.is-active{color:var(--accent)}.wish-btn.is-active .icon{fill:currentColor}.wish-btn .icon,.card-search-btn .icon{width:15px;height:15px;stroke:currentColor}.size-panel{position:absolute;bottom:0;left:0;right:0;background:#fff3;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:12px;opacity:0;transform:translateY(8px);transition:all .3s;pointer-events:none;margin:12px;border-radius:12px}.product-card.is-hovered .size-panel,.product-card:hover .size-panel{opacity:1;transform:translateY(0);pointer-events:auto}@media(min-width:1024px){.product-card:hover .product-slide-dots{bottom:58px}}.size-panel p{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);margin-bottom:8px}.size-list{display:flex;flex-wrap:wrap;gap:4px}.size-btn{position:relative;overflow:hidden;font-size:12px;padding:6px 8px;border:1px solid var(--border);border-radius:6px;font-weight:500;background:var(--surface);transition:all .2s}.size-btn:hover:not(.is-oos){border-color:var(--primary);background:var(--primary);color:var(--primary-foreground)}.size-btn.is-oos{color:#888;cursor:pointer;background:#fff}.size-btn.is-oos:hover,.size-btn.is-oos.is-active{border-color:var(--primary);background:#fff;color:#888}.add-cart-btn{width:100%;background:var(--primary);color:var(--primary-foreground);font-size:13px;font-weight:600;padding:10px;border-radius:var(--radius)}.add-cart-btn:hover{background:var(--accent)}.product-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:0;gap:0;width:100%;min-width:0;overflow:hidden}.product-brand-row{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;min-height:17px}.product-brand{font-size:12px;font-weight:700;color:#000;line-height:1.33;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-rating{display:inline-flex;align-items:center;gap:3px;color:#9a9a9a;font-size:11px;line-height:1;flex:0 1 auto;min-width:0}.product-rating-stars{display:inline-flex;align-items:center;gap:0;flex-shrink:0}.product-rating-stars .icon{width:10px;height:10px}.product-rating-stars .star-on{fill:#ffc107;stroke:#ffc107}.product-rating-cam{width:12px;height:12px;stroke:#9a9a9a;flex-shrink:0}@media(max-width:767px){.product-brand-row{gap:4px}.product-rating{gap:2px;font-size:9px}.product-rating-stars .icon{width:8px;height:8px}.product-rating-cam{width:10px;height:10px}}.product-name{font-size:12px;font-weight:400;line-height:1.375;margin:0;color:#111;min-height:23px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-name a{color:inherit;text-decoration:none}.product-low{display:flex;align-items:center;gap:4px;margin:0 0 2px;font-size:10px;font-weight:700;color:#ef3742;line-height:1.2}.product-low-ico{width:14px;height:14px;flex-shrink:0;margin-bottom:.5px}.product-price{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:0;font-size:14px;line-height:1.25}.product-price-was,.product-price-vals{display:flex;align-items:center;gap:8px}.product-price .off{font-size:12px;font-weight:400;color:#ef3742}.product-price .old{font-size:10px;font-weight:500;color:#6b7280;text-decoration:line-through}.product-price .current{font-size:14px;font-weight:700;color:#000;letter-spacing:0;line-height:1.25}@media(max-width:767px){.product-price:has(.off){flex-wrap:nowrap;align-items:center;gap:8px}.product-price:has(.off) .off{flex-shrink:0;font-size:13px;font-weight:600;line-height:1}.product-price:has(.off) .product-price-vals{flex-direction:column;align-items:flex-start;gap:0;min-width:0}.product-price:has(.off) .old{font-size:11px;line-height:1.2;order:-1}.product-price:has(.off) .current{font-size:14px;line-height:1.2}}.product-deals{display:flex;flex-direction:column;gap:4px;margin-top:4px}.product-cart-deal{display:flex;align-items:flex-end;gap:2px;width:fit-content;padding:0 5.5px 0 4px;background:#e5e5e5;color:#111;border-radius:2px}.product-cart-deal-label{font-size:9px;font-weight:500;line-height:2;white-space:nowrap}.product-cart-deal-price{font-size:14px;font-weight:700;line-height:18px;white-space:nowrap;margin-left:2px}.product-cart-deal-price .kuruş{font-size:10px;font-weight:700}@media(min-width:768px){.product-low{font-size:12px;line-height:15px;align-items:flex-end}}.product-rating{display:flex;align-items:center}.stars{display:flex;gap:2px}.stars .icon{width:10px;height:10px}.star-on{fill:#fbbf24;stroke:#fbbf24}.star-off{fill:#e5e7eb;stroke:#e5e7eb}.reviews{font-size:9px;color:var(--muted-foreground)}.empty-state{text-align:center;padding:96px 0}.empty-state p{font-size:14px;color:var(--muted-foreground);margin-bottom:12px}.load-more{margin-top:56px;text-align:center}.infinite-loader{display:none;align-items:center;justify-content:center;min-height:1px;padding:0}.infinite-loader .infinite-spinner{display:none}.infinite-loader.is-on .infinite-spinner{display:block}.infinite-spinner{width:28px;height:28px;border:2px solid var(--border);border-top-color:var(--foreground);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.category-hero{padding:32px 0 8px}.category-hero h1{font-family:Fraunces,serif;font-size:clamp(28px,5vw,42px);font-weight:600}.category-hero p{margin-top:8px;font-size:14px;color:var(--muted-foreground);max-width:42em}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:var(--muted-foreground);margin-bottom:14px}.breadcrumb a:hover{color:var(--foreground)}.home-breadcrumb{padding:18px 0 0}.home-breadcrumb .breadcrumb{margin-bottom:0}.seo-content{background:#fff;padding:40px 0 56px;margin-top:8px}.seo-related h3,.seo-article h2,.seo-faq h2{font-family:DM Sans,sans-serif;font-size:20px;font-weight:700;line-height:1.3;color:#1b1b1b;margin-bottom:16px;text-align:left}.seo-article h2{font-size:22px;margin:36px 0 16px}.seo-related-links{display:flex;flex-wrap:wrap;gap:8px}.seo-related-links a{display:inline-flex;align-items:center;padding:8px 14px;border:1px solid #e6e6e6;border-radius:20px;background:#fff;font-size:13px;font-weight:500;line-height:1.2;color:#333;text-decoration:none;white-space:nowrap}.seo-related-links a:hover{border-color:#cfcfcf;color:#111}.seo-article{max-width:none;text-align:left}.seo-article h3,.seo-faq-item h3{font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;color:#1b1b1b;margin:22px 0 8px}.seo-article p,.seo-faq-item p{font-size:14px;line-height:1.75;color:#4a4a4a;margin:0 0 12px;max-width:none}.seo-faq{padding:12px 0 0}.seo-faq h2{margin:28px 0 12px}.seo-faq-item{padding:0;border:0}.seo-faq-item h3{margin:18px 0 6px;font-size:15px}.category-hero+.products{padding-top:20px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.facets--bar{position:sticky;top:calc(var(--site-top-height, 104px) + 5px);z-index:18;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin:0 0 28px;padding:0 12px;box-shadow:0 1px 2px #0000000a}.facets__form{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:52px;padding:8px 0}.facets-toggle{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--foreground);white-space:nowrap}.facets-toggle svg{flex-shrink:0}.facets-toggle:hover{color:var(--accent)}.thb-filter-sort-count{display:flex;align-items:center;gap:12px;margin-left:auto}.sort-menu{position:relative}.sort-menu-btn{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;min-width:132px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:#fff;font-size:13px;font-weight:500}.sort-menu-btn svg{width:14px;height:14px;color:var(--muted-foreground);transition:transform .2s}.sort-menu.is-open .sort-menu-btn svg{transform:rotate(180deg)}.sort-menu-list{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;margin:0;padding:8px 0;list-style:none;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000001f;z-index:24}.sort-menu-list[hidden]{display:none}.sort-menu-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;font-size:14px;text-align:left;background:none}.sort-menu-item:hover{background:var(--muted)}.sort-check{width:16px;height:16px;color:#9ca3af;opacity:0;flex-shrink:0}.sort-menu-item.is-active .sort-check{opacity:1}.thb-filter-count{font-size:13px;color:var(--muted-foreground);white-space:nowrap}.active-facets{display:none;flex-wrap:wrap;align-items:center;gap:8px;padding:0 0 12px}.active-facets.is-on{display:flex}.active-facets__chip{display:inline-flex;align-items:center;gap:6px;font-size:11px;padding:5px 8px;border:1px solid var(--border);background:#fff}.active-facets__chip button{font-size:14px;line-height:1;color:var(--muted-foreground)}.active-facets__button-remove{font-size:12px;text-decoration:underline;text-underline-offset:3px}.side-overlay{position:fixed;inset:0;background:#00000080;z-index:45;opacity:0;pointer-events:none;transition:opacity .3s}.side-overlay.is-open{opacity:1;pointer-events:auto}.side-panel{position:fixed;top:0;right:0;height:100%;width:min(420px,100%);z-index:46;transform:translate(100%);transition:transform .3s;pointer-events:none}.side-panel.side-panel--left{right:auto;left:0;width:min(288px,100%);transform:translate(-100%)}.side-panel.is-open{transform:translate(0);pointer-events:auto}.side-panel-inner{height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:0 25px 50px #0000002e}.filter-drawer-head{padding:12px 16px;border-bottom:1px solid var(--border)}.filter-title{font-size:14px;font-weight:600;letter-spacing:0;text-transform:none}.filter-close{width:32px;height:32px;padding:0;border:1px solid var(--border);border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;background:var(--surface)}.filter-close:hover{background:var(--muted)}.filter-close .icon{width:18px;height:18px}.filter-drawer-body{padding:8px 12px 16px}.filter-acc-item{border-bottom:1px solid var(--border)}.filter-acc-item:last-child{border-bottom:0}.filter-acc-item h3{display:flex;font-size:inherit;font-weight:inherit}.filter-acc-trigger{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:8px;margin:8px 0;border-radius:6px;font-size:14px;font-weight:500;text-align:left}.filter-acc-trigger:hover{background:var(--muted);text-decoration:underline}.filter-acc-badge{margin-left:auto;margin-right:8px;width:20px;height:20px;border-radius:50%;background:#141414;color:#fff;font-size:12px;font-weight:600;display:none;align-items:center;justify-content:center;flex-shrink:0}.filter-acc-badge.is-on{display:flex}.filter-acc-chevron{width:16px;height:16px;color:var(--muted-foreground);flex-shrink:0;margin-top:2px;transition:transform .2s}.filter-acc-item.is-open .filter-acc-chevron{transform:rotate(180deg)}.filter-acc-content{padding:4px 4px 12px}.filter-acc-content[hidden]{display:none}.facet-search{width:100%;height:36px;border:1px solid var(--border);border-radius:6px;padding:4px 12px;font-size:13px;margin-bottom:12px;background:transparent;outline:none}.facet-search:hover,.facet-search:focus{border-color:var(--foreground)}.facet-check-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.facet-check{display:flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.facet-check input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.facet-box{width:16px;height:16px;border:1px solid var(--border);border-radius:4px;display:grid;place-content:center;flex-shrink:0;background:#fff}.facet-box svg{width:12px;height:12px;display:none}.facet-check input:checked+.facet-box{background:var(--primary);border-color:var(--primary);color:#fff}.facet-check input:checked+.facet-box svg{display:block}.facet-check>span:last-child{font-size:13px;color:var(--muted-foreground);font-weight:400}.side-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border)}.side-panel-header h2{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.18em}.side-panel-body{flex:1;overflow-y:auto;padding:8px 20px 24px}.side-panel-header.filter-drawer-head{padding:12px 16px}.side-panel-body.filter-drawer-body{padding:8px 12px 16px}.product-drawer-media{position:relative;background:#f5f5f5}.product-drawer-media img{width:100%;aspect-ratio:4 / 5;object-fit:cover;background:var(--muted);cursor:zoom-in;display:block;-webkit-user-select:none;user-select:none}.drawer-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#ffffffeb;box-shadow:0 2px 8px #0000001f;display:grid;place-items:center;z-index:2}.drawer-nav .icon{width:18px;height:18px}.drawer-prev{left:10px}.drawer-next{right:10px}.drawer-dots{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:6px;z-index:2}.drawer-dots button{width:7px;height:7px;padding:0;border-radius:50%;background:#ffffff8c;border:0}.drawer-dots button.is-active{background:#111}.product-drawer-info{padding:20px;display:flex;flex-direction:column;gap:10px}.product-drawer-info .product-brand{font-size:11px}.product-drawer-info h3{font-family:Fraunces,serif;font-size:22px;font-weight:500}.product-drawer-info .tag-sale{font-size:9px;padding:4px 8px}.product-drawer-info .product-price{flex-wrap:wrap}.product-drawer-link{font-size:12px;text-decoration:underline;text-underline-offset:3px;align-self:flex-start;background:none;padding:4px 0}body.panel-open{overflow:hidden}body[data-category] .load-more{display:none!important}body[data-category] .infinite-loader{display:flex;padding:8px 0 28px}body[data-category] .infinite-loader.is-on{padding:28px 0}body:not([data-category]) .infinite-loader{display:none!important}.load-more .btn{padding:14px 40px}.load-more .btn:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.editorial{display:grid}.editorial-block{position:relative;overflow:hidden;min-height:420px;display:flex;align-items:flex-end}.editorial-dark{background:var(--primary)}.editorial-light{background:#f5ede6}.editorial-block>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.editorial-dark>img{opacity:.35}.editorial-light>img{opacity:.45}.editorial-content{position:relative;z-index:1;padding:40px;width:100%}.editorial-content h2{font-family:Fraunces,serif;font-size:clamp(32px,5vw,48px);font-weight:600;line-height:1.15;margin:12px 0 16px}.editorial-content h2 em{font-weight:300;font-style:italic}.editorial-content p:not(.eyebrow){font-size:14px;max-width:20rem;margin-bottom:32px;line-height:1.7}.editorial-dark .eyebrow,.editorial-dark p:not(.eyebrow){color:#ffffff80}.editorial-dark h2,.editorial-dark .link-btn{color:#fff}.editorial-light .eyebrow,.editorial-light p:not(.eyebrow){color:#1414148c}.link-btn{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px}.editorial-light .link-btn{border-bottom-color:#1414144d}.link-btn .icon{width:12px;height:12px;transition:transform .2s}.link-btn:hover .icon{transform:translate(4px)}.editorial-dark .link-btn:hover{border-bottom-color:#fff}.editorial-light .link-btn:hover{border-bottom-color:var(--foreground)}.brands{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--muted);padding:32px 0}.brands .eyebrow{text-align:center;font-size:9px;margin-bottom:24px}.brand-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:28px}.brand-list button{font-size:12px;font-weight:600;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em;transition:color .2s}.brand-list button:hover{color:var(--foreground)}.trust{padding:56px 0 64px}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.trust-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 16px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 1px 2px #0000000a;transition:background .2s,border-color .2s}.trust-card:hover{background:var(--surface);border-color:#d1d5db}.trust-card .icon{width:22px;height:22px;margin-bottom:16px;stroke-width:1.5;transition:color .2s}.trust-card:hover .icon{color:var(--accent)}.trust-card h3{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin-bottom:4px}.trust-card p{font-size:11px;color:var(--muted-foreground);line-height:1.6}.newsletter{background:var(--primary);color:var(--primary-foreground)}.newsletter-inner{max-width:42rem;margin:0 auto;padding:64px 24px;text-align:center}.newsletter .eyebrow{color:#ffffff80;margin-bottom:12px}.newsletter h2{font-family:Fraunces,serif;font-size:clamp(28px,4vw,36px);font-weight:600;margin-bottom:16px}.newsletter p{font-size:14px;color:#fff9;margin-bottom:32px;line-height:1.7}.newsletter-form{display:flex;flex-direction:column;gap:8px;max-width:28rem;margin:0 auto}.newsletter-form input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);color:#fff;padding:12px 16px;font-size:14px;outline:none}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{border-color:#fff9}.newsletter-note{font-size:10px!important;color:#ffffff4d!important;margin:16px 0 0!important}.footer{border-top:1px solid var(--border);padding:56px 0;background:var(--surface)}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:40px}.footer-brand{grid-column:span 2}.footer-brand .logo{display:block;margin-bottom:12px}.footer-brand p{font-size:12px;color:var(--muted-foreground);line-height:1.7;margin-bottom:20px}.socials{display:flex;gap:8px}.socials a{width:32px;height:32px;border:1px solid var(--border);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:500;background:var(--surface)}.socials a:hover{background:var(--muted)}.footer h4{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.2em;margin-bottom:16px}.footer ul{list-style:none}.footer li{margin-bottom:10px}.footer li a{font-size:12px;color:var(--muted-foreground);transition:color .2s}.footer li a:hover{color:var(--foreground)}.footer-bottom{border-top:1px solid var(--border);padding-top:24px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.footer-bottom p,.payments{font-size:10px;color:var(--muted-foreground)}.payments{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:center}.pay-tag{border:1px solid var(--border);padding:4px 10px;border-radius:6px;background:var(--muted)}@media(min-width:640px){.newsletter-form{flex-direction:row}.qv-grid{grid-template-columns:1fr 1fr;align-items:start}}@media(min-width:768px){.container,.header-inner{padding-left:24px;padding-right:24px}.slideshow-content{display:flex;padding:50px 56px 80px}.slideshow-nav{display:flex}.slideshow-prev{left:28px}.slideshow-next{right:28px}.slideshow-dots{bottom:40px}.reels-slide{flex-basis:42%;max-width:320px}.products-header{flex-direction:row;align-items:flex-end;justify-content:space-between}.product-grid{grid-template-columns:repeat(3,1fr);gap:28px 18px}.trust-grid,.footer-grid{grid-template-columns:repeat(4,1fr)}.footer-brand{grid-column:span 1}.footer-bottom{flex-direction:row;justify-content:space-between;text-align:left}.editorial-content{padding:56px}.brand-list{gap:48px}}@media(min-width:1024px){.nav-desktop{display:flex}.menu-toggle{display:none}.slideshow-content{display:flex;padding:70px 0 90px 200px}.reels-slide{flex-basis:320px;max-width:320px}.editorial{grid-template-columns:1fr 1fr}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(4,1fr)}}body.is-pdp .home-only{display:none}.pdp{display:none;padding:16px 0 64px;background:#fff}body.is-pdp .pdp{display:block}.pdp-wrap{max-width:1280px}.pdp-crumb{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:var(--muted-foreground);margin-bottom:20px}.pdp-crumb a{color:var(--muted-foreground)}.pdp-crumb a:hover{color:var(--foreground)}.pdp-grid{display:grid;gap:28px}.pdp-gallery{display:flex;flex-direction:column;gap:10px}.pdp-main{position:relative;background:#f6f6f6;aspect-ratio:3 / 4;overflow:hidden;order:1}.pdp-thumbs{display:flex;gap:8px;overflow-x:auto;order:2}.pdp-main>img{width:100%;height:100%;object-fit:cover;cursor:zoom-in;-webkit-user-select:none;user-select:none}.pdp-loupe{position:absolute;width:380px;height:480px;border-radius:12px;overflow:hidden;pointer-events:none;z-index:5;border:2px solid #fff;box-shadow:0 4px 18px #00000038;background:#f6f6f6}.pdp-loupe img{position:absolute;max-width:none;cursor:inherit}@media(max-width:767px),(hover:none){.pdp-loupe{display:none!important}}@media(hover:hover)and (min-width:768px){.pdp-main:hover{cursor:none}.pdp-main:hover button{cursor:pointer}}.pdp-main,.product-drawer-media,.img-zoom-stage{touch-action:pan-y}.pdp-similar{position:absolute;top:16px;left:16px;z-index:2;font-size:11px;letter-spacing:.04em;text-transform:uppercase;background:#ffffffe6;padding:8px 12px;font-weight:600}.pdp-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffff59;box-shadow:0 2px 10px #0000001f;display:grid;place-items:center;z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pdp-nav .icon,.img-zoom-nav .icon,.img-zoom-close .icon{width:20px;height:20px}.pdp-nav-prev{left:12px}.pdp-nav-next{right:12px}@media(max-width:767px){.pdp-nav{display:none}}.pdp-dashes{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;gap:6px;z-index:2}.pdp-dashes button{width:28px;height:3px;padding:0;border:0;background:#ffffff8c}.pdp-dashes button.is-active{background:#222}.pdp-thumbs button{flex:0 0 64px;height:80px;padding:0;border:1px solid transparent;background:var(--muted);overflow:hidden}.pdp-thumbs button.is-active{border-color:var(--foreground)}.pdp-thumbs img{width:100%;height:100%;object-fit:cover}.pdp-brand-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.pdp-brand{font-size:18px;font-weight:700;margin:0}.pdp-rating{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;color:#9a9a9a;font-size:13px;line-height:1;white-space:nowrap}.pdp-rating-stars{display:inline-flex;align-items:center;gap:1px}.pdp-rating-stars .icon{width:14px;height:14px}.pdp-rating-stars .star-on{fill:#ffc107;stroke:#ffc107}.pdp-rating-cam{width:15px;height:15px;stroke:#9a9a9a}.pdp-title{font-size:16px;font-weight:400;line-height:1.4;margin-bottom:14px}.pdp-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;margin-bottom:22px}.pdp-price-row .current{font-size:20px;font-weight:700}.pdp-price-row .old{color:var(--muted-foreground);text-decoration:line-through;font-size:14px}.pdp-discount{font-size:12px;color:var(--accent);font-weight:600}.pdp-label{font-size:13px;margin-bottom:10px}.pdp-label span{font-weight:600}.pdp-swatches{display:flex;gap:8px;margin-bottom:16px}.pdp-swatches button{width:52px;height:64px;padding:0;border:1px solid #ddd;background:#fff;overflow:hidden}.pdp-swatches button.is-active{border-color:#6b4eff;border-width:2px}.pdp-swatches img{width:100%;height:100%;object-fit:cover}.pdp-seller{font-size:13px;color:#555;margin-bottom:22px}.pdp-seller a{text-decoration:underline;font-weight:600}.pdp-size-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pdp-size-chart{font-size:12px;text-decoration:underline;color:var(--muted-foreground)}.pdp-sizes{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.pdp-sizes button{position:relative;overflow:hidden;min-width:52px;height:48px;border:1px solid #ddd;border-radius:0;background:#fff;font-size:13px}.pdp-sizes button.is-active{border-color:#111;border-width:2px}.pdp-sizes button.is-oos{color:#888;cursor:pointer;background:#fff}.pdp-sizes button.is-oos:after,.qv-sizes button.is-oos:after,.size-btn.is-oos:after{content:"";position:absolute;left:50%;top:50%;width:140%;height:1.5px;background:#b8b8b8;transform:translate(-50%,-50%) rotate(-45deg);pointer-events:none}.pdp-buy{display:flex;gap:8px;align-items:stretch;margin-bottom:28px}.pdp-add{flex:1;background:#111;color:#fff;border:1px solid #111;padding:16px;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.pdp-add:hover{background:#333}.pdp-add.is-notify,.add-cart-btn.is-notify,.btn-primary.is-notify{background:#fff;color:#111;border:1px solid #111}.pdp-add.is-notify:hover,.add-cart-btn.is-notify:hover,.btn-primary.is-notify:hover{background:#111;color:#fff}.site-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(10px);background:#111;color:#fff;padding:12px 18px;font-size:13px;z-index:200;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:calc(100% - 32px)}.site-toast.is-on{opacity:1;transform:translate(-50%) translateY(0)}.pdp-tool{width:52px;flex-shrink:0;border:1px solid #ddd;background:#fff;display:grid;place-items:center}.pdp-tool .icon{width:18px;height:18px}.pdp-tool.is-active{border-color:#111;color:#c45c5c}.pdp-tool.is-active .icon{fill:currentColor}.pdp-desc{padding:8px 0 20px}.pdp-desc h4{font-size:14px;font-weight:700;letter-spacing:0;text-transform:none;margin-bottom:10px}.pdp-sku{font-size:13px;color:#666;margin-bottom:10px}.pdp-desc-text{max-height:5.4em;overflow:hidden}.pdp-desc.is-open .pdp-desc-text{max-height:none}.pdp-desc p,.pdp-desc li{font-size:14px;line-height:1.75;color:#444;margin-bottom:12px}.pdp-desc ul{padding-left:18px;margin-bottom:16px}.pdp-more{font-size:13px;font-weight:600;text-decoration:underline;color:#111}.pdp-acc{border-top:1px solid #e8e8e8}.pdp-acc>button{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;font-size:14px;font-weight:600;background:transparent}.pdp-acc .filter-acc-chevron{width:18px;height:18px;transition:transform .2s}.pdp-acc.is-open .filter-acc-chevron{transform:rotate(180deg)}.pdp-acc-body{padding:0 0 16px;font-size:14px;line-height:1.7;color:#555}.pdp-reviews,.pdp-related{margin-top:56px;padding-top:32px;border-top:1px solid #eee}.pdp-reviews h2,.pdp-related h2{font-size:22px;font-weight:600;margin-bottom:20px}.pdp-review-layout{display:grid;gap:28px}.pdp-review-top{display:flex;flex-direction:column;gap:22px}@media(min-width:900px){.pdp-review-layout{grid-template-columns:minmax(240px,.78fr) 1.22fr;align-items:start;gap:40px}.pdp-review-top{position:sticky;top:calc(var(--site-top-height, 104px) + 12px)}}.pdp-review-product{display:flex;gap:12px;align-items:center;padding-bottom:16px;border-bottom:1px solid #eee}.pdp-review-product img{width:64px;height:80px;object-fit:cover;background:#f6f6f6;flex-shrink:0}.pdp-review-product p{font-size:12px;font-weight:700;margin:0 0 2px}.pdp-review-product strong{display:block;font-size:13px;font-weight:400;margin-bottom:6px}.pdp-review-product span{font-size:13px;font-weight:700}.pdp-breakdown h3{text-align:center;font-size:15px;font-weight:600;margin-bottom:16px}.pdp-break-row{display:grid;grid-template-columns:auto minmax(80px,1fr) 28px;align-items:center;gap:10px;width:100%;margin:0 0 8px;padding:4px 0;border:0;background:transparent;text-align:left}.pdp-break-row.is-active{outline:1px solid #111;outline-offset:2px}.pdp-break-row .stars{display:flex;gap:1px}.pdp-break-row .stars .icon{width:14px;height:14px}.pdp-breakdown .star-on{fill:#ff8a00;stroke:#ff8a00}.pdp-breakdown .star-outline{fill:none;stroke:#ff8a00;stroke-width:1.75}.pdp-break-bar{height:10px;background:#e6e6e6;overflow:hidden}.pdp-break-bar span{display:block;height:100%;background:#111}.pdp-break-row b{font-size:13px;font-weight:600;text-align:right}.pdp-review-filters p{font-size:12px;font-weight:700;margin:0 0 8px}.pdp-review-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.pdp-review-chips button{border:1px solid #ddd;background:#fff;padding:6px 10px;font-size:12px}.pdp-review-chips button.is-active,.pdp-review-photo-filter.is-active{border-color:#111;background:#111;color:#fff}.pdp-review-photo-filter{display:inline-flex;align-items:center;gap:8px;border:1px solid #ddd;background:#fff;padding:8px 12px;font-size:12px;font-weight:600}.pdp-review-photo-filter span{color:inherit;opacity:.7}.pdp-review-toolbar{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.pdp-review-toolbar h3{font-size:16px;font-weight:600;margin-bottom:10px}.pdp-review-summary{display:flex;align-items:center;gap:16px}.pdp-review-summary strong{font-size:40px;line-height:1}.pdp-review-summary span{display:block;font-size:13px;color:#777;margin-top:4px}.pdp-review-tools{display:flex;flex-wrap:wrap;gap:8px}.pdp-review-search{position:relative;flex:1;min-width:180px}.pdp-review-search .icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#888}.pdp-review-search input,.pdp-review-tools select{width:100%;height:40px;border:1px solid #ddd;background:#fff;padding:0 12px 0 34px;font-size:13px}.pdp-review-tools select{width:auto;min-width:170px;padding:0 12px}.pdp-review-photos{margin-bottom:24px}.pdp-review-photos-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pdp-review-photos-head h4{font-size:13px;font-weight:600}.pdp-review-photos-head button{font-size:12px;text-decoration:underline;background:none;border:0;color:#555}.pdp-review-photos-track{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.pdp-review-photos-track button{flex:0 0 72px;height:72px;padding:0;border:0;background:#f6f6f6;overflow:hidden}.pdp-review-photos-track img,.pdp-review-shot img{width:100%;height:100%;object-fit:cover}.pdp-review-list{display:grid;gap:0}.pdp-review{padding:18px 0;border-bottom:1px solid #f0f0f0}.pdp-review .stars{margin-bottom:8px}.pdp-review-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:4px;font-size:13px}.pdp-review-head span{color:#888}.pdp-review-meta{font-size:12px;color:#888;margin-bottom:8px}.pdp-review p{font-size:14px;line-height:1.6;color:#444}.pdp-review-shot{width:72px;height:72px;padding:0;margin-top:10px;border:0;background:#f6f6f6;overflow:hidden}.pdp-review-foot{display:flex;justify-content:space-between;align-items:center;margin-top:12px;font-size:12px;color:#888}.pdp-review-like{display:inline-flex;align-items:center;gap:6px;border:1px solid #ddd;background:#fff;padding:4px 8px;font-size:12px}.pdp-review-like .icon{width:14px;height:14px}.pdp-review-like.is-active{border-color:#111;color:#111}.pdp-review-empty{padding:24px 0;color:#777;font-size:14px}.pdp-review-more{width:100%;margin-top:8px;padding:12px;border:1px solid #111;background:#fff;font-size:13px;font-weight:600}.pdp-review-more:hover{background:#111;color:#fff}body.review-page-open{overflow:hidden}.review-page{position:fixed;top:calc(var(--site-top-height, 104px) + 12px);right:16px;bottom:16px;left:16px;z-index:32;background:#fff;display:flex;flex-direction:column;border:1px solid #939393;border-radius:12px;overflow:hidden}@media(min-width:768px){.review-page{left:95px;right:95px}}.review-page[hidden]{display:none}.review-page-head{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:12px 20px;border-bottom:1px solid #eee;background:#fff}.review-page-head h2{font-size:18px;font-weight:600;margin:0}.review-page-body{flex:1;overflow:auto;padding:24px 20px 64px}.review-page .pdp-review-top{top:12px}.pdp-review-loading{text-align:center;padding:20px 0;font-size:13px;color:#888}.pdp-related-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.img-zoom{position:fixed;inset:0;z-index:120;background:#fff;display:flex}.img-zoom[hidden]{display:none}.img-zoom-layout{display:flex;width:100%;height:100%;align-items:center;justify-content:center;gap:24px;padding:0}.img-zoom-thumbs{display:none}.img-zoom-thumb{position:relative;display:inline-block;width:80px;height:80px;padding:0;border:0;background:transparent;cursor:pointer;opacity:.4}.img-zoom-thumb.is-active{opacity:1}.img-zoom-thumb img{width:80px;height:80px;object-fit:cover;display:block}.img-zoom-stage{position:relative;flex:1;height:100%;display:flex;align-items:center;justify-content:center;min-width:0}.img-zoom-frame{position:relative;width:100vw;aspect-ratio:1 / 1;max-height:100dvh}.img-zoom-frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.img-zoom-close{position:absolute;top:16px;right:16px;width:44px;height:44px;display:grid;place-items:center;z-index:3}.img-zoom-nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;box-shadow:0 2px 12px #0000001f;display:grid;place-items:center;z-index:2}.img-zoom-prev{left:12px}.img-zoom-next{right:12px}@media(min-width:768px){.img-zoom-layout{padding:0 24px 0 32px;justify-content:flex-start}.img-zoom-thumbs{display:flex;flex-direction:column;align-items:center;gap:.625rem;max-height:36rem;overflow-x:hidden;overflow-y:auto;flex-shrink:0;scrollbar-width:none}.img-zoom-thumbs::-webkit-scrollbar{display:none}.img-zoom-frame{width:auto;height:100dvh;max-height:100dvh;aspect-ratio:1 / 1}.img-zoom-prev{left:8px}.img-zoom-next{right:24px}}body.zoom-open{overflow:hidden}.size-chart-overlay{position:fixed;inset:0;background:#00000080;z-index:70;display:flex;align-items:center;justify-content:center;padding:16px;overflow:auto}.size-chart-overlay[hidden]{display:none}.size-chart-modal{position:relative;background:#fff;padding:28px 24px;width:100%;max-width:560px;min-width:0;max-height:calc(100dvh - 32px);overflow:auto}.size-chart-modal h3{font-size:18px;margin-bottom:16px;padding-right:36px}.size-chart-table{width:100%;border-collapse:collapse;font-size:12px;margin-bottom:12px}.size-chart-table th,.size-chart-table td{border:1px solid var(--border);padding:8px 4px;text-align:center}.size-chart-modal p{font-size:12px;color:var(--muted-foreground);line-height:1.6}@media(max-width:767px){.size-chart-overlay{padding:12px;align-items:flex-end}.size-chart-modal{padding:20px 12px 16px;max-height:min(88dvh,calc(100dvh - 24px));border-radius:12px 12px 0 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.size-chart-table{width:max-content;min-width:100%}.size-chart-table th,.size-chart-table td{padding:8px 7px;white-space:nowrap}.size-chart-table th:first-child,.size-chart-table td:first-child{position:sticky;left:0;z-index:1;background:#fff}}.product-card{cursor:pointer}@media(max-width:1023px){.size-panel{display:none!important}}@media(min-width:768px){.pdp-title{font-size:16px}.pdp-related-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.pdp{padding-top:28px}.pdp-grid{grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}.pdp-gallery{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:start}.pdp-thumbs,.pdp-main{order:0}.pdp-thumbs{flex-direction:column;overflow-x:hidden;overflow-y:auto;max-height:72vh}.pdp-thumbs button{flex:0 0 88px;height:88px}.pdp-info{position:sticky;top:88px}}.account{padding:32px 0 80px}.account-shell{display:grid;gap:20px;align-items:start}.account-nav,.account-main{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 1px 2px #0000000a}.account-nav{padding:22px 16px}.account-main{padding:28px 28px 32px;min-width:0}.account-nav h2{font-family:Fraunces,serif;font-size:22px;font-weight:500;margin:6px 0 18px;padding:0 6px}.account-nav .eyebrow{padding:0 6px}.account-nav nav{display:flex;flex-direction:column;gap:4px}.account-nav a{padding:10px 12px;border-radius:8px;font-size:14px}.account-nav a.is-current,.account-nav a:hover{background:var(--muted)}.account-main h1{font-family:Fraunces,serif;font-size:32px;font-weight:500;margin-bottom:8px}.account-main>:last-child{margin-bottom:0}.account-lead{color:var(--muted-foreground);margin-bottom:24px}.account-flash{background:#ecfdf3;color:var(--green);padding:12px 14px;border-radius:8px;margin-bottom:20px;font-size:14px}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.account-stat{background:var(--muted);border:1px solid var(--border);border-radius:12px;padding:16px}.account-stat strong{display:block;font-size:24px}.account-panel,.account-card{background:var(--muted);border:1px solid var(--border);border-radius:12px;padding:18px;margin-bottom:16px}.account-panel h2,.account-card h2{font-size:16px;margin-bottom:8px}.account-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.account-panel-head h1,.account-panel-head h2{margin-bottom:0}.account-row{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--border);font-size:14px}.account-row.is-unread,.account-card.is-unread{box-shadow:inset 3px 0 0 var(--accent)}.account-badge{font-size:11px;text-transform:uppercase;letter-spacing:.06em;background:var(--muted);padding:4px 8px;border-radius:999px}.account-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.account-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.account-card-link{display:block}.account-form{max-width:520px}.account-tabs{display:flex;gap:8px;margin-bottom:20px}.account-tabs a{padding:8px 14px;border-radius:999px;border:1px solid var(--border);font-size:13px}.account-tabs a.is-current{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.account-favorites{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 12px}.account-favorites .product-actions{margin:0}.account-favorites .product-info{color:inherit;text-decoration:none}.account-favorites .size-panel{z-index:4}@media(max-width:1023px){.account-favorites .size-panel{display:block!important;opacity:1;transform:none;pointer-events:auto}}@media(min-width:768px){.account-favorites{grid-template-columns:repeat(3,1fr);gap:24px 16px}}@media(min-width:1100px){.account-favorites{grid-template-columns:repeat(5,1fr);gap:24px 16px}}@media(min-width:1920px){.account-favorites{grid-template-columns:repeat(5,1fr);gap:24px 16px}}.account-product{display:grid;grid-template-columns:88px 1fr;gap:14px;padding:12px 0;border-top:1px solid var(--border)}.account-product img{width:88px;height:110px;object-fit:cover;border-radius:8px}.account-panel .account-product:first-child{border-top:0}.account .link-btn{color:inherit;border-bottom-color:var(--border)}a.account-stat,a.account-row,a.account-card-link{color:inherit}a.account-stat:hover,a.account-card-link:hover{border-color:var(--accent)}.account-actions form{margin:0}.account-pagination{display:flex;gap:8px;padding-top:8px}.account-pagination a,.account-pagination span{padding:8px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px}@media(min-width:900px){.account-shell{grid-template-columns:260px 1fr}.account-nav{position:sticky;top:calc(var(--site-top-height, 104px) + 16px)}}@media(max-width:700px){.account-nav{padding:18px 14px}.account-main{padding:22px 18px 24px}.account-stats{grid-template-columns:1fr}}.checkout-page{--checkout-accent: #f27a1a;padding:20px 0 64px}.checkout-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.checkout-heading h1{font-family:Fraunces,serif;font-size:28px;font-weight:500}.checkout-heading h1 span,.checkout-back{font-family:DM Sans,sans-serif;font-size:14px;font-weight:500;color:var(--muted-foreground)}.checkout-flash{background:#fff;border-radius:8px;padding:12px 16px;margin-bottom:16px;font-size:14px}.checkout-flash.is-error{color:var(--destructive)}.checkout-layout{display:grid;gap:16px}.checkout-card{background:#fff;border-radius:8px;padding:18px 20px;box-shadow:0 1px 4px #0000000a}.checkout-card-head{display:flex;justify-content:space-between;margin-bottom:14px}.checkout-card-head h2,.checkout-summary h2,.checkout-reco h2{font-size:16px;font-weight:600}.checkout-item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;gap:14px;padding:16px 0;border-top:1px solid var(--border);position:relative}.checkout-item:first-child{border-top:0;padding-top:0}.checkout-item.is-compact{grid-template-columns:64px minmax(0,1fr) auto;align-items:center}.checkout-item img{width:88px;height:110px;object-fit:cover;border-radius:6px;background:var(--muted)}.checkout-item.is-compact img{width:64px;height:80px}.checkout-item-brand{font-size:12px;font-weight:700}.checkout-item-name,.checkout-item-meta{font-size:13px;color:var(--muted-foreground);margin-top:2px}.checkout-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.checkout-item-price{font-size:15px;font-weight:700}.checkout-item .cart-remove{align-self:start}.checkout-alert,.checkout-hint{background:#fff4eb;color:#8a4b16;border-radius:8px;padding:12px 14px;font-size:13px;margin-bottom:16px}.checkout-hint{background:transparent;padding:0;margin:0;color:var(--muted-foreground)}.checkout-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 12px}.checkout-field-full{grid-column:1 / -1}.checkout-form-grid textarea{width:100%;min-height:88px;border:1px solid var(--border);border-radius:8px;padding:10px 12px;font:inherit;resize:vertical}.checkout-form-grid textarea:focus{outline:none;border-color:var(--foreground)}.checkout-choice{display:flex;gap:10px;align-items:flex-start;padding:12px;border:1px solid var(--border);border-radius:8px;margin-bottom:8px;cursor:pointer}.checkout-choice input{margin-top:3px;accent-color:var(--checkout-accent)}.checkout-choice span{display:flex;flex-direction:column;gap:4px;font-size:13px;color:var(--muted-foreground)}.checkout-choice strong{color:var(--foreground);font-size:14px}.checkout-choice.is-disabled{opacity:.6;cursor:not-allowed}.checkout-summary-row{display:flex;justify-content:space-between;gap:12px;font-size:14px;margin-bottom:10px}.checkout-summary-row.is-total{margin-top:8px;padding-top:12px;border-top:1px solid var(--border);font-size:16px}.checkout-total{color:var(--checkout-accent)}.checkout-free{color:var(--green);font-weight:700}.checkout-cta{margin-top:16px;background:var(--checkout-accent);color:#fff}.checkout-cta:hover{opacity:.92;background:var(--checkout-accent);color:#fff}.checkout-cta:disabled{opacity:.5;cursor:not-allowed}.checkout-empty{text-align:center;padding:48px 20px}.checkout-empty p{margin-bottom:16px}.checkout-reco{margin-top:8px}.checkout-reco-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.checkout-reco-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 4px #0000000a;padding-bottom:12px}.checkout-reco-card img{width:100%;aspect-ratio:4 / 5;object-fit:cover}.checkout-reco-card p,.checkout-reco-card .checkout-item-brand,.checkout-reco-card .checkout-item-name,.checkout-reco-card .checkout-item-price{padding:0 10px;margin-top:6px}.checkout-success{max-width:640px;margin:24px auto;text-align:center}.checkout-success h1{font-family:Fraunces,serif;font-size:32px;margin:8px 0 12px}.checkout-success-lead{color:var(--muted-foreground);margin-bottom:16px}.checkout-success-total{font-size:22px;font-weight:700;color:var(--checkout-accent);margin:16px 0}.checkout-success-actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.cms-page{padding:28px 0 72px}.cms-card{background:#fff;border-radius:12px;padding:28px 24px;max-width:860px}.cms-card h1{font-family:Fraunces,serif;font-size:32px;font-weight:500;margin:6px 0 12px}.cms-intro,.cms-card p{font-size:15px;line-height:1.7;color:#374151;margin-bottom:14px}.cms-card h2{font-size:18px;margin:22px 0 8px}.cms-contact{display:grid;gap:12px;margin:18px 0 24px}.cms-contact dt{font-size:12px;font-weight:600;color:var(--muted-foreground)}.cms-contact dd{font-size:15px}.cms-size-chart{overflow-x:auto;margin:16px 0 8px}@media(min-width:960px){.checkout-layout{grid-template-columns:minmax(0,1fr) 340px;align-items:start}.checkout-aside{position:sticky;top:calc(var(--site-top-height, 104px) + 16px)}.checkout-reco-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:700px){.checkout-form-grid{grid-template-columns:1fr}.checkout-item{grid-template-columns:72px minmax(0,1fr)}.checkout-item .cart-remove{position:absolute;top:12px;right:0}}
