/* Add custom CSS styles below */ 
.s-trust-badges-wrapper{
  display: flex;
  align-items: center;
  gap: 10px;
}

.s-trust-badges-wrapper::after{
  content: "";
  width: 176px;
  margin: auto 10px;
  height: 130px;
  background-image: url("https://iili.io/fSMzudF.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}



.s-social-link a svg{
  fill: #fff;
}
a[href="tel:+966554717636"]{
   background: red; 
    color: #fff;
}

a[href="https://www.instagram.com/user"] {
  background: #cc38a5;
  border: none;
  box-shadow: rgb(242 238 238 / 24%) 0px 3px 8px;
}

a[href="https://www.tiktok.com/@user"] {
  background: #333;
  border: none;
  box-shadow: rgb(242 238 238 / 24%) 0px 3px 8px;
}


.min_slider .swiper-autoheight .swiper-wrapper {
    margin: 0px !important;
}

.footer-user-menu .s-user-menu-dropdown-item a {
    justify-content: center;
}

.enhanced_rounded_contacts a[href="tel:+966581110006"] {
    color: #fff;
    background: #f31010 !important;
}


.enhanced_rounded_contacts a[href="mailto:foodandcure.bh@gmail.com"] {
    color: #fff;
    background: #960c0c !important;
}

.main-nav-container.fixed-header .inner {
    margin-top: 10px;
    border-radius: 53px;
    filter: drop-shadow(-2px 0px 3px #000);
}

.product-card__buttons>div button,
.bg-store-bg-secondary,
.product-card--primary-buttons button {
    background: #f4e9d7;
}

.bg-store-bg-secondary {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.product-card--primary-buttons button i,
.product-card--primary-buttons salla-button i,
.product-card__normal-cart__btn .s-button-text {
    color: #000 !important;
}

.sicon-cart:before,
.sicon-user:before,
.sicon-search:before {
    color: #fff;
}

.s-block--enhanced-features__item .feature-icon {
    height: 5.2rem;
    width: 5.2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #f4e9d7;
    position: relative;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    animation: myani 1s ease-in-out alternate infinite;
}

@keyframes myani {
    from {
        top: 0;
        border-bottom: 2px solid #000;
        border-top: 2px solid #000
    }

    to {
        top: 13px;
        border: 2px solid #000 !important
    }
}

.swiper-wrapper,
.fit-slider-products .s-slider-swiper-wrapper .swiper-slide {
    margin: 10px auto;
}

i.sicon-keyboard_arrow_up,
i.sicon-keyboard_arrow_down {
    background: #54392e;
    color: #fff;
}

.product-card__buttons>div button{
    background: #54392e;
}

.product-card__buttons>div button i.sicon-heart:before,
.product-card__buttons>div button i.sicon-eye:before {
  color:#fff;
}

.s-block--enhanced-features__item {
    border: none;
}

.s-block--best-offers .s-slider-block__title-left .s-slider-block__display-all,
salla-products-slider .s-slider-block__title-left .s-slider-block__display-all {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 10px;
    background: #f4e9d7;
    color: #000;
    border: 2px solid #543321;
}

.s-slider-nav-arrow svg {
    fill: #000000;
}

salla-products-slider .s-slider-block__title-left .s-slider-block__title-nav .s-slider-nav-arrow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #f4e9d7;
    color: #000;
    border: 2px solid #543321;
}

.footer-is-custom .store-footer .store-footer__contacts-row,
.footer-is-custom .store-footer .store-footer__inner,
.footer-is-custom .store-footer .store-footer__newsletter {
    border-bottom-color: transparent;
}

.header-btn__icon.sicon-user,
.header-btn__icon.icon:where([dir=rtl], [dir=rtl] *) {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
    background: #54392e;
}

.enhanced_rounded_contacts a,
.s-payments-list-item,
.product-more-info .more-tab-container .more-info-tabs__nav-link,
.product-card--vertical,
.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/**********************************/
:root {
    --primary-color: #9d938b   !important;
    --secondary-color: #ffffff !important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important
}


@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

salla-button .s-button-btn::after {
    content: "";
    position: absolute;
    inset: 1px;
    z-index: -1;
    background: #f4e9d7 !important;
    border-radius: 12px;
}

salla-button .s-button-btn {
    position: relative;
    z-index: 9;
    background: repeating-conic-gradient(from var(--a), #000  0%,#000 5%, transparent 5%, transparent 40%,#000 50%);
    animation: animate 5s linear infinite;
    border-radius: 5px;
      border: none;
}

@keyframes animate {
    0% {
        --a: 0deg
    }

    100% {
        --a: 360deg
    }
}
/*-*********************************/
.leading-tight,
.tracking-tight {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #000 40%, #000 9%, #fff 67%, #000 100%);
    background-size: 200% auto;
    color: #fff;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
      line-height: 57px;
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}


.store-footer:before {
    content: "";
    background-image: url(https://i.imgur.com/eAWGMd1.png);
    background-size: 418%;
    display: block;
    background-repeat: round;
    transform: rotate(180deg);
    height: 200px;
    margin: -12px -32px 1px 1px;
    height: 104px;
    margin: -13px -32px 1px 1px;
}


.store-footer h3 {
    text-align: center;
    color: #000 !important;
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding-top: .3rem;
    width: 100%;
    padding-bottom: .3rem;
    box-shadow: rgba(255, 255, 255, .842) 0 4px 12px;
}

@media only screen and (min-width:601px) {
    .lg\:mx-\[unset\] {
        margin: 0px auto;
    }

    .store-footer__inner {
        text-align: center;
    }

    .lg\:justify-start {
        justify-content: center;
    }

    .col-span-2 {
        grid-column: span 1 / span 2;
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width:600px) {
  .store-footer__inner{
       padding-bottom: 0rem;
        padding-top: 0rem;
  }
    .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .store-footer .justify-start {
        justify-content: center;
    }

    .footer-list a {
        text-align: center;
    }

    .col-span-2 {
        grid-column: span 1 / span 2;
    }

    .footer-list a {
        font-size: .9rem;
    }

    .centered_logo .header-btn__icon {
        width: 2.5rem;
    }

    .selia-bottom-nav {
        border-radius: 50px;
        margin-bottom: 10px;
        background-color: #f4e9d7;
    }
    .selia-bottom-nav-icon i.sicon-cart:before,
    .selia-bottom-nav-icon i.sicon-search:before,
    .selia-bottom-nav-icon i.sicon-user:before {
        color: #000 !important;
    }
    .product-card__enhanced-mini-cart button.s-button-element {
        margin: 10px;
        width: 86%;
    }
}

.product-card__actions div button span i.sicon-eye:before,
.product-card__actions div button span i.sicon-heart:before{
  color:#fff;  
}

.quickview-btn button:after,
.product-card__actions div button {
    background: #54392e !important;
}




.advanced-slider.auto-height .swiper-wrapper{
    margin: 0px auto !important;
}