.related{display:grid;gap:2rem;grid-template-columns:repeat(1,1fr)}@media(min-width:992px){.related{grid-template-columns:repeat(3,1fr)}}.product-item__text{background:#1c1c1c;border:1px solid #1c1c1c;color:#fff;height:45%;padding:16px;transition:all .3s ease-in-out}.product-item:hover .product-item__text{background:#333;border:1px solid #fff}img.product-item__img{background:#fff;height:270px;min-height:270px;object-fit:contain;overflow:hidden;padding:1rem;transition:transform .5s ease;width:100%}.product-item{align-items:inherit;display:flex;flex-flow:column;height:100%;justify-content:space-between}.product-item:hover img.product-item__img{transform:scale(1.05)}.product-item__img-content{height:270px;overflow:hidden}a.product-item__link{display:flex;flex-flow:row;gap:.8rem;margin-top:1rem}