/* Add custom CSS styles below */ 
a[aria-label="twitter"] {
    background: #000;
}
a[aria-label="instagram"] {
    background: #d79580;
}
a[aria-label="snapchat"] {
    background: #ffff00bd;
}
a[aria-label="tiktok"] {
    background: #000;
}
a[aria-label="youtube"] {
    background: #c90202;
}
a[aria-label="facebook"] {
    background: #3b5998;
}
.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
    background: none;
    border: 1px solid #eee;
}

body#app {
    background: #fff!important
}

.s-block--photos-slider .swiper.s-slider-container.swiper-initialized {
    padding-bottom: 0
}

.swiper.s-slider-container.swiper-initialized {
    padding: 5px
}

salla-slider.photos-slider .swiper-slide {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%
}

.swiper.s-slider-container.swiper-initialized {
    padding: 5px
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
    display: none;
}

.index section:nth-of-type(1), .index section:nth-of-type(2) {
    margin-top: 0 !important;
}
 a.banner-entry {
    padding: 0 !important;
    height: auto !important;
    aspect-ratio: 501/ 283;
}
section.s-block.container {
    margin-top: 15px;
}


h4.s-product-card-price {
    color: red;
    font-size: 22px ! IMPORTANT;
}

@media(min-width:768px){
.index section:nth-of-type(2)
{
display:none !important;
}
 .s-products-slider-card {
        width: 33.33% !important;
        max-width:33.33% !important;
    }
}




@media(max-width:768px){
.index section:nth-of-type(1)
{
display:none !important;
}

}