/* Add custom CSS styles below */ 
/* إخفاء وثيقة العمل الحر + الرقم + الشعار */
.s-trust-badges-wrapper,
.s-trust-badges-content,
.s-trust-badges-label,
.s-trust-badges-number,
.s-trust-badges-image,
salla-trust-badges {
    display: none !important;
}
:root {
  --color-theme: #ffffff !important;
  --color-text-theme: #333333 !important;
}
/* ===== تواصل معنا ===== */
.s-contacts-item .unicode {
    display: none !important;
}

.s-contacts-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #e2e8f0 !important;
    text-decoration: none !important;
    direction: rtl !important;
}

.s-contacts-item .s-contacts-icon svg {
    width: 20px !important;
    height: 20px !important;
    color: #22d3ee !important;
    fill: #22d3ee !important;
    flex-shrink: 0 !important;
}

.s-contacts-item[href*="wa.me"]::after {
    content: "واتساب";
    color: #e2e8f0;
    font-size: 15px;
}

.s-contacts-item[href*="tel:"]::after {
    content: "جوال";
    color: #e2e8f0;
    font-size: 15px;
}

.s-contacts-item[href*="mailto:"]::after {
    content: "إيميل";
    color: #e2e8f0;
    font-size: 15px;
}

.s-contacts-item[href*="t.me"]::after {
    content: "تيليجرام";
    color: #e2e8f0;
    font-size: 15px;
}

.s-contacts-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

.s-contacts-item:hover,
.s-contacts-item:hover::after {
    color: #22d3ee !important;
}

.s-contacts-item:hover svg {
    transform: scale(1.1);
    transition: 0.2s ease;
}
/* إخفاء البانر اللي فوق صفحة المنتجات */
salla-slider.art-banner-slider,
.art-banner-slider {
  display: none !important;
}