:root{--z-ink:#17100d;--z-cream:#f6efe2;--z-cream2:#eadcc8;--z-navy:#0e1c35;--z-navy2:#17294b;--z-gold:#c79a52;--z-gold2:#e1c17d;--z-burgundy:#5b1f2a;--z-sage:#75806a;--z-white:#fff;--z-border:rgba(199,154,82,.26);--z-muted:#6e6459;--z-success:#3c8b5c;--z-sale:#c0392b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:radial-gradient(circle at 10% 0%,rgba(199,154,82,.14),transparent 28%),linear-gradient(180deg,#fbf5eb,#f2e6d4 62%,#eee0cc);color:var(--z-ink);font:14px/20px Poppins,Arial,sans-serif}h1,h2,h3{font-family:Playfair Display,Georgia,serif;color:#21170f}h1{font-size:clamp(30px,6vw,52px);line-height:1.08}h2{font-size:28px;line-height:1.15}h3{font-size:17px;line-height:1.25}.z-shell{min-height:100vh;padding-bottom:56px}.z-header{height:64px;position:sticky;top:0;z-index:80;background:#0e1c35f5;border-bottom:1px solid rgba(225,193,125,.45);box-shadow:0 8px 30px #0e1c352e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 12px}.z-head{display:flex;align-items:center;gap:5px}.z-head:last-child{justify-content:flex-end}.z-icon{width:42px;height:42px;border:0;border-radius:50%;background:transparent;color:#f8f2e8;display:grid;place-items:center;cursor:pointer;transition:.25s}.z-icon:hover{background:#e1c17d21;transform:translateY(-2px)}.z-icon svg{width:22px;height:22px;fill:none;stroke:#e1c17d;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.z-logo-image{display:block;width:134px;height:60px;object-fit:contain;filter:drop-shadow(0 3px 12px rgba(0,0,0,.2))}.z-logo-image--drawer{width:165px;height:auto;max-height:76px}.z-count{position:absolute;margin:0 0 23px 23px;background:var(--z-gold);color:#17100d;border-radius:99px;min-width:18px;height:18px;font-size:9px;font-weight:700;display:grid;place-items:center}.z-drawer,.z-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;visibility:hidden;opacity:0;transition:.3s}.z-drawer.open,.z-search.open{visibility:visible;opacity:1}.z-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#050c19a3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.z-panel{position:absolute;top:0;bottom:0;left:0;width:min(88vw,390px);padding:20px;background:linear-gradient(160deg,#0e1c35,#17294b);color:#f8f2e8;transform:translate(-100%);transition:.4s;box-shadow:18px 0 50px #00000040}.open .z-panel{transform:none}.z-panel nav{display:grid;gap:4px;margin-top:24px}.z-panel a{padding:14px;border-radius:12px;color:#f8f2e8;text-decoration:none;border:1px solid transparent}.z-panel a:hover{border-color:#e1c17d4d;background:#e1c17d14;color:var(--z-gold2)}.z-search-panel{position:absolute;top:0;left:0;right:0;background:#f8f1e5;padding:16px;border-bottom:1px solid var(--z-border);transform:translateY(-100%);transition:.4s}.open .z-search-panel{transform:none}.z-input,.z-select{width:100%;height:46px;border:1px solid var(--z-border);border-radius:10px;background:#fff;padding:0 12px;font:13px Poppins;color:var(--z-ink);outline:none}.z-input:focus,.z-select:focus{border-color:var(--z-gold);box-shadow:0 0 0 3px #c79a521f}.z-page{max-width:1180px;margin:auto;padding:32px 16px}.z-section{margin-top:36px}.z-muted{color:var(--z-muted)}.z-reveal{animation:zReveal .7s both}.z-hero{position:relative;overflow:hidden;border-radius:24px;min-height:620px;background:var(--z-navy);box-shadow:0 24px 75px #0e1c353d;border:1px solid rgba(199,154,82,.38)}.z-hero-media{position:absolute;top:0;right:0;bottom:0;left:0}.z-hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 28%;display:block;filter:saturate(.92) contrast(1.04)}.z-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#070f1ee6,#070f1e8f 40%,#070f1e14 76%,#070f1e05)}.z-hero-copy{position:relative;z-index:2;max-width:550px;padding:70px 42px;color:#fff}.z-hero-copy h1{color:#fff;font-size:clamp(42px,7vw,74px);letter-spacing:-1px;text-shadow:0 10px 32px rgba(0,0,0,.3)}.z-hero-copy p{font-size:17px;color:#f5ead7;max-width:430px}.z-btn{min-height:48px;padding:12px 20px;border:1.5px solid var(--z-gold);border-radius:10px;background:transparent;color:var(--z-gold);font:600 14px Poppins;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:.25s}.z-btn:hover{transform:translateY(-3px);box-shadow:0 12px 28px #2b242024}.z-primary{background:linear-gradient(135deg,#c79a52,#9d6c32);color:#fff;border-color:#e1c17d;box-shadow:0 10px 24px #9d6c3240}.z-primary:hover{background:linear-gradient(135deg,#e1c17d,#b88643);color:#17100d}.z-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.z-grid3{grid-template-columns:repeat(2,minmax(0,1fr))}.z-card{background:#ffffffdb;border:1px solid var(--z-border);border-radius:14px;padding:14px;box-shadow:0 10px 32px #2e1f1212;transition:.3s}.z-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px #2e1f1221}.z-card a{color:inherit;text-decoration:none}.z-price{color:#9a6b32;font-weight:700}.z-old{color:var(--z-sale);text-decoration:line-through;margin-left:5px}.z-badge{display:inline-flex;padding:4px 9px;border-radius:999px;background:var(--z-gold);color:#17100d;font-size:10px;font-weight:700}.z-sale{background:var(--z-sale);color:#fff}.z-media{position:relative}.z-media .z-badge{position:absolute;top:8px;left:8px}.z-media .z-sale{left:auto;right:8px}.z-heart{position:absolute;right:8px;bottom:8px;width:40px;height:40px;border-radius:50%;border:1px solid var(--z-border);background:#fffffff0;cursor:pointer;font-size:20px;color:#6e6459}.z-heart.liked{color:var(--z-sale);background:#fff4f2}.z-stars{color:#d4a72c;font-size:12px;letter-spacing:1px}.z-filter{position:sticky;top:64px;z-index:50;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:20px 0 16px}.z-sizes{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 18px}.z-size{height:40px;min-width:48px;padding:0 12px;border:1px solid var(--z-border);border-radius:9px;background:#fff}.z-size.sel{background:var(--z-navy);border-color:var(--z-gold2);color:#fff}.z-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:20px 0}.z-trust div{text-align:center;padding:12px 4px;border:1px solid var(--z-border);border-radius:10px;background:#fff;font-size:11px;color:var(--z-muted)}details.z-accordion{background:#ffffffe6;border:1px solid var(--z-border);border-radius:10px;margin:8px 0;overflow:hidden}details.z-accordion summary{padding:15px;cursor:pointer;font-weight:600}details.z-accordion div{padding:0 15px 15px;color:var(--z-muted)}.z-bottom{position:fixed;bottom:0;left:0;right:0;height:58px;z-index:75;background:#0a1428fa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(225,193,125,.35);display:grid;grid-template-columns:repeat(5,1fr)}.z-bottom a{display:grid;place-items:center;color:#f4ead9;text-decoration:none;font-size:9px;gap:1px}.z-bottom a.active{color:#e1c17d}.z-bottom svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}.z-wa,.z-whatsapp{position:fixed;right:16px;bottom:76px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:grid;place-items:center;z-index:76;text-decoration:none;box-shadow:0 12px 32px #25d3664d;animation:zFloat 3s ease-in-out infinite}.z-whatsapp svg{width:34px;height:34px;display:block}.z-footer{background:linear-gradient(135deg,#091326,#21170f 72%);color:#f6f1e7;padding:44px 16px 84px;border-top:1px solid rgba(225,193,125,.38)}.z-footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.z-footer a{color:#f6f1e7;text-decoration:none}.z-footer a:hover{color:#e1c17d}.z-footer ul{list-style:none;padding:0;margin:8px 0;display:grid;gap:8px}.z-footer h3{color:#fff}.z-footer-brand{margin-bottom:24px}.z-footer-logo{display:block;width:175px;max-width:100%;height:auto;max-height:74px;object-fit:contain;object-position:left center;margin-bottom:12px;filter:drop-shadow(0 3px 10px rgba(0,0,0,.25))}.z-footer-brand p{color:#f6f1e7aa;margin:8px 0}.z-news{display:flex;gap:8px}.z-news input{min-width:0;flex:1;border:0;border-radius:9px;padding:0 12px}.z-social{display:flex;gap:8px;margin-top:12px}.z-social a{width:38px;height:38px;border:1px solid #ffffff40;border-radius:50%;display:grid;place-items:center}.z-progress{height:7px;background:#eee6d8;border-radius:99px;overflow:hidden}.z-progress span{display:block;width:100%;height:100%;background:var(--z-gold)}.z-qty{display:inline-flex;border:1px solid var(--z-border);border-radius:9px;overflow:hidden}.z-qty button{width:34px;height:34px;border:0;background:#fff}.z-qty span{min-width:34px;text-align:center;padding-top:7px}.z-sticky{position:fixed;left:0;right:0;bottom:58px;z-index:70;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--z-border);padding:10px 16px;transform:translateY(110%);transition:.35s}.z-sticky.show{transform:none}.z-toast{position:fixed;left:50%;bottom:84px;z-index:150;background:var(--z-navy);color:#fff;border:1px solid var(--z-gold);border-radius:99px;padding:10px 16px;opacity:0;transform:translate(-50%,20px);transition:.3s;pointer-events:none}.z-toast.show{opacity:1;transform:translate(-50%)}.z-empty{text-align:center;padding:44px 12px}.z-luxe-intro{text-align:center;padding:18px 10px 4px}.z-eyebrow{font:600 11px Poppins,sans-serif;letter-spacing:3px;color:var(--z-gold);text-transform:uppercase}.z-luxe-intro h2{font-size:34px;margin:8px 0}.z-luxe-intro p{max-width:650px;margin:0 auto}.z-category-card{display:block;padding:0 0 14px;background:#ffffffbd;border:1px solid rgba(199,154,82,.28);border-radius:18px;overflow:hidden;box-shadow:0 12px 32px #2e1f1214;transition:.25s}.z-category-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px #2e1f1224}.z-category-media{aspect-ratio:1;overflow:hidden;background:#e9decd}.z-category-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s}.z-category-card:hover img{transform:scale(1.04)}.z-category-card h3{margin:14px 14px 3px}.z-category-card span{display:block;margin:0 14px;color:var(--z-gold);font-size:12px;font-weight:600}.z-editorial-label{position:absolute;left:10px;bottom:10px;padding:5px 9px;border-radius:999px;background:#0e1c35d1;color:#fff;font-size:9px;letter-spacing:.7px}.z-editorial-media{position:relative;overflow:hidden;border-radius:12px;background:#e9decd}.z-editorial-media img{width:100%;height:100%;object-fit:cover;display:block}.z-backbar{display:flex;align-items:center;gap:10px;margin-bottom:18px}.z-back{color:var(--z-navy);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:5px}.z-back svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5}.z-meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.z-divider{height:1px;background:var(--z-border);margin:20px 0}.z-note{padding:12px 14px;border-radius:10px;background:#c79a5217;border:1px solid var(--z-border)}.z-success{color:var(--z-success);font-weight:600}.z-timeline{position:relative;display:grid;gap:0}.z-step{position:relative;padding:0 0 22px 34px}.z-step:before{content:"";position:absolute;left:8px;top:3px;width:12px;height:12px;border:2px solid var(--z-gold);border-radius:50%;background:#fff}.z-step:not(:last-child):after{content:"";position:absolute;left:13px;top:17px;bottom:0;width:1px;background:var(--z-border)}.z-step.done:before{background:var(--z-gold)}.z-page-in{animation:zIn .5s ease}@keyframes zIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes zReveal{0%{opacity:0;transform:translateY(28px);filter:blur(3px)}to{opacity:1;transform:none;filter:none}}@keyframes zFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media(min-width:750px){.z-bottom{display:none}.z-page{padding:42px 24px}.z-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.z-grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.z-footer-grid{grid-template-columns:repeat(4,1fr)}.z-footer{padding-bottom:44px}.z-sticky{display:none}.z-backbar{margin-bottom:24px}}@media(max-width:749px){.z-hero{min-height:560px;border-radius:18px}.z-hero-copy{padding:44px 22px}.z-hero-copy h1{font-size:42px}.z-logo-image{width:114px;height:54px}.z-category-card{border-radius:14px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@view-transition{navigation:auto}::view-transition-old(root),::view-transition-new(root){animation-duration:.28s}::view-transition-old(root){animation-timing-function:ease-in}::view-transition-new(root){animation-timing-function:cubic-bezier(.2,.7,.2,1)}.z-announce{height:30px;overflow:hidden;background:#081329;color:#f5ead7;border-bottom:1px solid rgba(225,193,125,.25);font:600 9px/30px Poppins,sans-serif;letter-spacing:1.8px;text-transform:uppercase;white-space:nowrap}.z-announce-track{display:flex;gap:22px;width:max-content;min-width:100%;justify-content:space-around;animation:zTicker 28s linear infinite}.z-announce b{color:#e1c17d}@keyframes zTicker{to{transform:translate(-50%)}}.z-wow-marquee{margin:36px -16px 0;overflow:hidden;border-top:1px solid rgba(199,154,82,.25);border-bottom:1px solid rgba(199,154,82,.25);background:#f8f0e3;color:#76552e;padding:10px 0;font:600 10px/16px Poppins;letter-spacing:1.8px;text-transform:uppercase;white-space:nowrap}.z-wow-marquee-track{display:flex;width:max-content;gap:18px;animation:zTicker 32s linear infinite}.z-wow-marquee i{font-style:normal;color:#c79a52}.z-wow-section,.z-wow-look,.z-wow-dark,.z-wow-journal,.z-wow-trust{margin-top:72px}.z-wow-reveal{opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .85s cubic-bezier(.2,.7,.2,1)}.z-wow-reveal.is-visible{opacity:1;transform:none}.z-wow-story{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.z-wow-story-copy{padding:12px 0}.z-wow-story-copy h2,.z-wow-look h2,.z-wow-dark h2,.z-wow-journal h2{font-size:clamp(32px,5vw,56px);line-height:1.02;margin:10px 0 16px;letter-spacing:-.8px}.z-wow-story-copy p,.z-wow-dark p{max-width:520px;color:#6e6459;font-size:15px;line-height:1.8}.z-wow-story-media{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:20px;background:#eadcc8;box-shadow:0 28px 70px #1f150d2e}.z-wow-story-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.z-wow-story-media:hover img{transform:scale(1.045)}.z-wow-stamp{position:absolute;right:18px;bottom:18px;width:76px;height:76px;border:1px solid rgba(225,193,125,.75);border-radius:50%;display:grid;place-items:center;text-align:center;background:#0e1c35d1;color:#e1c17d;font:600 8px/12px Poppins;letter-spacing:1px}.z-wow-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:30px}.z-wow-pillars div{border-top:1px solid rgba(199,154,82,.4);padding-top:10px}.z-wow-pillars span{display:block;color:#b1844a;font-size:10px}.z-wow-pillars b{display:block;font-family:Playfair Display,Georgia,serif;font-size:18px;margin-top:3px}.z-wow-pillars small{color:#8a7b6a;font-size:10px}.z-wow-look-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px}.z-wow-look-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.z-wow-look-side{display:grid;gap:14px}.z-wow-look-card{position:relative;display:block;overflow:hidden;min-height:240px;border-radius:18px;background:#17294b;color:#fff;text-decoration:none}.z-wow-look-card--large{min-height:560px}.z-wow-look-card img{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;transition:transform .9s cubic-bezier(.2,.7,.2,1)}.z-wow-look-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08122405,#081224c7)}.z-wow-look-card:hover img{transform:scale(1.055)}.z-wow-look-card div{position:absolute;z-index:2;left:22px;right:18px;bottom:20px}.z-wow-look-card span{display:block;color:#e1c17d;font:600 9px Poppins;letter-spacing:2px}.z-wow-look-card strong{display:block;font:600 26px/1.1 Playfair Display,Georgia,serif;margin-top:6px}.z-wow-dark{display:grid;grid-template-columns:.9fr 1.1fr;min-height:540px;overflow:hidden;border-radius:24px;background:linear-gradient(125deg,#081329,#17294b 58%,#5b1f2a);box-shadow:0 30px 80px #0e1c3533}.z-wow-dark-copy{padding:64px 48px;align-self:center;color:#fff}.z-wow-dark-copy h2{color:#fff}.z-wow-dark-copy p{color:#f5ead7}.z-wow-light-btn{color:#fff;border-color:#e1c17d}.z-wow-dark-image{min-height:540px;overflow:hidden}.z-wow-dark-image img{width:100%;height:100%;object-fit:cover;display:block;mix-blend-mode:screen;opacity:.9}.z-wow-journal{text-align:center}.z-wow-journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;text-align:left;margin-top:24px}.z-wow-journal-grid article{padding:26px;border:1px solid rgba(199,154,82,.28);border-radius:16px;background:#ffffffad;transition:.3s}.z-wow-journal-grid article:hover{transform:translateY(-5px);box-shadow:0 20px 45px #2e1f121a}.z-wow-journal-grid span{font:600 9px Poppins;letter-spacing:2px;color:#a9793e}.z-wow-journal-grid h3{font-size:25px;margin:10px 0}.z-wow-journal-grid p{color:#6e6459}.z-wow-trust{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(199,154,82,.3);border-bottom:1px solid rgba(199,154,82,.3)}.z-wow-trust div{padding:25px 16px;text-align:center;border-right:1px solid rgba(199,154,82,.25)}.z-wow-trust div:last-child{border-right:0}.z-wow-trust strong{display:block;font:600 11px Poppins;letter-spacing:1.3px;color:#8b6333}.z-wow-trust span{display:block;margin-top:5px;color:#766b5f;font-size:11px}.z-magnetic{will-change:transform}.z-cursor{position:fixed;left:0;top:0;width:18px;height:18px;border:1px solid #c79a52;border-radius:50%;pointer-events:none;z-index:300;opacity:0;transform:translate(-50%,-50%);transition:opacity .2s,width .18s,height .18s}.z-cursor.is-active{opacity:1}.z-cursor-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font:600 5px Poppins;letter-spacing:.3px;color:#c79a52;white-space:nowrap}@media(min-width:900px){body:has(.z-cursor) .z-btn,body:has(.z-cursor) .z-category-card,body:has(.z-cursor) .z-wow-look-card{cursor:none}}@media(max-width:749px){.z-announce{font-size:8px}.z-wow-section,.z-wow-look,.z-wow-dark,.z-wow-journal,.z-wow-trust{margin-top:52px}.z-wow-story,.z-wow-look-grid,.z-wow-dark{grid-template-columns:1fr}.z-wow-story-media{order:-1}.z-wow-look-card--large{min-height:420px}.z-wow-look-side{grid-template-columns:1fr 1fr}.z-wow-look-side .z-wow-look-card{min-height:210px}.z-wow-look-card strong{font-size:19px}.z-wow-dark-copy{padding:42px 24px}.z-wow-dark-image{min-height:400px}.z-wow-journal-grid{grid-template-columns:1fr}.z-wow-trust{grid-template-columns:1fr 1fr}.z-wow-trust div{border-bottom:1px solid rgba(199,154,82,.25)}.z-wow-pillars{gap:8px}.z-wow-pillars b{font-size:15px}}@media(prefers-reduced-motion:reduce){.z-announce-track,.z-wow-marquee-track{animation:none}.z-wow-reveal{opacity:1;transform:none;transition:none}::view-transition-old(root),::view-transition-new(root){animation:none}.z-cursor{display:none}}@media(max-width:749px){html{scroll-padding-top:92px}body{font-size:13px;line-height:1.45;padding-bottom:0}.z-shell{padding-bottom:64px}.z-announce{height:34px;font-size:10.5px;line-height:34px;letter-spacing:1px;padding:0 2px}.z-announce-track{gap:16px}.z-header{height:58px;padding:0 8px;grid-template-columns:1fr auto 1fr}.z-icon{width:38px;height:38px}.z-icon svg{width:20px;height:20px}.z-logo-image{width:108px;height:52px}.z-count{margin-bottom:20px;margin-left:20px}.z-page{width:100%;padding:20px 12px 30px}.z-section{margin-top:28px}.z-hero{min-height:510px;border-radius:0;margin:0 -12px;border-left:0;border-right:0;box-shadow:none}.z-hero-media img{object-position:57% center}.z-hero:after{background:linear-gradient(180deg,#070f1e14 5%,#070f1e2e 35%,#070f1ee0)}.z-hero-copy{max-width:100%;padding:28px 20px 34px;display:flex;flex-direction:column;justify-content:flex-end;min-height:510px}.z-hero-copy h1{font-size:36px;line-height:1.03;margin:8px 0 10px;letter-spacing:-.6px}.z-hero-copy p{font-size:14px;line-height:1.55;margin:0 0 18px;max-width:330px}.z-btn{min-height:46px;padding:11px 16px;border-radius:9px;font-size:13px}.z-hero-copy .z-btn,.z-hero-copy a{width:100%;max-width:280px}.z-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.z-card{padding:8px;border-radius:11px}.z-card:hover{transform:none}.z-price{font-size:13px}.z-luxe-intro{padding:12px 4px 0}.z-luxe-intro h2{font-size:27px}.z-wow-section,.z-wow-look,.z-wow-dark,.z-wow-journal,.z-wow-trust{margin-top:42px}.z-wow-story{gap:20px}.z-wow-story-media{aspect-ratio:4/5;border-radius:15px;box-shadow:0 18px 40px #1f150d24}.z-wow-story-copy h2,.z-wow-look h2,.z-wow-dark h2,.z-wow-journal h2{font-size:32px;line-height:1.05}.z-wow-story-copy p,.z-wow-dark p{font-size:13px;line-height:1.7}.z-wow-pillars{margin-top:22px}.z-wow-pillars b{font-size:14px}.z-wow-look-head{align-items:center;margin-bottom:12px}.z-wow-look-head .z-btn{min-height:40px;padding:9px 11px;font-size:11px}.z-wow-look-grid{gap:10px}.z-wow-look-card{border-radius:13px}.z-wow-look-card--large{min-height:390px}.z-wow-look-side{gap:10px}.z-wow-look-side .z-wow-look-card{min-height:190px}.z-wow-look-card div{left:14px;right:12px;bottom:14px}.z-wow-look-card strong{font-size:18px}.z-wow-dark{min-height:0;border-radius:16px;display:flex;flex-direction:column}.z-wow-dark-copy{padding:34px 20px 28px}.z-wow-dark-image{min-height:330px}.z-wow-journal-grid{gap:10px;margin-top:18px}.z-wow-journal-grid article{padding:19px;border-radius:13px}.z-wow-journal-grid h3{font-size:21px}.z-wow-trust{gap:0}.z-wow-trust div{padding:18px 8px}.z-wow-trust strong,.z-wow-trust span{font-size:9px}.z-bottom{height:62px}.z-bottom a{font-size:8px}.z-bottom svg{width:19px;height:19px}.z-wa,.z-whatsapp{right:13px;bottom:76px;width:52px;height:52px}.z-whatsapp svg{width:31px;height:31px}.z-footer{padding:34px 14px 86px}.z-footer-grid{gap:22px}.z-footer-logo{width:145px}}@media(max-width:380px){.z-logo-image{width:98px}.z-hero-copy h1{font-size:32px}.z-hero,.z-hero-copy{min-height:480px}.z-wow-look-side .z-wow-look-card{min-height:175px}.z-announce{font-size:9.5px}}@media(max-width:749px){.z-page{padding-left:12px;padding-right:12px}.z-backbar{margin:10px 0 14px}.z-filter{top:86px;margin:12px 0}.z-trust{grid-template-columns:repeat(3,1fr)}.z-sticky{bottom:62px;padding:9px 12px}.z-sticky .z-btn{width:100%}.z-toast{bottom:132px;max-width:calc(100vw - 32px);text-align:center}.z-grid{gap:10px}.z-card{padding:7px;border-radius:12px}.z-card h3{font-size:14px;line-height:1.25;margin:7px 1px 3px}.z-card .z-price{font-size:12px}.z-media img,.z-category-media img{border-radius:8px}.z-category-card h3{font-size:16px}.z-category-card span{font-size:11px}.z-footer{padding-bottom:94px}.z-news{flex-direction:column}.z-news .z-btn{width:100%}.z-panel{width:min(92vw,390px);padding:18px}.z-panel nav{margin-top:18px}.z-panel a,.z-search-panel{padding:12px}.z-input{height:48px}}@media(max-width:749px){.shopify-section:has(.product-information){overflow:clip}.product-information{--media-gallery-gap:0!important}.product-information .product-media-gallery{margin-left:-12px;margin-right:-12px}.product-information .product-details{padding:18px 0 28px!important}.product-information .product-title h1{font-family:Playfair Display,Georgia,serif!important;font-size:30px!important;line-height:1.08!important}.product-information .price{font-size:17px!important}.product-information .variant-picker{margin-top:6px}.product-information button,.product-information .button{min-height:48px;border-radius:10px}.product-information .buy-buttons{gap:10px}.main-collection,.search-results{padding-left:12px;padding-right:12px}.main-collection .facets,.search-results .facets{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.main-collection .facets::-webkit-scrollbar,.search-results .facets::-webkit-scrollbar{display:none}.main-cart{padding-left:12px;padding-right:12px}.main-cart .cart-summary{border-radius:14px!important;overflow:hidden}}.z-product-wow{max-width:1180px;margin:24px auto 0;padding:52px 16px 20px}.z-product-wow-head{text-align:center;max-width:720px;margin:0 auto 28px}.z-product-wow-head h2{font-size:clamp(32px,5vw,50px);margin:8px 0 12px}.z-product-wow-head p{color:var(--z-muted);margin:0}.z-product-perks{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px}.z-product-perks>div{padding:20px 16px;border:1px solid var(--z-border);border-radius:15px;background:#ffffffb8;text-align:center}.z-product-perk-icon{display:grid;place-items:center;margin:0 auto 9px;width:36px;height:36px;border:1px solid var(--z-border);border-radius:50%;color:var(--z-gold);font:700 11px Poppins}.z-product-perks strong{display:block;font:600 14px Poppins;color:var(--z-ink)}.z-product-perks small{display:block;margin-top:5px;color:var(--z-muted);font-size:11px;line-height:1.5}.z-product-confidence{margin-top:18px;padding:24px;border-radius:18px;background:linear-gradient(135deg,#0e1c35,#17294b);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.z-product-confidence h3{color:#fff;font-size:28px;margin:7px 0}.z-product-confidence p{color:#f5ead7;margin:0}.z-product-confidence .z-eyebrow{color:var(--z-gold2)}.z-product-accordions{margin-top:16px}@media(max-width:749px){.z-product-wow{margin-top:8px;padding:34px 12px 12px}.z-product-wow-head h2{font-size:30px}.z-product-perks{grid-template-columns:repeat(2,1fr);gap:8px}.z-product-perks>div{padding:15px 9px}.z-product-perks strong{font-size:12px}.z-product-perks small{font-size:10px}.z-product-confidence{display:block;padding:22px 17px}.z-product-confidence h3{font-size:25px}.z-product-confidence .z-btn{width:100%;margin-top:17px}}*,*:before,*:after{box-sizing:border-box}html,body{width:100%;max-width:100%;overflow-x:hidden}body{margin:0}img,svg,video,iframe{max-width:100%}.z-shell{width:100%;max-width:100%;overflow-x:clip}.z-footer,.z-header,.z-announce,.z-bottom,.z-whatsapp{max-width:100vw}.z-news{display:flex!important;width:100%;max-width:420px;gap:8px;align-items:center}.z-news input{min-width:0!important;width:auto!important;flex:1 1 auto!important;max-width:100%!important}.z-news .z-btn{width:52px!important;min-width:52px!important;max-width:52px!important;flex:0 0 52px!important;padding:0!important}.z-footer-grid{min-width:0}.z-footer-grid>div{min-width:0;max-width:100%}.z-footer a,.z-footer p,.z-footer small{overflow-wrap:anywhere}.z-footer{overflow:hidden}@media(min-width:750px){.z-footer-grid{grid-template-columns:1.1fr 1fr 1fr 1.35fr}}@media(max-width:749px){.z-header{width:100%;max-width:100%;overflow:hidden}.z-head{min-width:0}.z-logo{min-width:0;max-width:132px}.z-logo-image{max-width:108px;height:auto}.z-page,.z-section,.z-wow-section,.z-wow-look,.z-wow-dark,.z-wow-journal,.z-wow-trust,.z-product-wow{width:100%;max-width:100%;margin-left:auto;margin-right:auto}.z-page{padding-left:12px;padding-right:12px}.z-footer{width:100%;max-width:100%;padding-left:16px;padding-right:16px}.z-footer-brand{min-width:0;max-width:100%}.z-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px 20px;width:100%}.z-footer-grid>div:last-child{grid-column:1/-1}.z-footer-grid h3{font-size:22px}.z-news{width:100%;max-width:100%}.z-news input{height:48px;padding:0 12px}.z-news .z-btn{height:48px}.z-social{display:flex;gap:10px}.z-social a{width:44px;height:44px}.hero{width:100%!important;max-width:100%!important;min-height:clamp(500px,78svh,680px)!important;height:auto!important;overflow:hidden}.hero .hero__media-container,.hero .hero__media,.hero .hero__media img{width:100%!important;max-width:100%!important;height:100%!important;min-height:clamp(500px,78svh,680px)!important}.hero .hero__media img{object-fit:cover!important;object-position:center 34%!important}.hero .hero__content{min-height:clamp(500px,78svh,680px)!important;padding:32px 20px!important}.hero h1{font-family:Playfair Display,Georgia,serif!important;font-size:clamp(34px,9vw,48px)!important;line-height:1.02!important;text-shadow:0 2px 18px rgba(0,0,0,.28)}.hero p{font-size:14px!important;line-height:1.55!important}.hero .button{min-height:48px!important;padding:12px 18px!important;border-radius:9px!important}.product-list{width:100%!important;max-width:100%!important;margin:0!important;padding:34px 12px 46px!important;background:linear-gradient(180deg,#f7f2e8,#f4efe5)}.product-list__header{margin-bottom:18px!important}.product-list__header h2,.product-list__header h3{font-family:Playfair Display,Georgia,serif!important;font-size:28px!important;line-height:1.1!important;margin:0!important}.product-list .product-grid{gap:12px!important}.product-list .product-card{background:#fffdf8!important;border:1px solid rgba(17,32,58,.1)!important;border-radius:14px!important;overflow:hidden!important;box-shadow:0 8px 24px #141e2d12!important;padding-bottom:10px!important}.product-list .product-card__media,.product-list .product-card__image,.product-list .product-card img{border-radius:0!important;overflow:hidden}.product-list .product-card img{aspect-ratio:4/5!important;object-fit:cover!important}.product-list .product-card__content{padding:8px 10px 4px!important}.product-list .product-card__title{font-size:13px!important;line-height:1.35!important}.product-list .product-card .price{font-size:13px!important;font-weight:600!important}}@media(max-width:390px){.z-footer-grid{gap:20px 12px}.z-footer-grid h3{font-size:20px}.hero,.hero .hero__media-container,.hero .hero__media,.hero .hero__media img,.hero .hero__content{min-height:480px!important}.product-list{padding-left:10px!important;padding-right:10px!important}.product-list .product-grid{gap:8px!important}}.z-luxury-product{width:min(1180px,100%);margin:0 auto;padding:62px 16px 30px;background:linear-gradient(180deg,#f8f3e9,#f5efe5)}.z-luxury-product__intro{text-align:center;max-width:720px;margin:0 auto 30px}.z-luxury-product__intro h2{font-family:Playfair Display,Georgia,serif;font-size:clamp(32px,4.5vw,52px);line-height:1.04;margin:8px 0 10px;color:#12213b}.z-luxury-product__intro p{margin:0;color:#5e5a54}.z-product-facts{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid rgba(18,33,59,.12);border-radius:16px;overflow:hidden;background:#fffdf8;box-shadow:0 12px 35px #12213b0f}.z-product-facts>div{padding:20px 16px;border-right:1px solid rgba(18,33,59,.1)}.z-product-facts>div:last-child{border-right:0}.z-product-facts span{display:block;font-size:9px;letter-spacing:1.5px;color:#9b7a3b;margin-bottom:7px}.z-product-facts strong{display:block;font-size:13px;color:#17263f;line-height:1.35}.z-product-story{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:18px}.z-product-story__copy,.z-product-story__side{border-radius:18px;background:#fffdf8;border:1px solid rgba(18,33,59,.1);padding:28px}.z-product-story__copy h3{font-family:Playfair Display,Georgia,serif;font-size:32px;line-height:1.08;margin:8px 0 18px;color:#12213b}.z-product-description{font-size:14px;line-height:1.8;color:#45423d}.z-product-description img{max-width:100%;height:auto}.z-product-description table{width:100%;display:block;overflow-x:auto}.z-product-mini-card{padding:16px 0;border-bottom:1px solid rgba(18,33,59,.1)}.z-product-mini-card:first-child{padding-top:0}.z-product-mini-card:last-child{border-bottom:0;padding-bottom:0}.z-product-mini-card span{color:#b48a42;font-size:11px;letter-spacing:1px}.z-product-mini-card strong{display:block;margin:4px 0;font-size:15px;color:#17263f}.z-product-mini-card p{margin:0;color:#6c675f;font-size:12px;line-height:1.55}.z-product-confidence{margin-top:18px;padding:26px;border-radius:18px;background:linear-gradient(135deg,#0e1c35,#182b4c);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}.z-product-confidence h3{font-family:Playfair Display,Georgia,serif;color:#fff;font-size:30px;line-height:1.08;margin:7px 0}.z-product-confidence p{color:#f1e5d2;margin:0}.z-product-confidence .z-eyebrow{color:#d5ad64}.z-product-answers{margin-top:18px;background:#fffdf8;border:1px solid rgba(18,33,59,.1);border-radius:18px;overflow:hidden}.z-product-answers details{padding:0 20px;border-bottom:1px solid rgba(18,33,59,.1)}.z-product-answers details:last-child{border-bottom:0}.z-product-answers summary{cursor:pointer;list-style:none;padding:18px 0;font-weight:600;color:#17263f}.z-product-answers summary::-webkit-details-marker{display:none}.z-product-answers summary:after{content:"+";float:right;color:#a67b39;font-size:20px;font-weight:400}.z-product-answers details[open] summary:after{content:"\2212"}.z-product-answers p{margin:0 0 18px;color:#625e57;font-size:13px;line-height:1.7}@media(max-width:749px){.z-luxury-product{padding:38px 12px 16px}.z-luxury-product__intro{margin-bottom:20px}.z-luxury-product__intro h2{font-size:30px}.z-product-facts{grid-template-columns:repeat(2,1fr);border-radius:14px}.z-product-facts>div{padding:15px 12px;border-right:0;border-bottom:1px solid rgba(18,33,59,.1)}.z-product-facts>div:nth-child(odd){border-right:1px solid rgba(18,33,59,.1)}.z-product-facts>div:nth-child(3),.z-product-facts>div:nth-child(4){border-bottom:0}.z-product-story{grid-template-columns:1fr;gap:10px}.z-product-story__copy,.z-product-story__side{padding:20px;border-radius:14px}.z-product-story__copy h3{font-size:27px}.z-product-description{font-size:13px;line-height:1.7}.z-product-confidence{display:block;padding:22px 17px;border-radius:14px}.z-product-confidence h3{font-size:26px}.z-product-confidence .z-btn{width:100%;margin-top:16px}.z-product-answers{border-radius:14px}.z-product-answers details{padding:0 15px}}@media(max-width:749px){html,body,#MainContent{width:100%!important;max-width:100%!important;overflow-x:clip!important}body{touch-action:pan-y}a,button,input,select,summary{min-height:44px}.z-header{position:sticky;top:0}.z-drawer,.z-search{width:100vw;max-width:100vw}.z-panel{width:min(92vw,360px);max-width:92vw}.z-search-panel{width:100vw;max-width:100vw}.z-hero,.z-hero-copy{min-height:clamp(500px,78svh,690px)!important}.z-wow-marquee{margin-left:-12px;margin-right:-12px}.z-wow-story-copy,.z-wow-dark-copy{min-width:0}.z-wow-look-side{grid-template-columns:1fr 1fr}.z-wow-look-card{min-width:0}.z-wow-journal-grid article{min-width:0}.z-product-facts{width:100%;max-width:100%}.z-product-story__copy,.z-product-story__side{min-width:0}.z-product-description{overflow-wrap:anywhere}.z-product-description table{max-width:100%}.z-product-answers,.z-product-confidence{width:100%;max-width:100%}.z-footer-grid{grid-template-columns:1fr 1fr!important}.z-footer-grid>div:last-child{grid-column:1/-1}.z-footer-brand{grid-column:1/-1}.z-news{display:grid!important;grid-template-columns:minmax(0,1fr) 52px!important}.z-news input{width:100%!important;min-width:0!important}.z-news .z-btn{width:52px!important;min-width:52px!important}.product-list .product-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-list .product-card,.product-list .product-card__content{min-width:0!important}.product-list .product-card__title{overflow-wrap:anywhere}.main-collection .product-grid,.search-results .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.main-collection .facets,.search-results .facets{position:sticky;top:86px;z-index:45;background:#f6efe2f5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:6px 0}.main-collection .facets form,.search-results .facets form{max-width:100%;overflow-x:auto}.product-information{width:100%!important;max-width:100%!important}.product-information .product-details{min-width:0!important}.product-information .product-media-gallery,.product-information .product-media-gallery img{width:100%!important;max-width:100%!important}.z-luxury-product{overflow:hidden}}@media(max-width:390px){.z-header{padding-left:6px;padding-right:6px}.z-logo-image{width:98px!important}.z-icon{width:36px;height:36px}.z-hero-copy{padding-left:16px;padding-right:16px}.product-list{padding-left:10px!important;padding-right:10px!important}.product-list .product-grid,.product-grid,.main-collection .product-grid,.search-results .product-grid{gap:8px!important}}@media(prefers-reduced-motion:reduce){.z-wow-reveal{opacity:1!important;transform:none!important}}:root{--z-luxe-shadow:0 18px 50px rgba(14,28,53,.1);--z-soft-gold:rgba(199,154,82,.18)}body{letter-spacing:.005em}button,.z-btn,a{-webkit-tap-highlight-color:transparent}.product-information{background:linear-gradient(180deg,#fffdf8f5,#f6efe2e0);border-radius:18px}.product-information .product-media-gallery{border-radius:14px;overflow:hidden}.product-information .product-media-gallery img{transition:transform .7s cubic-bezier(.2,.7,.2,1)}.product-information .product-media-gallery img:hover{transform:scale(1.015)}.product-information .product-details{background:#fffdf8c2;border:1px solid rgba(199,154,82,.18);border-radius:16px;padding:24px!important;box-shadow:var(--z-luxe-shadow)}.product-information .product-details h1{font-family:Playfair Display,Georgia,serif;letter-spacing:-.02em}.product-information .product-details .price{font-family:Playfair Display,Georgia,serif}.product-information .product-details .variant-picker button{border-radius:10px}.product-information .product-details .buy-buttons button{min-height:52px;border-radius:10px}.product-recommendations{background:linear-gradient(180deg,#f6efe2,#efe2cf)}@media(max-width:749px){.product-information{border-radius:0;background:transparent}.product-information .product-media-gallery{border-radius:0;margin-inline:-12px;width:calc(100% + 24px)!important}.product-information .product-details{border-radius:14px;padding:20px 16px!important;margin-top:12px;box-shadow:0 12px 35px #0e1c3512}.product-information .product-details h1{font-size:clamp(28px,8vw,36px)!important;line-height:1.05}.product-information .product-details .price{font-size:20px}.product-information .product-details .buy-buttons button{width:100%;min-height:54px}.product-information .product-details .variant-picker button{min-height:46px}.product-recommendations{margin-top:12px}.product-recommendations .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-recommendations .product-card{min-width:0}.cart__summary,.cart-summary{position:relative;border-radius:14px;margin-inline:10px;box-shadow:0 12px 35px #0e1c3514}footer .email-signup{width:100%!important;max-width:100%!important}footer input{min-width:0!important;width:100%!important}footer details summary{min-height:48px;display:flex;align-items:center;justify-content:space-between}.z-bottom{padding-bottom:env(safe-area-inset-bottom);height:calc(58px + env(safe-area-inset-bottom))}.z-wa,.z-whatsapp{bottom:calc(76px + env(safe-area-inset-bottom))}.z-sticky{bottom:calc(58px + env(safe-area-inset-bottom))}}@media(min-width:750px){.product-information{padding:10px}.product-information .product-details{position:sticky;top:86px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/zorex.css.map */
