:root {
    --main-color: #36b9b4;
    --light: #fff;
    --dark: #000
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    transition: all 0.5s;
    color: var(--light);
    background: var(--main-color)
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    box-shadow: 0 0 0 2.5px var(--main-color),0 0 0 5px var(--light),0 0 0 6px var(--main-color);
    color: var(--main-color);
    background: var(--light);
    border-radius: 8px 0!important
}

.store-footer__inner .grid>div:nth-of-type(1)>a::after {
    content: "";
    background: url(https://i.postimg.cc/pXW9DWmp/Logo.png);
    display: block;
    background-size: contain;
    width: 120px;
    height: 100px;
    background-repeat: no-repeat
}

.store-footer__inner .container>div {
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-bottom: 20px
}

.store-footer__inner .container {
    grid-template-columns: repeat(3,minmax(0,1fr))
}

.store-footer__inner .container>div:nth-of-type(1) {
    grid-column: span 1 / span 2
}

.store-footer__inner+div {
    background: #fff0;
    max-width: 100%;
    justify-content: space-around
}

.store-footer__inner>div a h3 {
    display: none
}

@media (max-width: 992px) {
    .store-footer__inner .container {
        grid-template-columns:repeat(1,minmax(0,1fr))
    }
}

.index .s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0
}

.index .s-block--fixed-banner img {
    background-color: transparent!important;
    border-radius: 0;
    padding: 0
}

.app-inner .s-block--fixed-banner:first-of-type {
    margin-top: 0px!important
}

.s-block--double-banner {
    padding: 10px
}

@media (min-width: 1024px) {
    .s-block--double-banner {
        padding:100px
    }
}

footer {
    background-image: url(https://i.postimg.cc/FzZ72qBr/Bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

footer * {
    background-color: unset!important;
    color: #ffffff!important;
    border-color: #ffffff!important
}

footer>svg {
    display: none
}

#cus-secs {
    width: 100%;
    padding-top: 60px
}

#cus-secs #secs-wrapper {
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(7,minmax(0,150px));
    justify-content: center;
    gap: 10px
}

@media (max-width: 1024px) {
    #cus-secs #secs-wrapper {
        grid-template-columns:repeat(7,minmax(0,150px))
    }
}

#cus-secs #secs-wrapper #sec-link {
    transition: .3s
}

#cus-secs #secs-wrapper #sec-link:hover {
    transform: scale(1.1)
}

@media (max-width: 1024px) {
    #cus-secs {
        padding-top:20px
    }
}

/* new*/
.slide--cat-entry:hover {
    transform: scale(1.1)
}

.slide--cat-entry {
    background: transparent;
    border: 0;
    height: 13rem;
    transition: 0.3s ease-out;
}

.s-block--categories .swiper.s-slider-container {
    padding-left: 0 !important
}

a.slide--cat-entry img {
    width: fit-content;
    height: 10rem;
    border-radius: 0;
}

.swiper-slide.slide--one-sixth {
    width: 14%;
}

a.slide--cat-entry:hover {
    box-shadow: none;
}

.slide--cat-entry h2 {
    display: none;
}

.s-slider-block__title-right,.s-slider-block__title h2 {
    padding-left: 0;
    margin: auto;
    font-size: 30px;
}

@media(max-width: 992px) {
    a.slide--cat-entry img {
        height: 11rem;
    }

    salla-slider .slide--one-sixth {
        width: 23% !important;
    }

    .slide--cat-entry {
        height: 24vw !important;
    }
}

@media(max-width: 600px) {
    a.slide--cat-entry img {
        width: fit-content;
        height: 38vw !important;
    }

    salla-slider .slide--one-sixth {
        width: 40% !important;
    }

    .slide--cat-entry {
        height: 47vw !important;
    }
}

section#cus-secs {
    display: none;
}