Responsive Product Card Html Css Codepen [better] Access

.current-price font-size: 1.35rem;

.product-image img width: 100%; height: 100%; object-fit: cover; /* Prevents image distortion */ transition: transform 0.5s ease; responsive product card html css codepen

/* tablet: 2 columns */ @media (min-width: 640px) .product-grid grid-template-columns: repeat(2, 1fr); gap: 1.8rem; .current-price font-size: 1.35rem

.current-price font-size: 1.3rem; font-weight: bold; color: #e63946; .product-image img width: 100%