/*============================================================================================
   Start Product Section CSS
==============================================================================================*/
.product-slider.style-5 .product-slider-innner {
    background: linear-gradient(
        135deg,
        var(--primary-color) 0%,
        var(--secondary-color) 100%
    );
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 32px;
}
.product-slider.style-5 .ps-section-head .section-head {
    max-width: 300px;
    padding: 0;
    width: 300px;
}
.product-slider.style-5 .product-deals-wrapper {
    padding: 0px 16px;
}
.product-slider.style-5 .swiper-button-next::after,
.product-slider.style-5 .swiper-button-prev::after {
    display: none;
}

.product-slider.style-5 .swiper-theme .swiper-button-next,
.product-slider.style-5 .swiper-theme .swiper-button-prev {
    width: 38px;
    height: 38px;
    color: var(--white-color);
    z-index: 101010;
    position: absolute;
    background: var(--primary-color);
}
.product-slider.style-5 .swiper-theme .swiper-button-next {
    right: 0;
}
.product-slider.style-5 .swiper-theme .swiper-button-prev {
    left: 0;
}
.product-slider.style-5 .swiper-button-next::before,
.product-slider.style-5 .swiper-button-prev::before {
    display: none;
}

/* Style 4 */
.product-slider.style-5 .section-head.style-4 {
    position: relative;
    border-bottom: none;
    display: block;
    margin: 16px 0px 0px 16px;
}
.product-slider.style-5 .section-head.style-4::before {
    display: none;
}
.product-slider.style-5 .section-head.style-4 .title {
	font-size: 42px;
	font-weight: 500;
	line-height: 120%;
	margin: 0;
	color: var(--white-color);
	text-align: left;
	margin-bottom: 16px;
}
.product-slider.style-5 .section-head.style-4 .text {
	margin: 0;
	line-height: 150%;
	margin-top: 8px;
	font-size: 18px;
	color: var(--white-color);
}
.product-slider.style-5 .section-head.style-4 .sec-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.7px;
    color: var(--title-color);
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--white-color);
    padding: 0;
    border-radius: 100%;
    transition: all 0.3s ease;
    width: 40px;
    min-width: 40px;
    height: 40px;
    justify-content: center;
    margin-top: 32px;
}
@media only screen and (max-width: 1199px) {
    .product-slider.style-5 .product-slider-innner {
        display: block;
        padding: 12px;
    }
    .product-slider.style-5 .swiper-theme .swiper-button-next,
    .product-slider.style-5 .swiper-theme .swiper-button-prev {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    .product-slider.style-5 .ps-section-head .section-head {
        max-width: 100%;
        width: auto;
        margin-bottom: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .product-slider.style-5 .section-head.style-4 .title {
        font-size: 20px;
    }
    .product-slider.style-5 .section-head.style-4 .sec-btn {
        font-size: 12px;
        padding: 8px 10px;
    }

    .product-slider.style-5 .section-head.style-4 {
        display: block;
        margin: 0;
        margin-bottom: 32px;
        padding: 12px;
        padding-bottom: 0;
    }
    .product-slider.style-5 .section-head.style-4 .sec-btn {
        margin-top: 16px;
    }
}

/*============================================================================================
   End Product Section CSS
==============================================================================================*/