.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}#root{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}#app{width:100%;padding-top:78px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}header{position:fixed;z-index:1000;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:#fff;box-shadow:0 1px 2px #0000000d}header>a{display:flex}#open-nav{display:flex}header>div{width:100%;display:flex;justify-content:center;align-items:center}header>div:first-child{gap:28px;justify-content:flex-start}header>div:first-child>a{display:none}header>div:last-child{justify-content:flex-end}header>div>a{color:#1a1a1a;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:#1a1a1a;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}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}.user-menu{position:relative;margin-right:8px}#user-menu-btn{width:44px;height:44px;display:flex;justify-content:center;align-items:center;color:#1a1a1a;cursor:pointer;transition:color .2s ease;border-radius:8px}#user-menu-btn:hover{color:#1b492a;background:#f5f5f5}.user-dropdown{position:absolute;top:calc(100% + 8px);right:-8px;width:calc(100vw - 32px);max-width:300px;background:#fff;border-radius:8px;box-shadow:0 4px 24px #0000001f;border:1px solid #e0e0e0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:all .2s ease;z-index:9999}@media screen and (min-width: 480px){.user-dropdown{right:0;width:300px}}.user-menu.open .user-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.user-dropdown-header{padding:16px;border-bottom:1px solid #e0e0e0}.user-name{font-weight:600;color:#1a1a1a;font-size:15px}.user-email{font-size:13px;color:#595959;display:block;margin-top:2px}.user-dropdown-links{padding:8px 0}.dropdown-link{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#1a1a1a;font-size:14px;transition:all .2s ease;text-decoration:none;cursor:pointer;border:none;background:none;width:100%}.dropdown-link:hover{background:#f5f5f5;color:#1b492a}.dropdown-link svg{color:#595959}.dropdown-link:hover svg{color:#1b492a}.user-dropdown-footer{border-top:1px solid #e0e0e0;padding:8px 0}.dropdown-link.logout{color:#dc2626}.dropdown-link.logout:hover{background:#fee2e2;color:#991b1b}.dropdown-link.logout svg{color:#dc2626}.user-dropdown-guest{padding:20px 16px;text-align:center;display:none}.user-dropdown-guest .guest-icon{width:56px;height:56px;margin:0 auto 12px;background:#e8f5e9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1b492a}.user-dropdown-guest h3,.user-dropdown-guest .guest-title{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:6px}.user-dropdown-guest p{font-size:13px;color:#595959;margin-bottom:16px;line-height:1.4}.user-dropdown-guest .btn-primary{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#1b492a;color:#fff;font-size:14px;font-weight:600;border-radius:4px;text-decoration:none;transition:background .2s}.user-dropdown-guest .btn-primary:hover{background:#144020}.user-dropdown-guest .guest-divider{display:flex;align-items:center;gap:12px;margin:18px 0}.user-dropdown-guest .guest-divider:before,.user-dropdown-guest .guest-divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.user-dropdown-guest .guest-divider span{font-size:12px;color:#595959;text-transform:uppercase}.user-dropdown-guest .btn-secondary-outline{display:block;width:100%;padding:10px 16px;background:transparent;color:#1a1a1a;font-size:14px;font-weight:500;border:1px solid #e0e0e0;border-radius:4px;text-decoration:none;text-align:center;transition:all .2s}.user-dropdown-guest .btn-secondary-outline:hover{border-color:#1b492a;color:#1b492a;background:#e8f5e9}.user-menu.guest .user-dropdown-header,.user-menu.guest .user-dropdown-links,.user-menu.guest .user-dropdown-footer{display:none}.user-menu.guest .user-dropdown-guest{display:block}.user-menu.authenticated .user-dropdown-guest{display:none}body:has(nav.show),body:has(#cart.show){overflow-y:hidden}header.hidden{display:none}#overlay{position:fixed;z-index:1001;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:1002;top:0;left:0;bottom:0;width:100%;max-width:450px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;padding:64px 16px;background-color:var(--bg-white);transition:all .2s linear}nav:not(.show){transform:translate(-100%)}#cart{position:fixed;z-index:1002;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}#close-cart:hover{color:var(--text-close-cart-hover)}#cart-empty{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 20px}#cart-empty>p:first-child{color:var(--text-primary);font-size:20px;font-weight:600}#cart-empty>p:last-of-type{color:var(--text-secondary);font-size:14px;text-align:center}#cart-empty>p:last-of-type>a{color:var(--text-primary);text-decoration:underline;text-underline-offset:2px;cursor:pointer}#continue-shopping{width:100%;max-width:300px;height:48px;color:var(--button-primary-color);font-size:16px;font-weight:600;display:flex;justify-content:center;align-items:center;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)}#cart-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;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:16px;font-weight:600}.cart-item-options{color:#595959;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:#595959;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:color .2s linear}.cart-item-remove:hover{color:#303030}#cart-summary{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;padding:20px;border-top:1px solid #e6e6e6;background-color:#fff}#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:#595959;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:#595959;font-size:12px}#cart-checkout{width:100%;height:48px;color:var(--button-primary-color);font-size:16px;font-weight:600;display:flex;justify-content:center;align-items:center;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)}nav>a{font-size:28px;font-weight:500;cursor:pointer}nav>div{position:absolute;left:0;right:0;bottom:16px;display:flex;justify-content:center;align-items:center}#close-nav{position:absolute;top:16px;left:16px;width:44px;height:44px;color:#1a1a1a;display:flex;justify-content:center;align-items:center;cursor:pointer}#faq{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:48px;padding:48px}#faq>h2{color:#303030;font-size:28px;font-weight:700}.faq{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.faq>div{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px}.faq>div>button{width:100%;color:#303030;font-weight:600;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;cursor:pointer}.faq>div>button>svg{transition:all .2s linear}.faq>div>button.active>svg{transform:rotate(180deg)}.faq>div>p{max-width:256px;color:#303030;font-size:14px;line-height:1.6}.faq>div>p>strong{font-weight:700}.faq>div:not(:has(button.active))>p{display:none}.faq>hr{width:100%;height:1px;margin:16px 0;background-color:#e6e6e6}.site-footer{width:100%;background:#f5f5f5;border-top:1px solid #e0e0e0}.footer-main{max-width:1200px;margin:0 auto;padding:48px 24px}.footer-grid{display:grid;grid-template-columns:1fr;gap:32px}.footer-brand{display:flex;flex-direction:column;gap:24px;text-align:center;align-items:center}.footer-logo img{height:40px;width:auto}.footer-guarantees{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px;align-items:center}.footer-guarantees li{display:flex;align-items:center;gap:10px;font-size:13px;color:#595959}.footer-guarantees li svg{color:#16a34a;flex-shrink:0}.footer-nav{text-align:center}.footer-nav h4,.footer-nav .footer-heading{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;color:#1a1a1a}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;align-items:center}.footer-nav ul li a{font-size:13px;color:#595959;text-decoration:none;transition:color .2s ease}.footer-nav ul li a:hover{color:#1b492a}.footer-social{display:flex;gap:12px;justify-content:center}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;fill:#595959;transition:all .2s ease}.footer-social a:hover{background:#1b492a;border-color:#1b492a;fill:#fff}.footer-bottom{border-top:1px solid #e0e0e0;background:#fff}.footer-bottom-content{max-width:1200px;margin:0 auto;padding:20px 24px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;flex-wrap:wrap;gap:16px}.footer-bottom-content p{font-size:12px;color:#595959;margin:0}.footer-legal{display:flex;gap:24px;flex-wrap:wrap;justify-content:center}.footer-legal a{font-size:12px;color:#595959;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#1b492a}@media screen and (min-width: 900px){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}#open-nav{display:none}header>div:last-child{justify-content:center}}@media screen and (min-width: 768px){.footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media screen and (min-width: 1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.footer-brand{text-align:left;align-items:flex-start}.footer-guarantees{align-items:flex-start}.footer-nav{text-align:left}.footer-nav ul{align-items:flex-start}.footer-social{justify-content:flex-start}.footer-bottom-content{flex-direction:row;text-align:left}.footer-legal{flex-wrap:nowrap;justify-content:flex-end}}
