/* للجوال فقط */
@media (max-width: 768px) {
  #main-content > section.s-block.s-block--banners.container > div {
    display: flex;
    overflow-x: auto; /* سكرول أفقي */
    overflow-y: hidden;
    padding: 10px 0;
    gap: 20px;
    -webkit-overflow-scrolling: touch; /* سحب ناعم للآيفون */
    scroll-behavior: smooth;
  }

  #main-content > section.s-block.s-block--banners.container > div > a {
    width: 150px;
    height: 200px; /* ضبط الحجم ليناسب البطاقات */
    flex: 0 0 auto;
    text-align: center;
    -webkit-user-select: none;
  user-select: none;
  }
.s-block--banners > div * {
  user-select: none;
}

  /* إخفاء شريط التمرير */
  #main-content > section.s-block.s-block--banners.container > div::-webkit-scrollbar {
    display: none;
  }

  #main-content > section.s-block.s-block--banners.container > div {
    scrollbar-width: none; /* فايرفوكس */
  }
}

/* للجهاز الكمبيوتر */
@media (min-width: 769px) {
  #main-content > section.s-block.s-block--banners.container > div {
    display: flex;
    overflow-x: auto; /* تمكين التمرير الأفقي */
    overflow-y: hidden; /* إخفاء التمرير العمودي */
    padding: 10px 0;
    gap: 20px;
    max-width: 100%; /* تحديد أقصى عرض للمحتوى */
    margin: auto;
    -webkit-overflow-scrolling: touch; /* سحب ناعم على الأجهزة التي تدعم اللمس */
 
  }

  #main-content > section.s-block.s-block--banners.container > div > a {
    width: 200px; /* ضبط الحجم المناسب للبطاقات */
    height: 250px;
    flex: 0 0 auto;
    text-align: center;
    -webkit-user-drag: none;
  user-drag: none;
  }

  /* إخفاء شريط التمرير */
  #main-content > section.s-block.s-block--banners.container > div::-webkit-scrollbar {
    display: none;
  }

  #main-content > section.s-block.s-block--banners.container > div {
    scrollbar-width: none; /* إخفاء شريط التمرير على فايرفوكس */
  }
}

.two-row .banner-entry:first-child {
    padding: 12px;
}
.s-block--banners > div {
  will-change: transform;
  overscroll-behavior-x: contain;
  touch-action: pan-x;
}
.s-trust-badges-wrapper {
    border-radius: 5px;
    padding: 5px;
    background: #fff;
    align-items: center;
    display: flex;
}

.footer-is-light .store-footer .store-footer__inner{
      background-color: #3E060C;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer{
        background-color: #3b080d !important;
}
footer a,
footer p,
footer span,
footer li,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}
.s-trust-badges-label, .s-trust-badges-number{
  color: #000;
}
lg:hidden contact-social{
  border-color: transparent;
}
s-slider-block__title-right{
  padding-left: 0rem;
}
.s-slider-block__title{
  justify-content: center;
}
.s-block__title h2, .s-slider-block__title h2 {
    text-transform: uppercase;
      padding-left: 0rem;
    background-image: linear-gradient(-225deg, #4b1e21 0%, /* اللون الأساسي */ #8c3b43 20%, /* لمعان وسط */ #b54c58 50%, /* أقوى درجة لمعان */ #6a2b30 80%, /* رجوع تدريجي */ #4b1e21 100% /* النهاية */);
    background-size: 250% auto;
    font-weight: 700;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shineMove 1.8s linear infinite;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    text-shadow: 0px 3px 10px rgba(75, 30, 33, 0.35);
}
.s-block__title h2,
.s-slider-block__title h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.s-block__title h2::before,
.s-block__title h2::after,
.s-slider-block__title h2::before,
.s-slider-block__title h2::after {
    content: "";
    flex: 1;
    height: 2px;
    border: 2px #d9b17f solid;
    background: #000;
    margin: 0 12px;
}

@keyframes shineMove {
  0% {
    background-position-x: 0%;
    background-position-y: 0%;
  }

  50% {
    background-position-x: 100%;
    background-position-y: 20%;
  }

  100% {
    background-position-x: 0%;
    background-position-y: 0%;
  }
}
.s-products-slider-card{
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > div{
  border-color: transparent;
}

.copyright-text p{
  color: #fff !important;
}
footer{
  position: relative;
    /* زيادة المسافة العلوية للفوتر لكي لا يصطدم الشعار بالكلام فوقه */
    margin-top: 120px !important;
}
footer::before {
        /* filter: drop-shadow(0 0 20px rgba(255, 215, 150, 0.6)) drop-shadow(0 0 40px rgba(255, 215, 150, 0.3)); */
    content: "";
    position: absolute;
    background-image: url(https://k.top4top.io/p_36909d0ni1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -250px;
    left: 50px;
    width: 450px;
    height: 450px;
    /* filter: drop-shadow(8px 8px 12px rgba(0, 0, 0, 0.4)); */
    z-index: -1;
}
footer::after {
    content: "";
    position: absolute;
    top: -204px;
    left: 0%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(255, 215, 150, 1) 0%, rgba(255, 215, 150, 0) 70%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: -1;
    pointer-events: none;
}

/* لتعديل المظهر على الجوال لكي لا يغطي الشعار المحتوى */
@media (max-width: 768px) {
    footer::before {
    left: 0px;
    width: 350px;
    height: 350px;
      top: -220px;
    }
  footer{
  position: relative;
    /* زيادة المسافة العلوية للفوتر لكي لا يصطدم الشعار بالكلام فوقه */
    margin-top: 120px !important;
}
} 

.carousel-slider .s-slider-block__title-nav{
  display: none !important;
}