/* Add custom CSS styles below */ 
}
/*First panner */

section:first-of-type {
    margin: 0;
}
section:nth-of-type(1).s-block.s-block--photos-slider {
    margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}

/*Fixed Panner*/

.banner--fixed img{
    background-color: unset;
}

/*Product slider*/

.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background: unset;
}
.s-button-primary-outline {
    background: var(--color-primary);
    color: white;
}
.s-product-card-entry {
    border: 2px solid  var(--color-primary);
}
salla-add-product-button {
    transition: 0.2s;
}
salla-add-product-button:hover {
    transform: scale(1.1);
}
img.s-product-card-image-cover.lazy.loaded {
    transition: 0.2s;
}
img.s-product-card-image-cover.lazy.loaded:hover {
    transform: scale(1.1);
}
@media (max-width:767px){
    .s-products-slider-card{
        width: 55%;
        }
    }
    

/*product section*/

.s-products-list-wrapper{
    margin: 0;
}
.s-product-card-vertical {
    border: 2px solid  var(--color-primary);
}
.s-product-card-entry {
    background: none;
}
.s-products-list-vertical-cards {
    grid-template-columns: repeat(5,minmax(0,1fr));
}
/*.s-product-card-image img.loaded{
    background-color: #e8e1d9;
    }*/
    
.s-slider-block__title-left{
display:none;
}
.s-products-list-wrapper {
    background: none;
}
.s-button-primary-outline{
    background-color: var(--color-primary);
    color: var(--color-primary-reverse);
}
@media (max-width: 768px){
    .s-products-list-vertical-cards{
        grid-template-columns: 1fr 1fr;
        }
}

/*Category*/

.lazy__bg.lazy.entered.loaded {
    background-repeat: no-repeat;
    background-size: contain;
}
.banner-entry {
    height: 266px;
    background-color: unset;
    transition: all .3s ease-in-out;
}
a.banner-entry:hover {
    transform: scale(1.1);
}
.banner--fixed img {
    background: unset;
}
@media (max-width: 768px){
.md\:grid-cols-3 {
      grid-template-columns: 1fr 1fr 1fr;
  }
.banner-entry{
      height: 78px;
  }
}
/*footer*/

.footer-is-light .store-footer .store-footer__inner {
    background: var(--color-primary);
    color: #fff;
    border: none;
}
@media (max-width: 767px) {
    footer .grid {
        grid-template-columns: 1fr;
    }
    footer * {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

/*Product page*/

salla-add-product-button:hover {
    transform: scale(1.07);
}