﻿.gb-uc__vertical-small-vignette {
    height: 250px;
    width: 170px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gb-uc__vertical-small-vignette__vignette--promo {
    height: 250px;
    width: 170px;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.gb-uc__vertical-small-vignette__pills {
    height: 25px;
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.gb-uc__vertical-small-vignette__pill--custom,
.gb-uc__vertical-small-vignette__pill--discount {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #EE3C34;
    border-radius: 5px;
    text-align: center;
    padding: 0 5px 0 5px;
}

.gb-uc__vertical-small-vignette__image {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .gb-uc__vertical-small-vignette__image img {
        max-height: 100px;
        max-width: 100px;
    }

.gb-uc__vertical-small-vignette__category {
    height: 15px;
    color: #484848;
    font-family: Nunito;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.gb-uc__vertical-small-vignette__description {
    height: 26px;
    color: #293847;
    font-family: Nunito;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    width: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.gb-uc__vertical-small-vignette__rating {
    height: 16px;
}

.gb-uc__vertical-small-vignette__prices {
    height: 15px;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.gb-uc__vertical-small-vignette__price-ttc {
    color: #293847;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.gb-uc__vertical-small-vignette__price-ttc--crossed {
    color: #293847;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: line-through;
}

.gb-uc__vertical-small-vignette__price-promo {
    color: #EE3C34;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
