:root{
    --one:#22b4f9;
    --two:#38610e;
    --thr:#22b4f9;
    --back: whitesmoke;
    --grid:4;
    --gridmob:2;
}

/* 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: 300px;
}

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

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);
}

a.dm-text-main {
    transition: transform .5s;
}
a.dm-text-main:hover {
    transform: scale(.9);
}

button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-primary.s-button-loader-center {
    background-color: #38610e !important;
    calor: white !important;
}
#app salla-add-product-button button[product-id].s-button-primary {
    color: white !important;
}

.store-footer__inner {
    background-color: #38610e !important;
    color: white !important;
}
footer.store-footer.overflow-hidden.icons-rounded- {
    color: white !important;
    background-color: #38610e !important;
}
a.social-link {
    border-color: white !important;
}
/*media*/
@media (max-width:767px){
    .swiper-wrapper>div {
        width: 56%;
    }
    .banner-entry {
        height: 195px !important;
    }
    .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;
    }
}

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9) > div > div:nth-child(2), #app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9) > div > div:nth-child(1){

    height: 370px;
}