.product{display:flex;flex-direction:column;gap:var(--gap-default);width:100%}.product:hover{cursor:url(cursor_pointer.svg),auto}.product:hover .product__image{cursor:url(cursor_pointer.svg),auto}.product:hover .product__image img{transform:scale(1.1);cursor:url(cursor_pointer.svg),auto}.product:hover h4,.product:hover h5{color:var(--orange);cursor:url(cursor_pointer.svg),auto}.product .product__image{width:100%;aspect-ratio:7/8;background-color:var(--teal);border-radius:var(--border-default);overflow:hidden;position:relative}.product .product__image .chip{position:absolute;top:var(--gap-small);right:var(--gap-small);padding:var(--gap-xsmall) var(--gap-large);font-size:20px;border-radius:80px;background-color:var(--orange);color:var(--white);z-index:100}.product .product__image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease-in-out}.product .product__image:hover{cursor:url(cursor_pointer.svg),auto}.product h4,.product h5{transition:all .3s ease-in-out}.product .product__detail{display:flex;flex-direction:column;gap:0;width:100%}.product .product__detail:hover{cursor:url(cursor_pointer.svg),auto}.product .product__detail .product__info{display:flex;justify-content:space-between}.product .product__detail .product__info:hover{cursor:url(cursor_pointer.svg),auto}
/*# sourceMappingURL=/cdn/shop/t/3/assets/styles-product_card.css.map */
