footer * {
    color: white !important;
}
@media (min-width: 1024px) {
    .lg\:justify-between {
        justify-content: center;
    }
}
.got-main_slider .got-custom_container .got-swiper_slide .got-slider_img {
    height: auto;
    max-height: fit-content;
}
.h-\[353px\] {
    height: auto;
}
.al-categories p {
    display: none;
}
.got-main_slider .got-custom_container .got-swiper_slide .got-slider_img {
    height: auto;
    max-height: fit-content;
}

.got__header_search .s-search-icon-wrap {
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: #ea580c;
    background-color: rgb(47 50 146)!important;
    padding: .5rem;
}
section#c762de57-3916-42bd-9346-43b21bbfbe27 {
    margin: 2% 0;
}
#thumbs-slider .swiper-wrapper{
    justify-content:center;
    justify-content:space-around;
    flex-wrap:wrap;
}

#thumbs-slider a.flex.flex-col{
    width:143px !important;
     justify-content:center !important;
    text-align:center;
}
.al-categories img {
    width: auto !important;
    height: auto;
    scale: 1;
    transition: 1s all;
}
.my-10 {
    margin-top: 4.5rem !important;
    margin-bottom: 2.5rem;
}
/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
/***********************/
button.s-advertisement-action {
    display: none;
}
.s-advertisement-content-main {
    animation: slide 15s linear infinite; 
}

@keyframes slide {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}