/* Add custom CSS styles below */ 
/* Add custom CSS styles below */
body.index{background-color:#fff;}
.navbar-brand img {max-height: 5rem;}
body.index header.store-header + section.s-block.s-block--fixed-banner {
  margin-top:0 !important;
}
body.index salla-slider.photos-slider .swiper {
  padding-bottom: 0 !important;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.s-block.s-block--photos-slider {
  margin-top:0 !important;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding:0 !important; 
  width: 100% !important;
  border-radius: 0 !important;
}

/* Product */
.s-product-card-entry {
  border:1px solid #6D4937 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
}
.s-products-slider-card {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.s-slider-block__title h2 {
  color: #090909 !important;
}
.s-product-card-image {
  background-color:transparent !important;
}
.s-slider-nav-arrow {
  border-color: #6D4937 !important;
  background-color: #6D4937 !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #ffffff !important;
}
.product-index-offers .s-products-list-vertical-cards,.product-index .s-products-list-vertical-cards {
 margin:0.2rem; 
}
/* End product */

.s-button-primary-outline {
  background-color: #6D4937 !important;
  color: #fff !important;
}


/**/
.s-block--fixed-banner .container {
  max-width:100% !important;
  padding:0 !important;
  margin: 0 !important;
}
.banner--fixed img {
  border-radius:0 !important;
  background-color: transparent !important;
}

/*** FLEX ***/
section.s-block.s-block--banners.container div.grid {
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
section.s-block.s-block--banners.container div.grid a.banner-entry {
  width: 20%;
  background-color: transparent !important;
  border-radius: 0 !important;
  height:375px !important;
}
@media(max-width:767px) {
  section.s-block.s-block--banners.container div.grid a.banner-entry {
    width: 31%;
    height: 180px !important;
  }
  .store-footer__inner * {
  justify-content: center;
  text-align: center;
}	
}
.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}

.store-footer .store-footer__inner {
  background-color: #6D4937 !important;
}
.store-footer {
  color: #fff !important;
}

.s-button-primary-outline {
    background-color: #2E6896 !important;
    color: #fff !important;
}


.store-footer .store-footer__inner {
    background-color: #2E6896 !important;
}


/* الإعدادات الأساسية لجعل الأيقونات في دوائر متناسقة */
.s-social-link a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    transition: transform 0.3s ease !important;
    text-decoration: none !important;
}

/* ضبط حجم الأيقونة داخل الدائرة */
.s-social-link a svg {
    width: 22px !important;
    height: 22px !important;
}

/* 1. إنستجرام: خلفية متدرجة وأيقونة بيضاء */
.s-social-link a[title="instagram"] {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}
.s-social-link a[title="instagram"] svg path {
    fill: #ffffff !important;
}

/* 2. سناب شات: خلفية صفراء وأيقونة سوداء */
.s-social-link a[title="snapchat"] {
    background: #FFFC00 !important;
}
.s-social-link a[title="snapchat"] svg path {
    fill: #000000 !important;
}

/* 3. تيك توك: خلفية سوداء وأيقونة بيضاء */
.s-social-link a[title="tiktok"] {
    background: #000000 !important;
}
.s-social-link a[title="tiktok"] svg path {
    fill: #ffffff !important;
}

/* تأثير حركة بسيط عند تمرير الماوس */
.s-social-link a:hover {
    transform: scale(1.1) !important;
}


/* الإعدادات الأساسية لجعل أيقونات التواصل في دوائر */
.s-contacts-item .s-contacts-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    transition: transform 0.3s ease !important;
    margin-left: 12px !important; /* مسافة بين الدائرة ورقم الهاتف/الإيميل */
}

/* ضبط حجم الأيقونة داخل الدائرة */
.s-contacts-item .s-contacts-icon svg {
    width: 20px !important;
    height: 20px !important;
}

/* 1. واتساب: خلفية خضراء وأيقونة بيضاء */
.s-contacts-item[href*="wa.me"] .s-contacts-icon {
    background: #25D366 !important;
}
.s-contacts-item[href*="wa.me"] .s-contacts-icon svg path {
    fill: #ffffff !important;
}

/* 2. الاتصال (الجوال): خلفية زرقاء احترافية وأيقونة بيضاء */
.s-contacts-item[href^="tel:"] .s-contacts-icon {
    background: #007BFF !important;
}
.s-contacts-item[href^="tel:"] .s-contacts-icon svg path {
    fill: #ffffff !important;
}

/* 3. البريد الإلكتروني: خلفية حمراء (مثل جيميل) وأيقونة بيضاء */
.s-contacts-item[href^="mailto:"] .s-contacts-icon {
    background: #EA4335 !important;
}
.s-contacts-item[href^="mailto:"] .s-contacts-icon svg path {
    fill: #ffffff !important;
}

/* تأثير حركة بسيط عند تمرير الماوس على عنصر التواصل */
.s-contacts-item:hover .s-contacts-icon {
    transform: scale(1.1) !important;
}