:root{--ink:#0a0a0a;--ink-soft:#222;--paper:#ffffff;--mist:#f5f5f3;--mist-2:#efefec;--line:#e7e7e3;--line-strong:#d6d6d1;--muted:#8a8a85;--muted-2:#a8a8a2;--accent:#5b5be6;--sale:#e0322d;--stock:#e08b1e;--radius:16px;--radius-sm:12px;--maxw:1280px;--shadow:0 1px 2px rgba(0,0,0,.04), 0 10px 30px rgba(0,0,0,.06);--shadow-lg:0 30px 70px rgba(0,0,0,.12);--font-body:"Archivo", -apple-system, sans-serif;--font-display:"Anton", "Archivo", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--ink);background:var(--paper);line-height:1.5;font-size:16px;letter-spacing:.005em;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}ul{list-style:none}.wrap{max-width:var(--maxw);margin:0 auto;padding:0 20px}.display{font-family:var(--font-display);font-weight:400;line-height:.95;letter-spacing:.01em;text-transform:uppercase}.eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);font-weight:600}.announce{background:var(--ink);color:#fff;text-align:center;font-size:12px;letter-spacing:.16em;text-transform:uppercase;font-weight:500;padding:9px 16px;overflow:hidden}.announce span{display:inline-block;white-space:nowrap;animation:slide 22s linear infinite}@keyframes slide{0%{transform:translate(8%)}to{transform:translate(-60%)}}.announce b{font-weight:700}.header{position:sticky;top:0;z-index:50;background:#ffffffdb;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}.header-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px}.icon-btn{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;transition:background .2s}.icon-btn:hover{background:var(--mist)}.icon-btn svg{width:21px;height:21px;stroke:var(--ink);stroke-width:1.7;fill:none}.header-left,.header-right{display:flex;align-items:center;gap:2px}.header-right{justify-content:flex-end}.brand{font-family:var(--font-display);font-weight:400;font-size:26px;letter-spacing:.06em;text-align:center;text-transform:uppercase;white-space:nowrap;display:flex;align-items:center;gap:10px}.brand .eiffel{width:14px;height:26px;opacity:.85}.cart-wrap{position:relative}.cart-count{position:absolute;top:4px;right:2px;background:var(--accent);color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:9px;display:grid;place-items:center;padding:0 4px}.lang{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;border:1px solid var(--line);border-radius:10px;padding:7px 11px;margin-left:6px}.lang .flag{width:18px;height:13px;border-radius:2px;overflow:hidden;display:inline-block}.subnav{border-bottom:1px solid var(--line);background:#fff}.subnav ul{display:flex;gap:28px;justify-content:center;height:46px;align-items:center;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.subnav a{position:relative;color:var(--ink-soft);transition:color .2s}.subnav a:hover{color:var(--ink)}.subnav a:after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--ink);transform:scaleX(0);transition:transform .25s;transform-origin:left}.subnav a:hover:after{transform:scaleX(1)}.hero{position:relative;background:var(--ink);color:#fff;overflow:hidden}.hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-media img{width:100%;height:100%;object-fit:cover;opacity:.9}.hero-inner{position:relative;max-width:var(--maxw);margin:0 auto;padding:96px 20px 104px;display:flex;flex-direction:column;align-items:flex-start;gap:22px}.hero .eyebrow{color:#ffffffa6}.hero h1{font-family:var(--font-display);font-weight:400;text-transform:uppercase;font-size:clamp(48px,9vw,104px);line-height:.9;letter-spacing:.01em;max-width:14ch}.hero p{max-width:42ch;color:#ffffffc7;font-size:16px}.hero-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:600;font-size:14px;letter-spacing:.04em;text-transform:uppercase;padding:15px 26px;border-radius:12px;transition:transform .15s ease,background .2s,color .2s,border-color .2s}.btn:active{transform:scale(.985)}.btn-light{background:#fff;color:var(--ink)}.btn-light:hover{background:#e9e9e6}.btn-ghost{border:1px solid rgba(255,255,255,.35);color:#fff}.btn-ghost:hover{border-color:#fff;background:#ffffff14}.assurance{border-bottom:1px solid var(--line)}.assurance ul{display:grid;grid-template-columns:repeat(4,1fr)}.assurance li{display:flex;gap:12px;align-items:center;padding:20px 18px;border-right:1px solid var(--line)}.assurance li:last-child{border-right:none}.assurance svg{width:24px;height:24px;stroke:var(--ink);stroke-width:1.6;fill:none;flex:none}.assurance b{display:block;font-size:13px;font-weight:700}.assurance small{color:var(--muted);font-size:12px}.section{padding:64px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:30px}.section-head h2{font-family:var(--font-display);font-weight:400;text-transform:uppercase;font-size:clamp(28px,5vw,46px);line-height:.95}.see-more{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.see-more .circle{width:34px;height:34px;border-radius:50%;border:1px solid var(--line-strong);display:grid;place-items:center;transition:.2s}.see-more:hover .circle{background:var(--ink);border-color:var(--ink)}.see-more:hover .circle svg{stroke:#fff}.see-more .circle svg{width:15px;height:15px;stroke:var(--ink);stroke-width:1.8;fill:none;transition:.2s}.cats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cat{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:3/4;background:var(--mist);display:flex;align-items:flex-end;padding:22px}.cat img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.cat:hover img{transform:scale(1.05)}.cat:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000 55%)}.cat span{position:relative;z-index:1;color:#fff;font-family:var(--font-display);text-transform:uppercase;font-size:24px;letter-spacing:.02em}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.card{display:block;border-radius:var(--radius);overflow:hidden;background:#fff;transition:transform .2s}.card .media{position:relative;background:var(--mist);border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1}.card .media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}.card:hover .media img{transform:scale(1.04)}.tag{position:absolute;top:12px;left:12px;background:var(--ink);color:#fff;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:5px 9px;border-radius:7px}.tag.sale{background:var(--sale)}.wish{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;background:#ffffffeb;display:grid;place-items:center;opacity:0;transform:translateY(-4px);transition:.2s}.card:hover .wish{opacity:1;transform:none}.wish svg{width:17px;height:17px;stroke:var(--ink);stroke-width:1.7;fill:none}.card .info{padding:14px 4px 4px}.card .name{font-size:14px;font-weight:600;line-height:1.3}.card .prices{margin-top:7px;display:flex;align-items:baseline;gap:8px}.card .price{font-weight:700;font-size:15px}.card .was{color:var(--muted-2);text-decoration:line-through;font-size:13px}.authenticity{background:var(--mist);text-align:center;padding:72px 20px}.authenticity .shield{width:54px;height:54px;margin:0 auto 18px;stroke:var(--ink);stroke-width:1.4;fill:none}.authenticity h2{font-family:var(--font-display);text-transform:uppercase;font-weight:400;font-size:clamp(30px,6vw,52px);letter-spacing:.02em}.authenticity p{color:var(--muted);margin-top:10px;font-size:16px}.trust-logos{display:flex;gap:30px;justify-content:center;flex-wrap:wrap;margin-top:30px;opacity:.6;font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:13px}.footer{background:var(--ink);color:#e9e9e6;padding:56px 0 30px}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:30px}.footer h4{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:#9a9a95;margin-bottom:16px}.footer .brand{justify-content:flex-start;color:#fff;margin-bottom:14px}.footer p{color:#9a9a95;font-size:14px;max-width:34ch}.footer li{margin-bottom:10px}.footer a{color:#cfcfca;font-size:14px;transition:color .2s}.footer a:hover{color:#fff}.news{display:flex;gap:8px;margin-top:14px}.news input{flex:1;background:transparent;border:1px solid #333;border-radius:10px;padding:11px 13px;color:#fff;font-family:inherit;font-size:14px}.news input::placeholder{color:#777}.news button{background:#fff;color:var(--ink);border-radius:10px;padding:0 16px;font-weight:700;font-size:13px;text-transform:uppercase}.footer-bottom{border-top:1px solid #262626;margin-top:40px;padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;color:#7a7a75;font-size:12px}.pay-row{display:flex;gap:8px;align-items:center}.pay-row span{border:1px solid #333;border-radius:6px;padding:4px 8px;font-size:10px;font-weight:700;letter-spacing:.06em;color:#bdbdb8}.pdp{padding:28px 0 60px}.breadcrumb{font-size:12px;color:var(--muted);letter-spacing:.04em;margin-bottom:22px;text-transform:uppercase}.breadcrumb a:hover{color:var(--ink)}.pdp-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:start}.gallery{position:sticky;top:90px}.gallery-main{background:var(--mist);border-radius:var(--radius);overflow:hidden;aspect-ratio:1/1;position:relative}.gallery-main img{width:100%;height:100%;object-fit:cover}.zoom{position:absolute;top:16px;right:16px;width:44px;height:44px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:var(--shadow)}.zoom svg{width:18px;height:18px;stroke:var(--ink);stroke-width:1.7;fill:none}.thumbs{display:flex;gap:10px;margin-top:12px}.thumb{width:78px;height:78px;border-radius:12px;overflow:hidden;background:var(--mist);border:2px solid transparent;flex:none;transition:border-color .2s}.thumb.active{border-color:var(--ink)}.thumb img{width:100%;height:100%;object-fit:cover}.pdp-title{font-family:var(--font-display);font-weight:400;text-transform:uppercase;font-size:clamp(28px,4vw,40px);line-height:1;letter-spacing:.01em;margin-bottom:18px}.price-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:14px}.price-now{font-size:30px;font-weight:700;color:var(--sale)}.price-was{font-size:20px;color:var(--muted-2);text-decoration:line-through}.save-badge{background:var(--ink);color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:7px 13px;border-radius:999px}.stock-line{display:flex;align-items:center;gap:8px;color:var(--stock);font-size:14px;font-weight:600;margin:6px 0 4px}.stock-line .dot{width:9px;height:9px;border-radius:50%;background:var(--stock)}.ship-line{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink-soft);margin-bottom:6px}.ship-line svg{width:18px;height:18px;stroke:var(--ink);stroke-width:1.6;fill:none}.delivery{display:flex;align-items:center;gap:9px;font-size:15px;margin:16px 0 14px}.delivery .dot{width:13px;height:13px;border-radius:50%;background:var(--accent)}.delivery b{font-weight:700}.sizes-label{font-size:14px;color:var(--muted);margin:18px 0 10px;display:flex;justify-content:space-between;align-items:center}.sizes-label a{font-size:13px;color:var(--ink);text-decoration:underline;text-underline-offset:3px}.sizes{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.size{border:1px solid var(--line-strong);border-radius:12px;padding:11px 8px;text-align:center;transition:.15s;background:#fff;position:relative}.size:hover{border-color:var(--ink)}.size.active{border-color:var(--ink);background:var(--ink);color:#fff}.size.active .size-dot{background:#fff}.size .size-num{font-size:16px;font-weight:700;display:block;line-height:1.1}.size .size-price{font-size:12px;color:var(--muted)}.size.active .size-price{color:#ffffffb3}.size .size-dot{position:absolute;top:8px;left:8px;width:7px;height:7px;border-radius:50%;background:var(--accent)}.express{display:flex;align-items:center;justify-content:center;gap:10px;background:var(--mist);border-radius:14px;padding:15px;margin:16px 0;font-size:15px;font-weight:500}.express .q{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--ink);display:grid;place-items:center;font-size:12px;font-weight:700}.buy-actions{display:flex;flex-direction:column;gap:10px;margin-top:8px}.btn-cart{background:var(--ink);color:#fff;font-size:16px;padding:18px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;transition:transform .15s,background .2s}.btn-cart:hover{background:#222}.btn-cart:active{transform:scale(.99)}.btn-cart svg{width:20px;height:20px;stroke:#fff;stroke-width:1.8;fill:none}.btn-pay{background:#000;color:#fff;font-size:16px;padding:16px;border-radius:14px;display:flex;align-items:center;justify-content:center;gap:6px;font-weight:500}.btn-pay .apple{font-weight:600}.more-pay{text-align:center;font-size:13px;color:var(--muted);text-decoration:underline;text-underline-offset:3px;margin-top:4px}.accordions{margin-top:28px;border-top:1px solid var(--line)}.acc{border-bottom:1px solid var(--line)}.acc-head{width:100%;display:flex;align-items:center;gap:14px;padding:20px 2px;text-align:left}.acc-head .ic{width:26px;height:26px;stroke:var(--ink);stroke-width:1.5;fill:none;flex:none}.acc-head .t{flex:1;font-size:17px;font-weight:500}.acc-head .chev{width:20px;height:20px;stroke:var(--ink);stroke-width:1.8;fill:none;transition:transform .3s}.acc.open .chev{transform:rotate(180deg)}.acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.acc-body-inner{padding:0 2px 22px 40px;color:var(--ink-soft);font-size:15px;line-height:1.65}.acc-body-inner ul{margin-top:8px}.acc-body-inner li{padding-left:18px;position:relative;margin-bottom:6px}.acc-body-inner li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--ink)}.related{margin-top:54px}.rel-track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}.rel-track::-webkit-scrollbar{height:0}.rel-card{flex:0 0 calc(50% - 7px);scroll-snap-align:start}.dots{display:flex;gap:8px;justify-content:center;margin-top:22px}.dots .d{width:9px;height:9px;border-radius:50%;border:1.5px solid var(--ink);background:transparent}.dots .d.on{background:var(--ink)}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%) translateY(20px);background:var(--ink);color:#fff;padding:14px 22px;border-radius:12px;font-size:14px;font-weight:500;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:.3s;z-index:200;display:flex;gap:10px;align-items:center}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast svg{width:18px;height:18px;stroke:#7ee787;stroke-width:2.2;fill:none}@media(max-width:980px){.pdp-grid{grid-template-columns:1fr;gap:30px}.gallery{position:static}.footer-grid,.cats{grid-template-columns:1fr 1fr}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.subnav{display:none}.assurance ul{grid-template-columns:1fr 1fr}.assurance li:nth-child(2){border-right:none}.assurance li:nth-child(1),.assurance li:nth-child(2){border-bottom:1px solid var(--line)}.brand{font-size:21px}.lang{display:none}.hero-inner{padding:70px 20px 78px}.section{padding:46px 0}.footer-grid{grid-template-columns:1fr 1fr}.grid{grid-template-columns:1fr 1fr;gap:10px}.cats{grid-template-columns:1fr}}.page-head{padding:48px 0 8px;text-align:center}.page-head h1{font-family:var(--font-display);text-transform:uppercase;font-weight:400;font-size:clamp(30px,6vw,56px);line-height:.95}.page-head p{color:var(--muted);margin-top:8px}.rte{font-size:15px;line-height:1.7;color:var(--ink-soft)}.rte p{margin-bottom:12px}.rte a{text-decoration:underline}.rte ul{margin:8px 0 12px}.rte li{margin-bottom:6px;padding-left:18px;position:relative}.rte li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--ink)}.coll-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;margin:8px 0 24px;flex-wrap:wrap}.coll-count{color:var(--muted);font-size:14px}.coll-sort select{font-family:inherit;border:1px solid var(--line-strong);border-radius:10px;padding:9px 12px;font-size:14px;background:#fff}.size.sold{opacity:.4;text-decoration:line-through;cursor:not-allowed}.empty{text-align:center;padding:80px 20px;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:6px;margin:46px 0 10px}.pagination a,.pagination span{min-width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:10px;font-size:14px;font-weight:600}.pagination .current{background:var(--ink);color:#fff;border-color:var(--ink)}.cart-page{padding:30px 0 70px}.cart-line{display:grid;grid-template-columns:84px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}.cart-line img{width:84px;height:84px;border-radius:12px;object-fit:cover;background:var(--mist)}.cart-line .nm{font-weight:600}.cart-line .vr{color:var(--muted);font-size:13px;margin-top:3px}.cart-foot{display:flex;justify-content:space-between;align-items:center;margin-top:26px;flex-wrap:wrap;gap:16px}.cart-total{font-size:22px;font-weight:700}.qty{display:inline-flex;border:1px solid var(--line-strong);border-radius:10px;overflow:hidden}.qty input{width:46px;text-align:center;border:none;font-family:inherit;font-size:15px}.qty button{width:36px;background:var(--mist)}.search-form{display:flex;gap:8px;max-width:560px;margin:20px auto 36px}.search-form input{flex:1;border:1px solid var(--line-strong);border-radius:12px;padding:14px 16px;font-family:inherit;font-size:16px}.search-form button{background:var(--ink);color:#fff;border-radius:12px;padding:0 22px;font-weight:600}.opt-row{margin:14px 0}.opt-row .lbl{font-size:14px;color:var(--muted);margin-bottom:8px}.swatches{display:flex;flex-wrap:wrap;gap:8px}.swatch{border:1px solid var(--line-strong);border-radius:10px;padding:9px 14px;font-size:14px;font-weight:600;background:#fff;transition:.15s}.swatch.active{background:var(--ink);color:#fff;border-color:var(--ink)}.hero-inner{min-height:calc(var(--hero-min,60vh) - 40px)}.iwt{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.iwt-rev .iwt-media{order:2}.iwt-media img{width:100%;border-radius:var(--radius);background:var(--mist);aspect-ratio:4/3;object-fit:cover}.iwt-text h2{font-family:var(--font-display);text-transform:uppercase;font-weight:400;font-size:clamp(28px,4.5vw,46px);line-height:.95;margin:8px 0 14px}.iwt-text .rte{margin-bottom:20px}.mcol{display:grid;gap:26px}.mcol-item{text-align:center}.mcol-img{width:100%;border-radius:var(--radius);aspect-ratio:1/1;object-fit:cover;background:var(--mist);margin-bottom:14px}.mcol-icon{width:56px;height:56px;margin:0 auto 14px;border:1px solid var(--line-strong);border-radius:50%;display:grid;place-items:center}.mcol-icon svg{width:26px;height:26px;stroke:var(--ink);stroke-width:1.5;fill:none}.mcol-item h3{font-size:17px;font-weight:700;margin-bottom:6px}.mcol-item p{color:var(--muted);font-size:14px;max-width:30ch;margin:0 auto}@media(max-width:860px){.iwt{grid-template-columns:1fr;gap:24px}.iwt-rev .iwt-media{order:0}.mcol{grid-template-columns:1fr 1fr!important}}@media(max-width:560px){.mcol{grid-template-columns:1fr!important}}
/*# sourceMappingURL=/cdn/shop/t/50/assets/theme.css.map */
