.navbar__logo {
    max-width: 145px !important;
    height: auto !important;
    max-height: none !important;
}


.footer__content__info {
    max-width: calc(var(--spacing) * 126);
}

#navbar-logo, #navbar-logo-light {
    max-width: calc(var(--spacing) * 70);
}

.banner-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.banner-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
} 
.product-single__share.flex.gap-2.order-4.lg\:order-5 {
    DISPLAY: NONE;
}
.product-single__share.flex.gap-2.order-4.lg\:order-5 {
    display: none !Important;
}

@media (min-width: 768px) {
  .my-banner-height .overflow-hidden {
    height: 120px !important;
    max-height: 120px !important;
  }
}

/* ANOUNCEMENT NOT HIDE */
#announcements-carousel > button {
    display: none !important;
}