/* تنسيق حقل الكمية لمتجر أنوار القناعة */
salla-quantity-input .s-quantity-input-input,
salla-quantity-input input {
    pointer-events: auto !important; /* تفعيل النقر */
    background-color: #ffffff !important; /* خلفية بيضاء */
    border: 1px solid #e5e5e5 !important; /* إطار خفيف */
    border-radius: 4px !important;
    color: #333 !important;
    font-weight: bold;
    cursor: text !important; /* مؤشر الكتابة */
    min-width: 40px; /* ضمان عرض مناسب */
}

/* إخفاء أسهم المتصفح الافتراضية */
salla-quantity-input input::-webkit-outer-spin-button,
salla-quantity-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
salla-quantity-input input {
    -moz-appearance: textfield;
}