@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";.header{-webkit-backdrop-filter:blur(12px);z-index:1000;background-color:#ffffffeb;border-bottom:1px solid #00000008;align-items:center;width:100%;height:80px;transition:all .3s;display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 20px #0000000d}.header-container{justify-content:space-between;align-items:center;height:100%;display:flex}.logo{align-items:center;gap:.65rem;text-decoration:none;display:flex;background:0 0!important}.header-logo-img{object-fit:contain;mix-blend-mode:multiply;max-width:180px;height:54px;transition:transform .3s;background:0 0!important}.header-logo-img:hover{transform:scale(1.04)}.logo-text{font-family:"Outfit", "Plus Jakarta Sans", var(--font-sans), sans-serif;white-space:nowrap;align-items:center;gap:.4rem;font-size:1.35rem;font-weight:800;line-height:1;display:flex}.logo-text-main{color:#0a0a0a;letter-spacing:.5px;font-weight:900}.logo-text-accent{background:linear-gradient(135deg,#00aeef 0%,#0077b6 100%);-webkit-text-fill-color:transparent;letter-spacing:1px;-webkit-background-clip:text;font-weight:900}.nav{align-items:center;display:flex}.nav-list{gap:var(--space-lg);align-items:center;display:flex}.nav-list a{text-transform:capitalize;letter-spacing:.5px;color:var(--text-muted);font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.nav-list a:hover{color:var(--primary)}.nav-list a:after{content:"";background-color:var(--primary);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-list a:hover:after,.nav-list a.nav-active:after{width:100%}.nav-active{color:var(--primary)!important;font-weight:700!important}.nav-dropdown-wrapper{align-items:center;height:100%;display:flex;position:relative}.nav-category-link{align-items:center;gap:.3rem;padding:.5rem 0;display:flex}.category-chevron-icon{color:#64748b;transition:transform .25s}.nav-dropdown-wrapper:hover .category-chevron-icon{color:#00aeef;transform:rotate(180deg)}.desktop-category-dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:1200;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:380px;padding:1.25rem;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 20px 40px -10px #0000001f,0 8px 16px -6px #0000000d}.desktop-category-dropdown:before{content:"";background:#fff;border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.nav-dropdown-wrapper:hover .desktop-category-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.dropdown-shapes-header{text-transform:uppercase;letter-spacing:.05em;color:#64748b;border-bottom:1px solid #f1f5f9;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.8rem;font-weight:700}.dropdown-shapes-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.shape-dropdown-item{background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;align-items:center;gap:.65rem;padding:.6rem .75rem;text-decoration:none;transition:all .2s!important;display:flex!important}.shape-dropdown-item:after{display:none!important}.shape-dropdown-item:hover{background-color:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px)}.shape-dropdown-icon{font-size:1.1rem}.shape-dropdown-label{color:#1e293b;font-size:.875rem;font-weight:600}.shape-dropdown-item:hover .shape-dropdown-label{color:#2563eb}.header-actions{align-items:center;gap:var(--space-md);padding-right:8px;display:flex}.action-icon{color:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:background-color .2s,transform .2s;display:flex;position:relative}.action-icon:hover{background-color:var(--secondary);transform:translateY(-2px)}.header-auth-buttons{background-color:#f1f5f9;border-radius:24px;align-items:center;gap:8px;padding:4px;display:flex;box-shadow:inset 0 2px 4px #0000000d}.auth-btn{font-family:var(--font-sans);color:var(--text-muted);border-radius:20px;padding:6px 16px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1)}.auth-btn:hover{color:var(--primary)}.auth-btn.active{background-color:var(--primary);color:var(--white);box-shadow:0 4px 6px #0000001a}.badge-count{background-color:var(--accent);color:var(--white);z-index:2;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 3px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-2px;box-shadow:0 2px 5px #00000026}.mobile-menu-btn{display:none!important}.mobile-nav-backdrop{z-index:1040;-webkit-backdrop-filter:blur(2px);cursor:pointer;background-color:#00000080;width:100vw;height:100vh;position:fixed;top:0;left:0}.mobile-nav-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding-bottom:1rem;display:none}.mobile-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;align-items:center;padding:.2rem;display:flex}.mobile-nav-auth{border-top:1px solid #f1f5f9;width:100%;margin-top:auto;padding-top:1rem;display:none}.mobile-user-profile-card{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;width:100%;padding:.85rem;box-shadow:0 4px 12px #00000008}.user-profile-info{border-bottom:1px solid #e2e8f0;align-items:center;gap:.75rem;margin-bottom:.85rem;padding-bottom:.75rem;display:flex}.user-avatar-circle{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0077b6 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.15rem;font-weight:800;display:flex;box-shadow:0 4px 10px #00aeef4d}.user-details-text{flex-direction:column;display:flex;overflow:hidden}.user-greeting{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.user-name{color:#0a0a0a;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;overflow:hidden}.user-action-buttons{grid-template-columns:1.15fr .85fr;gap:.5rem;width:100%;display:grid}.btn-mobile-account{color:#fff;white-space:nowrap;background-color:#00aeef;border-radius:10px;justify-content:center;align-items:center;gap:.35rem;padding:.65rem .35rem;font-size:.82rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 3px 8px #00aeef40}.btn-mobile-account:hover{background-color:#08c;transform:translateY(-1px)}.btn-mobile-logout{color:#ef4444;cursor:pointer;white-space:nowrap;background-color:#fef2f2;border:1px solid #fee2e2;border-radius:10px;justify-content:center;align-items:center;gap:.35rem;padding:.65rem .35rem;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.btn-mobile-logout:hover{color:#fff;background-color:#ef4444;border-color:#ef4444}.mobile-drawer-auth{background-color:#f1f5f9;border-radius:24px;justify-content:center;align-items:center;gap:4px;width:100%;padding:4px;box-shadow:inset 0 2px 4px #0000000d;display:flex!important}.drawer-auth-btn{text-align:center;font-family:var(--font-sans);color:var(--text-muted);border-radius:20px;flex:1;padding:8px 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1)}.drawer-auth-btn:hover{color:var(--primary)}.drawer-auth-btn.active{background-color:var(--primary);color:var(--white);box-shadow:0 4px 6px #0000001a}@media (width>=768px) and (width<=1024px){.header{height:75px}.header-logo-img{max-width:140px;height:46px}.logo-text{font-size:1.2rem}.nav-list{gap:1.25rem}.nav-list a{font-size:.9rem}.desktop-category-dropdown{width:320px}}@media (width<=991px){.desktop-category-dropdown{display:none!important}.mobile-menu-btn{cursor:pointer;color:var(--primary);background:0 0;border:none;justify-content:center;align-items:center;padding:.4rem;display:flex!important}.mobile-nav-header,.mobile-nav-auth{display:flex}.logo{gap:.4rem}.header-logo-img{max-width:110px;height:38px}.logo-text{gap:.25rem;font-size:1.05rem}.header-actions{gap:.5rem;padding-right:8px}.nav{z-index:1050;box-sizing:border-box;background-color:#fff;flex-direction:column;justify-content:space-between;align-items:flex-start;width:290px;height:100dvh;padding:1.25rem;transition:left .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:-320px;overflow-y:auto;box-shadow:4px 0 25px #00000026}.nav-open{left:0}.nav-list{flex-direction:column;flex:1;align-items:stretch;gap:.5rem;width:100%;overflow-y:auto}.nav-list li{width:100%}.nav-list a{color:#1e293b;box-sizing:border-box;border-bottom:1px solid #f1f5f9;width:100%;padding:.75rem .85rem;font-size:1rem;transition:all .2s;display:block}.nav-list a.nav-active{box-sizing:border-box;background-color:#e6f7ff;border-left:4px solid #00aeef;border-radius:8px;color:#00aeef!important;width:100%!important;padding-left:.85rem!important;font-weight:700!important}.nav-list a:after,.category-chevron-icon{display:none}}@media (width<=576px){.header{height:70px}.header-logo-img{max-width:90px;height:34px}.logo-text{gap:.2rem;font-size:.95rem}.action-icon{width:36px;height:36px}.header-actions{gap:.4rem;padding-right:10px}.header-auth-buttons{display:none}}.footer{background-color:var(--primary);color:#ffffffb3;padding:var(--space-xl) 0 0 0;margin-top:auto}.footer-grid{gap:var(--space-xl);margin-bottom:var(--space-xl);grid-template-columns:2fr 1fr 1fr 1.5fr;display:grid}.footer-logo-wrap{margin-bottom:var(--space-md);align-items:center;gap:.6rem;display:flex;background:0 0!important;padding:0!important}.footer-logo-img{object-fit:contain;filter:brightness(0)invert();max-width:180px;height:52px;transition:transform .3s;display:block;background:0 0!important}.footer-logo-img:hover{transform:scale(1.05)}.footer-logo-text{font-family:"Outfit", "Plus Jakarta Sans", var(--font-sans), sans-serif;white-space:nowrap;align-items:center;gap:.4rem;font-size:1.4rem;font-weight:800;line-height:1;display:flex}.footer-logo-main{color:#fff;letter-spacing:.5px;font-weight:900}.footer-logo-accent{color:#00aeef;letter-spacing:1px;font-weight:900}.footer-logo{color:var(--white);margin-bottom:var(--space-md);letter-spacing:1px;font-size:1.5rem}.footer-desc{margin-bottom:var(--space-lg);line-height:1.8}.social-icons{gap:var(--space-md);display:flex}.social-icons a{width:40px;height:40px;color:var(--white);transition:all var(--transition-normal);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;display:flex}.social-icons a:hover{background-color:var(--accent);transform:translateY(-3px)}.footer-title{color:var(--white);margin-bottom:var(--space-md);padding-bottom:var(--space-sm);font-size:1.125rem;position:relative}.footer-title:after{content:"";background-color:var(--accent);width:40px;height:2px;position:absolute;bottom:0;left:0}.footer-links li,.footer-contact li{margin-bottom:var(--space-sm)}.footer-links a{transition:color var(--transition-fast)}.footer-links a:hover{color:var(--accent);padding-left:4px}.footer-contact li{align-items:flex-start;gap:var(--space-sm);display:flex}.contact-icon{color:var(--accent);flex-shrink:0;margin-top:4px}.footer-contact a{color:inherit;transition:color var(--transition-fast);text-decoration:none}.footer-contact a:hover{color:var(--accent)}.footer-bottom{padding:var(--space-lg) 0;text-align:center;border-top:1px solid #ffffff1a;font-size:.875rem}@media (width<=1024px){.footer-grid{gap:var(--space-lg);grid-template-columns:1fr 1fr}}@media (width<=576px){.footer-grid{grid-template-columns:1fr}}.product-card-wrap{background-color:var(--white);border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;height:100%;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.product-card-wrap:hover{border-color:#e2e8f0;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-card-img-box{background-color:#f8fafc;width:100%;padding-top:80%;position:relative;overflow:hidden}.product-card-img-box a{justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:absolute;top:0;left:0}.product-card-img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .4s}.product-card-img.main-img{opacity:1}.product-card-img.hover-img{opacity:0;position:absolute;transform:scale(1.1)}.product-card-wrap.has-hover:hover .product-card-img.main-img{opacity:0}.product-card-wrap:hover .product-card-img.hover-img{opacity:1;transform:scale(1)}.wishlist-badge-btn{cursor:pointer;z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 5px #0000001a}.wishlist-badge-btn:hover{transform:scale(1.1)}.wishlist-badge-btn.active{background:#fef2f2}.card-top-badges{z-index:10;flex-direction:column;gap:6px;display:flex;position:absolute;top:12px;left:12px}.card-badge{text-transform:uppercase;letter-spacing:.5px;color:#fff;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700}.badge-featured{background:linear-gradient(135deg,#f59e0b,#d97706)}.badge-new{background:linear-gradient(135deg,#10b981,#059669)}.product-card-body{flex-direction:column;flex-grow:1;padding:.75rem;display:flex}.card-meta-tags{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.meta-tag-brand,.meta-tag-category,.meta-tag-shape,.meta-tag-frametype{text-transform:uppercase;letter-spacing:.3px;white-space:nowrap;border-radius:4px;padding:2px 6px;font-size:.65rem;font-weight:600}.meta-tag-brand{color:#2563eb;background-color:#eff6ff}.meta-tag-category{color:#475569;background-color:#f1f5f9}.meta-tag-shape{color:#166534;background-color:#f0fdf4}.meta-tag-frametype{color:#7e22ce;background-color:#faf5ff}.product-title-text{color:#1e293b;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:6px;font-size:.95rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.product-title-text a{color:inherit;text-decoration:none;transition:color .2s}.product-title-text a:hover{color:#00aeef}.card-price-row{align-items:center;gap:8px;margin-bottom:12px;display:flex}.current-price{color:#00aeef;font-size:1.15rem;font-weight:800}.old-price{color:#94a3b8;font-size:.85rem;font-weight:500;text-decoration:line-through}.card-btn-actions{flex-direction:row;align-items:center;gap:8px;margin-top:auto;display:flex}.btn-card-cart{color:#0f172a;cursor:pointer;background-color:#f1f5f9;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.btn-card-cart:hover{color:#fff;background-color:#00aeef}.btn-card-whatsapp{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:10px;flex-grow:1;justify-content:center;align-items:center;gap:6px;height:42px;padding:0 12px;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.btn-card-whatsapp:hover{background:linear-gradient(135deg,#128c7e,#075e54);transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}@media (width<=768px){.product-card-body{padding:.65rem}.current-price{font-size:1.05rem}.product-title-text{font-size:.85rem}.btn-card-whatsapp{gap:5px;height:40px;padding:0 10px;font-size:.8rem;font-weight:700}.btn-card-whatsapp span{display:inline-block!important}.btn-card-cart{width:40px;height:40px}}.home-page-container{color:#1e293b;background-color:#f8fafc;width:100%;font-family:Poppins,Plus Jakarta Sans,sans-serif;overflow-x:hidden}.home-hero-section{color:#fff;background-image:linear-gradient(135deg,#0b192cd9 0%,#0f172ae6 100%),url(https://images.unsplash.com/photo-1577803645773-f96470509666?auto=format&fit=crop&q=80&w=1600);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:80vh;padding:4.5rem 1.5rem;display:flex;position:relative}.home-hero-section.hero-carousel{aspect-ratio:1351/601;background-color:#0f172a;width:100%;height:auto;min-height:auto;padding:0;position:relative;overflow:hidden}.home-hero-section.hero-carousel:before{content:"";padding-top:44.4856%;display:block}.hero-slide{opacity:0;visibility:hidden;z-index:1;width:100%;height:100%;transition:opacity .6s ease-in-out,visibility .6s ease-in-out;position:absolute;top:0;left:0}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-slide-img{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.carousel-arrow{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172aa6;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.carousel-arrow:hover{background:#00aeef;border-color:#00aeef;transform:translateY(-50%)scale(1.1)}.carousel-arrow.prev{left:1.25rem}.carousel-arrow.next{right:1.25rem}.carousel-dots{z-index:20;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%)}.carousel-dots .dot{cursor:pointer;background:#ffffff73;border:1px solid #0003;border-radius:50%;width:10px;height:10px;transition:all .3s}.carousel-dots .dot.active{background:#00aeef;border-radius:12px;width:28px}.home-hero-glow{pointer-events:none;background:radial-gradient(circle,#00aeef4d 0%,#0f172a00 70%);width:700px;height:700px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.home-hero-content{text-align:center;z-index:2;max-width:920px;margin:0 auto;padding:0 1rem;position:relative}.hero-badges-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;margin-bottom:1.25rem;display:flex}.hero-badge-item{color:#38bdf8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #00aeef66;border-radius:50px;padding:.35rem 1rem;font-size:.85rem;font-weight:600}.home-hero-title{letter-spacing:-1px;text-shadow:0 4px 20px #0006;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:3.25rem;font-weight:800;line-height:1.15;color:#fff!important}.home-hero-gujarati{color:#38bdf8;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.85rem;font-weight:700}.home-hero-desc{color:#e2e8f0;max-width:720px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.65}.home-hero-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn-hero-primary{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #00aeef59}.btn-view-all-products{border-radius:50px!important;width:auto!important;max-width:280px!important;margin:0 auto!important;padding:.75rem 1.75rem!important;font-size:.95rem!important;font-weight:700!important;display:inline-flex!important}.btn-explore-stylish-eyewear{border-radius:50px!important;width:auto!important;max-width:290px!important;margin:0 auto!important;padding:.75rem 1.75rem!important;font-size:.95rem!important;font-weight:700!important;display:inline-flex!important}.btn-hero-whatsapp{color:#fff;background:#25d366;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #25d36659}.btn-hero-secondary{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-hero-secondary:hover{color:#fff;background:#ffffff40}.home-section{padding:5.5rem 1.5rem}.home-section.bg-white{background-color:#fff}.home-section.bg-light{background-color:#f8fafc}.home-section-container{width:100%;max-width:1200px;margin:0 auto}.section-header-wrap{text-align:center;max-width:720px;margin:0 auto 2.5rem;padding:0 .5rem}.section-header-wrap h2{color:#0f172a;letter-spacing:-.5px;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.25}.section-header-wrap p{color:#64748b;margin:0;font-size:1.05rem;line-height:1.6}.products-grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.style-personality-grid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}.style-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:2.25rem 1.75rem;transition:all .3s;box-shadow:0 10px 30px #00000008}.style-card:hover{border-color:#00aeef;transform:translateY(-5px);box-shadow:0 15px 35px #00aeef1f}.style-tag-badge{color:#00aeef;letter-spacing:1px;background:#00aeef1a;border-radius:20px;margin-bottom:1rem;padding:.35rem 1.15rem;font-size:.85rem;font-weight:800;display:inline-block}.style-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.style-card p{color:#64748b;margin:0;font-size:.95rem;line-height:1.6}.home-testing-box{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:32px;padding:3.5rem 2.5rem}.home-testing-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.home-testing-img-wrap{text-align:center;background:#fff;border-radius:24px;padding:1.5rem;position:relative;box-shadow:0 25px 50px -12px #00000080}.home-testing-img-wrap img{object-fit:contain;max-width:100%;max-height:380px;margin:0 auto;display:block}.home-testing-tag{color:#fff;background:#00aeef;border-radius:20px;padding:.35rem .85rem;font-size:.8rem;font-weight:700;position:absolute;top:16px;right:16px}.testing-content-side h2{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.25}.testing-content-side p{color:#cbd5e1;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.testing-feature-list{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.25rem;display:grid}.testing-feature-card{color:#f1f5f9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.testing-feature-card svg{color:#38bdf8;flex-shrink:0}.why-grid-6{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.why-card-item{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem 1.5rem;transition:all .3s;box-shadow:0 6px 20px #00000005}.why-card-item:hover{border-color:#00aeef;transform:translateY(-5px);box-shadow:0 15px 30px #00aeef1a}.why-num-badge{color:#00aeef;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:900}.why-card-item h3{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.why-card-item p{color:#64748b;margin:0;font-size:.925rem;line-height:1.6}.brands-marquee-box{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:2.5rem 1.5rem;overflow:hidden;box-shadow:0 10px 30px #00000008}.home-marquee-track{cursor:pointer;align-items:center;gap:1.75rem;width:max-content;animation:25s linear infinite scrollHomeMarquee;display:flex}.brands-marquee-box:hover .home-marquee-track,.brands-marquee-box:active .home-marquee-track{animation-play-state:paused}@keyframes scrollHomeMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-pill-item{color:#0f172a;white-space:nowrap;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50px;padding:.75rem 2rem;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:800;transition:all .3s}.brand-pill-item:hover{color:#00aeef;background:#fff;border-color:#00aeef}.lens-grid-5{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.lens-card-item{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.75rem;text-decoration:none;transition:all .3s;display:block;box-shadow:0 8px 25px #00000008}.lens-card-item:hover{border-color:#00aeef;transform:translateY(-5px)}.lens-icon-wrap{color:#00aeef;background:#00aeef1a;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.lens-card-item h3{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.lens-card-item p{color:#64748b;line-height:1.65;margin-bottom:0!important;font-size:.975rem!important}.btn-cat-link{color:#00aeef;align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.btn-cat-link:hover{color:#0284c7;text-decoration:underline}.home-store-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 15px 40px #0000000f}.home-store-img-side{background:#0f172a;min-height:420px;position:relative}.home-store-img-side img{object-fit:contain;width:100%;height:100%;display:block}.home-store-info-side{flex-direction:column;justify-content:center;padding:2.75rem 2.25rem;display:flex}.home-store-info-side h3{color:#0f172a;margin-bottom:.75rem;font-size:1.85rem;font-weight:800}.home-store-desc{color:#64748b;margin-bottom:2rem;font-size:1rem;line-height:1.6}.home-store-contact-list{flex-direction:column;gap:1.15rem;margin-bottom:2.25rem;display:flex}.store-contact-row{align-items:flex-start;gap:1rem;display:flex}.store-icon-box{color:#00aeef;background:#00aeef1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.home-store-actions-row{align-items:center;gap:.5rem;width:100%;margin-top:1rem;display:flex}.btn-store-action{white-space:nowrap;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.65rem .5rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 12px #0000000a}.btn-store-action.btn-directions{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border:none}.btn-store-action.btn-directions:hover{background:#0284c7;transform:translateY(-2px);box-shadow:0 6px 15px #00aeef4d}.btn-store-action.btn-call{color:#0f172a;background:#fff;border:1px solid #cbd5e1}.btn-store-action.btn-call:hover{color:#00aeef;background:#f0f9ff;border-color:#00aeef;transform:translateY(-2px)}.btn-store-action.btn-whatsapp{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border:none}.btn-store-action.btn-whatsapp:hover{background:linear-gradient(135deg,#128c7e 0%,#075e54 100%);transform:translateY(-2px);box-shadow:0 6px 15px #25d3664d}@media (width<=640px){.home-store-actions-row{flex-direction:column;gap:.5rem}.btn-store-action{width:100%}}.reviews-section{background-color:#fff;padding:3.5rem 1.5rem}.reviews-section-badge{color:#00aeef;letter-spacing:1.5px;background:#00aeef1a;border-radius:50px;margin-bottom:.75rem;padding:.35rem 1.15rem;font-size:.8rem;font-weight:800;display:inline-block}.reviews-grid-wrapper{box-sizing:border-box;width:100%;max-width:1240px;margin:2rem auto 0;position:relative}.reviews-viewport{border-radius:20px;width:100%;padding:.5rem .25rem;overflow:hidden}.reviews-track{width:100%;transform:translateX(calc(-1 * var(--review-index,0) * (100% / 4 + .3125rem)));gap:1.25rem;transition:transform .45s cubic-bezier(.16,1,.3,1);display:flex}.review-grid-card{box-sizing:border-box;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;flex:0 0 calc(25% - .9375rem);justify-content:space-between;padding:1.5rem 1.25rem;transition:all .3s;display:flex;box-shadow:0 6px 20px #00000008}.review-grid-card:hover{border-color:#00aeef;transform:translateY(-4px);box-shadow:0 12px 30px #00aeef24}.review-card-top{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.review-quote-icon{color:#00aeef;background:#00aeef1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.review-stars{align-items:center;gap:.15rem;display:flex}.review-comment-body{color:#334155;-webkit-line-clamp:4;-webkit-box-orient:vertical;min-height:5.8em;margin:0 0 1.25rem;font-size:.885rem;font-weight:500;line-height:1.6;display:-webkit-box;overflow:hidden}.review-author-box{border-top:1px solid #f1f5f9;align-items:center;gap:.75rem;padding-top:.85rem;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.05rem;font-weight:800;display:flex;box-shadow:0 4px 10px #00aeef40}.author-details{flex-direction:column;gap:.1rem;display:flex;overflow:hidden}.author-name-text{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9rem;font-weight:800;overflow:hidden}.author-location{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.775rem;overflow:hidden}.verified-badge-pill{color:#16a34a;align-items:center;gap:.2rem;font-size:.725rem;font-weight:600;display:inline-flex}.reviews-slider-arrow{color:#0f172a;cursor:pointer;z-index:10;background:#fff;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.reviews-slider-arrow:hover{color:#fff;background:#00aeef;border-color:#00aeef;transform:translateY(-50%)scale(1.1)}.reviews-slider-arrow.prev{left:-18px}.reviews-slider-arrow.next{right:-18px}.reviews-dots-wrap{justify-content:center;align-items:center;gap:.45rem;margin-top:1.5rem;display:flex}.review-dot-item{cursor:pointer;background:#cbd5e1;border-radius:50%;width:9px;height:9px;transition:all .3s}.review-dot-item.active{background:#00aeef;border-radius:10px;width:24px}@media (width<=1199px){.reviews-track{transform:translateX(calc(-1 * var(--review-index,0) * (100% / 3 + .416rem)))}.review-grid-card{flex:0 0 calc(33.3333% - .833333rem)}}@media (width<=991px){.reviews-slider-arrow{display:none!important}.reviews-track{transform:translateX(calc(-1 * var(--review-index,0) * (100% / 2 + .625rem)))}.review-grid-card{flex:0 0 calc(50% - .625rem)}}@media (width<=639px){.reviews-section{padding:2.25rem .85rem!important}.reviews-grid-wrapper{margin-top:1.25rem!important;padding:0!important}.reviews-viewport{border-radius:16px!important;padding:.25rem 0!important}.reviews-track{transform:translateX(calc(-1 * var(--review-index,0) * (100% + .85rem)))!important;gap:.85rem!important}.review-grid-card{border-radius:16px!important;flex:0 0 100%!important;padding:1.25rem 1rem!important;box-shadow:0 4px 15px #0000000a!important}.review-card-top{margin-bottom:.65rem!important}.review-quote-icon{width:30px!important;height:30px!important}.review-comment-body{min-height:4.8em!important;margin-bottom:1rem!important;font-size:.85rem!important;line-height:1.55!important}.review-author-box{gap:.65rem!important;padding-top:.65rem!important}.author-avatar{width:36px!important;height:36px!important;font-size:.95rem!important}.author-name-text{font-size:.85rem!important}.author-location{font-size:.75rem!important}.reviews-slider-arrow{width:32px!important;height:32px!important}.reviews-slider-arrow.prev{left:2px!important}.reviews-slider-arrow.next{right:2px!important}.reviews-dots-wrap{margin-top:1.15rem!important}}.local-seo-box{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:2.5rem 2.25rem;box-shadow:0 10px 30px #00000008}.local-seo-box h2{color:#0f172a;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.85rem;font-weight:800}.local-seo-box p{color:#475569;margin:0;font-size:1.05rem;line-height:1.8}.faq-accordion-wrap{flex-direction:column;gap:1rem;max-width:880px;margin:0 auto;display:flex}.faq-accordion-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #00000005}.faq-accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:background .2s;display:flex}.faq-accordion-header:hover{background:#f8fafc}.faq-accordion-header.active{background:#00aeef0d;border-bottom:1px solid #e2e8f0}.faq-question-text{color:#0f172a;align-items:center;gap:.85rem;font-size:1.05rem;font-weight:700;display:flex}.faq-q-badge{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:800;display:flex;box-shadow:0 4px 10px #00aeef40}.faq-chevron{color:#00aeef;flex-shrink:0;transition:transform .3s}.faq-accordion-header.active .faq-chevron{transform:rotate(180deg)}.faq-accordion-body{color:#475569;background:#fff;padding:1.35rem 1.5rem 1.5rem 4rem;font-size:.975rem;line-height:1.7}.home-cta-box{text-align:center;background:linear-gradient(135deg,#0b192c 0%,#0f172a 70%,#0284c7 100%);border-radius:32px;max-width:1200px;margin:2.5rem auto;padding:4.5rem 1.5rem;box-shadow:0 25px 50px -12px #0000004d;color:#fff!important}.home-cta-box h2{margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.85rem;font-weight:800;color:#fff!important}.home-cta-box p{max-width:640px;margin:0 auto 2.5rem;font-size:1.15rem;color:#cbd5e1!important}.sticky-whatsapp-btn{z-index:999;color:#fff;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;text-decoration:none;transition:transform .3s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 25px #25d36680}.sticky-whatsapp-btn:hover{color:#fff;transform:scale(1.1)}@media (width<=1024px){.home-section{padding:3rem 1.25rem}.home-hero-title{font-size:2.5rem}.home-hero-gujarati{font-size:1.45rem}.home-hero-desc{margin-bottom:1.5rem;font-size:1rem}.section-header-wrap{margin-bottom:2rem}.section-header-wrap h2{font-size:1.95rem}.products-grid-4{grid-template-columns:repeat(3,1fr);gap:1.25rem}.style-personality-grid,.why-grid-6,.lens-grid-5,.trust-points-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.home-testing-grid,.home-store-card{grid-template-columns:1fr;gap:1.75rem}.home-testing-box{border-radius:24px;padding:2.5rem 1.5rem}.home-store-info-side{padding:2rem 1.5rem}.home-cta-box{border-radius:24px;padding:3.5rem 1.25rem}.home-cta-box h2{font-size:2.1rem}}@media (width<=768px){.home-hero-section.hero-carousel{width:100%;aspect-ratio:1351/601!important;height:auto!important;min-height:auto!important;max-height:auto!important}.products-grid-4,.style-personality-grid,.lens-grid-5,.why-grid-6{grid-template-columns:repeat(2,1fr);gap:1rem}.testing-feature-list{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (width<=640px){.home-section{padding:1.75rem 1rem!important}.home-hero-section{min-height:65vh;padding:2.25rem 1rem!important}.home-hero-section.hero-carousel{width:100%;aspect-ratio:1351/601!important;height:auto!important;min-height:auto!important;max-height:auto!important}.carousel-arrow{width:34px!important;height:34px!important}.carousel-arrow.prev{left:.4rem!important}.carousel-arrow.next{right:.4rem!important}.carousel-dots{bottom:.5rem!important}.carousel-dots .dot{width:7px!important;height:7px!important}.carousel-dots .dot.active{width:20px!important}.hero-badges-row{gap:.35rem!important;margin-bottom:.75rem!important}.hero-badge-item{padding:.2rem .65rem!important;font-size:.75rem!important}.home-hero-title{margin-bottom:.35rem!important;font-size:1.65rem!important;line-height:1.25!important}.home-hero-gujarati{margin-bottom:.65rem!important;font-size:1.15rem!important}.home-hero-desc{margin-bottom:1.25rem!important;font-size:.875rem!important;line-height:1.5!important}.home-hero-actions{flex-direction:column!important;gap:.6rem!important;width:100%!important}.btn-hero-primary,.btn-hero-whatsapp,.btn-hero-secondary{text-align:center!important;box-sizing:border-box!important;border-radius:25px!important;justify-content:center!important;width:100%!important;padding:.65rem 1rem!important;font-size:.875rem!important}.section-header-wrap{margin-bottom:1.25rem!important}.section-header-wrap h2{margin-bottom:.25rem!important;font-size:1.4rem!important}.section-header-wrap p{font-size:.85rem!important}.products-grid-4{grid-template-columns:1fr!important;gap:1rem!important}.product-card-wrap{border-radius:16px!important;box-shadow:0 4px 15px #0000000a!important}.product-card-img-box{background:#f8fafc!important;height:180px!important}.product-card-img-box img{object-fit:contain!important;padding:.5rem!important}.product-card-info{padding:.85rem!important}.product-brand-tag{margin-bottom:.15rem!important;font-size:.7rem!important}.product-name-title{-webkit-line-clamp:2!important;min-height:auto!important;margin-bottom:.25rem!important;font-size:.95rem!important;line-height:1.25!important}.product-sku-code{margin-bottom:.35rem!important;font-size:.725rem!important}.product-price-display{margin-bottom:.65rem!important;font-size:1.05rem!important;font-weight:800!important}.product-btn-group{grid-template-columns:1fr 1fr!important;gap:.5rem!important;margin-top:.5rem!important;display:grid!important}.btn-prod-details,.btn-prod-whatsapp{box-sizing:border-box!important;border-radius:8px!important;justify-content:center!important;width:100%!important;padding:.55rem .35rem!important;font-size:.775rem!important}.btn-prod-whatsapp svg{width:14px!important;height:14px!important}.style-personality-grid,.why-grid-6,.lens-grid-5{grid-template-columns:1fr!important;gap:.85rem!important}.style-card{border-radius:16px!important;padding:1.25rem 1rem!important}.style-card h3{margin-bottom:.4rem!important;font-size:1.1rem!important}.style-card p{font-size:.85rem!important}.why-card-item{border-radius:14px!important;padding:1.15rem 1rem!important}.why-num-badge{margin-bottom:.35rem!important;font-size:1.3rem!important}.why-card-item h3{margin-bottom:.35rem!important;font-size:1rem!important}.why-card-item p{font-size:.825rem!important}.home-testing-box{border-radius:18px!important;padding:1.5rem 1rem!important}.home-testing-grid{gap:1.25rem!important}.home-testing-img-wrap{border-radius:14px!important;padding:.75rem!important}.home-testing-img-wrap img{max-height:200px!important}.testing-content-side h2{margin-bottom:.5rem!important;font-size:1.35rem!important}.testing-content-side p{margin-bottom:1.15rem!important;font-size:.85rem!important}.testing-feature-list{grid-template-columns:1fr!important;gap:.6rem!important;margin-bottom:1.25rem!important}.testing-feature-card{border-radius:10px!important;padding:.65rem .85rem!important;font-size:.825rem!important}.brands-marquee-box{border-radius:16px!important;padding:1.35rem .75rem!important}.brand-pill-item{padding:.5rem 1.15rem!important;font-size:.95rem!important}.lens-card-item{border-radius:14px!important;padding:1.15rem 1rem!important}.lens-icon-wrap{border-radius:10px!important;width:40px!important;height:40px!important;margin-bottom:.75rem!important}.lens-card-item h3{font-size:1rem!important}.lens-card-item p{margin-bottom:.75rem!important;font-size:.825rem!important}.home-store-card{border-radius:16px!important}.home-store-img-side{min-height:200px!important;max-height:250px!important}.home-store-info-side{padding:1.25rem .85rem!important}.home-store-info-side h3{margin-bottom:.4rem!important;font-size:1.35rem!important}.home-store-desc{margin-bottom:1.15rem!important;font-size:.85rem!important}.home-store-contact-list{gap:.75rem!important;margin-bottom:1.25rem!important}.store-contact-row{gap:.65rem!important;font-size:.825rem!important}.store-icon-box{border-radius:8px!important;width:32px!important;height:32px!important}.trust-points-grid{grid-template-columns:repeat(2,1fr)!important;gap:.65rem!important}.trust-point-card{border-radius:12px!important;padding:1rem .5rem!important}.trust-point-icon{width:36px!important;height:36px!important;margin-bottom:.5rem!important}.trust-point-card h4{font-size:.825rem!important}.local-seo-box{border-radius:14px!important;padding:1.25rem .85rem!important}.local-seo-box h2{margin-bottom:.5rem!important;font-size:1.25rem!important}.local-seo-box p{font-size:.85rem!important;line-height:1.55!important}.faq-accordion-wrap{gap:.65rem!important}.faq-accordion-item{border-radius:12px!important}.faq-accordion-header{padding:.75rem .85rem!important}.faq-question-text{gap:.5rem!important;font-size:.85rem!important}.faq-q-badge{width:24px!important;height:24px!important;font-size:.7rem!important}.faq-accordion-body{padding:.75rem .85rem .85rem!important;font-size:.8rem!important;line-height:1.55!important}.home-cta-box{border-radius:18px!important;margin:1.25rem auto!important;padding:1.85rem .85rem!important}.home-cta-box h2{margin-bottom:.5rem!important;font-size:1.4rem!important;line-height:1.25!important}.home-cta-box p{margin-bottom:1.25rem!important;font-size:.85rem!important}.sticky-whatsapp-btn{width:48px!important;height:48px!important;bottom:14px!important;right:14px!important}}@media (width<=380px){.product-card-img-box{height:160px!important}.product-name-title{font-size:.875rem!important}.product-price-display{font-size:.95rem!important}.btn-prod-details,.btn-prod-whatsapp{padding:.45rem .25rem!important;font-size:.725rem!important}.home-hero-title{font-size:1.45rem!important}}.home-categories-grid{grid-template-columns:repeat(6,1fr);justify-content:center;gap:1.25rem;display:grid}.home-category-card{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;height:100%;padding:1.5rem 1rem;text-decoration:none;transition:all .3s;display:flex}.home-category-card:hover{border-color:#00aeef;transform:translateY(-5px);box-shadow:0 10px 25px #00aeef26}.home-category-img-wrap{background:#f8fafc;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto;padding:0;display:flex;overflow:hidden}.home-category-img-wrap img{object-fit:cover;width:100%;height:100%}.home-category-title{color:#0a0a0a;margin:0;font-size:1rem;font-weight:600}.home-category-card-wrapper{height:100%;position:relative}.home-category-shapes-dropdown{z-index:50;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:180px;padding:1rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 15px 35px #00000026}.home-category-shapes-dropdown:before{content:"";background:#fff;border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.home-category-card-wrapper:hover .home-category-shapes-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.shapes-dropdown-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;text-align:left;border-bottom:1px solid #f1f5f9;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.75rem;font-weight:700}.shapes-dropdown-list{flex-direction:column;gap:.35rem;display:flex}.home-shape-link{color:#475569;text-align:left;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.home-shape-link:hover{color:#00aeef;background:#f8fafc}.home-shape-link-img{object-fit:contain;width:28px;height:28px}@media (width<=1200px){.home-categories-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=991px){.home-categories-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}}@media (width<=576px){.home-categories-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.home-category-card{padding:1rem .5rem}.home-category-img-wrap{width:60px;height:60px}.home-category-title{font-size:.9rem!important}}.lenskart-modal-overlay{-webkit-backdrop-filter:blur(5px);z-index:999999;touch-action:none;background:#0f172a99;flex-direction:column;justify-content:flex-end;align-items:center;width:100vw;height:100dvh;padding:0;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.lenskart-bottom-sheet{z-index:1000000;background:#fff;border-top:1px solid #e2e8f0;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:600px;max-height:80dvh;margin:0 auto;animation:.3s cubic-bezier(.16,1,.3,1) slideUpBottomSheet;display:flex;position:relative;overflow:hidden;box-shadow:0 -10px 40px #0000004d}@keyframes slideUpBottomSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet-handle-bar{background:#cbd5e1;border-radius:10px;flex-shrink:0;width:44px;height:5px;margin:12px auto 6px}.bottom-sheet-header{background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:.85rem 1.35rem .95rem;display:flex}.bottom-sheet-title{color:#1e1b4b;margin:0;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.bottom-sheet-close-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.bottom-sheet-close-btn:hover{color:#ef4444;background:#fee2e2}.bottom-sheet-body{padding:1.15rem 1.25rem calc(2.25rem + env(safe-area-inset-bottom,15px)) 1.25rem;-webkit-overflow-scrolling:touch;flex-direction:column;flex:0 auto;gap:1rem;min-height:0;display:flex;overflow-y:auto}.lenskart-shapes-grid{grid-template-columns:repeat(2,1fr);gap:.85rem;display:grid}.lenskart-shape-card{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:1.15rem .85rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 3px 10px #00000005}.lenskart-shape-card:hover{background:#e0f2fe;border-color:#00aeef;transform:translateY(-2px);box-shadow:0 8px 20px #00aeef26}.lenskart-shape-card:active{background:#bae6fd;transform:scale(.97)}.lenskart-shape-img-box{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:100%;height:60px;margin-bottom:.65rem;padding:.4rem;display:flex;box-shadow:inset 0 1px 3px #0000000d}.lenskart-shape-img-box img{object-fit:contain;max-width:85%;max-height:100%}.lenskart-shape-name{color:#1e1b4b;text-align:center;font-family:Outfit,sans-serif;font-size:1rem;font-weight:800}.btn-lenskart-view-all{color:#fff;cursor:pointer;text-align:center;background:#00aeef;border:1.5px solid #00aeef;border-radius:18px;justify-content:center;align-items:center;width:100%;margin-top:.5rem;padding:1rem;font-family:Outfit,Poppins,sans-serif;font-size:1.05rem;font-weight:800;transition:all .25s;display:flex;box-shadow:0 6px 20px #00aeef40}.btn-lenskart-view-all:hover,.btn-lenskart-view-all:active{color:#fff;background:#0284c7;border-color:#0284c7;box-shadow:0 8px 22px #00aeef61}.home-view-more-wrap{text-align:center;justify-content:center;align-items:center;margin-top:1.75rem;margin-bottom:.5rem;display:flex}.btn-shop-by-view-more{color:#00aeef;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #00aeef;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-family:Outfit,Poppins,sans-serif;font-size:.85rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #00aeef1f}.btn-shop-by-view-more:hover{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border-color:#00aeef;transform:translateY(-2px);box-shadow:0 8px 20px #00aeef4d}.btn-shop-by-view-more:active{transform:translateY(0)}@media (width>=641px) and (width<=1024px){.hero-slide-content h1{font-size:2.25rem!important;line-height:1.2!important}.hero-slide-content p{font-size:1rem!important}.products-grid-4{grid-template-columns:repeat(3,1fr)!important;gap:1.25rem!important}.home-category-shapes-grid{grid-template-columns:repeat(4,1fr)!important;gap:1rem!important}.home-brand-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.25rem!important}.home-testing-layout{grid-template-columns:1fr!important;gap:2rem!important}.testing-feature-list{grid-template-columns:repeat(2,1fr)!important}}.home-category-card-container{position:relative;overflow:visible}.home-category-hover-dropdown{opacity:0;visibility:hidden;pointer-events:none;z-index:150;background:#fff;border:1px solid #e2e8f0;border-radius:16px;width:200px;padding:.75rem;transition:all .25s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% - 10px);left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 16px 35px -5px #0000001f,0 6px 15px -4px #0000000d}.home-category-hover-dropdown:before{content:"";background:#fff;border-top:1px solid #e2e8f0;border-left:1px solid #e2e8f0;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}@media (width>=992px){.home-category-card-container:hover .home-category-hover-dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(4px)}}@media (width<=991px){.home-category-hover-dropdown{display:none!important}}.category-shape-pop-item{color:#334155;border-radius:8px;align-items:center;gap:.65rem;margin-bottom:2px;padding:.55rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.category-shape-pop-item:hover{color:#00aeef;background-color:#f1f5f9;transform:translate(3px)}.shape-pop-icon{font-size:1rem}.category-shape-pop-footer{text-align:center;border-top:1px solid #f1f5f9;margin-top:.5rem;padding-top:.5rem}.category-shape-pop-footer a{color:#64748b;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .2s}.category-shape-pop-footer a:hover{color:#00aeef;text-decoration:underline}.shop-page{color:#1e293b;background-color:#f8fafc;min-height:100vh}.shop-hero-banner{color:#fff;background:linear-gradient(135deg,#0b192c 0%,#0f172a 70%,#0284c7 100%);padding:3.5rem 1.5rem;position:relative;overflow:hidden}.shop-hero-glow{pointer-events:none;background:radial-gradient(circle,#00aeef40 0%,#0f172a00 70%);width:600px;height:600px;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.shop-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.shop-hero-badge{color:#38bdf8;letter-spacing:1px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #00aeef66;border-radius:50px;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.35rem 1.15rem;font-size:.85rem;font-weight:700;display:inline-flex}.shop-hero-title{margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:2.75rem;font-weight:800;line-height:1.2;color:#fff!important}.shop-hero-gujarati{color:#38bdf8;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.shop-hero-desc{color:#cbd5e1;max-width:620px;margin:0 auto 1.75rem;font-size:1rem;line-height:1.6}.shop-search-bar{background:#fff;border-radius:50px;align-items:center;max-width:580px;margin:0 auto;padding:.35rem .35rem .35rem 1.25rem;display:flex;position:relative;box-shadow:0 10px 30px #0003}.search-bar-icon{color:#94a3b8;flex-shrink:0}.shop-search-bar input{color:#0f172a;background:0 0;border:none;outline:none;width:100%;padding:.65rem .75rem;font-size:.95rem}.search-clear-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;margin-right:.35rem;padding:.25rem}.search-clear-btn:hover{color:#ef4444}.search-submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border:none;border-radius:50px;padding:.65rem 1.35rem;font-size:.9rem;font-weight:700;transition:all .2s}.search-submit-btn:hover{background:#0284c7}.shop-container{padding-top:2rem;padding-bottom:4rem}.active-filters-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.75rem;padding:.55rem .85rem;display:flex;box-shadow:0 4px 12px #00000005}.active-filters-label{color:#64748b;white-space:nowrap;margin-right:.2rem;font-size:.8rem;font-weight:700}.filter-chip{color:#00aeef;white-space:nowrap;background:#00aeef1a;border:1px solid #00aeef4d;border-radius:50px;align-items:center;gap:.35rem;padding:.22rem .65rem;font-size:.785rem;font-weight:600;display:inline-flex}.filter-chip button{color:#00aeef;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.filter-chip button:hover{color:#ef4444}.btn-clear-all-chip{color:#475569;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:50px;align-items:center;gap:.3rem;margin-left:auto;padding:.22rem .65rem;font-size:.785rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-clear-all-chip:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.shop-layout{grid-template-columns:280px 1fr;align-items:start;gap:2rem;display:grid}.accordion-item{background:#fff;border-bottom:1px solid #e2e8f0;margin-bottom:.5rem}.accordion-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:1.25rem .5rem;display:flex}.accordion-title{color:#1e293b;font-size:1rem;font-weight:700}.accordion-icon{color:#64748b;transition:transform .3s}.accordion-item.expanded .accordion-icon{transform:rotate(180deg)}.accordion-content{padding:0 .5rem 1.25rem;display:none}.accordion-item.expanded .accordion-content{animation:.3s ease-in-out fadeIn;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.price-filter-inputs{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.price-input{border:1px solid #cbd5e1;border-radius:6px;outline:none;flex:1;width:100%;padding:.5rem;font-size:.85rem}.price-input:focus{border-color:#00aeef}.filter-action-buttons{border-top:1px solid #e2e8f0;gap:.75rem;margin-top:1.5rem;padding-top:1rem;display:flex}.btn-filter-reset{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.65rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.btn-filter-reset:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.btn-filter-apply{color:#fff;cursor:pointer;background:#00aeef;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;padding:.65rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.btn-filter-apply:hover{background:#028fc2}.category-pills-grid{flex-direction:column;gap:.6rem;display:flex}.category-pill-item{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;padding:.6rem .85rem;transition:all .25s;display:flex}.category-pill-item:hover{background:#fff;border-color:#00aeef}.category-pill-item.active{background:#00aeef14;border-color:#00aeef;box-shadow:0 4px 12px #00aeef26}.cat-pill-img-box{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:32px;height:32px;overflow:hidden}.cat-pill-img-box img{object-fit:cover;width:100%;height:100%}.cat-pill-icon-box{color:#00aeef;background:#00aeef1a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.cat-pill-name{color:#1e293b;flex-grow:1;font-size:.885rem;font-weight:600}.category-pill-item.active .cat-pill-name{color:#00aeef;font-weight:700}.cat-check-icon{color:#00aeef}.brand-pills-grid{grid-template-columns:repeat(3,1fr);gap:.4rem;display:grid}.brand-pill-card{cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.15rem;min-height:48px;padding:.4rem .2rem;transition:all .2s;display:flex;position:relative}.brand-pill-card:hover{border-color:#00aeef}.brand-pill-card.active{background:#00aeef14;border-color:#00aeef}.brand-pill-text-all{color:#1e293b;font-size:.72rem;font-weight:700}.brand-logo-img-box{justify-content:center;align-items:center;width:100%;height:20px;display:flex}.brand-logo-img-box img{object-fit:contain;max-width:85%;max-height:18px}.brand-name-label{color:#475569;text-align:center;word-break:break-word;font-size:.65rem;font-weight:600;line-height:1.1}.brand-pill-card.active .brand-name-label{color:#00aeef}.brand-check-badge{color:#fff;background:#00aeef;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;top:2px;right:2px}.btn-filter-view-more{color:#00aeef;cursor:pointer;text-align:center;background:#f0f9ff;border:1px dashed #00aeef;border-radius:6px;width:100%;margin-top:.5rem;padding:.35rem .5rem;font-size:.72rem;font-weight:700;transition:all .2s}.btn-filter-view-more:hover{color:#fff;background:#00aeef;border-style:solid}.custom-sort-dropdown{min-width:180px;display:inline-block;position:relative}.sort-trigger{cursor:pointer;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.sort-trigger:hover{border-color:#00aeef}.sort-icon{color:#94a3b8;transition:transform .3s}.sort-icon.rotate{transform:rotate(180deg)}.sort-menu{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;min-width:180px;padding:.5rem 0;animation:.2s cubic-bezier(.16,1,.3,1) slideDownFade;position:absolute;top:110%;right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.sort-option{color:#475569;cursor:pointer;padding:.6rem 1rem;font-size:.9rem;transition:all .2s}.sort-option:hover{color:#00aeef;background-color:#f8fafc}.sort-option.active{color:#00aeef;background-color:#f0f9ff;font-weight:600}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-sort{width:100%;min-width:0}.mobile-sort .sort-trigger{white-space:nowrap;border-radius:10px;height:42px;padding:0 .85rem;font-size:.85rem;font-weight:600}.mobile-sort .sort-menu{width:100%;left:auto;right:0}.volume-range-slider{-webkit-appearance:none;cursor:pointer;background:#e2e8f0;border-radius:5px;outline:none;width:100%;height:6px;margin:0;padding:0}.volume-range-slider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#00aeef;border-radius:50%;width:20px;height:20px;transition:background .15s ease-in-out,transform .1s;box-shadow:0 0 0 4px #00aeef33}.volume-range-slider::-moz-range-thumb{cursor:pointer;background:#00aeef;border:none;border-radius:50%;width:20px;height:20px;transition:background .15s ease-in-out,transform .1s;box-shadow:0 0 0 4px #00aeef33}.volume-range-slider::-webkit-slider-thumb:hover{background:#0284c7;transform:scale(1.1)}.volume-range-slider::-webkit-slider-thumb:active{background:#0369a1;transform:scale(.95)}.price-filter-slider{padding:10px 5px}@media (width>=1025px){.shop-sidebar{height:calc(100vh - 110px);padding-right:.5rem;position:sticky;top:95px;overflow-y:auto}.shop-sidebar::-webkit-scrollbar{width:4px}.shop-sidebar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.shop-sticky-header-desktop{z-index:800;background:#f8fafc;margin-bottom:1.25rem;padding-top:.25rem;padding-bottom:.5rem;position:sticky;top:80px}}.shop-toolbar-top{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.35rem;display:flex;box-shadow:0 4px 15px #00000005}.result-counter-text{color:#64748b;font-size:.925rem}.result-counter-text strong{color:#0f172a}.sort-dropdown-wrap{align-items:center;gap:.65rem;display:flex}.sort-label{color:#64748b;font-size:.875rem;font-weight:600}.sort-select-desktop{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.sort-select-desktop:focus{border-color:#00aeef}.products-grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width>=641px) and (width<=1024px){.shop-layout{grid-template-columns:240px 1fr!important;gap:1.25rem!important}.products-grid-3{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.shop-toolbar-top{padding:.85rem 1rem!important}}.empty-products-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:4rem 2rem;box-shadow:0 10px 30px #00000005}.empty-icon-box{color:#00aeef;background:#00aeef1a;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.25rem;display:flex}.empty-products-card h3{color:#0f172a;margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.empty-products-card p{color:#64748b;max-width:460px;margin:0 auto 1.5rem;font-size:.95rem}@keyframes skeletonShimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.shimmer{background:#f1f5f9 linear-gradient(90deg,#f1f5f9 0,#f8fafc 40px,#f1f5f9 80px) 0 0/600px 100%;animation:1.5s linear infinite skeletonShimmer}.skeleton-category-container{flex-direction:column;gap:.6rem;display:flex}.skeleton-category-card{border-radius:12px;height:44px}.skeleton-brand-container{grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid}.skeleton-brand-card{border-radius:12px;height:48px}.skeleton-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;height:380px;display:flex;overflow:hidden}.skeleton-img-box{width:100%;height:200px}.skeleton-card-body{flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.skeleton-badge{border-radius:4px;width:60px;height:14px}.skeleton-title{border-radius:6px;width:90%;height:20px}.skeleton-sku{border-radius:4px;width:40%;height:12px}.skeleton-price{border-radius:6px;width:50%;height:24px;margin-bottom:.5rem}.skeleton-btn-row{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.skeleton-btn{border-radius:8px;height:36px}.shop-view-all-wrapper{justify-content:center;align-items:center;margin-top:2.5rem;padding:1rem 0;display:flex}.btn-shop-view-all{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border:none;border-radius:50px;align-items:center;gap:.65rem;padding:.85rem 2.25rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 8px 25px #00aeef59}.btn-shop-view-all:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-3px)scale(1.02);box-shadow:0 12px 30px #00aeef80}.btn-shop-view-all:active{transform:translateY(0)}.shop-controls-mobile{display:none}.overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1040;background:#0f172aa6;width:100%;height:100%;position:fixed;top:0;left:0}.active-filter-badge{color:#fff;background:#00aeef;border-radius:20px;justify-content:center;align-items:center;padding:2px 7px;font-size:.72rem;font-weight:800;line-height:1;display:inline-flex}@media (width<=1024px){.products-grid-3{grid-template-columns:repeat(2,1fr);gap:1.25rem}.shop-layout{grid-template-columns:1fr}.desktop-only{display:none!important}.mobile-only{display:flex!important}.shop-sticky-header-mobile{z-index:900;background:#f8fafc;flex-direction:column;gap:.35rem;margin-bottom:.65rem;padding:.35rem 0;display:flex;position:sticky;top:80px}.shop-controls-mobile{grid-template-columns:1fr 1fr!important;align-items:center!important;gap:.75rem!important;width:100%!important;margin-bottom:.5rem!important;display:grid!important}.btn-mobile-filter,.mobile-sort .sort-trigger{color:#0f172a!important;box-sizing:border-box!important;background:#fff!important;border:1.5px solid #cbd5e1!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;gap:.45rem!important;width:100%!important;height:44px!important;padding:0 .85rem!important;font-family:Outfit,Poppins,sans-serif!important;font-size:.925rem!important;font-weight:700!important;transition:all .2s!important;display:flex!important;box-shadow:0 4px 12px #00000008!important}.btn-mobile-filter:active,.mobile-sort .sort-trigger:active,.btn-mobile-filter:hover{color:#00aeef!important;border-color:#00aeef!important}.shop-sticky-header-mobile .active-filters-bar{-webkit-overflow-scrolling:touch;border-radius:8px;flex-wrap:nowrap;gap:.35rem;margin-bottom:0;padding:.35rem .65rem;overflow-x:auto;box-shadow:0 2px 6px #00000005}.shop-sticky-header-mobile .active-filters-bar::-webkit-scrollbar{display:none}.shop-sticky-header-mobile .active-filters-label{flex-shrink:0;font-size:.72rem}.shop-sticky-header-mobile .filter-chip{flex-shrink:0;padding:.18rem .5rem;font-size:.72rem}.shop-sticky-header-mobile .btn-clear-all-chip{flex-shrink:0;padding:.18rem .55rem;font-size:.72rem}.shop-showing-bar-mobile{box-shadow:none;background:0 0;border:none;border-radius:0;width:100%;padding:.35rem 0 .75rem!important}.shop-showing-bar-mobile .result-counter-text{color:#64748b!important;text-align:center!important;margin:0!important;font-size:.875rem!important;font-weight:500!important}.shop-showing-bar-mobile .result-counter-text strong{color:#0f172a!important;font-weight:800!important}.btn-mobile-filter{cursor:pointer;position:relative}.btn-mobile-filter:hover{color:#00aeef;border-color:#00aeef}.shop-sidebar{background-color:#fff;flex-direction:column;width:340px;max-width:85vw;padding:0;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;transform:translate(-100%);box-shadow:15px 0 45px #00000040;z-index:999999!important;height:100dvh!important;position:fixed!important;top:0!important;left:0!important}.shop-sidebar.open{transform:translate(0)!important}.sidebar-header{background:#fff;border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.15rem 1.25rem;display:flex}.sidebar-header-left{align-items:center;gap:.6rem;display:flex}.sidebar-header h3{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800}.sidebar-active-badge{color:#00aeef;white-space:nowrap;background:#00aeef1a;border:1px solid #00aeef4d;border-radius:20px;padding:2px 8px;font-size:.72rem;font-weight:700}.sidebar-close-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.sidebar-close-btn:hover{color:#ef4444;background:#fee2e2}.sidebar-scroll-body{-webkit-overflow-scrolling:touch;flex:1;padding:1rem 1.25rem;overflow-y:auto}.filter-action-buttons{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;gap:.75rem;margin:0;padding:1rem 1.25rem;display:flex;box-shadow:0 -4px 15px #0000000d}.btn-filter-reset{white-space:nowrap;color:#475569;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.35rem;height:44px;font-size:.85rem;font-weight:700;display:flex}.btn-filter-apply{white-space:nowrap;color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border:none;border-radius:10px;flex:1.3;justify-content:center;align-items:center;gap:.35rem;height:44px;font-size:.885rem;font-weight:700;display:flex;box-shadow:0 4px 12px #00aeef4d}}@media (width<=768px){.shop-sidebar{border-radius:0 16px 16px 0!important;width:82%!important;max-width:310px!important}.products-grid-3{grid-template-columns:1fr!important;gap:1.25rem!important;padding:0 .85rem!important}.products-grid-3 .product-card-wrap{width:100%;max-width:94%;margin:0 auto}}@media (width<=640px){.shop-hero-banner{padding:2.25rem .85rem!important}.shop-hero-title{font-size:1.65rem!important}.shop-hero-gujarati{font-size:1.15rem!important}.shop-hero-desc{font-size:.875rem!important}.shop-search-bar{padding:.25rem .25rem .25rem .85rem}.shop-search-bar input{padding:.5rem .4rem;font-size:.875rem}.search-submit-btn{padding:.5rem .95rem;font-size:.825rem}}.product-details-page{background-color:#f8fafc;min-height:100vh;padding-top:1rem;padding-bottom:4rem}.product-details-card-container{background:#fff;border:1px solid #e2e8f0;border-radius:18px;max-width:920px;margin-top:.5rem;margin-left:auto;margin-right:auto;padding:1.5rem 1.75rem;box-shadow:0 4px 20px #00000008}.breadcrumb-wrap{color:#64748b;flex-wrap:wrap;align-items:center;gap:.35rem;max-width:920px;margin-bottom:.85rem;margin-left:auto;margin-right:auto;font-size:.8rem;display:flex}.breadcrumb-wrap a{color:#475569;font-weight:500;text-decoration:none;transition:color .2s}.breadcrumb-wrap a:hover{color:#00aeef}.product-details-grid{grid-template-columns:360px 1fr;align-items:start;gap:1.75rem;display:grid}.product-gallery{flex-direction:column;gap:.65rem;display:flex}.main-image-container{aspect-ratio:1;touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:zoom-in;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;justify-content:center;align-items:center;max-height:360px;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000008}.main-image{object-fit:contain;width:100%;height:100%;padding:.75rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.main-image-container:hover .main-image{transform:scale(1.04)}.gallery-wishlist-btn{color:#64748b;cursor:pointer;z-index:7;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0000001a}.gallery-wishlist-btn:hover{color:#ef4444;background:#fef2f2;border-color:#ef4444;transform:scale(1.08)}.gallery-wishlist-btn.active{color:#ef4444;background:#fef2f2;border-color:#ef4444}.image-zoom-trigger{color:#0f172a;cursor:pointer;z-index:6;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:50px;align-items:center;gap:.25rem;padding:.2rem .55rem;font-size:.68rem;font-weight:700;transition:all .2s;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 2px 8px #00000014}.image-zoom-trigger:hover{color:#00aeef;background:#fff;transform:scale(1.05)}.gallery-nav-arrow{color:#0f172a;cursor:pointer;z-index:5;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0000001f}.gallery-nav-arrow:hover{color:#00aeef;background:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 4px 12px #00aeef40}.gallery-nav-arrow.prev{left:8px}.gallery-nav-arrow.next{right:8px}.thumbnail-list{gap:.45rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.thumbnail{cursor:pointer;background-color:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;flex-shrink:0;width:54px;height:54px;transition:all .2s;overflow:hidden}.thumbnail:hover{border-color:#00aeef;transform:translateY(-2px)}.thumbnail.active{border-color:#00aeef;box-shadow:0 2px 6px #00aeef40}.thumbnail img{object-fit:contain;width:100%;height:100%;padding:2px}.product-info-panel{flex-direction:column;display:flex}.product-badges-row{flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.5rem;display:flex}.product-meta-badge{text-transform:uppercase;letter-spacing:.4px;border-radius:50px;padding:.18rem .55rem;font-size:.68rem;font-weight:700}.product-meta-badge.category{color:#00aeef;background:#00aeef14;border:1px solid #00aeef40}.product-meta-badge.brand{color:#8b5cf6;background:#8b5cf614;border:1px solid #8b5cf640}.product-meta-badge.shape{color:#10b981;background:#10b98114;border:1px solid #10b98140}.product-meta-badge.frame-type{color:#d97706;background:#f59e0b14;border:1px solid #f59e0b40}.product-details-title{color:#0f172a;margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:1.45rem;font-weight:700;line-height:1.25}.product-rating{color:#f59e0b;align-items:center;gap:.25rem;margin-bottom:.6rem;font-size:.8rem;font-weight:700;display:flex}.product-rating .reviews{color:#64748b;font-weight:500}.product-price-wrap{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.85rem;display:flex}.product-price-wrap .price{color:#00aeef;font-size:1.4rem;font-weight:800}.product-price-wrap .original-price{color:#94a3b8;font-size:.95rem;font-weight:500;text-decoration:line-through}.discount-badge{color:#fff;text-transform:uppercase;background-color:#ef4444;border-radius:50px;padding:.12rem .45rem;font-size:.65rem;font-weight:700}.product-desc-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:.75rem;padding:.75rem .85rem}.product-desc-box h3{color:#0f172a;text-transform:uppercase;letter-spacing:.4px;margin-bottom:.2rem;font-size:.75rem;font-weight:800}.product-desc-box p{color:#475569;margin:0;font-size:.85rem;line-height:1.45}.product-specs-clean{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;margin-bottom:.85rem;padding:.65rem .85rem}.specs-inline-grid{grid-template-columns:repeat(2,1fr);gap:.4rem .85rem;display:grid}.spec-item{align-items:center;gap:.3rem;font-size:.8rem;display:flex}.spec-key{color:#64748b;font-weight:600}.spec-val{color:#0f172a;font-weight:700}.product-action-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.85rem;display:flex}.action-row-left,.action-row-right{align-items:center;gap:.5rem;display:flex}.quantity-selector{background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-shrink:0;align-items:center;height:38px;display:flex;overflow:hidden}.quantity-selector button{color:#0f172a;cursor:pointer;background:#f1f5f9;border:none;width:30px;height:100%;font-size:.9rem;font-weight:700;transition:background .2s}.quantity-selector button:hover{background:#e2e8f0}.quantity-selector span{text-align:center;color:#0f172a;width:30px;font-size:.825rem;font-weight:700}.btn-add-cart{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;height:38px;padding:0 1rem;font-size:.825rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #00aeef40}.btn-add-cart:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-1px);box-shadow:0 4px 12px #00aeef59}.btn-whatsapp-inquiry{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:8px;justify-content:center;align-items:center;gap:.4rem;height:38px;padding:0 1rem;font-size:.825rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #25d36640}.btn-whatsapp-inquiry:hover{background:linear-gradient(135deg,#128c7e 0%,#075e54 100%);transform:translateY(-1px);box-shadow:0 4px 12px #25d36659}.btn-wishlist{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-left:5px;transition:all .2s;display:flex}.btn-wishlist:hover,.btn-wishlist.active{color:#ef4444;background:#fef2f2;border-color:#ef4444}.stock-status{align-items:center;display:flex}.text-success-pill{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0;border-radius:50px;padding:.2rem .55rem;font-size:.725rem;font-weight:700}.text-error-pill{color:#ef4444;background:#fee2e2;border:1px solid #fecaca;border-radius:50px;padding:.2rem .55rem;font-size:.725rem;font-weight:700}.image-zoom-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99999;background:#0f172ad9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.5rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;top:0;left:0}.image-zoom-modal-content{background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;max-width:90vw;max-height:88vh;padding:1.5rem;display:flex;position:relative;box-shadow:0 20px 50px #0000004d}.zoom-close-btn{color:#0f172a;cursor:pointer;z-index:10;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.zoom-close-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:rotate(90deg)}.zoomed-image{object-fit:contain;border-radius:12px;max-width:80vw;max-height:70vh;transition:transform .3s}.zoomed-image:hover{cursor:zoom-out;transform:scale(1.15)}.zoom-modal-caption{color:#0f172a;margin-top:1rem;font-size:.95rem;font-weight:700}.related-products-section{background:#fff;border-top:1px solid #e2e8f0;margin-top:3rem;padding:3rem 0}.related-section-title{color:#0f172a;margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.related-section-desc{color:#64748b;margin-bottom:1.75rem;font-size:.9rem}.related-products-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (width<=992px){.product-details-grid{grid-template-columns:320px 1fr;gap:1.25rem}.related-products-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.product-details-page{padding-top:.5rem;padding-bottom:2rem}.product-details-card-container{border-radius:14px;max-width:100%;margin-top:.35rem;padding:1rem}.product-details-grid{grid-template-columns:1fr;gap:1.25rem}.main-image-container{border-radius:12px;max-height:320px}.product-details-title,.product-price-wrap .price{font-size:1.35rem}.related-products-section{margin-top:2rem;padding:2rem 0}}@media (width<=576px){.specs-inline-grid{grid-template-columns:1fr}.product-action-row{flex-direction:column;align-items:stretch;gap:.6rem}.action-row-left{gap:.5rem;width:100%;display:flex}.action-row-right{gap:0;width:100%;display:flex}.quantity-selector{flex-shrink:0;height:42px}.quantity-selector button,.quantity-selector span{width:32px}.btn-add-cart{border-radius:10px;flex:1;height:42px;font-size:.875rem}.btn-whatsapp-inquiry{border-radius:10px;width:100%;height:42px;font-size:.875rem}.desktop-only-wishlist{display:none!important}.related-products-grid{gap:1.15rem;padding:0 .25rem;grid-template-columns:1fr!important}}.related-view-more-wrap{justify-content:center;margin-top:2rem;display:flex}.btn-view-all-shop{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border-radius:10px;justify-content:center;align-items:center;gap:.35rem;padding:.6rem 1.35rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 15px #00aeef40}.btn-view-all-shop:hover{color:#fff;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-2px);box-shadow:0 6px 20px #00aeef59}@media (width>=641px) and (width<=1024px){.product-details-grid{grid-template-columns:1fr 1fr!important;gap:1.5rem!important}.main-image-box{height:320px!important}.related-products-grid{grid-template-columns:repeat(3,1fr)!important;gap:1.25rem!important}}.delete-modal-backdrop{-webkit-backdrop-filter:blur(5px);z-index:99999;background:#0f172ab3;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.delete-modal-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:420px;padding:1.75rem 1.5rem;animation:.25s cubic-bezier(.16,1,.3,1) modalPopIn;display:flex;position:relative;box-shadow:0 20px 40px #0000002e}@keyframes modalPopIn{0%{opacity:0;transform:scale(.92)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.delete-modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px}.delete-modal-close:hover{color:#0f172a;background:#e2e8f0}.delete-modal-icon-wrap{background:#fef2f2;border:1px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1rem;display:flex}.delete-modal-icon{color:#ef4444}.delete-modal-title{color:#0f172a;margin:0 0 .35rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:800}.delete-modal-message{color:#64748b;margin:0 0 1.25rem;font-size:.875rem;line-height:1.5}.delete-modal-item-preview{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;width:100%;margin-bottom:1.25rem;padding:.65rem .85rem;display:flex}.delete-item-thumb{object-fit:contain;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;width:48px;height:48px;padding:2px}.delete-item-info{flex-direction:column;display:flex;overflow:hidden}.delete-item-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.delete-item-price{color:#00aeef;font-size:.8rem;font-weight:700}.delete-modal-actions{align-items:center;gap:.75rem;width:100%;display:flex}.btn-modal-cancel{color:#475569;cursor:pointer;white-space:nowrap;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;flex:1;height:42px;padding:0 .5rem;font-size:.85rem;font-weight:700;transition:all .2s}.btn-modal-cancel:hover{color:#0f172a;background:#e2e8f0}.btn-modal-confirm{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:10px;flex:1;height:42px;padding:0 .5rem;font-size:.85rem;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #ef44444d}.btn-modal-confirm:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-1px);box-shadow:0 6px 16px #ef444466}@media (width<=480px){.delete-modal-card{border-radius:16px;padding:1.25rem 1rem}}.cart-page{background-color:#f8fafc;min-height:100vh;padding-top:1rem;padding-bottom:4rem}.cart-header-title-row{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.cart-page-title{color:#0f172a;margin:0;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800}.btn-clear-cart-link{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .5rem;font-size:.825rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-clear-cart-link:hover{background:#fef2f2}.empty-cart-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;max-width:540px;margin:2rem auto;padding:3.5rem 2rem;box-shadow:0 4px 20px #00000008}.empty-cart-icon-wrap{background:#f0f9ff;border:1px solid #bae6fd;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 1.5rem;display:flex}.empty-cart-icon{color:#00aeef}.empty-cart-card h2{color:#0f172a;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.empty-cart-card p{color:#64748b;margin-bottom:1.75rem;font-size:.95rem}.btn-shop-now{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border-radius:12px;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 15px #00aeef4d}.btn-shop-now:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-2px);box-shadow:0 6px 20px #00aeef66}.cart-main-layout{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.cart-items-wrapper{flex-direction:column;gap:.85rem;display:flex}.mobile-cart-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.15rem 1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 16px #00000005}.mobile-cart-card:hover{box-shadow:0 6px 20px #0000000d}.cart-card-top{align-items:flex-start;gap:.85rem;display:flex;position:relative}.cart-card-thumb{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:76px;height:76px;display:flex;overflow:hidden}.cart-card-thumb img{object-fit:contain;width:100%;height:100%;padding:4px}.cart-card-info{flex-direction:column;flex:1;padding-right:2.25rem;display:flex}.cart-card-brand{color:#8b5cf6;text-transform:uppercase;letter-spacing:.4px;margin-bottom:2px;font-size:.68rem;font-weight:700}.cart-card-title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.35rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;line-height:1.3;text-decoration:none;transition:color .2s;display:-webkit-box;overflow:hidden}.cart-card-title:hover{color:#00aeef}.cart-card-unit-price{color:#64748b;font-size:.825rem;font-weight:600}.cart-card-unit-price small{color:#94a3b8;font-size:.725rem;font-weight:400}.cart-card-remove-btn{color:#94a3b8;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:0;right:0}.cart-card-remove-btn:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.cart-card-bottom{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-top:.75rem;display:flex}.cart-card-qty-wrap{align-items:center;gap:.5rem;display:flex}.qty-label{color:#64748b;font-size:.775rem;font-weight:600}.cart-qty-selector{background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;height:34px;display:flex;overflow:hidden}.cart-qty-selector button{color:#0f172a;cursor:pointer;background:#f1f5f9;border:none;width:28px;height:100%;font-size:.9rem;font-weight:700;transition:background .2s}.cart-qty-selector button:hover{background:#e2e8f0}.cart-qty-selector span{text-align:center;color:#0f172a;width:28px;font-size:.825rem;font-weight:700}.cart-card-subtotal-wrap{flex-direction:column;align-items:flex-end;display:flex}.subtotal-label{color:#64748b;text-transform:uppercase;letter-spacing:.4px;font-size:.68rem;font-weight:700}.subtotal-amount{color:#00aeef;font-size:1.1rem;font-weight:800}.cart-bottom-nav{margin-top:1.25rem}.btn-continue-shopping{color:#475569;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.btn-continue-shopping:hover{color:#00aeef}.cart-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;position:sticky;top:95px;box-shadow:0 4px 18px #00000008}.summary-card-title{color:#0f172a;border-bottom:1px solid #f1f5f9;margin:0 0 1rem;padding-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:800}.summary-details-list{flex-direction:column;gap:.75rem;margin-bottom:1.25rem;display:flex}.summary-detail-row{color:#475569;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.summary-detail-row.total-row{color:#0f172a;border-top:1px dashed #e2e8f0;padding-top:.6rem;font-size:1.05rem;font-weight:800}.grand-total-price{color:#00aeef;font-size:1.35rem;font-weight:800}.btn-checkout-whatsapp{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:44px;margin-bottom:1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 15px #25d3664d}.btn-checkout-whatsapp:hover{background:linear-gradient(135deg,#128c7e 0%,#075e54 100%);transform:translateY(-2px);box-shadow:0 6px 20px #25d36666}.summary-trust-badges{border-top:1px solid #f1f5f9;flex-direction:column;gap:.5rem;padding-top:.85rem;display:flex}.trust-badge-item{color:#64748b;align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;display:flex}.trust-icon{color:#10b981}@media (width<=992px){.cart-main-layout{grid-template-columns:1fr;gap:1.25rem}.cart-summary-card{position:static}}@media (width<=768px){.cart-page{padding-top:.75rem;padding-bottom:3rem}.cart-header-title-row{margin-bottom:1rem}}@media (width<=480px){.cart-page-title{font-size:1.4rem}.mobile-cart-card{border-radius:14px;gap:.6rem;padding:.85rem 1rem}.cart-card-thumb{border-radius:10px;width:64px;height:64px}.cart-card-title{font-size:.875rem}.subtotal-amount{font-size:1rem}.empty-cart-card{padding:2.5rem 1rem}.empty-cart-card h2{font-size:1.25rem}}.wishlist-page{background-color:#f8fafc;min-height:100vh;padding-top:1.5rem;padding-bottom:4rem}.wishlist-header-title-row{justify-content:space-between;align-items:flex-end;margin-bottom:1.75rem;display:flex}.wishlist-page-title{color:#0f172a;margin:0 0 .2rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800}.wishlist-page-sub{color:#64748b;margin:0;font-size:.875rem}.btn-clear-wishlist-link{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.85rem;font-weight:600;transition:background .2s;display:inline-flex}.btn-clear-wishlist-link:hover{background:#fef2f2}.empty-wishlist-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;max-width:540px;margin:2rem auto;padding:3.5rem 2rem;box-shadow:0 4px 20px #00000008}.empty-wishlist-icon-wrap{background:#fef2f2;border:1px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto 1.5rem;display:flex}.empty-wishlist-icon{color:#ef4444}.empty-wishlist-card h2{color:#0f172a;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800}.empty-wishlist-card p{color:#64748b;margin-bottom:1.75rem;font-size:.95rem}.wishlist-products-grid{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.wishlist-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 15px #00000008}.wishlist-card:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000000f}.wishlist-img-wrap{aspect-ratio:1;background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.wishlist-card-img{object-fit:contain;width:100%;height:100%;padding:1rem;transition:transform .3s}.wishlist-card:hover .wishlist-card-img{transform:scale(1.04)}.wishlist-remove-icon-btn{color:#64748b;cursor:pointer;z-index:5;background:#fffffff2;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #0000001a}.wishlist-remove-icon-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444}.wishlist-card-body{flex-direction:column;flex:1;padding:1rem;display:flex}.wishlist-brand-pill{color:#8b5cf6;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px;font-size:.68rem;font-weight:700}.wishlist-card-title{color:#0f172a;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:700;line-height:1.3;text-decoration:none;transition:color .2s;display:-webkit-box;overflow:hidden}.wishlist-card-title:hover{color:#00aeef}.wishlist-price-row{align-items:center;gap:.5rem;margin-top:auto;margin-bottom:.85rem;display:flex}.wishlist-price{color:#00aeef;font-size:1.15rem;font-weight:800}.wishlist-original-price{color:#94a3b8;font-size:.85rem;text-decoration:line-through}.wishlist-card-actions{align-items:center;gap:.4rem;width:100%;display:flex}.btn-move-to-cart{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border:none;border-radius:8px;flex:1.15;justify-content:center;align-items:center;gap:.3rem;height:36px;padding:0 .4rem;font-size:.775rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #00aeef38}.btn-move-to-cart:hover{background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);transform:translateY(-1px)}.btn-wishlist-whatsapp{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.3rem;height:36px;padding:0 .4rem;font-size:.775rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #25d36638}.btn-wishlist-whatsapp:hover{background:linear-gradient(135deg,#128c7e 0%,#075e54 100%);transform:translateY(-1px)}.wishlist-bottom-nav{margin-top:1rem}@media (width<=1024px){.wishlist-products-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}@media (width<=768px){.wishlist-page{padding-top:1rem;padding-bottom:2.5rem}.wishlist-header-title-row{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem}.wishlist-products-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}}@media (width<=480px){.wishlist-page-title{font-size:1.45rem}.empty-wishlist-card{padding:2.5rem 1rem}.wishlist-products-grid{grid-template-columns:1fr;gap:1rem}.btn-move-to-cart,.btn-wishlist-whatsapp{height:38px;font-size:.8rem}}.auth-page{box-sizing:border-box;background-image:linear-gradient(135deg,#0b192cd1 0%,#0f172ae0 100%),url(/aone-auth-bg.jpg?v=3);background-position:50%;background-size:cover;background-attachment:fixed;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 80px);padding:3rem 1.5rem;display:flex;position:relative}.auth-split-wrapper{grid-template-columns:1fr 440px;align-items:center;gap:2.5rem;width:100%;max-width:1040px;margin:0 auto;display:grid}.auth-hero-info{color:#fff;padding:1.5rem 1rem}.auth-hero-badge{color:#38bdf8;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00aeef26;border:1px solid #00aeef66;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.auth-hero-title{color:#fff;letter-spacing:-.5px;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:2.75rem;font-weight:800;line-height:1.15}.auth-hero-title span{background:linear-gradient(135deg,#00aeef 0%,#38bdf8 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.auth-hero-desc{color:#fffc;max-width:480px;margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.auth-hero-features{flex-direction:column;gap:1rem;display:flex}.auth-feature-item{color:#ffffffe6;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;display:flex}.auth-feature-icon{color:#38bdf8;background:#00aeef33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.auth-card-right{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background-color:#fffffff5;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0006,0 0 0 1px #fff3}.auth-card-top-bar{background:linear-gradient(90deg,#00aeef 0%,#3b82f6 100%);width:100%;height:5px}.auth-card-body{padding:2.25rem 2rem}.auth-header{text-align:center;margin-bottom:1.75rem}.auth-icon-wrapper{color:#00aeef;background:#e6f7ff;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto .85rem;display:flex;box-shadow:0 6px 16px #00aeef33}.auth-title{color:#0a0a0a;letter-spacing:-.5px;margin:0 0 .35rem;font-family:Outfit,Poppins,sans-serif;font-size:1.55rem;font-weight:800}.auth-subtitle{color:#64748b;margin:0;font-size:.875rem;line-height:1.5}.auth-form{flex-direction:column;gap:1.15rem;display:flex}.auth-field-group{flex-direction:column;gap:.35rem;display:flex}.auth-label{color:#334155;font-size:.85rem;font-weight:600}.auth-input-wrapper{align-items:center;display:flex;position:relative}.auth-input-icon{color:#94a3b8;pointer-events:none;transition:color .2s;position:absolute;left:14px}.auth-input{color:#0a0a0a;box-sizing:border-box;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:.75rem 1rem .75rem 2.65rem;font-size:.925rem;transition:all .2s}.auth-input:focus{background-color:#fff;border-color:#00aeef;box-shadow:0 0 0 4px #00aeef26}.auth-input-wrapper:focus-within .auth-input-icon{color:#00aeef}.auth-input-wrapper.has-error .auth-input{background-color:#fef2f2!important;border-color:#ef4444!important}.auth-input-wrapper.has-error .auth-input-icon{color:#ef4444!important}.auth-eye-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem;transition:color .2s;display:flex;position:absolute;right:12px}.auth-eye-btn:hover{color:#00aeef}.auth-options{color:#64748b;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.auth-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:flex}.auth-checkbox input{accent-color:#00aeef;cursor:pointer;width:16px;height:16px}.auth-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00aeef 0%,#08c 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.35rem;padding:.85rem;font-size:.98rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #00aeef59}.auth-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #00aeef73}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed}.auth-alert-error{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.15rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.auth-alert-success{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.15rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.auth-footer{text-align:center;color:#64748b;border-top:1px solid #f1f5f9;margin-top:1.5rem;padding-top:1.15rem;font-size:.875rem}.auth-footer a{color:#00aeef;margin-left:.35rem;font-weight:700;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@media (width<=992px){.auth-split-wrapper{grid-template-columns:1fr;max-width:460px}.auth-hero-info{display:none}}@media (width<=576px){.auth-page{padding:1.5rem 1rem}.auth-card-body{padding:1.5rem 1.2rem}.auth-title{font-size:1.35rem}}.account-page{background-color:#f8fafc;min-height:calc(100vh - 160px);padding-bottom:4rem}.account-header-banner{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);margin-bottom:-2.5rem;padding:3rem 1.5rem 4rem;position:relative;overflow:hidden}.account-header-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f626 0%,#fff0 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-10%}.account-header-container{max-width:1140px;margin:0 auto}.account-header-container h1{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.25rem;font-weight:800;color:#fff!important}.account-header-container p{color:#94a3b8;font-size:1rem}.account-container{z-index:10;max-width:1140px;margin:0 auto;padding:0 1.5rem;position:relative}.account-grid{grid-template-columns:300px 1fr;align-items:start;gap:2rem;display:grid}.account-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d,0 8px 10px -6px #00000003}.account-user-card{text-align:center;background:linear-gradient(#fff,#f8fafc);border-bottom:1px solid #f1f5f9;padding:2rem 1.5rem}.account-avatar{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;font-size:2rem;font-weight:800;display:flex;box-shadow:0 8px 20px #2563eb40}.account-user-name{color:#0f172a;word-break:break-word;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.account-user-email{color:#64748b;word-break:break-all;margin-bottom:.85rem;font-size:.875rem}.account-badge{color:#2563eb;text-transform:uppercase;letter-spacing:.05em;background-color:#eff6ff;border-radius:9999px;align-items:center;gap:.35rem;padding:.35rem .85rem;font-size:.75rem;font-weight:600;display:inline-flex}.account-nav{flex-direction:column;padding:.75rem;display:flex}.account-nav-item{color:#475569;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:space-between;align-items:center;width:100%;margin-bottom:.25rem;padding:.875rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.account-nav-left{align-items:center;gap:.85rem;display:flex}.account-nav-item:hover{color:#0f172a;background-color:#f1f5f9}.account-nav-item.active{color:#fff;background-color:#2563eb;box-shadow:0 4px 12px #2563eb33}.account-nav-item.logout-item{color:#ef4444;border-top:1px solid #f1f5f9;border-radius:0 0 10px 10px;margin-top:.5rem;padding-top:1rem}.account-nav-item.logout-item:hover{color:#dc2626;background-color:#fef2f2}.account-content{flex-direction:column;gap:1.5rem;display:flex}.account-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 10px 25px -5px #0000000d}.account-card-header{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding-bottom:1rem;display:flex}.account-card-header h2{color:#0f172a;align-items:center;gap:.6rem;margin:0;font-size:1.35rem;font-weight:700;display:flex}.account-card-header p{color:#64748b;margin:.25rem 0 0;font-size:.875rem}.profile-form-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.profile-field-full{grid-column:span 2}.profile-field-group{flex-direction:column;gap:.4rem;display:flex}.profile-field-label{color:#334155;font-size:.875rem;font-weight:600}.profile-input-wrapper{align-items:center;display:flex;position:relative}.profile-input-icon{color:#94a3b8;pointer-events:none;transition:color .2s;position:absolute;left:1rem}.profile-input{color:#0f172a;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:10px;outline:none;width:100%;padding:.85rem 1rem .85rem 2.8rem;font-size:.95rem;transition:all .2s}textarea.profile-input{resize:vertical;min-height:100px;padding-left:2.8rem;font-family:inherit}.profile-input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.profile-input-wrapper:focus-within .profile-input-icon{color:#2563eb}.profile-input.has-error{border-color:#ef4444}.profile-error-msg{color:#ef4444;align-items:center;gap:.3rem;margin-top:.25rem;font-size:.8rem;font-weight:600;display:flex}.profile-alert-success{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.925rem;font-weight:600;animation:.3s slideDown;display:flex}.profile-alert-error{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca;border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.925rem;font-weight:600;animation:.3s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.profile-submit-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #2563eb4d}.profile-submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb66}.profile-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.account-whatsapp-info-card{background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0;border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.whatsapp-info-left{align-items:center;gap:1rem;display:flex}.whatsapp-icon-bg{color:#fff;background-color:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 4px 12px #22c55e4d}.whatsapp-info-text h4{color:#14532d;margin:0 0 .2rem;font-size:1.05rem;font-weight:700}.whatsapp-info-text p{color:#166534;margin:0;font-size:.875rem;line-height:1.4}.whatsapp-connect-btn{color:#fff;white-space:nowrap;background-color:#22c55e;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 12px #22c55e40}.whatsapp-connect-btn:hover{color:#fff;background-color:#16a34a;transform:translateY(-2px)}.account-modal-overlay{-webkit-backdrop-filter:blur(5px);animation:.2s ease-out fadeIn;z-index:99999!important;box-sizing:border-box!important;background-color:#0f172aad!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100dvh!important;padding:1.25rem!important;display:flex!important;position:fixed!important;inset:0!important}.account-modal-content{animation:.2s ease-out scaleUp;text-align:center!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:20px!important;width:100%!important;max-width:400px!important;margin:auto!important;padding:2rem 1.5rem!important;position:relative!important;box-shadow:0 25px 50px -12px #00000059!important}.modal-icon-container{color:#ef4444;background-color:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.account-modal-content h3{color:#0f172a;margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.account-modal-content p{color:#64748b;margin-bottom:1.75rem;font-size:.95rem;line-height:1.5}.modal-actions{gap:.85rem;display:flex}.modal-btn-cancel{color:#475569;cursor:pointer;white-space:nowrap;background-color:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;flex:1;padding:.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.modal-btn-cancel:hover{color:#0f172a;background-color:#e2e8f0}.modal-btn-danger{color:#fff;cursor:pointer;white-space:nowrap;background-color:#ef4444;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.95rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #ef44444d}.modal-btn-danger:hover{background-color:#dc2626;transform:translateY(-1px)}@keyframes scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=900px){.account-grid,.profile-form-grid{grid-template-columns:1fr}.profile-field-full{grid-column:span 1}}@media (width<=640px){.account-header-banner{margin-bottom:-1.75rem;padding:2rem 1rem 3rem}.account-header-container h1{font-size:1.75rem}.account-card{border-radius:12px;padding:1.25rem}.account-user-card{padding:1.5rem 1rem}.account-whatsapp-info-card{flex-direction:column;align-items:flex-start}.whatsapp-connect-btn{justify-content:center;width:100%}.account-nav-item{padding:.75rem;font-size:.9rem}}.dashboard-layout{gap:var(--space-xl);grid-template-columns:250px 1fr;align-items:start;display:grid}.dashboard-sidebar{background-color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.user-profile-summary{padding:var(--space-lg);text-align:center;border-bottom:1px solid var(--border);background-color:#f9f9f9;flex-direction:column;align-items:center;display:flex}.user-avatar{background-color:var(--primary);width:64px;height:64px;color:var(--white);margin-bottom:var(--space-sm);border-radius:50%;justify-content:center;align-items:center;display:flex}.user-info h3{font-family:var(--font-sans);margin-bottom:2px;font-size:1.125rem}.user-info p{font-size:.875rem}.dashboard-nav{flex-direction:column;display:flex}.dashboard-link{padding:var(--space-md) var(--space-lg);color:var(--text-muted);transition:all var(--transition-fast);border-left:3px solid #0000;align-items:center;gap:12px;font-weight:500;display:flex}.dashboard-link:hover{color:var(--primary);background-color:#f5f5f5}.dashboard-link.active{color:var(--primary);border-left-color:var(--accent);background-color:#f5f5f5}.logout-btn{text-align:left;border-top:1px solid var(--border);width:100%;color:var(--error)}.logout-btn:hover{color:var(--error);background-color:#fff5f5}.dashboard-cards{gap:var(--space-lg);grid-template-columns:1fr 1fr;display:grid}.dashboard-card{background-color:var(--white);border-radius:var(--radius-md);padding:var(--space-lg);box-shadow:var(--shadow-sm);align-items:flex-start;gap:var(--space-md);transition:border-color var(--transition-fast);border:1px solid #0000;display:flex}.dashboard-card:hover{border-color:var(--border)}.card-icon{width:48px;height:48px;color:var(--primary);background-color:#f0f4f8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.dashboard-card h3{font-family:var(--font-sans);margin-bottom:4px;font-size:1.125rem}.dashboard-card p{color:var(--text-muted);font-size:.875rem}.profile-form{background-color:var(--white);padding:var(--space-lg);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.orders-list{gap:var(--space-md);flex-direction:column;display:flex}.order-card{background-color:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow:hidden}.order-header{padding:var(--space-md);border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:var(--space-md);background-color:#f9f9f9;flex-wrap:wrap;display:flex}.order-meta{gap:var(--space-xl);font-size:.875rem;display:flex}.order-meta>div{flex-direction:column;display:flex}.order-val{color:var(--primary);font-weight:500}.order-status{border-radius:var(--radius-full);text-transform:uppercase;padding:4px 12px;font-size:.75rem;font-weight:600}.status-success{color:#155724;background-color:#d4edda}.status-warning{color:#856404;background-color:#fff3cd}.status-error{color:#721c24;background-color:#f8d7da}.status-default{color:#383d41;background-color:#e2e3e5}.order-items{padding:var(--space-md)}.order-item{padding:var(--space-xs) 0;justify-content:space-between;font-size:.875rem;display:flex}.order-item-name{color:var(--primary)}.order-footer{padding:var(--space-md);border-top:1px solid var(--border);justify-content:flex-end;display:flex}@media (width<=768px){.dashboard-layout,.dashboard-cards{grid-template-columns:1fr}.order-meta{gap:var(--space-md);flex-wrap:wrap}.desktop-only{display:none}}.about-page-wrapper{color:#1e293b;background-color:#f8fafc;font-family:Poppins,Plus Jakarta Sans,sans-serif;overflow-x:hidden}.about-hero-section{color:#fff;text-align:center;background-image:linear-gradient(135deg,#0b192ce0 0%,#0f172aeb 100%),url(/aone-auth-bg.jpg?v=3);background-position:50%;background-size:cover;background-attachment:fixed;padding:5.5rem 1.5rem 6.5rem;position:relative;overflow:hidden}.about-hero-bg-glow{pointer-events:none;background:radial-gradient(circle,#00aeef4d 0%,#0f172a00 70%);border-radius:50%;width:650px;height:650px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.about-hero-container{z-index:2;max-width:900px;margin:0 auto;position:relative}.about-trust-badge{color:#38bdf8;letter-spacing:.5px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #00aeef80;border-radius:50px;align-items:center;gap:.6rem;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.about-trust-badge .gold-star{color:#f59e0b}.about-hero-title{letter-spacing:-1px;text-shadow:0 4px 15px #0000004d;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:3.25rem;font-weight:800;line-height:1.15;color:#fff!important}.about-hero-subheading{color:#38bdf8;margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:1.85rem;font-weight:700}.about-hero-description{color:#e2e8f0;max-width:680px;margin:0 auto 2.25rem;font-size:1.15rem;line-height:1.7}.about-hero-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.25rem;display:flex}.btn-hero-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px -5px #00aeef66}.btn-hero-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 15px 30px -5px #00aeef80}.btn-hero-whatsapp{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px -5px #25d36666}.btn-hero-whatsapp:hover{color:#fff;transform:translateY(-2px);box-shadow:0 15px 30px -5px #25d36680}.about-section{padding:5rem 1.5rem}.about-section-container{max-width:1200px;margin:0 auto}.section-title-wrap{text-align:center;max-width:720px;margin:0 auto 3.5rem}.section-title-wrap h2{color:#0f172a;letter-spacing:-.5px;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:2.35rem;font-weight:700}.section-title-wrap p{color:#64748b;margin:0;font-size:1.05rem}.story-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.story-content h2{color:#0f172a;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.story-gujarati-title{color:#00aeef;margin-bottom:1.25rem;font-size:1.35rem;font-weight:700}.story-text{color:#475569;margin-bottom:2rem;font-size:1.05rem;line-height:1.8}.story-stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.story-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:.85rem;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 20px #00000008}.story-stat-card:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000012}.stat-icon-wrap{color:#00aeef;background:#00aeef1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-title{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.story-image-wrap{background:#0f172a;border:4px solid #fff;border-radius:24px;justify-content:center;align-items:center;min-height:460px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 45px -10px #00000026}.story-image-wrap img{object-fit:contain;background-color:#1e293b;width:100%;height:100%;min-height:460px;transition:transform .4s;display:block}.story-image-wrap:hover img{transform:scale(1.02)}.story-image-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:2;background:#0f172ae6;border:1px solid #fff3;border-radius:14px;align-items:center;gap:.6rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex;position:absolute;bottom:20px;left:20px}.mission-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.mission-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem 1.5rem;transition:all .3s;box-shadow:0 10px 30px #00000008}.mission-card:hover{border-color:#00aeef;transform:translateY(-5px);box-shadow:0 15px 35px #00aeef1f}.mission-icon{color:#00aeef;background:linear-gradient(135deg,#00aeef1f 0%,#0284c70d 100%);border-radius:18px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;display:flex}.mission-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.mission-card p{color:#64748b;margin:0;font-size:.925rem;line-height:1.6}.certificate-card-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:28px;grid-template-columns:1fr 1.1fr;align-items:center;display:grid;overflow:hidden;box-shadow:0 20px 45px #0000000d}.certificate-img-box{text-align:center;background:#0f172a;justify-content:center;align-items:center;min-height:420px;padding:1.5rem;display:flex;position:relative}.certificate-img-box img{object-fit:contain;border-radius:12px;max-width:100%;max-height:440px;transition:transform .4s;box-shadow:0 10px 30px #0006}.certificate-img-box:hover img{transform:scale(1.03)}.certificate-info-box{padding:3rem 2.5rem}.cert-badge{color:#00aeef;background:#00aeef1a;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem 1rem;font-size:.85rem;font-weight:700;display:inline-flex}.certificate-info-box h2{color:#0f172a;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.cert-name{color:#00aeef;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.cert-details-list{color:#475569;margin:0 0 1.75rem;padding:0;font-size:.95rem;line-height:2;list-style:none}.cert-details-list li strong{color:#0f172a}.testing-section{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:32px;margin:2rem 0;padding:4rem 2.5rem}.testing-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3.5rem;display:grid}.testing-img-box{text-align:center;background:#fff;border-radius:24px;padding:1.5rem;position:relative;box-shadow:0 25px 50px -12px #00000080}.testing-img-box img{object-fit:contain;max-width:100%;max-height:380px;margin:0 auto}.testing-img-tag{color:#fff;letter-spacing:.5px;background:#00aeef;border-radius:20px;padding:.35rem .85rem;font-size:.8rem;font-weight:700;position:absolute;top:16px;right:16px}.testing-content h2{color:#fff;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.25rem;font-weight:800}.testing-lead-text{color:#94a3b8;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.testing-features-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2rem;display:grid}.testing-feature-item{color:#f1f5f9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.95rem;font-weight:600;display:flex}.testing-feature-item svg{color:#38bdf8;flex-shrink:0}.testing-disclaimer-note{color:#fbbf24;background:#f59e0b1a;border-left:4px solid #f59e0b;border-radius:8px;padding:1rem 1.25rem;font-size:.875rem;line-height:1.5}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.product-cat-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;justify-content:space-between;padding:1.75rem 1.25rem;transition:all .3s;display:flex;box-shadow:0 8px 25px #00000008}.product-cat-card:hover{border-color:#00aeef;transform:translateY(-5px);box-shadow:0 15px 35px #00000014}.product-cat-icon{color:#00aeef;background:#00aeef1a;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.product-cat-card h3{color:#0f172a;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.product-cat-card p{color:#64748b;margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.btn-cat-explore{color:#0f172a;background:#f1f5f9;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.35rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.product-cat-card:hover .btn-cat-explore{color:#fff;background:#00aeef}.brands-marquee-section{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:3rem 1.5rem;overflow:hidden;box-shadow:0 10px 30px #00000008}.marquee-container{width:100%;padding:1rem 0;position:relative;overflow:hidden}.marquee-track{cursor:pointer;align-items:center;gap:2rem;width:max-content;animation:25s linear infinite scrollMarquee;display:flex}.marquee-container:hover .marquee-track,.marquee-container:active .marquee-track{animation-play-state:paused}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-logo-pill-card{-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #cbd5e1;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;min-width:145px;height:65px;padding:.5rem 1.25rem;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #00000008}.brand-logo-pill-card:hover{background:#fff;border-color:#00aeef;transform:translateY(-3px);box-shadow:0 8px 22px #00aeef33}.brand-marquee-logo-img{object-fit:contain;filter:grayscale(15%);max-width:110px;max-height:42px;transition:all .25s}.brand-logo-pill-card:hover .brand-marquee-logo-img{filter:grayscale(0%);transform:scale(1.05)}.brand-logo-text-badge{color:#0f172a;white-space:nowrap;letter-spacing:.3px;font-family:Outfit,Poppins,sans-serif;font-size:1.2rem;font-weight:800;transition:color .2s}.brand-logo-pill-card:hover .brand-logo-text-badge{color:#00aeef}.brand-card-pill{color:#0f172a;white-space:nowrap;background:#f8fafc;border:1px solid #cbd5e1;border-radius:50px;padding:.85rem 2.25rem;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:800;transition:all .3s;box-shadow:0 4px 12px #00000005}.brand-card-pill:hover{color:#00aeef;background:#fff;border-color:#00aeef;transform:translateY(-2px);box-shadow:0 8px 20px #00aeef33}.why-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.why-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem 1.5rem;transition:all .3s;position:relative;box-shadow:0 6px 20px #00000005}.why-card:hover{border-color:#00aeef;transform:translateY(-5px);box-shadow:0 15px 30px #00aeef1a}.why-num{color:#00aeef;opacity:.85;margin-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:900}.why-card h3{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.why-card p{color:#64748b;margin:0;font-size:.925rem;line-height:1.6}.store-visit-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 15px 40px #0000000f}.store-visit-img{background:#0f172a;height:100%;min-height:420px;position:relative}.store-visit-img img{object-fit:contain;width:100%;height:100%;display:block}.store-visit-info{flex-direction:column;justify-content:center;padding:3rem 2.5rem;display:flex}.store-visit-info h3{color:#0f172a;margin-bottom:.75rem;font-size:1.85rem;font-weight:800}.store-visit-desc{color:#64748b;margin-bottom:2rem;font-size:1rem;line-height:1.6}.info-cards-list{flex-direction:column;gap:1.15rem;margin-bottom:2.25rem;display:flex}.info-list-item{align-items:flex-start;gap:1rem;display:flex}.info-item-icon{color:#00aeef;background:#00aeef1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.info-item-label{color:#0f172a;margin-bottom:.15rem;font-size:.9rem;font-weight:700}.info-item-val{color:#475569;font-size:.925rem}.store-actions{flex-wrap:wrap;gap:1rem;display:flex}.timeline-container{grid-template-columns:repeat(5,1fr);gap:1.25rem;display:grid;position:relative}.timeline-step-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:1.75rem 1.25rem;transition:all .3s;position:relative;box-shadow:0 6px 20px #00000005}.timeline-step-card:hover{border-color:#00aeef;transform:translateY(-4px)}.timeline-step-num{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 1rem;font-size:1.1rem;font-weight:800;display:flex;box-shadow:0 6px 15px #00aeef4d}.timeline-step-card h4{color:#0f172a;margin:0;font-size:1rem;font-weight:700}.about-cta-section{text-align:center;background:linear-gradient(135deg,#0b192c 0%,#0f172a 70%,#0284c7 100%);border-radius:32px;max-width:1200px;margin:3rem auto;padding:5.5rem 1.5rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0000004d;color:#fff!important}.cta-title{text-shadow:0 4px 15px #0000004d;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:2.85rem;font-weight:800;color:#fff!important}.cta-text{max-width:640px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7;color:#f1f5f9!important}.cta-buttons-wrap{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.btn-cta-whatsapp{color:#fff;background:#25d366;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #25d36666}.btn-cta-whatsapp:hover{color:#fff;transform:translateY(-2px);box-shadow:0 15px 30px #25d36680}.btn-cta-call{color:#0f172a;background:#fff;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #fff3}.btn-cta-call:hover{color:#00aeef;background:#f8fafc;transform:translateY(-2px)}.btn-cta-store{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff26;border:1px solid #ffffff4d;border-radius:50px;align-items:center;gap:.6rem;padding:.9rem 2.25rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.btn-cta-store:hover{color:#fff;background:#ffffff40;transform:translateY(-2px)}@media (width<=1024px){.story-grid,.testing-grid,.store-visit-card,.certificate-card-wrap{grid-template-columns:1fr;gap:2.5rem}.mission-grid,.products-grid,.why-grid{grid-template-columns:repeat(2,1fr)}.timeline-container{grid-template-columns:repeat(3,1fr)}.about-hero-title{font-size:2.5rem}}@media (width<=640px){.mission-grid,.products-grid,.why-grid,.testing-features-grid,.story-stats-grid,.timeline-container{grid-template-columns:1fr}.about-hero-title{font-size:2.1rem}.about-hero-subheading{font-size:1.4rem}.cta-title{font-size:2rem}.about-section{padding:3.5rem 1rem}.store-visit-info,.certificate-info-box{padding:2rem 1.25rem}}.contact-page-wrapper{color:#1e293b;background-color:#f8fafc;width:100%;font-family:Poppins,Plus Jakarta Sans,sans-serif;overflow-x:hidden}.contact-hero-section{color:#fff;text-align:center;background:linear-gradient(135deg,#0b192c 0%,#0f172a 70%,#0284c7 100%);padding:4rem 1.5rem;position:relative;overflow:hidden}.contact-hero-glow{pointer-events:none;background:radial-gradient(circle,#00aeef40 0%,#0f172a00 70%);width:600px;height:600px;position:absolute;top:-30%;left:50%;transform:translate(-50%)}.contact-hero-container{z-index:2;max-width:850px;margin:0 auto;position:relative}.contact-hero-badge{color:#38bdf8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #00aeef66;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.35rem 1.15rem;font-size:.85rem;font-weight:600;display:inline-flex}.contact-hero-title{letter-spacing:-1px;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:3rem;font-weight:800;line-height:1.15;color:#fff!important}.contact-hero-gujarati{color:#38bdf8;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.65rem;font-weight:700}.contact-hero-desc{color:#cbd5e1;max-width:680px;margin:0 auto;font-size:1.05rem;line-height:1.65}.contact-section{padding:3.5rem 1.5rem}.contact-section-container{width:100%;max-width:1200px;margin:0 auto}.contact-highlights-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem;display:grid}.contact-highlight-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;align-items:center;padding:1.75rem 1.25rem;transition:all .3s;display:flex;box-shadow:0 8px 25px #00000008}.contact-highlight-card:hover{border-color:#00aeef;transform:translateY(-5px);box-shadow:0 15px 30px #00aeef1f}.highlight-icon-box{color:#00aeef;background:#00aeef1a;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.15rem;transition:all .3s;display:flex}.contact-highlight-card:hover .highlight-icon-box{color:#fff;background:#00aeef;transform:scale(1.05)}.contact-highlight-card h3{color:#0f172a;margin-bottom:.4rem;font-size:1.1rem;font-weight:700}.contact-highlight-card p{color:#64748b;margin:0;font-size:.9rem;line-height:1.5}.highlight-action-link{color:#00aeef;align-items:center;gap:.3rem;margin-top:.75rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-flex}.highlight-action-link:hover{color:#0284c7;text-decoration:underline}.contact-main-grid{grid-template-columns:1fr 1.35fr;align-items:start;gap:2.5rem;display:grid}.store-details-panel{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:28px;padding:2.5rem 2rem;box-shadow:0 15px 40px #00000014}.store-panel-header h2{color:#fff;margin-bottom:.35rem;font-family:Outfit,sans-serif;font-size:1.85rem;font-weight:800}.store-panel-sub{color:#38bdf8;margin-bottom:1.25rem;font-size:1.05rem;font-weight:700}.store-panel-desc{color:#cbd5e1;margin-bottom:2rem;font-size:.95rem;line-height:1.65}.store-info-list{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.store-info-row{align-items:flex-start;gap:1rem;display:flex}.store-info-icon{color:#38bdf8;background:#ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.store-info-text strong{color:#fff;margin-bottom:.2rem;font-size:.95rem;display:block}.store-info-text div{color:#cbd5e1;font-size:.9rem;line-height:1.5}.store-action-buttons{flex-direction:column;gap:.75rem;display:flex}.btn-store-primary{color:#fff;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.925rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #00aeef4d}.btn-store-primary:hover{color:#fff;transform:translateY(-2px)}.btn-store-whatsapp{color:#fff;background:#25d366;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.925rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 8px 20px #25d3664d}.btn-store-whatsapp:hover{color:#fff;transform:translateY(-2px)}.btn-store-outline{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.925rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-store-outline:hover{color:#fff;background:#ffffff2e}.contact-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:2.5rem 2rem;box-shadow:0 10px 30px #00000008}.form-panel-header{margin-bottom:1.75rem}.form-panel-header h2{color:#0f172a;margin-bottom:.35rem;font-family:Outfit,sans-serif;font-size:1.85rem;font-weight:800}.form-panel-header p{color:#64748b;margin:0;font-size:.95rem}.contact-custom-form{flex-direction:column;gap:1.15rem;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:1.15rem;display:grid}.form-group-item{flex-direction:column;gap:.4rem;display:flex}.form-group-item label{color:#1e293b;font-size:.875rem;font-weight:700}.form-group-item input,.form-group-item select,.form-group-item textarea{color:#0f172a;box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;width:100%;padding:.75rem .95rem;font-family:inherit;font-size:.925rem;transition:all .25s}.form-group-item input:focus,.form-group-item select:focus,.form-group-item textarea:focus{background:#fff;border-color:#00aeef;outline:none;box-shadow:0 0 0 4px #00aeef1f}.btn-form-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00aeef 0%,#0284c7 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;margin-top:.35rem;padding:.9rem 2rem;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #00aeef59}.btn-form-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 30px #00aeef73}.btn-form-submit:disabled{opacity:.65;cursor:not-allowed}.contact-map-section{background:#fff;border:1px solid #e2e8f0;border-radius:24px;margin-top:3rem;overflow:hidden;box-shadow:0 10px 30px #00000008}.map-header-box{background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;padding:1.25rem 1.75rem;display:flex}.map-header-box h3{color:#0f172a;align-items:center;gap:.5rem;margin:0;font-size:1.2rem;font-weight:800;display:flex}.map-iframe-box{background:#e2e8f0;border:none;width:100%;height:380px;display:flex;overflow:hidden}.map-iframe-box iframe{border:0;width:100%;height:100%;display:block}.custom-select-container{width:100%;position:relative}.custom-select-trigger{color:#0f172a;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;justify-content:space-between;align-items:center;width:100%;padding:.75rem .95rem;font-size:.925rem;font-weight:500;transition:all .25s;display:flex}.custom-select-trigger:hover{background:#fff;border-color:#00aeef}.custom-select-trigger.open{background:#fff;border-color:#00aeef;box-shadow:0 0 0 4px #00aeef1f}.custom-select-trigger.has-error{background-color:#fef2f2!important;border-color:#ef4444!important}.custom-chevron{color:#64748b;flex-shrink:0;transition:transform .25s,color .25s}.custom-chevron.rotate{color:#00aeef;transform:rotate(180deg)}.custom-select-menu{z-index:100;background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin:0;padding:.4rem;list-style:none;animation:.2s cubic-bezier(.16,1,.3,1) dropdownFadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 15px 35px #0f172a1f}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.custom-select-option{color:#334155;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;padding:.7rem .95rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.custom-select-option:hover{color:#00aeef;background:#f1f5f9}.custom-select-option.selected{color:#00aeef;background:#00aeef14;font-weight:700}.option-check-icon{color:#00aeef}.input-error{background-color:#fef2f2!important;border-color:#ef4444!important}.input-error:focus{box-shadow:0 0 0 4px #ef444426!important}.field-error-text{color:#dc2626;align-items:center;gap:.35rem;margin-top:.2rem;font-size:.825rem;font-weight:600;animation:.2s fadeInError;display:inline-flex}@keyframes fadeInError{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.contact-highlights-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.contact-main-grid{grid-template-columns:1fr;gap:2rem}.contact-hero-title{font-size:2.35rem}.store-details-panel,.contact-form-panel{padding:2.25rem 1.75rem}}@media (width<=640px){.contact-hero-section{padding:2.25rem .85rem!important}.contact-hero-title{font-size:1.65rem!important;line-height:1.25!important}.contact-hero-gujarati{margin-bottom:.65rem!important;font-size:1.15rem!important}.contact-hero-desc{font-size:.875rem!important;line-height:1.5!important}.contact-section{padding:1.5rem .85rem!important}.contact-highlights-grid{grid-template-columns:1fr!important;gap:.75rem!important;margin-bottom:1.75rem!important}.contact-highlight-card{border-radius:14px!important;padding:1.15rem .85rem!important}.highlight-icon-box{width:42px!important;height:42px!important;margin-bottom:.65rem!important}.contact-highlight-card h3{margin-bottom:.25rem!important;font-size:1rem!important}.contact-highlight-card p{font-size:.85rem!important}.store-details-panel,.contact-form-panel{border-radius:18px!important;padding:1.25rem .85rem!important}.store-panel-header h2,.form-panel-header h2{margin-bottom:.25rem!important;font-size:1.35rem!important}.store-panel-sub{margin-bottom:.75rem!important;font-size:.95rem!important}.store-panel-desc{margin-bottom:1.25rem!important;font-size:.85rem!important;line-height:1.55!important}.store-info-list{gap:.85rem!important;margin-bottom:1.5rem!important}.store-info-row{gap:.75rem!important}.store-info-icon{border-radius:10px!important;width:36px!important;height:36px!important}.store-info-text strong{font-size:.85rem!important}.store-info-text div{font-size:.825rem!important}.store-action-buttons{gap:.6rem!important}.btn-store-primary,.btn-store-whatsapp,.btn-store-outline{text-align:center!important;box-sizing:border-box!important;border-radius:25px!important;justify-content:center!important;width:100%!important;padding:.65rem .85rem!important;font-size:.85rem!important}.form-panel-header{margin-bottom:1.25rem!important}.contact-custom-form{gap:.85rem!important}.form-row-2{grid-template-columns:1fr!important;gap:.85rem!important}.form-group-item label{font-size:.825rem!important}.form-group-item input,.form-group-item select,.form-group-item textarea{border-radius:10px!important;padding:.65rem .85rem!important;font-size:.875rem!important}.btn-form-submit{border-radius:25px!important;width:100%!important;padding:.75rem 1rem!important;font-size:.9rem!important}.contact-map-section{border-radius:18px!important;margin-top:1.75rem!important}.map-header-box{flex-direction:column!important;align-items:stretch!important;gap:.65rem!important;padding:.85rem 1rem!important}.map-header-box h3{font-size:1rem!important}.map-header-box .btn-store-primary{text-align:center!important;justify-content:center!important;width:100%!important;padding:.6rem 1rem!important;font-size:.825rem!important}.map-iframe-box{height:300px!important}.map-iframe-box iframe{width:100%!important;height:100%!important}}.info-content-wrapper{max-width:1000px;margin:0 auto}.about-grid{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.about-image img{border-radius:var(--radius-lg);width:100%;height:auto;box-shadow:var(--shadow-md)}.about-text h2{color:var(--primary);font-family:var(--font-sans)}.feature-list{padding:0;list-style:none}.feature-list li{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);font-size:1rem;display:flex}.contact-grid{gap:var(--space-xl);grid-template-columns:1fr 1.5fr;display:grid}.contact-info-panel{background-color:var(--primary);color:var(--white);padding:var(--space-xl);border-radius:var(--radius-lg)}.contact-info-panel h2{color:var(--white)}.contact-item{align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-lg);display:flex}.contact-icon-box{background-color:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.contact-item-text h3{color:var(--white);margin-bottom:4px;font-size:1.125rem}.contact-item-text p{color:#fffc;font-size:.9375rem;line-height:1.5}.contact-buttons .btn-outline{border-color:var(--white);color:var(--white)}.contact-buttons .btn-outline:hover{background-color:var(--white);color:var(--primary)}.contact-buttons .btn-primary{background-color:var(--accent);color:var(--white)}.contact-buttons .btn-primary:hover{background-color:var(--primary-light)}.contact-form-panel{padding:var(--space-lg);background-color:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.map-embed{border-radius:var(--radius-lg);border:1px solid var(--border);background-color:#f5f5f5;justify-content:center;align-items:center;width:100%;height:400px;display:flex}.map-content{flex-direction:column;align-items:center;max-width:400px;display:flex}@media (width<=992px){.about-grid,.contact-grid{grid-template-columns:1fr}.about-image{order:-1}}.admin-layout{background-color:#f8fafc;min-height:100vh;display:flex;position:relative}.admin-mobile-header{color:#fff;z-index:1000;background-color:#0a0a0a;justify-content:space-between;align-items:center;height:60px;padding:0 1.25rem;display:none;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0003}.admin-mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;display:flex}.admin-mobile-menu-btn:hover{background:#ffffff1a}.admin-sidebar{z-index:999;background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:260px;height:100vh;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;box-shadow:2px 0 10px #00000008}.admin-sidebar-header{background-color:#0a0a0a;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.admin-sidebar-close-btn{color:#fff;cursor:pointer;background:0 0;border:none;display:none}.admin-logo-box{align-items:center;gap:.6rem;display:flex;background:0 0!important}.admin-logo-img{object-fit:contain;filter:brightness(0)invert();max-width:140px;height:42px;background:0 0!important}.admin-logo-text{color:#fff;letter-spacing:.5px;white-space:nowrap;align-items:center;gap:.35rem;font-family:Outfit,Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:800;display:flex}.admin-logo-accent{color:#00aeef;letter-spacing:1px;font-weight:900}.admin-nav{flex-direction:column;gap:.25rem;padding:1rem 0;display:flex}.admin-nav-link{color:#64748b;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.admin-nav-link:hover{color:#0a0a0a;background-color:#f1f5f9}.admin-nav-link.active{color:#00aeef;background-color:#e6f7ff;border-right:4px solid #00aeef;font-weight:600}.admin-sidebar-footer{border-top:1px solid #e2e8f0;margin-top:auto;padding:1.5rem}.admin-logout-btn{color:#ef4444;cursor:pointer;background-color:#0000;border:1px solid #fee2e2;border-radius:6px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.admin-logout-btn:hover{background-color:#fef2f2;border-color:#ef4444}.admin-content{box-sizing:border-box;background-color:#f8fafc;flex:1;width:calc(100% - 260px);min-height:100vh;margin-left:260px;padding:2.5rem}.admin-page-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-page-header h1{color:#1e293b;margin:0;font-size:1.5rem}.admin-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;padding:0;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;font-size:.725rem;font-weight:700;padding:.6rem .85rem!important}.admin-table td{text-align:left;vertical-align:middle;white-space:nowrap;border-bottom:1px solid #f1f5f9;font-size:.875rem;padding:.5rem .85rem!important}.admin-table tbody tr:hover{background-color:#f8fafc}.btn-edit{color:#00aeef;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;margin-right:.5rem;transition:all .2s;display:inline-flex}.btn-edit:hover{color:#fff;background:#00aeef}.btn-delete{color:#ef4444;cursor:pointer;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:inline-flex}.btn-delete:hover{color:#fff;background:#ef4444}.toggle-switch{width:44px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#cbd5e1;border-radius:24px;transition:all .4s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .4s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 3px #0000001a}input:checked+.toggle-slider{background-color:#00aeef}input:checked+.toggle-slider:before{transform:translate(20px)}.modal-overlay{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff;border-radius:12px;width:95%;max-width:620px;max-height:90vh;animation:.25s ease-out modalEnter;overflow-y:auto;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #00000014}@keyframes modalEnter{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.modal-title{color:#0a0a0a;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:700;display:flex}.modal-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;transition:all .2s;display:flex}.modal-close-btn:hover{color:#ef4444;background-color:#f1f5f9}.modal-body{padding:1.5rem}.action-header-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background-color:#00aeef;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 10px #00aeef40}.btn-primary:hover{background-color:#08c;transform:translateY(-1px);box-shadow:0 6px 14px #00aeef59}@media (width<=768px){.admin-layout{flex-direction:column}.admin-mobile-header{display:flex}.admin-sidebar-overlay{z-index:1050;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;position:fixed;inset:0}.admin-sidebar{z-index:1100;width:270px;transition:left .3s cubic-bezier(.4,0,.2,1);top:0;bottom:0;left:-280px;box-shadow:4px 0 20px #00000026}.admin-sidebar.open{left:0}.admin-sidebar-close-btn{display:flex}.admin-content{width:100%;margin-left:0;padding:75px 1.25rem 1.25rem}.action-header-bar{flex-direction:column;align-items:stretch;gap:1rem}.action-header-bar .btn-primary{justify-content:center;width:100%}.modal-content{width:95%;max-height:92vh}.modal-body{padding:1rem}.admin-page{padding:1rem!important}}.pagination-container{color:#64748b;background-color:#fff;border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:.875rem;display:flex}.pagination-info{color:#64748b;font-weight:500}.pagination-info strong{color:#0a0a0a;font-weight:700}.pagination-controls{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.pagination-per-page{color:#64748b;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.pagination-select{cursor:pointer;color:#0a0a0a;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;padding:.35rem .65rem;font-size:.85rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.pagination-select:hover,.pagination-select:focus{border-color:#00aeef;box-shadow:0 0 0 3px #00aeef26}.pagination-buttons{align-items:center;gap:.35rem;display:flex}.pagination-btn{color:#334155;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;justify-content:center;align-items:center;min-width:34px;height:34px;padding:0 .5rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.pagination-btn:hover:not(:disabled):not(.active){color:#0a0a0a;background-color:#f1f5f9;border-color:#94a3b8}.pagination-btn.active{color:#fff;background-color:#00aeef;border-color:#00aeef;font-weight:700;box-shadow:0 2px 6px #00aeef4d}.pagination-btn:disabled{color:#cbd5e1;cursor:not-allowed;background-color:#f8fafc;border-color:#e2e8f0}@media (width<=640px){.pagination-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem}.pagination-controls{flex-direction:column;justify-content:center;gap:.75rem;width:100%}}.contact-filter-bar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.contact-filter-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.contact-details-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-modal-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}@media (width<=640px){.contact-filter-bar{flex-direction:column;align-items:stretch}.contact-filter-buttons{justify-content:space-between;width:100%}.contact-filter-buttons button{text-align:center;flex:1;padding:.6rem .5rem!important;font-size:.8rem!important}.contact-details-grid{grid-template-columns:1fr!important}.contact-modal-actions{flex-direction:column;width:100%}.contact-modal-actions button,.contact-modal-actions a{text-align:center!important;box-sizing:border-box!important;justify-content:center!important;width:100%!important}}.filter-label{color:#475569;letter-spacing:.03em;text-transform:uppercase;margin-bottom:.4rem;font-size:.825rem;font-weight:700;display:block}.filter-input{color:#0f172a;box-sizing:border-box;background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.65rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;box-shadow:inset 0 1px 2px #00000005}.filter-input:hover{border-color:#94a3b8}.filter-input:focus{background-color:#fff;border-color:#00aeef;box-shadow:0 0 0 3px #00aeef26}.filter-select{color:#0f172a;box-sizing:border-box;appearance:none;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right .7rem center;background-repeat:no-repeat;background-size:1.1rem;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.65rem 2.2rem .65rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;box-shadow:0 1px 3px #00000008}.filter-select:hover{background-color:#f8fafc;border-color:#94a3b8}.filter-select:focus{background-color:#fff;border-color:#00aeef;box-shadow:0 0 0 3px #00aeef26}.dashboard-container{padding:0}.stats-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:14px;align-items:center;padding:1.25rem 1.5rem;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 4px 15px #00000008}.stat-card:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 12px 25px #0000000f}.stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-right:1rem;display:flex}.stat-icon.sales{color:#d97706;background-color:#f59e0b1f}.stat-icon.orders{color:#16a34a;background-color:#16a34a1f}.stat-icon.products{color:#00aeef;background-color:#00aeef1f}.stat-icon.customers{color:#9333ea;background-color:#a855f71f}.stat-info{flex-grow:1;min-width:0}.stat-title{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .25rem;font-size:.775rem;font-weight:700}.stat-value{color:#0f172a;margin:0;font-size:1.65rem;font-weight:800;line-height:1.1}.quick-actions-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;display:grid}.quick-action-btn{color:#0f172a;background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.75rem;padding:.85rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.quick-action-btn:hover{color:#00aeef;border-color:#00aeef;transform:translateY(-2px);box-shadow:0 6px 14px #00aeef26}.quick-action-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.recent-orders-section{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000008}.recent-orders-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.recent-orders-title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.recent-orders-table{border-collapse:collapse;width:100%}.recent-orders-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background-color:#f8fafc;border-bottom:2px solid #e2e8f0;padding:.6rem .75rem;font-size:.725rem;font-weight:700}.recent-orders-table td{color:#1e293b;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.5rem .75rem;font-size:.85rem}.recent-orders-table tr:hover{background-color:#f8fafc}.recent-orders-table tr:last-child td{border-bottom:none}.status-badge{text-transform:uppercase;border-radius:12px;padding:.25rem .65rem;font-size:.725rem;font-weight:700;display:inline-block}.status-unread{color:#ef4444;background-color:#fee2e2}.status-read{color:#059669;background-color:#d1fae5}.loading-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite pulse}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}@media (width<=640px){.stats-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.85rem}.stat-card{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.stat-icon{width:44px;height:44px;margin-right:0}.stat-value{font-size:1.4rem}.quick-actions-grid{grid-template-columns:1fr 1fr;gap:.75rem}.quick-action-btn{padding:.75rem .85rem;font-size:.8rem}.recent-orders-section{padding:1rem}}.frame-types-admin-page .professional-table{border-collapse:separate;border-spacing:0;width:100%;margin:0}.frame-types-admin-page .professional-table th{color:#475569;text-transform:uppercase;letter-spacing:.05em;text-align:left;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1rem 1.5rem;font-size:.85rem;font-weight:600}.frame-types-admin-page .professional-table td{vertical-align:middle;color:#334155;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem;font-size:.95rem}.frame-types-admin-page .professional-table tr:last-child td{border-bottom:none}.frame-types-admin-page .professional-table tr:hover td{background-color:#f8fafc}.frame-types-admin-page .frame-type-icon{background-color:#e0f2fe;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.frame-types-admin-page .id-badge{color:#64748b;background:#f1f5f9;border-radius:4px;padding:4px 8px;font-family:monospace;font-size:.85rem;font-weight:600}.professional-modal{border-radius:16px;width:100%;max-width:500px;padding:0;overflow:hidden}.professional-modal .modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.professional-modal .modal-header h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.professional-modal .modal-body{max-height:calc(100vh - 180px);padding:1.5rem;overflow-y:auto}.professional-modal .form-group{margin-bottom:1.5rem}.professional-modal .form-group label{color:#334155;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.professional-modal .form-control{border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.professional-modal .form-control:focus{border-color:#00aeef;outline:none;box-shadow:0 0 0 3px #00aeef1a}.professional-modal .modal-footer{z-index:10;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex;position:sticky;bottom:0}:root{--primary:#0a0a0a;--secondary:#f8fafc;--accent:#00aeef;--accent-hover:#08c;--accent-light:#e6f7ff;--text-main:#1e293b;--text-muted:#64748b;--border:#e2e8f0;--white:#fff;--error:#ef4444;--success:#10b981;--font-sans:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-serif:"Poppins", sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:2rem;--space-xl:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-hover:0 20px 25px #00000026;--transition-fast:.15s ease;--transition-normal:.3s ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--secondary);color:var(--text-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{color:var(--primary);font-family:Poppins,sans-serif;font-weight:700;line-height:1.25}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--accent)}ul{list-style:none}button,input,select,textarea{font-family:Poppins,sans-serif}button{cursor:pointer;background:0 0;border:none}.container{width:100%;max-width:1280px;padding:0 var(--space-md);margin:0 auto}.btn{text-transform:uppercase;letter-spacing:1px;border-radius:6px;justify-content:center;align-items:center;padding:.85rem 1.75rem;font-size:.825rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 6px -1px #0000000d}.btn:hover{transform:translateY(-1px);box-shadow:0 6px 12px -2px #0000001a}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--accent);color:var(--white)}.btn-outline{border:1px solid var(--primary);color:var(--primary);background-color:#0000}.btn-outline:hover{background-color:var(--primary);color:var(--white)}.btn-accent{background-color:var(--accent);color:var(--white)}.btn-accent:hover{background-color:var(--primary)}.form-group{margin-bottom:var(--space-md)}.form-label{margin-bottom:var(--space-xs);font-size:.875rem;font-weight:500;display:block}.form-control{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-sans);transition:border-color var(--transition-fast);padding:.75rem}.form-control:focus{border-color:var(--accent);outline:none}.section{padding:var(--space-xl) 0}.text-center{text-align:center}.text-accent{color:var(--accent)}.mb-1{margin-bottom:var(--space-sm)}.mb-2{margin-bottom:var(--space-md)}.mb-3{margin-bottom:var(--space-lg)}.mb-4{margin-bottom:var(--space-xl)}.mobile-only{display:none!important}.desktop-only{display:block}@media (width<=1024px){.mobile-only{display:flex!important}.desktop-only{display:none!important}}.grid{gap:var(--space-lg);display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (width<=1024px){.grid-cols-4{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){.grid-cols-4,.grid-cols-3{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.grid-cols-4,.grid-cols-3,.grid-cols-2{grid-template-columns:repeat(1,1fr)}}.fade-in{animation:.5s forwards fadeIn}.badge{text-transform:uppercase;border-radius:var(--radius-sm);letter-spacing:.5px;padding:4px 8px;font-size:.75rem;font-weight:600}.badge-new{background-color:var(--primary);color:#fff}.badge-sale{background-color:var(--error);color:#fff}.badge-bestseller{background-color:var(--accent);color:#fff}.global-floating-whatsapp{color:#fff;z-index:9999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .3s,box-shadow .3s;animation:2s infinite pulse-whatsapp;display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 4px 12px #00000026}.global-floating-whatsapp:hover{color:#fff;animation:none;transform:scale(1.1);box-shadow:0 6px 16px #00000040}@keyframes pulse-whatsapp{0%{box-shadow:0 0 #25d36680}70%{box-shadow:0 0 0 15px #25d36600}to{box-shadow:0 0 #25d36600}}
