:root{
--color-primary: #159a9c;
}
body {
    overflow-x: hidden;
}
.store-footer__inner{
    background-image: url(https://i.ibb.co/JQRK2SC/image.png);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.footer-is-light .store-footer .store-footer__inner {
    background-image: url(https://i.ibb.co/JQRK2SC/image.png);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
}
.s-product-card-image img {
    background-color: white;
}
.store-footer__top-area > a {
    display: none;
}
[dir=rtl] salla-slider.photos-slider .swiper {
    padding-right: 0rem !important;
}
.s-block--features__item{
flex-direction: column;
}
.s-block--features__item .feature-icon, .s-block--features__item h2{
color: #159a9c;
}
.s-block--features__item p{
color: #ffc420;
}
.bg-gray-50{
background-color: #ffffff;
}
.sm\:mt-0 {
        position: relative;
        left: -675px;
        top: 250px;
    }
.rounded-md {
    border-radius: 0rem ;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0rem !important;
}
.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden {
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    position: relative;
   margin: 0px !important;
    padding: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0rem;
}
section:first-of-type.s-block.s-block--photos-slider {
    margin: 0px !important;
}
.grid.grid-cols-1.md\:grid-cols-2.gap-2\.5.md\:gap-4.lg\:gap-5.item_4{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-entry a:before{
background-color: transparent;}

 .banner--fixed img {
    background-color: #faebd700;
}   
.banner-entry {
    width: 100%;
    height: 150px !important;
    background-color: #f9fafb00;
}  
.s-block--features__item .feature-icon:hover{
  position: relative;
  white-space: nowrap;
  justify-content: center;
  transform: translateX(10px);}
       
@media (min-width: 481px) and (max-width: 767px) { 
 .banner-entry {
    width: 100%;
    height: 170px ;
    background-color: #f9fafb00;
    }
 }
  @media (max-width: 480px) { 
   .banner-entry {
    width: 100%;
     height: 130px !important;
     background-color: #f9fafb00;
    }
    .store-footer__top-area{
    position: static;
    }
    .sm\:mt-0 {
    position: relative;
        left: 0%;
        top: 600px;    }
    .footer-is-light .store-footer .store-footer__inner{
     background-position: 50%;}
     .col-span-12{
     margin:0;
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    .sm\:grid {
    justify-items: end;
    margin-left: 0;
    text-align: center;
    }
    .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap-row:0;
}
  }