/* Add custom CSS styles below */

.bg-gray-50 {
    
    background-color: #fff1de;
}

.bg-white {
    
    background-color: #fff1de;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    width: 100%;
    padding: 10px;
     margin-top: 0px;
   
}

.s-product-card-entry {
    
   
        border: 3px solid #7f2600;
        border-radius: 30px;
   
}
.s-product-card-vertical .s-product-card-image {
    flex: 1 1 0%;
    border-top-left-radius:30px;
    border-top-right-radius: 30px;
}
.s-block--photos-slider 
{
 margin-top: 3px;
}
.s-comments-product {
 
    background-color: #fff1de;
 
}

.s-block--hero-slider .swiper-slide .swiper-lazy:after {
   
    height: 100%;
    width: 100%;
    max-width : 100%
    background-color: rgba(0,0,0,0);
   
}


.s-block--fixed-banner {
    width: 100vw; /* Full viewport width */
    margin: 0; /* Remove any margins */
    padding: 0; /* Remove any padding */
}

.s-block--fixed-banner .container {
    width: 100%; /* Ensure the container takes full width */
    max-width: 100%; /* Override any max-width restrictions */
    padding: 0; /* Remove padding if needed */
}

.banner--fixed img {
    width: 100%; /* Ensure the image stretches to full width */
    height: auto; /* Maintain aspect ratio */
}