@media (min-width: 1440px) {
    .offer-content h3 {
        font-size: 22px;
    }
}
.specials-arrow {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.specials-arrow a {
    position: static;
    width: 56px; 
   height: 56px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #697387;
    color: #fff;
}
div[data-layout-homepage="true"]  div#specials-filter-Specials {
    display: none;
}

#Zone_2 > div > section .swiper {
    padding: 0;
}

#Zone_2 > div > section {
    padding: 0 96px;
}
div[data-layout-homepage="true"] .special-dealText.w-100.py-1.mt-3 {
    display: none;
}

div[data-layout-homepage="true"] #special-nav-tab-content-Specials .spaceMe {
    min-height: unset;
}

div[data-layout-homepage="true"] #special-nav-tab-content-Specials .image-gallery-container img {
    height: 100%;
    object-fit: cover;
}

div[data-layout-homepage="true"] div#special-nav-tab-content-Specials {
    visibility: visible;
}

div[data-layout-homepage="true"] button.btn.btn-outline-info.special-show-more {
    display: none;
}
.margin-sides {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:768px) {
div[data-layout-homepage="true"] #special-nav-tab-content-Specials .spaceMe {
    max-width: 100%;
}
#Zone_2 > div > section {
    padding: 0 30px;
}
.carousel-inner.row.w-100.mx-auto {
    justify-content: center;
}
div[data-layout-homepage="true"] #special-nav-tab-content-Specials .spaceMe:not(:first-child) {
    display: none;
}}

@media (max-width:480px){
#special-nav-tab-content-Specials .image-gallery-container {
    min-height: unset;
}
}