.topBestSellersGridWrapper{margin-bottom:1.5em}.topBestSellersGrid{grid-template-rows:repeat(2,minmax(0,1fr));grid-template-columns:minmax(0,3fr) minmax(0,1fr);grid-template-areas:"featured second""featured third";align-items:stretch;gap:1em;display:grid}.topBestSellersGrid__featured{grid-area:featured;height:100%}.topBestSellersGrid__secondaryTop{grid-area:second;min-height:0;overflow:hidden}.topBestSellersGrid__secondaryBottom{grid-area:third;min-height:0;overflow:hidden}.topBestSellersGrid__featured .shopItem,.topBestSellersGrid__secondaryTop .shopItem,.topBestSellersGrid__secondaryBottom .shopItem{width:100%;max-width:none}@media (max-width:1100px){.topBestSellersGrid{grid-template-columns:1fr;grid-template-areas:"featured""second""third"}}
