.seller_subcategory_grid{display:grid;gap:1rem;grid-template-rows:repeat(1,30vh);justify-content:center;padding:1rem}.seller_subcategory_grid--1{grid-template-columns:repeat(1,minmax(20vw,30vh))}.seller_subcategory_grid--2,.seller_subcategory_grid--3{grid-template-columns:repeat(2,minmax(20vw,30vh))}.seller_subcategory_grid--3{grid-template-rows:repeat(2,30vh)}@media (min-width:1024px){.seller_subcategory_grid--3{grid-template-columns:repeat(3,minmax(20vw,30vh));grid-template-rows:repeat(1,30vh)}}.seller_subcategory_grid--3 :nth-child(3){grid-column:1/3}@media (min-width:1024px){.seller_subcategory_grid--3 :nth-child(3){grid-column:3/4}}.seller_subcategory_grid--4{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,30vh)}@media (min-width:1024px){.seller_subcategory_grid--4{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(1,30vh)}}