*,*:before,*:after{box-sizing:border-box}html{width:100%;max-width:100vw;overflow-x:hidden;overscroll-behavior-x:none;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);scroll-behavior:smooth}body{width:100%;max-width:100vw;overflow-x:hidden;overscroll-behavior-x:none;position:relative;margin:0;background:var(--color-bg);color:var(--color-text);font-size:var(--body-font-size);font-weight:var(--font-body-weight, 400);line-height:1.5}body.drawer-open,body.modal-open{overflow:hidden}#MainContent,.shopify-section{max-width:100%;overflow-x:hidden}*{min-width:0}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}.skip-link{position:absolute;left:12px;top:-80px;z-index:50;background:var(--color-button);color:var(--color-button-text);padding:10px 14px}.skip-link:focus{top:12px}.page-shell{width:min(100% - 48px,var(--page-width));margin-inline:auto}.narrow{max-width:920px}.section-pad{padding:calc(var(--section-gap) * 1.5) 0 calc(var(--section-gap) * .55)}.section-title{margin:0 0 var(--st-gap, 20px);text-align:var(--st-align, center);font-family:var(--font-section-title, var(--font-heading));font-size:var(--st-size, var(--section-title-size));font-weight:var(--font-section-title-weight, 700);letter-spacing:1px;color:var(--st-color, inherit)}.section-subtitle{margin:-14px auto 28px;color:var(--color-muted);text-align:center}.social-grid-section .section-subtitle{font-size:var(--sg-sub-size, 15px);color:var(--sg-sub-color, var(--color-muted))}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 28px;border:1px solid var(--color-button);border-radius:2px;background:var(--color-button);color:var(--color-button-text);font-size:var(--button-font-size);font-weight:700;text-transform:uppercase}.button-light{background:var(--color-surface);border-color:var(--color-surface);color:var(--color-text)}.countdown-bar{position:relative;z-index:1;background:var(--countdown-bg);color:var(--countdown-text)}.countdown-bar a{display:flex;min-height:44px;align-items:center;justify-content:center;gap:12px;text-align:center;font-size:13px;font-weight:900}.countdown-bar strong{border:1px solid currentColor;border-radius:999px;padding:4px 10px}.center{text-align:center}.site-header{position:sticky;top:0;z-index:880;width:100%;max-width:100vw;overflow:visible;background:#fbfaf8f5;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shopify-section:has(.site-header){overflow:visible}.announcement{display:flex;justify-content:center;align-items:center;min-height:30px;background:var(--color-surface);color:var(--color-muted);font-size:12px}.header-bar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:78px;gap:24px}.desktop-nav,.header-actions{display:flex;align-items:center;gap:26px;font-family:var(--font-section-title, var(--font-heading));font-size:14px;font-weight:var(--font-section-title-weight, 700);letter-spacing:1px}.nav-item{position:relative}.nav-link{display:inline-flex;align-items:center;gap:7px;min-height:44px}.submenu-arrow{display:inline-block;width:8px;height:8px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .16s ease}.has-submenu:hover .submenu-arrow,.has-submenu:focus-within .submenu-arrow{transform:rotate(225deg) translateY(-1px)}.desktop-submenu{position:absolute;top:calc(100% - 2px);left:0;z-index:950;display:grid;min-width:190px;padding:10px 0;border:1px solid var(--color-border);background:var(--color-bg);box-shadow:0 18px 36px #332b251f;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease}.desktop-submenu a{padding:11px 16px;color:var(--color-text);white-space:nowrap}.desktop-submenu a:hover,.desktop-submenu a:focus{background:var(--color-surface)}.has-submenu:hover .desktop-submenu,.has-submenu:focus-within .desktop-submenu{opacity:1;visibility:visible;transform:translateY(0)}.header-actions{justify-content:flex-end;gap:14px}.language-switcher{display:inline-flex;border:1px solid var(--color-border);border-radius:999px;overflow:hidden;background:var(--color-bg);box-shadow:0 8px 22px #332b2514}.language-switcher button{min-width:36px;min-height:30px;border:0;background:transparent;color:var(--color-muted);cursor:pointer;font-size:11px;font-weight:800}.language-switcher button.is-active{background:var(--color-button);color:var(--color-button-text)}.brand{display:inline-flex;flex-direction:row;align-items:baseline;justify-content:center;gap:10px;line-height:1;text-decoration:none;max-width:48vw}.brand__name{position:relative;top:var(--brand-name-offset, 0px);font-family:var(--font-heading);font-size:var(--brand-name-size, 34px)!important;font-weight:var(--font-heading-weight, 700);letter-spacing:2px}.brand__subtitle{color:var(--color-muted);font-size:10px;font-weight:700;letter-spacing:1px}.brand__image{width:var(--logo-width);height:auto}.icon-button{display:inline-grid;width:38px;height:38px;place-items:center;border:0;background:transparent;color:var(--color-text);cursor:pointer}.icon-button svg,.feature-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.cart-link,.wishlist-header-button{position:relative}.wishlist-count,.cart-count{position:absolute;top:2px;right:0;min-width:16px;height:16px;border-radius:50%;background:var(--color-accent);color:#fff;font-size:10px;line-height:16px;text-align:center}.mobile-menu-button{display:none}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#261f1b47;opacity:0;pointer-events:none;transition:opacity .18s ease}.drawer-overlay.is-open{opacity:1;pointer-events:auto}.menu-drawer{position:fixed;inset:0 auto 0 0;z-index:910;width:min(380px,86vw);height:100vh;padding:22px;background:var(--drawer-bg, var(--color-bg));transform:translate(-102%);transition:transform .22s ease;box-shadow:18px 0 40px #0000001f;overflow-y:auto;isolation:isolate}.menu-drawer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--drawer-bg, var(--color-bg))}[dir=rtl] .menu-drawer{inset:0 0 0 auto;transform:translate(102%)}.menu-drawer.is-open{transform:translate(0)}.drawer-head{display:flex;align-items:center;justify-content:space-between;background:var(--drawer-bg, var(--color-bg))}.drawer-tabs{display:grid;grid-template-columns:1fr 1fr;margin:28px 0 18px;border:1px solid var(--color-border);background:var(--color-bg)}.drawer-tab{min-height:46px;border:0;background:transparent;color:var(--color-text);cursor:pointer;font-family:var(--font-section-title, var(--font-heading));font-weight:var(--font-section-title-weight, 700);letter-spacing:1px}.drawer-tab.is-active{background:var(--drawer-active)}.drawer-panel{display:none}.drawer-panel.is-active{display:block;background:var(--drawer-bg, var(--color-bg))}.drawer-panel a,.drawer-submenu summary{display:flex;width:100%;align-items:center;justify-content:space-between;padding:13px 4px;border-bottom:1px solid var(--color-border);background:var(--drawer-bg, var(--color-bg));color:var(--color-text);font-family:var(--font-section-title, var(--font-heading));font-size:14px;line-height:1;font-weight:var(--font-section-title-weight, 700);letter-spacing:1px;text-decoration:none}.drawer-submenu{background:var(--drawer-bg, var(--color-bg))}.drawer-submenu summary{cursor:pointer;list-style:none}.drawer-submenu summary::-webkit-details-marker{display:none}.drawer-submenu[open] summary .submenu-arrow{transform:rotate(225deg) translateY(-1px)}.drawer-submenu div{display:grid;background:var(--color-surface);padding:4px 0;border-bottom:1px solid var(--color-border)}.drawer-submenu div a{border-bottom:0;background:transparent;color:var(--color-muted);padding:11px 18px;font-weight:700}.hero-lunora{position:relative;min-height:var(--hero-height);overflow:hidden;display:grid;align-items:center}.hero-full-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}.hero-lunora:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(239,228,218,var(--overlay));pointer-events:none}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center right}.hero-copy{position:relative;z-index:3;display:grid;justify-items:start;max-width:var(--page-width)}.hero-copy.align-center{justify-items:center;text-align:center}.hero-copy.align-right{justify-items:end;text-align:right}.eyebrow{margin:0 0 18px;color:var(--color-muted);font-size:12px;font-weight:800;letter-spacing:1px}.hero-copy h1{max-width:520px;margin:0;font-family:var(--font-heading);font-size:clamp(var(--hero-heading-size-mobile),5.4vw,var(--hero-heading-size));font-weight:var(--font-heading-weight, 400);line-height:1.08;letter-spacing:0}.hero-text{margin:24px 0 26px;font-weight:700}.hero-button{background:var(--hero-button-bg);border-color:var(--hero-button-border);color:var(--hero-button-text);transform:translate(var(--hero-button-x),var(--hero-button-y))}.circle-row{display:grid;grid-auto-flow:column;grid-auto-columns:132px;justify-content:center;gap:28px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none;scroll-behavior:smooth}.circle-row::-webkit-scrollbar{display:none}.category-carousel{position:relative}.category-arrow{position:absolute;top:48px;z-index:2;display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--color-border);border-radius:50%;background:#fffffff0;color:var(--color-text);cursor:pointer;font-size:22px;line-height:1}.category-arrow--prev{left:-10px}.category-arrow--next{right:-10px}.circle-card{display:grid;gap:14px;justify-items:center;font-size:13px;font-weight:700;text-align:center}.circle-card__image{width:118px;aspect-ratio:1;overflow:hidden;border-radius:50%;background:var(--color-surface)}.circle-card__image img{width:100%;height:100%;object-fit:cover}.product-tabs{position:relative;display:flex;justify-content:center;gap:52px;margin-bottom:28px}.product-tabs button{position:relative;min-width:100px;padding:10px 4px;border:0;background:transparent;color:var(--color-muted);cursor:pointer;transition:color .18s ease,transform .18s ease}.product-tabs .is-active{color:var(--color-text);transform:translateY(-1px)}.product-tabs button:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;background:currentColor;transform:scaleX(0);transform-origin:center;transition:transform .22s ease}.product-tabs .is-active:after{transform:scaleX(1)}.product-row,.collection-products{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--card-gap)}.best-panel{display:none}.best-panel.is-active{display:grid}.product-card{min-width:0;animation:cardSoftIn .52s ease both;transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-6px)}body:not(.product-card-animation-enabled) .product-card,body:not(.product-card-animation-enabled) .product-card:hover,body:not(.product-card-animation-enabled) .product-card:hover .product-card__media img{animation:none;transform:none}.product-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:var(--product-card-ratio);border-radius:8px;background:var(--color-surface)}.product-card__image-link{display:block;width:100%;height:100%}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:opacity .16s ease,transform .26s ease}.product-card:hover .product-card__media img{transform:scale(1.035)}.product-card__image.is-switching{opacity:0}.badge,.wish,.season-badge{position:absolute;top:10px;background:var(--color-badge);color:var(--color-badge-text)}.badge{left:10px;min-width:34px;min-height:14px;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:800}.season-badge{left:10px;top:42px;padding:4px 9px;border-radius:999px;background:var(--color-button);color:var(--color-button-text);font-size:10px;font-weight:900}.wish{right:12px;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;box-shadow:0 8px 22px #322a2424;cursor:pointer}.wish.is-saved{background:var(--color-button);color:var(--color-button-text)}.wish svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.quick-view-button{position:absolute;left:12px;right:12px;bottom:12px;min-height:38px;border:0;border-radius:4px;background:#ffffffeb;color:var(--color-text);cursor:pointer;font-size:11px;font-weight:900;opacity:0;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}body:not(.product-card-quick-view-enabled) .quick-view-button{display:none}.product-card:hover .quick-view-button{opacity:1;transform:translateY(0)}.product-card h3{margin:18px 0 6px;font-family:var(--font-body);font-size:var(--product-title-size);font-weight:var(--font-body-weight, 400);line-height:1.3}.price{margin:0 0 14px;color:var(--color-muted);font-size:16px}.swatches,.size-pills{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.size-pills span{display:inline-flex;min-width:30px;min-height:22px;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;color:var(--color-muted);padding:0;font-size:12px;font-weight:900}.size-pills span+span:before{content:"-";margin:0 6px 0 0;color:var(--color-muted)}.size-pills--interactive span{display:inline-flex;width:38px;height:38px;padding:0;align-items:center;justify-content:center;border:2px solid var(--color-text);border-radius:6px;background:#fff;color:var(--color-text);font-size:13px;font-weight:600;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.size-pills--interactive span+span:before{content:none;margin:0}.size-pills--interactive span:hover{border-color:var(--color-accent);background:var(--color-accent);color:#fff}.size-pills--interactive span.is-selected{border-color:var(--color-button);background:var(--color-button);color:var(--color-button-text)}.size-pills--interactive span.is-disabled{cursor:not-allowed;opacity:.38;pointer-events:none}.size-pills-error{display:none;margin:-8px 0 12px;font-size:12px;color:#d33}.size-pills-error.is-visible{display:block}.swatches span,.swatch-button{width:16px;height:16px;border-radius:50%;background:#d7c9bf;border:1px solid rgba(0,0,0,.08)}.swatch-button{padding:0;background:var(--swatch, #d7c9bf);cursor:pointer;transition:box-shadow .16s ease,transform .16s ease}.swatch-button.is-active,.swatch-button:hover{box-shadow:0 0 0 2px var(--color-bg),0 0 0 3px var(--color-text);transform:scale(1.05)}.swatches span:nth-child(2){background:#b8a28f}.swatches span:nth-child(3){background:#f0ebe6}.swatches span:nth-child(4){background:#51443d}.rating,.stars{color:var(--color-star);font-size:15px;letter-spacing:0;animation:starsSoftGlow 1.8s ease both}.rating span,.review-summary span:not(.stars){color:var(--color-muted)}.best-sellers .center{margin-top:30px}.product-card__actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:18px}.product-card__actions form{margin:0}.card-action{display:inline-flex;width:100%;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--color-button);border-radius:4px;padding:0 10px;font-size:12px;font-weight:800;text-transform:uppercase;cursor:pointer}.card-action--secondary{background:var(--color-secondary-button);color:var(--color-secondary-button-text);border-color:#3b332e8c}.card-action--primary{background:var(--color-button);color:var(--color-button-text)}.card-action:disabled{opacity:.55;cursor:not-allowed}.product-row.is-animating .product-card{animation:productTabIn .36s ease both}.product-row.is-animating .product-card:nth-child(2){animation-delay:35ms}.product-row.is-animating .product-card:nth-child(3){animation-delay:70ms}.product-row.is-animating .product-card:nth-child(4){animation-delay:105ms}.product-row.is-animating .product-card:nth-child(5){animation-delay:.14s}@keyframes productTabIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes cardSoftIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes starsSoftGlow{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.product-marquee,.customer-review-marquee,.product-card-marquee{overflow:hidden;padding:46px 0;background:var(--marquee-bg, var(--color-bg));color:var(--marquee-text)}.marquee-track{display:flex;width:max-content;gap:0;animation:marqueeMove var(--marquee-speed) linear infinite;animation-play-state:var(--marquee-play, running);will-change:transform}.marquee-group{display:flex;align-items:stretch;gap:var(--card-gap);padding-inline:10px;flex:0 0 auto}.product-marquee-group{align-items:stretch}.marquee-product-card{width:250px;flex:0 0 250px}.marquee-product-card .product-card{width:100%}.marquee-item{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#ffffff6b;font-weight:800;white-space:nowrap}.marquee-item img{width:52px;height:52px;border-radius:50%;object-fit:cover}.marquee-item em{color:var(--color-muted);font-style:normal;font-size:12px}.product-marquee .product-card{color:var(--color-text)}.product-marquee .product-card__media{aspect-ratio:.74}.product-marquee .product-card h3{font-size:15px}.product-marquee .price{font-size:13px}.faq-shell{max-width:760px;text-align:center}.faq-shell h2{margin:0 0 14px;font-family:var(--font-section-title, var(--font-heading));font-size:38px;font-weight:var(--font-section-title-weight, 700);letter-spacing:1px}.faq-shell>p{max-width:680px;margin:0 auto 34px;color:var(--color-muted);line-height:1.7}.faq-list{border-top:1px solid var(--color-border);text-align:left}.faq-item{border-bottom:1px solid var(--color-border)}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:74px;cursor:pointer;list-style:none;font-family:var(--font-body);font-size:20px;font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-icon{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border:2px solid #b8b8b8;border-radius:50%}.faq-icon:before{content:"";width:9px;height:9px;border-top:2px solid #9f9f9f;border-right:2px solid #9f9f9f;transform:rotate(45deg)}.faq-item[open] .faq-icon:before{transform:rotate(135deg)}.faq-answer{padding:0 52px 22px 0;font-family:var(--font-body);font-weight:var(--font-body-weight, 400);color:var(--color-muted);line-height:1.7}.review-marquee-card{width:var(--review-card-width);flex:0 0 var(--review-card-width);margin:0;overflow:hidden;border-radius:var(--radius);background:var(--color-surface)}.product-card-marquee__track{display:flex;width:max-content;gap:0;animation:marqueeMove var(--marquee-speed) linear infinite;animation-play-state:var(--marquee-play, running);will-change:transform}.product-card-marquee__group{display:flex;align-items:stretch;gap:var(--card-gap);padding-inline:10px;flex:0 0 auto}.product-card-marquee__item{width:var(--marquee-card-width);flex:0 0 var(--marquee-card-width)}.review-marquee-card img{width:100%;aspect-ratio:1.15;object-fit:contain;background:var(--color-surface)}.review-marquee-card figcaption{padding:10px 12px;color:var(--color-muted);font-size:13px}@keyframes marqueeMove{0%{transform:translate(0)}to{transform:translate(-50%)}}.mobile-app-nav{display:none}.collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--card-gap)}.collection-tile{position:relative;display:block;overflow:hidden;aspect-ratio:1.25;border-radius:var(--radius);background:var(--color-surface);color:#fff}.collection-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(42,32,25,.58))}.collection-tile img{width:100%;height:100%;object-fit:cover}.collection-tile__copy{position:absolute;inset:auto 20px 18px;z-index:1;display:grid;gap:4px}.collection-tile__copy strong{max-width:220px;font-family:var(--font-heading);font-size:23px;font-weight:var(--font-heading-weight, 400);line-height:1.05}.collection-tile__copy em{font-size:11px;font-style:normal;font-weight:800;text-decoration:underline}.feature-strip{padding:30px 0;background:var(--color-surface)}.feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.feature-item{display:flex;align-items:center;gap:14px}.feature-icon{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid var(--color-muted);border-radius:50%;color:var(--color-muted)}.feature-item strong,.feature-item small{display:block}.feature-item strong{font-size:13px}.feature-item small{color:var(--color-muted);font-size:11px}.review-grid,.social-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--card-gap)}.review-image,.social-tile{overflow:hidden;border-radius:var(--radius);background:var(--color-surface)}.review-image{aspect-ratio:1.45}.social-tile{aspect-ratio:1}.review-image img{width:100%;height:100%;object-fit:cover}.social-tile img{width:100%;height:100%;object-fit:contain}.review-summary{display:flex;justify-content:center;align-items:center;gap:14px;margin:26px 0 22px}.newsletter-split{display:grid;grid-template-columns:1fr 1fr;min-height:340px;background:var(--color-surface)}.newsletter-media img{width:100%;height:100%;object-fit:cover}.newsletter-copy{display:grid;align-items:center;padding:56px}.newsletter-copy h2{margin:0 0 16px;font-family:var(--font-heading);font-size:34px;font-weight:var(--font-heading-weight, 400)}.newsletter-copy p{max-width:480px;color:var(--color-muted)}.newsletter-form{display:flex;gap:12px;margin-top:28px}.newsletter-form input,.search-form input{min-height:44px;border:1px solid var(--color-border);background:#fff;padding:0 14px}.newsletter-form input{width:min(320px,100%)}.social-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.site-footer{background:var(--footer-bg, var(--color-surface));color:var(--footer-text, var(--color-text));border-top:1px solid var(--footer-line, var(--color-border));font-family:var(--font-body);font-weight:700}.footer-accordion__inner{padding:54px 0 30px}.footer-identity{display:grid;gap:12px;margin-bottom:26px}.footer-identity .brand{align-items:flex-start}.footer-identity p,.footer-contact a,.footer-panel__content,.footer-meta{color:var(--footer-muted, var(--color-muted))}.footer-tagline,.footer-whatsapp-intro{margin:0}.footer-contact{display:grid;gap:8px}.footer-social{display:flex;flex-wrap:wrap;gap:12px}.footer-social a{display:grid;width:36px;height:36px;place-items:center;border:1px solid currentColor;border-radius:50%;color:inherit;text-decoration:none;transition:opacity .2s}.footer-social a:hover{opacity:.7}.footer-social a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-panel{border-top:1px solid var(--footer-line, var(--color-border))}.footer-panel:last-of-type{border-bottom:1px solid var(--footer-line, var(--color-border))}.footer-panel summary{display:flex;align-items:center;justify-content:space-between;min-height:58px;cursor:pointer;list-style:none;color:var(--color-accent);font-family:var(--font-body);font-weight:700;text-transform:uppercase;letter-spacing:1px}.footer-panel summary::-webkit-details-marker{display:none}.footer-toggle{position:relative;width:16px;height:16px}.footer-toggle:before,.footer-toggle:after{content:"";position:absolute;top:50%;left:2px;right:2px;height:1.5px;background:currentColor}.footer-toggle:after{transform:rotate(90deg)}.footer-panel[open] .footer-toggle:after{display:none}.footer-panel__content{display:grid;gap:13px;padding:0 0 22px}.footer-newsletter-form{position:relative;display:grid;margin-top:10px}.footer-newsletter-form input{min-height:50px;border:1px solid var(--footer-line, var(--color-border));border-radius:999px;background:transparent;color:var(--footer-text, var(--color-text));padding:0 56px 0 18px;font-family:var(--font-body);font-weight:700}.footer-newsletter-form button{position:absolute;top:5px;right:6px;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--color-accent);cursor:pointer;font-size:20px}.footer-meta{display:grid;justify-items:center;gap:14px;padding-top:24px;text-align:center;font-size:13px}.footer-payment-icons{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.footer-payment-icons img{width:auto;height:var(--payment-icon-size);object-fit:contain;border-radius:3px}.footer-inner{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:44px;padding:54px 0 34px}.footer-brand .brand{align-items:flex-start}.footer-brand p{max-width:250px;color:var(--color-muted);font-size:13px}.social-row{display:flex;gap:14px;color:var(--color-muted);font-size:12px;font-weight:800}.footer-col{display:grid;align-content:start;gap:9px}.footer-col h3{margin:0 0 8px;font-family:var(--font-body);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.footer-col a,.footer-bottom{color:var(--color-muted);font-size:12px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding:18px 0 26px;border-top:1px solid var(--color-border)}.payments{text-align:right}.product-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:54px}.product-gallery{background:var(--color-surface);border-radius:var(--radius);overflow:hidden}.product-gallery img{width:100%;aspect-ratio:.9;object-fit:cover}.product-info h1,.basic-page h1,.cart-main h1,.search-main h1{margin-top:0;font-family:var(--font-body);font-size:var(--product-page-title-size);font-weight:var(--font-body-weight, 400)}.product-price{font-size:20px;font-weight:700}.fabric-badges{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0 22px}.product-manual-block{width:100%;margin:14px 0}.product-manual-block--before_buttons{margin-bottom:16px}.product-manual-block--after_buttons{margin-top:14px;margin-bottom:14px}.product-helper-actions .product-manual-block,.product-helper-actions .fabric-badges{margin:0}.product-fabric-badges-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:18px 0 22px}.product-fabric-badges-row .product-manual-block{width:auto;margin:0}.product-fabric-badges-row .fabric-badges{flex:1 1 auto;margin:0}.product-fabric-badges-row .product-manual-block--size{flex:0 0 auto}.product-fabric-badges-row .product-helper-link{width:auto;min-height:34px;border-color:var(--color-border);border-radius:6px;padding:0 14px;background:#fff;color:var(--color-text);font-size:12px}.fabric-badges span{display:inline-flex;min-height:34px;align-items:center;border:1px solid var(--color-border);border-radius:6px;background:#fff;color:var(--color-text);padding:0 14px;font-size:12px;font-weight:800}.fabric-badges span:before{display:none}.stock-urgency,.delivery-estimate{display:flex;align-items:center;gap:10px;margin:14px 0}.stock-urgency span{width:9px;height:9px;border-radius:50%;background:#df5b54;box-shadow:0 0 0 5px #df5b5424}.stock-urgency strong,.delivery-estimate strong{font-size:13px}.delivery-estimate{align-items:flex-start;flex-direction:column;gap:3px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:13px 14px}.delivery-estimate span{color:var(--color-muted);font-size:13px}.fit-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 20px}.fit-strip span{display:grid;min-height:38px;place-items:center;border:1px solid var(--color-border);border-radius:999px;color:var(--color-muted);font-size:12px;font-weight:900}.fit-strip span.is-active{border-color:var(--color-button);background:var(--color-button);color:var(--color-button-text)}.bundle-message{display:grid;gap:4px;margin:18px 0 22px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);padding:15px 16px}.bundle-message strong{font-size:14px}.bundle-message span{color:var(--color-muted);font-size:13px}.care-instructions{margin:22px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.care-instructions summary{display:flex;min-height:54px;align-items:center;justify-content:space-between;cursor:pointer;list-style:none;font-weight:900}.care-instructions summary::-webkit-details-marker{display:none}.care-instructions[open] .footer-toggle:after{display:none}.care-instructions__content{color:var(--color-muted);padding:0 0 16px}.sticky-atc{display:none}.gift-wrap-option{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:var(--color-muted);font-size:13px;font-weight:800}.gift-wrap-option input{width:18px;height:18px;accent-color:var(--color-button)}[dir=rtl] .fabric-badges span:before{margin-right:0;margin-left:8px}.product-helper-actions{display:grid;gap:8px;margin:8px 0 20px}.product-purchase+.product-helper-actions{margin-top:10px}.product-helper-link{display:inline-flex;width:100%;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--color-button);border-radius:999px;background:#fff;color:var(--color-text);padding:0 18px;cursor:pointer;font-size:13px;font-weight:900}.product-helper-link svg{width:18px;height:18px;margin-right:8px;fill:none;stroke:currentColor;stroke-width:1.8}[dir=rtl] .product-helper-link svg{margin-right:0;margin-left:8px}.product-helper-link--whatsapp{border-color:var(--color-button);background:var(--color-button);color:var(--color-button-text)}.product-notices{display:grid;gap:8px;margin:-8px 0 20px;color:var(--color-muted);font-size:13px;line-height:1.45}.product-notices p{margin:0}.product-notices a{color:var(--color-text);text-decoration:underline;text-underline-offset:3px;font-weight:800}.back-stock-whatsapp{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:999px;margin-top:14px;padding:0 18px;color:var(--color-text);font-size:13px;font-weight:900}.size-guide-modal[hidden]{display:none}.size-guide-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:22px}.size-guide-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fbfaf8d1}.size-guide-modal__panel{position:relative;z-index:1;width:min(100%,540px);max-height:min(720px,calc(100vh - 44px));overflow-y:auto;border-radius:10px;background:#fff;box-shadow:0 26px 80px #261f1b3d;padding:34px;filter:none}.size-guide-image{overflow:hidden;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.size-guide-image img{width:100%;height:auto;max-height:min(72vh,900px);object-fit:contain}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:930;background:#261f1b4d;opacity:0;pointer-events:none;transition:opacity .18s ease}.cart-drawer-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;inset:0 0 0 auto;z-index:940;display:grid;grid-template-rows:auto 1fr auto;width:min(420px,92vw);height:100vh;background:var(--color-bg);box-shadow:-18px 0 46px #261f1b2e;transform:translate(102%);transition:transform .22s ease}[dir=rtl] .cart-drawer{inset:0 auto 0 0;transform:translate(-102%)}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__head,.cart-drawer__footer{padding:18px;border-bottom:1px solid var(--color-border)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between}.cart-drawer__head h2{margin:0;font-family:var(--font-heading);font-weight:var(--font-heading-weight, 400)}.cart-drawer__items{overflow-y:auto;padding:18px}.cart-drawer__item{display:grid;grid-template-columns:78px 1fr;gap:12px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid var(--color-border)}.cart-drawer__item img{width:78px;aspect-ratio:.78;border-radius:6px;object-fit:cover}.cart-drawer__item-info{display:flex;flex-direction:column;gap:3px;min-width:0}.cart-drawer__item-variant{color:var(--color-muted);font-size:12px;font-style:normal}.cart-drawer__item-price{font-size:13px;color:var(--color-muted)}.cart-drawer__item-controls{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px}.cd-qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:var(--color-surface)}.cd-qty-btn{display:inline-flex;width:30px;height:32px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--color-text);cursor:pointer;font-size:16px;font-weight:700;flex-shrink:0;line-height:1}.cd-qty-btn:hover{background:var(--color-border)}.cd-qty-val{min-width:28px;padding:0 4px;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);text-align:center;font-size:13px;font-weight:700;line-height:32px}.cd-remove-btn{border:0;background:transparent;color:var(--color-muted);cursor:pointer;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:0}.cd-remove-btn:hover{color:var(--color-text)}.cart-drawer__item span,.cart-drawer__empty{color:var(--color-muted)}.cart-drawer__footer{display:grid;gap:10px;border-top:1px solid var(--color-border);border-bottom:0}.cart-drawer__footer div{display:flex;justify-content:space-between;font-weight:900}.cart-drawer__empty{padding:18px}.wishlist-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1180;background:#261f1b47;opacity:0;pointer-events:none;transition:opacity .18s ease}.wishlist-drawer-overlay.is-open{opacity:1;pointer-events:auto}.wishlist-drawer{position:fixed;inset:0 0 0 auto;z-index:1190;display:grid;grid-template-rows:auto auto 1fr;width:min(420px,92vw);height:100vh;background:var(--color-bg);box-shadow:-18px 0 42px #261f1b29;transform:translate(102%);transition:transform .22s ease}.wishlist-drawer.is-open{transform:translate(0)}.wishlist-drawer__head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);padding:18px}.wishlist-drawer__head h2{margin:0;font-family:var(--font-heading);font-weight:var(--font-heading-weight, 400)}.wishlist-drawer__empty{margin:0;padding:18px;color:var(--color-muted)}.wishlist-drawer__grid{display:grid;gap:22px;overflow-y:auto;padding:18px}.size-guide-modal__close{position:absolute;top:12px;right:12px}[dir=rtl] .size-guide-modal__close{right:auto;left:12px}.size-guide-modal__panel h2{margin:0 42px 12px 0;font-family:var(--font-heading);font-size:34px;font-weight:var(--font-heading-weight, 400)}.size-guide-modal__panel p{color:var(--color-muted)}.size-guide-table{margin-top:18px;border-top:1px solid var(--color-border);padding-top:18px}.product-extra-block{margin-top:58px}.product-ugc{overflow:hidden}.product-ugc__track{display:flex;width:max-content;gap:var(--card-gap);animation:marqueeMove var(--ugc-speed) linear infinite}.product-ugc:hover .product-ugc__track{animation-play-state:paused}.product-ugc__group{display:flex;gap:var(--card-gap);padding-inline:10px}.product-ugc__card{width:260px;flex:0 0 260px;margin:0;overflow:hidden;border-radius:var(--radius);background:var(--color-surface)}.product-ugc__card img{width:100%;aspect-ratio:.82;object-fit:cover}.product-ugc__card figcaption{padding:12px 14px;color:var(--color-muted);font-size:13px;font-weight:800}.product-ugc .center{margin-top:28px}.material-comparison__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--card-gap)}.material-comparison article{display:grid;gap:8px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:20px}.material-comparison strong{font-family:var(--font-heading);font-size:24px;font-weight:var(--font-heading-weight, 400)}.material-comparison span{color:var(--color-muted);font-size:13px}.quick-view-modal[hidden]{display:none}.quick-view-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:grid;place-items:center;padding:22px}.quick-view-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fbfaf8e6}.quick-view-modal__panel{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1fr);width:min(100%,760px);overflow:hidden;border-radius:10px;background:#fff;box-shadow:0 26px 80px #261f1b3d;filter:none;max-height:calc(100vh - 44px)}.quick-view-modal__panel img{width:100%;height:100%;min-height:360px;object-fit:cover}.quick-view-modal__copy{display:grid;align-content:center;gap:14px;padding:34px;min-width:0}.quick-view-modal__copy h2{margin:0;font-family:var(--font-heading);font-size:34px;font-weight:var(--font-heading-weight, 400)}.quick-view-modal__copy p{margin:0;color:var(--color-muted)}.quick-view-modal__close{position:absolute;top:12px;right:12px;z-index:2}.recently-viewed .collection-products:empty{display:none}.product-form{margin-top:18px}.product-purchase{display:grid;gap:10px;margin-top:22px}.product-purchase .product-form{margin-top:0}.product-size-selector{display:grid;gap:12px}.product-size-selector__head{display:flex;align-items:center;justify-content:space-between;color:var(--color-text);font-size:26px;line-height:1.2}.product-size-selector__head strong{color:var(--color-accent)}.product-size-selector__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.product-size-option{display:grid;min-height:58px;place-items:center;border:1px solid var(--color-border);border-radius:6px;background:#fff;color:var(--color-text);cursor:pointer;font-size:22px;font-weight:500}.product-size-option.is-active{border-color:var(--color-button);background:var(--color-button);color:var(--color-button-text)}.product-size-option:disabled{cursor:not-allowed;opacity:.38}.product-purchase-row{display:grid;grid-template-columns:minmax(110px,.48fr) minmax(0,1.52fr);gap:14px;align-items:stretch}.quantity-stepper{display:grid;grid-template-columns:1fr 1fr 1fr;min-height:54px;overflow:hidden;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface)}.quantity-stepper button,.quantity-stepper input{min-width:0;border:0;background:transparent;color:var(--color-text);text-align:center;font-size:20px}.quantity-stepper button{cursor:pointer;color:var(--color-accent)}.quantity-stepper input::-webkit-outer-spin-button,.quantity-stepper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.quantity-stepper input{-webkit-appearance:textfield;appearance:textfield}.product-form--buy-now,.product-form--add-to-cart{margin-top:0}.product-submit-button,.product-buy-now-button{width:100%;min-height:54px;border-radius:999px;font-size:max(16px,var(--button-font-size));text-transform:none}@keyframes buyNowShine{0%{transform:translate(-160%) skew(-15deg)}35%,to{transform:translate(160%) skew(-15deg)}}.product-buy-now-button{position:relative;overflow:hidden;background:var(--color-button);border-color:var(--color-button);color:var(--color-button-text)}.product-buy-now-button:after{content:"";position:absolute;top:0;left:0;width:45%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);animation:buyNowShine 2.6s ease-in-out infinite;pointer-events:none}.collection-description{max-width:720px;margin:-12px auto 32px;color:var(--color-muted);text-align:center}.collection-filter-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:-8px 0 30px}.collection-filter{display:inline-flex;min-height:38px;align-items:center;border:1px solid var(--color-border);border-radius:999px;background:#fff;color:var(--color-muted);padding:0 16px;font-size:12px;font-weight:900}.collection-filter.is-active{border-color:var(--color-button);background:var(--color-button);color:var(--color-button-text)}.build-set__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--card-gap)}.build-set__column h2,.cart-upsell h2{margin:0 0 16px;font-family:var(--font-heading);font-size:26px;font-weight:var(--font-heading-weight, 400)}.build-set__options{display:grid;gap:12px}.build-set__option{position:relative;display:grid;grid-template-columns:82px 1fr;gap:12px;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:10px;cursor:pointer}.build-set__option:has(input:checked){border-color:var(--color-button);box-shadow:0 0 0 2px #3b332e14}.build-set__option input{position:absolute;top:12px;right:12px;accent-color:var(--color-button)}.build-set__option img{width:82px;aspect-ratio:.78;border-radius:6px;object-fit:cover}.build-set__option strong,.build-set__option span{grid-column:2}.build-set__option span{color:var(--color-muted);font-size:13px}.build-set__summary{display:grid;justify-items:center;gap:12px;margin-top:34px}.build-set__summary p{color:var(--color-muted);margin:0}.comfort-quiz,.interactive-size{text-align:center}.comfort-quiz h1,.interactive-size h1{margin:0 0 12px;font-family:var(--font-heading);font-size:44px;font-weight:400}.comfort-quiz p,.interactive-size p{color:var(--color-muted)}.comfort-quiz__choices{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:28px 0}.comfort-quiz__choices button{min-height:58px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;color:var(--color-text);cursor:pointer;font-weight:900}.comfort-quiz__choices button.is-active{border-color:var(--color-button);background:var(--color-button);color:var(--color-button-text)}.comfort-quiz__result,.interactive-size__result{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);padding:20px;font-weight:900}.interactive-size__form{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end;margin:28px 0}.interactive-size__form label{display:grid;gap:8px;text-align:left;font-weight:900}.interactive-size__form input{min-height:48px;border:1px solid var(--color-border);border-radius:var(--radius);padding:0 14px}.collection-products{grid-template-columns:repeat(4,minmax(0,1fr))}.pagination{grid-column:1 / -1;text-align:center}.cart-item{display:grid;grid-template-columns:88px 1fr 72px 110px;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid var(--color-border)}.cart-total{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;padding:18px 0;border-bottom:1px solid var(--color-border)}.cart-item__img-wrap{display:block;width:88px;aspect-ratio:.82;border-radius:8px;overflow:hidden;background:var(--color-surface);flex-shrink:0}.cart-item__img{width:100%;height:100%;object-fit:cover}.cart-item__info{display:flex;flex-direction:column;gap:4px;min-width:0}.cart-item__title{font-family:var(--font-body);font-weight:700;font-size:15px;color:var(--color-text);text-decoration:none;line-height:1.3}.cart-item__variant,.cart-item__unit-price{font-size:13px;color:var(--color-muted)}.cart-qty-stepper{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background:#fff}.cart-qty-btn{display:inline-flex;width:34px;height:40px;align-items:center;justify-content:center;border:0;background:transparent;color:var(--color-text);cursor:pointer;font-size:18px;font-weight:700;flex-shrink:0;line-height:1}.cart-qty-btn:hover{background:var(--color-surface)}.cart-qty-stepper input[type=number]{width:36px;min-height:40px;border:0;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);background:transparent;text-align:center;font-size:14px;font-family:var(--font-body);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.cart-qty-stepper input[type=number]::-webkit-outer-spin-button,.cart-qty-stepper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.cart-item__line-price{text-align:right;display:flex;flex-direction:column;gap:6px;align-items:flex-end;font-size:15px;font-weight:700}.cart-item__remove{font-size:11px;color:var(--color-muted);text-decoration:none;letter-spacing:.5px}.cart-item__remove:hover{color:var(--color-text)}.free-shipping-progress{display:grid;gap:10px;margin-bottom:24px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);padding:16px}.free-shipping-progress p{margin:0;font-weight:900}.free-shipping-progress__bar{height:9px;overflow:hidden;border-radius:999px;background:#3b332e1f}.free-shipping-progress__bar span{display:block;height:100%;border-radius:inherit;background:var(--color-button)}.cart-upsell{margin-top:34px}.cart-upsell__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--card-gap)}.search-form{display:flex;gap:12px;margin-bottom:32px}.search-form input{flex:1}.search-form--predictive{position:relative}.predictive-results{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:120;display:grid;gap:6px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-bg);box-shadow:0 18px 42px #332b2524;padding:10px}.predictive-results a{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;border-radius:6px;padding:8px}.predictive-results a:hover{background:var(--color-surface)}.predictive-results img{width:48px;height:58px;border-radius:5px;object-fit:cover}.predictive-results strong{font-size:13px}.predictive-results span{color:var(--color-muted);font-size:12px}@media(max-width:989px){.page-shell{width:min(100% - 32px,var(--page-width))}.desktop-nav{display:none}.mobile-menu-button{display:inline-grid}.header-bar{grid-template-columns:auto 1fr auto;min-height:66px;gap:8px}.brand{justify-self:center;min-width:0}.brand__name{font-size:var(--brand-name-size-mobile, 22px)!important;letter-spacing:4px;white-space:nowrap}.brand__subtitle{font-size:8px;letter-spacing:3px}.header-actions{gap:4px;flex-shrink:0}.header-actions .icon-button{display:inline-grid}.header-actions .icon-button[aria-label=Account]{display:none}.language-switcher button{min-width:30px;min-height:28px}.hero-lunora{display:block;min-height:0;background:var(--color-surface)}.hero-lunora:after{display:none}.hero-media{position:relative;inset:auto;height:clamp(240px,58vw,360px)}.hero-media img{object-fit:contain;object-position:center}.hero-copy{position:absolute;top:0;right:0;bottom:0;left:0;align-content:center;pointer-events:none}.hero-copy .button{pointer-events:auto}.hero-copy h1{max-width:330px;font-size:var(--hero-heading-size-mobile)}.circle-row,.product-row{justify-content:start}.product-row{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--card-gap-mobile);overflow:visible;padding-bottom:0}.product-row.is-active{display:grid}.product-tabs{justify-content:flex-start;gap:20px;overflow-x:auto}.collection-grid,.feature-grid,.review-grid,.social-grid,.footer-inner,.product-layout,.collection-products{grid-template-columns:1fr 1fr}.newsletter-split{grid-template-columns:1fr}.newsletter-media{min-height:220px}.newsletter-copy{padding:36px 22px}.footer-brand{grid-column:1 / -1}.mobile-app-nav{position:fixed;left:50%;right:auto;bottom:12px;z-index:850;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;gap:0;width:min(calc(100% - 28px),var(--mobile-nav-max));min-height:62px;padding:6px 0;border:1px solid var(--color-border);border-radius:22px;background:var(--mobile-nav-bg);color:var(--mobile-nav-text);box-shadow:0 16px 40px #332b2529;transform:translate(-50%)}.marquee-product-card{width:220px;flex-basis:220px}.review-marquee-card{width:min(72vw,var(--review-card-width));flex-basis:min(72vw,var(--review-card-width))}.product-ugc__card{width:min(72vw,260px);flex-basis:min(72vw,260px)}.quick-view-modal__panel{grid-template-columns:1fr;overflow-y:auto}.quick-view-modal__panel img{min-height:240px;max-height:340px}.build-set__grid,.interactive-size__form,.cart-upsell__grid{grid-template-columns:1fr}.comfort-quiz__choices{grid-template-columns:1fr 1fr}.mobile-app-nav__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;gap:3px;min-width:0;padding:6px 4px;border:0;border-radius:0;outline:none;-webkit-appearance:none;appearance:none;background:transparent;box-shadow:none;text-decoration:none;font-family:var(--font-section-title, var(--font-heading));font-size:10px;font-weight:var(--font-section-title-weight, 700);letter-spacing:.5px;color:var(--mobile-nav-text);cursor:pointer;transition:color .14s}.mobile-app-nav__item:focus-visible{outline:2px solid var(--mobile-nav-active);outline-offset:-2px;border-radius:4px}.mobile-app-nav__item.is-highlight{background:transparent;color:var(--mobile-nav-active)}.mobile-app-nav__badge{position:absolute;top:4px;right:20%;min-width:13px;height:13px;border-radius:50%;background:#df5b54;color:#fff;font-size:8px;line-height:13px;text-align:center}.mobile-app-nav__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.mobile-app-nav__label{display:none}body{padding-bottom:84px}.sticky-atc{position:fixed;left:12px;right:12px;bottom:86px;z-index:840;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border:1px solid var(--color-border);border-radius:18px;background:#fbfaf8f5;box-shadow:0 16px 40px #332b2529;padding:10px 12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sticky-atc strong,.sticky-atc span{display:block}.sticky-atc strong{max-width:48vw;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sticky-atc span{color:var(--color-muted);font-size:12px}.sticky-atc .button{min-height:40px;padding:0 18px}}@media(max-width:640px){body{font-size:14px}.section-pad{padding:var(--section-gap-mobile) 0}.header-bar{gap:4px}.brand__name{font-size:clamp(14px,4.2vw,var(--brand-name-size-mobile, 22px))!important;letter-spacing:clamp(2px,.8vw,4px)}.header-actions{gap:0}.language-switcher button{min-width:26px;min-height:26px;font-size:10px}.icon-button{width:34px;height:34px}.hero-copy{align-content:center;padding-bottom:0}.hero-copy h1{font-size:max(30px,calc(var(--hero-heading-size-mobile) - 6px));max-width:260px}.faq-shell h2{font-size:32px}.faq-item summary{font-size:16px;min-height:64px}.hero-text{margin:12px 0 16px}.hero-copy .button{min-height:40px;padding:0 20px}.circle-row{grid-auto-columns:104px;gap:18px}.circle-card__image{width:96px}.collection-grid,.feature-grid,.review-grid,.social-grid,.footer-inner,.product-layout{grid-template-columns:1fr}.collection-products{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--card-gap-mobile)}.product-card__media{aspect-ratio:.78;border-radius:8px}.product-helper-actions{flex-direction:column}.product-helper-link{width:100%}.material-comparison__grid{grid-template-columns:1fr}.collection-products .product-card h3,.product-row .product-card h3{font-size:15px;margin-top:14px;margin-bottom:6px}.collection-products .price,.product-row .price{font-size:14px;margin-bottom:12px}.size-pills{gap:0;margin-bottom:14px}.size-pills span{min-width:auto;font-size:11px}.rating{margin:0 0 12px;font-size:14px}.collection-products .wish,.product-row .wish{width:42px;height:42px;top:10px;right:10px}.badge{top:12px;left:12px;display:inline-flex;min-height:28px;align-items:center}.product-card__actions{grid-template-columns:1fr;gap:8px}.card-action{min-height:46px;font-size:11px}.collection-tile{aspect-ratio:1.35}.review-grid,.social-grid{display:grid;grid-auto-flow:column;grid-auto-columns:72vw;grid-template-columns:none;overflow-x:auto;padding-bottom:10px}.review-summary{flex-wrap:wrap}.newsletter-form,.search-form{flex-direction:column}.newsletter-form input{width:100%}.footer-bottom{grid-template-columns:1fr;display:grid;text-align:left}.cart-item{grid-template-columns:72px 1fr 1fr;grid-template-rows:auto auto;gap:8px 10px}.cart-item__img-wrap{grid-column:1;grid-row:1 / 3;width:72px}.cart-item__info{grid-column:2 / 4;grid-row:1}.cart-item__qty{grid-column:2;grid-row:2}.cart-item__line-price{grid-column:3;grid-row:2;flex-direction:column;align-items:flex-end}.payments{text-align:left}}.loyalty-points{background:var(--color-surface)}.loyalty-points__inner{display:grid;grid-template-columns:.9fr 1.1fr;gap:var(--card-gap);align-items:center}.loyalty-points h2,.try-on-selector h2{margin:0 0 12px;font-family:var(--font-heading);font-size:40px;font-weight:400}.loyalty-points p,.loyalty-points__cards span,.reviews-import figcaption,.reviews-import blockquote{color:var(--color-muted)}.loyalty-points__cards,.reviews-import__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--card-gap)}.loyalty-points__cards article,.reviews-import figure{display:grid;gap:10px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:20px}.loyalty-points__cards strong{font-family:var(--font-heading);font-size:36px;font-weight:400}.reviews-import blockquote{margin:0}.try-on-selector{text-align:center}.try-on-selector__buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:24px 0}.try-on-selector__buttons button{min-height:52px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;cursor:pointer;font-weight:900}.try-on-selector__buttons button.is-active{background:var(--color-button);color:var(--color-button-text)}.try-on-selector__result{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);padding:18px;font-weight:900}@media(max-width:640px){.loyalty-points__inner,.loyalty-points__cards,.reviews-import__grid{grid-template-columns:1fr}.try-on-selector__buttons{grid-template-columns:1fr 1fr}}@media(max-width:640px){.product-size-selector__head{font-size:22px}.product-size-selector__grid{gap:8px}.product-size-option{min-height:52px;font-size:18px}.product-purchase-row{grid-template-columns:minmax(98px,.52fr) minmax(0,1.48fr);gap:10px}.quantity-stepper,.product-submit-button,.product-buy-now-button{min-height:50px}}@media(max-width:400px){.header-bar{gap:2px}.brand__name{font-size:14px;letter-spacing:2px}.brand__subtitle,.header-actions a[aria-label*=earch],.header-actions .icon-button[aria-label*=earch]{display:none}.language-switcher button{min-width:22px;min-height:22px;font-size:9px}.icon-button{width:30px;height:30px}}.shopify-section,.site-header,.site-footer,section,header,footer,main{max-width:100%;box-sizing:border-box}.drawer-footer-actions{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--color-border);margin-top:14px}.drawer-footer-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 12px;font-family:var(--font-heading);font-size:12px;font-weight:var(--font-heading-weight, 700);letter-spacing:1px;text-transform:uppercase;color:var(--color-text);background:none;border:0;border-right:1px solid var(--color-border);text-decoration:none;cursor:pointer;transition:background .14s ease}.drawer-footer-btn:last-child{border-right:0}.drawer-footer-btn:hover{background:var(--color-surface)}.drawer-footer-btn svg{width:18px;height:18px;flex-shrink:0}.drawer-wishlist-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--color-accent);color:#fff;font-size:10px;font-weight:700}.menu-drawer{display:flex!important;flex-direction:column;overflow-y:auto!important}.drawer-panel{padding-bottom:16px}.checkout-page{background:var(--color-bg)}.checkout-shell{max-width:1080px}.checkout-steps{display:flex;align-items:center;gap:10px;margin-bottom:32px;font-size:13px;font-weight:700;letter-spacing:.5px}.checkout-step{color:var(--color-muted)}.checkout-step--active{color:var(--color-text)}.checkout-step-arrow{color:var(--color-muted);font-size:16px}.checkout-grid{display:grid;grid-template-columns:1fr 420px;gap:44px;align-items:start}.checkout-group{margin:0 0 28px;padding:0;border:0}.checkout-group__title{display:block;margin:0 0 16px;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--color-muted)}.checkout-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.checkout-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.checkout-field--full{grid-column:1 / -1}.checkout-field label{font-size:13px;font-weight:700;color:var(--color-text);font-family:var(--font-body)}.checkout-req{color:#df5b54}.checkout-field input,.checkout-field textarea{min-height:48px;border:1px solid var(--color-border);border-radius:var(--radius, 6px);background:#fff;color:var(--color-text);padding:0 14px;font-size:15px;font-family:var(--font-body);transition:border-color .16s ease,box-shadow .16s ease}.checkout-field textarea{min-height:88px;padding:12px 14px;resize:vertical}.checkout-field input:focus,.checkout-field textarea:focus{outline:none;border-color:var(--color-button);box-shadow:0 0 0 3px #3b332e14}.checkout-field input.is-invalid,.checkout-field textarea.is-invalid{border-color:#df5b54;box-shadow:0 0 0 3px #df5b541f}.checkout-error{margin-bottom:16px;padding:12px 16px;border-radius:var(--radius, 6px);background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;font-weight:700}.checkout-submit-btn{width:100%;min-height:54px;border-radius:999px;font-size:16px;font-weight:700;letter-spacing:.5px;margin-bottom:14px}.checkout-secure{margin:0;text-align:center;font-size:12px;color:var(--color-muted)}.checkout-summary-box{position:sticky;top:90px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);padding:24px;overflow:hidden}.checkout-summary-title{margin:0 0 20px;font-family:var(--font-body);font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--color-muted)}.checkout-items-list{display:grid;gap:0;border-top:1px solid var(--color-border);margin-bottom:0}.checkout-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--color-border)}.checkout-item__img{position:relative;width:64px;aspect-ratio:.82;border-radius:8px;overflow:hidden;background:#fff;flex-shrink:0}.checkout-item__img img{width:100%;height:100%;object-fit:cover}.checkout-item__no-img{width:100%;height:100%;background:var(--color-border)}.checkout-item__qty-bubble{position:absolute;top:-6px;right:-6px;display:flex;width:20px;height:20px;align-items:center;justify-content:center;border-radius:50%;background:var(--color-text);color:var(--color-bg);font-size:11px;font-weight:700}.checkout-item__details{display:flex;flex-direction:column;gap:2px;min-width:0}.checkout-item__details strong{font-size:13px;font-weight:700;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkout-item__details small,.checkout-item__details span{font-size:12px;color:var(--color-muted)}.checkout-item__line{font-size:14px;font-weight:700;white-space:nowrap}.checkout-totals{border-top:1px solid var(--color-border);margin-top:0;padding-top:14px;display:grid;gap:10px}.checkout-totals__row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.checkout-totals__muted{color:var(--color-muted);font-size:12px}.checkout-totals__row--grand{font-size:16px;padding-top:10px;border-top:1px solid var(--color-border)}@media(max-width:860px){.checkout-grid{grid-template-columns:1fr;gap:28px}.checkout-summary-col{order:-1}.checkout-summary-box{position:static}}@media(max-width:640px){.checkout-row-2{grid-template-columns:1fr;gap:0}.checkout-steps{font-size:12px}}.checkout-payment-list{display:flex;flex-direction:column;gap:10px}.pmt-card{display:block;cursor:pointer;border:2px solid var(--color-border);border-radius:var(--radius, 8px);background:#fff;transition:border-color .16s,background .16s;overflow:hidden}.pmt-card:has(input[type=radio]:checked){border-color:var(--color-button);background:#3b332e08}.pmt-card input[type=radio]{position:absolute;opacity:0;pointer-events:none}.pmt-card__inner{display:flex;align-items:center;gap:14px;padding:16px}.pmt-card__icon{font-size:26px;flex-shrink:0;line-height:1}.pmt-card__info{flex:1;display:flex;flex-direction:column;gap:3px}.pmt-card__info strong{font-size:15px;font-weight:700;font-family:var(--font-body)}.pmt-card__info small{font-size:13px;color:var(--color-muted)}.pmt-card__radio{width:20px;height:20px;border:2px solid var(--color-border);border-radius:50%;flex-shrink:0;transition:border-color .16s,background .16s,box-shadow .16s;order:99}.pmt-card:has(input[type=radio]:checked) .pmt-card__radio{border-color:var(--color-button);background:var(--color-button);box-shadow:inset 0 0 0 3px #fff}.pmt-card__bank{margin:0 16px 14px;padding:10px 14px;background:var(--color-surface);border-radius:6px;font-size:13px;color:var(--color-muted);line-height:1.6;border-left:3px solid var(--color-button)}.pmt-card__bank p{margin:0}.checkout-pay-error{margin-top:8px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:6px;font-size:14px}.checkout-submit-btn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.checkout-discount-group{margin-bottom:20px}.checkout-discount-row{display:flex;gap:10px;align-items:flex-start}.checkout-discount-row .checkout-field{flex:1;margin-bottom:0}.checkout-discount-apply{flex-shrink:0;height:48px;padding:0 20px;border:1px solid var(--color-border);border-radius:var(--radius, 6px);background:var(--color-surface);font-family:var(--font-body);font-size:14px;font-weight:700;color:var(--color-text);cursor:pointer;transition:background .14s,border-color .14s;white-space:nowrap}.checkout-discount-apply:hover{background:var(--color-border)}.checkout-discount-apply:disabled{opacity:.6;cursor:default}.checkout-discount-msg{margin-top:7px;font-size:13px;padding:6px 10px;border-radius:5px}.checkout-discount-msg--ok{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.checkout-discount-msg--err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.order-confirmed{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 16px;animation:oc-fade-in .5s ease both}@keyframes oc-fade-in{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.order-confirmed__inner{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 8px 40px #00000014;padding:48px 40px;max-width:500px;width:100%;text-align:center}@media(max-width:600px){.order-confirmed__inner{padding:36px 24px}}.order-confirmed__check{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--color-accent, #2d6a4f);color:#fff;font-size:36px;line-height:1;margin-bottom:24px}.order-confirmed__title{font-family:var(--font-heading);font-size:clamp(22px,4vw,30px);margin:0 0 16px;color:var(--color-text)}.order-confirmed__num{font-size:15px;color:var(--color-muted);margin:0 0 8px}.order-confirmed__num strong{color:var(--color-text);font-size:18px;display:block;margin-top:4px}.order-confirmed__customer{font-size:15px;color:var(--color-muted);margin:0 0 20px}.order-confirmed__msg{font-size:15px;line-height:1.7;color:var(--color-text);margin:0 0 32px}.order-confirmed .button{display:inline-block;min-width:200px}.product-notices--accordion{margin-top:18px;border:1px solid var(--color-border);border-radius:12px;overflow:hidden;background:var(--color-bg-alt, #faf6f1)}.product-notice-item{border-bottom:1px solid var(--color-border)}.product-notice-item:last-child{border-bottom:none}.product-notice-item summary{display:flex;align-items:center;gap:12px;padding:14px 16px;cursor:pointer;list-style:none;font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--color-text)}.product-notice-item summary::-webkit-details-marker{display:none}.product-notice-icon{display:grid;place-items:center;width:22px;height:22px;flex:0 0 22px;color:var(--color-text)}.product-notice-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.product-notice-q{flex:1}.product-notice-item .faq-icon{width:24px;height:24px;flex:0 0 24px;border-color:var(--color-border)}.product-notice-item .faq-icon:before{width:7px;height:7px}.product-notice-a{padding:0 16px 16px 50px;font-family:var(--font-body);font-weight:var(--font-body-weight, 400);font-size:13px;color:var(--color-muted);line-height:1.7}[dir=rtl] .product-notice-a{padding:0 50px 16px 16px}
/*# sourceMappingURL=/cdn/shop/t/47/assets/theme.css.map */
