.s-slider-block__title {
    display: flex;
    align-items: center;
    justify-content: center; /* Center the title */
    position: relative;
    margin: 20px 0; /* Adjust spacing as needed */
    width: 100%; /* Ensure the container takes full width */
}

.s-slider-block__title-right {
    position: relative; /* Create a positioning context for the lines */
    padding: 0 15px; /* Add padding to the title */
    background-color: #fff00; /* Add background color to prevent lines from overlapping text */
}

.s-slider-block__title-right::before,
.s-slider-block__title-right::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 2px; /* Line thickness */
    background-color: #000; /* Line color */
    width: 350%; 
}

.s-slider-block__title-right::before {
    left: 0;
    transform: translateX(-100%); /* Move the line to the left */
}

.s-slider-block__title-right::after {
    right: 0;
    transform: translateX(100%); /* Move the line to the right */
}

.s-slider-block__title-left {
    display: none; /* Hide the left section */
}
.s-slider-block__title-right{
padding-right:2rem
}

.s-product-card-image img {
    background-color: #fff;
    border-radius: inherit; /* Inherits border-radius from parent */

}

.s-product-card-image a{
    background-color: #fff;
    border-radius: inherit; /* Inherits border-radius from parent */
    
}


.s-product-card-content{
    display: flex;
    align-items: center;
    justify-content: center
}
.s-product-card-content .s-product-card-content-sub{
    justify-content: center
}

.s-reviews-container h1{
font-size:4rem;
}

.app-inner{
background-color:#fff;
}
.s-products-slider-card {
    border: 3px solid #c8bda6;
        overflow: hidden; /* Ensures child elements don’t break the border */

    border-radius: 25px;
}

.s-products-slider-card.swiper-slide{
width:24%;
margin-left:4%;
border-radius: 25px;

}

/* Styles for mobile devices */
@media (max-width: 767px) {
.s-products-slider-card.swiper-slide{
    width: 60%;
    margin-left: 4%;
    border: 3px solid #c8bda6;

  }
}
.s-block--fixed-banner img{
background-color:#fff;
}
#swiper-wrapper-8c51c74262764c53{
height: 1000px;}