/* Add custom CSS styles below */
.offers-link {
    display: flex;  
    align-items: center; 
    gap: 8px;
}

.offers-link::before {
    content: "";  
    display: inline-block; 
    width: 2.5rem; 
    height: 2.5rem;  
    background-image: url('https://cdn.salla.sa/form-builder/YGgj8RAmnRv3143y9unofPaLcg0uaOeQIx2gO8QL.png'); /* رابط الأيقونة */
    background-size: cover;  
}

.brands-link {
    display: flex;  
    align-items: center; 
    gap: 8px; 
}

.brands-link::before {
    content: "";  
    display: inline-block; 
    width: 2.5rem; 
    height: 2.5rem;  
    background-image: url('https://cdn.salla.sa/form-builder/QG2cvhw2lE8BpzknURrAywtAA3lbDn0TuYL8DR0T.png'); 
    background-size: cover;  
}

img.rtl\:ml-2\.5.ltr\:mr-2\.5.w-12.h-12.object-cover.pointer-events-none.rounded-full {
   width: 2.5rem;
   height: 2.5rem;
}