:root{--ink-900: #0d0a0a;--ink-800: #1a1311;--ink-700: #241b18;--ink-600: #332622;--ink-500: #4a3833;--ink-400: #6b554f;--ink-300: #8c7670;--ink-200: #ab948c;--ink-100: #c9b8b0;--ink-50: #e5dbd5;--rose-50: #fdf2f3;--rose-100: #fce4e6;--rose-200: #f9c9cd;--rose-300: #f4a3aa;--rose-400: #ec6f7c;--rose-500: #e04454;--rose-600: #c52b3d;--rose-700: #a01e2f;--gold-50: #fdf8ed;--gold-100: #faedcc;--gold-200: #f4d690;--gold-300: #eebf5a;--gold-400: #e8a52f;--gold-500: #d4881a;--gold-600: #b06a13;--font-display: Georgia, "Times New Roman", serif;--font-body: system-ui, -apple-system, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background:var(--ink-900);color:#fff;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;height:auto;display:block}button{cursor:pointer;font:inherit;border:none;background:none;color:inherit}a{color:inherit;text-decoration:none}input{font:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.container-md{max-width:896px;margin:0 auto;padding:0 1.5rem}.container-sm{max-width:768px;margin:0 auto;padding:0 1.5rem}.container-lg{max-width:1024px;margin:0 auto;padding:0 1.5rem}@media(min-width:640px){.container,.container-md,.container-sm,.container-lg{padding:0 2.5rem}}.section{padding:5rem 0}@media(min-width:640px){.section{padding:7rem 0}}.text-center{text-align:center}.bg-ink-900{background:var(--ink-900)}.bg-ink-800{background:var(--ink-800)}.bg-ink-700{background:var(--ink-700)}.bg-gradient-dark{background:linear-gradient(to bottom,var(--ink-800),var(--ink-900))}.bg-gradient-dark-rev{background:linear-gradient(to bottom,var(--ink-900),var(--ink-800))}.font-display{font-family:var(--font-display)}.text-gold-300{color:var(--gold-300)}.text-gold-200{color:var(--gold-200)}.text-ink-100{color:var(--ink-100)}.text-ink-200{color:var(--ink-200)}.text-ink-300{color:var(--ink-300)}.text-ink-400{color:var(--ink-400)}.text-white{color:#fff}.text-rose-400{color:var(--rose-400)}.eyebrow{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--gold-300)}h2.section-title{font-family:var(--font-display);font-size:1.875rem;color:#fff;margin-top:.75rem;line-height:1.2}@media(min-width:640px){h2.section-title{font-size:2.25rem}}.section-subtitle{max-width:672px;margin:1rem auto 0;font-size:1.125rem;color:#fff;line-height:1.6}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;background:var(--rose-500);color:#fff;font-weight:700;font-size:1.125rem;padding:1rem 2rem;box-shadow:0 10px 30px #e044544d;transition:transform .15s ease,background .15s ease;position:relative;overflow:hidden}.btn-primary:hover{background:var(--rose-400);transform:scale(1.02)}.btn-primary:active{transform:scale(.98)}.btn-primary-lg{font-size:1.25rem;padding:1.25rem 4rem;width:100%}@media(min-width:640px){.btn-primary-lg{width:auto}}.btn-outline{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid rgba(255,255,255,.3);color:#fff;font-weight:500;font-size:1.125rem;padding:1rem 1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .15s,background .15s}.btn-outline:hover{border-color:#fff9;background:#ffffff1a}.btn-gold{border-radius:9999px;background:var(--gold-400);color:var(--ink-900);font-weight:700;padding:1rem 1.5rem;transition:background .15s,transform .1s}.btn-gold:hover{background:var(--gold-300)}.btn-gold:active{transform:scale(.98)}.btn-shimmer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:transform .7s}.btn-shimmer:hover:after{transform:translate(100%)}.badge-discount{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:var(--rose-500);color:#fff;font-size:.875rem;font-weight:700;padding:.5rem 1rem;box-shadow:0 10px 30px #e044544d}.pill{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;background:#ffffff1a;color:#fff;font-size:.875rem;padding:.5rem 1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pill svg{width:16px;height:16px;color:var(--gold-300)}.stars{display:inline-flex;gap:.125rem}.stars svg{width:16px;height:16px;fill:var(--gold-300);color:var(--gold-300)}.stars-lg svg{width:20px;height:20px}.hero{position:relative;min-height:100svh;overflow:hidden;background:var(--ink-900)}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero__bg img{width:100%;height:100%;object-fit:cover;opacity:.6;animation:slowZoom 20s ease-in-out infinite alternate}.hero__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(13,10,10,.7),rgba(13,10,10,.5),var(--ink-900))}.hero__bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0d0a0ad6,#0d0a0a4d 58%,#0d0a0a7a)}.hero__content{position:relative;z-index:10;max-width:1280px;margin:0 auto;min-height:100svh;display:flex;flex-direction:column;justify-content:center;padding:5rem 1.5rem}@media(min-width:640px){.hero__content{padding:5rem 2.5rem}}.hero__inner{max-width:672px;animation:fadeUp .7s ease-out}.hero__h1{font-family:var(--font-display);font-size:2.25rem;line-height:1.15;color:#fff;margin-top:1.5rem}@media(min-width:640px){.hero__h1{font-size:3rem}}@media(min-width:768px){.hero__h1{font-size:3.75rem}}.hero__h1 span{color:var(--rose-400)}.hero__sub{margin-top:1.5rem;max-width:36rem;font-size:1.125rem;color:#fff;line-height:1.6}@media(min-width:640px){.hero__sub{font-size:1.25rem}}.hero__pills{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.hero__ctas{display:flex;flex-direction:column;gap:1rem;margin-top:2.5rem}@media(min-width:640px){.hero__ctas{flex-direction:row;align-items:center}}.hero__play-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;background:#fff3}.hero__play-icon{margin-left:2px;border-style:solid;border-width:6px 0 6px 10px;border-color:transparent transparent transparent #fff}.hero__scroll{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);animation:fadeIn .6s ease-out}.hero__scroll-mouse{display:flex;width:24px;height:40px;align-items:flex-start;justify-content:center;border:2px solid rgba(255,255,255,.3);border-radius:9999px;padding:6px 4px}.hero__scroll-dot{width:4px;height:8px;border-radius:9999px;background:#fff9;animation:bounce 1.5s infinite}.trust-row{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--gold-200)}.trust-row .stars svg{width:16px;height:16px}.trust-sep{color:var(--ink-300)}.reviews-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:3.5rem}@media(min-width:640px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.reviews-grid{grid-template-columns:repeat(4,1fr)}}.review-card{border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:#241b1899;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .2s,background .2s}.review-card:hover{border-color:#e8a52f66;background:var(--ink-700)}.review-card__quote{width:32px;height:32px;color:#ec6f7c66}.review-card__text{margin-top:.75rem;font-size:.875rem;line-height:1.6;color:var(--ink-100)}.review-card__footer{margin-top:1rem;border-top:1px solid rgba(255,255,255,.1);padding-top:.75rem}.review-card__name{font-size:.875rem;font-weight:600;color:#fff}.review-card__loc{font-size:.75rem;color:var(--ink-300)}.video-wrapper{margin-top:3rem;border-radius:1.5rem;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:var(--ink-800);box-shadow:0 25px 50px #0006}.video-container{position:relative;aspect-ratio:16 / 9;width:100%}.video-poster{width:100%;height:100%;object-fit:cover}.video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(13,10,10,.8),rgba(13,10,10,.3),transparent)}.video-play-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.video-play-circle{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:9999px;background:#e04454e6;box-shadow:0 10px 30px #e0445466;transition:transform .2s,background .2s}.video-play-btn:hover .video-play-circle{transform:scale(1.1);background:var(--rose-400)}.video-play-icon{margin-left:4px;width:32px;height:32px;fill:#fff;color:#fff}.video-iframe{width:100%;height:100%;border:0}.features-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:3.5rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{position:relative;overflow:hidden;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:#241b1899;transition:border-color .2s}.feature-card:hover{border-color:#e8a52f66}.feature-card__img-wrap{position:relative;height:12rem;overflow:hidden}.feature-card__img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.feature-card:hover .feature-card__img{transform:scale(1.1)}.feature-card__img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--ink-700),rgba(36,27,24,.4),transparent)}.feature-card__icon{position:absolute;bottom:.75rem;left:.75rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:#e04454e6;box-shadow:0 10px 30px #0000004d}.feature-card__icon svg{width:20px;height:20px;color:#fff}.feature-card__body{padding:1.5rem}.feature-card__title{font-family:var(--font-display);font-size:1.25rem;color:#fff}.feature-card__desc{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--ink-200)}.offer-card{position:relative;overflow:hidden;border-radius:1.5rem;border:1px solid rgba(232,165,47,.3);background:#241b18cc;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(min-width:640px){.offer-card{padding:3rem}}.offer__glow-1{position:absolute;top:-5rem;right:-5rem;width:240px;height:240px;border-radius:9999px;background:#e8a52f1a;filter:blur(60px)}.offer__glow-2{position:absolute;bottom:-5rem;left:-5rem;width:240px;height:240px;border-radius:9999px;background:#e044541a;filter:blur(60px)}.offer__price-row{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem}.offer__price-original{font-size:1.5rem;color:var(--ink-300);text-decoration:line-through}.offer__price-sale{font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--gold-300)}.offer__free-ship{margin-top:.5rem;font-size:.875rem;font-weight:600;color:var(--gold-200)}.countdown{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;font-size:.875rem;color:var(--ink-200)}.countdown__units{display:flex;gap:.375rem}.countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:3rem;border-radius:.5rem;background:#0d0a0acc;padding:.5rem .75rem}.countdown__num{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:#fff;font-variant-numeric:tabular-nums}.countdown__label{font-size:10px;text-transform:uppercase;color:var(--ink-300)}.included-list{max-width:28rem;margin:2rem auto 0;display:flex;flex-direction:column;gap:.75rem;text-align:left}.included-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--ink-100)}.included-item svg{width:20px;height:20px;flex-shrink:0;color:var(--gold-300)}.guarantee-grid{display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:3.5rem}@media(min-width:640px){.guarantee-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.guarantee-grid{grid-template-columns:repeat(4,1fr)}}.guarantee-card{border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:#1a131199;padding:1.5rem;text-align:center;transition:border-color .2s,background .2s}.guarantee-card:hover{border-color:#e8a52f66;background:var(--ink-800)}.guarantee-card__icon-wrap{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto;border-radius:1rem;background:#e8a52f1a}.guarantee-card__icon-wrap svg{width:28px;height:28px;color:var(--gold-300)}.guarantee-card__title{margin-top:1rem;font-family:var(--font-display);font-size:1.125rem;color:#fff}.guarantee-card__desc{margin-top:.5rem;font-size:.875rem;line-height:1.6;color:var(--ink-200)}.faq-list{margin-top:3rem;display:flex;flex-direction:column;gap:.75rem}.faq-item{overflow:hidden;border-radius:1rem;border:1px solid rgba(255,255,255,.1);background:#241b1899;transition:border-color .2s}.faq-item:hover{border-color:#fff3}.faq-item__btn{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;text-align:left}.faq-item__q{font-family:var(--font-display);font-size:1.125rem;color:#fff}.faq-item__chevron{width:20px;height:20px;flex-shrink:0;color:var(--gold-300);transition:transform .3s}.faq-item[data-open=true] .faq-item__chevron{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .3s ease}.faq-item[data-open=true] .faq-item__answer{max-height:300px;opacity:1}.faq-item__answer p{padding:0 1.5rem 1.25rem;font-size:.875rem;line-height:1.6;color:#fff}.final-cta{position:relative;overflow:hidden}.final-cta__bg{position:absolute;top:50%;left:50%;width:500px;height:500px;transform:translate(-50%,-50%);border-radius:9999px;background:#e044540d;filter:blur(60px)}.final-cta__h2{font-family:var(--font-display);font-size:1.875rem;color:#fff}@media(min-width:640px){.final-cta__h2{font-size:3rem}}.final-cta__sub{max-width:36rem;margin:1rem auto 0;font-size:1.125rem;color:#fff}.subscribe-form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.subscribe-form{flex-direction:row}}.subscribe-form__input{flex:1;width:100%;border-radius:9999px;border:1px solid rgba(255,255,255,.15);background:#241b18cc;color:#fff;padding:1rem;outline:none;transition:border-color .15s}.subscribe-form__input::placeholder{color:var(--ink-300)}.subscribe-form__input:focus{border-color:#e8a52f99}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:50;border-top:1px solid rgba(255,255,255,.1);background:#0d0a0af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateY(100%);transition:transform .3s ease}.sticky-cta.is-visible{transform:translateY(0)}.sticky-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem}.sticky-cta__price-row{display:flex;align-items:baseline;gap:.5rem}.sticky-cta__price{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--gold-300)}.sticky-cta__price-orig{font-size:.875rem;color:var(--ink-300);text-decoration:line-through}.sticky-cta__badge{font-size:.75rem;color:var(--rose-400)}.sticky-cta__btn{flex:1;border-radius:9999px;background:var(--rose-500);color:#fff;font-weight:700;font-size:1rem;padding:.875rem 1rem;box-shadow:0 10px 30px #e044544d;transition:transform .1s}.sticky-cta__btn:active{transform:scale(.95)}@media(min-width:1024px){.sticky-cta{display:none}}.site-footer{border-top:1px solid rgba(255,255,255,.1);background:var(--ink-900);padding:3rem 0}.site-footer__inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}@media(min-width:640px){.site-footer__inner{flex-direction:row}}.site-footer__brand{display:flex;align-items:center;gap:.75rem}.site-footer__brand-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.75rem;background:#e0445433}.site-footer__brand-icon svg{width:20px;height:20px;color:var(--rose-400)}.site-footer__brand-name{font-family:var(--font-display);font-size:1.125rem;color:#fff}.site-footer__brand-sub{font-size:.75rem;color:var(--ink-300)}.site-footer__nav{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:var(--ink-200)}.site-footer__nav a{transition:color .15s}.site-footer__nav a:hover{color:var(--gold-300)}.site-footer__privacy{font-size:.75rem;color:var(--ink-300)}.site-footer__copy{margin-top:2rem;border-top:1px solid rgba(255,255,255,.05);padding-top:1.5rem;text-align:center;font-size:.75rem;color:var(--ink-400)}.product-form{margin-top:2.5rem}.product-form__select{width:100%;max-width:320px;margin:0 auto 1.5rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.15);background:var(--ink-800);color:#fff;padding:.875rem 1rem;outline:none}.product-form__btn{width:100%}@media(min-width:640px){.product-form__btn{width:auto}}.line-through{text-decoration:line-through}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.reveal{opacity:0;transform:translateY(2rem);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-scale{opacity:0;transform:scale(.95);transition:opacity .7s ease,transform .7s ease}.reveal-scale.is-visible{opacity:1;transform:scale(1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes slowZoom{0%{transform:scale(1)}to{transform:scale(1.08)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
