.slider-of-limited-edition {
    margin-left: 5%;
    margin-right: 5%;
    color: #ffffff;
    margin-bottom: 50px;
    margin-top: 80px;
}

#title-most-popular h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.all-products-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    height: 500px;
    overflow-x: scroll;
    overflow-y: hidden;
}

.products-container {
    margin-top: 50px;
    width: 350px;
    height: 400px;
    background-color: #5c0101;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
}

.products-container a {
    text-decoration: none;
    color: white;
}

.products-container img {
    margin-top: -42px;
    width: 350px;
    height: 250px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}

.product-type {
    position: relative;
    color: black;
    display: flex;
    width: 350px;
    justify-content: center;
}

.product-type p {
    background-color: white;
    margin-top: 0px;
    padding-bottom: 5px;
    width: 250px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    font-weight: bold;
    font-size: 17px;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.3);
}

.product-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
}

.product-info h4 {
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: -20px;
}

.product-info h5 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 20px;
}