.featured-deals{background:var(--light-color)}.products-grid{grid-template-columns:repeat(4,1fr);gap:30px;margin-top:40px;display:grid}.stores-grid,.categories-grid{grid-template-columns:repeat(5,1fr);gap:30px;margin-top:40px;display:grid}.blog-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px;display:grid}.view-all-container{text-align:center;margin-top:40px}.view-all-btn{padding:12px 40px;display:inline-block}@media (max-width:1200px){.products-grid{grid-template-columns:repeat(3,1fr)}.stores-grid,.categories-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.products-grid{grid-template-columns:repeat(2,1fr)}.stores-grid,.categories-grid{grid-template-columns:repeat(3,1fr)}.blog-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.products-grid,.stores-grid,.categories-grid{grid-template-columns:repeat(2,1fr);gap:20px}.blog-grid{grid-template-columns:1fr}}@media (max-width:480px){.products-grid,.stores-grid,.categories-grid{grid-template-columns:1fr}}
