﻿.anywhere-categories{border:1px solid #e6e6e6;border-radius:8px;padding:1rem 0;display:grid;flex:1 1 0%;grid-template-columns:repeat(1,minmax(0,1fr));}@media(min-width:640px){.anywhere-categories{grid-template-columns:repeat(2,minmax(0,1fr));}}@media(min-width:1200px){.anywhere-categories{grid-template-columns:repeat(4,minmax(0,1fr));}}.anywhere-categories .anywhere-category{padding:0 1rem;}.anywhere-categories .anywhere-category:not(:last-child){border-inline-end:1px solid #f2f2f2;}.anywhere-category-title{font-size:medium;margin-bottom:1rem;}.anywhere-category-title a{color:#212529;}.anywhere-category-product-grid .item-grid{display:grid;flex:1 1 0%;background:#f2f2f2;gap:1px;grid-template-columns:repeat(2,minmax(0,1fr));}.anywhere-category-product-grid .product-box-category .picture{padding:.5rem;background-color:#fff;}.anywhere-category-product-grid .product-box-category .picture img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;}