/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
a[aria-label="الجوال"] {
    display: none !important;
}
img[src*="ebbb05ad-12e4-4a72-b358-6fcf5d41f677.webp"] {
    display: none !important;
}

/*السعر شامل التوصيل والتركيب*/
.product-price-bottom {
    display: flex;
    flex-direction: column;
}

.price-note {
    width: 100%;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
    text-align: left;      /* يسار */
    direction: rtl;        /* يحافظ على اتجاه العربية */
    font-size: 9px;       /* خط أصغر */
    font-weight: 500;
    color: #000;           /* أسود */
}

/*السعر شامل في السلة*/
.cart-price-note {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin-top: 4px;
    text-align: right;
    line-height: 1.4;
}