/* إخفاء النصوص الصغيرة في خيارات المنتج */
.s-product-options-option-label small {
    display: none;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
}

/* إخفاء بعض العناصر داخل الليبل */
label.form-label b.block {
    display: none;
}

/* تنسيق الخط للعناصر b داخل خيارات المنتج */
.s-product-options-option-label b {
    font-weight: 425;
    font-size: .90625rem;
}

/* تنسيق صندوق خيارات المنتج */
.s-product-options-wrapper {
    border: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 1.5rem;
    margin: 1.5rem auto;
    background-color: #ffffff;
    width: 98%;
    max-width: 700px;
    display: block; /* بدل all:unset */
}

/* تعديل لون خلفية بعض الحاويات */
span[class*="containerPortal"] {
    background-color: #fafafa;
}

/* تعديل المسافة بين الصور في سلايدر المنتج */
.product-single__slider {
    margin-bottom: -10px;
}

/* إزالة المسافة السفلية من بعض العناصر */
div.flex.items-center.justify-between.mb-5 {
    margin-bottom: 0;
}

/* إضافة نص "شامل الضريبة" بعد بعض العناصر */
.center-between label b::after {
    content: "شامل الضريبة";
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #777;
    margin-top: .05rem;
    line-height: 1.2;
}

/* تنسيق القسم الذي يحتوي على باركود */
section:has(.sicon-barcode) {
    margin-bottom: 1rem;
    border: 1px dashed #e5e7eb;
}