/* إجبار الحاويات إنها تكون جنب بعض */
.s-product-options-thumbnails-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important; /* لا يلفها تحت */
    gap: 4px !important; /* مسافة صغيرة بين الصور */
    align-items: center !important;
}

/* حجم الحاويات */
.s-product-options-thumbnail {
    width: 55px !important;
    height: 55px !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important; /* مهم عشان ما تتمدد */
}

/* ضبط الصورة داخل الحاوية */
.s-product-options-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.s-product-options-option-label small {
    display: none !important;
}