/* Add custom CSS styles below */ 
/**** banner ******/
section.s-block.s-block--fixed-banner.wide-placeholder > .container:not(#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--3 > div) {
    padding: 0 !important;
    margin: 0px!important;
    max-width: 100%;
}

.s-products-slider-card.swiper-slide {
  margin-top:10px;
    margin-bottom:10px;    
}
.banner--fixed img {
    border-radius:0px;
    background-color: transparent;
}



.two-row .banner-entry:first-child {
    grid-column: span 1/span 1;
    grid-row: unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain  !important;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-color: #ffffff !important;
}


#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section:nth-child(7) > div ,#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section:nth-child(6) > div{
    grid-template-columns: repeat(7,minmax(0,1fr)) !important; 
}
@media (max-width: 767px) {
    #app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section:nth-child(7) > div > div > div:nth-child(3) > p.mb-2.text-2xl.font-bold.text-md.text-store-text-primary{font-size: 10px;}
  #app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section:nth-child(7) > div .banner-entry,
  #app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section:nth-child(6) > div .banner-entry {
    height: 68px;
  }
  	button.walax-main-button.small {
    /*margin-bottom: 62px;*/
      position: fixed;
      bottom: 185px;
}

}


/* features */
.s-block--enhanced-features__item {background:#0b0927;border-radius:20px}
.s-block--enhanced-features__item H2 {color:#ffffff;}
.s-block--enhanced-features__item  P{color:#a9a9ae;}
@media (max-width: 767px) {
#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section:nth-child(7) > div ,#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section:nth-child(6) > div{
    display: flex;
    justify-content: center;
    gap: 10px 5px;    justify-content: center;
    align-items: center; 
    flex-wrap:wrap; 
}

    .banner-entry{flex-basis:23%}
}