.product-card__discount {

    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#c8102e;
    padding:4px 10px;
    border-radius:4px;
    font-size:13px;
    font-weight:700;
    line-height:1.5;
}

.product-card__discount span {
    color: white;
}

.s-block--enhanced-features__item {
    border: 1px solid #002569 !important;
  border-radius: 21.09px !important;
}
.s-block--enhanced-features__item h2 {
    color: #002567 !important;
}
.s-block--enhanced-features__item p {
    color: #6A7282  !important;
    font-weight: 500 !important;

}

.swiper-slide.slide--one-sixth img {width:90%}

/* =====================================================
   أقسام المتجر - Desktop + Mobile
   Section: square-links-1
===================================================== */


/* =========================
   إعدادات عامة
========================= */

.square-links-1 {
    padding: 0 !important;
}



/* إزالة المسافات */
.square-links-1 .container {
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 0 !important;
    padding: 0 !important;
}

/* إخفاء أسهم السلايدر */
.square-links-1 .s-slider-block__title,
.square-links-1 .s-slider-nav-arrow {
    display: none !important;
}

/* إطار القسم */
.square-links-1 .swiper {
    width: 100% !important;
    height: auto !important;

    overflow: hidden !important;

    border: 1px solid #b7c8e3 !important;
    border-radius: 10px !important;

    background: #fff;
}


/* =====================================================
   DESKTOP
===================================================== */

@media (min-width: 768px) {

    /* تحويل السلايدر إلى Grid */
    .square-links-1 .swiper-wrapper {
        display: grid !important;

        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(2, 136px) !important;

        width: 100% !important;
        height: auto !important;

        gap: 0 !important;
        margin: 0 !important;

        transform: none !important;
        transition: none !important;

        direction: ltr !important;
    }


    /* كل عنصر */
    .square-links-1 .swiper-slide {
        width: auto !important;
        min-width: 0 !important;

        height: 136px !important;

        margin: 0 !important;

        box-sizing: border-box !important;

        background: #fff;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        direction: rtl !important;

        border: 0 !important;
    }


    /* الرابط */
    .square-links-1 .swiper-slide > a {
        width: 100% !important;
        height: 100% !important;

        padding: 7px 10px !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        text-decoration: none !important;
    }


    /* حاوية الصورة */
    .square-links-1 .swiper-slide > a > div {
        width: 100% !important;
        height: 78px !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        overflow: visible !important;
    }


    /* الصورة */
    .square-links-1 .swiper-slide img {
        width: auto !important;
        height: auto !important;

        max-width: 125px !important;
        max-height: 85px !important;

        object-fit: contain !important;

        aspect-ratio: auto !important;

        transform: none !important;
    }


    /* إلغاء تأثير الزوم */
    .square-links-1 .swiper-slide:hover img {
        transform: none !important;
    }


    /* اسم القسم */
    .square-links-1 .swiper-slide h3 {
        width: 100%;

        margin: 3px 0 0 !important;

        color: #002569 !important;

        font-size: 13px !important;
        font-weight: 700 !important;

        line-height: 1.4 !important;

        text-align: center !important;
    }


    /* تسوق الآن */
    .square-links-1 .swiper-slide h3::after {
        content: "تسوق الآن  ‹";

        display: block;

        margin-top: 2px;

        color: #e6002d;

        font-size: 12px;
        font-weight: 700;

        line-height: 1.3;
    }


    /* =================================================
       ترتيب الكمبيوتر
    ================================================= */


    /* 1 - الشاشات */
    .square-links-1 .swiper-slide:nth-child(1) {
        grid-column: 4 !important;
        grid-row: 1 !important;

        border-left: 1px solid #b7c8e3 !important;
    }


    /* 2 - أجهزة التكييف */
    .square-links-1 .swiper-slide:nth-child(2) {
        grid-column: 5 !important;
        grid-row: 1 !important;

        border-left: 1px solid #b7c8e3 !important;
    }


    /* 3 - الغسالات والنشافات - عريض */
    .square-links-1 .swiper-slide:nth-child(3) {
        grid-column: 2 / span 2 !important;
        grid-row: 1 !important;

        border-left: 1px solid #b7c8e3 !important;
    }


    /* 4 - الأفران */
    .square-links-1 .swiper-slide:nth-child(4) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }


    /* 5 - الأجهزة الصغيرة - عريض */
    .square-links-1 .swiper-slide:nth-child(5) {
        grid-column: 4 / span 2 !important;
        grid-row: 2 !important;

        border-top: 1px solid #b7c8e3 !important;
        border-left: 1px solid #b7c8e3 !important;
    }


    /* 6 - أجهزة المطبخ */
    .square-links-1 .swiper-slide:nth-child(6) {
        grid-column: 3 !important;
        grid-row: 2 !important;

        border-top: 1px solid #b7c8e3 !important;
        border-left: 1px solid #b7c8e3 !important;
    }


    /* 7 - الثلاجات والفريزرات */
    .square-links-1 .swiper-slide:nth-child(7) {
        grid-column: 2 !important;
        grid-row: 2 !important;

        border-top: 1px solid #b7c8e3 !important;
        border-left: 1px solid #b7c8e3 !important;
    }


    /* 8 - أجهزة البلت إن */
    .square-links-1 .swiper-slide:nth-child(8) {
        grid-column: 1 !important;
        grid-row: 2 !important;

        border-top: 1px solid #b7c8e3 !important;
    }


    /* =================================================
       الكروت العريضة على الكمبيوتر
       الصورة يمين - النص يسار
    ================================================= */

    .square-links-1 .swiper-slide:nth-child(3) > a,
    .square-links-1 .swiper-slide:nth-child(5) > a {

        flex-direction: row !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 10px !important;

        padding: 10px 20px !important;
    }


    .square-links-1 .swiper-slide:nth-child(3) > a > div,
    .square-links-1 .swiper-slide:nth-child(5) > a > div {

        width: 52% !important;
        height: 100% !important;

        flex-shrink: 0;
    }


    .square-links-1 .swiper-slide:nth-child(3) h3,
    .square-links-1 .swiper-slide:nth-child(5) h3 {

        width: 48% !important;

        margin: 0 !important;

        text-align: center !important;
    }


    .square-links-1 .swiper-slide:nth-child(3) img,
    .square-links-1 .swiper-slide:nth-child(5) img {

        max-width: 145px !important;
        max-height: 105px !important;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {
   .carousel-slider .swiper:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir=rtl],[dir=rtl] *), salla-slider[type]:not(.hydrated)>div:where([dir=rtl],[dir=rtl] *) {
     padding-left: 0rem !important; 
}

    .square-links-1 {
        padding: 0 12px !important;
    }


    .square-links-1 .container {
        margin: 0 !important;
        padding: 0 !important;
    }


    /* Grid عمودين */
    .square-links-1 .swiper-wrapper {

        display: grid !important;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-auto-rows: 135px !important;

        width: 100% !important;
        height: auto !important;

        gap: 0 !important;
        margin: 0 !important;

        transform: none !important;
        transition: none !important;

        direction: rtl !important;
    }


    /* العنصر */
    .square-links-1 .swiper-slide {

        width: auto !important;
        min-width: 0 !important;

        height: 135px !important;

        margin: 0 !important;

        box-sizing: border-box !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        background: #fff;

        border: 0 !important;
        border-bottom: 1px solid #b7c8e3 !important;

        direction: rtl !important;
    }


    /* الرابط */
    .square-links-1 .swiper-slide > a {

        width: 100% !important;
        height: 100% !important;

        display: flex !important;

        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        padding: 7px 8px !important;

        text-decoration: none !important;
    }


    /* حاوية الصورة */
    .square-links-1 .swiper-slide > a > div {

        width: 100% !important;
        height: 72px !important;

        display: flex !important;

        align-items: center !important;
        justify-content: center !important;

        overflow: visible !important;
    }


    /* الصور */
    .square-links-1 .swiper-slide img {

        width: auto !important;
        height: auto !important;

        max-width: 100px !important;
        max-height: 70px !important;

        object-fit: contain !important;

        aspect-ratio: auto !important;

        transform: none !important;
    }


    .square-links-1 .swiper-slide:hover img {
        transform: none !important;
    }


    /* اسم القسم */
    .square-links-1 .swiper-slide h3 {

        width: 100%;

        margin: 3px 0 0 !important;

        color: #002569 !important;

        font-size: 12px !important;
        font-weight: 700 !important;

        line-height: 1.4 !important;

        text-align: center !important;
    }


    /* تسوق الآن */
    .square-links-1 .swiper-slide h3::after {

        content: "تسوق الآن  ‹";

        display: block;

        margin-top: 2px;

        color: #e6002d;

        font-size: 11px;
        font-weight: 700;

        line-height: 1.3;
    }


    /* =================================================
       الترتيب على الموبايل

       1 + 2
       3 عريض
       4 عريض
       5 + 6
       7 عريض
       8 عريض
    ================================================= */


    /* أول صف - اتنين جنب بعض */

    .square-links-1 .swiper-slide:nth-child(1) {

        grid-column: 1 !important;
        grid-row: 1 !important;

        border-left: 1px solid #b7c8e3 !important;
    }


    .square-links-1 .swiper-slide:nth-child(2) {

        grid-column: 2 !important;
        grid-row: 1 !important;
    }


    /* الثاني - واحد عريض */

    .square-links-1 .swiper-slide:nth-child(3) {

        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
    }


    /* الثالث - واحد عريض */

    .square-links-1 .swiper-slide:nth-child(4) {

        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
    }


    /* الرابع - اتنين جنب بعض */

    .square-links-1 .swiper-slide:nth-child(5) {

        grid-column: 1 !important;
        grid-row: 4 !important;

        border-left: 1px solid #b7c8e3 !important;
    }


    .square-links-1 .swiper-slide:nth-child(6) {

        grid-column: 2 !important;
        grid-row: 4 !important;
    }


    /* الخامس - واحد عريض */

    .square-links-1 .swiper-slide:nth-child(7) {

        grid-column: 1 / -1 !important;
        grid-row: 5 !important;
    }


    /* السادس - واحد عريض */

    .square-links-1 .swiper-slide:nth-child(8) {

        grid-column: 1 / -1 !important;
        grid-row: 6 !important;

        border-bottom: 0 !important;
    }


    /* =================================================
       تصميم العناصر العريضة على الجوال
    ================================================= */

    .square-links-1 .swiper-slide:nth-child(3) > a,
    .square-links-1 .swiper-slide:nth-child(4) > a,
    .square-links-1 .swiper-slide:nth-child(7) > a,
    .square-links-1 .swiper-slide:nth-child(8) > a {

        flex-direction: row !important;

        align-items: center !important;
        justify-content: center !important;

        gap: 10px !important;

        padding: 10px 20px !important;
    }


    /* الصورة داخل الكارت العريض */
    .square-links-1 .swiper-slide:nth-child(3) > a > div,
    .square-links-1 .swiper-slide:nth-child(4) > a > div,
    .square-links-1 .swiper-slide:nth-child(7) > a > div,
    .square-links-1 .swiper-slide:nth-child(8) > a > div {

        width: 48% !important;
        height: 100% !important;

        flex-shrink: 0;
    }


    /* النص داخل الكارت العريض */
    .square-links-1 .swiper-slide:nth-child(3) h3,
    .square-links-1 .swiper-slide:nth-child(4) h3,
    .square-links-1 .swiper-slide:nth-child(7) h3,
    .square-links-1 .swiper-slide:nth-child(8) h3 {

        width: 52% !important;

        margin: 0 !important;

        text-align: center !important;
    }


    /* تكبير صورة العنصر العريض */
    .square-links-1 .swiper-slide:nth-child(3) img,
    .square-links-1 .swiper-slide:nth-child(4) img,
    .square-links-1 .swiper-slide:nth-child(7) img,
    .square-links-1 .swiper-slide:nth-child(8) img {

        max-width: 125px !important;
        max-height: 100px !important;
    }

}
/* =====================================================
   MOBILE - تنسيق الأقسام
===================================================== */

@media (max-width: 767px) {

    /* السيكشن */
    .square-links-1 {
        padding: 0 12px !important;
        margin: 0 !important;
    }

    .square-links-1 .container {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .square-links-1 salla-slider {
        width: 100% !important;
        display: block !important;
    }

    /* الإطار الخارجي */
    .square-links-1 .swiper {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        overflow: hidden !important;

        border: 1px solid #b7c8e3 !important;
        border-radius: 10px !important;

        background: #fff !important;
    }

    /* ============================
       GRID
    ============================ */

    .square-links-1 .swiper-wrapper {
        display: grid !important;

        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(6, 135px) !important;

        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;

        margin: 0 !important;
        padding: 0 !important;

        gap: 0 !important;

        transform: none !important;
        transition: none !important;

        direction: rtl !important;

        align-items: stretch !important;
        justify-items: stretch !important;
    }

    /* ============================
       كل كارت
    ============================ */

    .square-links-1 .swiper-slide {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;

        height: 135px !important;

        margin: 0 !important;
        padding: 0 !important;

        position: relative !important;

        box-sizing: border-box !important;

        background: #fff !important;

        display: flex !important;
        align-items: stretch !important;
        justify-content: stretch !important;

        justify-self: stretch !important;
        align-self: stretch !important;

        border: 0 !important;
        border-bottom: 1px solid #b7c8e3 !important;

        direction: rtl !important;
    }

    /* الرابط */
    .square-links-1 .swiper-slide > a {
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;

        margin: 0 !important;
        padding: 8px 10px !important;

        box-sizing: border-box !important;

        display: flex !important;
        flex-direction: column !important;

        align-items: center !important;
        justify-content: center !important;

        text-decoration: none !important;
    }

    /* ============================
       الصور
    ============================ */

    .square-links-1 .swiper-slide > a > div {
        width: 100% !important;
        height: 72px !important;

        margin: 0 !important;

        display: flex !important;
        align-items: center !important;
        justify-content: center !important;

        overflow: visible !important;
    }

    .square-links-1 .swiper-slide img {
        display: block !important;

        width: auto !important;
        height: auto !important;

        max-width: 105px !important;
        max-height: 72px !important;

        margin: auto !important;

        object-fit: contain !important;

        aspect-ratio: auto !important;

        transform: none !important;
    }

    .square-links-1 .swiper-slide:hover img {
        transform: none !important;
    }

    /* ============================
       النص
    ============================ */

    .square-links-1 .swiper-slide h3 {
        width: 100% !important;

        margin: 4px 0 0 !important;
        padding: 0 !important;

        color: #002569 !important;

        font-size: 12px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;

        text-align: center !important;
    }

    /* تسوق الآن */
    .square-links-1 .swiper-slide h3::after {
        content: "تسوق الآن ›";

        display: block !important;

        margin-top: 2px !important;

        color: #e6002d !important;

        font-size: 11px !important;
        font-weight: 700 !important;
        line-height: 1.4 !important;

        text-align: center !important;
    }


    /* ==================================================
       الترتيب

       1 | 2
       -----
         3
       -----
         4
       -----
       5 | 6
       -----
         7
       -----
         8
    ================================================== */


    /* الشاشات */
    .square-links-1 .swiper-slide:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;

        border-left: 1px solid #b7c8e3 !important;
    }

    /* التكييف */
    .square-links-1 .swiper-slide:nth-child(2) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }


    /* الغسالات - عريض */
    .square-links-1 .swiper-slide:nth-child(3) {
        grid-column: 1 / 3 !important;
        grid-row: 2 !important;
    }


    /* الأفران - عريض */
    .square-links-1 .swiper-slide:nth-child(4) {
        grid-column: 1 / 3 !important;
        grid-row: 3 !important;
    }


    /* الأجهزة الصغيرة */
    .square-links-1 .swiper-slide:nth-child(5) {
        grid-column: 1 !important;
        grid-row: 4 !important;

        border-left: 1px solid #b7c8e3 !important;
    }


    /* أجهزة المطبخ */
    .square-links-1 .swiper-slide:nth-child(6) {
        grid-column: 2 !important;
        grid-row: 4 !important;
    }


    /* الثلاجات - عريض */
    .square-links-1 .swiper-slide:nth-child(7) {
        grid-column: 1 / 3 !important;
        grid-row: 5 !important;
    }


    /* البلت إن - عريض */
    .square-links-1 .swiper-slide:nth-child(8) {
        grid-column: 1 / 3 !important;
        grid-row: 6 !important;

        border-bottom: 0 !important;
    }


    /* ==================================================
       تصميم الكروت العريضة
    ================================================== */

    .square-links-1 .swiper-slide:nth-child(3) > a,
    .square-links-1 .swiper-slide:nth-child(4) > a,
    .square-links-1 .swiper-slide:nth-child(7) > a,
    .square-links-1 .swiper-slide:nth-child(8) > a {

        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        align-items: center !important;
        padding: 8px 25px !important;
        gap: 15px !important;
    }


    /* الصورة في النصف اليمين */
    .square-links-1 .swiper-slide:nth-child(3) > a > div,
    .square-links-1 .swiper-slide:nth-child(4) > a > div,
    .square-links-1 .swiper-slide:nth-child(7) > a > div,
    .square-links-1 .swiper-slide:nth-child(8) > a > div {
        width: 100% !important;
        height: 115px !important;
        grid-column: 1 !important;
        grid-row: 1 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }


    /* النص في النصف الشمال */
    .square-links-1 .swiper-slide:nth-child(3) h3,
    .square-links-1 .swiper-slide:nth-child(4) h3,
    .square-links-1 .swiper-slide:nth-child(7) h3,
    .square-links-1 .swiper-slide:nth-child(8) h3 {
        width: 100% !important;
        grid-column: 2 !important;
        grid-row: 1 !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    /* صور الكروت العريضة */
    .square-links-1 .swiper-slide:nth-child(3) img,
    .square-links-1 .swiper-slide:nth-child(4) img,
    .square-links-1 .swiper-slide:nth-child(7) img,
    .square-links-1 .swiper-slide:nth-child(8) img {

        max-width: 130px !important;
        max-height: 105px !important;

        margin: auto !important;
    }
}
.product-card--filled-mini-cart .product-card__mini-cart__btn .s-button-btn, .product-card--filled-normal-cart .product-card__normal-cart__btn .s-button-btn { background-color: var(--color-primary)!important; /* border-radius: 2.84px !important; */ border-color: var(--color-primary)!important; color: var(--color-primary-reverse)!important; }

.footer-text-wrapper .d-flex.justify-content-center.mt-3 {
    display: none !important;
}