@media only screen and (max-width: 767px) {
/*.bg-storeBG {
    background-image: url("https://cdn.salla.sa/NKganK/a3a7d397-af0e-4789-bbcc-14f2deb74cc0-599.75293390982x1000-IZW4zAOdcMciQqi4DvcuEglcofcHA4TULo1FZ6dY.png") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}*/
  .fit-slider-products .s-slider-swiper-wrapper .swiper-slide {
    padding: 5px;
    width: 190px;
}
}


@media only screen and (min-width: 767px) {
 .fit-slider-products .s-slider-swiper-wrapper .swiper-slide {
    padding: 5px;
    width: 200px;
}
.product-card--fit-height .product-card__image {
    height: var(--product-image-height);
    max-height: var(--product-image-height);
    width: stretch;
}
}

/* 1. إصلاح كود اللون (إضافة #) */
body.font-harir .s-block--enhanced-features.mini-features .s-block--enhanced-features__item h2 {
    font-size: 1.2rem;
    color: #652626; /* تم إضافة # */
}

/* 2. إصلاح كود اللون (إضافة #) */
.s-block--enhanced-features.mini-features .s-block--enhanced-features__item p {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #652626; /* تم إضافة # */
}

/* 3. تنظيف وتدميج الكلاسات المتكررة وإصلاح الـ Escaping */
.swiper-wrapper.s-slider-swiper-wrapper > div {
    border: 1px solid #652626;
    border-radius: 15px;
    margin-left: 5px;
}

.fit-slider-products .s-slider-swiper-wrapper .swiper-slide .product-card--vertical.product-card--fit-height .product-card__content {
    padding: 5px !important;
}



.product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__enhanced-mini-cart button {
    border-radius: 0px 20px;
    background-color: #b6c8c8 !important;
    color: #000000 !important;
}

.product-card__enhanced-mini-cart button.s-button-element i {
    color: #000000 !important;
}

/* إصلاح النقطتين في كلاس RTL */
.rtl\:mr-auto:where([dir=rtl], [dir=rtl] *) {
    margin-right: auto;
    font-size: medium;
    margin-top: 2px;
}

.product-card__price .total-price {
    font-size: 16px;
    color: green;
    font-style: italic;
    font-weight: bolder;
}

.s-block--enhanced-features.mini-features .s-block--enhanced-features__item {
    grid-column: span 1 / span 1 !important;
    padding: .25rem !important;
    border: 2px #b6c8c8 dashed;
    background-color: #fff;
    color: white;
}

.s-block--enhanced-features__item .feature-icon i {
    color: #652626;
    font-size: 2.25rem;
    line-height: 2.5rem;
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.index.mobile_small_blocks_titles .home-block-title h2 {
    font-size: 1rem;
}

body.font-harir .text-base {
    font-size: 0.8rem !important;
}