/* Add custom CSS styles below */ 
.ad-close {
  display: none !important;
}

button.s-button-primary-outline {
  background-color: #6b4a3a !important; /* بني */
  color: #ffffff !important;
  border-color: #6b4a3a !important;
}

button.s-button-primary-outline .s-button-text,
button.s-button-primary-outline i {
  color: #ffffff !important;
}




.bottom-header {
    background-color: #4a3023 !important;
}
.bottom-header,
.bottom-header span,
.bottom-header i,
.bottom-header a {
    color: #ffffff !important;
}

.s-block--video {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* تغيير خلفية الفوتر للون الأسود */
.store-footer,
.store-footer__inner {
  background-color: #000 !important;
}
.store-footer,
.store-footer__inner,
.store-footer__inner p,
.store-footer__inner a,
.store-footer__inner h3,
.store-footer__inner span {
  color: #fff !important;
}
.footer-middle,
.footer-bottom {
  background-color: #000 !important;
}
.s-contacts-icon svg,
.s-social-icon svg {
  fill: #e6c48f !important; /* ذهبي هادي */
}




.store-footer h3 {
  font-size: 1.05rem;
  font-weight: 600;
}
.store-footer a:hover {
  color: #e6c48f !important;
  transition: 0.3s ease;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15) !important;
}
.s-payments-list {
  margin-top: 12px;
}

/* إخفاء البانر المتكرر داخل السلة والدفع */
.shadow-default.rounded-md.mt-5.md\:mb-5 {
  display: none !important;
}

.custom-product-features {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.features-title {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  text-align: center;
}

.feature-item i {
  font-size: 32px;
  color: var(--color-primary);
  display: block;
  margin-bottom: 8px;
}

.feature-item span {
  font-size: 14px;
}

/* موبايل */
@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}


/* سيكشن البانرات */
.custom-banner-section {
  padding: 40px 0;
  background-color: #fff;
}

.custom-banner-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.custom-banner-grid {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.custom-banner-grid::-webkit-scrollbar {
  height: 6px;
}

.custom-banner-grid::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
}

.banner-img {
  flex: 0 0 auto;
  width: 200px; /* عرض الصورة الافتراضي على الديسكتوب */
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.banner-img:hover {
  transform: scale(1.05);
}

/* متجاوب على الموبايل */
@media (max-width: 768px) {
  .banner-img {
    width: 150px;
  }
}
@media (max-width: 480px) {
  .banner-img {
    width: 120px;
  }
}

.s-product-card-promotion-title {
  display: none !important;
}

/* تحسين مظهر سكشن المميزات على الموبايل */
@media (max-width: 768px) {

  .s-block__title h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .angel-feature {
    padding: 12px 8px;
    background: #fafafa;
    border-radius: 12px;
    transition: 0.3s ease;
  }

  .angel-feature:hover {
    background: #f3f3f3;
  }

  .angel-feature i {
    font-size: 28px !important;
  }

  .angel-feature h4 {
    font-size: 14px !important;
    line-height: 1.6;
    margin-top: 8px;
    font-weight: 600;
  }

  .angel-feature p {
    font-size: 12px;
  }

  /* تحسين توزيع العناصر */
  .grid.grid-cols-2 {
    gap: 12px !important;
  }
}

@media (max-width: 768px) {
  .angel-feature {
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 14px;
    padding: 15px 10px;
  }
}


@media (max-width: 768px) {

  .features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }

  .feature-item i {
    font-size: 20px;
  }

  .feature-item span {
    font-size: 11px;
  }

}


.free-gift-label {
  display: inline-block;
  margin-top: 12px;
  padding: 6px 14px;
  background-color: #28a745; /* أخضر زي الريفرنس */
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 6px;
  text-align: center;
  box-shadow: none;
}