:root {
    --main-color: #b26176;
    --second-color: #b26176;
}

:is(section.s-block.s-block--photos-slider) img {
    border-radius: 0!important;
    background-color: transparent!important
}

section.s-block.s-block--photos-slider {
    margin-top: 0
}



section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0
}

.s-product-card-entry {
    box-shadow: rgba(0,0,0,.1) 0 4px 12px;
    border: 1px solid var(--main-color)
}

.s-products-slider-card.swiper-slide {
    padding-bottom: 10px
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline,.header-btn__icon,i.sicon-menu {
    background: var(--main-color);
    color: #fff;
    border: 0;
    border-radius: 50px
}


.store-footer__inner {
    background-color:transparent !important;
    background-image: url("https://i.postimg.cc/26X9K83d/Footer.png") !important;
    background-size:cover;
}

.s-social-link a {
    color: var(--white-color);
    border: 0;
    transition: all .5s
}

.s-social-link a:hover {
    transform: translateY(-10px);
    transition: all .5s
}

a[href*="tel:+966506631414"]>span:first-child {
    background: #246990;
    border: 0
}

a[href*=instagram] {
    background: -o-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  
  background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: white;

}
a[href="https://twitter.com/HayatAlbadih"] {
    background-color: black;
    color: white;
}
a[href*=tiktok] {
    background: -o-linear-gradient(330deg,#69c9d0,#000,#ee1d52);
    background: linear-gradient(120deg,#69c9d0,#000,#ee1d52);
  color: white;
}

a[href*=facebook] {
    background: -o-linear-gradient(45deg,#3776f2,#00b1f7);
    background: linear-gradient(45deg,#3776f2,#00b1f7)
}

a[href*=youtube] {
    background-color: #c4302b
}

a[href*=whatsapp]>span:first-child {
    background-color: green;
    border: 0
}



@media(max-width: 992px) {
    .store-footer__inner * {
        text-align:center;
        justify-content: center
    }
}