@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=DM+Sans:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0A0A0A;--bg-2: #0D0D0D;--bg-3: #111111;--bg-4: #161616;--gold: #C9A84C;--gold-light: #E8C96A;--gold-dark: #8B6914;--cream: #F5F0E8;--muted: #A09880;--muted-2: #8A8070;--muted-3: #4A4540;--border: #2A2520;--border-2: #3A3530;--serif: "Cormorant Garamond", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--cream);font-family:var(--sans);line-height:1.6;-webkit-font-smoothing:antialiased}.page-width{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.page-width{padding:0 2rem}}h1,h2,h3{font-family:var(--serif);font-weight:300;line-height:1.1}.section-label{font-family:var(--sans);font-size:.6rem;letter-spacing:.25em;text-transform:uppercase;color:var(--gold);font-weight:500}.gold-divider{height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent);width:100%;max-width:200px;margin:.75rem 0}.btn-gold{display:inline-block;background:var(--gold);color:#080808;font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;padding:1rem 2rem;border:none;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-gold:hover{background:var(--gold-light)}.btn-gold-outline{display:inline-block;background:transparent;color:var(--gold);font-family:var(--sans);font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;text-decoration:none;padding:1rem 2rem;border:1px solid var(--gold);cursor:pointer;transition:all .2s;white-space:nowrap}.btn-gold-outline:hover{background:var(--gold);color:#080808}.btn-full{width:100%;text-align:center}.product-card{background:var(--bg-4);border:1px solid var(--border);transition:border-color .3s;overflow:hidden}.product-card:hover{border-color:var(--gold)}.product-card__image{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg-3)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background:var(--gold);color:#080808;font-size:.55rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:.25rem .6rem}.product-card__info{padding:1rem}.product-card__category{font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-2);margin-bottom:.25rem}.product-card__name{font-family:var(--serif);font-size:1.1rem;color:var(--cream);margin-bottom:.5rem;line-height:1.3}.product-card__price{color:var(--gold);font-weight:600;font-size:.875rem}.product-card__compare{color:var(--muted-3);font-size:.75rem;text-decoration:line-through;margin-left:.5rem}.site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:#0a0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.site-header__logo{font-family:var(--serif);font-size:1.25rem;color:var(--cream);text-decoration:none;letter-spacing:.05em}.site-header__logo span{color:var(--gold)}.site-nav{display:flex;gap:2rem;list-style:none}.site-nav a{font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);text-decoration:none;transition:color .2s}.site-nav a:hover{color:var(--gold)}.site-header__cart{background:none;border:none;cursor:pointer;color:var(--muted);transition:color .2s;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase}.site-header__cart:hover{color:var(--gold)}@media(max-width:768px){.site-nav{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;background-repeat:no-repeat}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#080808e6,#080808b3,#0808084d)}.hero__fade{position:absolute;bottom:0;left:0;right:0;height:10rem;background:linear-gradient(to top,var(--bg),transparent)}.hero__content{position:relative;z-index:10;padding:6rem 0 4rem;max-width:40rem}.hero__eyebrow{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.hero__eyebrow-line{height:1px;width:2rem;background:var(--gold)}.hero__title{font-size:clamp(2.5rem,6vw,4.5rem);color:var(--cream);margin-bottom:1.5rem}.hero__title em{color:var(--gold);font-style:italic}.hero__sub{color:var(--muted);font-size:1rem;line-height:1.7;margin-bottom:2rem;max-width:28rem}.hero__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.hero__trust{display:inline-flex;align-items:center;gap:.75rem;background:#161616cc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);padding:.75rem 1.25rem}.hero__trust-badge{width:2rem;height:1.25rem;background:var(--cream);border-radius:2px;display:flex;align-items:center;justify-content:center;font-size:.5rem;font-weight:700;color:#080808}.hero__trust-text p:first-child{font-size:.7rem;font-weight:500;color:var(--cream)}.hero__trust-text p:last-child{font-size:.6rem;color:var(--muted-2)}.hero__trust-methods{display:flex;gap:.4rem;margin-left:.5rem}.hero__trust-methods span{font-size:.55rem;border:1px solid var(--border-2);padding:.2rem .4rem;color:var(--muted-2)}.trust-bar{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:1024px){.trust-bar__grid{grid-template-columns:repeat(4,1fr)}}.trust-bar__item{display:flex;align-items:center;gap:.75rem}.trust-bar__icon{color:var(--gold);flex-shrink:0;font-size:1rem}.trust-bar__label{font-size:.7rem;font-weight:500;color:var(--cream)}.trust-bar__sub{font-size:.6rem;color:var(--muted-2)}.section-header{text-align:center;margin-bottom:3.5rem}.section-header h2{font-size:clamp(2rem,4vw,3rem);color:var(--cream);margin-bottom:1rem}.section-header .gold-divider{margin:0 auto}.product-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:640px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-page{padding-top:5rem}.product-page__grid{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 0}@media(min-width:768px){.product-page__grid{grid-template-columns:1fr 1fr}}.product-page__image{aspect-ratio:1;overflow:hidden;background:var(--bg-4);border:1px solid var(--border)}.product-page__image img{width:100%;height:100%;object-fit:cover}.product-page__badge{display:inline-block;background:var(--gold);color:#080808;font-size:.55rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;padding:.25rem .75rem;margin-bottom:1rem}.product-page__category{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}.product-page__title{font-size:clamp(1.75rem,3vw,2.5rem);color:var(--cream);margin-bottom:.5rem}.product-page__tagline{color:var(--muted);font-size:.9rem;margin-bottom:1.5rem}.product-page__price{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-page__price-current{font-size:1.75rem;font-weight:600;color:var(--gold)}.product-page__price-compare{font-size:1rem;color:var(--muted-3);text-decoration:line-through}.product-page__price-save{font-size:.65rem;background:#c9a84c26;color:var(--gold);border:1px solid rgba(201,168,76,.3);padding:.2rem .6rem;letter-spacing:.1em;text-transform:uppercase}.product-page__desc{color:var(--muted);font-size:.9rem;line-height:1.8;margin-bottom:1.5rem;border-left:2px solid var(--gold);padding-left:1rem}.product-page__stars{display:flex;gap:.2rem;color:var(--gold);font-size:.75rem;margin-bottom:.5rem}.product-page__review-count{font-size:.7rem;color:var(--muted-2);margin-bottom:1.5rem}.shipping-protection{background:var(--bg-3);border:1px solid var(--border);padding:1rem;margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:.75rem;cursor:pointer}.shipping-protection__checkbox{width:1.25rem;height:1.25rem;border:1px solid var(--gold);background:var(--bg);flex-shrink:0;margin-top:.1rem;display:flex;align-items:center;justify-content:center}.shipping-protection__checkbox.checked{background:var(--gold)}.shipping-protection__checkbox.checked:after{content:"\2713";color:#080808;font-size:.75rem;font-weight:700}.shipping-protection__text p:first-child{font-size:.8rem;font-weight:500;color:var(--cream)}.shipping-protection__text p:last-child{font-size:.7rem;color:var(--muted-2)}.benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.benefit-item{background:var(--bg-3);border:1px solid var(--border);padding:1rem}.benefit-item__icon{font-size:1.25rem;margin-bottom:.5rem}.benefit-item__title{font-size:.75rem;font-weight:600;color:var(--cream);margin-bottom:.25rem;letter-spacing:.05em}.benefit-item__desc{font-size:.7rem;color:var(--muted-2);line-height:1.6}.how-to-use{margin:3rem 0}.how-to-use h3{font-family:var(--serif);font-size:1.5rem;color:var(--cream);margin-bottom:1.5rem}.how-to-use__steps{display:flex;flex-direction:column;gap:1rem}.how-to-use__step{display:flex;gap:1rem;align-items:flex-start}.how-to-use__step-num{width:2rem;height:2rem;border:1px solid var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--serif);color:var(--gold);font-size:.9rem;flex-shrink:0}.how-to-use__step-title{font-size:.8rem;font-weight:600;color:var(--cream);margin-bottom:.25rem}.how-to-use__step-desc{font-size:.75rem;color:var(--muted-2);line-height:1.6}.reviews-section{background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3rem 0;margin:3rem 0}.reviews-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{background:var(--bg-3);border:1px solid var(--border);padding:1.5rem;position:relative}.review-card:before{content:"";position:absolute;top:0;left:1.5rem;width:1px;height:1rem;background:var(--gold)}.review-card__stars{display:flex;gap:.2rem;color:var(--gold);font-size:.7rem;margin-bottom:.75rem}.review-card__text{font-family:var(--serif);font-size:1rem;color:#c0b090;line-height:1.7;font-style:italic;margin-bottom:1rem}.review-card__name{font-size:.75rem;font-weight:500;color:var(--cream)}.review-card__location{font-size:.65rem;color:var(--muted-2)}.review-card__verified{font-size:.55rem;letter-spacing:.15em;text-transform:uppercase;border:1px solid rgba(201,168,76,.3);color:var(--gold);padding:.2rem .5rem}.upsell-section{background:var(--bg-3);border:1px solid var(--gold);padding:1.5rem;margin-bottom:1.5rem}.upsell-section__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.upsell-section__tag{background:var(--gold);color:#080808;font-size:.55rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;padding:.2rem .6rem}.upsell-section__title{font-size:.7rem;color:var(--muted)}.upsell-section__product{display:flex;align-items:center;gap:1rem}.upsell-section__image{width:5rem;height:5rem;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.upsell-section__name{font-family:var(--serif);font-size:1rem;color:var(--cream);margin-bottom:.25rem}.upsell-section__price{font-size:.8rem;color:var(--gold);font-weight:600}.upsell-section__cta{margin-top:1rem}.video-section{padding:5rem 0;background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.video-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:1024px){.video-grid{grid-template-columns:1fr 1fr}}.video-wrapper{position:relative;aspect-ratio:16/9;background:var(--bg-4);border:1px solid var(--border);overflow:hidden}.video-wrapper video{width:100%;height:100%;object-fit:cover}.ritual-section{padding:5rem 0}.ritual-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:1024px){.ritual-grid{grid-template-columns:repeat(4,1fr)}}.ritual-step{text-align:center}.ritual-step__num{width:4rem;height:4rem;border:1px solid rgba(201,168,76,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;background:var(--bg-4);font-family:var(--serif);color:var(--gold);font-size:1.1rem}.ritual-step__title{font-family:var(--serif);font-size:1.2rem;color:var(--cream);margin-bottom:.75rem}.ritual-step__desc{font-size:.8rem;color:var(--muted-2);line-height:1.7}.testimonials-section{padding:5rem 0;background:var(--bg-2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.final-cta{padding:6rem 0;position:relative;overflow:hidden}.final-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#1A1408 0%,var(--bg) 60%)}.final-cta__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:24rem;height:24rem;border-radius:50%;background:#c9a84c0d;filter:blur(3rem)}.final-cta__content{position:relative;z-index:10;text-align:center}.final-cta h2{font-size:clamp(2rem,4vw,3.5rem);color:var(--cream);margin-bottom:1.5rem;max-width:36rem;margin-left:auto;margin-right:auto}.final-cta h2 em{color:var(--gold);font-style:italic}.final-cta p{color:var(--muted-2);font-size:.9rem;margin-bottom:2.5rem;max-width:28rem;margin-left:auto;margin-right:auto}.final-cta__ctas{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.final-cta__payment{font-size:.7rem;color:var(--muted-2)}.site-footer{background:var(--bg-2);border-top:1px solid var(--border);padding:3rem 0 1.5rem}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr}}.site-footer__brand{font-family:var(--serif);font-size:1.25rem;color:var(--cream);margin-bottom:.75rem}.site-footer__brand span{color:var(--gold)}.site-footer__tagline{font-size:.75rem;color:var(--muted-2);line-height:1.6;max-width:20rem}.site-footer__heading{font-size:.6rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.site-footer__links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.site-footer__links a{font-size:.75rem;color:var(--muted-2);text-decoration:none;transition:color .2s}.site-footer__links a:hover{color:var(--gold)}.site-footer__bottom{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.site-footer__copy{font-size:.65rem;color:var(--muted-3)}.site-footer__payment{display:flex;gap:.5rem}.site-footer__payment span{font-size:.55rem;border:1px solid var(--border-2);padding:.2rem .5rem;color:var(--muted-3)}.stars{display:inline-flex;gap:.15rem}.stars span{color:var(--gold);font-size:.7rem}.text-gold{color:var(--gold)}.text-cream{color:var(--cream)}.text-muted{color:var(--muted-2)}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.gap-3{gap:.75rem}.gap-4{gap:1rem}.text-center{text-align:center}
/*# sourceMappingURL=/cdn/shop/t/24/assets/theme.css.map */
