.product-card__promotion {
    position: absolute;
    top: 0rem ; 
    right: 0rem ;
    left:unset !important;
}



img.h-full.w-full.main-image.transition-opacity.hover\:opacity-90.lazy.object-cover.loaded {
    object-fit: contain;
    }
    
    
    
    
    .product-card__actions {
    top: 126px;
}


@media only screen and (max-width: 600px) {


.product-card__actions {
    display: flex
;
    top: 196px;
    right: 82px;
    gap: 9px;
}
}
@media (max-width: 768px) {
    .s-offer-modal-type-products .s-modal-body {
        min-height: 450px !important;
        padding: 1rem 0.75rem 0.75rem !important;
    }
    
    .s-modal-header-inner {
        padding: 0 0.5rem;
    }
    
    .s-modal-title {
        font-size: 16px !important;
        line-height: 1.4;
    }
    
    .s-modal-sub-title {
        font-size: 13px !important;
        line-height: 1.4;
        margin-top: 0.5rem;
    }
    
    .s-offer-modal-header-icon svg {
        width: 28px !important;
        height: 28px !important;
    }
    
    .s-products-slider-card .product-card__image img {
        max-height: 250px;
        object-fit: contain;
    }
    
    .product-card__title {
        font-size: 14px !important;
    }
    
    .product-card__price .total-price {
        font-size: 16px !important;
    }
    
    /* تصغير Footer */
    .s-offer-modal-footer {
        padding: 0.75rem 1rem;
    }
    
    .s-offer-modal-expiry {
        font-size: 12px !important;
        margin-bottom: 0.5rem;
    }
    
    .s-offer-modal-remember-label {
        font-size: 12px !important;
    }
    
    .s-button-element {
        font-size: 13px !important;
        padding: 0.5rem 1rem !important;
    }
  .swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
    justify-content: center;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0 !important;
}
}

@media (max-width: 480px) {
    .s-offer-modal-type-products .s-modal-body {
        min-height: 400px !important;
        padding: 0.75rem 0.5rem 0.5rem !important;
    }
    
    .s-modal-title {
        font-size: 14px !important;
    }
    
    .s-modal-sub-title {
        font-size: 12px !important;
    }
    
    .s-products-slider-card .product-card__image img {
        max-height: 200px;
    }
}