@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');


:root {
    --screen-logo: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/PdwvVr/baXUJkjWovukKUlLLGxHgpYbvV9eqXl3YIHs0pru.png);
    --main-color: #1D24CA;
    --second-color:#25C225;
    --third-color: white;
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

}

/* body:not(.product-index):not(.product-single)::after {
  content: '';
  display: none;
   
}  */

.sub-menu {

    display: none;
}



.top-navbar salla-contacts {
    display: none;
}

.main-nav-container {
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 16px var(--second-color), 0 -2px 10px var(--second-color)
}

.main-menu li>a:hover {
    color: var(--hover-color);
    transform: rotate(-10deg);
    transition: .5s;
}

@media (max-width: 768px) {
    .main-menu li>a:hover {
        color: var(--hover-color);
        transform: rotate(0deg);
        transform: translateX(-10px);
        transition: .5s;
    }

    .mm-spn.mm-spn--light {
        color: var(--second-color);
        background: var(--main-color);
    }
}

#mobile-menu[data-mm-spn-title="القائمة الرئيسية"] {
    color: var(--second-color);
    font-size: 25px;
}

.close-btn {
    color: var(--hover-color);
}

/* nav on mobile */
@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: var(--second-color);
        background: var(--main-color);
    }

    .main-menu li>a:hover {
        color: var(--hover-color);
        transform: rotate(0deg);
        transform: translateX(-10px);
        transition: .5s;
    }
}

.main-menu>li>a[href*=offer] {
    color: var(--hover-color);
}

/* icons from header */
.header-btn__icon {
    color: var(--second-color);
}

.header-btn__icon:hover {
    color: var(--hover-color);
    border-color: var(--hover-color);
    transform: rotate(360deg) scale(1.1);
    transition: 1s;
}

.navbar-brand img {
    animation: move-up-down 2s ease-in-out infinite;
}

@keyframes move-up-down {

    0%,
    100% {
        transform: translateY(5);
        /* Initial position */
    }

    50% {
        transform: translateY(-5px);
        /* Move up by 20px */
        /* transform: scale(1.2); */
    }
}

/* .navbar-brand img:hover {
  transform:  scale(1.1);
  transition: 0.8s;
} */
.main-nav-container.fixed-header .inner {
    transform: translated(0, 0, 0);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px 0px;
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, .37)
}

.mm-spn li a span {
    font-weight: 700;
    font-size: 18px;
}

.s-search-icon svg {
    height: 1rem;
    width: 1rem;
    fill: #fff;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1500px;
    }
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.s-search-input-wrapper input {
    background: var(--main-color) !important;
    color: #fff
}

.s-search-input-wrapper input::placeholder {
    color: #fff;
}

#mobile-menu {
    background-color: var(--third-color);
    color: var(--main-color);
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */

salla-slider.photos-slider .swiper {
    padding-bottom: 1rem;
}

swiper-pagination-bullet {
    width: 8px;
    height: 4px
}

salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -6px;
}

.swiper-pagination {
    display: block !important;
    margin-top: 10px !important;
}

@media (max-width: 1024px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-right: .5rem;
    }
}

salla-slider[type]:not(.hydrated)>div:where([dir="rtl"], [dir="rtl"] *),
salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir="rtl"], [dir="rtl"] *),
.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0.5rem;
}

@media (min-width: 768px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0rem !important;
    }
}

@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        margin-left: 1rem;
        margin-right: 1rem;
        width: 100%;
    }
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.banner--fixed img {
    border-radius: 0 !important
}

.s-slider-block__title {
    max-width: 1500px
}

section:nth-of-type(3) {

    /* .banner--fixed img {
    border-radius:100px!important
}*/
    .container {
        max-width: 1200px !important;
    }
}

section:nth-of-type(4),
section:nth-of-type(5),
section:nth-of-type(6),
section:nth-of-type(7),
section:nth-of-type(8),
section:nth-of-type(9),
section:nth-of-type(10),
section:nth-of-type(11),
section:nth-of-type(12),
section:nth-of-type(13),
section:nth-of-type(14),
section:nth-of-type(15),
section:nth-of-type(16),
section:nth-of-type(17),
section:nth-of-type(18) {
    margin: auto;
    padding-top: 0rem !important;

    /* .banner--fixed img {
    border-radius:100px!important
}*/
    .container {
        max-width: 1200px !important;
    }

    &.s-block {
        margin-top: .5rem !important;
        max-width: 1200px;
    }
}

section:nth-of-type(10) {
    max-width: 1200px !important;
    /*.s-product-card-entry {
  display: unset;
}*/
}

section:nth-of-type(1) {
    margin-top: 0rem !important;
}

section:nth-of-type(2) {
    margin-top: 1rem !important;

    .s-slider-block__title {
        margin: auto;
        background-color: var(--main-color);
    }

    .s-slider-block__title {
        margin: auto;
        background-color: var(--main-color)
    }

    .s-slider-block__title-right {
        margin: auto;
        background-color: var(--main-color)
    }

    .s-slider-block__title-right h2 {
        margin: auto;
        font-size: 40px !important;
        color: #fff;
        margin-bottom: 10px
    }

    .s-slider-block__title-left {
        display: none
    }

    .s-slider-block__title h2:where([dir=rtl], [dir=rtl] *) {
        padding-left: 0rem !important;
    }

    .slide--cat-entry {
        display: flex;
        height: 8rem;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: .375rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: #f3f4f6;
        border-color: unset !important;
        background-color: unset !important;


    }

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

    @media (min-width: 768px) {
        .slide--cat-entry {
            display: flex;
            height: 13rem;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: .375rem;
            border-width: 1px;
            --tw-border-opacity: 1;
            border-color: #f3f4f6;
            border-color: unset !important;
            background-color: unset !important;


        }

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

section:nth-of-type(4),
section:nth-of-type(6) {
    &.bg-gray-100 {
        background-color: transparent !important;
    }
}

section:nth-of-type(2) {
    & .swiper {
        padding-top: 2rem !important;
        padding-bottom: unset !important;
    }

}

section:nth-of-type(2) {
    .swiper-slide:nth-of-type(1) a {
        color: transparent;


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

    .swiper-slide:nth-of-type(2) a {
        color: transparent;

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

    .swiper-slide:nth-of-type(3) a {
        color: transparent;


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

    .swiper-slide:nth-of-type(4) a {
        color: transparent;

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

    .swiper-slide:nth-of-type(5) a {
        color: transparent;

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

    .swiper-slide:nth-of-type(6) a {
        color: transparent;


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

    /*.swiper-slide:nth-of-type(7) a{
 color: transparent;
 background-image: url(https://i.ibb.co/DtwsPJQ/7.png);
    
    background-size:contain !important;
    background-repeat: no-repeat;
    background-position: center;
}*/
    .swiper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .swiper-slide a i {
        color: transparent;
    }
}

.s-block--categories .swiper-wrapper a {
    background-color: transparent !important;
}

.has-overlay:after {
    background: unset;
}

.s-block--banners {
    margin-top: 0;
    width: 98%;
    padding: 20px;
    padding-top: 40px;
}

/*section:nth-of-type(4),section:nth-of-type(6) {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    .banner-entry{
      height: 270px;
    max-width: 600px;
    }
     .lazy__bg {
  background-size: cover !important;
}
}*/
.s-comments {
    background-color: var(--second-color);
    height: 0px;
}

body {
    background: var(--third-color)
}

.sicon-full-wallet,
.sicon-shipping-fast,
.sicon-whatsapp2 {
    /* color: var(--third-color)!important */
}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 9999;
    background: var(--third-color) var(--screen-logo);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px;
    animation-name: fade-in;
    animation-duration: 1.5s;
    transform: scale(0);
    border: none
}

@keyframes fade-in {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    75% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.1)
    }
}

.s-slider-block__title-right {
    color: var(--main-color)
}

.s-slider-block__title-left a {
    color: var(--main-color) !important
}

.sub-menu {
    background-color: var(--main-color) !important
}

#mainnav {
    background-color: var(--third-color)
}

#mainnav li a:hover {
    color: var(--main-color) !important;
}

#mainnav li a {
    font-weight: bolder !important;
}

.sicon-user-circle:hover::before {
    color: #022044 !important;
}

.main-menu {
    background-color: var(--third-color);
    color: var(--main-color);

}

.shadow-default {
    --tw-shadow: unset !important
}

.sicon-user-circle:hover::before {
    color: var(--main-color)
}

.sicon-user-circle {
    color: var(--main-color) !important
}

section:nth-of-type(5),
section:nth-of-type(7) {
    background: transparent !important;
}

.header-btn__icon {
    border: none;
    color: var(--main-color)
}

.s-cart-summary-total {
    color: var(--main-color)
}

@media only screen and (max-width: 1024px) {
    .mm-spn.mm-spn--light {
        color: var(--main-color);
        background: var(--third-color)
    }
}



@media(max-width: 480px) {

    .text-center::before {
        margin-bottom: 10px
    }

    /* section:nth-of-type(4),section:nth-of-type(6) {
.banner-entry {
            border-radius:0px 0px 0px 0px;
            padding:unset !important
        }
        .lazy__bg{
        height:220px;
        }
        }
*/
}



@media(min-width: 769px) {

    /*  section:nth-of-type(4),section:nth-of-type(6) {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    .banner-entry{
      height: 350px;
    width: 350px;
    }*/
    .lazy__bg {
        background-size: cover !important;
        width: 100%;
    }


}

@media(min-width: 480px) {
    .banner-entry h3.text-with-border {
        border-width: 0 !important
    }

}

.text-gray-400 a {
    color: #000 !important
}

#contact-slot a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0
}

.s-product-card-image:hover {
    animation: rotateY 3s linear infinite;
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

.s-product-card-content {
    /*background-image: linear-gradient(#fff, var(--third-color));*/
    border-radius: 0px 0px 17.5px 17.5px;
}

.copyright-text p {
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px
}

.s-products-list-wrapper {
    margin-bottom: 2rem;
    display: grid;
    margin-top: 1rem;
}

@media (max-width: 1024px) {
    .s-product-card-image img {
        height: 200px !important;
        object-fit: cover;
    }

    .s-product-card-content {
        height: 140px !important;
    }

    .s-products-slider-card {
        height: 360px !important
    }
}


/*///////////////////// ////////////////////////// */
.banner-entry {
    width: 40vw;
    min-height: 42vh;
    background: unset;
}

@media (max-width: 768px) {
    .banner-entry {
        min-height: 35vh;
    }
}

@media (max-width: 480px) {
    .banner-entry {
        min-height: 30vh;
    }
}

/* .banner-entry {
    width: 40vw;
    min-height: 32vw;
    box-shadow: var(--second-color) -1px 2px 16px;
    margin: 20px auto;
}  */
.banner-entry :hover {
    transform: scale(1.019);
    transition: transform 0.8s;
}

/* //////////////////////////////////////////////////////// */

.store-footer__inner a.flex>h3:nth-child(1) {
    /* transform: scale(0.9); */
    /* animation: wave-rotate 10s linear infinite; */
    transition: transform 0.6s;
    scale: 1.4;
}

/* تعريف الحركة */
/* @keyframes wave-rotate {
  0% {
    transform: translateX(0) rotate(0deg) scale(2.5) ; 
  }
  45% {
    transform: translateX(-50%) rotate(0deg) scale(2.5); 
  }
  50% {
    transform: translateX(-50%) rotate(360deg) scale(2.5); 
  }
  55% {
    transform: translateX(-50%) rotate(0deg) scale(2.5); 
  }
  100% {
    transform: translateX(0) rotate(0deg) scale(2.5) ;
  }
} */

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .s-product-card-image img {
        height: 280px !important;
        object-fit: cover;
    }

    .s-product-card-content {
        height: 140px !important;
    }

    .s-products-slider-card {
        height: 430px !important
    }

    .s-product-card-image {}
}

.banner--fixed img {
    background-color: unset !important
}

.swiper-pagination {
    display: none
}

.banner-entry {
    background-color: unset !important
}

.lazy__bg {
    background-size: 100% 100% !important
}

.slide--cat-entry i {
    content: "\ec0b";
    color: var(--main-color)
}

.s-block--categories .swiper-wrapper a {
    background-color: var(--third-color)
}

.slide--cat-entry h4 {
    color: var(--second-color)
}

.s-slider-block__title {
    color: var(--main-color)
}

.s-block__title {
    color: var(--main-color)
}

.s-products-slider-card {
    padding: .625rem
}

.s-product-card-starting-price {
    justify-content: center;
}

.s-product-card-entry {
    border-radius: 20px
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: rgba(11, 22, 73, .5) !important;
    color: var(--main-color)
}

.s-product-card-vertical .s-product-card-image {
    border-top-left-radius: 17.5px !important;
    border-top-right-radius: 17.5px !important;
    padding: 0 !important
}

.s-product-card-fit-height .s-product-card-image {
    height: unset !important;
    max-height: unset !important
}

.s-product-card-content-title a:hover {
    /*! color: var(--main-color); */

    color: var(--main-color);
}

.s-product-card-content-main {
    text-align: center
}

.s-product-card-content-title a {
    color: #fff !important;
    #: 40px;
    overflow: hidden;
}

.s-product-card-content-sub {
    justify-content: center;
    color: #fff;
}

.s-product-card-content {
    padding: .75rem;
    justify-content: center;
    align-items: center;
    background-color: var(--second-color);
}

.s-button-outline {
    border-radius: 50px;
    border-color: var(--main-color)
}

.s-button-outline {
    border: none;
    outline: none;
    background: #fff !important;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(10px);
    }

    75% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(0);
    }
}

.s-product-card-entry:hover {
    animation: shake 0.5s;
}

.s-button-outline:before {
    content: '';

    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.s-button-outline:active {
    color: #000
}

.s-button-outline:active:after {
    background: transparent;
}

.s-button-outline:hover:before {
    opacity: 1;
}

.s-button-outline:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    color: red !important;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.s-product-card-entry {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .9) !important;
}

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    color: #fff;
    /*! color: var(--third-color); */
    border: 1px dashed;
}

.s-button-primary-outline {
    color: var(--third-color)
}

.s-button-outline:hover:after {
    background-color: transparent !important;
    border: var(--main-color) 3px solid
}

.s-button-primary-outline:hover {
    background-color: var(--second-color) !important;
    color: var(--third-color) !important;
    border: none !important;
}

.s-product-card-wishlist-btn:after {
    border-radius: 50% !important;
    color: #fff
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background-color: var(--main-color) !important;
    color: #fff
}

.s-product-card-wishlist-btn:hover:after {
    border: unset !important
}

.s-block__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.s-block__title h2 {
    font-size: 40px !important
}

.store-footer {
    @media (min-width: 1024px) {
        .lg\:grid-cols-6 {
            /*grid-template-columns: unset;*/
        }
    }

    background: transparent !important;
    padding: 30px;
    font-size: 14px;
    text-align: center
}

.s-social-list {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}

.s-block--features__item {
    background: transparent !important;
}

.s-block--features__item h2,
.s-block--features__item p {
    color: #000
}

.footer-is-light .store-footer .store-footer__inner {
    background: transparent
}

html.hydrated body#app.overflow-x-hidden.index.salla-1298199463.color-mode-light.rtl.font-dinnextltarabic-regular.footer-is-light.is-sticky-product-bar div.app-inner.flex.flex-col.min-h-full footer.store-footer div.store-footer__inner div.container.grid.grid-col-1.lg:grid-cols-6.gap-8.lg:gap-6 div.lg:col-span-2.rtl:lg:pl-20.ltr:lg:pr-20 p.max-w-sm.leading-6.mb-6 {
    margin-top: 15px;
}

.store-footer__inner {
    background: var(--third-color) !important;
    border-radius: 16px;
    box-shadow: 0 2px 15px var(--second-color) !important;
    border: 1px solid rgba(255, 255, 255, .29) !important
}

.store-footer__inner .flex {
    justify-content: center
}

.store-footer__inner .max-w-sm {
    margin: auto
}

.store-footer h3 {
    color: var(--main-color);
    font-size: 1.3rem
}

.store-footer h3:hover {
    color: var(--second-color);
    opacity: 1;
    cursor: pointer
}

.footer-list {
    color: var(--main-color)
}

.store-footer__inner .max-w-sm {
    color: var(--main-color);
    margin-top: 0px;
}

.store-footer {
    /* background: linear-gradient(to left, var(--main-color),#fff)!important; */
}

.store-footer a {
    color: var(--second-color) !important;
}

.store-footer i {
    color: var(--main-color);
    border-color: var(--main-color)
}

.store-footer__inner {
    text-align: center !important;
}

.text-center::before {
    content: " برمجة وتطوير | ADFAZ";
    font-size: 14px;
    font-weight: 600;
    color: var(--second-color) !important;
    padding: 6px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
}

.s-block--features__item .feature-icon {
    background-color: var(--main-color)
}

.s-block--features__item .feature-icon i {
    color: #fffffff2;

}

.text-primary {
    color: var(--second-color)
}

@media (min-width: 1024px) {
    .store-footer__inner {
        padding-top: 2rem;
        padding-bottom: 0rem;
    }
}

.store-footer a h3:nth-child(1) {
    font-size: 1rem;
    color: transparent;
    background-image: var(--screen-logo);
    background-size: 50%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    line-height: 4;
    background-position: center;
    margin-top: 10px;
    animation: pulse 3s ease-in-out infinite;
    /* تأثير التكبير */

}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        /* الحجم الطبيعي */
    }

    50% {
        transform: scale(2);
        /* تكبير بسيط */
    }
}

.s-filters-footer,
.s-filters-widget-values {
    & .s-button-gray-outline:hover {
        --tw-bg-opacity: unset;

        background-color: transparent !important;

        color: var(--main-color) !important;

    }

    & .s-button-gray-outline {
        --tw-bg-opacity: unset;
        background-color: var(--main-color) !important;
        color: var(--second-color) !important;
    }
}

.sicon-filter {
    color: var(--main-color) !important;
}

section:nth-of-type(30) {
    .lazy__bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-size: 100% 100% !important;
        background-position: center;
    }

    padding: 0px !important;
    padding-top: 40px !important;
    padding-left: 10px !important;

    .banner-entry {
        padding: 0px !important;
        border-radius: 0px;
    }

    @media (max-width: 480px) {
        .grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 10px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 13;
        }

        .grid a:nth-child(2) {
            grid-column: 2 / 3;
            grid-row: 1 / 8;
        }

        .grid a:nth-child(3) {
            grid-column: 2 / 3;
            grid-row: 7 / 13;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }


    @media (min-width: 480px) and (max-width: 768px) {
        .grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 10px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 17;
        }

        .grid a:nth-child(2) {
            grid-column: 2 / 3;
            grid-row: 1 / 10;
        }

        .grid a:nth-child(3) {
            grid-column: 2 / 3;
            grid-row: 8/ 17;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 10px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 23;
        }

        .grid a:nth-child(2) {
            grid-column: 2 / 3;
            grid-row: 1 / 13;
        }

        .grid a:nth-child(3) {
            grid-column: 2 / 3;
            grid-row: 10 / 23;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }

    @media (min-width: 1024px) and (max-width: 1200px) {
        .grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 10px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 25;
        }

        .grid a:nth-child(2) {
            grid-column: 2 / 3;
            grid-row: 1 / 15;
        }

        .grid a:nth-child(3) {
            grid-column: 2 / 3;
            grid-row: 12 / 25;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }

    @media (min-width: 1200px) {
        .grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 10px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 1 / 2;
            grid-row: 1 / 31;
        }

        .grid a:nth-child(2) {
            grid-column: 2 / 3;
            grid-row: 1 / 18;
        }

        .grid a:nth-child(3) {
            grid-column: 2 / 3;
            grid-row: 15 / 31;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }
}

section:nth-of-type(40) {
    width: 100%;

    .lazy__bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100%;
        background-size: 100% 100% !important;
        background-position: center;
    }

    padding: 0px !important;
    padding-top: 40px !important;
    padding-right: 10px !important;

    .banner-entry {
        padding: 0px !important;
        border-radius: 0px;
    }

    @media (max-width: 480px) {
        .grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            grid-template-rows: auto auto auto;
            /* Auto rows */
            gap: 30px;
            padding: 0px 5px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 2 / 3;
            grid-row: 1 / 13;
        }

        .grid a:nth-child(2) {
            grid-column: 2 / 1;
            grid-row: 1 / 8;
        }

        .grid a:nth-child(3) {
            grid-column: 2 / 1;
            grid-row: 6 / 13;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }


    @media (min-width: 480px) and (max-width: 768px) {
        .grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 5px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 2 / 3;
            grid-row: 1 / 17;
        }

        .grid a:nth-child(2) {
            grid-column: 1 /2;
            grid-row: 1 / 10;
        }

        .grid a:nth-child(3) {
            grid-column: 1 / 2;
            grid-row: 8 / 17;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        .grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 5px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 2 / 3;
            grid-row: 1 / 23;
        }

        .grid a:nth-child(2) {
            grid-column: 1 / 2;
            grid-row: 1 / 13;
        }

        .grid a:nth-child(3) {
            grid-column: 1 / 2;
            grid-row: 11 / 23;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }

    @media (min-width: 1024px) and (max-width: 1200px) {
        .grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 5px 0px 5px;
        }

        .grid a:nth-child(1) {
            grid-column: 2 / 3;
            grid-row: 1 / 27;
        }

        .grid a:nth-child(2) {
            grid-column: 1 / 2;
            grid-row: 1 / 15;
        }

        .grid a:nth-child(3) {
            grid-column: 1 / 2;
            grid-row: 12 / 27;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }

    @media (min-width: 1200px) {
        .grid {
            display: grid;
            grid-template-columns: 1fr 2fr;
            grid-template-rows: auto auto auto;
            gap: 30px;
            padding: 0px 5px 0px 10px;
        }

        .grid a:nth-child(1) {
            grid-column: 2 / 3;
            grid-row: 1 / 31;
        }

        .grid a:nth-child(2) {
            grid-column: 1 / 2;
            grid-row: 1 / 18;
        }

        .grid a:nth-child(3) {
            grid-column: 1 / 2;
            grid-row: 15 / 31;
        }

        .square-photos {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
    }
}

.store-footer {
    @media(min-width: 640px) {
        .two-row .banner-entry:first-child {
            grid-column: unset !important;
            grid-row: unset !important
        }
    }

    @media(max-width: 480px) {
        .md\:grid-cols-3 {
            grid-template-columns: auto auto auto !important
        }

        .text-center::before {
            margin-bottom: 10px
        }

        .banner-entry:nth-child(1) {
            grid-column: 1 / 4;
        }

        /*section:nth-of-type(4),section:nth-of-type(6) {
.banner-entry {
            border-radius:0px 0px 0px 0px;
            padding:unset !important
        }
        .lazy__bg{
        height:220px;
        }
        }*/

    }

    @media(max-width: 768px) and (min-width:481px) {
        .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important
        }
    }

    @media(min-width: 769px) {
        .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr)) !important
        }

        /*section:nth-of-type(4),section:nth-of-type(6) {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    .banner-entry{
      height: 350px;
    width: 350px;
    }
     .lazy__bg {
  background-size: cover!important;
  width: 100%;
}
}*/

    }

}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: .5rem;
    padding-right: .5rem;
}

@media (min-width: 1024px) {
    salla-slider.photos-slider .swiper-slide {
        width: 100%;
    }
}

salla-slider[type]:not(.hydrated)>div:where([dir="rtl"], [dir="rtl"] *),
salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir="rtl"], [dir="rtl"] *),
.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}

@media (min-width: 768px) {
    salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

.swiper-pagination {
    display: unset;
}

salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 9px;
}

.s-product-card-horizontal .s-product-card-image {
    width: 100% !important;
}

@media (min-width: 1024px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 640px) {
    .s-products-list-horizontal-cards {
        gap: 1rem;
    }
}

.s-product-card-horizontal .s-product-card-image:where([dir="rtl"], [dir="rtl"] *) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
}

@media (max-width: 480px) {
    .s-products-list-horizontal-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .s-product-card-horizontal salla-button.s-product-card-wishlist-btn:where([dir="rtl"], [dir="rtl"] *) {
        right: unset;
        left: 0;
        bottom: 18.6rem;
    }
}


.lazy__bg {
    background-size: 100% 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;

}


.gap-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

@media only screen and (max-width: 600px) {
    .banner-entry {
        height: auto;
    }
}

@media (min-width: 768px) {
    .two-row .banner-entry:first-child {
        height: auto !important;
    }
}



#mobile-menu {
    z-index: 999999999999;
}

body:after {
    z-index: 9999999999999;
}

#mainnav {
    z-index: 999999999999;
}

.mm-ocd--open,
.mm-ocd__backdrop {
    z-index: 999999999999999999;
}

section.s-block {
    position: relative;
    overflow: inherit;
    padding-top: 10px;
}