.online-shops-grid{grid-gap:2px;background-color:#f7f6f5;display:grid;gap:2px;grid-template-columns:repeat(6,1fr)}@media only screen and (max-width:1199px){.online-shops-grid{grid-template-columns:repeat(4,1fr)}}@media only screen and (max-width:767px){.online-shops-grid{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:575px){.online-shops-grid{grid-template-columns:repeat(2,1fr)}}.online-shops-grid__item{align-items:center;aspect-ratio:1;background-color:#fff;display:flex;flex-direction:column;gap:.5rem;justify-items:center;overflow:hidden;padding:1.25rem;place-items:center}@media only screen and (max-width:1399px){.online-shops-grid__item{padding:1rem}}.online-shops-grid__item--link:hover .online-shops-grid__item-img{transform:scale(1.05)}.online-shops-grid__item-img-wrapper{align-items:center;aspect-ratio:1;display:flex;justify-content:center;overflow:hidden;width:100%}.online-shops-grid__item-img{height:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;transform:scale(1);transition:transform .3s ease-out;width:100%}.online-shops-grid__item-name{color:#4b4f54;font-size:1.375rem;font-weight:700;line-height:2.8125rem;text-align:center;text-transform:uppercase}@media only screen and (max-width:1399px){.online-shops-grid__item-name{line-height:2rem}}@media only screen and (max-width:575px){.online-shops-grid__item-name{font-size:1rem;line-height:1.875rem}}.online-shops-grid__item-link{color:#4b4f54;font-size:1.125rem;font-weight:600;line-height:1.875rem;-webkit-text-decoration:underline;text-decoration:underline}@media only screen and (max-width:575px){.online-shops-grid__item-link{font-size:.8rem;line-height:1.5rem}}