:root{--color-primary:#1b5e20;--color-accent:#4caf50;--color-bg:#fff;--color-surface:#f7f7f7;--color-text:#1a1a1a;--color-text-light:#666;--font-heading:"Playfair Display", serif;--font-body:"Inter", sans-serif;--spacing-container:1440px;--border-radius-lg:12px;--border-radius-sm:4px;--shadow-soft:0 10px 30px #0000000d;--shadow-hover:0 20px 40px #1b5e201a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}html{overflow-x:hidden}h1,h2,h3{font-family:var(--font-heading);color:var(--color-primary);letter-spacing:-.01em;font-weight:700}.container{max-width:var(--spacing-container);margin:0 auto;padding:0 40px}@media (width<=768px){.container{padding:0 20px}}.header-main{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background-color:#fffffffa;border-bottom:1px solid #f0f0f0;padding:15px 0;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;display:flex}.header-nav-list{align-items:center;gap:12px;list-style:none;display:flex}.header-nav-link{color:var(--color-primary);letter-spacing:.3px;white-space:nowrap;font-size:13px;font-weight:600;text-decoration:none;transition:color .3s}.header-nav-link:hover{color:var(--color-accent)}.btn{text-transform:uppercase;letter-spacing:1.5px;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;padding:16px 32px;font-size:13px;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#0a2540 0%,#1a56db 100%);position:relative;overflow:hidden;box-shadow:0 4px 15px #1a56db4d}.btn-primary:after{content:"";opacity:0;z-index:1;background:linear-gradient(135deg,#1a56db 0%,#0a2540 100%);width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.btn-primary>*{z-index:2;position:relative}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #1a56db80}.btn-primary:hover:after{opacity:1}.vacuum-brand-filter-container{width:100%}.vacuum-brand-cards-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.vacuum-brand-card{-webkit-backdrop-filter:blur(12px);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff9;border:1.5px solid #d1d5db99;border-radius:14px;flex-direction:column;justify-content:space-between;gap:10px;padding:16px 20px;transition:all .25s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;box-shadow:0 4px 16px #00000005,inset 0 1px #ffffffe6}.vacuum-brand-card:hover{background:#ffffffd9;border-color:#6b728080;transform:translateY(-2px);box-shadow:0 8px 24px #0000000d,inset 0 1px #fff}.vacuum-brand-card.active{background:#fffffff2;border-width:1.5px;border-color:#111827;box-shadow:0 8px 24px #00000014,inset 0 1px #fff}.brand-card-top{justify-content:space-between;align-items:center;gap:8px;display:flex}.brand-card-title{color:#111827;font-family:Inter,sans-serif;font-size:16px;font-weight:700}.vacuum-brand-card.active .brand-card-title{color:#000}.brand-card-pill{color:#4b5563;letter-spacing:.3px;background:#0000000d;border-radius:20px;padding:4px 10px;font-size:11px;font-weight:700;transition:all .2s}.vacuum-brand-card.active .brand-card-pill{color:#fff;background:#111827}.brand-card-sub{color:#6b7280;margin:0;font-size:12px;line-height:1.4}@media (width<=900px){.vacuum-brand-cards-grid{grid-template-columns:1fr;gap:12px}}.grid-collections{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:40px 30px;padding:40px 0;display:grid}.product-card{background-color:var(--color-surface);border-radius:var(--border-radius-lg);flex-direction:column;height:100%;transition:all .5s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-hover);background-color:#fff;transform:translateY(-10px)}.product-card-image-link{text-decoration:none;display:block}.product-card-image-container{background-color:#fff;width:100%;padding-bottom:90%;position:relative;overflow:hidden}.product-card-image{object-fit:contain;width:100%;height:100%;padding:20px;transition:opacity .4s,transform .8s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.product-card-image.secondary-img,.product-card-image-container.has-hover:hover .product-card-image.primary-img{opacity:0}.product-card-image-container.has-hover:hover .product-card-image.secondary-img{opacity:1}.product-card:hover .product-card-image{transform:scale(1.08)}.product-card-content{text-align:center;flex-direction:column;flex:1;align-items:center;padding:24px;display:flex}.product-card-title{font-size:18px;font-family:var(--font-body);color:var(--color-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin-bottom:12px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card-pricing{margin-bottom:20px}.product-card-price{color:var(--color-primary);font-size:20px;font-weight:800}.product-card-compare-price{color:var(--color-text-light);margin-left:10px;font-size:14px;text-decoration:line-through}.product-card-buttons{flex-direction:column;align-items:center;gap:8px;width:100%;margin-top:auto;display:flex}.product-card-btn{letter-spacing:.8px;width:100%;max-width:220px;padding:11px 18px;font-size:12px}.btn-secondary{color:#1a56db;background:#fff;border:1.5px solid #1a56db;box-shadow:0 2px 8px #0000000a}.btn-secondary:hover{background:#f0f5ff;transform:translateY(-2px);box-shadow:0 4px 12px #1a56db26}.product-card-badge-container{z-index:10;pointer-events:none;position:absolute;top:0;left:0}.product-card-badge{justify-content:center;align-items:center;display:inline-flex}.sale-badge{color:#fff;font-family:var(--font-body);letter-spacing:.15em;text-transform:uppercase;background:linear-gradient(135deg,#ff416c 0%,#ff4b2b 100%);border-radius:0 0 12px;padding:6px 14px;font-size:11px;font-weight:800;animation:2s ease-in-out infinite sale-pulse;position:relative;overflow:hidden;box-shadow:0 4px 15px #ff416c80,0 1px 3px #0003}.sale-badge:after{content:"";background:#ffffff40;width:40%;height:200%;animation:3s ease-in-out infinite sale-shine;position:absolute;top:-50%;left:-60%;transform:skew(-20deg)}@keyframes sale-pulse{0%,to{box-shadow:0 4px 15px #ff416c80,0 1px 3px #0003}50%{box-shadow:0 4px 25px #ff416cd9,0 1px 3px #0003}}@keyframes sale-shine{0%{opacity:0;left:-60%}20%{opacity:1}50%{opacity:0;left:130%}to{opacity:0;left:130%}}section{padding:100px 0}.section-title{text-align:center;margin-bottom:50px;font-size:42px}.header-hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:20px;height:14px;padding:0;display:none}.hamburger-line{background-color:#1b5e20;width:100%;height:2px;transition:all .3s}.header-hamburger.open .hamburger-line:first-child{transform:translateY(6px)rotate(45deg)}.header-hamburger.open .hamburger-line:nth-child(2){opacity:0}.header-hamburger.open .hamburger-line:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.header-nav-mobile{background-color:#fff;border-bottom:1px solid #f0f0f0;width:100%;max-height:0;transition:max-height .3s ease-in-out;position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000000d}.header-nav-mobile.open{max-height:500px}.header-logo-text{transition:font-size .2s}@media (width<=1024px){.header-nav-desktop{display:none}.header-hamburger{display:flex}}@media (width<=768px){section{padding:50px 0}.section-title{margin-bottom:30px;font-size:26px}.grid-collections{grid-template-columns:repeat(2,1fr);gap:16px 12px;padding:20px 0}.product-card-content{padding:12px}.product-card-title{min-height:2.8em;margin-bottom:8px;font-size:14px}.product-card-price{font-size:15px}.product-card-compare-price{margin-left:6px;font-size:11px}.product-card-btn{padding:10px 14px;font-size:11px}.header-logo-text{font-size:18px!important}.footer-grid{grid-template-columns:1fr!important;gap:30px!important}.footer-main{margin-top:50px!important;padding:40px 0 20px!important}}@media (width<=480px){.grid-collections{grid-template-columns:repeat(2,1fr);gap:12px 8px}.product-card-title{font-size:13px}.product-card-price{font-size:14px}}
