.top-navbar {
display: none !important};

/* تكبير الهيدر بالكامل */
.store-header {
  font-size: 1.05rem !important; 
}


/* تكبير اللوجو */
.store-header .navbar-brand img {
width: 160px !important;
max-height: 140px !important;
  
  height: 90px!important;
}

.mburger {
display:none !important
};

/* تكبير الأيقونات  */
.store-header .header-btn__icon,
.store-header .s-cart-summary-icon svg {
  width: 34px !important;
  height: 34px !important;
}

/* تكبير عداد السلة */
.store-header .s-cart-summary-count {
  font-size: 0.95rem !important;
}

.store-header .top-navbar {
  padding: 8px 0 !important;
}

.store-header .main-nav-container {
  height: auto !important;
  padding: 8px 0 !important;
}

/* السلايدر */
.s-block--photos-slider {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.s-block--photos-slider .s-slider-wrapper,
.s-block--photos-slider .swiper,
.s-block--photos-slider .swiper-slide {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.s-block--photos-slider .swiper-slide img {
  width: 100% !important;
  height: auto !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  display: block !important;
}

@media only screen and (max-width: 668px) {
  .s-product-card-horizontal {
    flex-direction: column !important;
    align-items: start !important;
  }

  .s-product-card-image {
    width: 69% !important;
    height: 380px !important; 
    padding: 0 !important;
  }

  .s-product-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
  background-color: #2f7003 !important; /* اللون اللي تحبه */
  color: #fff !important;
  border: none !important;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline:hover {
  background-color: #004de6 !important; /* لون الهوفر */
}


.store-footer , .store-footer__inner{
background-color: #1e7d55;
}