#mainnav {
    height: unset !important;
}

/* fw */
section.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
section.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}
section.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
    padding: 0;
}

/* cats */
.s-slider-block__title {
    justify-content: center;
}
.s-slider-block__title-left {
    display: none;
}
.q_cate .card_category:hover .no_color,
.q_cate .card_category .no_color {
    color: #fff !important;
}

/* about_products */
section.about_products .sub_container {
    background-color: var(--color-primary);
}
section.about_products [slot="items"] h1,
section.about_products [slot="items"] p {
    color: var(--color-primary) !important;
}

/* viewProducts */
section.viewProducts .tabs-wrapper {
    margin-top: 3rem;
}

/* featuers_store */
.featuers_store {
    background-color: transparent !important;
}
.featuers_store .container{
    background-color: var(--color-primary);
    padding: 3rem;
}

/*  */
.about_products .main_slider .mySwiper .swiper-slide .slider_text {
    color: #000 !important;
}
section.bg-font-color.footer-bottom {
    BACKGROUND: #7d181c;
}
/** Edits **/
/* Scroll Edit */
#quick-eye-model{overflow: scroll;}
/* Socials */
div:has( > .contact-social ) {
    display: inline-block;
}
/* gray scale on all products img */
.s-product-card-entry .s-product-card-image img {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) grayscale(50%) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* Last Banner Resposiveness */
section:has(img[ src *= '9a5632b1-12be-480e-9f28-0a04a53cda27' ]),
section:has(img[ src *= 'df277d1d-b9cb-4b14-befe-8219b942deb3' ]) {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    section:has(img[ src *= '9a5632b1-12be-480e-9f28-0a04a53cda27' ]) {
        display: none;
    }
}
@media (max-width: 768px) {
    section:has(img[ src *= 'df277d1d-b9cb-4b14-befe-8219b942deb3' ]) {
        display: none;
    }
}