.related{display:flex;flex-direction:column;gap:.5rem}@media only screen and (max-width:991px){.related{display:grid!important;grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:575px){.related{grid-template-columns:1fr}}@media only screen and (max-width:991px){.related__title{grid-column:1/-1}}.related__product{margin-top:.75rem;display:grid;grid-template-columns:1fr 3fr;gap:.75rem;align-items:center}.related__product:hover .related__product-title{color:#4f5bd5}.related__product:active .related__product-title{color:#3b46b5}.related__product-img{width:100%;aspect-ratio:1;border-radius:12px;object-fit:cover}.related__product-title{color:#111827;font-weight:500;transition:all .24s ease-in-out}
