#flash-section {
    align-items: center;
    background-color: #FFFAF3;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 30px;
    display: flex;
    height: 40vw;
    justify-content: flex-end;
    margin: 85px auto 0;
    overflow: hidden;
    padding: 100px 70px;
    position: relative;
    width: 95vw;
}

#carousel-section {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 81px 0 0 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100vw;
}

#flash-products {
    align-items: stretch;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.product {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    height: 34vw;
    padding: 30px;
    position: relative;
    width: 32vw;
}

.product-infos {
    display: flex;
    justify-content: space-between;
    left: 30px;
    position: absolute;
    right: 30px;
    top: 2.5vw;
}

.product-name {
    font-size: 3vw;
    color: #444444;
}

.product-price {
    color: #D23636;
    font-size: 2.5vw;
    font-style: italic;
    font-weight: 900;
}

.product-old-price {
    font-size: 1vw;
    text-decoration: line-through;
    color: #222222;
}

.product-description {
    color: #222222;
    font-size: 1.1vw;
    font-weight: bold;
    left: 30px;
    letter-spacing: 0;
    position: absolute;
    top: 6.5vw;
}

.product-features {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    top: 9vw;
}

.product-features li {
    font-size: 1vw;
    font-weight: lighter;
    line-height: 1;
}

.product-features li:before {
    content: "\2022";
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.product-links {
    bottom: 4vw;
    left: 30px;
    position: absolute;
    right: 30px;
}

.product-box.style-2 {
    height: 600px;
}

.links-title {
    color: #333333;
    font-size: 1.1vw;
    font-weight: 300;
    text-decoration: underline;
}

.colors {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.color {
    border: 0.2vw solid #FFFAF3;
    border-radius: 50%;
    height: 1.7vw;
    width: 1.7vw;
}

.color:hover {
    border: 2px solid #E94E1A;
    scale: 1.1;
}

.btn-cta {
    align-items: center;
    background-color: #D72A0D;
    border: 5px solid #FFFFFF;
    border-radius: 30px;
    bottom: 1.5px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    font-size: 1.5vw;
    font-weight: bold;
    height: 3vw;
    justify-content: center;
    left: 30%;
    position: absolute;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
    width: 40%;
}

.btn-cta:hover {
    color: #FFFFFF;
}

.btn-cta:active {
    box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(4px);
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    #flash-section {
        flex-direction: column;
        height: auto;
        padding: 50px 5px;
    }

    #flash-products {
        align-items: center;
        flex-direction: column;
        margin-top: 30vw;
    }

    .product {
        height: 100vw;
        width: 90vw;
    }

    .product-infos {
        top: 7vw;
    }

    .product-name {
        font-size: 7vw;
    }

    .product-price {
        font-size: 5vw;
    }

    .product-old-price {
        font-size: 3vw;
    }

    .product-description {
        font-size: 3.5vw;
        top: 17vw;
    }

    .product-features {
        top: 27vw;
    }

    .product-features li {
        font-size: 3vw;
    }

    .product-links {
        bottom: 12vw;
    }

    .links-title {
        font-size: 3vw;
    }

    .color {
        border-width: 1px;
        height: 5vw;
        width: 5vw;
    }

    .btn-cta {
        border-width: 3px;
        bottom: 3.5vw;
        font-size: 3vw;
        height: 7vw;
    }
}

@media (max-width: 575.98px) {
}
