/* إعداد ألوان عامة */
:root {
  --main-gradient: linear-gradient(to right, #7f5af0, #4da6c0); /* نفس لون الفوتر */
  --main-text-color:
}
@media (min-width: 1024px) {
    .main-nav-container {
        min-height: 56px;
    }
}
/* خلفية الهيدر */
header, .s-header, .navbar, .site-header {
  background: var(--main-gradient) !important;
}
/* هيدر وفوتر بتدرج بنفسجي إلى أزرق */
.s-footer,
footer,
.site-header,
.navbar,
.header,
.s-header {
  background: linear-gradient(to right, #7f5af0, #4da6c0) !important;
  
}

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

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

section.s-block.s-block--fixed-banner.wide-placeholder>.container,section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0!important;
    width: 100%!important;
    max-width:unset;
    border-radius: 0!important
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0
}
footer a[href*=instagram] {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
footer a[href*=tiktok] {
   background: black !important;
    color:white;
}
footer a[href*=snapchat] {
    background:yellow !important;
    color:black;
}
footer a[href*=youtube] {
    background-color:red !important;
    color:white;
}
footer a[href*=twitter] {
    background:black !important;
    color:white;
}
footer a[href*=facebook] {
    background:#214c68 !important;
    color:white;
}

footer.store-footer li.s-social-link {
    transition: all 0.3s ease;
}

footer.store-footer li.s-social-link:hover {
    transform: translateY(-3px);
}


@media(max-width: 767px) {
    .store-footer__inner * {
        text-align:center;
        justify-content: center
    }
    .s-products-slider-card {
    max-width: 200px;

}
}
.store-footer__inner {
    background: #302a95 !important;
    color: #fff !important;
}