.BestSelling{margin-bottom:7.5rem;.bestSellingHeader{font-size:3rem;line-height:4rem;font-weight:700;text-transform:capitalize;color:rgb(var(--black));margin-bottom:3.5rem}.bestSellingProductRender{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:3rem;gap:3rem;@media (max-width:1200px){grid-template-columns:repeat(3,1fr)}@media (max-width:900px){grid-template-columns:repeat(2,1fr)}@media (max-width:600px){grid-template-columns:repeat(1,1fr)}}.bestSellingProductButtonContainer{display:flex;align-items:center;justify-content:center;padding-top:5rem;.bestSellingProductButton{padding:1rem 2.5rem;background-color:#eee;gap:1rem;display:inline-flex;.bestSellingProductButtonTitle{font-size:1.5rem;color:rgb(var(--black));text-transform:capitalize}&:hover{background-color:#eee}}}}