/* ================================
   HIDE SALLA DEFAULT LOADER
================================ */
.loader-init{
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* ================================
   CUSTOM PAGE LOADER
================================ */
.salla-page-loader {
  position: fixed;
  inset: 0;
  background: #ffffff; /* غير اللون لو حابب */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

/* GIF size */
.salla-page-loader img {
  width: 120px;
  height: auto;
}
/*products*/
s-product-card-content-sub  .s-products-list .s-slider-swiper-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-sub h4,
.s-products-list .s-products-list-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-sub h4,
.s-products-slider-slider .s-slider-swiper-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-sub h4,
.s-products-slider-slider .s-products-list-wrapper .s-product-card-entry .s-product-card-content .s-product-card-content-sub h4 {
  color: #894c29 !important;
}
img.s-product-card-image-contain.lazy.loaded {
    background-color: var(--color-theme);
}
custom-salla-product-card {
    border: 1px solid #894c29;
}
span.art-promotion-title.uppercase.text-\[15px\].absolute.text-black\/60.top-4.ltr\:left-4.rtl\:right-4.z-10 {
    color: #ffffff;
    background-color: var(--color-primary);
    top: 0;
     right: 0; 
}
/*what's app*/
button.fixed.z-50.bottom-10.left-8.bg-\[\#25D366\].w-14.h-14.rounded-full.drop-shadow-lg.flex.justify-center.items-center.text-white.text-2xl.hover\:drop-shadow-2xl {
    left: unset;      
    right: 2rem;
    bottom: 1.5rem;

}
.scroll-top.fixed.right-8.w-10.h-10.z-40.text-white.text-lg.flex.justify-center.items-center.cursor-pointer.duration-500.bottom-6{
    right: unset;    
    left: 2rem;

}

  .s-products-list-vertical-cards,
  .art-categories-grid {
    margin: 5px;

  }
@media (min-width: 375px) and (max-width: 600px) {
  .s-products-list-vertical-cards,
  .art-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }
}