/* Add custom CSS styles below */ 
.top-navbar {
    background-color: #1a5daa;
}
.top-navbar .s-search-input {
    background-color: rgb(255 255 255 / 75%) !important;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after {
    background-color: #00000014 !important;
}

@media (min-width: 768px) {
    .md\:grid-cols-4 {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
.brand-item {
        height: 110px !important;
        padding: 2rem;
    }
}

@media (min-width: 1024px) {
    .lg\:gap-8 {
        gap: 1rem;
    }
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 1rem !important;
    }
}
.s-slider-block__title h2 {
    font-size: 26px !important;
    color: #1758a4 !important;
    padding-top: 30px;
}

.s-product-card-content-title
 {
    text-align: center !important;
}

.s-product-card-content-title a {
    font-size: 18px !important;
    color: #1758a4 !important;
}
.s-product-card-price, .s-product-card-starting-price h4 {
    font-size: 18px !important;
    text-align: center !important;
    color: red !important;
}

.s-button-element:not(:disabled):not([loading])
 {
    background: #1758a4 !important;
    color: #ffffff !important;
}

.s-product-card-content-sub {
    justify-content: center !important;
}
.s-block__title h2 {
    font-size: 26px !important;
    color: #1758a4 !important;
}

@media only screen and (min-width: 1024px) {
    .main-menu li>a {
        font-size: 18px !important;
    }
}
.navbar-brand img {
    max-height: 4rem !important;
}
.s-block__title {
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

.s-slider-block__title {
    justify-content: center !important;
}
.topnav-is-dark .top-navbar {
    background-color: #1758a4 !important;
}

.store-footer__inner {
   background-color: #1758a4 !important;
}
.store-footer {
   background-color: #1758a4 !important;
}
.copyright-text p {
color: #ffffff !important;
}

/* ✅ تحسين عرض السلايدر على الجوال */
@media (max-width: 768px) {

  /* نجعل السلايد يأخذ كامل عرض الشاشة فقط */
  .s-block--hero-slider .swiper-slide {
    width: 100% !important;
    height: 160px !important;
    min-height: 160px !important;
    position: relative;
    overflow: hidden;
  }

  /* ✅ نعدل طريقة عرض الصورة الخلفية */
  .s-block--hero-slider .overlay-bg {
    position: relative !important;
    background-size: contain !important;  /* 🔹 لعرض كامل الصورة بدون قص */
    background-repeat: no-repeat !important;
    background-position: center center !important;
    width: 100% !important;
    height: 160px !important;
    aspect-ratio: 16 / 9; /* أو 9/16 حسب شكل صورك */
  }

  /* ✅ إزالة أي padding أو مسافات غير مرغوبة */
  .s-block--hero-slider .home-slider__content {
    padding: 0 !important;
    margin: 0 !important;
  }

  /* لو عايز تخلي الصورة تملأ العرض فقط بدون تمدد عمودي */
  .s-block--hero-slider .swiper-slide .overlay-bg {
    max-width: 100vw;
  }
}
@media (min-width: 1280px) {
    .s-block--hero-slider .swiper-slide {
        height: 630px !important;
    }
}

.s-slider-v-centered.fullwidth-slider .s-slider-block__title-nav button {
display: none !important;
}

@media (min-width: 640px) {
    .s-block {
        margin-top: 0 !important;
    }
}
.s-button-element:not(:disabled):not([loading]) {
    display: none !important;
}

.s-product-card-content-sub {
    display: none !important;
}

.carousel-slider .swiper-wrapper>div {
margin-bottom: 20px !important;
}