@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@300;400;500;600;700&display=swap";:root{--yellow: #EAB308;--yellow-lite: #F5C842;--yellow-dark: #CA8A04;--bg: #060606;--bg2: #0D0D0D;--surface: #111111;--surface2: #1A1A1A;--border: #222222;--border2: #2A2A2A;--text: #FFFFFF;--muted: #9CA3AF;--dim: #6B7280;--green: #22C55E;--red: #EF4444;--radius: 12px;--radius-lg: 18px;--transition: all .25s cubic-bezier(.4,0,.2,1)}@keyframes fadeUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}@keyframes fadeRight{0%{opacity:0;transform:translate(32px)}to{opacity:1;transform:translate(0)}}@keyframes glowPulse{0%,to{box-shadow:0 0 14px #eab30859,0 0 30px #eab3081a}50%{box-shadow:0 0 28px #eab308b3,0 0 70px #eab30840}}@keyframes shimmer{0%{background-position:-250% center}to{background-position:250% center}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes badgeBounce{0%,to{transform:scale(1)}45%{transform:scale(1.1)}65%{transform:scale(.95)}}@keyframes livePulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.7);opacity:.3}}@keyframes textGlow{0%,to{text-shadow:0 0 10px rgba(234,179,8,.5)}50%{text-shadow:0 0 24px rgba(234,179,8,1),0 0 48px rgba(234,179,8,.5)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes countUp{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes ripple{to{transform:scale(4);opacity:0}}@keyframes progressFill{0%{width:0%}}.reveal{opacity:0;transform:translateY(36px);transition:opacity .65s cubic-bezier(.4,0,.2,1),transform .65s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}.reveal.from-left{transform:translate(-36px)}.reveal.from-right{transform:translate(36px)}.reveal.zoom-in{transform:scale(.9)}.reveal.visible{opacity:1!important;transform:none!important}.stagger>*{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.stagger.visible>*{opacity:1;transform:none}.stagger.visible>*:nth-child(1){transition-delay:.05s}.stagger.visible>*:nth-child(2){transition-delay:.12s}.stagger.visible>*:nth-child(3){transition-delay:.19s}.stagger.visible>*:nth-child(4){transition-delay:.26s}.stagger.visible>*:nth-child(5){transition-delay:.33s}.stagger.visible>*:nth-child(6){transition-delay:.4s}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background:#060606;color:#fff;font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased;overflow-x:hidden;line-height:1.6}::selection{background:#eab30847;color:#fff}img{max-width:100%;height:auto;display:block}a{color:var(--yellow);text-decoration:none;transition:var(--transition)}a:hover{color:var(--yellow-lite)}h1,h2,h3,h4,h5,h6{font-family:Bebas Neue,sans-serif;color:#fff;letter-spacing:1.5px;line-height:1.05}p{color:var(--muted);line-height:1.7}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#0d0d0d}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--yellow-dark)}#particles-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.5}.page-wrap{position:relative;z-index:1}.announcement-bar{background:var(--surface);border-bottom:1px solid var(--border);padding:10px 0;overflow:hidden;white-space:nowrap}.announcement-bar__track{display:inline-flex;animation:marquee 30s linear infinite;width:max-content}.announcement-bar:hover .announcement-bar__track{animation-play-state:paused}.announcement-bar__item{display:inline-flex;align-items:center;gap:8px;padding:0 40px;font-size:13px;font-weight:600;color:var(--muted)}.announcement-bar__item .dot{width:7px;height:7px;border-radius:50%;background:var(--yellow);flex-shrink:0;animation:livePulse 2s ease-in-out infinite}.site-header{background:#060606ed;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:900;transition:box-shadow .3s ease,border-color .3s ease}.site-header.scrolled{box-shadow:0 4px 30px #0009;border-bottom-color:#eab30826}.header-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.header-logo a{font-family:Bebas Neue,sans-serif;font-size:1.6rem;letter-spacing:2px;color:#fff;display:flex;align-items:center;gap:2px}.header-logo span{color:var(--yellow)}.header-logo img{height:44px;width:auto}.header-nav{display:flex;align-items:center;gap:4px}.header-nav a{color:var(--muted);font-size:14px;font-weight:500;padding:7px 14px;border-radius:8px;transition:var(--transition);letter-spacing:.3px}.header-nav a:hover{color:var(--yellow);background:#eab30814}.header-actions{display:flex;align-items:center;gap:12px}.cart-icon{position:relative;color:#fff;cursor:pointer;padding:8px;border-radius:8px;transition:var(--transition);display:flex;align-items:center}.cart-icon:hover{background:#ffffff12}.cart-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2}.cart-count{position:absolute;top:-2px;right:-2px;background:var(--yellow);color:#000;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:badgeBounce 2.5s ease-in-out infinite}.mobile-menu-btn{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:8px}.mobile-menu-btn svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}.mobile-nav{display:none;background:var(--surface);border-bottom:1px solid var(--border);padding:16px 24px;flex-direction:column;gap:4px}.mobile-nav.open{display:flex}.mobile-nav a{color:var(--muted);font-size:15px;font-weight:500;padding:10px 14px;border-radius:8px;transition:var(--transition)}.mobile-nav a:hover{color:var(--yellow);background:#eab30814}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:DM Sans,sans-serif;font-weight:700;font-size:15px;letter-spacing:.4px;border:none;border-radius:var(--radius);padding:14px 28px;cursor:pointer;position:relative;overflow:hidden;transition:var(--transition);text-decoration:none}.btn-primary{background:var(--yellow);color:#000;animation:glowPulse 3s ease-in-out infinite}.btn-primary:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 30%,rgba(255,255,255,.3) 50%,transparent 70%);background-size:250% 100%;animation:shimmer 2.2s linear infinite;pointer-events:none}.btn-primary:hover{background:var(--yellow-lite);color:#000;transform:translateY(-2px) scale(1.02);box-shadow:0 0 24px #eab30899,0 0 60px #eab30833}.btn-primary:active{transform:scale(.97);transition-duration:.08s}.btn-secondary{background:transparent;color:#fff;border:1px solid var(--border2)}.btn-secondary:hover{border-color:var(--yellow);color:var(--yellow);background:#eab30812}.btn-lg{padding:17px 36px;font-size:17px;border-radius:14px}.btn-full{width:100%}.ripple-el{position:absolute;border-radius:50%;background:#0000002e;transform:scale(0);animation:ripple .6s linear;pointer-events:none}.hero{min-height:90vh;display:flex;align-items:center;padding:80px 24px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-50%;bottom:-50%;left:-50%;background:radial-gradient(ellipse at 20% 50%,rgba(234,179,8,.07) 0%,transparent 55%),radial-gradient(ellipse at 80% 20%,rgba(234,179,8,.04) 0%,transparent 50%);background-size:300% 300%;animation:gradientShift 10s ease infinite;pointer-events:none}.hero-inner{max-width:800px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;position:relative}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#22c55e1a;border:1px solid rgba(34,197,94,.25);border-radius:100px;padding:6px 16px;font-size:13px;font-weight:600;color:#86efac;margin-bottom:20px;animation:fadeLeft .6s ease both}.hero-badge .dot{width:7px;height:7px;border-radius:50%;background:var(--green);animation:livePulse 1.5s ease-in-out infinite}.hero-title{font-size:clamp(3rem,6vw,5.5rem);color:#fff;letter-spacing:2px;line-height:1.02;animation:fadeUp .7s .1s cubic-bezier(.4,0,.2,1) both}.hero-title span{color:var(--yellow);animation:textGlow 3s ease-in-out infinite}.hero-subtitle{font-size:1.1rem;color:var(--muted);margin:20px 0 32px;line-height:1.75;animation:fadeUp .7s .2s cubic-bezier(.4,0,.2,1) both}.hero-cta{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;animation:fadeUp .7s .3s cubic-bezier(.4,0,.2,1) both}.hero-trust{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:28px;font-size:13px;color:var(--dim);animation:fadeUp .7s .4s ease both;flex-wrap:wrap}.hero-trust span{display:flex;align-items:center;gap:5px}.hero-image{border-radius:20px;overflow:hidden;box-shadow:0 0 60px #eab3081f;animation:fadeRight .7s .15s cubic-bezier(.4,0,.2,1) both;border:1px solid var(--border)}.hero-image img{width:100%;height:auto;display:block}.stats-bar{background:var(--surface);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:32px 24px}.stats-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-item{text-align:center}.stat-number{font-family:Bebas Neue,sans-serif;font-size:clamp(2.2rem,4vw,3.5rem);color:var(--yellow);display:block;animation:textGlow 3s ease-in-out infinite}.stat-label{font-size:13px;color:var(--muted);font-weight:500}.section{padding:80px 24px}.section-inner{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:56px}.section-tag{display:inline-block;background:#eab3081a;border:1px solid rgba(234,179,8,.2);border-radius:100px;padding:5px 16px;font-size:12px;font-weight:700;letter-spacing:1.5px;color:var(--yellow);text-transform:uppercase;margin-bottom:16px}.section-title{font-size:clamp(2.2rem,5vw,4rem);color:#fff;margin-bottom:14px}.section-subtitle{font-size:1.05rem;color:var(--muted);max-width:560px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;cursor:pointer}.product-card:hover{border-color:#eab3088c;box-shadow:0 0 0 1px #eab30840,0 8px 40px #0009,0 0 18px #eab30833;transform:translateY(-6px)}.product-card__img{position:relative;overflow:hidden;aspect-ratio:1/1;background:var(--surface2)}.product-card__img img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__img img{transform:scale(1.06)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--red);color:#fff;font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;letter-spacing:.5px;animation:badgeBounce 2.5s ease-in-out infinite}.product-card__spots{position:absolute;top:12px;right:12px;background:#060606cc;color:var(--yellow);font-size:11px;font-weight:700;padding:4px 10px;border-radius:6px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.product-card__body{padding:20px;flex:1;display:flex;flex-direction:column;gap:10px}.product-card__tag{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--yellow)}.product-card__title{font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;line-height:1.35}.product-card__desc{font-size:13.5px;color:var(--muted);line-height:1.6}.product-card__price{display:flex;align-items:baseline;gap:10px;margin-top:4px}.product-card__price-current{font-size:1.5rem;font-weight:700;color:var(--yellow)}.product-card__price-old{font-size:.95rem;color:var(--dim);text-decoration:line-through}.product-card__savings{font-size:12px;font-weight:600;color:var(--green);background:#22c55e1a;padding:2px 8px;border-radius:100px}.product-card__footer{padding:0 20px 20px}.feature-list{display:flex;flex-direction:column;gap:10px;margin:14px 0}.feature-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--muted)}.feature-item .check{width:20px;height:20px;border-radius:50%;flex-shrink:0;background:#22c55e26;border:1px solid rgba(34,197,94,.3);color:var(--green);font-size:11px;display:flex;align-items:center;justify-content:center;margin-top:1px}.urgency-bar{background:#eab3080f;border:1px solid rgba(234,179,8,.15);border-radius:12px;padding:14px 18px;display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.urgency-bar__top{display:flex;justify-content:space-between;align-items:center;font-size:13px}.urgency-bar__label{color:var(--yellow);font-weight:700}.urgency-bar__sub{color:var(--dim);font-size:12px}.progress-track{background:var(--surface2);border-radius:100px;height:6px;overflow:hidden}.progress-fill{height:100%;border-radius:100px;background:linear-gradient(90deg,var(--yellow),var(--yellow-lite));width:0%;transition:width 1.2s cubic-bezier(.4,0,.2,1)}.urgency-bar__hint{font-size:12px;color:var(--muted)}.live-viewers{display:inline-flex;align-items:center;gap:8px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:100px;padding:5px 14px;font-size:13px;font-weight:600;color:#86efac;margin-bottom:14px}.live-viewers .dot{width:7px;height:7px;border-radius:50%;background:var(--green);animation:livePulse 1.5s ease-in-out infinite}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:16px}.testimonial-card:hover{border-color:#eab3084d;box-shadow:0 0 18px #eab30826;transform:translateY(-3px)}.testimonial-stars{color:var(--yellow);font-size:14px;letter-spacing:2px}.testimonial-text{font-size:14.5px;color:var(--muted);line-height:1.7;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:12px;border-top:1px solid var(--border)}.author-avatar{width:38px;height:38px;border-radius:50%;background:#eab30826;border:1px solid rgba(234,179,8,.3);display:flex;align-items:center;justify-content:center;font-family:Bebas Neue,sans-serif;font-size:1rem;color:var(--yellow);flex-shrink:0}.author-name{font-size:14px;font-weight:600;color:#fff}.author-role{font-size:12px;color:var(--dim)}.author-verified{margin-left:auto;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#86efac;font-size:11px;font-weight:600;padding:2px 8px;border-radius:100px}.comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.comparison-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px}.comparison-card.featured{border-color:#eab30866}.comparison-card__title{font-family:DM Sans,sans-serif;font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border)}.comparison-item{display:flex;align-items:flex-start;gap:12px;padding:8px 0;font-size:14px}.comparison-item.bad .icon{color:var(--red)}.comparison-item.good .icon{color:var(--green)}.comparison-item span{color:var(--muted);line-height:1.5}.product-page{padding:60px 24px}.product-page-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-gallery{position:sticky;top:90px}.product-gallery__main{border-radius:20px;overflow:hidden;border:1px solid var(--border);margin-bottom:12px}.product-gallery__main img{width:100%;height:auto;display:block}.product-info{display:flex;flex-direction:column;gap:18px}.product-title{font-size:clamp(2rem,4vw,3.2rem);color:#fff;letter-spacing:1.5px}.product-price{display:flex;align-items:baseline;gap:14px}.product-price__current{font-size:2.2rem;font-weight:700;color:var(--yellow);animation:textGlow 3s ease-in-out infinite}.product-price__old{font-size:1.2rem;color:var(--dim);text-decoration:line-through}.product-price__save{background:#22c55e1f;border:1px solid rgba(34,197,94,.2);color:#86efac;font-size:13px;font-weight:600;padding:3px 10px;border-radius:100px}.product-desc{font-size:15px;color:var(--muted);line-height:1.75}.product-trust{display:flex;flex-wrap:wrap;gap:10px;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-badge{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted);font-weight:500}.cart-page{padding:60px 24px}.cart-page-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:16px}.cart-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px;display:flex;align-items:center;gap:16px;animation:fadeUp .4s ease both}.cart-item__img{width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0;background:var(--surface2)}.cart-item__info{flex:1}.cart-item__name{font-size:15px;font-weight:600;color:#fff;margin-bottom:4px}.cart-item__price{font-size:1rem;font-weight:700;color:var(--yellow)}.cart-item__remove{background:none;border:none;color:var(--dim);cursor:pointer;font-size:18px;padding:4px;transition:var(--transition);line-height:1}.cart-item__remove:hover{color:var(--red)}.cart-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:sticky;top:90px}.cart-summary__title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:20px}.cart-summary__row{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);padding:8px 0;border-bottom:1px solid var(--border)}.cart-summary__row:last-of-type{border-bottom:none}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:700;padding:14px 0;border-top:1px solid var(--border);margin-top:8px}.cart-summary__total span:last-child{color:var(--yellow);animation:textGlow 3s ease-in-out infinite}.coupon-row{display:flex;gap:8px;margin:14px 0}.coupon-row input{flex:1;background:var(--surface2);border:1px solid var(--border2);border-radius:8px;color:#fff;padding:10px 12px;font-size:14px}.coupon-row input:focus{outline:none;border-color:var(--yellow)}.coupon-row input::placeholder{color:var(--dim)}input,textarea,select{background:var(--surface2);border:1px solid var(--border2);border-radius:8px;color:#fff;padding:12px 14px;font-family:DM Sans,sans-serif;font-size:14px;width:100%;transition:var(--transition)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--yellow);box-shadow:0 0 0 3px #eab30826}input::placeholder,textarea::placeholder{color:var(--dim)}label{display:block;color:var(--muted);font-size:13px;font-weight:500;margin-bottom:6px}.form-group{margin-bottom:16px}.site-footer{background:#040404;border-top:1px solid var(--border);padding:60px 24px 30px}.footer-inner{max-width:1200px;margin:0 auto 48px;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}.footer-brand__logo{font-family:Bebas Neue,sans-serif;font-size:1.5rem;letter-spacing:2px;color:#fff;margin-bottom:12px;display:block}.footer-brand__logo span{color:var(--yellow)}.footer-brand__desc{font-size:14px;color:var(--dim);line-height:1.7;max-width:260px}.footer-social{display:flex;gap:10px;margin-top:20px}.footer-social a{width:36px;height:36px;border-radius:8px;background:var(--surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;color:var(--dim);transition:var(--transition);font-size:14px}.footer-social a:hover{border-color:var(--yellow);color:var(--yellow);background:#eab30814}.footer-col__title{font-family:DM Sans,sans-serif;font-size:13px;font-weight:700;color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:16px}.footer-col__links{display:flex;flex-direction:column;gap:8px}.footer-col__links a{color:var(--dim);font-size:14px;transition:var(--transition);display:inline-block}.footer-col__links a:hover{color:var(--yellow);transform:translate(4px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--dim);flex-wrap:wrap;gap:12px}.footer-badges{display:flex;gap:8px;align-items:center}.footer-badge{background:var(--surface);border:1px solid var(--border);border-radius:6px;padding:4px 10px;font-size:11px;color:var(--dim)}.collection-header{background:var(--bg2);border-bottom:1px solid var(--border);padding:56px 24px;text-align:center}.collection-title{font-size:clamp(2.5rem,6vw,5rem);color:#fff;letter-spacing:2px}.collection-desc{font-size:1rem;color:var(--muted);max-width:480px;margin:12px auto 0}.collection-body{padding:48px 24px}.collection-inner{max-width:1200px;margin:0 auto}.breadcrumbs{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;gap:8px;font-size:13px;color:var(--dim)}.breadcrumbs a{color:var(--dim);transition:var(--transition)}.breadcrumbs a:hover{color:var(--yellow)}.breadcrumbs span{color:var(--muted)}.empty-state{text-align:center;padding:80px 24px}.empty-state h2{font-size:2rem;color:#fff;margin-bottom:12px}.empty-state p{color:var(--muted);margin-bottom:28px}@media(max-width:1024px){.footer-inner{grid-template-columns:1fr 1fr}.hero-inner{grid-template-columns:1fr}.hero-image{display:none}.stats-inner{grid-template-columns:repeat(2,1fr)}.product-page-inner{grid-template-columns:1fr}.product-gallery{position:static}.cart-page-inner{grid-template-columns:1fr}.cart-summary{position:static}.comparison-grid{grid-template-columns:1fr}}@media(max-width:768px){.header-nav{display:none}.mobile-menu-btn{display:flex}.hero{padding:60px 20px;min-height:80vh}.hero-title{font-size:clamp(2.5rem,10vw,4rem)}.section{padding:56px 20px}.footer-inner{grid-template-columns:1fr}.stats-inner{grid-template-columns:1fr 1fr}.btn-lg{padding:15px 28px;font-size:15px}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%;justify-content:center}.products-grid,.testimonials-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}@keyframes textGlow{0%,to{text-shadow:0 0 6px rgba(234,179,8,.3)}50%{text-shadow:0 0 14px rgba(234,179,8,.6),0 0 28px rgba(234,179,8,.2)}}@keyframes glowPulse{0%,to{box-shadow:0 0 8px #eab30840,0 0 20px #eab30814}50%{box-shadow:0 0 16px #eab30873,0 0 40px #eab30826}}.btn-soft-glow{animation:glowPulse 3.5s ease-in-out infinite!important}.hero-highlight{color:var(--yellow);animation:textGlow 4s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:.75;box-shadow:0 0 8px #eab30833}50%{opacity:1;box-shadow:0 0 18px #eab30880}}.card-bottom-badge{display:block;text-align:center;margin-top:10px;background:var(--yellow);color:#000;font-size:11px;font-weight:700;letter-spacing:1.5px;padding:7px 16px;border-radius:100px;width:fit-content;margin-left:auto;margin-right:auto;animation:badgePulse 3.5s ease-in-out infinite}.card-img-badge{position:absolute;bottom:14px;left:50%;transform:translate(-50%);background:var(--yellow);color:#000;font-size:11px;font-weight:700;letter-spacing:1.5px;padding:6px 18px;border-radius:100px;white-space:nowrap;z-index:3;animation:badgePulse 3.5s ease-in-out infinite}.products-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important}@media(max-width:900px){.products-grid{grid-template-columns:1fr!important}}.section-inner .products-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-auto-rows:auto!important;gap:20px!important;align-items:start!important}.card-label-badge{position:absolute!important;bottom:12px!important;left:50%!important;transform:translate(-50%)!important;background:#eab308!important;color:#000!important;font-size:10px!important;font-weight:700!important;letter-spacing:1.2px!important;padding:5px 16px!important;border-radius:100px!important;white-space:nowrap!important;z-index:5!important;pointer-events:none!important;animation:badgePulse 3.5s ease-in-out infinite!important}
/*# sourceMappingURL=/cdn/shop/t/19/assets/theme.css.map */
