﻿.card-product-grid {
    margin-bottom: 20px;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.37rem;
    margin: 0 0 1rem;
    font-family: "Inter", Arial, "Helvetica Neue", "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    text-align: left;
}

.card-product-grid .info-wrap {
    overflow: hidden;
    padding: 18px 20px;
}

.card-product-grid .fix-height {
    height: 80px;
    overflow: hidden;
}

.product-title {
    color: #212529;
    display: block;
}

.product-title::after hover {
    color: #3167eb;
}

.price-wrap {
    letter-spacing: -0.7px;
}

.price {
    font-weight: 600;
    color: #212529;
}

.badge-product {
    top: 10px;
    left: 10px;
    position: absolute;
}

.img-wrap img {
    max-width: 100%;
}

.card .img-wrap {
    overflow: hidden;
}

.card-product-grid .img-wrap {
    border-radius: 0.2rem 0.2rem 0 0;
    height: 220px;
}

.img-wrap {
    text-align: center;
    display: block;
}

img {
    vertical-align: middle;
    border-style: none;
}

[class*='card-product'] .img-wrap img {
    padding-top: 1rem;
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
}

.fix-height120 {
    height: 120px;
    overflow: hidden;
}