
/* Newest Products Carousel Styles */
.newest-products-carousel {
    padding: 8rem 0 5rem 0;
    background-color: var(--main-color);
}

.newest-products-carousel h2 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--white-color);
}

.newest-products-carousel .container{
    width: 100%;
    max-width: 1400px;
}

.newest-products-carousel .swiper{
    max-width: 100% !important;
}

.products-title{
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-left: var(--padding-horizontal);
    padding-right: var(--padding-horizontal);
}

.products-title h3{
    color: var(--white-color);
    margin: 0;
    text-align: center;
}
.products-title h3 span{
    color: var(--secondary-color);
}

.products-title p{
    color: var(--white-color);
}

.product-image{
    background-image: url("../../assets/homepage/frame.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image img{
    width: 50%;
    height: 80%;
    object-fit: contain;
    height: 400px;
}

.product-slide{
    margin-bottom: 60px;
}

.product-slide p{
    color: var(--white-color);
    text-align: center;
}

.product-title{
    margin-bottom: 5px;
    margin-top: 15px;
}

.product-cta{
    color: var(--secondary-color) !important;
    font-weight: bold;
    margin: 0;
}