.discount {
    display: flex;
    /* height: 1.25rem; */
    padding: 2px 6px;
    align-items: flex-start;
    gap: 0.625rem;
    background: var(--vert, #179387) !important;
    min-height: 21px;
}

.out_of_stock {
    display: flex;
    padding: 3px 6px !important;
    align-items: center;
    gap: 0.625rem;
    border: 1px solid var(--vert, #179387);
    background-color: transparent !important;
    min-height: 21px;
}

.new{
    display: flex;
    padding: 3px 6px !important;
    align-items: center;
    gap: 0.625rem;
    background-color: rgba(23, 147, 135, 0.202);
    min-height: 21px;
    color: #179387;
}

.on-sale{
    display: flex;
    padding: 3px 6px !important;
    align-items: center;
    gap: 0.625rem;
    border: 1px solid var(--vert, #179387);
    background-color: transparent !important;
    min-height: 21px;
}

.product-miniature .product-flags li.product-flag {
    min-width: 0px;
}

.discount-text {
    color: #F6F7FA;
    text-align: center;
    font-family: bebas-neue-pro;
    font-size: 12px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.035rem;
    text-transform: uppercase;
}

.out_of_stock-text {
    color: var(--Vert, #179387);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.on-sale-text{
    color: var(--Vert, #179387);
    text-align: center;
    font-family: Montserrat;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.new-text{
    color: var(--Vert, #179387);
    text-align: center;
    font-family: Montserrat;
    font-size: 8px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.product-flags {
    display: inline-block !important;
}

.wishlist-button-add {
    display: none !important;
}

.product-description {
    padding: 0px !important;
    display: flex;
    /* max-width: 25.5rem; */
    height: 6.035rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.63rem;
    flex-shrink: 0;
    margin-top: 0.68rem;
    background-color: rgba(255, 255, 255, 0) !important;
}

.product-miniature .thumbnail-container {
    background: none !important;
}

.product-miniature .thumbnail-container:hover ::after {
    display: none !important;
}

.thumbnail-top {
    max-width: 25.5rem;
    /* max-height: 34rem; */
    flex-shrink: 0;
    /* background-color: white !important; */
}

.js-product {
    flex-shrink: 0;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 90rem !important;
    }

    .featured-products .clearfix {
        width: 79.5rem !important;
        height: 45.1875rem !important;
    }
}

/* .featured-products>.products {
    gap: 1.5rem !important;
    display: flex;
} */

@media (max-width: 1023px) {
    #custom-text{
        width: 100% !important;
    }

    .product-description {
        gap: 0.5rem !important;
    }
    
    /* .featured-products>.products {
        display: flex;
        flex-direction: column;
        gap: 6.56rem !important;
        align-items: center;
    } */

    .js-product {
        max-width: 20.3125rem ;
        /* max-height: 31.1875rem; */
        flex-shrink: 0;
    }

    .product-miniature {
        max-width: 20.3125rem;
        flex-shrink: 0;
    }

    .product-price-and-shipping {
        gap: 0.62rem !important;
    }

    .price-review-container {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: flex-start !important;
        flex-direction: row !important;
        row-gap: 0.19rem !important;
        column-gap: 1.1rem !important;
    }

    .product-price-and-shipping>.regular-price {
        font-size: 0.875rem !important;
        letter-spacing: 0.0175rem !important;
    }

    .product-price-and-shipping>.price {
        font-family: bebas-neue-pro;
        font-size: 16px !important;
        font-weight: 400;
        line-height: 28.8px;
        letter-spacing: 0.02em;
        text-align: left;
        color: #179387;

    }

    .nameProduct{
        font-size: 0.75rem !important;
    }
    
    .categoryProduct{
        font-size:  0.5rem !important;
        text-align: left;
    }

    .svg-star{
        margin-left: -5px;
    }
    a.product-thumbnail{
        max-width: 20.3125rem ;
        /* max-height: 25.46569rem !important; */
    }

    .thumbnail-top img{
        max-width: 20.3125rem;
        /* max-height: 25.46569rem !important; */
    }
}

.showMoreProduct {
    display: flex;
    justify-content: end;
    align-items: center;
}

.showMoreProduct>span {
    color: var(--noir, #121214);
    text-align: right;
    font-family: Montserrat;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}

.showMoreProduct>span:hover {
    color: var(--noir, #121214);
    border-bottom: 1px solid black;
    margin-bottom: 0px;
}

/* .featured-products {
    margin-bottom: 100px !important;
} */

.js-product-flags {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    gap: 0.625rem;
    padding: 0.81rem 0rem 0rem 0.94rem;
    align-items: center;
}

.info-product {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
    /* max-width: 18.75rem; */
    gap: 0.3125rem;
}

.product-miniature .product-title {
    margin: 0px;
    margin-top: 16px;
}

.categoryProduct {
    color: #818182;
    font-family: Montserrat;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.nameProduct {
    color: var(--noir, #121214);
    font-family: Montserrat;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left !important;
}

.product-price-and-shipping>.price {
    color: var(--vert, #179387);
    font-family: bebas-neue-pro;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.0275rem;
    text-transform: uppercase;
}

.product-price-and-shipping>.regular-price {
    color: var(--gris-3, #818182);
    font-family: bebas-neue-pro;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.0225rem;
    text-decoration-line: strikethrough;
    text-transform: uppercase;
}

.product-price-and-shipping {
    display: flex;
    align-items: baseline;
    gap: 1.25rem;
}

.js-product-flags li:nth-child(1) {
    order: 2;
}

.js-product-flags li:nth-child(2) {
    order: 1;
}

.price-review-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}