#root{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:78px}#app{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}header{position:fixed;z-index:2;top:0;left:0;width:100%;height:78px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 16px;background-color:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 2px #0000000d;transition:height .3s ease,padding .3s ease,background-color .3s ease}header.scrolled{height:56px;background-color:#fffffffa;box-shadow:0 2px 8px #00000014}header.scrolled>div:first-child>a:not(:first-child){display:none}header.scrolled>div:first-child>a>img,header.scrolled>a>img{max-height:44px}header>a{display:flex;max-width:60%}header>a>img{width:auto;height:auto;max-height:72px;max-width:100%}#open-nav{display:flex}header>div{width:100%;display:flex;justify-content:center;align-items:center}header>div:first-child{justify-content:flex-start;gap:28px}header>div:first-child>a{display:none}header>div:last-child{justify-content:flex-end}header>div>a{color:#000000bc;font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:2px;cursor:pointer;transition:all .2s linear;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}header>div>a:not(:hover){text-decoration-color:transparent}header>div>button{width:44px;height:44px;color:#000000cf;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative;border-radius:8px;transition:background-color .2s ease}header>div>button:hover{background-color:#0000000d}header>div>button:focus-visible{outline:2px solid var(--button-primary-bg, #7b4bab);outline-offset:2px}header>div>button #cart-count{position:absolute;top:-8px;right:-8px;background:#000;color:#fff;border-radius:var(--border-radius-circle);width:20px;height:20px;font-size:12px;font-weight:600;display:none;align-items:center;justify-content:center}body:has(nav.show),body:has(#cart.show){overflow-y:hidden}header.hidden{display:none}#overlay{position:fixed;z-index:1;inset:0;background-color:#00000080;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}body:has(nav.show) #overlay,body:has(#cart.show) #overlay{opacity:1;pointer-events:all}nav{position:fixed;z-index:3;top:0;left:0;bottom:0;width:100%;max-width:380px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#fff;box-shadow:2px 0 8px #0000001a;transition:transform .3s ease-in-out}nav:not(.show){transform:translate(-100%)}#cart{position:fixed;z-index:3;top:0;right:0;bottom:0;width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:var(--bg-white);box-shadow:-2px 0 8px #0000001a;transition:all .3s ease-in-out}#cart:not(.show){transform:translate(100%)}#cart-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px 20px;border-bottom:1px solid var(--bg-light)}#cart-header>div{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px}#cart-header>div>h2{color:var(--text-primary);font-size:24px;font-weight:700}#cart-header>div>p{color:var(--text-secondary);font-size:14px}#cart-count{width:24px;height:24px;color:#fff;font-size:14px;font-weight:600;display:flex;justify-content:center;align-items:center;background-color:#666;border-radius:var(--border-radius-circle)}#close-cart{width:44px;height:44px;color:var(--text-close-cart);display:flex;justify-content:center;align-items:center;cursor:pointer;transition:color .2s linear;border-radius:8px}#close-cart:focus-visible{outline:2px solid var(--button-primary-bg, #7b4bab);outline-offset:2px}#close-cart:hover{color:var(--text-close-cart-hover)}#cart-empty{width:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:12px;padding:48px 20px;overflow-y:auto}.cart-empty-icon{width:80px;height:80px;display:flex;justify-content:center;align-items:center;color:#7b4bab;background-color:#7b4bab1a;border-radius:50%;margin-bottom:8px}#cart-empty>h3{color:#1a1a1a;font-size:20px;font-weight:700}#cart-empty>p{color:#666;font-size:15px;text-align:center;max-width:260px}.cart-suggestions{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid #f0f0f0}.cart-suggestions-title{color:#666;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.cart-suggestion{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:12px;background-color:#fafafa;border-radius:10px;cursor:pointer;transition:background-color .2s ease}.cart-suggestion:hover{background-color:#f0f0f0}.cart-suggestion>img{width:48px;height:48px;background-color:#e6e6e6;border-radius:8px;object-fit:cover}.cart-suggestion>div{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:2px}.cart-suggestion>div>span:first-child{color:#1a1a1a;font-size:14px;font-weight:600}.cart-suggestion>div>span:last-child{color:#7b4bab;font-size:13px;font-weight:600}#continue-shopping{width:100%;max-width:280px;height:48px;color:var(--button-primary-color);font-size:15px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px;background-color:var(--button-checkout-bg);border-radius:var(--border-radius-button);cursor:pointer;transition:background-color .2s linear}#continue-shopping:hover{background-color:var(--button-checkout-bg-hover)}#continue-shopping>svg{width:18px;height:18px}#cart-content{width:100%;flex:1;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow-y:auto}#cart-items{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px;gap:20px}.cart-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:16px}.cart-item-image{width:80px;height:80px;min-width:80px;background-color:#f5f5f5;border-radius:var(--border-radius-cart-item-image);object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px}.cart-item-name{color:#303030;font-size:15px;font-weight:600;line-height:1.3}.cart-item-options{color:#666;font-size:14px}.cart-item-price{color:#303030;font-size:16px;font-weight:600}.cart-item-quantity{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;margin-top:8px}.cart-item-quantity>button{width:32px;height:32px;color:#303030;font-size:18px;display:flex;justify-content:center;align-items:center;border:1px solid #e6e6e6;border-radius:var(--border-radius-cart-remove-button);background-color:var(--bg-white);cursor:pointer;transition:all .2s linear}.cart-item-quantity>button:hover{background-color:#f5f5f5}.cart-item-quantity>span{color:#303030;font-size:16px;font-weight:500;min-width:24px;text-align:center}.cart-item-remove{width:24px;height:24px;color:#666;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:color .2s linear}.cart-item-remove:hover{color:#303030}#cart-insurance{width:100%;padding:14px 20px;background:linear-gradient(135deg,#7b4bab,#5a3580);display:flex;flex-direction:column;gap:10px;flex-shrink:0}.insurance-logo{color:#fff}.insurance-logo svg{height:16px;width:auto}.insurance-content{display:flex;align-items:center;justify-content:space-between;gap:12px}.insurance-text{display:flex;flex-direction:column;gap:2px}.insurance-title{color:#fff;font-size:14px;font-weight:600}.insurance-desc{color:#ffffffb3;font-size:12px}.insurance-action{display:flex;align-items:center;gap:10px;flex-shrink:0}.insurance-price{color:#fff;font-size:14px;font-weight:700}.insurance-btn{padding:8px 16px;background:#fff;border:none;border-radius:6px;color:#7b4bab;font-size:13px;font-weight:700;cursor:pointer;transition:all .2s ease}.insurance-btn:hover{background:#ffffffe6}.insurance-btn.added{background:#ffffff26;color:#fff}.insurance-btn.added:before{content:"\2713  "}#cart-summary{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;padding:20px;border-top:1px solid #e6e6e6;background-color:#fff}#cart-summary>div{background:transparent}#cart-summary>div:first-child{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}#cart-summary>div:first-child>p:first-child{color:#666;font-size:14px}#cart-summary>div:first-child>p:last-child{color:#303030;font-size:20px;font-weight:700}#cart-summary>p:last-of-type{color:#666;font-size:14px}#cart-checkout{width:100%;height:52px;color:var(--button-primary-color);font-size:16px;font-weight:600;display:flex;justify-content:center;align-items:center;gap:8px;background-color:var(--button-checkout-bg);border-radius:var(--border-radius-button);cursor:pointer;transition:background-color .2s linear}#cart-checkout:hover{background-color:var(--button-checkout-bg-hover)}#cart-checkout>svg{width:18px;height:18px}.cart-security{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;color:#22c55e;font-size:13px;font-weight:500}.cart-security>svg{width:16px;height:16px}.cart-total-row{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.cart-total-row>p:first-child{color:#666;font-size:14px}.cart-total-row>p:last-child{color:#1a1a1a;font-size:22px;font-weight:700}#close-nav{width:44px;height:44px;color:#666;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:color .2s ease}#close-nav:hover{color:#1a1a1a}#close-nav:focus-visible{outline:2px solid var(--button-primary-bg, #7b4bab);outline-offset:2px;border-radius:8px}.nav-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #f0f0f0}.nav-header>h2{color:#1a1a1a;font-size:20px;font-weight:700}.nav-links{width:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;padding:16px;overflow-y:auto}.nav-link{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;padding:12px 16px;border-radius:10px;color:#1a1a1a;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.nav-link:hover{background-color:#f5f5f5}.nav-link>svg{color:#7b4bab;flex-shrink:0}.nav-link>span:first-of-type{flex:1}.nav-badge{padding:4px 10px;color:#7b4bab;font-size:12px;font-weight:600;background-color:#7b4bab1a;border-radius:20px}.nav-section{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;margin-top:12px}.nav-section-title{color:#666;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px}.nav-footer{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px;padding:20px;border-top:1px solid #f0f0f0;background-color:#fafafa}.nav-cta{width:100%;height:48px;display:flex;justify-content:center;align-items:center;gap:8px;color:#fff;font-size:15px;font-weight:600;background-color:#7b4bab;border-radius:10px;cursor:pointer;transition:background-color .2s ease}.nav-cta:hover{background-color:#643d8c}.nav-cta>svg{width:18px;height:18px}.nav-social{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px}.nav-social>a{width:40px;height:40px;display:flex;justify-content:center;align-items:center;color:#666;background-color:#fff;border-radius:50%;border:1px solid #e6e6e6;cursor:pointer;transition:all .2s ease}.nav-social>a:hover{color:#7b4bab;border-color:#7b4bab}#faq{width:100%;max-width:900px;margin:0 auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:40px;padding:64px 24px}#faq>h2{color:#1a1a1a;font-size:32px;font-weight:800;text-align:center;letter-spacing:-.5px}.faq{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0}.faq>div{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background:transparent;border-bottom:1px solid #e5e5e5;border-radius:0;overflow:hidden;transition:all .2s ease}.faq>div:first-child{border-top:1px solid #e5e5e5}.faq>div:hover{background:#fafafa}.faq>div:has(button.active){background:transparent}.faq>div>button{width:100%;color:#1a1a1a;font-weight:600;font-size:16px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;padding:24px 8px;cursor:pointer;background:none;text-align:left;transition:color .2s ease}.faq>div>button:hover{color:var(--button-primary-bg, #7b4bab)}.faq>div>button.active{color:var(--button-primary-bg, #7b4bab)}.faq>div>button>svg{transition:transform .3s ease;flex-shrink:0;color:#666;width:24px;height:24px}.faq>div>button.active>svg{transform:rotate(180deg);color:var(--button-primary-bg, #7b4bab)}.faq>div>p{width:100%;max-width:none;color:#666;font-size:15px;line-height:1.8;padding:0 8px 24px}.faq>div>p>strong{font-weight:700;color:#333}.faq>div:not(:has(button.active))>p{display:none}.faq>hr{display:none}footer:not(#cart-summary){width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#1a1a1a}.footer-main{width:100%;max-width:1200px;margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;gap:40px}.footer-brand{display:flex;flex-direction:column;gap:16px}.footer-logo{height:40px;width:auto;filter:brightness(0) invert(1)}.footer-brand>p{color:#fff9;font-size:14px;line-height:1.6;max-width:280px}.footer-social{display:flex;gap:12px}.footer-social>a{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border-radius:8px;color:#ffffffb3;transition:all .2s ease}.footer-social>a:hover{background:#7b4bab;color:#fff}.footer-social>a>svg{width:18px;height:18px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}.footer-column{display:flex;flex-direction:column;gap:12px}.footer-column>h3{color:#fff;font-size:14px;font-weight:700;margin-bottom:4px}.footer-column>a{color:#fff9;font-size:13px;text-decoration:none;transition:color .2s ease}.footer-column>a:hover{color:#fff}.footer-newsletter{display:flex;flex-direction:column;gap:12px;padding-top:32px;border-top:1px solid rgba(255,255,255,.1)}.footer-newsletter>h3{color:#fff;font-size:16px;font-weight:700}.footer-newsletter>p{color:#fff9;font-size:14px}.footer-newsletter>form{display:flex;gap:8px;max-width:360px}.footer-newsletter>form>input{flex:1;height:44px;padding:0 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:14px}.footer-newsletter>form>input::placeholder{color:#fff6}.footer-newsletter>form>button{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#7b4bab;border:none;border-radius:8px;color:#fff;cursor:pointer;transition:background .2s ease}.footer-newsletter>form>button:hover{background:#6a3f96}.footer-bottom{width:100%;padding:20px 24px;background:#111;display:flex;flex-direction:column;align-items:center;gap:16px}.footer-bottom>p{color:#ffffff80;font-size:13px}.footer-payment{display:flex;align-items:center;gap:8px}.footer-payment>svg:first-of-type{color:#4ade80}.footer-payment>span{color:#fff9;font-size:13px;margin-right:4px}#cta{width:100%;min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;text-align:center;padding:48px 24px;background:linear-gradient(135deg,#4a2d6beb,#2d1a44f2),url(/assets/cta.webp);background-repeat:no-repeat;background-position:center;background-size:cover}#cta>h2{color:#fff;font-size:32px;font-weight:800;max-width:340px;line-height:1.15}#cta>p{max-width:360px;color:#ffffffe6;font-size:17px;font-weight:500;line-height:1.7}#cta>p>strong{color:#fff;font-weight:600}#cta>a{display:inline-flex;align-items:center;gap:10px;margin-top:12px;padding:16px 32px;color:#4a2d6b;font-size:16px;font-weight:700;background:#fff;border-radius:50px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}#cta>a:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000040}@media screen and (min-width: 901px){header{padding:0 48px}header>a{display:none}header>div{width:auto}header>div:first-child{justify-content:center}header>div:first-child>a{display:flex}header>div:first-child>a:first-child{flex-shrink:0}header>div:first-child>a:first-child>img{height:38px;width:auto;max-width:180px;object-fit:contain}header.scrolled>div:first-child>a:first-child>img{height:30px;max-width:140px}header>div:last-child{justify-content:center}#open-nav{display:none}#cta{min-height:500px;padding:64px;align-items:flex-start;text-align:left}#cta>h2{font-size:44px;max-width:500px}#cta>p{font-size:18px;max-width:450px}#faq{padding:64px 32px}#faq>h2{font-size:32px}.faq>div>button{font-size:17px}.faq>div>p{font-size:16px}.footer-main{flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:56px 48px;gap:48px}.footer-brand{max-width:260px}.footer-links{display:flex;gap:48px;flex:1;justify-content:center}.footer-newsletter{max-width:280px;padding-top:0;border-top:none}.footer-bottom{flex-direction:row;justify-content:space-between;padding:20px 48px}}
