.home .featured-products-wrapper, .home .promotion-wrapper {
    padding: 55px 0;
    display: none;
}

html body div#__next div div.layout.home div.main-content div.promotion-wrapper div div.slider-wrapper-single div.slider div.promotion-item div.main div.title-area div.button.button-primary.truncate, .promotion-wrapper .title-area .button-primary {
    padding:5px 10px;
    display: none;
}

.xw-homepage-banner-slide-content {
     position: absolute;
left: 0;
width: 100%;
height: 100%;
}

.xw-homepage-banner-button-cta {
max-width: 100%;
margin: 0;
height: 100%;
border: none;
border-radius: 0;
box-shadow: none;
}

.imagearea {
    background-color: grey!important;
}

.product-item .add-to-cart {
display: none;
}

.product-price,
.price,
.unit-price,
.total-price {
    display: none !important;
    visibility: hidden !important;
}

.cart-price,
.cart-subtotal,
.cart-total,
.cart-unit-price,
.order-total,
.line-total,
.item-price,
.xmp-gs-infos-content
{
    display: none !important;
    visibility: hidden !important;
}

.checkout-price,
.order-summary .price,
.order-summary .subtotal,
.order-summary .total,
.cart-summary-block,
.ShoppingCartGrid_Column_Price,
.checkoutSubmissionOrderPriceContainerContainer {
    display: none !important;
    visibility: hidden !important;
}

@media (min-width: 1199px) {
    .header .header-stripe .search {
        width: 375px;
    }
}