/* Add custom CSS styles below */ 
.s-block--videos-gallery 
.videos-gallery-container 
.video-item 
.video-overlay {
  background-color: rgba(0, 0, 0, 0) !important;
}
.s-block--videos-gallery {
  padding: 50px 0;
}

.s-block--videos-gallery .video-wrapper {
  height: 440px;
}

.s-block--videos-gallery {
    padding: 10px 0 !important;
}
.s-block--videos-gallery .swiper-slide {
  width: 300px !important;
}

.video-custom-btn {
  position: absolute;
  top: 370px;           /* تحكم بارتفاعه */
  left: 50%;
  transform: translateX(-50%);
  
  background: #4b0f0f;  /* لون خمري غامق */
  color: #fff;
  border: none;
  
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 500;
  
  border-radius: 50px;  /* الشكل البيضاوي */
  cursor: pointer;
  
  transition: 0.3s ease;
}

.video-custom-btn:hover {
  opacity: 0.9;
}

.fixed-products .s-products-list-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

.fixed-products .s-products-list-wrapper > .product-card {
    width: 48%;
  }

@media (min-width: 1024px) {
    /* محاذاة معرض الفيديو بالوسط على الديسكتوب */
    .videos-gallery-container,
    .videos-gallery-container .swiper-wrapper {
        display: flex !important;
        justify-content: center !important;
        gap: 8px; /* نفس المسافة بين الفيديوهات */
    }
}
.top-navbar {
    display: none !important;
}

.main-nav-container .inner {
    padding-bottom: 6px;
    padding-top:14px;
}
section.bg-storeBG:has(.sicon-barcode) {
  display: none !important;
}
/* استهداف أزرار إضافة للسلة فقط (وليس التبويبات) */
.product-card__normal-cart 
.s-button-element.s-button-outline.s-button-primary-outline,
.product-card__addToCart 
.s-button-element.s-button-outline.s-button-primary-outline {

  background: #73350c !important;
  color: #ffffff !important;
}



.s-button-element .s-button-text > i{
  display: none !important;
}