/* LOGO */
.navbar-brand img {
    max-height: 6rem;
}
.data-all-cats .text-black {
  display: none;
}

section.B_categories .swiper-wrapper {
    justify-content: center;
}
section.B_categories .swiper-slide[aria-label="1 / 3"] {
    order: 3;
}
section.B_categories .swiper-slide[aria-label="2 / 3"] {
    order: 2;
}
section.B_categories .swiper-slide[aria-label="3 / 3"] {
    order: 1;
}

/* Footer */
.store-footer__inner {
    background-color: #1A1A1A !important;
}
.store-footer__inner *,
.copyright-text p {
    color: #fff
}