:root{
    --one:#c38a47;
    --two:#ffffff;
    --thr:#eadbcd;
    --back: whitesmoke;
    --grid:6;
    --gridmob:3;
    --logo: url();
}
div#gb-widget-2960 {
    display: none !important;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    direction: ltr;
}
/* body{
    background-color: #fcfbf2;
}  */
/*--------------------*/
/* 
body#app {
    background-color: #fff5ea;
} */
 #main-content > section:nth-child(15) {
    background-color: #efefef;
}
/* Slider */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide,
 [dir=rtl] salla-slider.photos-slider .swiper,
 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *),
 section.s-block.s-block--photos-slider:first-of-type
 {
    width: 100%;
    margin: 0;
    padding:0;
}
/*--------------------*/

/* unset  */
section.s-block.s-block--fixed-banner.wide-placeholder,  .banner--fixed img, .banner-entry {
    background-color: unset;
}
/*--------------------*/

/* grid */
/* .two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: 1/2;
}

.md\:grid-cols-3 {
    grid-template-columns: repeat(var(--grid),minmax(0,1fr));
}

.banner-entry {
    height: 225px;
}

section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
} */
/*--------------------*/

/*center*/
.flex.mb-6, .s-product-card-content-sub, .store-footer a, .s-product-card-content-title a, .store-footer .contact-social ul {
    text-align: center!important;
    justify-content: center !important;

}
/*--------------------*/

/*prouduct*/
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    display: none;
}

#slider-with-bg-4 > div.s-slider-block__title > div.s-slider-block__title-right > h2 {
    display: none;
}

.s-button-element:not(:disabled):not([loading]) {
    /* background-color: var(--one); */
    /* border: 2px solid var(--one); */
    color: #c38a47 !important;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: var(--two);
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    color: white;
}

.s-product-card-content {
    background-color: var(--two);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.s-product-card-vertical {
    /* border: 3px solid var(--one); */
    box-shadow: 0 0 5px var(--one);
}

.s-product-card-entry {
    height: 97%;
}
/*--------------------*/

/*footer*/
.footer-is-light .store-footer .store-footer__inner {
    text-align: center!important;
    justify-content: center !important;
    background-color: var(--one);
    color: var(--two);
}
/*--------------------*/

/*media*/
@media (max-width:767px){
    .swiper-wrapper>div {
        width: 56%;
    }
    /* .banner-entry {
    height: 114px;
    } */
    /* .md\:grid-cols-3 {
      grid-template-columns: repeat(var(--gridmob),minmax(0,1fr));
    } */
    #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20 > div {
        justify-content: center;
    }
}

@media (min-width:768px) and (max-width:1200px){
    /* .banner-entry {
    height: 360px;
    } */
        #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20 > div {
        justify-content: center;
    }
}
/*--------------------*/
/* =====================================================
   ZAKHER BANNERS
   نفس التصميم على Desktop / Tablet / Mobile
   بدون التأثير على باقي الصفحة
===================================================== */

[data-testid="store-home-square-photos"] {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}


/* =====================================================
   الشبكة الرئيسية
===================================================== */

[data-testid="store-home-square-photos"] > .grid {
    display: grid !important;

    /* 5 أعمدة */
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;

    /* صفين */
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;

    /* المسافة بين الصور */
    gap: clamp(5px, 1.1vw, 16px) !important;

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

    /* نسبة التصميم مثل الصورة */
    aspect-ratio: 2.75 / 1;

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


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

[data-testid="store-home-square-photos"] .banner-entry {
    display: block !important;

    position: relative;

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

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

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

    overflow: hidden;

    border-radius: clamp(4px, 0.55vw, 8px);
}


/* خلفية كل صورة */

[data-testid="store-home-square-photos"] .banner-entry > div {
    width: 100% !important;
    height: 100% !important;

    min-height: 0 !important;

    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;

    transition: transform 0.3s ease;
}


/* =====================================================
   ترتيب الصور النهائي
===================================================== */


/* -----------------------------------------
   الصورة 3
   يسار - طويلة
----------------------------------------- */

[data-testid="store-home-square-photos"] .banner-entry:nth-child(3) {
    grid-column: 1;
    grid-row: 1 / 3;
}


/* -----------------------------------------
   الصورة 2
   المنتصف - أعلى
----------------------------------------- */

[data-testid="store-home-square-photos"] .banner-entry:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 1;
}


/* -----------------------------------------
   الصورة 1
   يمين - طويلة
----------------------------------------- */

[data-testid="store-home-square-photos"] .banner-entry:nth-child(1) {
    grid-column: 4 / 6;
    grid-row: 1 / 3;
}


/* -----------------------------------------
   الصورة 5
   أسفل - يسار المنتصف
----------------------------------------- */

[data-testid="store-home-square-photos"] .banner-entry:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
}


/* -----------------------------------------
   الصورة 4
   أسفل - يمين المنتصف
----------------------------------------- */

[data-testid="store-home-square-photos"] .banner-entry:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
}


/* =====================================================
   منع أي aspect-ratio من Salla
===================================================== */

[data-testid="store-home-square-photos"] .square-photos {
    aspect-ratio: auto !important;
}


/* =====================================================
   TABLET
   نفس الشكل بدون تغيير الترتيب
===================================================== */

@media (max-width: 1024px) {

    [data-testid="store-home-square-photos"] > .grid {
        display: grid !important;

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

        aspect-ratio: 2.75 / 1;

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

    [data-testid="store-home-square-photos"] .banner-entry {
        width: 100% !important;
        height: 100% !important;

        min-width: 0 !important;
        min-height: 0 !important;
    }
}


/* =====================================================
   MOBILE
   نفس الشكل بالضبط
===================================================== */

@media (max-width: 767px) {

    [data-testid="store-home-square-photos"] > .grid {
        display: grid !important;

        /* لا نغير التوزيع */
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
        grid-template-rows: repeat(2, minmax(0, 1fr)) !important;

        gap: clamp(3px, 1.5vw, 7px) !important;

        aspect-ratio: 2.75 / 1;

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


    [data-testid="store-home-square-photos"] .banner-entry {
        width: 100% !important;
        height: 100% !important;

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

        border-radius: 4px;
    }


    [data-testid="store-home-square-photos"] .banner-entry > div {
        width: 100% !important;
        height: 100% !important;

        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}


/* =====================================================
   موبايل صغير جدًا
===================================================== */

@media (max-width: 480px) {

    [data-testid="store-home-square-photos"] > .grid {
        gap: 3px !important;

        aspect-ratio: 2.75 / 1;
    }

    [data-testid="store-home-square-photos"] .banner-entry {
        border-radius: 3px;
    }
}


/* =====================================================
   Hover
   تكبير بسيط فقط
===================================================== */

[data-testid="store-home-square-photos"] .banner-entry:hover > div {
    transform: scale(1.02);
}.swal2-container,.swal2-html {display:none !important;}