.grid.one-row.md\:grid-cols-2.gap-px.md\:gap-4.lg\:gap-8 .banner-entry {
    height: 359px;
}

section.s-block.s-block--photos-slider {
    margin-top: 0;
}

salla-slider.photos-slider .swiper-slide {
    width: 100%;
    border-radius: 0;
}

.carousel-slider .swiper {
    padding: 0;
}

img.w-full.object-contain.rounded-md {
    border-radius: 0;
}

@media (max-width: 767px) {
    section.container.s-block.s-block--banners .grid.one-row.md\:grid-cols-2.gap-px.md\:gap-4.lg\:gap-8 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    section.container.s-block.s-block--banners .grid.one-row.md\:grid-cols-2.gap-px.md\:gap-4.lg\:gap-8 .banner-entry {
        height: 104px;
    }
}

.header-is-dark .fixed-pinned.header-components, 
.header-is-dark .fixed-pinned .inner,
.store-footer,
.header-is-dark .header-components,
.header-is-dark .main-nav-container,
.has-overlay--before:before, 
.has-overlay--after:after {
    border-color: rgba(243, 244, 246, .04);
    background-color: rgb(39 19 65);
    background: linear-gradient(135deg, #132474, #000035, #1b0037 40%, #460073 80%);
}

@media (min-width: 1024px) {
    .navbar-brand img {
        max-height: 209px;
        max-width: 301px;
        height: 87px !important;
    }
}

section.container.s-block.s-block--banners {
    margin-top: 1rem;
}

div#featured-products-style1-4-ZAeezZ_1 {
    display: none;
}

.tabs-wrapper.flex.flex-1 {
    display: none;
}

section#featured-products-style1-4 .flex-col {
    margin: auto;
    /* width: 50%; */
    justify-content: center;
}

section#featured-products-style1-4 .grid.grid-cols-1.lg\:grid-cols-2.gap-8 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.s-block__title h2, 
.s-slider-block__title h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: transparent;
    background: linear-gradient(135deg, #132474, #000035, #1b0037 40%, #460073 80%);
    background-size: 200%;
    -webkit-background-clip: text;
    background-clip: text;
    animation: animate-gradient 5s linear infinite;
}

@media (min-width: 1024px) {
    .s-block__title h2, 
    .s-slider-block__title h2 {
        font-size: 2.5rem;
    }
}

@keyframes animate-gradient {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}

section.container.s-block.s-block--banners h2 {
    justify-content: center;
}

section.container.s-block.s-block--banners .s-block__title {
    justify-content: center;
}

.banner-entry a:before {
    background-color: rgb(40 217 249 / 3%);
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-size: 200% 200%;
    background-image: linear-gradient(-45deg, #e6e6fa, #f0f8ff, #9147aa12, #f5f5dc);
    animation: animatedBackground 15s linear infinite;
}

@keyframes animatedBackground {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}