/* Add custom CSS styles below */ 
@media (min-width: 640px) {
    .s-block {
        margin-top: 0 !important;
    }
}
.main-nav-container
 {
    background-color: var(--header-bg);
    color: #000000 !important;
}

@media (min-width: 640px) {
    .sm\:text-4xl {
        padding-top: 25px !important;
    }
}
.banner--fixed img {
    border-radius: 15px !important;
    margin-top: 20px !important;
}
.s-block {
    margin-top: 0 !important;
}
@media (max-width: 767px) {
    .index.mobile_small_blocks_titles h2.text-3xl
 {
        font-size: 1.1rem !important;
        margin-top: 15px !important;
    }
}

.main-nav-container .inner {
    border-radius: 0px 0px 15px 15px !important;
}

@media (min-width: 768px) {
    .md\:w-full
 {
        width: 100%;
        background: #f2f2f2;
        padding: 15px;
        border-radius: 15px;
    }
}

.selia-bottom-nav-button {
  color: #311759 !important;
}

.selia-bottom-nav-icon i:not(.sicon-sar) {
    color: #311759 !important;
    font-size: 1.4rem !important;
}
.selia-bottom-nav .s-cart-summary-wrapper .s-cart-summary-total {
  color: #311759 !important;
}

/* عروض نهاية العام*/
.year-end-offer {
    display: flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, #3b1d5f, #5b2b82);
    color: #fff;
    padding: 16px 18px;
    border-radius: 14px;
    margin: 16px 0;
    box-shadow: 0 6px 20px rgba(0,0,0,.15);
}

.year-end-offer .offer-icon {
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.year-end-offer h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
}

.year-end-offer p {
    margin: 4px 0 0;
    font-size: 14px;
    opacity: .95;
}

@media (max-width: 640px) {
    .year-end-offer {
        flex-direction: column;
        text-align: center;
    }
}

.enhanced-title-border {
    display: none !important;
}
.s-button-element:not(:disabled):not([loading]) {
    background: #000 !important;
    color: #fff !important;
}
button.btn--wishlist.heart-next-add-button.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-primary-outline.s-button-loader-center {
    display: none !important;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    display: none !important;
}


/*@media (max-width: 991px) {
.simplified-products .s-products-list-wrapper .product-card--simplified .product-card__promotion {
 left: 0 !important;
}
    }
}*/



.simplified-products .s-products-slider-card .product-card--simplified .product-card__promotion {
        bottom: 0rem !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;
    }


.product-card__promotion {
    bottom: 0rem !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
}

@media (max-width: 767px) {
    body:not(.free-images-height) .simplified-products .offer-slide .product-card--simplified .product-card__image, body:not(.free-images-height) .simplified-products .s-products-list-wrapper .product-card--simplified .product-card__image, body:not(.free-images-height) .simplified-products .s-products-slider-card .product-card--simplified .product-card__image {
        max-height: 13rem !important;
    }
.product-card--simplified .product-card__image {
        height: 13.3rem !important;
    }
  
}


.carousel-slider .swiper:where([dir=rtl],[dir=rtl] *){
      padding-left: 1rem !important;
}

@media (max-width: 991px) {
    .simplified-products .offer-slide, .simplified-products .s-products-slider-card {
        width: 182px !important;
    }
}

.swiper-wrapper {
    justify-content: center !important;
}

.product-card--fit-height .product-card__image {
    height: 20rem !important;
    max-height: 20rem !important;
}


/* Label عرض لن يتكرر */
custom-salla-product-card {
    position: relative;
    overflow: hidden;
}

custom-salla-product-card::before {
    content: "عرض لن يتكرر";
    position: absolute;
    top: 14px;
    left: -45px;
    background: #472f6f;
    color: #fff;
    padding: 5px 40px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(-45deg);
    z-index: 1;
    text-align: center;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
@media (max-width: 767px) {
    custom-salla-product-card::before {
        font-size: 10px;
        padding: 4px 38px;
        top: 10px;
        left: -38px;
    }
}

.mb-8 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important;
}