#top_products>div{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}#top_products ul,#top_products>div{align-items:center;gap:20px;width:100%}#top_products ul{display:grid;grid-template-columns:.93fr 1fr 1fr .93fr;list-style:none;margin:0;padding:0}#top_products ul li{align-items:center;display:flex;flex-direction:column}#top_products ul li img{aspect-ratio:1/1;width:100%}#top_products ul li span{font-size:18px;font-weight:700}@media screen and (max-width:1000px){#top_products>div{gap:0}#top_products ul{grid-template-columns:repeat(auto-fill,minmax(175px,1fr))}}
