@media (max-width: 768px) {
    .athena-desktop-add-btn .s-button-disabled, .athena-desktop-add-btn .s-button-primary-outline {
        background: #414042 !important;
        background: #000000 !important;
        border: none !important;
        color: #ff6767 !important;
        color: #ffffff !important;
        height: 35px !important;
        opacity: 1 !important;
    }
}

.swal2-container {
    display: none !important;
}


.s-quantity-input-button svg {
    height: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    width: 0rem;
}

.s-quantity-input-button {
    fill: #9ca3af;
    transition-duration: .3s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
    width: 0rem;
}

/* إخفاء أزرار + و - */
.s-quantity-input-increase-button,
.s-quantity-input-decrease-button {
    display: none !important;
}

/* منع الكتابة داخل الخانة */
.s-quantity-input input {
    pointer-events: none;
    background-color: #f5f5f5;
}