:root{--black: #0A0A0A;--deep: #111111;--surface: #1C1C1C;--border: #2A2A2A;--gold: #C9A84C;--gold-lt: #E8C97A;--gold-dk: #9A7A2E;--ivory: #F5F0E8;--muted: #888880;--saffron: #E8720C;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", system-ui, sans-serif;--gold-grad: linear-gradient(135deg, #9A7A2E 0%, #C9A84C 40%, #E8C97A 60%, #C9A84C 100%);--page-w: 1280px;--r: 2px;--ease: cubic-bezier(.25, .46, .45, .94)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{background:var(--black);color:var(--ivory);font-family:var(--font-body);font-weight:300;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}ul{list-style:none}input,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none}.skip-link{position:absolute;top:-100px;left:1rem;z-index:9999;background:var(--gold);color:var(--black);padding:.5rem 1rem;font-size:.875rem;font-weight:600}.skip-link:focus{top:1rem}.wrap{max-width:var(--page-w);margin:0 auto;padding:0 2rem}@media(max-width:768px){.wrap{padding:0 1rem}}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;line-height:1.15}h1{font-size:clamp(2.5rem,7vw,5rem)}h2{font-size:clamp(2rem,5vw,3.5rem)}h3{font-size:clamp(1.4rem,3vw,2rem)}h4{font-size:clamp(1.1rem,2vw,1.4rem)}.section-label{font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;display:block}.gold-line{width:40px;height:1px;background:var(--gold-grad);display:block;margin:1.25rem auto}.gold-line--left{margin-left:0}.btn{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 2.25rem;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;transition:all .3s var(--ease);cursor:pointer;white-space:nowrap}.btn-primary{background:var(--gold-grad);color:var(--black);border:none}.btn-primary:hover{opacity:.88;transform:translateY(-1px)}.btn-outline{background:transparent;color:var(--gold);border:1px solid var(--gold)}.btn-outline:hover{background:var(--gold);color:var(--black)}.btn-ghost{background:transparent;color:var(--ivory);border:1px solid rgba(245,240,232,.25)}.btn-ghost:hover{border-color:var(--gold);color:var(--gold)}.ann-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem 1rem;text-align:center;font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:var(--gold-lt)}.site-header{position:sticky;top:0;z-index:500;background:#0a0a0af7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:0 4px 32px #0009}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px;padding:0 2rem;gap:1rem}.header-left{display:flex;align-items:center;gap:.25rem}.header-center{display:flex;justify-content:center}.header-right{display:flex;align-items:center;justify-content:flex-end;gap:.25rem}.header-logo{font-family:var(--font-display);font-size:1.625rem;font-weight:600;letter-spacing:.12em;color:var(--gold);text-transform:uppercase;white-space:nowrap;line-height:1}.header-logo img{max-height:40px;width:auto}.header-nav{display:flex;align-items:center;gap:0}.header-nav a{padding:.5rem 1rem;font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);transition:color .2s ease}.header-nav a:hover{color:var(--gold)}.hdr-btn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--muted);transition:color .2s ease;position:relative;flex-shrink:0}.hdr-btn:hover{color:var(--gold)}.hdr-btn svg{width:20px;height:20px}.hdr-btn .badge{position:absolute;top:6px;right:6px;width:15px;height:15px;background:var(--saffron);color:#fff;font-size:.55rem;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.hdr-btn .badge:empty{display:none}.menu-toggle{display:none}@media(max-width:991px){.header-inner{grid-template-columns:42px 1fr 126px;padding:0 1rem;height:56px}.header-nav{display:none}.menu-toggle{display:flex}.header-left{gap:0}}@media(max-width:360px){.header-inner{grid-template-columns:42px 1fr 84px}.hdr-btn:nth-child(2){display:none}}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;pointer-events:none;visibility:hidden}.mobile-menu.open{pointer-events:auto;visibility:visible}.mobile-menu__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000bf;opacity:0;transition:opacity .35s ease}.mobile-menu.open .mobile-menu__overlay{opacity:1}.mobile-menu__panel{position:absolute;top:0;left:0;width:300px;max-width:88vw;height:100%;background:var(--deep);border-right:1px solid var(--border);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .4s var(--ease);overflow-y:auto}.mobile-menu.open .mobile-menu__panel{transform:translate(0)}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.mobile-menu__brand{font-family:var(--font-display);font-size:1.25rem;font-weight:600;letter-spacing:.12em;color:var(--gold)}.mobile-menu__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;color:var(--muted);transition:all .2s ease}.mobile-menu__close:hover{color:var(--gold);border-color:var(--gold)}.mobile-menu__nav{padding:1rem 0;flex:1}.mobile-menu__link{display:block;padding:.875rem 1.5rem;font-size:.8125rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--ivory);border-bottom:1px solid var(--border);transition:color .2s ease,padding .2s ease}.mobile-menu__link:hover{color:var(--gold);padding-left:2rem}.mobile-menu__footer{padding:1.5rem;border-top:1px solid var(--border)}.mobile-menu__tagline{font-family:var(--font-display);font-style:italic;color:var(--muted);font-size:.9375rem}.hero{position:relative;height:clamp(480px,88vh,900px);overflow:hidden;background:var(--deep)}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease}.hero-slide.active{opacity:1}.hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-slide__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0a0a0a26,#0a0a0a8c)}.hero-content{position:absolute;bottom:10%;left:0;right:0;padding:0 2rem;max-width:680px}.hero-content .section-label{color:var(--gold-lt)}.hero-content h1{font-weight:300;font-style:italic;color:var(--ivory);margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.4)}.hero-content p{font-size:1.0625rem;color:#f5f0e8cc;margin-bottom:2rem;font-weight:300;max-width:460px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-dots{position:absolute;bottom:2rem;right:2rem;display:flex;gap:.5rem}.hero-dot{width:24px;height:2px;background:#f5f0e84d;cursor:pointer;transition:all .3s ease}.hero-dot.active{background:var(--gold);width:40px}.hero-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#111,#1a1a1a,#0f0f0f);display:flex;align-items:center;justify-content:center}.hero-placeholder-text{font-family:var(--font-display);font-size:clamp(4rem,12vw,9rem);font-weight:300;font-style:italic;color:#c9a84c14;letter-spacing:.05em;-webkit-user-select:none;user-select:none}@media(max-width:600px){.hero{height:clamp(380px,75vh,580px)}.hero-content{bottom:5rem;padding:0 1rem}.hero-dots{bottom:1.5rem;right:1rem}}.trust-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:1rem 0;overflow:hidden}.trust-bar__inner{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;padding:0 2rem}.trust-item{display:flex;align-items:center;gap:.625rem;font-size:.7rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);white-space:nowrap}.trust-item svg{color:var(--gold);flex-shrink:0}@media(max-width:600px){.trust-bar__inner{gap:1.5rem;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;padding:0 1rem;scrollbar-width:none}.trust-bar__inner::-webkit-scrollbar{display:none}}.section{padding:clamp(4rem,8vw,7rem) 0}.section-header{text-align:center;margin-bottom:clamp(2.5rem,5vw,4rem)}.section-header h2{color:var(--ivory)}.section-header p{color:var(--muted);margin-top:.75rem;font-size:1rem;font-weight:300;max-width:480px;margin-left:auto;margin-right:auto}.devotion-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.devotion-card{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--r);cursor:pointer;display:block}.devotion-card img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.devotion-card:hover img{transform:scale(1.07)}.devotion-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,10,10,.85) 0%,rgba(10,10,10,.1) 55%,transparent 100%);transition:background .5s ease}.devotion-card:hover .devotion-card__overlay{background:linear-gradient(to top,rgba(10,10,10,.75) 0%,rgba(10,10,10,.2) 55%,transparent 100%)}.devotion-card__content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1.25rem}.devotion-card__label{font-size:.625rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);font-weight:500;margin-bottom:.375rem}.devotion-card__name{font-family:var(--font-display);font-size:clamp(1.1rem,2.5vw,1.5rem);color:var(--ivory);font-weight:400;line-height:1.2}.devotion-card__cta{display:inline-block;margin-top:.75rem;font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);font-weight:500;opacity:0;transform:translateY(4px);transition:all .3s ease}.devotion-card:hover .devotion-card__cta{opacity:1;transform:translateY(0)}.devotion-placeholder{width:100%;height:100%;background:var(--surface);display:flex;align-items:center;justify-content:center}.devotion-placeholder svg{width:48px;height:48px;color:var(--border)}@media(max-width:900px){.devotion-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.devotion-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:380px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}.product-card{display:block;position:relative;cursor:pointer}.product-card__img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--surface);border-radius:var(--r);margin-bottom:.875rem}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.product-card:hover .product-card__img{transform:scale(1.06)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;font-size:.5625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.25rem .625rem;border-radius:1px;z-index:2}.badge-new{background:var(--gold);color:var(--black)}.badge-sale{background:var(--saffron);color:#fff}.badge-sold{background:var(--surface);color:var(--muted);border:1px solid var(--border)}.product-card__quick{position:absolute;bottom:0;left:0;right:0;background:#0a0a0aeb;padding:.875rem;text-align:center;font-size:.6875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);transform:translateY(100%);transition:transform .3s var(--ease)}.product-card:hover .product-card__quick{transform:translateY(0)}.product-card__name{font-family:var(--font-display);font-size:1.0625rem;font-weight:400;color:var(--ivory);margin-bottom:.375rem;line-height:1.3}.product-card__sub{font-size:.75rem;color:var(--muted);letter-spacing:.06em;margin-bottom:.5rem}.product-card__price{display:flex;align-items:center;gap:.625rem}.price-current{font-family:var(--font-body);font-size:.9375rem;font-weight:500;color:var(--gold)}.price-compare{font-size:.8125rem;color:var(--muted);text-decoration:line-through}.product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--surface)}.product-placeholder svg{width:40%;height:40%;color:var(--border)}.products-slider-wrap{position:relative}.products-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.products-track::-webkit-scrollbar{display:none}.products-track .product-card{flex:0 0 calc(25% - 1rem);min-width:220px;scroll-snap-align:start}@media(max-width:900px){.products-track .product-card{flex:0 0 calc(50% - .75rem)}}@media(max-width:480px){.products-track .product-card{flex:0 0 70vw;min-width:200px}}.slider-nav{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.slider-btn{width:44px;height:44px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .2s ease}.slider-btn:hover{border-color:var(--gold);color:var(--gold)}.slider-btn svg{width:18px;height:18px}.why-section{background:var(--deep)}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.why-card{text-align:center;padding:2.5rem 1.5rem}.why-card__icon{width:56px;height:56px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;color:var(--gold)}.why-card__icon svg{width:24px;height:24px}.why-card h4{font-family:var(--font-display);font-size:1.125rem;color:var(--ivory);margin-bottom:.625rem}.why-card p{font-size:.875rem;color:var(--muted);line-height:1.7}@media(max-width:900px){.why-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:480px){.why-grid{grid-template-columns:1fr 1fr}.why-card{padding:1.5rem 1rem}}.story-section{overflow:hidden}.story-inner{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.story-img{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--r)}.story-img img{width:100%;height:100%;object-fit:cover}.story-img:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:1px solid rgba(201,168,76,.15);border-radius:var(--r);pointer-events:none}.story-img__accent{position:absolute;bottom:-1.5rem;right:-1.5rem;width:60%;height:60%;border:1px solid rgba(201,168,76,.12);border-radius:var(--r);z-index:-1}.story-text{padding:2rem 0}.story-text h2{color:var(--ivory);margin-bottom:1.5rem}.story-text p{color:var(--muted);font-size:1rem;line-height:1.8;margin-bottom:1.25rem}.story-stat{display:flex;gap:2.5rem;margin:2.5rem 0;padding:2rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat-num{font-family:var(--font-display);font-size:2.5rem;color:var(--gold);line-height:1;display:block}.stat-label{font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-top:.25rem;display:block}@media(max-width:900px){.story-inner{grid-template-columns:1fr;gap:3rem}.story-img{max-width:420px;margin:0 auto}}.reviews-section{background:var(--surface)}.reviews-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem}.reviews-track::-webkit-scrollbar{display:none}.review-card{flex:0 0 340px;scroll-snap-align:start;background:var(--deep);border:1px solid var(--border);border-radius:var(--r);padding:2rem}.review-stars{display:flex;gap:.25rem;color:var(--gold);margin-bottom:1rem}.review-stars svg{width:14px;height:14px}.review-text{font-size:.9375rem;color:var(--ivory);line-height:1.7;margin-bottom:1.25rem;font-weight:300;font-style:italic;font-family:var(--font-display)}.review-author{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}@media(max-width:600px){.review-card{flex:0 0 85vw;padding:1.5rem}}.cta-section{position:relative;padding:clamp(5rem,10vw,9rem) 0;text-align:center;overflow:hidden;background:var(--deep)}.cta-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(201,168,76,.06) 0%,transparent 70%);pointer-events:none}.cta-inner{position:relative;z-index:1}.cta-inner h2{font-weight:300;font-style:italic;color:var(--ivory);margin-bottom:1rem}.cta-inner p{color:var(--muted);margin-bottom:2.5rem;font-size:1rem}.cta-inner .gold-line{margin:1rem auto 2rem}.insta-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}.insta-item{aspect-ratio:1;overflow:hidden;background:var(--surface);cursor:pointer;position:relative}.insta-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s var(--ease)}.insta-item:hover img{transform:scale(1.08)}.insta-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#c9a84c26;opacity:0;transition:opacity .3s ease}.insta-item:hover:after{opacity:1}.insta-placeholder{width:100%;height:100%;background:var(--surface)}@media(max-width:768px){.insta-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.insta-grid{grid-template-columns:repeat(3,1fr);gap:.25rem}}.site-footer{background:var(--deep);border-top:1px solid var(--border);padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-brand__logo{font-family:var(--font-display);font-size:1.5rem;font-weight:600;letter-spacing:.12em;color:var(--gold);margin-bottom:1rem}.footer-brand__tagline{font-family:var(--font-display);font-style:italic;color:var(--muted);font-size:.9375rem;margin-bottom:1.5rem}.footer-brand__desc{font-size:.875rem;color:var(--muted);line-height:1.7;max-width:260px}.footer-col h5{font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem}.footer-col a{display:block;font-size:.875rem;color:var(--muted);margin-bottom:.75rem;transition:color .2s ease}.footer-col a:hover{color:var(--ivory)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:2rem;border-top:1px solid var(--border);gap:1rem;flex-wrap:wrap}.footer-copy{font-size:.75rem;color:var(--muted)}.footer-social{display:flex;gap:1rem}.footer-social a{width:36px;height:36px;border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted);transition:all .2s ease}.footer-social a:hover{border-color:var(--gold);color:var(--gold)}.footer-social svg{width:15px;height:15px}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:560px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;text-align:center}}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100%;background:var(--deep);border-left:1px solid var(--border);z-index:800;transform:translate(100%);transition:transform .4s var(--ease);display:flex;flex-direction:column}.cart-drawer.open{transform:translate(0)}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:799;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.show{opacity:1;pointer-events:auto}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-drawer__title{font-family:var(--font-display);font-size:1.25rem;color:var(--ivory)}.cart-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:50%;color:var(--muted);transition:all .2s ease}.cart-close:hover{color:var(--gold);border-color:var(--gold)}.cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;padding:3rem 1rem}.cart-empty svg{width:48px;height:48px;color:var(--border);margin:0 auto 1rem}.cart-empty p{color:var(--muted);font-size:.9375rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border);align-items:start}.cart-item:last-child{border-bottom:none}.cart-item__img{aspect-ratio:1;object-fit:cover;border-radius:var(--r);background:var(--surface)}.cart-item__name{font-size:.9375rem;color:var(--ivory);margin-bottom:.25rem;font-family:var(--font-display)}.cart-item__variant{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.cart-item__price{font-size:.9375rem;color:var(--gold)}.cart-qty{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-qty button{width:26px;height:26px;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:1rem;transition:all .2s ease}.cart-qty button:hover{border-color:var(--gold);color:var(--gold)}.cart-qty span{font-size:.875rem;min-width:20px;text-align:center}.cart-remove{color:var(--muted);font-size:.75rem;cursor:pointer;transition:color .2s ease;margin-top:.5rem;display:inline-block}.cart-remove:hover{color:var(--saffron)}.cart-drawer__foot{padding:1.5rem;border-top:1px solid var(--border);flex-shrink:0}.cart-subtotal{display:flex;justify-content:space-between;margin-bottom:1.25rem;font-size:.9375rem}.cart-subtotal span:last-child{color:var(--gold);font-weight:500}.cart-drawer__foot .btn{width:100%;justify-content:center;margin-bottom:.75rem}.cart-shipping-note{text-align:center;font-size:.75rem;color:var(--muted)}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s ease;padding:1rem}.popup-overlay.show{opacity:1;pointer-events:auto}.popup-box{background:var(--deep);border:1px solid var(--border);max-width:480px;width:100%;padding:3rem;position:relative;text-align:center}.popup-close{position:absolute;top:1rem;right:1rem;color:var(--muted);width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.popup-close:hover{color:var(--gold)}.popup-box .section-label{display:block;margin-bottom:.5rem}.popup-box h3{font-family:var(--font-display);font-size:2rem;color:var(--ivory);margin-bottom:.75rem}.popup-box p{color:var(--muted);font-size:.875rem;margin-bottom:2rem}.popup-form{display:flex;gap:.75rem}.popup-input{flex:1;background:var(--surface);border:1px solid var(--border);padding:.75rem 1rem;color:var(--ivory);font-size:.875rem;transition:border-color .2s ease}.popup-input:focus{border-color:var(--gold)}.popup-skip{margin-top:1rem;font-size:.75rem;color:var(--muted);cursor:pointer;background:none;border:none;display:block;width:100%;text-align:center}.popup-skip:hover{color:var(--ivory)}@media(max-width:480px){.popup-box{padding:2rem 1.5rem}.popup-form{flex-direction:column}}.whatsapp-btn{position:fixed;bottom:1.75rem;right:1.75rem;z-index:600}.whatsapp-btn a{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#25d366;border-radius:50%;color:#fff;box-shadow:0 4px 16px #0006;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-btn a:hover{transform:scale(1.08);box-shadow:0 6px 24px #00000080}.collection-hero{padding:4rem 0 3rem;text-align:center;background:var(--deep);border-bottom:1px solid var(--border)}.collection-hero h1{color:var(--ivory);margin-bottom:.75rem}.collection-hero p{color:var(--muted)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;border-bottom:1px solid var(--border);margin-bottom:2.5rem;gap:1rem;flex-wrap:wrap}.collection-count{font-size:.8125rem;color:var(--muted)}.collection-sort select{background:var(--surface);border:1px solid var(--border);color:var(--ivory);padding:.5rem 1rem;font-size:.8125rem;cursor:pointer}.product-page{padding:3rem 0 5rem}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-gallery{position:sticky;top:80px}.product-main-img{aspect-ratio:1;overflow:hidden;background:var(--surface);border-radius:var(--r);margin-bottom:1rem}.product-main-img img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:.75rem}.product-thumb{width:72px;height:72px;object-fit:cover;border-radius:var(--r);cursor:pointer;border:2px solid transparent;transition:border-color .2s ease;flex-shrink:0}.product-thumb.active{border-color:var(--gold)}.product-info{padding-top:.5rem}.product-info .section-label{margin-bottom:.5rem}.product-info h1{font-size:clamp(1.75rem,3vw,2.5rem);color:var(--ivory);margin-bottom:.5rem}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1.5rem}.product-rating svg{width:14px;height:14px;color:var(--gold)}.product-rating span{font-size:.8125rem;color:var(--muted)}.product-price-main{font-size:1.75rem;color:var(--gold);font-weight:400;margin-bottom:1.5rem}.product-price-main s{font-size:1.2rem;color:var(--muted);margin-left:.75rem}.product-divider{height:1px;background:var(--border);margin:1.5rem 0}.variant-label{font-size:.6875rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem}.variant-options{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.variant-btn{padding:.5rem 1.25rem;border:1px solid var(--border);font-size:.8125rem;color:var(--muted);cursor:pointer;transition:all .2s ease}.variant-btn.selected,.variant-btn:hover{border-color:var(--gold);color:var(--gold)}.add-to-cart-btn{width:100%;justify-content:center;margin-bottom:.875rem;padding:1rem;font-size:.8rem;letter-spacing:.2em}.buy-now-btn{width:100%;justify-content:center}.product-trust{display:flex;gap:1.5rem;margin-top:1.75rem;flex-wrap:wrap}.product-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted)}.product-trust-item svg{color:var(--gold);width:16px;height:16px;flex-shrink:0}.product-accordion{margin-top:2rem}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.1rem 0;font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--ivory);cursor:pointer;transition:color .2s ease}.accordion-trigger:hover{color:var(--gold)}.accordion-trigger svg{width:16px;height:16px;transition:transform .3s ease;flex-shrink:0}.accordion-trigger.open svg{transform:rotate(45deg)}.accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.accordion-body p{padding:0 0 1.25rem;font-size:.9rem;color:var(--muted);line-height:1.75}@media(max-width:900px){.product-layout{grid-template-columns:1fr;gap:2.5rem}.product-gallery{position:static}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.text-center{text-align:center}.text-gold{color:var(--gold)}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}
/*# sourceMappingURL=/cdn/shop/t/41/assets/theme.css.map */
