.product-card{position: relative;display:flex;flex-direction:column;background:var(--white);border:1px solid var(--beige-dark);border-radius:1rem;padding:.375rem .375rem .5rem;height:100%}
.product-card .image{display:block;position:relative;margin-bottom:.5rem}
.product-card img{width:100%;border-radius:.75rem}
.product-card.product-disabled .image {filter: grayscale(1);}
.product-card .label-custom{position:absolute;top:.5rem;left:.5rem}
.product-card .name-wrap{padding-bottom:.5rem;border-bottom:1px solid var(--beige-dark);margin-bottom:.5rem;text-align:center}
.product-card .name{max-height:4.5rem;font-weight:700;font-size:.75rem;line-height:1.5;height: 36px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;text-overflow:ellipsis;}
.product-card .term-rating{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:.75rem}
.product-card .rating-wrapper .icon-message{font-size:.75rem}
.product-card .rating-wrapper span{font-size:.625rem;height:.75rem}
.product-card .rating .icon-star{font-size:.625rem}
.product-card .status{font-size:.625rem;justify-content:center;margin-bottom:.75rem}
.product-card .prices-wrap{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}
.product-card .quantity-btn-wrap{display:flex;align-items:center;justify-content:space-between;margin-top:auto}
.product-card .btn{padding:.75rem}
.product-card .btn span{display:block}
.product-card .wish-btn{position:absolute;top:.75rem;right:.75rem}
.product-layout{height:100%}
@media screen and (min-width:360px) {
.product-card .quantity{width:5.625rem}
.product-card .btn span{display:none}
}
@media screen and (min-width:768px) {
.product-card .status{font-size:.75rem}
}
@media screen and (min-width:992px) {
.product-module-wrapper{position:relative}
.product-card{padding:.75rem}
.product-card .wish-btn{top:1rem;right:1em}
.product-card .name-wrap{padding-bottom:.75rem;margin-bottom:.75rem}
.product-card .name{font-size:.875rem;height: 42px;}
.product-card .term-rating{flex-direction:row;justify-content:space-between}
.product-card .term{font-size:.75rem}
.product-card .rating-wrapper .icon-message{font-size:1rem}
.product-card .rating .icon-star,.product-card .rating-wrapper span{font-size:.75rem}
.product-card .status{font-size:1rem}
.product-card .prices-wrap{flex-direction:row;justify-content:center;gap:.5rem}
.product-card .btn span{display:block}
.product-card .image{margin-bottom: 1rem;}
}
@media screen and (min-width:1200px) {
.product-card .label-custom{padding:.25rem .5rem;font-size:.75rem;top:1rem;left:1rem}
.product-card .wish-btn{top:1.75rem;right:1.75em}
.product-card .name{font-size:1rem;height: 48px;}
}
@media screen and (min-width:1400px) {
.product-card .quantity{width:auto}
.product-card .btn{min-width:10rem;padding:1rem 1.25rem}
}