.top-navbar {
    display: none;
}
header .inner {
    padding: 1rem;
    background: #fff;
    border-radius: 0 0 2rem 2rem;
}
.inner .header-btn__icon:hover,
.main-menu > li:hover {
    color: #90afad;
}
button#darkModeToggle {
    display: none;
}
.s-block--best-offers{
  margin-top:1rem;
  margin-bottom:1rem
}
.s-product-card-buttons .s-product-card-eye-btn button {
    color: #fff;
}
.s-product-card-content-footer .s-button-btn {
    background-color: var(--color-primary);
}
.moved_banner .main_img {
    max-height: 230px;
}
a.flex.items-center.gap-x-4.px-4.sm\:px-6.md\:px-8.lg\:px-12.py-1.md\:py-3.rounded-md.bg-background.border-b-2.border-secondary.text-secondary.s-fix-text.common_button {
    margin-top: 1rem;
}
footer img.logo {
    filter: brightness(0) invert(1);
}
@media(max-width:768px){
.F_day {
    height: 26dvh;
}
.feature_section    .grid-cols-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
img.w-full.h-full.object-cover.rounded {
    object-fit: fill;
}

/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

img[alt="fixed banner"] {
    display: none;
}
@media(min-width:1024px){
section:nth-child(2 of .moved_banner) .s-slider-swiper-wrapper > div{
  flex-direction:row-reverse !important
}
section:nth-child(2 of .moved_banner) .main_img {
    max-height: 380px;
}
section:nth-child(2 of .moved_banner) .s-slider-swiper-wrapper > div {

    justify-content: center;
    gap: 6rem;
}
section:nth-child(2 of .moved_banner) .image-content::after {
    content: "";
    position: absolute;
    bottom: -16%;
    right: -57%;
    width: 130%;
    background-color: var(--circle_color);
    z-index: -1;
    aspect-ratio: 1/1;
    border-radius: 100%;
}
}