/* Add custom CSS styles below */ 
input.s-quantity-input-input {
    color: black;
}

@media (max-width: 639px) {
    .is-sticky-product-bar .sticky-product-bar salla-add-product-button .s-button-element {
        color: white !important;
    }
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: black !important;
}

.s-product-card-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* أو ضبط ارتفاع مناسب مثل 250px */
}
.s-product-card-image-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; /* لضمان ملء المساحة بدون تشويه */
}