/* Add custom CSS styles below */ 
.s-block {
    margin-top: 10px;
    margin-bottom: 10px !important;
}

li.s-social-link a
 {
 
    width: 3rem;
    height: 3rem;
}
a[href="https://www.instagram.com/ilasouq/"]{
   background: #de6666fc !important;
  
}
a[href="https://twitter.com/ilasouq"] , a[href="https://www.tiktok.com/@ilasouq"]{
   background: #000 !important;
  
}
a[href="https://www.youtube.com/channel/UCb00Oc1wCv8-_prvZ1XKSXw"]{
   background: #fb0335 !important;
  
}
a.s-contacts-item[href="https://wa.me/966550946258"] span.s-contacts-icon {
    background: #46c069;
    color: #fff;
   
}
a.s-contacts-item[href="mailto:storeilasouq@gmail.com"] span.s-contacts-icon {
    background: #eee;
    color: red;
}
.s-social-link a svg {
    fill: #fff;
    height: 1.5rem;
    width: 1.5rem;
}
body:not(.index) section#ibs-root {
    display: none;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    padding: 0 ;
}
.s-product-card-price, .s-product-card-sale-price h4, .s-product-card-starting-price h4 {
    font-size: 22px;
    color: #991b1b;
}
section.s-block.s-block--photos-slider {
    max-width: 1280px;
    margin: auto;
}
salla-slider.photos-slider .swiper-slide {
    width: 100% !important;
}
    .navbar-brand img {
        max-width: 100%;
        max-height: 5rem !important;
    }

.store-footer__inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer.store-footer, .store-footer__inner {
    background: #9edae1 !important;
}
li.s-social-link a {
    background: #ffffff;
    font-size: 20px !important;
}
a.s-menu-footer-item, .s-contacts-item, .leading-6 p {
    font-size: 16px !important;
    font-weight: bold !important;
}







/* IBS Brands Slider */

.s-block.s-block--logos-slider { display: none !important; }

#ibs-root {
  background: #f5f5f5;
  padding: 36px 0 48px;
  /* لا dir هنا — الـ track LTR */
}
.ibs-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Header — RTL للنص فقط */
.ibs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.ibs-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0; padding: 0;
}
.ibs-viewall {
  font-size: 13px;
  color: #555;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  transition: color .2s;
}
.ibs-viewall:hover { color: #e53935; }
.ibs-viewall span { font-size: 18px; }

/* Stage */
.ibs-stage {
  position: relative;
  padding: 0 50px;
  box-sizing: border-box;
}

/* Viewport */
.ibs-viewport {
  overflow: hidden;
  width: 100%;
  direction: ltr; /* ← مهم جداً: يضمن translateX يشتغل صح */
}

/* Track — LTR صريح */
.ibs-track {
  display: flex;
  flex-direction: row; /* صريح LTR */
  flex-wrap: nowrap;
  direction: ltr;
  gap: 14px;
  padding: 6px 0;
  user-select: none;
  -webkit-user-select: none;
  cursor: grab;
  /* transition يُدار بالـ JS */
}
.ibs-track:active { cursor: grabbing; }

/* Card */
.ibs-card {
  flex: 0 0 auto;
  height: 110px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 12px;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}
.ibs-card:hover {
  box-shadow: 0 6px 22px rgba(0,0,0,.11);
  transform: translateY(-3px);
}
.ibs-card img {
  display: block !important;
  max-width: 100% !important;
  max-height: 66px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: none;
  filter: grayscale(10%);
  transition: filter .3s, transform .3s;
}
.ibs-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Buttons */
.ibs-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px; height: 38px;
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
  padding: 0;
  color: #444;
  box-shadow: 0 2px 8px rgba(0,0,0,.09);
  transition: background .2s, border-color .2s, color .2s, box-shadow .2s;
  outline: none;
}
.ibs-btn:hover {
  background: #e53935;
  border-color: #e53935;
  color: #fff;
  box-shadow: 0 4px 16px rgba(229,57,53,.30);
}
.ibs-btn:active { transform: translateY(-50%) scale(0.93); }

/* 
  زر اليمين (ibs-btn--right) = السابق بالعربي
  زر اليسار (ibs-btn--left)  = التالي بالعربي
*/
.ibs-btn--right { right: 0; }
.ibs-btn--left  { left:  0; }

/* Dots */
.ibs-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
}
.ibs-dot {
  width: 7px; height: 7px;
  border-radius: 4px;
  background: #ccc;
  border: none; padding: 0;
  cursor: pointer;
  outline: none;
  transition: background .25s, width .3s;
}
.ibs-dot.ibs-dot--on {
  background: #e53935;
  width: 20px;
}

/* Responsive */
@media (max-width: 1024px) {
  .ibs-stage { padding: 0 44px; }
  .ibs-card  { height: 100px; }
}
@media (max-width: 768px) {
  .ibs-stage { padding: 0 40px; }
  .ibs-card  { height: 90px; }
  .ibs-card img { max-height: 54px !important; }
}
@media (max-width: 480px) {
  .ibs-stage { padding: 0 36px; }
  .ibs-card  { height: 78px; }
  .ibs-card img { max-height: 46px !important; }
  .ibs-title { font-size: 17px; }
}