.product-card__title a {
    margin: 0;
    font-size: 11px;
    font-weight: normal;
}
.product-card__price .before-price {
    font-size: 13px;
    margin-left: 5px;
    font-weight: normal;
}

.product-card__price .total-price {
    position: relative;
    top: 0px;
    font-size: 13px;
}
.product-card__discount {
    font-size: 13px;
}

.promotion-banner ul {
    animation: none !important;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.promotion-banner ul li {
    animation: none !important;
    display: none;
}

/* ✅ Show only the first <li> */
.promotion-banner ul li:first-child {
    display: block;
    white-space: normal;
    font-weight: 500;
    text-align: center;
}
.promotion-banner {
    position: static !important;
}
.s-products-list-filters-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem;
}
.product-card__promotion {
    position: absolute;
    top: 0.3rem;
    left: 0.5rem;
    z-index: 1;
    max-width: 100%;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 0.65rem;
    line-height: 0.8rem;
    font-weight: bold;
    --tw-text-opacity: 1;
    background-color: #911717!important;
    color: #Ffffff
}

@media (min-width: 1024px) {
    .rtl\:lg\:mr-8:where([dir="rtl"], [dir="rtl"] *) {
        margin-right: 13rem;
}

@media (min-width: 640px) {
    salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div {
        padding-left: 0.125rem;
        padding-right: 0.125rem;
}

@media (min-width: 1024px) {
    .s-products-list-vertical-cards {
        gap: 0.2rem;
}

.sicon-cart:before {
    content: "";
      background:url(https://media.zid.store/eeebe6f0-dc0e-46e7-a4fb-56c7c4f3196f/9c7396f1-52ed-4e15-b1ca-6f67ad456553.svg) no-repeat center / cover;
    width: 25px;
    height: 25px;
    display: block;

}
:root{
    --header-bg: #f7f7f7;
    --header-text-color: #00000
}
.main-nav-container {
    --header-bg: #ffffff !important;
    --header-text-color: #00000!important;
}

.bg-inherit {
    --header-bg: #F7F7F7 !important;
    --header-text-color: #2D2D2D !important;
}

    .sm\:py-16 {
        padding-top: 0rem;
        padding-bottom: 4rem;
}

.promotion-title {
    position: absolute;
    top: 1rem;
    z-index: 10;
    font-size: 0.6rem;
    line-height: 0.5rem;
    font-weight: 200 !important;
    color: #ffffff!important;
    background-color: #911717!important;
}
@media (min-width: 1024px) {
    @media (min-width: 640px) {
        @media (min-width: 1024px) {
            @media (min-width: 768px) {
                .md\:text-2xl {
                    font-weight: 200 !important;
}


.text-store-text-primary {
        font-weight: 300 !important;
}

.text-sm {
    line-height: 5.25rem;
}

.product-more-info {
    color: var(--store-text-primary) !important;
    font-size: smaller !important;
    line-height: 1.6 !important;
}

@media only screen and (min-width: 1024px) {
    .as-row .main-menu {
        font-synthesis-weight: none;
        color: ##0b3d20;
}
  .s-offer-wrapper {
    display: none !important;
  }
@media (min-width: 1024px) {
    @media (min-width: 640px) {
        @media (min-width: 1024px) {
            @media (min-width: 768px) {
           .s-offer-wrapper {
    display: none !important;
}   
        
@media (max-width: 768px) {
  salla-offer .s-offer-wrapper {
    display: none !important;
  }
  @media (max-width: 767px) {
  .promotion-title {
    display: block !important;
    visibility: visible !important;
  }
  
  header {
    background-color: #ffffff !important;  /* اللون الأبيض */
}

/* تغيير خلفية الفوتر */
footer, .site-footer, .main-footer {
  background-color: #000000 !important;  /* أسود */
  color: #ffffff !important;             /* نص أبيض */
}

/* تغيير خلفية الهيدر أو أقسام التصنيفات */
header, .site-header, .page-header, .category-header {
  background-color: #000000 !important; /* أسود */
  color: #ffffff !important;
}

/* تعديل النصوص داخل الفوتر/التصنيف */
footer a, .site-footer a, .main-footer a,
.category-header a, .page-header a {
  color: #ffffff !important;  /* أبيض */
}

/* تغيير خلفية صفحة المنتج بالكامل */
.product-page,
.single-product,
.product {
  background-color: #000000 !important; /* أسود */
  color: #ffffff !important;           /* نص أبيض */
}

/* تعديل صندوق السعر والأزرار */
.product-page .product-price,
.product-page .product-form,
.product-page .product-actions {
  background-color: #000000 !important; 
  color: #ffffff !important;
}

/* زر إضافة للسلة */
.product-page .salla-add-to-cart,
.product-page .btn-add-to-cart {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}