.product-card__content::before {
    content: "";
    position: absolute;
    width: 100%;
    background: url("https://cdn.salla.sa/form-builder/RkKmV8sME7blIZj04nbhAvydR7rnO8UtQCbclL8z.webp");
    background-size: contain;
    background-position: center;
    top: 0;
    left: 0;
    height: 45px;
    background-repeat: no-repeat;
    background-color: #fff
}

.product-card.product-card--enhanced-btn:not(.product-card--simplified) .product-card__content {
    padding: 48px 0 0!important;
}

section.s-block.s-block--enhanced-features.s-block--animate.container.press {
    display: flex;
    flex-direction: column
}

section.s-block.s-block--enhanced-features.s-block--animate.container.press::before {
    content: "ما يميزنا";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #333;
    order: -1
}

section.s-block.s-block--enhanced-features.s-block--animate.container.press::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: var(--primary-color,#00b2a9);
    margin: -20px auto 30px auto;
    border-radius: 2px;
    order: -1
}

body.product-index .s-slider-swiper-wrapper {
    display: flex!important;
    flex-wrap: wrap!important;
    transform: none!important;
    justify-content: center;
    gap: 10px
}

body.product-index .swiper-slide {
    width: calc(33.33% - 15px)!important;
    width: calc(20.33% - 15px)!important;
    margin: 0 0 20px 0!important;
    flex-shrink: 0!important
}

@media (min-width: 768px) {
    body.product-index .swiper-slide {
        width:calc(25% - 20px)!important
    }
}

body.product-index .s-slider-block__title-nav,body.product-index #sub-cats-slider-11 .s-slider-prev,body.product-index #sub-cats-slider-11 .s-slider-next {
    display: none!important
}

body.product-index .swiper-notification {
    display: none
}