/* ðŸŽ¯ Ø§Ù„Ø®Ù„ÙÙŠØ© Ø§Ù„Ø®Ø§Ø±Ø¬ÙŠØ© */
.filter-section {
    background: linear-gradient(135deg, #ffffff, #ffffff);
    padding: 40px 15px;
}

/* ðŸ“¦ Ø§Ù„ÙƒØ§Ø±Ø¯ */
.filter-outer {
    max-width: 420px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
    background: #000000;
    box-shadow: 0 15px 40px rgb(0 0 0 / 30%);
}

/* ðŸ–¼ï¸ Ø¬Ø²Ø¡ Ø§Ù„ØµÙˆØ±Ø© */
.filter-image {
    position: relative;
    height: 180px;

    background: url('https://i.postimg.cc/L601KSFP/tire-image-x-(1).webp') center/cover no-repeat;
}

/* ðŸ–¤ Ø·Ø¨Ù‚Ø© Ø§Ù„ØªØ¹ØªÙŠÙ… */
.filter-image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}

/* ðŸ“ Ø§Ù„Ø¹Ù†ÙˆØ§Ù† */
.filter-image h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 20px;
}

/* ðŸ“¥ Ø§Ù„ÙÙˆØ±Ù… */
.search-inputs-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* ðŸ”½ Ø§Ù„Ø­Ù‚ÙˆÙ„ */
.filter-dropdown {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    background: #eaeaea;
}

/* ðŸ”˜ Ø²Ø± Ø§Ù„Ø¨Ø­Ø« */
#tires-filter {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    background: #ff4b04;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

#tires-filter:hover {
    background: #ff4b04;
}
.mt-6 {
    margin-top: -0.5rem;
}
.mb-12 {
    margin-bottom: -2rem;
}
h2, h3 {
    font-size: 1.25rem;
    line-height: 8.75rem;
}























/* ================== SPLASH فوق كل شيء (فوق الفيديو والبنر والهيدر) ================== */
body.index::before {
  content: "";
  position: fixed;
  inset: 0;

  /* أعلى z-index في الصفحة ليظهر فوق كل العناصر */
  z-index: 9999999999;

  background-color: #ffffff;
  background-image: url("https://cdn.files.salla.network/theme/2074154246/d792ea1e-5f38-4b42-9a67-11fb6e3438f2-original.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;

  pointer-events: none;
  animation: splashOut 2.8s cubic-bezier(0.5, 0, 0.5, 1) forwards;
}

@keyframes splashOut {
  0% {
    opacity: 1;
    transform: scale(1.4);
    visibility: visible;
  }
  80% {
    opacity: 1;
    transform: scale(1.4);
  }
  100% {
    opacity: 0;
    transform: scale(2.5);
    visibility: hidden;
  }
}

/* ================== السكشن الثاني يمتد يمين ويسار الصفحة ================== */
/* تم تعديل الـ margin-top هنا بناءً على طلبك */
#main-content > section:nth-child(2) {
  margin-top: -95px !important; 
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0 !important;
  padding-right: 0 !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* ================== حاوية البنر كمرجع للطبقات ================== */
#main-content > section:nth-child(2) > div {
  position: relative;
  width: 104%;
}

/* ================== صورة البنر تحت الفيديو ================== */
#main-content > section:nth-child(2) > div > a > div > img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* ================== الفيديو فوق البنر مباشرة ================== */
.slide-video-bg-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2; /* أعلى من صورة البنر */
  pointer-events: none;
}

/* ================== الهيدر بترتيب طبيعي بدون تغطية ================== */
#app > div.app-inner.flex.flex-col.min-h-full > header {
  position: relative;
  z-index: 1000;
}

/* ================== إزالة الظلال من النافبار ================== */
.main-nav-container,
.shadow-default {
  box-shadow: none !important;
  --tw-shadow: none !important;
}

/* منع ظهور سكرول أفقي بسبب 100vw */
body {
  overflow-x: hidden;
}

/* حذف الشريط العلوي وجعل المنيو شفافة */
.top-navbar {
    display: none !important;
}

#mainnav {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
}

.navbar-brand img {
    max-height: 5rem;
    max-width: 100px;
    width: auto;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 76px;
}

.footer-is-light .store-footer .store-footer__inner {
    --tw-border-opacity: 1;
    background-color: rgb(255 255 255);
}

body {
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    background-color: rgb(255 255 255);
}

.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgb(255 255 255);
    --tw-text-opacity: 1;
    color: #374151;
    color: rgba(55, 65, 81, var(--tw-text-opacity, 1));
}



/* العنصر الأب للبنر */
#main-content > section:nth-child(2) > div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* البنر نفسه ممتد يمين ويسار الشاشة */
#main-content > section:nth-child(2) > div > a.banner.banner--fixed {
    display: block;
    width: 100vw;       /* عرض كامل الشاشة */
    margin-left: calc(-50vw + 50%); /* يوسع من اليمين واليسار */
    margin-right: calc(-50vw + 50%);
    position: relative; /* نسبي بحيث لا يختفي */
    overflow: hidden;
}

/* container داخل البنر فقط */
#main-content > section:nth-child(2) > div > a.banner.banner--fixed > .container {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* الفيديو والصورة داخل البنر */
.video-slide-container {
    width: 100%;
    min-height: 800px; /* ارتفاع البنر */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.video-slide-container img,
.video-slide-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



element.style {
}
.header-btn__icon {
    --tw-text-opacity: 1;
    color: #ff4b04;
}

.text-primary {
    color: #ff4b04;
}


<style>
.s-user-menu-login-btn svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #fc4400;
}

.naw-credit-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    color: #991b1b; /* لون رمادي هادئ */
    text-decoration: none;
    transition: color 0.3s ease;
}

.naw-credit-link:hover {
    color: #25d366; /* يتغير للون الواتساب الأخضر عند مرور الماوس */
    text-decoration: underline;
}


.s-user-menu-login-btn svg {
    height: 1.25rem;
    width: 1.25rem;
    fill: #ff691c;
}


.navbar-brand img {
    max-height: 6rem;
    max-width: 142px;
    width: auto;
}



a[href*="getbutton.io"],
a[aria-label="Go to GetButton.io website"] {
    display: none !important;
}

















/* ================================
   TIRELAB - BRANDS MARQUEE
================================ */

.tirelab-brand-marquee {
  direction: ltr;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #0b1220;
  padding: 18px 0;
  margin: 20px 0;
  border-radius: 10px;
}

/* Fade edges */
.tirelab-brand-marquee::before,
.tirelab-brand-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 5;
  pointer-events: none;
}

.tirelab-brand-marquee::before {
  left: 0;
  background: linear-gradient(
    to right,
    #0b1220 0%,
    rgba(11, 18, 32, 0) 100%
  );
}

.tirelab-brand-marquee::after {
  right: 0;
  background: linear-gradient(
    to left,
    #0b1220 0%,
    rgba(11, 18, 32, 0) 100%
  );
}


/* ================================
   MOVING TRACK
================================ */

.tirelab-brand-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;

  animation: tirelab-scroll 32s linear infinite;

  will-change: transform;
}


/* Pause on hover */
.tirelab-brand-marquee:hover .tirelab-brand-track {
  animation-play-state: paused;
}


/* ================================
   BRAND CARD
================================ */

.tirelab-brand-item {
  flex: 0 0 auto;

  width: 155px;
  min-width: 155px;
  height: 68px;

  padding: 8px 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;

  border-radius: 9px;

  box-sizing: border-box;

  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 15px;

  letter-spacing: 0.3px;

  color: #16202f;

  white-space: nowrap;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;

  overflow: hidden;
}


/* ================================
   LOGO SIZE
================================ */

.tirelab-brand-item img {
  display: block;

  width: auto;
  height: auto;

  max-width: 120px;
  max-height: 42px;

  object-fit: contain;

  object-position: center;

  margin: 0 auto;

  /* Prevents huge logos from breaking the card */
  box-sizing: border-box;
}


/* ================================
   EXTRA CONTROL FOR VERY WIDE LOGOS
================================ */

.tirelab-brand-item img[src*="michelin"],
.tirelab-brand-item img[src*="bridgestone"],
.tirelab-brand-item img[src*="goodyear"],
.tirelab-brand-item img[src*="continental"],
.tirelab-brand-item img[src*="yokohama"],
.tirelab-brand-item img[src*="toyo"] {
  max-width: 115px;
  max-height: 40px;
}


/* ================================
   TEXT-ONLY BRANDS
================================ */

.tirelab-brand-item:not(:has(img)) {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}


/* ================================
   HOVER
================================ */

.tirelab-brand-item:hover {
  transform: translateY(-4px) scale(1.05);

  box-shadow:
    0 8px 20px rgba(0, 0, 0, 0.30);

  position: relative;
  z-index: 10;
}


/* ================================
   ANIMATION
================================ */

@keyframes tirelab-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


/* ================================
   TABLET
================================ */

@media (max-width: 768px) {

  .tirelab-brand-marquee {
    padding: 14px 0;
    border-radius: 8px;
  }

  .tirelab-brand-track {
    gap: 10px;
    animation-duration: 28s;
  }

  .tirelab-brand-item {
    width: 125px;
    min-width: 125px;
    height: 55px;

    padding: 6px 10px;

    font-size: 13px;
  }

  .tirelab-brand-item img {
    max-width: 95px;
    max-height: 34px;
  }

  .tirelab-brand-marquee::before,
  .tirelab-brand-marquee::after {
    width: 45px;
  }
}


/* ================================
   MOBILE
================================ */

@media (max-width: 480px) {

  .tirelab-brand-marquee {
    padding: 12px 0;
  }

  .tirelab-brand-track {
    gap: 8px;
    animation-duration: 24s;
  }

  .tirelab-brand-item {
    width: 110px;
    min-width: 110px;
    height: 48px;

    padding: 5px 8px;

    border-radius: 7px;

    font-size: 12px;
  }

  .tirelab-brand-item img {
    max-width: 82px;
    max-height: 29px;
  }

  .tirelab-brand-marquee::before,
  .tirelab-brand-marquee::after {
    width: 35px;
  }
}




#main-content > section:nth-child(5) {
  display: none !important;
}