salla-slider.photos-slider .swiper-slide {
        width: 100%;
        margin: 0;
        padding: 0;
        border-radius: 0;
    }
    .rounded-md {
        border-radius: 0 !important;
    }
    #photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-rtl.swiper-backface-hidden{
        padding: 0;
    } 
    #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--photos-slider{
    margin:0;
    }

/*banners*/
.index .s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
}
.banner--fixed img {
    background-color: transparent;
    border-radius: 0 !important;
}
.section-1 {
    margin: 0;
}
.bg-inherit {
    color: white;
}
/*--media respon--*/
@media only screen and (min-width: 1130px) {
.banner-entry:hover{transform:perspective(651px) rotate3d(-4,150,0,17deg) scale(.9);transition:all .5s}@keyframes XX{0%{top:0}50%{top:13px}100%{top:0}}
}
/*--body edit--*/
 body#app.index{
   background: #000;
   color:white;
 }
 div#mainnav,.top-navbar {
    background: #000;
}
 .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
a.banner-entry.square-photos {
    background: transparent;
}
/*--grid--*/
.s-block--banners.container > div > a:nth-child(1) {
    grid-column: 1/1;
    grid-row: 1/1;
    height: 100%;
}
.s-block--banners.container > div > a{
    border-radius: 0;
}
.md\:grid-cols-3 {
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap:5px;
}
.banner-entry{
    transition: all .5s;
}
.banner-entry {
    transition: all .5s;
    animation: XX 2000ms linear infinite;
    height:125px;
    border-radius: 0 !important;
}
/*--card effect--*/
.s-product-card-image img.loaded {
    transition: all .5s;
}
.s-product-card-image img.loaded:hover {
    transform: rotate(8deg) scale(1.3);
    transition: all .5s;
}
.s-product-card-entry {
    border: 2px solid #FF0000;
    padding: 7px;
    border-radius: 17px;
    box-shadow: 0 0 3px #FF0000,0 0 3px #ffffff40,0 0 3px #ffffff40;
    height: 97%;
    margin-top: 8px;
}
.flex.mb-6,
.s-product-card-content-sub,
.store-footer a,
.s-product-card-content-title a,.s-product-card-content-subtitle,
.store-footer .contact-social ul,.s-social-list,
.footer-is-light .store-footer .store-footer__inner {
    text-align: center !important;
    justify-content: center !important;
}
/*-------- upgrade button ---------*/
.s-button-element:not(:disabled):not([loading]) {
    background-image: linear-gradient(130deg, #E21328 50%, #6D6F6E 59%, #E21328 68%)!important;
    color: #fff;
    background-size: 200% !important;
    border: 0;
    animation: textclip 3s linear infinite;
    border: 0;
    box-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.s-product-card-entry {
    background: #000;
    color: white;
}
.s-product-card-content-title a {
    color: white;
}
.s-product-card-fit-height .s-product-card-image {
    background: white;
}
.header-btn__icon{
    color: #d22033;
    background: white;
}
.s-cart-summary-total {
    color: #c22d3c;
}
.s-button-element:not(:disabled):not([loading]):hover {
    background-image: url(https://media.tenor.com/iFi3jJDlevMAAAAi/shopping-buy.gif) !important;
    opacity: 1;
    background-size: 20% 88% !important;
    background-repeat: no-repeat !important;
    background-position-x: 50% !important;
    color: transparent;
    background-color: white !important;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
    font-size:2rem;
}
.s-slider-block__title h2,.s-block__title h2{
    text-transform: uppercase;
    background-image: linear-gradient(130deg, #E21328 50%, #6D6F6E 59%, #E21328 68%);
    background-size: 200% auto;
    color: #fff;
        line-height: 50px;
        font-weight: bold;
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textclip 2s linear infinite;
        display: inline-block;
}
@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.store-footer__inner {
    background: #000 !important;
    color: white;
}
.store-footer h3 {
    color: #000 !important;
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding-top: .3rem;
    width: 100%;
    padding-bottom: .3rem;
    box-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
footer > div.store-footer__inner > div > div:nth-child(2) > h3:hover, #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div:nth-child(3) > div:nth-child(1) > h3:hover {
    opacity: .7;
    transition: all 200ms;
}
.mb-6 {
    margin-bottom: 1.5rem;
    margin-top: 10px;
}
@media only screen and (min-width: 767px) {
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div{
    grid-template-columns: repeat(4,minmax(0,1fr));
}
}
span.s-contacts-icon {
    background: white;
    color: #000;
}
li.s-social-link {
    background: white;
    color: #000;
    border-radius: 50%;
}

    /*--media--*/
    @media(max-width:767px){
    a.banner-entry{
        height: 80px;
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    #photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden{
    padding:0;
    }
    .s-products-slider-card {
        max-width: 185px;
    }
    .main-nav-container {
        min-height: 56px;
    }
    .s-button-element:not(:disabled):not([loading]) {
        font-size: 11px;
    }
    .section-1 {
        margin-top: 0;
        z-index: -1;
    }
    }