.ProductCard-module__t53O_a__productCard{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.ProductCard-module__t53O_a__productCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.ProductCard-module__t53O_a__productImg{height:250px;overflow:hidden}.ProductCard-module__t53O_a__productImg img{object-fit:contain;width:100%;height:100%;transition:transform .5s}.ProductCard-module__t53O_a__productCard:hover .ProductCard-module__t53O_a__productImg img{transform:scale(1.1)}.ProductCard-module__t53O_a__productInfo{text-align:center;flex-direction:column;flex-grow:1;justify-content:space-between;padding:20px;display:flex}.ProductCard-module__t53O_a__productInfo h3{font-size:1.1rem;font-family:var(--font-body);color:var(--secondary);margin-bottom:10px}.ProductCard-module__t53O_a__price{color:var(--primary);margin-bottom:15px;font-size:1.2rem;font-weight:700}.ProductCard-module__t53O_a__viewBtn{text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border-color);align-self:center;padding-bottom:5px;font-size:.9rem;font-weight:600}.ProductCard-module__t53O_a__viewBtn:hover{color:var(--primary);border-color:var(--primary)}.ProductCard-module__t53O_a__noImage{background:var(--bg-alt);width:100%;height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}
.Home-module__jKgjFW__home{overflow-x:hidden}.Home-module__jKgjFW__hero{color:#fff;background-image:url(/images/hero-image.jpg);background-position:50%;background-size:cover;align-items:center;height:90vh;display:flex;position:relative}.Home-module__jKgjFW__heroOverlay{z-index:1;background:linear-gradient(90deg,#000000b3 0%,#0000004d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Home-module__jKgjFW__heroContent{z-index:2;max-width:800px;position:relative}.Home-module__jKgjFW__subHeading{font-family:var(--font-body);color:var(--primary);text-transform:uppercase;letter-spacing:3px;margin-bottom:20px;font-size:1rem;font-weight:600}.Home-module__jKgjFW__mainHeading{margin-bottom:30px;font-size:4rem;font-weight:700;line-height:1.1}.Home-module__jKgjFW__mainHeading span{color:var(--primary)}.Home-module__jKgjFW__heroText{opacity:.9;max-width:600px;margin-bottom:40px;font-size:1.2rem}.Home-module__jKgjFW__heroBtns{gap:20px;display:flex}.Home-module__jKgjFW__trustBar{background-color:var(--secondary);color:#fff;padding:40px 0}.Home-module__jKgjFW__trustGrid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.Home-module__jKgjFW__trustItem{align-items:center;gap:15px;display:flex}.Home-module__jKgjFW__trustIcon{font-size:2rem}.Home-module__jKgjFW__trustItem h3{font-family:var(--font-body);margin-bottom:5px;font-size:1.1rem}.Home-module__jKgjFW__trustItem p{opacity:.7;font-size:.85rem}.Home-module__jKgjFW__aboutGrid{grid-template-columns:repeat(2,1fr);align-items:center;gap:80px;display:grid}.Home-module__jKgjFW__aboutImage{position:relative}.Home-module__jKgjFW__aboutImage img{box-shadow:var(--shadow-lg);border-radius:8px}.Home-module__jKgjFW__aboutBadge{background:var(--primary);color:#fff;font-family:var(--font-heading);text-align:center;max-width:200px;box-shadow:var(--shadow-md);border-radius:8px;padding:30px;font-size:1.5rem;font-weight:700;position:absolute;bottom:-30px;right:-30px}.Home-module__jKgjFW__aboutContent h6{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.Home-module__jKgjFW__aboutContent h2{margin-bottom:25px;font-size:2.8rem}.Home-module__jKgjFW__aboutContent p{color:var(--text-muted);margin-bottom:35px;font-size:1.1rem}.Home-module__jKgjFW__sectionHeader{text-align:center;margin-bottom:60px}.Home-module__jKgjFW__sectionHeader h6{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:10px}.Home-module__jKgjFW__sectionHeader h2{font-size:2.5rem}.Home-module__jKgjFW__categoryGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.Home-module__jKgjFW__categoryCard{text-align:center}.Home-module__jKgjFW__categoryImg,.Home-module__jKgjFW__categoryImgWrapper{border-radius:8px;height:250px;margin-bottom:15px;position:relative;overflow:hidden}.Home-module__jKgjFW__categoryImg img,.Home-module__jKgjFW__categoryImgWrapper img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Home-module__jKgjFW__categoryCard:hover .Home-module__jKgjFW__categoryImg img,.Home-module__jKgjFW__categoryCard:hover .Home-module__jKgjFW__categoryImgWrapper img{transform:scale(1.1)}.Home-module__jKgjFW__categoryOverlay{opacity:0;width:100%;height:100%;transition:var(--transition);background:#0006;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.Home-module__jKgjFW__categoryCard:hover .Home-module__jKgjFW__categoryOverlay{opacity:1}.Home-module__jKgjFW__categoryOverlay span{color:#fff;text-transform:uppercase;letter-spacing:1px;border:1px solid #fff;padding:10px 20px;font-size:.8rem}.Home-module__jKgjFW__categoryCard h3{font-size:1.1rem;font-family:var(--font-body);font-weight:500}.Home-module__jKgjFW__productGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.Home-module__jKgjFW__productCard{box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff;border-radius:8px;overflow:hidden}.Home-module__jKgjFW__productCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-10px)}.Home-module__jKgjFW__productImg{height:250px;overflow:hidden}.Home-module__jKgjFW__productImg img{object-fit:cover;width:100%;height:100%}.Home-module__jKgjFW__productInfo{text-align:center;padding:20px}.Home-module__jKgjFW__productInfo h3{font-size:1.1rem;font-family:var(--font-body);color:var(--secondary);margin-bottom:10px}.Home-module__jKgjFW__price{color:var(--primary);margin-bottom:15px;font-size:1.2rem;font-weight:700}.Home-module__jKgjFW__viewBtn{text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border-color);padding-bottom:5px;font-size:.9rem;font-weight:600}.Home-module__jKgjFW__viewBtn:hover{color:var(--primary);border-color:var(--primary)}.Home-module__jKgjFW__ctaBanner{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#000c,#000c),url(https://images.unsplash.com/photo-1584622650111-993a426fbf0a?q=80&w=1920);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:100px 0}.Home-module__jKgjFW__ctaBanner h2{margin-bottom:20px;font-size:3rem}.Home-module__jKgjFW__ctaBanner p{opacity:.8;max-width:700px;margin-bottom:40px;margin-left:auto;margin-right:auto;font-size:1.2rem}.Home-module__jKgjFW__infoSection{padding:100px 0}.Home-module__jKgjFW__infoGrid{grid-template-columns:repeat(2,1fr);align-items:center;gap:80px;display:grid}.Home-module__jKgjFW__reverseGrid{direction:rtl}.Home-module__jKgjFW__reverseGrid>*{direction:ltr}.Home-module__jKgjFW__infoImageWrapper{box-shadow:var(--shadow-lg);border-radius:20px;position:relative;overflow:hidden}.Home-module__jKgjFW__infoImageWrapper img{object-fit:cover;width:100%;height:500px;transition:transform .5s}.Home-module__jKgjFW__infoImageWrapper:hover img{transform:scale(1.05)}.Home-module__jKgjFW__infoContent h2{align-items:center;gap:15px;margin-bottom:25px;font-size:2.8rem;display:flex}.Home-module__jKgjFW__infoContent p{color:var(--text-muted);margin-bottom:20px;font-size:1.15rem;line-height:1.8}.Home-module__jKgjFW__featureList{margin-top:30px;padding:0;list-style:none}.Home-module__jKgjFW__featureList li{margin-bottom:15px;padding-left:30px;font-size:1.1rem;font-weight:500;position:relative}.Home-module__jKgjFW__featureList li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}.Home-module__jKgjFW__whyGrid{grid-template-columns:repeat(2,1fr);gap:40px;margin-top:40px;display:grid}.Home-module__jKgjFW__whyCard{background:var(--bg-alt);border-left:4px solid var(--primary);border-radius:12px;padding:25px;transition:transform .3s}.Home-module__jKgjFW__whyCard:hover{transform:translateY(-5px)}.Home-module__jKgjFW__whyCard h3{color:var(--secondary);margin-bottom:10px;font-size:1.25rem}.Home-module__jKgjFW__whyCard p{margin-bottom:0;font-size:.95rem}@media (max-width:991px){.Home-module__jKgjFW__infoGrid{grid-template-columns:1fr;gap:40px}.Home-module__jKgjFW__reverseGrid{direction:ltr}.Home-module__jKgjFW__infoImageWrapper img{height:350px}.Home-module__jKgjFW__infoContent h2{font-size:2.2rem}}@media (max-width:600px){.Home-module__jKgjFW__whyGrid{grid-template-columns:1fr}.Home-module__jKgjFW__infoSection{padding:60px 0}}@media (max-width:1200px){.Home-module__jKgjFW__categoryGrid,.Home-module__jKgjFW__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.Home-module__jKgjFW__mainHeading{font-size:3rem}.Home-module__jKgjFW__aboutGrid{grid-template-columns:1fr;gap:40px}.Home-module__jKgjFW__trustGrid,.Home-module__jKgjFW__categoryGrid,.Home-module__jKgjFW__productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Home-module__jKgjFW__mainHeading{font-size:2.2rem}.Home-module__jKgjFW__heroBtns{flex-direction:column}.Home-module__jKgjFW__trustGrid,.Home-module__jKgjFW__categoryGrid,.Home-module__jKgjFW__productGrid{grid-template-columns:1fr}.Home-module__jKgjFW__aboutBadge{max-width:none;margin-top:20px;position:static}}
.CategoryDetail-module__u6gMQa__categoryHero{color:#fff;background-image:url(https://images.unsplash.com/photo-1584622650111-993a426fbf0a?q=80&w=1920);background-position:50%;background-size:cover;padding:100px 0;position:relative}.CategoryDetail-module__u6gMQa__heroOverlay{z-index:1;background:#0009;width:100%;height:100%;position:absolute;top:0;left:0}.CategoryDetail-module__u6gMQa__heroContent{z-index:2;text-align:center;position:relative}.CategoryDetail-module__u6gMQa__heroContent h1{margin-bottom:15px;font-size:3.5rem}.CategoryDetail-module__u6gMQa__breadcrumb{color:var(--primary);text-transform:uppercase;letter-spacing:2px;font-size:.9rem}.CategoryDetail-module__u6gMQa__breadcrumb span{color:#fff}.CategoryDetail-module__u6gMQa__introSection{background:#fff}.CategoryDetail-module__u6gMQa__introGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;display:grid}.CategoryDetail-module__u6gMQa__introText h6{color:var(--primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:15px}.CategoryDetail-module__u6gMQa__introText h2{margin-bottom:25px;font-size:2.5rem}.CategoryDetail-module__u6gMQa__introText p{color:var(--text-muted);margin-bottom:30px;font-size:1.1rem;line-height:1.8}.CategoryDetail-module__u6gMQa__features{flex-direction:column;gap:12px;display:flex}.CategoryDetail-module__u6gMQa__feature{color:var(--secondary);align-items:center;gap:10px;font-weight:600;display:flex}.CategoryDetail-module__u6gMQa__feature span{color:var(--primary)}.CategoryDetail-module__u6gMQa__sideImg{width:100%;box-shadow:var(--shadow-lg);border-radius:8px}.CategoryDetail-module__u6gMQa__sectionHeader{text-align:center;margin-bottom:50px}.CategoryDetail-module__u6gMQa__sectionHeader h2{margin-bottom:15px;font-size:2.2rem}.CategoryDetail-module__u6gMQa__titleLine{background:var(--primary);width:60px;height:3px;margin:0 auto}.CategoryDetail-module__u6gMQa__productGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.CategoryDetail-module__u6gMQa__noProducts{text-align:center;padding:100px 0}.CategoryDetail-module__u6gMQa__noProducts p{color:var(--text-muted);margin-bottom:25px;font-size:1.2rem}@media (max-width:1200px){.CategoryDetail-module__u6gMQa__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.CategoryDetail-module__u6gMQa__introGrid{grid-template-columns:1fr;gap:40px}.CategoryDetail-module__u6gMQa__productGrid{grid-template-columns:repeat(2,1fr)}.CategoryDetail-module__u6gMQa__heroContent h1{font-size:2.5rem}}@media (max-width:600px){.CategoryDetail-module__u6gMQa__productGrid{grid-template-columns:1fr}}
.Search-module__3BX5Wq__pageHeader{background:var(--secondary);color:#fff;text-align:center;padding:80px 0}.Search-module__3BX5Wq__pageHeader h1{margin-bottom:10px;font-size:3rem}.Search-module__3BX5Wq__pageHeader p{opacity:.8;font-size:1.1rem}.Search-module__3BX5Wq__pageHeader span{color:var(--primary);font-weight:700}.Search-module__3BX5Wq__productGrid{grid-template-columns:repeat(4,1fr);gap:30px;display:grid}.Search-module__3BX5Wq__noResults{text-align:center;padding:100px 0}.Search-module__3BX5Wq__noResults h2{color:var(--secondary);margin-bottom:15px;font-size:2rem}.Search-module__3BX5Wq__noResults p{color:var(--text-muted)}@media (max-width:1200px){.Search-module__3BX5Wq__productGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.Search-module__3BX5Wq__productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.Search-module__3BX5Wq__productGrid{grid-template-columns:1fr}}
