.promotion-item .title {
font-size: 4.167rem;
    color: var(--text-color-carousel);
    font-family: raleway,sans-serif;
    font-weight: 700;
}
.promotion-item .subtitle {
    font-size: 1.0rem;
    font-weight: 400;
}
.category-item .image-wrapper {
    width: 280px;
    height: var(--category-image-height);
}
.category-item .category-name {
    height: 80px;
    width: auto;
    font-weight: bold;
    text-align: center;
    color: var(--text-color-ultra-dark);
    line-height: 30px;
    padding: 10px 0;
}
.home .featured-products-wrapper {
    display:none!important;
}
.promotion-item .button {
    display: none;
}
/*remove country switch*/

.switcher {
display:none;
}

.categories-navbar {
    display: none;
}