*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#16a34a;--primary-dark:#15803d;--primary-light:#22c55e;--primary-glow:rgba(22, 163, 74, 0.15);--bg:#f5f5f7;--surface:#ffffff;--surface-2:#f0f0f2;--text:#1a1a1a;--text-light:#555555;--text-muted:#555555;--border:rgba(0, 0, 0, 0.08);--shadow:rgba(0, 0, 0, 0.08);--radius:20px;--danger:#ef4444;--success:#22c55e;--warning:#f59e0b}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}.hidden{display:none!important}.top-bar{padding:.75rem 1rem;background:#1a1a1a;display:flex;justify-content:center;align-items:center;position:relative;z-index:10001}.logo{display:flex;align-items:center;gap:.5rem}.logo img{height:40px;filter:brightness(1.1)}.logo-text{color:#fff;font-weight:700;font-size:1.2rem}.top-bar-actions{display:flex;align-items:center;gap:.5rem;position:absolute;right:1rem}.icon-btn{background:var(--primary);border:none;width:40px;height:40px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;text-decoration:none}.icon-btn svg{width:22px;height:22px;fill:#fff}.icon-btn:hover{background:var(--primary-light);transform:scale(1.05)}.cart-count,.icon-badge{position:absolute;top:-5px;right:-5px;background:#ff4757;color:#fff;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700}.loading{display:flex;align-items:center;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-8px)}40%,80%{transform:translateX(8px)}}.toast{position:fixed;bottom:100px;left:50%;transform:translateX(-50%) translateY(100px);background:var(--primary);color:#fff;padding:.9rem 1.5rem;border-radius:100px;font-weight:600;z-index:999999;opacity:0;transition:all .4s cubic-bezier(.4, 0, .2, 1);box-shadow:0 10px 40px rgba(0,0,0,.2)}.toast.error{background:var(--danger)}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.footer{background:#1a1a1a;padding:2.5rem 1.5rem 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;max-width:900px;margin:0 auto 1.5rem}.footer-col:first-child{text-align:left}.footer-col:nth-child(2){text-align:center}.footer-col:last-child{text-align:right}.footer-logo{margin-bottom:.75rem}.footer-logo img{height:50px;filter:brightness(1.1)}.footer-address{color:rgba(255,255,255,.6);font-size:.8rem;line-height:1.5}.footer-col h4{color:#fff;font-size:.9rem;font-weight:700;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.85rem;transition:color .2s;cursor:pointer}.footer-links a:hover{color:var(--primary-light)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1rem;text-align:center}.footer-info{color:rgba(255,255,255,.6);font-size:.8rem;margin-bottom:.25rem}.footer-copy{color:rgba(255,255,255,.7);font-size:.75rem;margin-bottom:.75rem}.footer-powered{margin-top:.5rem}.footer-powered a{display:inline-flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.5);text-decoration:none;font-size:.7rem;transition:color .2s}.footer-powered a:hover{color:rgba(255,255,255,.8)}.footer-powered .powered-logo{height:18px;opacity:.6;transition:opacity .2s}.footer-powered a:hover .powered-logo{opacity:1}.footer.footer-simple{padding:2rem 1rem;text-align:center}.footer.footer-simple .footer-logo{display:flex;justify-content:center;margin-bottom:.75rem}.footer.footer-simple .footer-logo img{height:44px}.floating-call-btn{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(22,163,74,.4);z-index:1000;transition:all .3s ease;text-decoration:none}.floating-call-btn:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(22,163,74,.5)}.floating-call-btn:active{transform:scale(.95)}.floating-call-btn svg{width:26px;height:26px;fill:#fff}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.85rem}.form-input{width:100%;padding:.8rem 1rem;border:2px solid var(--border);border-radius:12px;font-size:.95rem;font-family:inherit;transition:all .2s}.form-input:focus{outline:0;border-color:var(--primary)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.btn-primary{width:100%;padding:1rem;border-radius:100px;background:var(--primary);border:none;color:#fff;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.btn-primary:hover{background:var(--primary-dark)}.btn-secondary{width:100%;padding:1rem;border-radius:100px;background:var(--surface-2);border:none;color:var(--text);font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.btn-secondary:hover{background:var(--border)}.btn-danger{width:100%;padding:1rem;border-radius:100px;background:var(--danger);border:none;color:#fff;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.btn-danger:hover{opacity:.9}@media (max-width:600px){.footer-grid{grid-template-columns:1fr;text-align:center!important;gap:1.5rem}.footer-col,.footer-col:first-child,.footer-col:last-child,.footer-col:nth-child(2){text-align:center!important}.footer-logo{justify-content:center;display:flex}}#headerLogo{width:120px;height:auto!important;max-height:43px;object-fit:contain}#footerLogo{width:auto;max-width:280px;height:100px;object-fit:contain}.powered-logo{width:24px!important;height:24px!important;object-fit:contain}.footer-copy{color:#4b5563!important}.footer{color:#374151}img{max-width:100%;height:auto}.card{min-height:280px;contain:layout style}.card-img{aspect-ratio:550/378;min-height:110px;background:#f0f0f0}.card-img img{width:100%;height:100%;object-fit:cover}.categories{min-height:52px;contain:layout}.cat-btn{min-height:40px}#headerLogo{width:120px;height:43px}#footerLogo{width:280px;height:100px}.featured-slider{min-height:180px;contain:layout style}.campaigns-banner-card{min-height:80px;contain:layout}.modal-img{min-height:250px;aspect-ratio:550/378}.modal-img img{width:100%;height:100%;object-fit:cover}.grid{min-height:400px}.consent-checkbox{margin:.8rem 0;font-size:.75rem;line-height:1.4;color:var(--text-muted)}.consent-checkbox label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.consent-checkbox input[type=checkbox]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:var(--primary);cursor:pointer}.consent-checkbox span{flex:1}.consent-checkbox a{color:var(--primary);font-weight:600;text-decoration:none}.consent-checkbox a:hover{text-decoration:underline}.consent-checkbox strong{color:var(--text)}.consent-checkbox.required{margin-top:1rem}.required-star{color:#dc2626;font-weight:700}.consent-checkbox.required input:invalid{outline:2px solid #dc2626}html{touch-action:manipulation}input,select,textarea{font-size:16px!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:.75rem}.scroll-to-top{position:fixed;bottom:90px;left:20px;width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0,#16a34a 100%);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(34,197,94,.4);opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4, 0, .2, 1);z-index:999}.scroll-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.scroll-to-top:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(34,197,94,.5)}.scroll-to-top:active{transform:translateY(0)}.scroll-to-top svg{width:24px;height:24px;stroke:white;stroke-width:2.5;fill:none}@media (max-width:768px){.scroll-to-top{width:44px;height:44px;bottom:80px;left:16px}.scroll-to-top svg{width:22px;height:22px}}.phone-input-wrapper{display:flex;align-items:center;background:var(--card);border:1px solid var(--border);border-radius:10px;overflow:hidden;transition:border-color .2s}.phone-input-wrapper:focus-within{border-color:var(--primary)}.phone-prefix{padding:0 12px;font-weight:600;color:var(--text);background:var(--bg);border-right:1px solid var(--border);height:100%;display:flex;align-items:center;min-height:44px}.phone-input-wrapper .form-input{border:none;border-radius:0;flex:1}.phone-input-wrapper .form-input:focus{box-shadow:none}