/* Add custom CSS styles below */ 
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
@media(min-width:991px){
section.s-block.s-block--photos-slider img {
    width: 90%;
    margin-inline: auto;
}
   section:nth-child( 3 of section.s-block.s-block--banners.container) a.banner-entry:first-child {
     grid-column: 3/5 !important
  }
}
/*----------------banner----------------*/
.banner--fixed img {
    background: unset !important;
     margin-bottom:20px ;
}
section:nth-of-type(1){
margin-top:0px
}

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}
/* start customize setion*/
.md\:grid-cols-3 {
    grid-template-columns: repeat(6,minmax(0,1fr));
}
.grid.one-row.md\:grid-cols-1.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(6,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 100px;
    background-color:unset;
}
.lazy__bg.lazy.entered.loaded {
    background-size: contain;
    background-repeat: no-repeat;
}
@media(min-width:768px) and (max-width:1200px){
a.banner-entry{
    height: 200px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 100px;
    padding: 0rem;
  
}
  .md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
a.banner-entry{
grid-column: span 2 !important
}
.grid.one-row.md\:grid-cols-1 a.banner-entry {
    grid-column: span 3 !important;
}
}

/*--------------media-of-product--------*/
@media screen and (max-width:768px){
.s-products-slider-card{
    width:50%
}
button.undefined {
    font-size: 15px;
    padding: 10px;
}
}
/*--------------media-of-product--------*/
/*---------footer-----------*/
footer *{
margin-left:auto;
margin-right:auto ;
text-align: center;
color:#fff;
border-color:#fff;
}
.store-footer__inner {
    background-color: #E5611F!important;
}