/* colors */ 
.s-product-card-price {
    color: rgb(173 142 81);
}


/*main all cat icon displ*/
.swiper-slide.slide--one-sixth .sicon-ellipsis-vertical-filled{
 display: inline-block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

.slide--cat-entry {
    background: #00000000 !important;
        border-color: rgb(243 244 246 / 0%);
            padding: 0px;
    }
    
/*main all h2 displ     */
.swiper-slide.slide--one-sixth  h2 {
        display: none;
 }


/* alone cat image */
.swiper-slide.slide--one-sixth:nth-of-type(1) .sicon-ellipsis-vertical-filled {
background-image: url('https://cdn.salla.sa/XeYQnO/FeIJEnwaC1SSC4rgqE66R5kzWJIMukQd7hetqW7J.png');
}  
.swiper-slide.slide--one-sixth:nth-of-type(2) .sicon-ellipsis-vertical-filled {
background-image: url('https://cdn.salla.sa/XeYQnO/fE358URGPEFIGLO9RjjbmcgD97DURqs4OsmGk9Zz.png');
}  

.swiper-slide.slide--one-sixth:nth-of-type(3) .sicon-ellipsis-vertical-filled {
background-image: url('https://cdn.salla.sa/XeYQnO/1EoAttB6MvpV2N6UwEYiK72TwXeoXrlL5YDeGWM1.png');
}  

.swiper-slide.slide--one-sixth:nth-of-type(4) .sicon-ellipsis-vertical-filled {
background-image: url('https://cdn.salla.sa/XeYQnO/Gcj7Wt7JfTXmljiVLOCkxsFJdtQs1i9ngYBpzzRX.png');
}  

.swiper-slide.slide--one-sixth:nth-of-type(5) .sicon-ellipsis-vertical-filled {
background-image: url('https://cdn.salla.sa/XeYQnO/gbP0JSFck3VstrrHmqCUfPcZf08QRXqQ1QnB9r3L.png');
}  


@media only screen and (max-width: 768px){
.swiper-slide.slide--one-sixth .sicon-ellipsis-vertical-filled{
    background-size: contain;
    margin: 0px !important;
}
.swiper-slide.slide--one-sixth {
    width: 36% !important;
    
}
/* for card size  */
.s-products-slider-card.swiper-slide {
    width: 48%;
}
}

@media (min-width: 1030px) {
.s-products-slider-card.swiper-slide {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 20%;
    }
}

/*whatsapp icon */

        .whatsapp-icon {
            position: fixed;
            bottom: 20px;
            right: 5px;
            width: 53px;
            height: 53px;
            background-color: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            cursor: pointer;
            transition: transform 0.3s ease;
        }
    
        .whatsapp-icon:hover {
            transform: scale(1.1);
        }
    
        .whatsapp-icon img {
            width: 35px;
            height: 35px;
        }
    .s-product-card-image {
    height: 100% !important;
    }
    .s-product-card-image img {
    height: 121%;
    }
    
    


@media (min-width: 500px) {
    .s-product-card-fit-height .s-product-card-image {
    height: 11rem;
    max-height: 20rem;
}
}