@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/playfair-display-latin.woff2)format("woff2")}:root{--bg:#f7f5f2;--surface:#fff;--ink:#1c1c1c;--ink-light:#4a4a4a;--muted:#8c8c8c;--accent:#b85c38;--accent-soft:#d4a574;--border:#e8e4df;--shadow:0 2px 16px #1c1c1c0f;--shadow-lg:0 12px 48px #1c1c1c1a;--radius-sm:8px;--radius:16px;--radius-lg:20px;--radius-xl:28px;--transition:all .25s ease}@font-face{font-family:ITC Eras Medium;src:url(/ITC%20Eras%20Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}:root{--font-base:"ITC Eras Medium"}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--ink);font-family:var(--font-base);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}button,input,textarea,select{font:inherit}a{color:inherit}.logo{color:var(--ink);letter-spacing:2px;text-transform:uppercase;white-space:nowrap;font-size:1.75rem;font-weight:700;text-decoration:none}.site-header{z-index:40;-webkit-backdrop-filter:blur(24px)saturate(1.2);backdrop-filter:blur(24px)saturate(1.2);background:#f7f5f2eb;border-bottom:1px solid #e8e4dfb3;position:fixed;inset:0 0 auto}.header-inner{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:2rem;max-width:1320px;margin:0 auto;padding:1.1rem 2rem;display:grid}.nav{justify-self:start;gap:2rem;display:flex}.nav a{color:var(--muted);letter-spacing:.5px;text-transform:uppercase;font-size:.82rem;font-weight:600;text-decoration:none}.nav a:hover{color:var(--ink)}.header-logo{justify-self:center;align-items:center;text-decoration:none;display:inline-flex}.header-logo img{object-fit:contain;width:170px;height:auto;max-height:64px;display:block}.header-actions{justify-self:end;align-items:center;gap:.45rem;display:flex}.language-switcher{position:relative}.language-trigger,.language-menu button{border:1px solid var(--border);border-radius:var(--radius-sm);min-width:72px;height:40px;color:var(--ink-light);cursor:pointer;background:#ffffffa3;justify-content:center;align-items:center;gap:.35rem;font-size:.76rem;font-weight:800;line-height:1;display:inline-flex}.language-trigger img,.language-menu img{object-fit:cover;border-radius:999px;width:22px;height:22px}.language-menu{z-index:45;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);min-width:82px;box-shadow:var(--shadow);gap:.15rem;padding:.25rem;display:grid;position:absolute;top:calc(100% + .35rem);right:0}.language-menu button{background:0 0;border:0;width:100%}.language-trigger:hover,.language-menu button:hover{background:var(--surface);color:var(--ink)}.icon-btn{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--ink-light);cursor:pointer;transition:var(--transition);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.icon-btn:hover{background:var(--surface);box-shadow:var(--shadow);color:var(--ink)}.count{background:var(--accent);color:#fff;border-radius:99px;place-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:700;display:grid;position:absolute;top:2px;right:2px}.hero{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:2.5rem;max-width:1400px;min-height:calc(100vh - 76px);margin:76px auto 0;display:grid}.hero-content{flex-direction:column;justify-content:center;padding:4rem 3rem 4rem 4rem;display:flex}.hero-label,.section-tag{color:var(--accent);letter-spacing:2px;text-transform:none;align-items:center;gap:.5rem;font-size:.74rem;font-weight:700;display:inline-flex}.hero-label:before{background:var(--accent);content:"";width:32px;height:1.5px;display:block}.hero h1{max-width:740px;color:var(--ink);letter-spacing:0;margin:1.4rem 0;font-size:clamp(3rem,6vw,5.4rem);font-weight:700;line-height:1.02}.hero em,.newsletter em{color:var(--accent);font-style:italic;font-weight:500}.hero p{max-width:460px;color:var(--muted);font-size:1.05rem}.hero-cta{flex-wrap:wrap;gap:.8rem;margin-top:2rem;display:flex}.btn{border-radius:var(--radius-sm);border:1.5px solid var(--ink);min-height:48px;transition:var(--transition);cursor:pointer;justify-content:center;align-items:center;padding:0 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-primary{background:var(--ink);color:var(--bg)}.btn-primary:hover{background:var(--accent);border-color:var(--accent);color:#fff;transform:translateY(-2px)}.btn-ghost{color:var(--ink);background:0 0}.hero-stats{border-top:1px solid var(--border);gap:2rem;margin-top:3rem;padding-top:2rem;display:flex}.hero-stats>div{align-content:start;gap:.3rem;min-width:88px;transition:transform .2s;display:grid}.hero-stats>div:hover{transform:translateY(-2px)}.stat-value{align-items:center;height:2.6rem;font-size:2rem;font-weight:700;line-height:1;display:flex}.stat-flag{justify-content:center;align-items:center;height:2.6rem;display:inline-flex}.stat-flag img{object-fit:cover;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;border:2.5px solid var(--surface);width:40px;height:40px;box-shadow:0 0 0 1px var(--border), 0 4px 12px #1c1c1c1a;border-radius:50%;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:block}.stat-flag img:hover{box-shadow:0 0 0 1.5px var(--accent-soft), 0 8px 20px #1c1c1c26;transform:scale(1.15)}.stat-label{color:var(--muted);font-size:.78rem}.hero-visual{min-height:720px;padding:2rem;position:relative}.hero-frame{border-radius:var(--radius-xl);width:100%;height:100%;box-shadow:var(--shadow-lg);overflow:hidden}.hero-frame img,.collection-card img,.product-image img{object-fit:cover;width:100%;height:100%;display:block}.float-card{border-radius:var(--radius);min-width:220px;box-shadow:var(--shadow-lg);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb;border:1px solid #fff6;align-items:center;gap:.8rem;padding:.75rem;display:flex;position:absolute;bottom:15%;right:1rem}.float-card:first-of-type{inset:16% auto auto -1.2rem}.float-card img{border-radius:var(--radius-sm);object-fit:cover;width:58px;height:58px}.float-card h4{margin:0;font-size:1rem}.marquee{background:var(--ink);color:var(--bg);margin-bottom:1.5rem;overflow:hidden}.marquee-track{min-width:max-content;animation:28s linear infinite marquee;display:flex}.marquee span{color:#f7f5f2b8;letter-spacing:1.3px;text-transform:uppercase;padding:1rem 2rem;font-size:.82rem;font-weight:700}@keyframes marquee{to{transform:translate(-50%)}}.section,.products-section{max-width:1320px;margin:0 auto;padding:6rem 2rem}.section-header,.products-header{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:2.5rem;display:flex}.section-title{margin:.5rem 0 0;font-size:clamp(2rem,4vw,3rem);line-height:1.12}.shop-section-header{text-align:center;justify-content:center;justify-items:center;display:grid}.shop-section-header>div{justify-items:center;display:grid}.collections-grid{grid-template-columns:repeat(3,1fr);gap:1.4rem;display:grid}.collection-card{border-radius:var(--radius);cursor:pointer;background:var(--surface);height:430px;position:relative;overflow:hidden}.collection-card:after{content:"";background:linear-gradient(#0000 40%,#000000a3);position:absolute;inset:0}.collection-overlay{z-index:2;color:#fff;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.collection-name{font-size:1.7rem;font-weight:700}.filters{flex-wrap:wrap;gap:.55rem;display:flex}.filter-pill{border:1.5px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:99px;padding:.7rem 1.1rem;font-size:.82rem;font-weight:700}.filter-pill.active,.filter-pill:hover{border-color:var(--ink);background:var(--ink);color:var(--bg)}.products-grid{grid-template-columns:repeat(4,1fr);gap:1.4rem;display:grid}.product-card{background:var(--surface);cursor:pointer;transition:var(--transition);overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.product-card-open{width:100%;color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;padding:0;display:block}.product-card-open:focus-visible{outline-offset:-3px;outline:3px solid #b85c3859}.product-card-media-open{height:100%;position:relative}.product-card-info-open{gap:.55rem;padding:1rem;display:grid}.product-image{background:#f1eee9;height:290px;position:relative;overflow:hidden}.product-badge{z-index:2;background:var(--ink);color:var(--bg);text-transform:uppercase;border-radius:99px;padding:.35rem .7rem;font-size:.7rem;font-weight:800;position:absolute;top:1rem;left:1rem}.product-badge.sale{background:var(--accent);color:#fff}.product-badge.sold-out{color:#fff;background:#991b1b}.product-card.is-sold-out .product-image img{filter:grayscale(.8);opacity:.68}.product-actions{z-index:3;gap:.45rem;display:flex;position:absolute;top:1rem;right:1rem}.round-btn{border:1px solid var(--border);width:38px;height:38px;color:var(--ink);cursor:pointer;background:#ffffffe6;border-radius:99px;place-items:center;display:grid}.round-btn:disabled,.btn:disabled{cursor:not-allowed;opacity:.55}.product-info{padding:1rem}.product-meta{color:var(--muted);text-transform:uppercase;justify-content:space-between;font-size:.74rem;font-weight:700;display:flex}.product-rating{color:#c9a227}.product-name{margin:.4rem 0;font-size:1.1rem;font-weight:700}.price-row{align-items:center;gap:.6rem;display:flex}.price{font-weight:800}.price-old{color:var(--muted);text-decoration:line-through}.newsletter{padding:4rem 2rem 6rem}.newsletter-inner{border-radius:var(--radius-xl);background:var(--ink);max-width:1180px;color:var(--bg);text-align:center;margin:0 auto;padding:4rem 2rem;position:relative;overflow:hidden}.newsletter h2{margin:0 0 1rem;font-size:clamp(2rem,4vw,3.4rem)}.newsletter p{color:#f7f5f294;max-width:520px;margin:0 auto 2rem}.form-row{gap:.7rem;max-width:520px;margin:0 auto;display:flex}.form-row input,.field,.admin-form input,.admin-form textarea,.admin-form select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--ink);outline:none;padding:.9rem 1rem}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form{gap:1rem;display:grid}.admin-form label,.audit-filters label,.access-log-filters label{color:var(--ink-light);gap:.35rem;font-size:.82rem;font-weight:700;display:grid}.admin-form input[type=checkbox]{width:auto}.newsletter .form-row input{color:var(--bg);background:#ffffff0d;border-color:#ffffff26}.site-footer{background:var(--ink);color:var(--bg);padding:4rem 2rem 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1320px;margin:0 auto 3rem;display:grid}.footer-grid p,.footer-grid a,.footer-bottom{color:#f7f5f27a;font-size:.88rem;text-decoration:none}.footer-grid h2{color:#f7f5f2b8;letter-spacing:1.5px;text-transform:uppercase;margin:0 0 1rem;font-size:.8rem}.footer-grid a{margin:.55rem 0;display:block}.footer-logo{width:fit-content;margin:0 0 1rem!important;display:inline-flex!important}.footer-logo img{filter:invert();-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:170px;height:auto;display:block}.complaints-link{background:0 0;border-radius:0;width:fit-content;padding:0;margin-top:1rem!important;display:inline-flex!important}.complaints-link img{width:125px;max-width:100%;height:auto;display:block}.footer-bottom{border-top:1px solid #f7f5f21a;justify-content:space-between;max-width:1320px;margin:0 auto;padding-top:2rem;display:flex}.drawer-overlay,.modal-overlay{z-index:60;-webkit-backdrop-filter:blur(9px)saturate(.85);backdrop-filter:blur(9px)saturate(.85);background:#1c1c1c7a;display:none;position:fixed;inset:0}.drawer-overlay.active,.modal-overlay.active{display:block}.cart-drawer{z-index:70;background:var(--surface);width:min(440px,100vw);box-shadow:var(--shadow-lg);transition:transform .25s;position:fixed;inset:0 0 0 auto;transform:translate(100%)}.cart-drawer.active{transform:translate(0)}.drawer-header,.drawer-footer,.cart-line{border-bottom:1px solid var(--border);padding:1.2rem}.drawer-header{justify-content:space-between;align-items:center;display:flex}.drawer-header h3{margin:0}.cart-body{height:calc(100vh - 230px);overflow:auto}.cart-line{grid-template-columns:78px 1fr;gap:1rem;display:grid}.cart-line img{border-radius:var(--radius-sm);object-fit:cover;width:78px;height:78px}.cart-line h4{margin:0}.qty-row{align-items:center;gap:.5rem;margin-top:.7rem;display:flex}.qty-row button{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:6px;width:28px;height:28px}.drawer-footer{background:var(--surface);border-top:1px solid var(--border);position:absolute;bottom:0;left:0;right:0}.modal-card{background:var(--surface);border-radius:28px;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);width:min(880px,100vw - 2rem);max-height:calc(100vh - 3rem);display:grid;position:absolute;inset:50% auto auto 50%;overflow:auto;transform:translate(-50%,-50%);box-shadow:0 30px 90px #00000047}.modal-media{background:#eeece8;place-items:center;min-height:560px;padding:3rem;display:grid;position:relative}.modal-media img{object-fit:contain;width:min(76%,380px);height:auto;max-height:390px}.modal-info{flex-direction:column;justify-content:center;padding:3rem;display:flex}.modal-info h2{margin:.7rem 0 .5rem;font-size:2rem;line-height:1.05}.modal-info>p:not(.product-rating){color:var(--muted);line-height:1.7}.modal-info .price-row{margin:1.2rem 0;font-size:1.9rem}.modal-info>.round-btn:first-child{border-color:var(--border);background:#ffffffc7;width:42px;height:42px;position:absolute;top:1.1rem;right:1.1rem}.zoom-btn{z-index:2;border:1px solid var(--border);cursor:pointer;background:#ffffffeb;border-radius:99px;align-items:center;gap:.35rem;padding:.55rem .8rem;font-weight:700;display:inline-flex;position:absolute;top:1rem;right:1rem}.color-options{flex-wrap:wrap;gap:.55rem;margin:.8rem 0 1.2rem;display:flex}.color-option{border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:#fff;align-items:center;gap:.45rem;min-height:42px;padding:.45rem .7rem;font-weight:700;display:inline-flex}.color-option.active{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.color-dot{border:1px solid #0000002e;border-radius:99px;flex:none;width:16px;height:16px;display:inline-block}.size-btn{flex-direction:column;justify-content:center;align-items:center;gap:.1rem;padding:.25rem .4rem;display:inline-flex}.size-btn small{color:#991b1b;font-size:.58rem}.product-video{border-radius:var(--radius-sm);background:#111;width:100%;max-height:240px;margin:1rem 0}.search-panel{border-radius:var(--radius-lg);background:var(--surface);width:min(680px,100vw - 2rem);max-height:calc(100vh - 7rem);box-shadow:var(--shadow-lg);position:absolute;inset:5rem auto auto 50%;overflow:hidden;transform:translate(-50%)}.search-body{padding:1.2rem}.search-body input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font:inherit;background:#fff;padding:.95rem 1rem}.search-results{gap:.75rem;max-height:56vh;margin-top:1rem;display:grid;overflow:auto}.search-result{border:1px solid var(--border);border-radius:var(--radius-sm);text-align:left;cursor:pointer;background:#fff;grid-template-columns:64px 1fr;align-items:center;gap:.85rem;width:100%;padding:.6rem;display:grid}.search-result:hover{border-color:var(--ink)}.search-result img{border-radius:var(--radius-sm);object-fit:cover;width:64px;height:64px}.search-result span{gap:.2rem;display:grid}.search-result small{color:var(--muted)}.sizes{flex-wrap:wrap;gap:.5rem;margin:1rem 0;display:flex}.size-btn{border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;min-width:44px;height:44px;color:var(--ink-light);background:#fff;font-weight:800}.size-btn.active{border-color:var(--ink);background:var(--ink);color:var(--bg)}.size-btn:disabled{cursor:not-allowed;opacity:.36}.home-hero{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:center;gap:3rem;max-width:1400px;min-height:calc(100vh - 76px);margin:76px auto 0;padding:4rem 2rem 3rem;display:grid}.home-hero-copy h1,.content-hero h1,.homepage-cta h2{letter-spacing:0;margin:1rem 0;font-family:Playfair Display,serif;font-size:clamp(3rem,7vw,6.8rem);line-height:.98}.home-brand-mark{letter-spacing:.02em;justify-content:flex-start;width:100%;margin:0 0 .85rem;line-height:.9;display:flex}.home-brand-mark+.hero-label{margin-bottom:1rem}.home-brand-mark img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:min(340px,100%);height:auto;display:block}.home-hero-media img{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.home-hero-copy p,.content-hero p,.homepage-cta p{max-width:640px;color:var(--muted);font-size:1.06rem}.shop-hero p{max-width:540px;color:var(--muted);margin:0 auto;font-size:.95rem;line-height:1.65}.home-hero-media{border-radius:var(--radius-xl);height:min(640px,100vh - 170px);min-height:500px;box-shadow:var(--shadow-lg);background:#f1eee9;overflow:hidden}.home-hero-media img{object-fit:cover;width:100%;height:100%;display:block}.about-hero-media{aspect-ratio:auto;background:#f7f3ef;height:auto;min-height:0;max-height:none}.about-hero-media img{object-fit:initial;object-position:initial;height:auto}.trust-strip{grid-template-columns:repeat(4,1fr);gap:1px;max-width:1320px;margin:0 auto;padding:0 2rem 5rem;display:grid}.trust-strip div,.brand-grid article,.story-panel,.contact-cards article,.contact-form,.policy-body article{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.trust-strip div{gap:.45rem;padding:1.2rem;display:grid}.trust-strip svg,.brand-grid svg,.contact-cards svg{color:var(--accent)}.trust-strip strong,.contact-cards strong{font-family:Playfair Display,serif;font-size:1.1rem}.trust-strip span,.brand-grid p,.story-grid p,.story-panel li,.contact-cards a,.contact-cards span,.policy-body p{color:var(--muted)}.brand-section,.content-page{max-width:1320px;margin:0 auto;padding:7rem 2rem}.brand-grid{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem;display:grid}.brand-grid article{padding:1.5rem}.brand-grid h3,.story-grid h2,.story-panel h3,.policy-body h2{margin:.8rem 0 .5rem;font-family:Playfair Display,serif}.homepage-cta{text-align:center;max-width:1040px;margin:0 auto 6rem;padding:4rem 2rem}.homepage-cta h2{white-space:pre;width:max-content;max-width:none;margin-left:auto;margin-right:auto;font-size:3.8rem}.home-posts{max-width:1320px;margin:0 auto;padding:3rem 2rem 1rem}.home-posts .section-header{align-items:end}.home-posts .section-header p{max-width:460px;color:var(--muted);margin:0}.home-posts-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.post-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow);transition:transform .25s,box-shadow .25s;overflow:hidden}.post-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.post-card-media{aspect-ratio:4/3;background:#f1eee9;display:block;position:relative;overflow:hidden}.post-card-media img{object-fit:cover}.post-card-body{gap:.85rem;padding:1.2rem;display:grid}.post-card-meta{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;gap:1rem;font-size:.75rem;font-weight:700;display:flex}.post-card-title{margin:0;font-size:1.18rem;line-height:1.25}.post-card-title a{text-decoration:none}.post-card-title a:hover,.post-card-link:hover{color:var(--accent)}.post-card-body p{color:var(--ink-light);margin:0}.post-card-link{width:fit-content;color:var(--ink);font-size:.88rem;font-weight:700;text-decoration:none}.content-page{padding-top:9rem}.content-hero{max-width:920px}.content-hero h1{font-size:clamp(2.7rem,6vw,5rem)}.shop-hero h1{letter-spacing:0;margin:.6rem 0 .8rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4.5vw,3.2rem);line-height:1.12}.story-grid,.contact-layout{grid-template-columns:minmax(0,1fr) 420px;align-items:start;gap:2rem;margin-top:3rem;display:grid}.story-panel,.contact-form,.policy-body article{padding:1.5rem}.story-panel ul{margin:1rem 0 0;padding-left:1.2rem}.contact-layout{grid-template-columns:380px minmax(0,1fr)}.contact-cards{gap:1rem;display:grid}.contact-cards article{gap:.35rem;padding:1.2rem;display:grid}.contact-cards a{text-decoration:none}.contact-form{gap:1rem;display:grid}.contact-form label{color:var(--ink-light);gap:.35rem;font-size:.84rem;font-weight:700;display:grid}.contact-form input,.contact-form textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--ink);outline:none;padding:.9rem 1rem}.contact-form textarea{resize:vertical}.form-status{border-radius:var(--radius-sm);margin:0;padding:.8rem 1rem;font-weight:700}.form-status.success{color:#065f46;background:#ecfdf5}.form-status.error{color:#991b1b;background:#fef2f2}.policy-body{gap:1rem;max-width:920px;margin-top:3rem;display:grid}.shop-page{padding-top:76px}.shop-hero{text-align:center;max-width:800px;margin:0 auto;padding:3rem 2rem 2rem}.shop-intro{grid-template-columns:minmax(0,1.1fr) minmax(280px,.55fr);align-items:end;gap:2rem;max-width:1320px;margin:0 auto;padding:5.5rem 2rem 3rem;display:grid}.shop-intro h1{letter-spacing:0;max-width:860px;margin:1rem 0 0;font-family:Playfair Display,serif;font-size:clamp(3.2rem,7vw,6.6rem);line-height:.96}.shop-intro p{color:var(--muted);margin:0 0 .7rem;font-size:1.02rem}.shop-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:2rem;max-width:1320px;margin:0 auto;padding:4rem 2rem 6rem;display:grid}.shop-sidebar{border:1px solid var(--border);border-radius:var(--radius);background:color-mix(in srgb, var(--surface) 88%, var(--bg));box-shadow:var(--shadow);gap:1.4rem;padding:1.2rem;display:grid;position:sticky;top:104px}.shop-sidebar-kicker{color:var(--accent);letter-spacing:1.6px;text-transform:uppercase;font-size:.7rem;font-weight:800}.shop-sidebar h2{margin:.35rem 0 0;font-family:Playfair Display,serif;font-size:1.75rem;line-height:1.05}.shop-filter-stack{gap:.55rem;display:grid}.shop-filter{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);min-height:52px;color:var(--ink);cursor:pointer;text-align:left;transition:var(--transition);justify-content:space-between;align-items:center;gap:.8rem;padding:.75rem .85rem;display:flex}.shop-filter span{font-weight:800}.shop-filter small{background:var(--bg);min-width:30px;height:30px;color:var(--muted);border-radius:99px;place-items:center;font-weight:800;display:grid}.shop-filter:hover,.shop-filter.active{border-color:var(--ink);background:var(--ink);color:var(--bg);transform:translate(4px)}.shop-filter.active small,.shop-filter:hover small{background:var(--accent);color:#fff}.shop-assurance{border-top:1px solid var(--border);gap:.35rem;padding-top:1rem;display:grid}.shop-assurance strong{font-family:Playfair Display,serif}.shop-assurance span{color:var(--muted);font-size:.86rem}.shop-products{min-width:0}.shop-products-head{justify-content:space-between;align-items:end;gap:2rem;margin-bottom:1.4rem;display:flex}.shop-products-head h2{margin:.45rem 0 0;font-family:Playfair Display,serif;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}.shop-products-head p{color:var(--muted);margin:0 0 .35rem;font-weight:700}.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-product-card{background:#fff}.shop-product-card .product-image{height:330px}.shop-product-card .product-info{gap:.55rem;padding:1rem;display:grid}.shop-product-desc{-webkit-line-clamp:2;min-height:3.2em;color:var(--muted);-webkit-box-orient:vertical;margin:0;font-size:.86rem;line-height:1.6;display:-webkit-box;overflow:hidden}.shop-card-bottom{border-top:1px solid var(--border);justify-content:space-between;align-items:end;gap:1rem;margin-top:.35rem;padding-top:.75rem;display:flex}.stock-note{color:var(--muted);text-transform:uppercase;font-size:.72rem;font-weight:800}.category-description{max-width:1320px;margin:0 auto;padding:2rem 2rem 3rem}.category-description-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow);max-width:920px;padding:2rem 2.5rem}.category-description h1{margin:0 0 1rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.1}.category-description p{color:var(--ink-light);margin:0;line-height:1.7}.category-faq{max-width:920px;margin:0 auto;padding:2rem 2rem 4rem}.category-faq h2{margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:1.5rem}.category-faq details{border-bottom:1px solid var(--border);padding:1rem 0}.category-faq summary{cursor:pointer;padding:.5rem 0;font-size:.95rem;font-weight:700;list-style:none}.category-faq summary::-webkit-details-marker{display:none}.size-guide{border-top:1px solid var(--border);flex:none;margin-top:2rem;margin-bottom:2.5rem;padding-top:1.5rem}.size-guide h2{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.3rem}.size-guide table{border-collapse:collapse;width:100%;font-size:.88rem}.size-guide th,.size-guide td{border-bottom:1px solid var(--border);text-align:left;padding:.6rem .8rem}.size-guide th{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;font-size:.78rem;font-weight:800}.pdp-faq{border-top:1px solid var(--border);clear:both;flex:none;margin-top:0;padding-top:2rem}.pdp-faq h2{margin-bottom:1rem;font-family:Playfair Display,serif;font-size:1.3rem}.pdp-faq details{border-bottom:1px solid var(--border);padding:1rem 0}.pdp-faq summary{cursor:pointer;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.92rem;font-weight:700;list-style:none;display:flex}.pdp-faq summary::-webkit-details-marker{display:none}nav[aria-label=Paginacao]{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}nav[aria-label=Paginacao] a{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);min-width:40px;height:40px;color:var(--ink);transition:var(--transition);justify-content:center;align-items:center;padding:0 .8rem;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}nav[aria-label=Paginacao] a:hover{background:var(--ink);color:var(--bg);border-color:var(--ink)}.mobile-menu-btn{color:var(--ink);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;padding:.4rem;transition:background .2s;display:none}.mobile-menu-btn:hover{background:var(--border)}.account-avatar{background:var(--accent);color:#fff;border-radius:99px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:700;display:flex}.panel{border-radius:var(--radius);background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);padding:1.5rem}.mobile-nav-overlay{display:none}.mobile-nav-overlay.open{z-index:90;background:#00000080;animation:.2s fadeIn;display:block;position:fixed;inset:0}.mobile-nav:popover-open::backdrop{z-index:90;background:#00000080;animation:.2s fadeIn;display:block;position:fixed;inset:0}.mobile-nav{display:none}:is(.mobile-nav.open,.mobile-nav:popover-open){z-index:100;width:auto;max-width:none;height:auto;max-height:none;color:var(--ink);background:var(--bg);border:0;flex-direction:column;margin:0;animation:.3s slideInRight;display:flex;position:fixed;inset:0;overflow-y:auto}.mobile-nav-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.mobile-nav-close{color:var(--ink);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:0;padding:.4rem;transition:background .2s}.mobile-nav-close:hover{background:var(--border)}.mobile-nav-links{flex-direction:column;gap:0;padding:1.5rem;display:flex}.mobile-nav-links a{color:var(--ink);border-bottom:1px solid var(--border);padding:1rem 0;font-size:1.25rem;font-weight:600;text-decoration:none;transition:color .2s;display:block}.mobile-nav-links a:last-child{border-bottom:none}.mobile-nav-links a:hover{color:var(--accent)}.mobile-nav-footer{border-top:1px solid var(--border);flex-direction:column;gap:1rem;margin-top:auto;padding:1.5rem;display:flex}.mobile-nav-actions{gap:1rem;display:flex}.mobile-nav-actions .icon-btn{border-radius:var(--radius-sm);color:var(--ink);align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.92rem;font-weight:600;display:flex}.status-badge{text-transform:uppercase;letter-spacing:.5px;border-radius:99px;padding:.25rem .7rem;font-size:.75rem;font-weight:800;display:inline-flex}.badge-pending{color:#b45309;background:#fffbeb}.badge-paid{color:#065f46;background:#ecfdf5}.badge-processing{color:#1e40af;background:#eff6ff}.badge-shipped{color:#5b21b6;background:#f5f3ff}.badge-delivered{color:#166534;background:#f0fdf4}.badge-cancelled{color:#991b1b;background:#fef2f2}.badge-refunded{color:#334155;background:#f1f5f9}.account-page{max-width:1100px;margin:0 auto;padding:3rem 2rem}.account-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.account-back{color:var(--muted);align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.account-back:hover{color:var(--ink)}.account-profile-card{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;margin-bottom:2rem;padding:2.5rem;display:flex}.account-profile-info{align-items:center;gap:1.5rem;display:flex}.account-avatar{width:80px;height:80px;font-size:1.8rem}.account-name{margin:0;font-family:Playfair Display,serif;font-size:1.8rem}.account-email{color:var(--muted);margin:.2rem 0 0}.account-metrics{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.account-metric{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);align-items:center;gap:1.2rem;padding:1.5rem;display:flex}.account-metric-icon{background:var(--bg);width:48px;height:48px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;display:flex}.account-metric-value{font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;display:block}.account-metric-label{color:var(--muted);text-transform:uppercase;font-size:.75rem;font-weight:700}.account-quick-actions{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:4rem;display:grid}.account-action-card{background:var(--ink);color:#fff;border-radius:var(--radius);flex-direction:column;align-items:center;gap:.8rem;padding:1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s;display:flex}.account-action-card:hover{background:var(--accent);transform:translateY(-4px)}.account-section-title{align-items:center;gap:.8rem;margin-bottom:2rem;font-family:Playfair Display,serif;font-size:1.5rem;display:flex}.category-coming-soon{border:1px dashed var(--border);border-radius:var(--radius-xl);background:radial-gradient(circle at 20% 20%, #b85c3814, transparent 32%), var(--surface);text-align:center;place-items:center;gap:.8rem;min-height:280px;padding:3rem 1.5rem;display:grid}.category-coming-soon span{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;font-size:.76rem;font-weight:800}.category-coming-soon h3{margin:0;font-family:Playfair Display,serif;font-size:clamp(2rem,5vw,3.5rem)}.category-coming-soon p{max-width:520px;color:var(--muted);margin:0}.account-security-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;margin-bottom:4rem;display:grid}.account-security-form{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.25rem}.account-security-form h3{align-items:center;gap:.5rem;margin:0;font-size:1rem;display:flex}.account-address-layout{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);align-items:start;gap:1.25rem;margin-bottom:4rem;display:grid}.account-address-form{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.25rem}.account-address-form h3{margin:0;font-size:1rem}.account-address-list{gap:1rem;display:grid}.account-address-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);gap:1rem;padding:1.25rem;display:grid}.account-address-summary{color:var(--muted);gap:.25rem;font-size:.95rem;display:grid}.account-address-summary strong{color:var(--ink);font-size:1.05rem}.account-address-card summary{cursor:pointer;color:var(--accent);font-weight:700}.account-address-empty{padding:2.5rem 1.5rem}.account-empty{text-align:center;background:var(--surface);border-radius:var(--radius-xl);border:2px dashed var(--border);padding:5rem 2rem}.account-order-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;overflow:hidden}.account-order-header{border-bottom:1px solid var(--border);background:#fcfbf9;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.account-order-number{font-family:Playfair Display,serif;font-size:1.1rem;display:block}.account-order-date{color:var(--muted);font-size:.85rem}.account-order-header-right{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.account-order-total{font-size:1.1rem}.account-order-items{padding:1rem 1.5rem}.account-order-item{border-bottom:1px solid #f9f7f4;justify-content:space-between;padding:.75rem 0;font-size:.95rem;display:flex}.account-order-item:last-child{border-bottom:0}.account-order-variant{color:var(--muted);font-size:.85rem}.checkout-line-img{object-fit:cover;border-radius:8px;width:60px;height:60px}.checkout-line-info{flex-direction:column;display:flex}.checkout-line-info strong{font-size:.95rem}.checkout-total{justify-content:space-between;margin-top:1rem;padding-top:1rem;font-family:Playfair Display,serif;font-size:1.2rem;display:flex}.checkout-stripe-info{color:#6772e5;background:#f6f9fc;border-radius:8px;align-items:center;gap:.6rem;margin:1rem 0;padding:1rem;font-size:.85rem;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1200px){.pb-shell{grid-template-columns:220px minmax(320px,1fr) 280px}.pb-canvas-wrapper{padding:2rem 1rem}}@media (max-width:1100px){.hero{grid-template-columns:1fr}.hero-visual{display:none}.home-hero{grid-template-columns:1fr}.home-hero-media{height:52vh;min-height:420px}.trust-strip{grid-template-columns:repeat(2,1fr)}.brand-grid,.story-grid,.contact-layout,.shop-intro,.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}.shop-filter-stack{grid-template-columns:repeat(3,1fr)}.products-grid.shop-grid{grid-template-columns:repeat(2,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:0;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.mobile-menu-btn,.sidebar-close{display:block}}@media (max-width:768px){.nav{display:none}.logo{letter-spacing:1px;font-size:1.1rem}.header-inner{grid-template-columns:auto 1fr auto;gap:.5rem}.header-inner>.nav{display:none}.header-logo{text-align:center;grid-column:2}.header-logo img{width:118px;max-height:48px}.header-actions{grid-column:3;gap:.15rem}.header-inner>.mobile-menu-btn{grid-column:1;justify-self:start}.icon-btn{width:38px;height:38px}.header-inner,.hero-content,.section,.products-section,.account-page,.admin-dashboard,.checkout-page{padding-left:1.2rem;padding-right:1.2rem}.hero h1{font-size:3.2rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.home-hero{padding-top:3rem}.home-brand-mark img{width:min(300px,100%)}.home-hero-media{min-height:320px}.trust-strip,.brand-grid{grid-template-columns:1fr}.homepage-cta{text-align:left}.shop-intro{padding-top:3rem}.shop-intro h1{font-size:3.35rem}.shop-layout{padding-top:2rem}.shop-filter-stack,.products-grid.shop-grid{grid-template-columns:1fr}.shop-products-head{flex-direction:column;align-items:start;gap:.6rem}.admin-grid,.form-grid,.form-grid.compact,.audit-filters,.account-metrics,.account-quick-actions{grid-template-columns:1fr}.account-profile-card{text-align:center;flex-direction:column;padding:1.5rem}.account-profile-info{flex-direction:column}.products-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.product-image{height:210px}.modal-card{grid-template-columns:1fr;width:min(520px,100vw - 1rem);max-height:calc(100vh - 1rem)}.modal-media{min-height:300px;padding:2rem 1rem}.modal-media img{width:min(72%,280px);max-height:240px}.modal-info{padding:1.5rem}.product-editor-layout,.variant-media-row{grid-template-columns:1fr}.variant-image-preview{width:100%;height:180px}.pb-shell{grid-template-columns:1fr}.pb-left,.pb-right{display:none}.pb-canvas-wrapper{padding:1rem}}.auth-page{background:radial-gradient(ellipse at 0% 0%, #b85c380f 0%, transparent 50%), radial-gradient(ellipse at 100% 100%, #d4a57414 0%, transparent 50%), var(--bg);place-items:center;min-height:100dvh;padding:2rem;display:grid}.auth-card{border-radius:var(--radius-xl);background:var(--surface);border:1px solid var(--border);width:100%;max-width:440px;box-shadow:var(--shadow-lg);padding:3rem;position:relative;overflow:hidden}.auth-card:before{content:"";background:linear-gradient(90deg, var(--accent), var(--accent-soft));height:4px;position:absolute;inset:0 0 auto}.auth-home-link{color:var(--muted);font-size:.8rem;font-weight:600;text-decoration:none;transition:color .2s;position:absolute;top:1.5rem;left:1.5rem}.auth-home-link:hover{color:var(--accent)}.auth-head{text-align:center;margin-bottom:2.5rem}.auth-head .logo{letter-spacing:4px;margin-bottom:1.5rem;font-size:2.2rem;display:inline-block}.auth-head h1{color:var(--ink);margin:0;font-family:Playfair Display,serif;font-size:1.9rem;font-weight:700;line-height:1.1}.auth-head p{color:var(--muted);margin:.75rem 0 0;font-size:1rem}.auth-form{gap:1.25rem;display:grid}.auth-field{gap:.45rem;display:grid}.auth-field label{color:var(--ink-light);text-transform:uppercase;letter-spacing:.8px;font-size:.75rem;font-weight:700}.auth-input-wrap{position:relative}.auth-input-wrap svg{color:var(--muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.auth-input-wrap input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:52px;color:var(--ink);transition:var(--transition);outline:none;padding:0 1rem 0 2.8rem;font-size:.95rem}.auth-input-wrap input:focus{border-color:var(--accent);box-shadow:0 0 0 4px #b85c3814}.auth-options{justify-content:flex-end;font-size:.82rem;display:flex}.auth-forgot{color:var(--accent);font-weight:700;text-decoration:none}.auth-forgot:hover{text-decoration:underline}.auth-btn{letter-spacing:.4px;gap:.5rem;width:100%;min-height:52px;margin-top:.25rem;font-size:.95rem}.auth-alert{border-radius:var(--radius-sm);align-items:center;gap:.6rem;padding:.85rem 1rem;font-size:.85rem;font-weight:600;display:flex}.auth-alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.auth-alert-info{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.auth-footer{border-top:1px solid var(--border);text-align:center;color:var(--muted);margin-top:2rem;padding-top:1.5rem;font-size:.9rem}.auth-footer a{color:var(--ink);font-weight:700;text-decoration:none}.auth-footer a:hover{color:var(--accent);text-decoration:underline}@media (max-width:520px){.auth-page{align-items:start;padding:3rem 1rem 1rem}.auth-card{border-radius:var(--radius);padding:2.5rem 1.5rem}.auth-head .logo{font-size:1.6rem}.auth-head h1{font-size:1.5rem}}.checkout-header .logo{letter-spacing:3px;font-size:1.6rem}.checkout-header a{color:var(--muted);align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.checkout-header a:hover{color:var(--accent)}.checkout-panel h2 svg{color:var(--accent)}.checkout-field input,.checkout-field select,.checkout-field textarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:50px;color:var(--ink);transition:var(--transition);outline:none;padding:0 1rem;font-size:.95rem}.checkout-field input:focus,.checkout-field select:focus,.checkout-field textarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px #b85c3814}.checkout-field textarea{resize:vertical;height:auto;min-height:80px;padding:.9rem 1rem}.checkout-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkout-grid-3{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.checkout-address-grid{grid-template-columns:1fr 1fr .55fr;gap:1rem;margin-top:1rem;display:grid}.checkout-checkbox{color:var(--ink);align-items:center;gap:.7rem;font-weight:800;display:flex}.checkout-checkbox input{width:18px;height:18px;accent-color:var(--accent)}.order-addresses{gap:.55rem;margin-top:.75rem;display:grid}.order-address-block{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);gap:.08rem;padding:.55rem;font-size:.78rem;display:grid}.order-address-block strong{color:var(--ink)}.checkout-line-img{border-radius:var(--radius-sm);object-fit:cover;background:#f1eee9;width:64px;height:64px}.checkout-line-info{flex-direction:column;gap:.15rem;min-width:0;display:flex}.checkout-line-info span{color:var(--muted);font-size:.8rem}.checkout-line-price{color:var(--ink);font-size:.95rem;font-weight:700}.checkout-stripe-info{border-radius:var(--radius-sm);color:#6772e5;background:#f6f9fc;align-items:center;gap:.6rem;margin-top:1rem;padding:.85rem 1rem;font-size:.82rem;font-weight:600;display:flex}.checkout-banner{border-radius:var(--radius-sm);align-items:center;gap:.8rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.checkout-banner-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.checkout-banner-cancelled{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}@media (max-width:960px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{order:-1;position:static}.checkout-page{padding-top:5rem}}@media (max-width:520px){.checkout-grid-2,.checkout-grid-3{grid-template-columns:1fr}.checkout-panel,.checkout-summary{padding:1.5rem}.checkout-header{flex-direction:column;align-items:flex-start;gap:1rem}}.checkout-page{background:var(--bg);min-height:100dvh;padding:5rem 2rem 4rem}.checkout-container{max-width:1180px;margin:0 auto}.checkout-header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.checkout-header .logo{letter-spacing:3px;font-size:1.5rem;text-decoration:none}.checkout-back{color:var(--muted);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.checkout-back:hover{color:var(--accent)}.checkout-layout{grid-template-columns:minmax(0,1.1fr) 380px;align-items:start;gap:2.5rem;display:grid}.checkout-main{gap:1.25rem;display:grid}.checkout-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.8rem}.checkout-panel h2{align-items:center;gap:.6rem;margin:0 0 1.25rem;font-family:Playfair Display,serif;font-size:1.15rem;display:flex}.checkout-panel h2 svg{color:var(--accent);flex-shrink:0}.checkout-field{gap:.4rem;display:grid}.checkout-field label{color:var(--ink-light);text-transform:uppercase;letter-spacing:.8px;font-size:.72rem;font-weight:700}.checkout-input-wrap{align-items:center;display:flex;position:relative}.checkout-input-wrap>svg{color:var(--muted);pointer-events:none;flex-shrink:0;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.checkout-input-wrap input,.checkout-input-wrap select{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;height:50px;color:var(--ink);transition:var(--transition);appearance:none;outline:none;padding:0 1rem 0 2.8rem;font-size:.95rem}.checkout-input-wrap input:focus,.checkout-input-wrap select:focus{border-color:var(--accent);box-shadow:0 0 0 4px #b85c3814}.checkout-input-wrap input::placeholder{color:#b8b4ae}.checkout-stripe-info{border-radius:var(--radius-sm);color:#6772e5;background:#f6f9fc;align-items:center;gap:.6rem;padding:.85rem 1rem;font-size:.82rem;font-weight:600;display:flex}.checkout-pay-btn{letter-spacing:.4px;gap:.5rem;width:100%;min-height:52px;margin-top:.5rem;font-size:.95rem}.checkout-secure{color:var(--muted);text-transform:uppercase;letter-spacing:.6px;justify-content:center;align-items:center;gap:.4rem;margin-top:1rem;font-size:.72rem;font-weight:700;display:flex}.checkout-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.8rem;position:sticky;top:96px}.checkout-summary h2{margin:0 0 1.25rem;font-family:Playfair Display,serif;font-size:1.25rem}.checkout-line{border-bottom:1px solid var(--border);grid-template-columns:56px 1fr auto;align-items:center;gap:.9rem;margin-bottom:.9rem;padding-bottom:.9rem;display:grid}.checkout-line-img{border-radius:var(--radius-sm);object-fit:cover;background:#f1eee9;width:56px;height:56px;display:block}.checkout-line-info{flex-direction:column;gap:.2rem;min-width:0;display:flex;overflow:hidden}.checkout-line-info strong{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;overflow:hidden}.checkout-line-info span{color:var(--muted);align-items:center;gap:.35rem;font-size:.78rem;display:flex}.checkout-line-price{color:var(--ink);white-space:nowrap;font-size:.95rem;font-weight:700}.checkout-divider{background:var(--border);height:1px;margin:1rem 0}.checkout-summary-row{color:var(--muted);justify-content:space-between;margin-bottom:.6rem;font-size:.9rem;display:flex}.checkout-summary-row.total{border-top:1px solid var(--border);color:var(--ink);margin-top:.8rem;padding-top:.8rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700}.checkout-summary-note{color:var(--muted);margin:-.2rem 0 .75rem;font-size:.8rem;line-height:1.45}.checkout-summary-note strong{color:var(--accent)}.checkout-empty{text-align:center;flex-direction:column;align-items:center;max-width:480px;margin:0 auto;padding:5rem 2rem;display:flex}.checkout-empty h2{margin:1.25rem 0 .5rem;font-family:Playfair Display,serif;font-size:1.8rem}.checkout-empty p{color:var(--muted);margin-bottom:1.5rem}@media (max-width:960px){.checkout-layout{grid-template-columns:1fr}.checkout-summary{order:-1;position:static}.checkout-page{padding-top:4rem}}@media (max-width:520px){.checkout-panel,.checkout-summary{padding:1.4rem}.checkout-header{flex-direction:column;align-items:flex-start;gap:.8rem}}@media (max-width:600px){.hero-content,.home-hero-copy,.section-header,.products-header,.section,.products-section,.brand-section,.content-page,.content-hero,.shop-hero,.shop-intro,.shop-products-head,.homepage-cta,.newsletter,.footer-grid,.footer-bottom,.product-info,.product-card-info-open,.collection-overlay,.story-grid,.story-panel,.contact-cards,.policy-body,.site-editor-canvas.is-mobile .hero-content,.site-editor-canvas.is-mobile .home-hero-copy,.site-editor-canvas.is-mobile .section-header,.site-editor-canvas.is-mobile .products-header,.site-editor-canvas.is-mobile .section,.site-editor-canvas.is-mobile .products-section,.site-editor-canvas.is-mobile .brand-section,.site-editor-canvas.is-mobile .content-page,.site-editor-canvas.is-mobile .content-hero,.site-editor-canvas.is-mobile .shop-hero,.site-editor-canvas.is-mobile .shop-intro,.site-editor-canvas.is-mobile .shop-products-head,.site-editor-canvas.is-mobile .homepage-cta,.site-editor-canvas.is-mobile .newsletter,.site-editor-canvas.is-mobile .footer-grid,.site-editor-canvas.is-mobile .footer-bottom,.site-editor-canvas.is-mobile .product-info,.site-editor-canvas.is-mobile .product-card-info-open,.site-editor-canvas.is-mobile .collection-overlay,.site-editor-canvas.is-mobile .story-grid,.site-editor-canvas.is-mobile .story-panel,.site-editor-canvas.is-mobile .contact-cards,.site-editor-canvas.is-mobile .policy-body{text-align:center}.hero-label,.section-tag,.home-hero-copy p,.content-hero p,.shop-hero p,.homepage-cta p,.shop-intro h1,.shop-intro p,.products-header>p,.page-category-display>p,.footer-grid .complaints-link,.site-editor-canvas.is-mobile .hero-label,.site-editor-canvas.is-mobile .section-tag,.site-editor-canvas.is-mobile .home-hero-copy p,.site-editor-canvas.is-mobile .content-hero p,.site-editor-canvas.is-mobile .shop-hero p,.site-editor-canvas.is-mobile .homepage-cta p,.site-editor-canvas.is-mobile .shop-intro h1,.site-editor-canvas.is-mobile .shop-intro p,.site-editor-canvas.is-mobile .products-header>p,.site-editor-canvas.is-mobile .page-category-display>p,.site-editor-canvas.is-mobile .footer-grid .complaints-link{margin-left:auto;margin-right:auto}.hero-label,.section-tag,.hero-cta,.price-row,.product-meta,.footer-bottom,.shop-products-head,.site-editor-canvas.is-mobile .hero-label,.site-editor-canvas.is-mobile .section-tag,.site-editor-canvas.is-mobile .hero-cta,.site-editor-canvas.is-mobile .price-row,.site-editor-canvas.is-mobile .product-meta,.site-editor-canvas.is-mobile .footer-bottom,.site-editor-canvas.is-mobile .shop-products-head{justify-content:center}.section-header,.products-header,.footer-bottom,.shop-products-head,.site-editor-canvas.is-mobile .section-header,.site-editor-canvas.is-mobile .products-header,.site-editor-canvas.is-mobile .footer-bottom,.site-editor-canvas.is-mobile .shop-products-head{align-items:center}}.filter-bar{z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);-webkit-overflow-scrolling:touch;background:#f7f5f2eb;padding:1rem 2rem;position:sticky;top:76px;overflow-x:auto}.filter-pills{gap:.6rem;max-width:1320px;margin:0 auto;display:flex}.filter-pill{border:1.5px solid var(--border);color:var(--muted);white-space:nowrap;cursor:pointer;touch-action:manipulation;background:0 0;border-radius:99px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.82rem;font-weight:700;transition:background .12s,border-color .12s,color .12s,transform 80ms;display:inline-flex}.filter-pill.active,.filter-pill:hover,.filter-pill.is-pending{border-color:var(--ink);background:var(--ink);color:var(--bg)}.filter-pill:active,.btn:active,.icon-btn:active,.round-btn:active,.mobile-nav-links a:active,.card-name:active,.card-media:active{transform:scale(.98)}.filter-count{background:var(--bg);min-width:20px;height:20px;color:var(--muted);border-radius:99px;place-items:center;padding:0 .35rem;font-size:.65rem;font-weight:800;display:inline-grid}.filter-pill.active .filter-count,.filter-pill:hover .filter-count{background:var(--accent);color:#fff}.product-card-v2{background:var(--surface);transition:transform .16s,box-shadow .16s;position:relative;overflow:hidden}.product-card-v2:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card-v2 .card-media{aspect-ratio:4/5;background:#f1eee9;display:block;position:relative;overflow:hidden}.product-card-v2 .card-media img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.product-card-v2:hover .card-media img{transform:scale(1.04)}@supports (content-visibility:auto){.new-shop-grid .product-card-v2{content-visibility:auto;contain-intrinsic-size:430px 560px}}.card-actions{opacity:0;gap:.4rem;transition:all .25s;display:flex;position:absolute;inset:auto .75rem .75rem auto;transform:translateY(8px)}.product-card-v2:hover .card-actions{opacity:1;transform:translateY(0)}.card-info{padding:1rem;overflow:hidden}.card-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.72rem;font-weight:700;display:flex}.card-name{margin:.35rem 0 .2rem;font-size:1.05rem;font-weight:700;line-height:1.25}.card-price-row{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.card-price{font-size:.95rem;font-weight:700}.card-price-old{color:var(--muted);font-size:.85rem;text-decoration:line-through}.card-color-swatches{align-items:center;gap:.4rem;margin-top:.7rem;display:flex}.card-color-swatch{width:14px;height:14px;box-shadow:0 0 0 2px var(--surface), 0 1px 4px #1c1c1c1f;border:1px solid #1c1c1c29;border-radius:999px;display:inline-block}.pdp-shell{background:radial-gradient(circle at 0 0,#ffffff8c,#0000 38%),radial-gradient(circle at 100% 100%,#e0cfb738,#0000 34%),linear-gradient(135deg,#efe8df 0%,#ddd2c3 100%);min-height:100vh;padding:1rem;position:relative;overflow-x:hidden}.pdp-backdrop{z-index:0;-webkit-backdrop-filter:blur(28px)saturate(.72);background:#f4eee694;position:fixed;inset:0}.pdp-dialog{z-index:1;-webkit-backdrop-filter:blur(22px)saturate(1.06);background:#ffffffc7;border-radius:28px;width:min(1180px,100vw - 1.5rem);min-height:min(920px,100svh - 2rem);margin:.75rem auto 0;position:relative;overflow:visible;box-shadow:0 10px 30px #2d1e1214,0 40px 120px #2d1e1229}.pdp-dialog-header{background:#ffffff80;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.pdp-back-link{color:var(--ink);align-items:center;gap:.45rem;font-weight:700;display:inline-flex}.pdp-product-nav{pointer-events:none;z-index:24;position:fixed;inset:0}.pdp-product-nav-link{pointer-events:auto;min-width:48px;height:48px;color:var(--ink);background:#ffffffdb;border:1px solid #1f1b161f;border-radius:999px;justify-content:center;align-items:center;gap:.45rem;text-decoration:none;transition:background .16s,transform .16s,width .16s;display:inline-flex;position:fixed;top:50%;transform:translateY(-50%);box-shadow:0 14px 36px #1f1b1629}.pdp-product-nav-link span{white-space:nowrap;opacity:0;max-width:0;font-size:.82rem;font-weight:800;transition:max-width .16s,opacity .16s;overflow:hidden}.pdp-product-nav-link:hover{background:#fff;transform:translateY(-50%)scale(1.04)}.pdp-product-nav-link:hover span,.pdp-product-nav-link:focus-visible span{opacity:1;max-width:170px}.pdp-product-nav-prev{left:max(.3rem,50vw - 590px - 6.25rem)}.pdp-product-nav-next{right:max(.3rem,50vw - 590px - 6.25rem)}.pdp-dialog-kicker{letter-spacing:1.6px;text-transform:uppercase;color:var(--ink-light);font-size:.72rem;font-weight:800}.pdp-close-btn{background:#ffffffd1;border-color:#1f1b161f;width:42px;height:42px}.pdp-grid{grid-template-columns:minmax(0,.96fr) minmax(360px,.86fr);align-items:start;gap:2rem;min-height:0;padding:1.5rem;display:grid}.pdp-gallery{gap:1rem;min-width:0;display:grid;position:sticky;top:92px}.pdp-main-image{aspect-ratio:4/3.25;cursor:zoom-in;max-height:min(62svh,560px);position:relative;overflow:visible}.pdp-main-image img{object-fit:contain;width:100%;height:100%}.zoom-lens{border:3px solid var(--surface);pointer-events:none;z-index:10;opacity:0;background-color:#fff;background-repeat:no-repeat;border-radius:50%;width:180px;height:180px;animation:.2s forwards zoomFadeIn;position:absolute;transform:translate(-50%,-50%);box-shadow:0 8px 32px #00000040,0 0 0 1px #00000014}.zoom-modal{z-index:120;-webkit-backdrop-filter:blur(14px);background:#110f0dc7;place-items:center;padding:clamp(1rem,3vw,2.5rem);display:grid;position:fixed;inset:0}.zoom-modal-frame{touch-action:none;cursor:zoom-in;background:#fff;border-radius:clamp(18px,2vw,32px);place-items:center;width:min(96vw,1240px);height:min(86svh,920px);display:grid;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000061}.zoom-modal-frame.is-zoomed{cursor:grab}.zoom-modal-frame.is-zoomed:active{cursor:grabbing}.zoom-modal-frame img{object-fit:contain;-webkit-user-select:none;user-select:none;will-change:transform;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .14s}.zoom-modal-frame.is-zoomed img{transition:none}.zoom-modal-tools{z-index:121;color:#fff;-webkit-backdrop-filter:blur(14px);background:#141210b8;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem;display:inline-flex;position:fixed;bottom:clamp(1rem,2vw,1.5rem);left:50%;transform:translate(-50%)}.zoom-modal-tools button,.zoom-modal-tools span{min-width:38px;height:38px;color:inherit;background:#ffffff21;border:0;border-radius:999px;justify-content:center;align-items:center;font-size:.78rem;font-weight:800;display:inline-flex}.zoom-modal-tools button{cursor:pointer}.zoom-modal-tools button:hover{background:#ffffff38}.zoom-modal-close{z-index:121;color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff3d;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:fixed;top:clamp(1rem,2vw,1.5rem);right:clamp(1rem,2vw,1.5rem)}@media (hover:none){.zoom-lens{display:none}}@keyframes zoomFadeIn{to{opacity:1}}.pdp-thumbs{gap:.6rem;padding-bottom:.1rem;display:flex;overflow-x:auto}.pdp-thumb{border-radius:var(--radius-sm);cursor:pointer;background:#f1eee9;border:2px solid #0000;flex-shrink:0;width:72px;height:72px;padding:0;overflow:hidden}.pdp-thumb.active{border-color:var(--ink)}.pdp-thumb img{object-fit:cover;width:100%;height:100%}.pdp-info{flex-direction:column;gap:1.1rem;min-height:0;padding:.5rem .5rem 0 0;display:flex}.pdp-breadcrumb{color:var(--muted);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.pdp-breadcrumb a:hover{color:var(--ink)}.pdp-tag{width:fit-content;color:var(--accent);letter-spacing:1.5px;text-transform:uppercase;font-size:.72rem;font-weight:800;display:inline-flex}.pdp-name{margin:0;font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.1}.about-hero-title{font-size:clamp(2.2rem,5vw,4.8rem)!important;line-height:.98!important}.pdp-price-row{align-items:center;gap:.8rem;font-size:1.6rem;display:flex}.pdp-price-old{color:var(--muted);font-size:1.1rem;text-decoration:line-through}.pdp-desc{color:var(--ink-light);max-width:44ch;line-height:1.7}.pdp-section-title{text-transform:uppercase;letter-spacing:1px;color:var(--ink-light);margin-bottom:.6rem;font-size:.72rem;font-weight:800}.pdp-colors{flex-wrap:wrap;gap:.6rem;display:flex}.pdp-color{border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:#fff;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.85rem;font-weight:700;display:flex}.pdp-color.active{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.pdp-sizes{flex-wrap:wrap;gap:.5rem;display:flex}.pdp-size{border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;min-width:52px;height:52px;color:var(--ink-light);transition:var(--transition);background:#fff;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:inline-flex}.pdp-size.active{border-color:var(--ink);background:var(--ink);color:var(--bg)}.pdp-size:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.pdp-stock{color:var(--muted);font-size:.82rem;font-weight:600}.pdp-stock.low{color:var(--accent)}.pdp-qty-row{align-items:center;gap:.6rem;display:flex}.pdp-qty-btn{border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:#fff;place-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:grid}.pdp-qty-value{text-align:center;min-width:40px;font-weight:700}.pdp-actions{flex-direction:column;gap:.8rem;display:flex}.pdp-add-btn{letter-spacing:.5px;width:100%;min-height:56px;font-size:1rem}.pdp-acc{border-top:1px solid #1f1b1614}.pdp-acc details{border-bottom:1px solid #1f1b1614;padding:1.1rem 0}.pdp-acc summary{cursor:pointer;justify-content:space-between;align-items:center;font-size:.92rem;font-weight:700;list-style:none;display:flex}.pdp-acc summary::-webkit-details-marker{display:none}.pdp-acc p{color:var(--ink-light);margin:.8rem 0 0;font-size:.92rem;line-height:1.7}.pdp-shipping-estimator{border-radius:var(--radius-sm);background:#f6f1ea8c;border:1px solid #1f1b161a;gap:.75rem;margin-top:1rem;padding:1rem;display:grid}.pdp-shipping-estimator label{color:var(--muted);text-transform:uppercase;letter-spacing:.8px;font-size:.78rem;font-weight:700}.pdp-shipping-estimator select{border-radius:var(--radius-sm);background:var(--surface);width:100%;height:46px;color:var(--ink);font:inherit;border:1px solid #1f1b1624;outline:none;padding:0 .9rem}.pdp-shipping-result{color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.9rem;display:flex}.pdp-shipping-result strong{color:var(--ink)}.pdp-shipping-estimator small{color:var(--muted);line-height:1.45}.pdp-mobile-bar{z-index:50;-webkit-backdrop-filter:blur(18px);background:#ffffffe6;border-top:1px solid #1f1b1614;align-items:center;gap:1rem;padding:.8rem 1.2rem;display:none;position:fixed;bottom:0;left:0;right:0}.pdp-mobile-bar .pdp-price-row{flex-direction:column;align-items:flex-start;gap:.1rem;margin:0;font-size:1.2rem}.related-section{border-top:1px solid var(--border);max-width:1320px;margin:0 auto;padding:4rem 2rem 6rem}.related-section h2{margin-bottom:2rem}@media (max-width:960px){.pdp-shell{padding:.5rem}.pdp-dialog{border-radius:22px;width:calc(100vw - .75rem);min-height:auto;margin-top:.25rem}.pdp-dialog-header{padding:.8rem .9rem}.pdp-grid{grid-template-columns:1fr;gap:1.4rem;min-height:auto;padding:1rem 1rem 7rem}.pdp-gallery{position:static}.pdp-info{max-height:none;padding-right:0;overflow:visible}.pdp-mobile-bar{display:flex}.pdp-product-nav-link{top:auto;bottom:calc(6.1rem + env(safe-area-inset-bottom));width:44px;min-width:44px;height:44px;transform:none}.pdp-product-nav-link:hover{transform:none}.pdp-product-nav-link span,.pdp-product-nav-link:hover span,.pdp-product-nav-link:focus-visible span{opacity:0;max-width:0}.pdp-product-nav-prev{left:.85rem}.pdp-product-nav-next{right:.85rem}.pdp-desktop-btn{display:none}.new-shop-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.filter-bar{padding:.8rem 1.2rem;top:68px}.card-actions{opacity:1;inset:auto .5rem .5rem auto;transform:none}.product-card-v2 .card-media{aspect-ratio:3/4}}@media (max-width:520px){.pdp-shell{padding:.25rem}.pdp-dialog{border-radius:18px;width:calc(100vw - .5rem)}.pdp-dialog-header{gap:.5rem}.pdp-dialog-kicker{display:none}.new-shop-grid{gap:.6rem}.card-info{padding:.75rem}.card-name{font-size:.95rem}}@media (max-width:1024px){.home-hero{grid-template-columns:1fr;gap:2rem;padding:3rem 1.5rem 2rem}.home-hero-media{min-height:320px}.header-inner{grid-template-columns:1fr auto;gap:1rem;padding:.8rem 1rem}.nav{display:none}.trust-strip{grid-template-columns:repeat(2,1fr)}.brand-grid,.collections-grid{grid-template-columns:1fr 1fr}.products-grid,.new-shop-grid{grid-template-columns:repeat(2,1fr)!important}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.story-grid,.contact-layout{grid-template-columns:1fr}.shop-layout{grid-template-columns:1fr;padding:2rem 1rem 4rem}.pdp-grid{grid-template-columns:1fr}.pdp-dialog{padding:1rem}.pdp-dialog-header{max-width:100%}.pdp-main-image{aspect-ratio:4/3}.home-posts-grid{grid-template-columns:1fr 1fr}.shop-intro{grid-template-columns:1fr}}@media (max-width:768px){.checkout-address-grid{grid-template-columns:1fr}.pdp-dialog{border-radius:18px;width:min(100%,100vw - .5rem);min-height:auto;margin-top:.25rem}.pdp-grid{grid-template-columns:1fr;padding:.75rem .75rem 7rem}.pdp-gallery{position:static}.pdp-main-image{aspect-ratio:1;max-height:none}.zoom-modal-frame{width:96vw;height:82svh}.header-inner{gap:.75rem;padding:.8rem 1rem}.header-logo img{width:120px}.home-hero-copy h1,.content-hero h1,.homepage-cta h2{font-size:clamp(2rem,8vw,3.5rem)}.hero-stats{flex-wrap:wrap;gap:1.2rem}.trust-strip{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr;gap:1.5rem}.products-grid,.new-shop-grid{grid-template-columns:repeat(2,1fr)!important}.search-panel{width:calc(100vw - 1.5rem)}.brand-grid,.collections-grid{grid-template-columns:1fr}.modal-card{grid-template-columns:1fr;width:calc(100vw - 1.5rem)}.modal-media{min-height:300px}.modal-info{padding:2rem 1.5rem}.filter-bar{padding:0 1rem;overflow-x:auto}.filter-pills{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.marquee span{padding:.8rem 1.5rem;font-size:.76rem}.cart-drawer{width:100vw}.pdp-mobile-bar{display:flex!important}.pdp-desktop-btn{display:none!important}.nav{display:none}}.category-intro{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);max-width:920px;box-shadow:var(--shadow);margin:0 auto;padding:2rem}.category-intro h1{margin:0 0 1rem;font-family:Playfair Display,serif;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.1}.category-intro div{color:var(--ink-light);line-height:1.7}.text-muted{color:var(--muted);font-size:.88rem}p.text-muted{margin:0}@media (max-width:1024px){.new-shop-grid{grid-template-columns:repeat(3,1fr)}.home-hero{grid-template-columns:1fr}.home-hero-media{display:block}.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}.admin-shell{grid-template-columns:1fr}.admin-sidebar{z-index:55;position:fixed;top:0;left:0;transform:translate(-100%)}.admin-sidebar.open{transform:translate(0)}.sidebar-close,.sidebar-overlay,.mobile-menu-btn{display:block}.collections-grid,.trust-strip{grid-template-columns:repeat(2,1fr)}.shop-layout{grid-template-columns:1fr}.shop-sidebar{position:static}}@media (max-width:768px){.new-shop-grid,.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.header-inner{gap:.5rem;padding:.8rem 1rem}.nav{display:none}.nav.open{z-index:42;background:var(--bg);flex-direction:column;gap:1.5rem;padding:5rem 2rem 2rem;display:flex;position:fixed;inset:0}.nav.open a{color:var(--ink);font-size:1.4rem}.header-logo img{width:120px}.hero h1,.home-hero-copy h1{font-size:clamp(2.4rem,10vw,4rem)}.home-hero{min-height:auto;margin-top:64px;padding:2rem 1rem 1.5rem}.trust-strip{grid-template-columns:1fr 1fr;padding:0 1rem 3rem}.collections-grid{grid-template-columns:1fr}.collection-card{height:300px}.section,.products-section{padding:3rem 1rem}.filter-bar{padding:0 1rem 1rem}.marquee span{padding:.7rem 1.2rem;font-size:.72rem}.product-image{height:220px}.product-card-v2 .card-media{aspect-ratio:3/4}.shop-hero{padding-top:3rem;padding-bottom:1rem}.category-description{padding:1rem}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column;gap:.5rem}.form-row{flex-direction:column}.newsletter-inner{padding:3rem 1.5rem}.content-page{padding-top:6rem}.story-grid,.contact-layout,.account-metrics,.account-quick-actions,.account-security-grid,.account-address-layout{grid-template-columns:1fr}.account-profile-card{flex-direction:column;align-items:flex-start}.search-panel{width:calc(100vw - 1rem)}.admin-dashboard{padding:1rem}.audit-filters{grid-template-columns:1fr}.category-intro{margin:0 1rem;padding:1.25rem}.pdp-grid{gap:1.5rem;padding:1.5rem}.site-header .mobile-menu-btn{display:flex}.hero-content{padding:2rem 1.5rem}.float-card{display:none}.footer-logo img{width:120px}.site-footer{padding:3rem 1.5rem 1.5rem}.shop-page{padding-top:64px}.filter-bar{padding:.75rem 1rem;top:64px}.pdp-breadcrumb{flex-wrap:wrap;gap:.25rem}.size-guide{overflow-x:auto}.size-guide table{min-width:420px}.pdp-faq{min-height:auto}.content-hero{padding:2rem 1.5rem 1.5rem}.content-hero h1{font-size:clamp(1.8rem,7vw,2.6rem)}.content-hero p{font-size:.95rem}.policy-body{padding:1.5rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:480px){.new-shop-grid{grid-template-columns:1fr;gap:.75rem}.products-grid.shop-grid{grid-template-columns:1fr!important}.products-grid{grid-template-columns:1fr}.product-card-v2 .card-media{aspect-ratio:1}.card-info{padding:.75rem}.card-name{font-size:.92rem}.pdp-main-image{aspect-ratio:1}.pdp-thumbs{gap:.35rem}.pdp-thumb{width:56px;height:56px}.pdp-color{padding:.4rem .65rem;font-size:.82rem}.pdp-size{min-width:42px;height:42px}.header-logo img{width:100px;height:auto}.hero-content{padding:1.5rem 1rem}.hero h1,.home-hero-copy h1{font-size:clamp(2rem,9vw,3rem)}.home-hero{padding:1.5rem .75rem 1rem}.trust-strip{grid-template-columns:1fr}.section,.products-section{padding:2rem .75rem}.filter-bar{padding:.5rem .75rem}.filter-pill{padding:.4rem .75rem;font-size:.78rem}.pdp-grid{gap:1rem;padding:.75rem .75rem 7rem}.pdp-name{font-size:1.3rem}.pdp-info{padding:0}.mobile-nav-links a{padding:.85rem 0;font-size:1.1rem}.newsletter-inner{padding:2rem 1rem}.content-hero{padding:1.5rem 1rem}.policy-body{padding:1rem}.site-footer{padding:2rem 1rem 1rem}.footer-logo img{width:100px}}:root{--page-max:1320px;--page-wide:1440px;--page-gutter:clamp(1rem, 3vw, 2.5rem);--section-y:clamp(2.75rem, 5.5vw, 6.5rem);--card-pad:clamp(1rem, 2vw, 2rem);--grid-gap:clamp(.85rem, 1.8vw, 1.5rem)}html,body{max-width:100%;overflow-x:hidden}html{font-size:clamp(14px,.2vw + 13.6px,16px)}img,video,canvas,svg{max-width:100%}.header-inner,.hero,.home-hero,.section,.products-section,.brand-section,.content-page,.account-page,.checkout-page,.admin-dashboard,.homepage-cta,.trust-strip,.footer-grid,.footer-bottom{width:min(100%, var(--page-max));max-width:var(--page-max);padding-inline:var(--page-gutter);margin-inline:auto}.header-inner{gap:clamp(.75rem,2vw,2rem)}.header-logo img{width:clamp(112px,10vw,170px)}.nav{gap:clamp(.8rem,1.6vw,2rem)}.nav a{font-size:clamp(.68rem,.18vw + .62rem,.82rem)}.home-hero{width:min(100%, var(--page-wide));max-width:var(--page-wide);gap:clamp(1.25rem,3vw,3rem);min-height:min(760px,100svh - 76px);padding-block:clamp(2.5rem,5vw,4.5rem)}.home-hero-copy h1,.content-hero h1,.homepage-cta h2{font-size:clamp(2.15rem,6vw,5.6rem)}.home-hero-copy p,.content-hero p,.homepage-cta p{font-size:clamp(.95rem,.28vw + .88rem,1.08rem)}.home-hero-media{height:clamp(320px,42vw,640px);min-height:0}.section,.products-section,.brand-section,.content-page{padding-block:var(--section-y)}.products-grid,.new-shop-grid,.collections-grid,.brand-grid{gap:var(--grid-gap)}.new-shop-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}.product-card-v2 .card-media{aspect-ratio:4/5}.card-info{padding:clamp(.75rem,1.3vw,1rem)}.section-title{font-size:clamp(2rem,4vw,3.5rem)}.filter-bar{padding-inline:var(--page-gutter);overflow-x:auto}.filter-pills{flex-wrap:nowrap;justify-content:flex-start;min-width:max-content}.pdp-dialog{width:min(1180px, calc(100vw - (var(--page-gutter) * 2)))}.pdp-grid{grid-template-columns:minmax(0,.96fr) minmax(360px,.86fr);gap:clamp(1rem,2vw,2rem);padding:clamp(.9rem,2vw,1.5rem)}.pdp-main-image{max-height:min(680px,100svh - 9rem)}.pdp-info{gap:clamp(.85rem,1.5vw,1.1rem)}@media (min-width:1600px){:root{--page-max:1440px;--page-wide:1540px}.new-shop-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1180px){.home-hero{grid-template-columns:minmax(0,1fr);min-height:auto;padding-top:calc(76px + clamp(1.5rem,4vw,3rem))}.home-hero-media{height:clamp(300px,48vw,520px)}.pdp-grid{grid-template-columns:minmax(0,1fr)}.pdp-gallery{position:static}}@media (max-width:900px){:root{--page-gutter:clamp(.85rem, 4vw, 1.5rem)}.header-inner{grid-template-columns:auto 1fr auto;padding-block:.75rem}.nav{display:none}.site-header .mobile-menu-btn{display:flex}.hide-mobile{display:none!important}.header-logo{justify-self:center}.home-hero-copy h1,.content-hero h1,.homepage-cta h2{font-size:clamp(2rem,9vw,3.8rem)}.trust-strip,.brand-grid,.collections-grid,.footer-grid{grid-template-columns:1fr 1fr}.products-grid,.new-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.pdp-dialog{border-radius:18px;width:calc(100vw - .75rem)}.pdp-grid{padding:.9rem .9rem 7rem}}@media (max-width:560px){:root{--page-gutter:.85rem;--section-y:2.35rem}.header-actions{gap:.1rem}.language-trigger{min-width:58px}.icon-btn{width:38px;height:38px}.trust-strip,.brand-grid,.collections-grid,.footer-grid,.products-grid,.new-shop-grid{grid-template-columns:1fr!important}.product-card-v2 .card-media{aspect-ratio:1}.new-shop-grid .product-card-v2,.new-shop-grid .card-info,.new-shop-grid .card-meta,.new-shop-grid .card-name,.new-shop-grid .card-price-row,.new-shop-grid .card-color-swatches{text-align:left}.new-shop-grid .card-info{justify-items:start;width:100%;display:grid}.new-shop-grid .card-meta,.new-shop-grid .card-name,.new-shop-grid .card-price-row,.new-shop-grid .card-color-swatches{justify-content:flex-start;width:100%}.new-shop-grid .card-name{display:block}.section-header{text-align:center;flex-direction:column;align-items:center;gap:.75rem}.section-header>div{flex-direction:column;align-items:center;display:flex}.filter-bar{padding-block:.6rem}.pdp-shell{padding:.25rem}.pdp-grid{padding:.75rem .75rem 7rem}.pdp-main-image{aspect-ratio:1}}@media (min-width:981px){.pdp-shell{height:100svh;min-height:100svh;padding:clamp(.75rem,1.5vw,1.25rem);overflow:hidden}.pdp-dialog{background:#ffffffdb;border-radius:clamp(24px,2vw,36px);grid-template-rows:auto minmax(0,1fr);width:min(1240px,100vw - clamp(1.5rem,3vw,2.5rem));height:calc(100svh - clamp(1.5rem,3vw,2.5rem));min-height:0;margin:0 auto;display:grid;overflow:hidden;box-shadow:0 18px 50px #2f22161f,0 46px 130px #2f22162e}.pdp-dialog-header{background:#ffffffb8;padding:.95rem 1.25rem}.pdp-grid{grid-template-columns:minmax(440px,1.02fr) minmax(390px,.88fr);align-items:stretch;gap:clamp(1.25rem,2vw,2rem);height:100%;min-height:0;padding:clamp(1rem,1.8vw,1.5rem);overflow:hidden}.pdp-gallery{height:100%;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-rows:minmax(0,1fr) auto;padding:0;display:grid;position:relative;top:auto}.pdp-main-image{aspect-ratio:auto;height:100%;min-height:0;max-height:none}.pdp-thumbs{scrollbar-width:thin;flex-wrap:nowrap;max-width:100%;padding:.75rem .15rem .05rem;overflow-x:auto}.pdp-info{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#1f1b1652 transparent;height:100%;min-height:0;max-height:none;padding:clamp(.25rem,.8vw,.75rem) clamp(.75rem,1.5vw,1.25rem) 2rem;overflow-y:auto}.pdp-info::-webkit-scrollbar{width:8px;height:8px}.pdp-thumbs::-webkit-scrollbar{width:8px;height:8px}.pdp-info::-webkit-scrollbar-thumb{background:#1f1b1647;border-radius:999px}.pdp-thumbs::-webkit-scrollbar-thumb{background:#1f1b1647;border-radius:999px}}@media (min-width:981px) and (max-width:1120px){.pdp-grid{grid-template-columns:minmax(390px,.95fr) minmax(360px,1fr);gap:1rem}}@media (max-width:980px){.pdp-dialog{overflow:visible}.pdp-main-image img{object-fit:contain;width:100%;height:100%}.pdp-info{height:auto;overflow:visible}}.cookie-banner{z-index:9999;background:#f8f8f8;border-top:1px solid #e0e0e0;padding:20px 24px;animation:.4s cookieSlideUp;position:fixed;bottom:0;left:0;right:0}@keyframes cookieSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-inner{flex-wrap:wrap;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:flex}.cookie-text{color:#333;flex:1;min-width:280px;font-size:14px;line-height:1.5}.cookie-text a{color:#007bff;text-decoration:underline}.cookie-text .cookie-warning{color:#666;margin-top:4px;font-size:13px;display:block}.cookie-buttons{flex-wrap:wrap;gap:10px;display:flex}.cookie-btn{cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.cookie-btn-settings{color:#333;background:#fff;border:1px solid #ccc}.cookie-btn-settings:hover{background:#f0f0f0}.cookie-btn-reject{color:#fff;background:#444}.cookie-btn-reject:hover{background:#555}.cookie-btn-accept{color:#fff;background:#000}.cookie-btn-accept:hover{background:#222}.cookie-settings-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:flex-end;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.cookie-settings-panel{background:#fff;border-radius:16px 16px 0 0;width:100%;max-width:560px;max-height:80vh;padding:32px;animation:.3s slideUp;overflow-y:auto}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-settings-panel h3{color:var(--ink);margin:0 0 8px;font-family:Playfair Display,serif;font-size:1.4rem}.cookie-settings-panel p{color:var(--muted);margin:0 0 24px;font-size:14px}.cookie-category{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 0;display:flex}.cookie-category:last-child{border-bottom:none}.cookie-cat-info h4{margin:0 0 4px;font-size:15px;font-weight:700}.cookie-cat-info p{color:var(--muted);margin:0;font-size:13px}.cookie-toggle{cursor:pointer;background:#ccc;border-radius:13px;flex-shrink:0;width:48px;height:26px;transition:background .2s;position:relative}.cookie-toggle.active{background:#000}.cookie-toggle.disabled{cursor:not-allowed;opacity:.7;background:#000}.cookie-toggle-knob{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.cookie-toggle.active .cookie-toggle-knob,.cookie-toggle.disabled .cookie-toggle-knob{transform:translate(22px)}.cookie-settings-actions{gap:12px;margin-top:24px;display:flex}.cookie-settings-actions button{cursor:pointer;border-radius:8px;flex:1;padding:12px;font-size:14px;font-weight:700}.shipping-info-banner{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;padding:20px 24px}.shipping-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.shipping-info-item{align-items:flex-start;gap:10px;display:flex}.shipping-info-item svg{color:var(--accent);flex-shrink:0;margin-top:2px}.shipping-info-item h4{text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:13px;font-weight:700}.shipping-info-item p{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.price-previous-lowest{color:var(--muted);margin-top:2px;font-size:12px;font-weight:400}.return-modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.return-modal{background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:520px;max-height:90vh;padding:32px;animation:.2s fadeIn;overflow-y:auto}.return-modal h3{margin:0 0 8px;font-family:Playfair Display,serif}.return-eligible-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:12px;margin-bottom:8px;padding:12px;display:flex}.return-eligible-item img{object-fit:cover;border-radius:8px;width:60px;height:60px}.return-countdown{color:var(--accent);font-size:12px;font-weight:700}.return-btn{border:1.5px solid var(--ink);background:var(--ink);color:var(--bg);cursor:pointer;border-radius:8px;margin-left:auto;padding:8px 16px;font-size:13px;font-weight:700}.return-label-container{text-align:center;border:2px dashed var(--border);border-radius:var(--radius);margin-top:16px;padding:24px}.return-label-container svg{margin:0 auto 12px}.return-code{letter-spacing:2px;font-size:1.2rem;font-weight:800}.gdpr-request-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);margin-bottom:12px;padding:16px 20px}.gdpr-status{border-radius:99px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-block}.gdpr-status.pending{color:#92400e;background:#fef3c7}.gdpr-status.processing{color:#1e40af;background:#dbeafe}.gdpr-status.completed{color:#065f46;background:#d1fae5}img,picture,video,canvas,svg{border:none!important;outline:none!important}.pdp-main-image{background:#fff;overflow:hidden}.pdp-main-image img{transform-origin:var(--zoom-x,50%) var(--zoom-y,50%);will-change:transform;transition:transform .22s}@media (hover:hover) and (pointer:fine){.pdp-main-image:hover img,.pdp-main-image.is-zooming img{transform:scale(2.15)}}.zoom-btn,.zoom-lens{display:none!important}.pdp-image-arrow{z-index:12;width:44px;height:44px;color:var(--ink);cursor:pointer;background:#ffffffe0;border:1px solid #1f1b161f;border-radius:999px;justify-content:center;align-items:center;transition:background .18s,transform .18s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 28px #1f1b161f;display:none!important}.pdp-image-arrow:hover{background:#fff;transform:translateY(-50%)scale(1.04)}.pdp-image-arrow-prev{left:.85rem}.pdp-image-arrow-next{right:.85rem}.odr-image-link{background:0 0;border-radius:0;justify-content:center;align-items:center;width:min(170px,100%);margin-top:1rem;display:inline-flex;overflow:visible}.odr-image-link img{object-fit:contain;width:min(170px,100%);height:auto;display:block}@media (max-width:768px){.header-inner{min-height:64px;position:relative;grid-template-columns:44px minmax(0,1fr) 120px!important;gap:.35rem!important;padding:.6rem .8rem!important}.site-header .mobile-menu-btn{grid-area:1/1;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.header-inner>.header-logo{grid-area:auto;justify-self:center;max-width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header-inner>.header-logo img{max-height:46px;width:min(132px,100%)!important}.header-actions{grid-area:1/3;justify-self:end;align-items:center;gap:.15rem;display:inline-flex}.header-actions>.hide-mobile{display:none}.header-actions>.language-switcher,.header-actions>a[href=\/account],.header-actions>.icon-btn{display:inline-flex}.header-actions .language-trigger{border-radius:999px;width:36px;min-width:36px;height:36px;padding:0}.header-actions .language-trigger span{display:none}.header-actions .language-trigger img{width:22px;height:22px}.header-actions .icon-btn{width:36px;height:36px}.mobile-nav-overlay.open{background:#1c1c1c57}.mobile-nav:popover-open::backdrop{background:#1c1c1c57}:is(.mobile-nav.open,.mobile-nav:popover-open){background:#f7f5f2fa;border-left:1px solid #1f1b1614;width:min(360px,88vw);inset:0 0 0 auto;overflow:hidden;box-shadow:-18px 0 46px #1f1b162e}.mobile-nav-header{justify-content:center;min-height:72px;padding:.85rem 1rem}.mobile-nav-header .header-logo{margin:0 auto}.mobile-nav-close{width:42px;height:42px;position:absolute;top:.9rem;right:.85rem}.mobile-nav-links{flex:1;justify-content:center;gap:.25rem;padding:1rem 1.25rem}.mobile-nav-links a{text-align:center;background:#ffffff80;border:0;border-radius:10px;padding:.9rem 1rem!important;font-size:1.05rem!important}.mobile-nav-footer{padding:1rem 1.25rem calc(1rem + env(safe-area-inset-bottom));margin-top:0}.mobile-nav-footer .language-switcher,.mobile-nav-actions{justify-content:center}.mobile-nav-actions .icon-btn{flex:1;justify-content:center;width:auto;min-width:0}.homepage-cta,.section-header,.products-section,.content-page,.content-hero,.contact-page{text-align:center}.homepage-cta{padding:3rem 1rem}.homepage-cta h2{overflow-wrap:normal;text-wrap:balance;white-space:pre-line;max-width:16ch;margin-left:auto;margin-right:auto;line-height:1.12;font-size:clamp(1.6rem,7.6vw,2.2rem)!important}.homepage-cta .section-tag,.section-header .section-tag{justify-content:center}.section-header{justify-items:center;gap:.75rem;display:grid}.section-header>div{width:100%;min-width:0}.section-title{overflow-wrap:break-word;text-wrap:balance}.contact-page{padding-inline:1rem}.contact-page .content-hero{padding:1.75rem 0 1rem!important}.contact-page .content-hero h1{text-wrap:balance;max-width:17ch;margin-left:auto;margin-right:auto;line-height:1.16;font-size:clamp(1.5rem,6.8vw,2rem)!important}.contact-page .content-hero p{max-width:34ch;margin-left:auto;margin-right:auto;font-size:.95rem!important}.contact-layout{gap:1rem}.contact-cards article,.contact-form{border-radius:18px;padding:1rem}.contact-cards a,.contact-cards span{overflow-wrap:anywhere}.pdp-image-arrow{width:38px;height:38px}.pdp-image-arrow-prev{left:.5rem}.pdp-image-arrow-next{right:.5rem}}@media (max-width:380px){.header-inner{grid-template-columns:42px minmax(0,1fr) 110px!important;padding-inline:.6rem!important}.header-inner>.header-logo img{width:min(104px,100%)!important}.header-actions{gap:.1rem}.header-actions .icon-btn,.header-actions .language-trigger{width:34px;min-width:34px;height:34px}.header-actions .language-trigger img{width:21px;height:21px}}@media (max-width:768px){.site-header .header-inner>.header-logo{width:max-content;max-width:min(116px,30vw);margin:0!important;position:absolute!important;top:50%!important;left:50%!important;right:auto!important;transform:translate(-50%,-50%)!important}.site-header .header-inner>.header-logo img{display:block;width:min(116px,30vw)!important;margin:0 auto!important}.marquee{min-height:42px}.marquee-track{align-items:stretch}.marquee span{text-align:center;white-space:nowrap;text-wrap:nowrap;overflow-wrap:normal;flex:none;justify-content:center;align-items:center;min-width:190px;min-height:42px;letter-spacing:1px!important;width:auto!important;padding:0 1rem!important;font-size:.74rem!important;line-height:1.2!important;display:inline-flex!important}}.footer-grid .complaints-link,.footer-grid .odr-image-link{justify-content:center;width:min(170px,100%)!important}.odr-image-link img[src*=logo-ec--en\.svg]{background:0 0;padding:0}@media (max-width:768px){.home-brand-mark{text-align:center;justify-content:center!important}.home-brand-mark img{margin-inline:auto;width:min(270px,82vw)!important}.hero-stats{text-align:center;gap:1rem;justify-content:center!important}.home-hero .hero-stats>div:nth-child(2){display:none}.hero-stats>div{justify-items:center;min-width:min(94px,28vw)}.stat-value,.stat-flag{justify-content:center;width:100%}.stat-label{text-align:center;max-width:10ch}.marquee span{letter-spacing:1px;line-height:1.2;padding:.75rem 1.25rem!important;font-size:.74rem!important}.marquee .marquee-track span{white-space:nowrap;text-align:center;text-wrap:nowrap;overflow-wrap:normal;justify-content:center;align-items:center;flex:none!important;width:auto!important;min-width:190px!important;min-height:42px!important;padding:0 1rem!important;display:inline-flex!important}main .trust-strip{justify-items:center}main .trust-strip>div{text-align:center;place-items:center;width:100%}main .trust-strip svg,main .trust-strip strong,main .trust-strip span{text-align:center;justify-self:center}main .trust-strip span{max-width:28ch;margin-inline:auto}.footer-grid>div:first-child{text-align:center;justify-items:center;display:grid}.footer-logo{margin-inline:auto!important}.footer-logo img{margin-inline:auto;width:min(170px,62vw)!important}.odr-image-link img[src*=logo-ec--en\.svg]{width:min(170px,58vw)!important}.footer-grid .complaints-link,.footer-grid .odr-image-link{margin-left:auto!important;margin-right:auto!important}.mobile-nav-footer{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.55rem;display:grid}.mobile-nav-footer .language-switcher{min-width:0;display:flex}.mobile-nav-footer .language-trigger{background:#ffffffb8;border-radius:10px;width:100%;min-width:0;height:48px}.mobile-nav-footer .language-menu{inset:auto auto calc(100% + .35rem) 0}.mobile-nav-actions{display:contents}.mobile-nav-actions .icon-btn{background:#ffffffb8;border-radius:10px;min-height:48px}.mobile-nav-header .header-logo{position:absolute;left:50%;transform:translate(-50%)}.mobile-nav-header .header-logo img{width:min(180px,58vw)!important}}
