.header__menu_cart_wrapper, .header__language {
    display: none !important; 
}
@media (max-width: 440px) {
    .header__menu_cart_wrapper {
        display: block;
    }
}

.category-product__description, .category-product__title {
    height: 32px;
    max-height: 32px;
}
body.light-green {
    background-color: #f4f2e4;
    color: #015542;
}
body.light-green .nutri-values span:first-child, body.light-green .nutri-values span+span {
    background: #f4f2e4;
}
body.light-green .breadcrumb-item a, body.light-green .breadcrumb-item, body.light-green .footer__address, .footer li a {
    color: #015542;
}
body.light-green .breadcrumb-item--last {
    color: #015542;
    font-weight: bold;
}
body.light-green .breadcrumb-item--last a {
    font-weight: normal;
}
body.light-green .color-gold_light, body.light-green .product__summary h5:not(.sub-title) {
    color: #d33c44;
}

.bg {
    background-position: center center;
}

.category-feature .articles {
    display: none;
}
