/* Add custom CSS styles below */ 
#btn_card_pro .s-button-primary-outline {
    background-color: var(--color-primary) !important;
}

section#slider_base img.image_slide {
    object-fit: cover;
    object-position: top;
}
section#featuers {
    margin-top: -3rem;
    z-index: 1;
}
section#featuers  .shadow-khatwa {
    background: #fff;
}
section#slider_base a.btnCus {
    background: #fff;
    color: var(--color-primary) ;
}
.s-product-card-content-title a {
    overflow: hidden;
}
section#slider_bage {
    margin-top: 3rem;
}
@media (max-width: 767px) {
section#categoryd a.\!flex.flex-col.gap-4.items-center.ml-2 {
    width: 9rem;
}
.slider-banner-bg img.image_slide {
    object-position: left !important;
}}

footer.store-footer {
    background: #E1D8E5;
}
@media (max-width: 767px) {
    footer .grid {
        grid-template-columns: 1fr;
    }
    footer div {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    justify-content: center;
}
    salla-payments.s-payments-list.hydrated li {
    margin-left: 0;
    margin-right: 0;
}
li.w-12.h-8.bg-white.rounded.flex.items-center.p-1 {
    margin: 0;
}
ul.grid.grid-cols-3.gap-2.mb-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}
.store-footer__inner.bg_footer_color {
    background: #372666;
}
.store-footer__inner.bg_footer_color *{
    color:#fff;
    border-color:#fff;
}
.store-footer__inner.bg_footer_color  img {
    filter: invert(139%) sepia(67%) saturate(4408%) hue-rotate(244deg) brightness(125%) contrast(100%);
}