/* Add custom CSS styles below */ 
body.index {
    background-image: url(https://i.ibb.co/WHShWcr/bg.png);

    background-color: transparent !important;
}

:root {
    --main-color: #7a00df;
    --second-color: #782bb7
}

.top-navbar {
    background: var(--main-color);
    color: #fff
}

.s-block--features__item {
    background: 0 0;
    border: none;
    padding: 7px;
    
}
.copyright-text p {
    color: white;
}
.s-block--features__item .feature-icon {
    height: 7rem;
    width: 7rem;
   background-color: #fff !important;
}

.s-block--features__item .feature-icon i:before {
    content: '';
    width: 100px;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.s-block--features__item .feature-icon i.sicon-fire:before {
    background-image: url(https://i.postimg.cc/YCSwrzLC/Untitled-2.png)
}

.s-block--features__item .feature-icon i.sicon-shipping-fast:before {
    background-image: url(https://i.postimg.cc/FRTy4vMR/2.png)
}

.s-block--features__item .feature-icon i.sicon-store2:before {
    background-image: url(https://i.postimg.cc/hGb82TMV/image.png)
}

.s-block--features__item h2 {
    font-size: 18px!important;
    line-height: 1.7rem!important;
    color: white
}

.s-block--features__item p {
    display: none!important
}

.s-product-card-entry {
    box-shadow: rgba(0,0,0,.1) 0 4px 12px;
    background-color: white;
    border: 1px solid var(--main-color)
}

.s-products-slider-card.swiper-slide {
    padding-bottom: 10px
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline,.header-btn__icon,i.sicon-menu {
    background: linear-gradient(to top,var(--main-color),var(--second-color));
    color: #fff;
    border: 0;
    border-radius: 50px
}

i.sicon-menu {
    padding: 5px
}

.navbar-brand img {
    max-height: 5rem!important
}

.main-nav-container.fixed-header .inner {
    padding: 7px;
    border-radius: 0 0 50px 50px;
    box-shadow: rgba(0,0,0,.1) 0 4px 12px
}

@media(min-width: 1024px) {
    .s-block__title h2 {
        font-size:27px!important
    }
}

body.index .s-block__title h2, body.index .s-slider-block__title h2 {
    font-size: 21px;
    position: relative;
    padding: 0;
    color: white;
}

body.index .s-block__title h2:before,body.index .s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 3px;
    right: 30px;
    left: 30px;
    background: white;
    bottom: -10px;
    transform: translateX(0);
    transition: all .5s;
    z-index: -1
}

body.index .s-block__title h2:hover:before,body.index .s-slider-block__title h2:hover:before {
    right: 0;
    left: 0;
    transition: all .5s
}


.s-block__title {
    display: flex;
    justify-content: center;
    align-items: center
}

.s-block__display-all {
    background: var(--main-color);
    color: #fff;
    padding: 5px;
    border-radius: 50px;
    opacity: 1;
    font-size: 18px
}

body.index .s-block__title .right-side {
    padding: 0
}

body.index .s-block__title {
    flex-direction: column;
    row-gap: 28px
}

body.index .s-block__title,.s-slider-block__title {
    margin-bottom: 2rem
}

:is(section.s-block.s-block--photos-slider,.banner--fixed) img {
    border-radius: 0!important;
    background-color: transparent!important
}

section.s-block.s-block--fixed-banner.wide-placeholder,section.s-block.s-block--photos-slider {
    margin-top: 0
}

section.s-block.s-block--fixed-banner.wide-placeholder>.container,section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0!important;
    width: 100%!important;
    max-width: unset;
    border-radius: 0!important
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0
}

section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(5,minmax(0,1fr))
}

section.s-block.s-block--banners.container .two-row .banner-entry:first-child {
    grid-area: 1/1/1/1
}

section.s-block.s-block--banners.container a.banner-entry.square-photos {
    background: 0 0;
    height: 225px
}

section.s-block.s-block--banners.container a.banner-entry.square-photos>div {
    background-size: contain;
    background-repeat: no-repeat
}

@media(max-width: 767px) {
    section.s-block.s-block--banners.container a.banner-entry.square-photos {
        height:105px
    }
}

footer.store-footer {
    background: 0 0!important;

}

.store-footer__inner {

    color: #fff!important;

    background-color: transparent!important;
    position: relative
}


.s-social-link a {
    color: var(--white-color);
    border: 0;
    transition: all .5s
}

.s-social-link a:hover {
    transform: translateY(-10px);
    transition: all .5s
}



a[href*=instagram] {
    background: -o-linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
}

a[href*=tiktok] {
    background: -o-linear-gradient(330deg,#69c9d0,#000,#ee1d52);
    background: linear-gradient(120deg,#69c9d0,#000,#ee1d52)
}

a[href*=facebook] {
    background: -o-linear-gradient(45deg,#3776f2,#00b1f7);
    background: linear-gradient(45deg,#3776f2,#00b1f7)
}

a[href*=youtube] {
    background-color: #c4302b
}



.s-product-card-image {
    background: #fff
}

@media(max-width: 767px) {
    button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
        padding:4px
    }
}

.s-contacts-icon {
    border: 0;
    text-align: center
}

.s-contacts-icon {
    color: var(--main-color);
    display: inline-grid;
    justify-items: center;
    margin-right: 10px;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 12px
}

.s-contacts-icon {
    position: relative;
    z-index: 1;
    background: repeating-conic-gradient(from var(--a),#b28838 0%,#b28838 5%,transparent 5%,transparent 40%,#b28838 50% );
    animation: animate 4s linear infinite;
    border-radius: 12px
}

@property --a {
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

@keyframes animate {
    0% {
        --a: 0deg
    }

    100% {
        --a: 360deg
    }
}

.s-contacts-icon::after {
    content: "";
    position: absolute;
    inset: 2px;
    z-index: -1;
    background: white;
    border-radius: 12px
}