/* 6. عناوين الأقسام والتحريك (Animations) */
.md\:text-xl, .s-block__title h2, .s-slider-block__title-right h2 {
       background-image: linear-gradient(-225deg, #f7bd17 0%, #f35d02 27%, black 67%, black 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    display: inline-block;
    font-weight: 600 !important;
}

@keyframes textclip {
    100% { background-position: 200% center; }
}

/* 7. الفوتر والبراندات */
/* تم حذف كود إخفاء الرقم الضريبي ليعود للظهور مجدداً */

.line-clamp-1, .line-clamp-2 {
    border: 1.5px solid #fbc442;
    border-radius: 10px;
}
/* تحسين استجابة البانر العريض في لمسات سيارتي */
.s-block--banner img {
    object-fit: cover !important; /* يضمن ملء المساحة بدون تشويه */
    border-radius: 12px; /* يعطي لمسة جمالية حديثة */
}
.leading-normal {
 background-image: linear-gradient(-225deg, #f7bd17 0%, #f35d02 27%, black 67%, black 100%);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 3s linear infinite;
    display: inline-block;
    font-weight: 600 !important;
  }
.s-product-card-content-footer salla-add-product-button .s-button-outline {
          border: unset !important;
    background-color: var(--color-primary) !important;
    color: #fff !important;
    border-radius: 22px;
    background-image: radial-gradient(82% 100% at 75% 0, #ff1919 0, #f2520e 100%) !important;
    box-shadow: rgb(255 255 255 / 0%) 0 4px 8px, rgb(255 255 255 / 0%) 0 7px 18px -8px, var(--color-primary) 0px 6px 0px 0px !important;
    cursor: unset !important;
    transform: translatey(-3px) !important;
}