﻿.gb-uc-CompVignetteProduit__grb_template__product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.gb-uc-CompVignetteProduit__grb_template__category {
    color: var(--noir);
    font-size: 18px;
    font-weight: 700;
}

.gb-uc-CompVignetteProduit__grb_template__product-link {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(25% - 20px);
    min-width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 14px 12px 20px 13px;
    overflow: hidden;
    border-left: 6px solid #DC4C3F;
}

.gb-uc-CompVignetteProduit__grb_template__product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 100%;
}

.gb-uc-CompVignetteProduit__grb_template__product-img {
    width: 100%;
    height: 200px;
    transition: margin .3s ease-in-out;
}

    .gb-uc-CompVignetteProduit__grb_template__product-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.gb-uc-CompVignetteProduit__grb_template__product-link:hover .gb-uc-CompVignetteProduit__grb_template__product-img {
    margin-top: -5px;
    margin-bottom: 5px;
}

.gb-uc-CompVignetteProduit__grb_template__product-text {
    height: 30px;
    color: var(--noir);
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600;
    width: 100%;
}

.gb-uc-CompVignetteProduit__grb_template__product-prices {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    column-gap: 10px;
}

.gb-uc-CompVignetteProduit__grb_template__discount-percentage {
    padding: 2px 10px;
    background-color: #C91D1D;
    border-radius: 10px;
    color: #fff;
    margin-left: auto;
}

.gb-uc-CompVignetteProduit__grb_template__original-price {
    position: relative;
    color: #b8b7bc;
    font-size: 16px;
    font-weight: 500;
}

    .gb-uc-CompVignetteProduit__grb_template__original-price::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #b8b7bc;
        transform: rotate(-7deg);
    }

.gb-uc-CompVignetteProduit__grb_template__current-price {
    color: #EE2D24;
    font-size: 22px;
    font-weight: 600;
}

.gb-uc-CompVignetteProduit__grb_template__product-link:hover {
    background-position: 100% 0;
    transition: all .3s ease-in-out;
}
