.product-card .product-image-holder{position:relative;padding-bottom:100%;height:0}.product-card .product-image{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%}.product-card .product-details{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.truncate-text{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.truncate-brand{-webkit-line-clamp:1;color:gray}.truncate-title{-webkit-line-clamp:2}@media (max-width:640px){.product-card .product-details{gap:.1rem}.product-card .truncate-text,.product-card h2,.product-card p{margin-bottom:.1rem}}@media (min-width:641px){.product-card .product-details{gap:.1rem}.product-card .truncate-text,.product-card h2,.product-card p{margin-bottom:.1rem}}.image-container{position:relative;width:100%;margin:0;padding:0}.image-content{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;margin:0;padding:0}.product-title{font-size:.9rem;font-weight:500}