.product-cart-swiper-section {
    margin: 100px 65px 140px 54px;
    padding: 0px 10%;
}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section {
        margin: 50px 16px;
        padding: 0px;
    }
}


.product-cart-swiper-section  .text_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section  .text_wrapper {
        padding: 0px 16px;
    }
}

.product-cart-swiper-section  .text_wrapper .title {
    font-size: 32px;
    padding-bottom: 40px;
    
}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section  .text_wrapper .title {
        font-size: 2rem;
        padding-bottom: 2rem;
        
    }
}


.product-cart-swiper-section  .text_wrapper .description {
    font-weight: 300;
    line-height: 25px;
    font-size: 1.125rem;
    text-align: center;
}

.product-cart-swiper-section .block-product-swiper-carts-wrapper {
    margin-top: 100px;
}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section .block-product-swiper-carts-wrapper {
        margin-top: 30px;
    }
}



.product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-slider-title {
    color: #d45f3b;
    font-size: 2rem;
    font-family: "Playfair Display", serif;
    text-align: center;
    margin-bottom: 1rem;
}

.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts {
    overflow: hidden;
}




.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper {
    padding: 20px 0px;
}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-wrapper {
        flex-direction: column;
        display: flex;
        gap: 50px;
        padding: 20px 0px;
    }
}

.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide.swiper-slide-active {
    background: linear-gradient(
            137deg,
            #382f4e 0%,
            rgba(82, 60, 106, 0) 19.86%,
            rgba(66, 52, 87, 0.19) 68.23%,
            rgba(246, 220, 212, 0.45) 100%
        ),
        #493661;
    color: #ffefea;
}

.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide {
    border-radius: 16px;
    background: #f6dcd4;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #4c4766;
    height: 650px;
    justify-content: space-around;
}
@media only screen and (max-width: 767px) { 

    .product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-wrapper .swiper-slide{
        border-radius: 16px;
        background: #f6dcd4;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #4c4766;
        display: none;
        padding-bottom: 24px;
    }

    .product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-wrapper .swiper-slide:first-child{
        background: linear-gradient(
            137deg,
            #382f4e 0%,
            rgba(82, 60, 106, 0) 19.86%,
            rgba(66, 52, 87, 0.19) 68.23%,
            rgba(246, 220, 212, 0.45) 100%
        ),
        #493661;
    color: #ffefea;
    background: linear-gradient(
            137deg,
            #382f4e 0%,
            rgba(82, 60, 106, 0) 19.86%,
            rgba(66, 52, 87, 0.19) 68.23%,
            rgba(246, 220, 212, 0.45) 100%
        ),
        #493661;
    color: #ffefea;
    }

    .product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-wrapper .swiper-slide:nth-child(-n + 3){
        display: flex;
    }
}


.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide  .slide-title {
    font-family: "Playfair Display", serif;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 60px;
    text-align: center;
}

@media only screen and (max-width: 767px) { 
    .product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-wrapper .swiper-slide  .slide-title {
        font-size: 2rem;
        font-weight: 700;
        margin-top: 30px;
        text-align: center;
        padding: 0px 20px;
        line-height: 1.3;
    }
}

.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide  .img-wrapper {
    margin-top: 40px;
   
    
}

@media only screen and (max-width: 767px) { 
    .product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-wrapper .swiper-slide  .img-wrapper { 
        margin-top: 30px;
        padding: 0px 20px;
    }
}

.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide  .img-wrapper img {
    object-fit: contain;
    max-height: 200px;
    
}

@media only screen and (max-width: 767px) { 
    .product-cart-swiper-section .block-product-swiper-carts-wrapper  .swiper-wrapper .swiper-slide  .img-wrapper img {
        object-fit: cover;
        height: auto;
        
    }
}



.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide  .slide-description {
    font-size: 1.125rem;
    line-height: 25px;
    text-align: center;
    padding: 30px 60px 0px 60px;
}

@media only screen and (max-width: 767px) { 
    .product-cart-swiper-section .block-product-swiper-carts-wrapper  .swiper-wrapper .swiper-slide  .slide-description {
        font-size: 1.333rem;
        line-height: 1.2;
        text-align: center;
        padding: 30px 16px 30px 16px;
    }
}


.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide .button-wrapper {
    display: flex;
    justify-content: center;


}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section .block-product-swiper-carts-wrapper  .swiper-wrapper .swiper-slide .button-wrapper{
        display: flex;
        justify-content: center;
        width: 80%;
    }
}

.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide .button-wrapper .button {
    color: white;
    padding: 16px 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #d45f3b;
    border-radius: 16px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-wrapper .swiper-slide .button-wrapper .button{
        line-height: 22px;
        padding: 16px 18px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: #d45f3b;
        border-radius: 16px;
        text-decoration: none;
        color: white;
    }
}


.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-wrapper .swiper-slide .button-wrapper .button::before {
    content: "\e854";
    font-family: "Material Symbols Outlined";
    color: white;
    font-size: 19px;
    margin-bottom: 2px;
}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section .block-product-swiper-carts-wrapper  .swiper-wrapper .swiper-slide .button-wrapper .button::before {
        font-size: 2rem;
    }
}




.product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-button-prev, .product-cart-swiper-section .block-product-swiper-carts-wrapper .swiper-button-next {
    color: #493661;
}

@media only screen and (max-width: 767px) {
    .product-cart-swiper-section .block-product-swiper-carts-wrapper  .swiper-button-prev, .product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-button-next{
        display: none;
    }
}

.product-cart-swiper-section .block-product-swiper-carts-wrapper .block-product-swiper-carts .swiper-button-prev::after, .swiper-button-next::after{
    font-weight: 900;
}




