/* توحيد لون زر المفضلة والمشاركة */
.btn--wishlist,
salla-social-share,
salla-social-share button,
salla-social-share::part(button) {
    background: #C8A56A !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #391616 !important;
}

/* الأيقونات */
.btn--wishlist svg,
.btn--wishlist svg path,
salla-social-share svg,
salla-social-share svg path {
    fill: #391616 !important;
    stroke: #391616 !important;
    color: #391616 !important;
}

/* إزالة أي إطار عند التركيز */
.btn--wishlist:focus,
.btn--wishlist:focus-visible,
salla-social-share button:focus,
salla-social-share button:focus-visible,
salla-social-share::part(button):focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
/* لون النص داخل قائمة الترتيب */
#product-filter {
    color: #D8BC85 !important; /* البيج الذهبي من الهوية */
}

/* لون الخيارات عند فتح القائمة */
#product-filter option {
    color: #D8BC85 !important;
    background: #391616 !important; /* عنابي */
}