@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;background:#000;color:#fff}.announcement-bar{background:#111;border-bottom:1px solid #1f1f1f;text-align:center;padding:.5rem 1rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;color:#fff;position:relative;z-index:51}.announcement-bar span{color:#4ade80}#site-header{background:#000000eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #1a1a1a;transition:border-color .3s ease;position:fixed;top:0;left:0;right:0;z-index:50}#site-header.has-bar{top:0}#site-header.scrolled{background:#000000fa;border-bottom-color:#222}.nav-link{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#a3a3a3;transition:color .2s;position:relative}.nav-link:hover,.header-logo,.cart-icon,.hamburger-btn{color:#fff}.cart-badge{position:absolute;top:-6px;right:-6px;width:18px;height:18px;background:#22c55e;color:#000;border-radius:50%;font-size:10px;font-weight:800;display:none;align-items:center;justify-content:center;pointer-events:none}.stars{color:#f59e0b}.bottle-glow{filter:drop-shadow(0 0 60px rgba(34,197,94,.35))}.section-label{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#4ade80;margin-bottom:.75rem}.section-divider{width:40px;height:2px;background:#22c55e;margin:.75rem auto 1.5rem}.dark-card{background:#111;border:1px solid #1f1f1f;border-radius:1rem;transition:border-color .25s ease,transform .25s ease}.dark-card:hover{border-color:#2a2a2a;transform:translateY(-2px)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:#000;font-weight:800;font-size:1rem;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;transition:background .2s,transform .2s;border:none;cursor:pointer}.btn-primary:hover{background:#e5e5e5;transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:transparent;color:#fff;font-weight:700;font-size:1rem;padding:1rem 2rem;border-radius:.5rem;border:1.5px solid #333;text-decoration:none;transition:border-color .2s,background .2s}.btn-secondary:hover{border-color:#666;background:#111}.btn-green{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#22c55e;color:#000;font-weight:800;font-size:1rem;padding:1rem 2rem;border-radius:.5rem;text-decoration:none;transition:background .2s,transform .2s;border:none;cursor:pointer}.btn-green:hover{background:#16a34a;transform:translateY(-1px)}.hero-section{background:#000;min-height:100vh;display:flex;align-items:center;padding-top:5rem;overflow:hidden;position:relative}.hero-section:before{content:"";position:absolute;top:0;right:0;width:60%;height:100%;background:radial-gradient(ellipse at 80% 50%,rgba(22,163,74,.08) 0%,transparent 70%);pointer-events:none}.qty-btn{background:#111;border:1.5px solid #2a2a2a;color:#fff;border-radius:.5rem;transition:border-color .2s,background .2s;cursor:pointer}.qty-btn:hover{border-color:#444;background:#1a1a1a}.qty-btn.active{border-color:#22c55e;background:#22c55e14}#atc-btn.added{background:#16a34a;transform:scale(.97)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease}.faq-answer.open{max-height:400px}.faq-icon{transition:transform .25s ease}.faq-item.open .faq-icon{transform:rotate(45deg)}.faq-item{border:1px solid #1f1f1f;border-radius:.75rem;background:#0d0d0d;transition:border-color .2s}.faq-item:hover,.faq-item.open{border-color:#2a2a2a}.rating-bar{flex:1;height:8px;background:#1a1a1a;border-radius:99px;overflow:hidden}.rating-bar-fill{height:100%;background:#f59e0b;border-radius:99px}#cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:60;opacity:0;pointer-events:none;transition:opacity .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}#cart-overlay.active{opacity:1;pointer-events:auto}#cart-drawer{position:fixed;top:0;right:0;height:100%;width:100%;max-width:420px;background:#0d0d0d;border-left:1px solid #1f1f1f;z-index:70;transform:translate(105%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}#cart-drawer.open{transform:translate(0)}.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #1f1f1f;flex-shrink:0}.cart-drawer-close-btn{width:34px;height:34px;border-radius:.5rem;background:#1a1a1a;border:1px solid #2a2a2a;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;color:#fff}.cart-drawer-close-btn:hover{background:#222}.cart-shipping-bar{padding:.75rem 1.5rem;background:#22c55e0f;border-bottom:1px solid rgba(34,197,94,.12);flex-shrink:0}.cart-shipping-text{font-size:.75rem;font-weight:600;color:#4ade80;margin-bottom:.5rem}.cart-shipping-track{height:4px;background:#1a1a1a;border-radius:99px;overflow:hidden}.cart-shipping-fill{height:100%;background:#22c55e;border-radius:99px;transition:width .4s ease}.cart-drawer-items{flex:1;overflow-y:auto;padding:1rem 1.5rem;scroll-behavior:smooth}.cart-drawer-items::-webkit-scrollbar{width:4px}.cart-drawer-items::-webkit-scrollbar-track{background:#0d0d0d}.cart-drawer-items::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:2px}.drawer-item{display:flex;gap:1rem;align-items:flex-start;padding:.875rem 0;border-bottom:1px solid #1a1a1a}.drawer-item:last-child{border-bottom:none}.drawer-item-img{width:76px;height:76px;object-fit:cover;border-radius:.625rem;border:1px solid #1f1f1f;flex-shrink:0;background:#111}.drawer-item-img-placeholder{width:76px;height:76px;border-radius:.625rem;background:#111;border:1px solid #1f1f1f;display:flex;align-items:center;justify-content:center;flex-shrink:0}.drawer-item-body{flex:1;min-width:0}.drawer-item-title{font-size:.875rem;font-weight:700;color:#fff;line-height:1.3;text-decoration:none;display:block}.drawer-item-title:hover{color:#4ade80}.drawer-item-variant{font-size:.75rem;color:#666;margin-top:2px}.drawer-item-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.625rem}.drawer-qty-control{display:flex;align-items:center;border:1px solid #2a2a2a;border-radius:.375rem;overflow:hidden;background:#111}.drawer-qty-btn{width:30px;height:30px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#888;transition:background .15s,color .15s}.drawer-qty-btn:hover{background:#1a1a1a;color:#fff}.drawer-qty-num{width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff;border-left:1px solid #2a2a2a;border-right:1px solid #2a2a2a}.drawer-item-price{font-size:.875rem;font-weight:800;color:#fff}.drawer-remove-btn{font-size:.7rem;color:#555;background:none;border:none;cursor:pointer;transition:color .15s;padding:0}.drawer-remove-btn:hover{color:#ef4444}.cart-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;height:100%}.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid #1f1f1f;background:#080808;flex-shrink:0}.cart-checkout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:#fff;color:#000;font-weight:800;font-size:1rem;padding:.9rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:background .2s,transform .2s;margin-bottom:.75rem}.cart-checkout-btn:hover{background:#e5e5e5;transform:translateY(-1px)}.cart-view-link{display:block;text-align:center;font-size:.8rem;font-weight:600;color:#555;text-decoration:none;transition:color .2s}.cart-view-link:hover{color:#fff}.cart-qty-control{display:flex;align-items:center;border:1px solid #2a2a2a;border-radius:.5rem;overflow:hidden;background:#111}.cart-qty-control .qty-dec,.cart-qty-control .qty-inc{width:34px;height:34px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:background .15s,color .15s}.cart-qty-control .qty-dec:hover,.cart-qty-control .qty-inc:hover{background:#1a1a1a;color:#fff}.cart-qty-control .item-qty{width:36px;height:34px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff;border-left:1px solid #2a2a2a;border-right:1px solid #2a2a2a}.cart-remove-btn{font-size:.75rem;color:#555;background:none;border:none;cursor:pointer;transition:color .2s;padding:0;text-decoration:underline;text-underline-offset:2px}.cart-remove-btn:hover{color:#ef4444}.cart-checkout-btn-page{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:#000;font-weight:800;font-size:1rem;padding:1rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:background .2s,transform .2s}.cart-checkout-btn-page:hover{background:#e5e5e5;transform:translateY(-1px)}.cart-line-item.removing{opacity:0;transform:translate(20px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/16/assets/style.css.map */
