/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner.wide-placeholder {
        margin-top: 0rem;
    
}
@media (min-width: 1280px) {
    section[data-testid="store-home-fixed-banner"] {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    section[data-testid="store-home-fixed-banner"] .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    section[data-testid="store-home-fixed-banner"] img {
        width: 100%;
        height: auto !important;
        display: block;
        object-fit: cover;
    }
}
/* =========================
   الأقسام - Desktop
========================= */

.rounded-full {
    border-radius: 16px !important;
}

.slide--cat-entry {
    align-items: center;
    height: 26rem !important;
    width: 24rem !important;
    justify-content: center;
    background-color: transparent;
    border-color: transparent;
}

.w-16 {
    width: 24rem;
}

.h-16 {
    height: 26rem;
}

.slide--cat-entry h2 {
    display: none;
}

salla-slider .slide--one-sixth {
    width: 30%;
}


/* =========================
   Mobile - أقل من 768px
========================= */

@media (max-width: 767px) {

    .swiper-wrapper {
        justify-content: flex-start;
    }

    salla-slider .slide--one-sixth {
        width: calc(60% - 8px) !important;
    }

    .slide--cat-entry {
        width: 100% !important;
        height: 12rem !important;
        min-width: 0 !important;
        justify-content: center;
    }

    .w-16 {
        width: 100% !important;
        max-width: 11rem;
    }

    .h-16 {
        height: 12rem !important;
    }

    .rounded-full {
        border-radius: 12px !important;
    }

    .slide--cat-entry h2 {
        display: none;
    }

}

        0 18px 45px rgba(95, 75, 112, 0.12);
}

/* =========================================
   Icon / Illustration
   ========================================= */

.s-block-trust-store-features_item img {
    position: relative;
    z-index: 2;

    width: 95px !important;
    height: 95px !important;

    object-fit: contain !important;

    margin: 0 auto 24px !important;

    transition:
        transform 0.35s ease;
}

.s-block-trust-store-features_item:hover img {
    transform: scale(1.08) translateY(-3px);
}

/* =========================================
   Title
   ========================================= */

.s-block-trust-store-features_item h3,
.s-block-trust-store-features_item h2 {
    position: relative;
    z-index: 2;

    margin: 0 0 12px !important;

    color: #5f4b70 !important;

    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
}

/* =========================================
   Description
   ========================================= */

.s-block-trust-store-features_item p {
    position: relative;
    z-index: 2;

    max-width: 300px;
    margin: 0 auto !important;

    color: #66616a !important;

    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.9 !important;
}

/* =========================================
   Small accent line
   ========================================= */

.s-block-trust-store-features_item::after {
    content: "";

    position: absolute;
    bottom: 0;
    left: 50%;

    width: 45px;
    height: 3px;

    transform: translateX(-50%);

    background: #e9b19c;
    border-radius: 10px;

    transition:
        width 0.3s ease;
}

.s-block-trust-store-features_item:hover::after {
    width: 75px;
}


/* =========================================
   Tablet
   ========================================= */

@media (max-width: 991px) {

    .s-block-trust-store-features {
        padding: 40px 16px !important;
    }

    .s-block-trust-store-features__grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 18px !important;
    }

    .s-block-trust-store-features_item {
        min-height: 280px;
        padding: 30px 22px 28px !important;
    }

}


/* =========================================
   Mobile
   ========================================= */

@media (max-width: 640px) {

    .s-block-trust-store-features {
        padding: 30px 12px !important;
    }

    .s-block-trust-store-features__grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .s-block-trust-store-features_item {
        min-height: auto;

        padding: 28px 22px 30px !important;

        border-radius: 20px !important;
    }

    .s-block-trust-store-features_item img {
        width: 82px !important;
        height: 82px !important;

        margin-bottom: 18px !important;
    }

    .s-block-trust-store-features_item h3,
    .s-block-trust-store-features_item h2 {
        font-size: 18px !important;
        margin-bottom: 8px !important;
    }

    .s-block-trust-store-features_item p {
        font-size: 13px !important;
        line-height: 1.8 !important;
    }

}