.product-card-wrapper{display:flex;flex-direction:column;width:100%;margin-bottom:2.5rem;margin-left:.25rem;margin-right:.25rem}.product-image-container{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;cursor:pointer;background-color:#f9f9f9;transition:transform .3s ease}.product-image-container:hover{transform:scale(1.02)}.product-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.product-image-wrapper>div{width:100%!important;height:100%!important;position:relative!important}.product-image-wrapper img,.product-image-wrapper span img,.product-image-wrapper>div>img,.product-image-wrapper>div>span>img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.product-main-image>div,.product-secondary-image>div{position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important}.product-main-image,.product-secondary-image{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease}.product-hover-indicator{position:absolute;bottom:0;left:0;width:100%;height:3px;display:flex;background-color:rgba(0,0,0,.1);opacity:0;transition:opacity .3s ease}.product-image-container:hover .product-hover-indicator{opacity:1}.product-indicator-left,.product-indicator-right{flex:1;height:100%;transition:background-color .3s ease}.product-indicator-left.active,.product-indicator-right.active{background-color:#4a5568}.product-info{margin-top:1.25rem;display:flex;flex-direction:column;gap:.5rem}.product-name{font-size:.875rem;font-weight:500;line-height:1.4;color:#111827;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{font-size:.9375rem;font-weight:700;color:#111827;margin:0}@media (max-width:640px){.product-card-wrapper{margin-left:0;margin-right:0}}