@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&family=Montserrat:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0804;--bg-card:#12100d;--fg:#f2efe9;--fg-muted:#a09070;--border:#2a251f;--gold:#c9a96e;--serif:"Cormorant Garamond",serif;--sans:"Montserrat",sans-serif}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.zh-body{background:var(--bg);color:var(--fg);font-family:var(--sans);font-weight:300;overflow-x:hidden;line-height:1.6}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4,h5,h6{font-family:var(--serif);font-weight:400;letter-spacing:.02em}a{color:inherit;text-decoration:none}button{font-family:var(--sans);cursor:pointer}.zh-container{max-width:1280px;margin:0 auto;padding:0 3rem}@media(max-width:768px){.zh-container{padding:0 1.5rem}}.zh-section{padding:7rem 0}.zh-bg-card{background:var(--bg-card)}.zh-eyebrow{display:block;font-family:var(--sans);font-size:.62rem;letter-spacing:.28em;text-transform:uppercase;color:var(--gold);margin-bottom:1.1rem}.zh-heading{font-family:var(--serif);font-size:clamp(2rem,4vw,3.25rem);font-weight:300;color:var(--fg);line-height:1.15;margin:0 0 1.5rem}.zh-heading--xl{font-size:clamp(2.5rem,5vw,4.5rem)}.zh-gold{color:var(--gold);font-style:italic}.zh-body-text{font-family:var(--sans);color:var(--fg-muted);font-weight:300;line-height:1.8;font-size:.95rem}.zh-link-underline{font-family:var(--sans);font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);text-decoration:none;border-bottom:1px solid var(--gold);padding-bottom:2px;transition:color .3s,border-color .3s;display:inline-block}.zh-link-underline:hover{color:var(--fg);border-color:var(--fg)}.zh-link-subtle{font-family:var(--sans);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--fg-muted);text-decoration:none;display:inline-flex;align-items:center;gap:.4rem;transition:color .3s}.zh-link-subtle:hover{color:var(--gold)}.zh-btn{display:inline-flex;align-items:center;gap:.8rem;font-family:var(--sans);font-size:.62rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;border:none;transition:background .4s,color .4s}.zh-btn--primary{background:var(--gold);color:var(--bg);padding:1rem 2.5rem}.zh-btn--primary:hover{background:var(--fg)}.zh-btn__arrow{transition:transform .3s}.zh-btn--primary:hover .zh-btn__arrow{transform:translate(4px)}.zh-btn--outline{background:transparent;color:var(--gold);border:1px solid var(--gold);padding:.85rem 2rem}.zh-btn--outline:hover{background:var(--gold);color:var(--bg)}.zh-btn--cart{display:block;width:100%;background:var(--gold);color:var(--bg);padding:.8rem;text-align:center;border:none;font-family:var(--sans);font-size:.58rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;transition:background .3s}.zh-btn--cart:hover{background:#fff}.zh-btn--sold-out{opacity:.5;cursor:not-allowed}.zh-announcement-bar{width:100%;background:var(--gold);color:var(--bg);font-family:var(--sans);font-size:.6rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;padding:9px 0;overflow:hidden;position:relative;z-index:1000}.zh-announcement-track{display:flex;width:max-content;animation:zh-marquee 32s linear infinite;white-space:nowrap}.zh-announcement-track:hover{animation-play-state:paused}.zh-announcement-item{display:inline-flex;align-items:center;padding:0 2rem}@keyframes zh-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.zh-header{position:fixed;top:35px;width:100%;z-index:900;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 3rem;background:#0a0804e0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(42,37,31,.5);transition:background .3s,top .3s}@media(max-width:768px){.zh-header{padding:1.25rem 1.5rem;top:33px}}.zh-header.scrolled{background:#0a0804f7}.zh-header__logo{font-family:var(--serif);font-size:1.4rem;letter-spacing:.25em;color:var(--gold);text-decoration:none;position:absolute;left:50%;transform:translate(-50%)}.zh-header__menu-btn,.zh-header__cart{background:none;border:none;color:var(--fg-muted);padding:.4rem;transition:color .3s;display:flex;align-items:center;text-decoration:none}.zh-header__menu-btn:hover,.zh-header__cart:hover{color:var(--gold)}.zh-header__cart{position:relative}.zh-header__cart-dot{position:absolute;top:4px;right:4px;width:7px;height:7px;background:var(--gold);border-radius:50%}.zh-mobile-nav{position:fixed;top:0;left:-280px;width:280px;height:100vh;background:#0e0b07;border-right:1px solid var(--border);z-index:9500;padding:5rem 2rem 2rem;display:flex;flex-direction:column;gap:1.5rem;transition:left .4s cubic-bezier(.16,1,.3,1)}.zh-mobile-nav.is-open{left:0}.zh-mobile-nav a{font-family:var(--serif);font-size:1.4rem;color:var(--fg);text-decoration:none;transition:color .3s}.zh-mobile-nav a:hover{color:var(--gold)}.zh-mobile-nav__close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:var(--fg-muted);font-size:1.6rem;cursor:pointer;transition:color .2s}.zh-mobile-nav__close:hover{color:var(--gold)}.zh-mobile-nav__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9400;opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.zh-mobile-nav__backdrop.is-open{opacity:1;visibility:visible}.zh-hero{position:relative;height:100dvh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding-top:90px}.zh-hero__img-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block}.zh-hero__bg-img{width:100%;height:100%;object-fit:cover;opacity:.6;transform:scale(1.05);transition:transform 8s ease}.zh-hero:hover .zh-hero__bg-img{transform:scale(1.08)}.zh-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a080459,#0a080426,#0a0804)}.zh-hero__content{position:relative;z-index:10;text-align:center;max-width:860px;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center}.zh-hero__headline{font-family:var(--serif);font-size:clamp(3rem,8vw,6.5rem);font-weight:300;color:var(--fg);line-height:1.1;letter-spacing:.02em;margin:0 0 1.75rem}.zh-hero__sub{font-family:var(--sans);color:var(--fg-muted);font-size:1rem;font-weight:300;line-height:1.8;max-width:500px;margin:0 auto 2.75rem}.zh-brand-story{padding:8rem 0}.zh-brand-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.zh-brand-story__grid{grid-template-columns:1fr;gap:2.5rem}}.zh-brand-story__img-wrap{position:relative;aspect-ratio:3/4;max-width:400px;margin:0 auto;overflow:hidden;display:block}.zh-brand-story__img{width:100%;height:100%;object-fit:cover;transition:transform 1s ease}.zh-brand-story__img-wrap:hover .zh-brand-story__img{transform:scale(1.05)}.zh-brand-story__img-border{position:absolute;top:1rem;right:1rem;bottom:1rem;left:1rem;border:1px solid rgba(201,169,110,.2);pointer-events:none}.zh-brand-story__copy{display:flex;flex-direction:column;align-items:flex-start}.zh-brand-story__copy .zh-body-text{margin-bottom:2rem}.zh-collections-section{padding:6rem 0}.zh-collections__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem;gap:1rem}.zh-slider-arrows{display:flex;gap:.5rem}.zh-slider-arrow{width:40px;height:40px;border:1px solid var(--border);background:transparent;color:var(--fg-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.4rem;line-height:1;transition:border-color .3s,color .3s}.zh-slider-arrow:hover{border-color:var(--gold);color:var(--gold)}.zh-slider-viewport{overflow:hidden}.zh-slider-track{display:flex;gap:1.25rem;transition:transform .5s cubic-bezier(.16,1,.3,1)}.zh-cat-card{flex:0 0 calc(33.333% - .85rem);aspect-ratio:3/4;overflow:hidden;display:block;text-decoration:none;position:relative}@media(max-width:1024px){.zh-cat-card{flex:0 0 calc(50% - .625rem)}}@media(max-width:600px){.zh-cat-card{flex:0 0 85%}}.zh-cat-card img{width:100%;height:100%;object-fit:cover;opacity:.8;transition:transform .9s ease,opacity .5s ease}.zh-cat-card:hover img{transform:scale(1.08);opacity:1}.zh-cat-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;transition:background .5s}.zh-cat-card:hover .zh-cat-card__overlay{background:#00000026}.zh-cat-card__glow{position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 2px var(--gold);pointer-events:none;opacity:.55}.zh-cat-card__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:1.75rem 1.25rem;gap:.4rem}.zh-cat-card__badge{font-family:var(--sans);font-size:.5rem;letter-spacing:.25em;text-transform:uppercase;color:var(--bg);background:var(--gold);padding:.25rem .65rem;margin-bottom:.4rem}.zh-cat-card__content h3{font-family:var(--serif);font-size:1.6rem;color:#fff;margin:0;font-weight:400}.zh-cat-card__cta{font-family:var(--sans);font-size:.55rem;letter-spacing:.22em;text-transform:uppercase;color:#ffffffbf;transition:color .3s}.zh-cat-card:hover .zh-cat-card__cta{color:var(--gold)}.zh-featured{background:var(--bg);padding:8rem 0}.zh-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3.5rem;gap:1rem;flex-wrap:wrap}.zh-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}@media(max-width:1024px){.zh-products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.zh-products-grid{grid-template-columns:1fr}}.zh-product-card{display:flex;flex-direction:column}.zh-product-card__img-wrap{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--bg-card);margin-bottom:1.25rem}.zh-product-card__img-link{display:block;width:100%;height:100%}.zh-product-card__img-link img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.zh-product-card:hover .zh-product-card__img-link img{transform:scale(1.06)}.zh-product-card__hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000002e;opacity:0;transition:opacity .5s;pointer-events:none}.zh-product-card:hover .zh-product-card__hover-overlay{opacity:1}.zh-product-card__cta-wrap{position:absolute;bottom:0;left:0;width:100%;padding:.75rem;transform:translateY(100%);transition:transform .45s cubic-bezier(.16,1,.3,1);z-index:20}.zh-product-card:hover .zh-product-card__cta-wrap{transform:translateY(0)}.zh-product-card__info{display:flex;flex-direction:column;align-items:center;text-align:center;text-decoration:none;gap:.3rem}.zh-product-card__cat{font-family:var(--sans);font-size:.55rem;letter-spacing:.22em;text-transform:uppercase;color:var(--fg-muted)}.zh-product-card__name{font-family:var(--serif);font-size:1.05rem;color:var(--fg);font-weight:400;margin:0;transition:color .3s}.zh-product-card__info:hover .zh-product-card__name{color:var(--gold)}.zh-product-card__price{font-family:var(--sans);color:var(--gold);font-size:.8rem;letter-spacing:.1em;font-weight:300}.zh-product-card__placeholder{width:100%;height:100%;background:var(--bg-card)}.zh-craft{position:relative;padding:10rem 0;overflow:hidden}.zh-craft__bg-link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:block}.zh-craft__bg-img{width:100%;height:100%;object-fit:cover;opacity:.28;transition:opacity .5s,transform 8s ease}.zh-craft:hover .zh-craft__bg-img{opacity:.38;transform:scale(1.03)}.zh-craft__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--bg) 0%,transparent 50%,var(--bg) 100%);z-index:1;pointer-events:none}.zh-craft__content{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column;align-items:center}.zh-craft__sub{max-width:580px;margin:0 auto 2.5rem}.zh-testimonials{padding:6rem 0}.zh-testimonials__inner{max-width:780px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.zh-testimonials__quote{font-family:var(--serif);font-style:italic;font-size:clamp(1.2rem,2.5vw,1.7rem);color:var(--fg);line-height:1.7;margin:0 0 2rem;font-weight:300}.zh-testimonials__author{display:flex;flex-direction:column;gap:.3rem}.zh-testimonials__name{font-family:var(--sans);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;color:var(--gold)}.zh-testimonials__loc{font-family:var(--sans);font-size:.78rem;color:var(--fg-muted);font-weight:300}.zh-footer{background:var(--bg);border-top:1px solid var(--border);padding-top:5rem;padding-bottom:2.5rem}.zh-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:4rem}@media(max-width:768px){.zh-footer__grid{grid-template-columns:1fr;gap:2rem}}.zh-footer__logo{font-family:var(--serif);font-size:1.75rem;letter-spacing:.25em;color:var(--gold);display:block;margin-bottom:1.25rem}.zh-footer__tagline{font-family:var(--sans);color:var(--fg-muted);font-size:.82rem;font-weight:300;line-height:1.8;max-width:270px;margin-bottom:1.75rem}.zh-footer__newsletter{display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--border);padding-bottom:.5rem;max-width:380px;transition:border-color .3s}.zh-footer__newsletter:focus-within{border-color:var(--gold)}.zh-footer__nl-input{background:transparent;border:none;color:var(--fg);font-size:.75rem;font-family:var(--sans);font-weight:300;flex:1;outline:none;min-width:0}.zh-footer__nl-input::placeholder{color:#a0907080}.zh-footer__nl-btn{background:none;border:none;cursor:pointer;color:var(--gold);font-family:var(--sans);font-size:.6rem;letter-spacing:.15em;text-transform:uppercase;font-weight:600;white-space:nowrap;transition:color .3s;padding:0}.zh-footer__nl-btn:hover{color:var(--fg)}.zh-footer__nav-title{font-family:var(--sans);font-size:.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#f2efe9bf;margin:0 0 1.75rem}.zh-footer__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.zh-footer__nav-list a{font-family:var(--sans);font-size:.82rem;color:var(--fg-muted);font-weight:300;text-decoration:none;transition:color .3s}.zh-footer__nav-list a:hover{color:var(--gold)}.zh-footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border);font-family:var(--sans);font-size:.7rem;color:var(--fg-muted);font-weight:300;flex-wrap:wrap;gap:1rem}.zh-footer__legal{display:flex;gap:1.5rem;flex-wrap:wrap}.zh-footer__legal a{color:var(--fg-muted);text-decoration:none;transition:color .3s}.zh-footer__legal a:hover{color:var(--gold)}.zh-whatsapp-fab{position:fixed;bottom:2rem;right:2rem;z-index:9999;display:flex;align-items:center;gap:.6rem;background:#25d366;color:#fff;padding:.75rem 1.25rem .75rem .9rem;border-radius:50px;text-decoration:none;box-shadow:0 4px 24px #25d36659,0 2px 8px #0000004d;transition:transform .25s ease,box-shadow .25s ease;font-family:var(--sans)}.zh-whatsapp-fab:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 8px 32px #25d36680,0 4px 12px #0000004d}.zh-whatsapp-fab__label{font-size:.62rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}@media(max-width:480px){.zh-whatsapp-fab{padding:.85rem;border-radius:50%}.zh-whatsapp-fab__label{display:none}}.zh-nl-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:zh-fade-in .35s ease}@keyframes zh-fade-in{0%{opacity:0}to{opacity:1}}.zh-nl-modal{position:relative;background:#0e0b07;border:1px solid var(--border);max-width:420px;width:100%;padding:3rem 2.5rem 2rem;text-align:center;animation:zh-slide-up .4s cubic-bezier(.16,1,.3,1);box-shadow:0 32px 80px #0009}@keyframes zh-slide-up{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.zh-nl-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:var(--fg-muted);font-size:1.5rem;line-height:1;padding:.25rem;transition:color .2s}.zh-nl-close:hover{color:var(--gold)}.zh-nl-badge{display:inline-block;font-family:var(--sans);font-size:.55rem;letter-spacing:.25em;text-transform:uppercase;color:var(--bg);background:var(--gold);padding:.3rem .9rem;margin-bottom:1.5rem}.zh-nl-title{font-family:var(--serif);font-size:2.2rem;font-weight:300;color:var(--fg);line-height:1.2;margin-bottom:1rem}.zh-nl-title em{color:var(--gold);font-style:italic}.zh-nl-sub{font-family:var(--sans);font-size:.75rem;color:var(--fg-muted);font-weight:300;line-height:1.8;margin-bottom:1.75rem}.zh-nl-form{display:flex;flex-direction:column;gap:.75rem}.zh-nl-input{background:#1a150e;border:1px solid var(--border);color:var(--fg);padding:.85rem 1rem;font-family:var(--sans);font-size:.8rem;font-weight:300;outline:none;transition:border-color .3s;width:100%}.zh-nl-input:focus{border-color:var(--gold)}.zh-nl-input::placeholder{color:#a0907080}.zh-nl-btn{background:var(--gold);color:var(--bg);border:none;padding:.9rem;font-family:var(--sans);font-size:.65rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background .3s}.zh-nl-btn:hover{background:var(--fg)}.zh-nl-fine{font-family:var(--sans);font-size:.6rem;color:#a0907080;margin-top:1rem}.zh-policies-page{padding-top:110px;min-height:80vh}.zh-policies-hero{text-align:center;padding:5rem 1.5rem 4rem;border-bottom:1px solid var(--border)}.zh-policies-hero__sub{font-family:var(--sans);color:var(--fg-muted);font-weight:300;font-size:.9rem;max-width:480px;margin:0 auto;line-height:1.8}.zh-policies-container{max-width:800px;margin:0 auto;padding:4rem 1.5rem 6rem;display:flex;flex-direction:column;gap:3.5rem}.zh-policy-section__title{font-family:var(--serif);font-size:1.75rem;font-weight:300;color:var(--gold);margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.zh-policy-section__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.zh-policy-section__list li{display:flex;align-items:flex-start;gap:.75rem;font-family:var(--sans);font-size:.85rem;color:var(--fg-muted);font-weight:300;line-height:1.8}.zh-policy-section__dot{width:4px;height:4px;background:var(--gold);border-radius:50%;flex-shrink:0;margin-top:.65rem}.zh-cart-page{padding-top:110px;min-height:80vh}.zh-collection-page{min-height:80vh}.zh-fade-up{opacity:0;transform:translateY(32px);transition:opacity .8s ease,transform .8s ease}.zh-fade-up.is-visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/22/assets/theme.css.map */
