/* Add custom CSS styles below */ 
/* General start */
:root {
    --main-color: #2b4e84 ; 
    --second-color: #000000;
    --third-color: #ffffff;
    --logo : url(https://cdn.files.salla.network/other/338422180/400aa726-75ae-4e70-be13-9ae057e12bc1-original.webp) ;   
 }



.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
display:none;
}

    section:first-of-type.s-block--fixed-banner{
    margin: 5px !important;
    
}

  section:nth-of-type(2).s-block--fixed-banner{
    margin: 5px !important;
    
}

 

  





 




/* Footer Start */

.store-footer {
    background: #ffffff !important;
    padding: 30px;
    font-size: 14px;
    text-align: center;
}

.store-footer__inner {
    background: #ffffff !important;
    border-radius: 16px;
    box-shadow: 0 2px 15px #edd7da !important;
    border: 1px solid #edd7da !important;
    text-align: center;
}

.store-footer a {
    color: #000000 !important;
}

.store-footer .container > div:first-child p:nth-of-type(2) {
    padding: 0 10px;
}

.store-footer__inner .flex {
    justify-content: center;
}

.store-footer a h3:nth-child(1) {
    font-size: 1rem;
    color: transparent !important;
    background-image: var(--logo);
    background-size: 70%;
    background-repeat: no-repeat;
    line-height: 5;
    scale: 2;
    background-position: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.store-footer__inner .max-w-sm {
    color: #000000 !important;
    margin: auto;
}

.store-footer h3 {
    color: #000000 !important;
    font-size: 1.3rem;
}

.store-footer a {
    color: #000000 !important;
    transition: .3s;
}

.store-footer a:hover {
    color: #000000 !important;
}

#contact-slot a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.copyright-text p {
    background: #ffffff !important;
    color: #000000 !important;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
}

.s-payments-list {
    flex-wrap: nowrap !important;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .md\:flex {
        display: flex;
    }
}

/* =========================
   Mobile Footer Fix
   ========================= */

@media (max-width: 767px) {

    .store-footer {
        padding: 20px 12px !important;
        overflow: hidden !important;
        background: #ffffff !important;
    }

    .store-footer__inner {
        width: 100% !important;
        overflow: hidden !important;
        padding: 20px 12px !important;
        background: #ffffff !important;
        box-shadow: 0 2px 15px #edd7da !important;
        border-color: #edd7da !important;
    }

    .store-footer a h3:nth-child(1) {
        scale: 1 !important;
        background-size: 55% !important;
        line-height: 4 !important;
        width: 100% !important;
        height: 80px !important;
        margin: 0 auto 15px !important;
        background-position: center center !important;
    }

    .store-footer__inner .flex {
        justify-content: center !important;
        flex-wrap: wrap !important;
    }

    .store-footer h3 {
        font-size: 1.1rem !important;
        color: #000000 !important;
    }

    .store-footer a,
    .store-footer p,
    .store-footer span,
    .store-footer li {
        color: #000000 !important;
    }

    .store-footer a:hover {
        color: #000000 !important;
    }

    .store-footer__inner .max-w-sm {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 8px !important;
        color: #000000 !important;
    }

    .copyright-text p {
        font-size: 12px !important;
        padding: 8px !important;
        margin: 10px 0 !important;
        background: #ffffff !important;
        color: #000000 !important;
    }

    .s-payments-list {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 8px !important;
    }
}

/* Footer End */

.s-contacts-list {
    flex-direction: row !important;
    justify-content: center;
    gap: 0;
    margin-right: 20px;
}

.s-contacts-list .unicode {
display:none;
}
body.index:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 999999;
    background: #fff var(--logo);
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    animation: fade-out 2.25s ease-in-out forwards;
    transition: opacity .5s ease-in-out;
    pointer-events: none;
    border: none;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}