.swiper.s-slider-container .s-products-slider-card {
    max-width: 130px;
}
/* For Tiktok*/
.s-offer-modal-slider-item.s-offer-modal-cat-item {
    display: none !important;
}
salla-products-list[source-value="1673447868"] button {
    display: none;
}
salla-products-list[source-value="1673447868"] .s-product-card-content-subtitle {
    display: none;
}

salla-products-list[source-value="1673447868"] .s-product-card-content-sub.justify-between {
    display: none;
}

/* For Instagram */

salla-products-list[source-value="788450209"] button {
    display: none;
}
salla-products-list[source-value="788450209"] .s-product-card-content-subtitle {
    display: none;
}

salla-products-list[source-value="788450209"] .s-product-card-content-sub.justify-between {
    display: none;
}

/* For Telegram*/

salla-products-list[source-value="1077368494"] button {
    display: none;
}
salla-products-list[source-value="1077368494"] .s-product-card-content-subtitle {
    display: none;
}

salla-products-list[source-value="1077368494"] .s-product-card-content-sub.justify-between {
    display: none;
}

/* For Twitter*/

salla-products-list[source-value="613230764"] button {
    display: none;
}
salla-products-list[source-value="613230764"] .s-product-card-content-subtitle {
    display: none;
}

salla-products-list[source-value="613230764"] .s-product-card-content-sub.justify-between {
    display: none;
}
/* For Twitch*/

salla-products-list[source-value="1297519994"] button {
    display: none;
}
salla-products-list[source-value="1297519994"] .s-product-card-content-subtitle {
    display: none;
}

salla-products-list[source-value="1297519994"] .s-product-card-content-sub.justify-between {
    display: none;
}
/* For Banner Text & filter */

.prod-filter {
    display: none;
}
.banner-entry h3 {
    margin-top: 75px !important;
}

/* For Banner Text & filter xx */

.banner-entry .lazy__bg + a h3.text-lgx {
  margin-top: 75px !important;
}

#product-413636641 .product-footer {
  display: none !important;
}
#product-413636641 .product-footer {
  display: none !important;
}
#product-1047380987 .product-footer {
  display: none !important;
}
#product-413636641 .font-bold.text-sm.da-tm,
#product-413636641 .text-sm.text-gray-400.leading-6.line-clamp-1 {
  display: none;
}

#product-1047380987 .font-bold.text-sm.da-tm,
#product-1047380987 .text-sm.text-gray-400.leading-6.line-clamp-1 {
  display: none;
}

#product-1668511555 .product-footer,
#product-1668511555 .font-bold.text-sm.da-tm,
#product-1668511555 .text-sm.text-gray-400.leading-6.line-clamp-1 {
  display: none;
}

#product-1302273528 .product-footer,
#product-1302273528 .font-bold.text-sm.da-tm,
#product-1302273528 .text-sm.text-gray-400.leading-6.line-clamp-1 {
  display: none;
}

#product-638142136 .product-footer,
#product-638142136 .font-bold.text-sm.da-tm,
#product-638142136 .text-sm.text-gray-400.leading-6.line-clamp-1 {
  display: none;
}
#product-1738636142 .product-footer,
#product-1738636142 .font-bold.text-sm.da-tm,
#product-1738636142 .text-sm.text-gray-400.leading-6.line-clamp-1 {
  display: none;
}
#product-319219297 .product-footer,
#product-319219297 .font-bold.text-sm.da-tm,
#product-319219297 .text-sm.text-gray-400.leading-6.line-clamp-1 {
  display: none;
}
#product-1476558448 .product-footer,
#product-1476558448 .font-bold.text-sm.da-tm,
#product-1476558448 .text-sm.text-gray-400.leading-6.line-clamp-1 {
  display: none;
}
/* Hide .swiper and .wish-share for mobile devices */
@media screen and (max-width: 767px) {
  
  .main-categoty,
  .wish-share {
    display: none !important;
  }
  #product-413636641 #more-details {
  display: none !important;
}
  #product-413636641 .swiper {
  display: none !important;
}
  #product-1047380987 #more-details {
  display: none !important;
}
  #product-1047380987 .swiper {
  display: none !important;
}
  #product-1668511555 #more-details {
  display: none !important;
}
  #product-1668511555 .swiper {
  display: none !important;
}
  #product-1476558448 #more-details {
  display: none !important;
}
  #product-1476558448 .swiper {
  display: none !important;
}
  #product-319219297 #more-details {
  display: none !important;
}
  #product-319219297 .swiper {
  display: none !important;
}
  #product-1738636142 #more-details {
  display: none !important;
}
  #product-1738636142 .swiper {
  display: none !important;
}
  #product-1302273528 #more-details {
  display: none !important;
}
  #product-1302273528 .swiper {
  display: none !important;
}
  #product-1290676391 #more-details {
  display: none !important;
}
  #product-1290676391 .swiper {
  display: none !important;
}

  #product-713452653 .swiper {
  display: none !important;
}
  #product-665122788 .swiper {
  display: none !important;
}
  #product-111799614 .swiper {
  display: none !important;
}
/* تصميم النافذة المنبثقة */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* خلفية شفافة */
    display: none; /* إخفاء النافذة افتراضيًا */
    justify-content: center;
    align-items: center;
    z-index: 9999; /* لضمان ظهورها في الأمام */
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    width: 80%;
    text-align: center;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* إضافة ظل لإبراز النافذة */
}

.popup-close {
    cursor: pointer;
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    padding: 5px 10px;
    border: none;
    background-color: #f0f0f0;
    border-radius: 4px;
}


}