/* Add custom CSS styles below */ 



:root {
  --main-color: #8752a1;
  --second-color: #303030;
  --third-color: #f7f7f7;
  --white-color: #fff;
  --black-color: #000
}

.top-navbar,
span.s-cart-summary-count {
  background: var(--main-color) !important;
  color: #fff !important
}
 
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden img.aspect-\[14\/13\].w-full.lazy.object-cover.group-hover\:scale-110.duration-400.loaded {
    object-fit: contain !important;
}


button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center,
a.btn.btn--outline-primary {
  background: var(--main-color) !important;
  color: var(--white-color) !important;
}
.swiper-slide.slide--one-fourth.text-center.group img.aspect-\[14\/13\].w-full.lazy.object-cover.group-hover\:scale-110.duration-400.loaded{
    object-fit: contain !important;
}

 div.store-footer__inner > div > div:nth-child(3):after{
    content: " العنوان: جدة - المملكة السعودية";
     color:#8352a1;
     display:flex;
     justify-content:center;
     align-items:center;
     font-weight:600;
     font-size:16px;
}