.related-product-card-container{width:fit-content;min-width:370px;max-width:370px;height:100%;display:flex;justify-content:start;gap:10px;color:var(--white)}.related-product-card-image{width:120px;height:90px;min-width:120px;min-height:90px;max-width:120px;max-height:90px;overflow:hidden;object-fit:cover}.related-product-card-image img{object-fit:cover;width:100%;height:100%}.related-product-card-arrow{transform:rotate(45deg);transition:transform .3s ease}.related-product-card-container:hover .related-product-card-arrow{transform:rotate(45deg) translateY(-3px) scale(1.1)}.related-product-card-title,.related-product-card-title-container{display:flex;align-items:center;gap:5px}.related-product-card-title{color:var(--white);width:100%}@media(max-width:870px){.related-product-card-image{width:100px}.related-product-card-container{gap:8px}}@media(max-width:650px){.related-product-card-image{width:80px}}