.category-main-container{flex-direction:column;padding:25px 60px 35px;display:flex}.category-bread-crumb-and-title{flex-direction:column;gap:15px;width:100%;display:flex}.category-heading{color:var(--text-primary);font-size:25px;line-height:var(--heading-line-height);margin-bottom:25px;font-weight:600}.category-cards-container{grid-template-columns:repeat(4,1fr);align-items:center;gap:20px;padding:0;display:grid}.category-cards-container>a{width:100%;height:100%}.category-cards-container>a>img{cursor:pointer;width:100%;height:100%}.mobile-category-cards-container{display:none}@media only screen and (min-width:2600px){.category-cards-container{grid-template-columns:repeat(9,1fr);display:grid}}@media only screen and (min-width:2500px) and (max-width:2599px){.category-cards-container{grid-template-columns:repeat(8,1fr);display:grid}}@media only screen and (min-width:2400px) and (max-width:2499px){.category-cards-container{grid-template-columns:repeat(7,1fr);display:grid}}@media only screen and (min-width:1800px) and (max-width:2399px){.category-cards-container{grid-template-columns:repeat(6,1fr);display:grid}}@media only screen and (min-width:1650px) and (max-width:1799px){.category-cards-container{grid-template-columns:repeat(5,1fr);display:grid}}@media only screen and (min-width:1025px) and (max-width:1200px){.category-cards-container{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:768px) and (max-width:1024px){.category-main-container{padding:20px 30px 0}.category-heading{margin-bottom:15px;font-size:20px}.category-cards-container{grid-template-columns:repeat(3,1fr);gap:10px!important}}@media only screen and (min-width:481px) and (max-width:767px){.category-main-container{padding:var(--global-padding)}.category-cards-container{grid-template-columns:auto auto;gap:10px}}@media only screen and (max-width:767px){.category-main-container{padding:4px 10px 10px}.category-heading{color:var(--text-primary);margin-bottom:5px;font-size:18px;font-weight:600;line-height:1.2}.category-cards-container{display:none}.mobile-category-cards-container{grid-template-columns:auto auto;gap:10px;padding:10px 10px 0;display:grid}.mobile-category-cards-container img{object-fit:cover;width:100%;height:100%}}
