.category-tag {
    color: var(--Vert, #179387);

    /* Tag */
    font-family: Montserrat;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    /* 1rem */
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
}

.product-name {
    color: var(--Noir, #121214);
    font-family: bebas-neue-pro;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}

.add-to-cart-cta {
    background: var(--Vert, #179387) !important;
    padding: 18px 38px 17px 38px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.06rem;
    text-transform: uppercase;
}

.product-short-description, .product-short-description * {
    color: var(--gris-1, #353941);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
    /* 25.6px */
}

nav.breadcrumb span {
    color: var(--gris-3, #818182);
    font-family: Montserrat;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

nav.breadcrumb li::after {
    color: var(--gris-3, #818182);
    content: " - ";
}

.product-short-description ul{
    padding-left: 18px;
}

.thumbnail__embla__dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    column-gap: 20px;
}

.thumbnail__embla__dot {
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--Vert-deau, #C4D7D1);
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
}

.thumbnail__embla__dot:focus {
    border: none;
    outline: none;
}

.thumbnail__embla__dot.is-selected {
    background-color: var(--Vert, #179387);
}

.product-short-description ul{
    padding-left: 18px;
}

.product-short-description ul, .product-short-description img, .product-short-description video, .product-short-description ol, .product-short-description a, .product-short-description h3 {
    display: none;
}

#menufooterCondition{
    padding-bottom: 100px;
}

@media screen and (max-width: 1023px) {
    nav.breadcrumb span {
        color: var(--gris-3, #818182);
        font-family: Montserrat;
        font-size: 0.625rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .thumbnail__embla__dot {
        width: 0.375rem;
        height: 0.375rem;
    }

    .thumbnail__embla__dots {
        column-gap: 10px;
    }

    .product-name {
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .category-tag {
        font-size: 8px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%; /* 12.8px */
        letter-spacing: 0.64px;
        text-transform: uppercase;
    }

    .product-short-description, .product-short-description * {
        color: var(--gris-1, #353941);
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        text-decoration: none;
    }
}