/* Add custom CSS styles below */ 
/* إخفاء السعر وقسم الكمية + زر السلة بالكامل لهذا المنتج (ID: 1691672393) */

/* يخفي قسم السعر بالكامل (العنوان + الأرقام + نفدت الكمية) */
form.product-form input[name="id"][value="1691672393"]  ~ section.flex {
    display: none !important;
}

/* يخفي قسم الكمية + زر إضافة للسلة + الميني تشيك آوت */
form.product-form input[name="id"][value="1691672393"] ~ section.sticky-product-bar {
    display: none !important;

}

/* يخفي قسم السعر بالكامل (العنوان + الأرقام + نفدت الكمية) */
form.product-form input[name="id"][value="4714504"]  ~ section.flex {
    display: none !important;
}

/* يخفي قسم الكمية + زر إضافة للسلة + الميني تشيك آوت */
form.product-form input[name="id"][value="4714504"] ~ section.sticky-product-bar {
    display: none !important;

}
/* يخفي قسم السعر بالكامل (العنوان + الأرقام + نفدت الكمية) */
form.product-form input[name="id"][value="761896907"]  ~ section.flex {
    display: none !important;
}

/* يخفي قسم الكمية + زر إضافة للسلة + الميني تشيك آوت */
form.product-form input[name="id"][value="761896907"] ~ section.sticky-product-bar {
    display: none !important;

}
/* يخفي قسم السعر بالكامل (العنوان + الأرقام + نفدت الكمية) */
form.product-form input[name="id"][value="1819129548"]  ~ section.flex {
    display: none !important;
}

/* يخفي قسم الكمية + زر إضافة للسلة + الميني تشيك آوت */
form.product-form input[name="id"][value="1819129548"] ~ section.sticky-product-bar {
    display: none !important;

}

/* إخفاء زر إضافة للسلة لهذا المنتج في الرئيسية */
button[product-id="1819129548"],
salla-add-product-button[product-id="1819129548"] {
    display: none !important;
}
/* إخفاء سعر المنتج داخل كرت المنتج */
.s-product-card-price {
    display: none !important;
}

/* إخفاء زر إضافة للسلة لهذا المنتج في الرئيسية */
button[product-id="761896907"],
salla-add-product-button[product-id="761896907"] {
    display: none !important;
}
/* إخفاء سعر المنتج داخل كرت المنتج */
.s-product-card-price {
    display: none !important;
}

/* إخفاء زر إضافة للسلة لهذا المنتج في الرئيسية */
button[product-id="4714504"],
salla-add-product-button[product-id="4714504"] {
    display: none !important;
}
/* إخفاء سعر المنتج داخل كرت المنتج */
.s-product-card-price {
    display: none !important;
}

/* إخفاء زر إضافة للسلة لهذا المنتج في الرئيسية */
button[product-id="1691672393"],
salla-add-product-button[product-id="1691672393"] {
    display: none !important;
}
/* إخفاء سعر المنتج داخل كرت المنتج */
.s-product-card-price {
    display: none !important;
}

/* إخفاء السعر داخل صفحة المنتج لماكينة الشوربة فقط (ID: 1691672393) */
#product-1691672393 .flex.whitespace-nowrap.gap-4.items-center {
    display: none !important;
}

/* إخفاء السعر داخل صفحة المنتج لماكينة الشوربة فقط (ID: 1691672393) */
#product-4714504 .flex.whitespace-nowrap.gap-4.items-center {
    display: none !important;
}

/* إخفاء السعر داخل صفحة المنتج لماكينة الشوربة فقط (ID: 1691672393) */
#product-761896907 .flex.whitespace-nowrap.gap-4.items-center {
    display: none !important;
}

/* إخفاء السعر داخل صفحة المنتج لماكينة الشوربة فقط (ID: 1691672393) */
#product-1819129548 .flex.whitespace-nowrap.gap-4.items-center {
    display: none !important;
}