.block-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 10px;
}

#promo img:not(.product-item__image) {
    width: 100%;
    height: auto;
    display: block;
}

#promo h3:not(.product-item__title),
#promo h2:not(.product-item__title) {
    display: block;
    padding: 0;
    margin: 0;
}

@media(max-width: 1150px) {
    .block-container {
        padding: 0 10px;
    }
}

@media(max-width: 991px) {
    .block-container {
        padding: 0 50px;
    }
}

@media(max-width: 670px) {
    .block-container {
        padding: 0 10px;
    }
}

.cms-page-view .breadcrumbs {
    display: none;
}

.cms-page-view .main-container>.container {
    width: unset;
    max-width: unset;
    padding: 0;
}

#promo .main-banner {
    min-height: 401px;
    background-image: url(/media/up/hansgrohe/promo/powder/main-bkg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
position: relative
}

.promo__title {
 font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 46px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
    max-width: 1100px;
    width: 100%;
}

#promo .header__title {
    color: #FFFFFF;
font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 46px;
    line-height: 55px;
    padding: 0 15px;
}

@media (max-width: 1024px) {
    #promo .header__title {
        font-size: 40px;
        line-height: 43px;
    }

    #promo .main-banner {
        min-height: 401px;
        background-image: url(/media/up/hansgrohe/promo/powder/tablet-bkg-2.jpg);
    }
}

@media(max-width: 670px) {
    #promo .header__title {
        font-size: 30px;
        line-height: 35px;
        padding: 0 10px;
    }

    #promo .main-banner{
        min-height: 401px;
        background-image: url(/media/up/hansgrohe/promo/powder/mobile-bkg.jpg);
        background-position: 30% 50%;
    }
}


/* stream */

.stream {
    padding: 88px 0 41px;
}

#promo .stream__title {
font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    text-align: center;
    color: #1B1C1D;
    max-width: 720px;
    margin: 0 auto 40px;
}

#promo .stream__list {
    margin: 0;
    padding: 0;
}

.stream__list-item {
font-family: var(--font-family-primary);
font-weight:300;
    font-size: 28px;
    line-height: 32px;
    color: #1B1C1D;
    margin-bottom: 25px;
}

.stream__list-item::before {
    content: 'PowderRain – ';
font-family: var(--font-family-primary);
    font-weight: 500;
}

.stream__offer {
font-family: var(--font-family-primary);
font-weight: 300;
    font-size: 28px;
    line-height: 32px;
    color: #1B1C1D;
}

.stream__list-item-hash {
    color: #26a792;
}

.steam__offer-bold {
font-family: var(--font-family-primary);
    font-weight: 500;
}

@media (max-width: 991px) {
    .stream {
        padding: 46px 0 20px;
    }

    #promo .stream__title {
        font-size: 48px;
        line-height: 51px;
        max-width: 492px;
        margin: 0 auto 67px;
    }

    .stream__offer,
    .stream__list-item {
        font-size: 19px;
        line-height: 25px;
    }

    .steam__offer-bold {
        display: block;
    }
}

@media (max-width: 670px) {
    .stream {
        padding: 40px 0 20px;
    }

    #promo .stream__title {
        font-size: 30px;
        line-height: 31px;
        max-width: 492px;
        margin: 0 auto 20px;
    }

    .stream__offer,
    .stream__list-item {
        font-size: 18px;
    }
}

/* relax */

.relax .block-container {
    display: grid;
    grid-template-columns: 1fr minmax(582px, 1fr);
    grid-template-rows:  max-content;
    padding: 0;
}

#promo .relax__title {
font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    color: #1B1C1D;
    grid-column: 2/3;
    margin-bottom: 10px;
    margin-left: 30px;
}

.relax__text {
font-family: var(--font-family-primary);
    font-weight: 300;
    font-size: 28px;
    line-height: 45px;
    color: #1B1C1D;
    margin-left: 30px;
}

.relax__figure {
    grid-row: 1/3;
}

.relax__figure-img {
    margin: 10px 0 20px;
}

.relax__figcaption {
font-family: var(--font-family-primary);
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #797979;
}

.relax__figcaption-bold {
font-family: var(--font-family-primary);
    font-weight: 500;
}

@media(max-width: 1150px) {
    .relax .block-container {
        padding: 0 10px;
    }
}

@media(max-width: 991px) {
    .relax .block-container {
        padding: 0 50px;
        grid-template-columns: 1fr;
        grid-template-rows:  repeat(4, max-content);
    }

    #promo .relax__title {
        grid-column: 1/2;
        grid-row: 1/2;
        margin: 0 0 20px;
        line-height: 51px;
    }

    .relax__text {
        font-size: 18px;
        line-height: 25px;
        grid-row: 3/4;
        grid-column: 1/2;
        margin-left: 0;
    }

    .relax__figure-img {
        margin: 0 0 20px;
    }

    .relax__figcaption {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .relax__figure {
        grid-row: 2/3;
        grid-column: 1/2;
        max-width: 768px;
        margin: 0 auto;
    }
}

@media(max-width: 670px) {
    .relax .block-container {
        padding: 0 10px;
    }

    #promo .relax__title {
        font-size: 27px;
        line-height: 33px;
    }

    .relax__figcaption {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
}

/* video */

.video {
    position: relative;
    max-width: 1140px;
    margin: 0 auto 90px;
    height: auto;
    padding-top: calc(640 / 1140 * 100%);
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video__button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: none;
    padding: 0;
    width: 142px;
    height: 97px;
    border-radius: 12px;
    background: rgba(66, 66, 66, 0.8);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.video__button:hover {
    background: rgba(66, 66, 66, 1);
}

/* Enabled */
.video--enabled {
    cursor: pointer;
}

.video--enabled .video__button {
    display: flex;
}

.video__button::after {
    content: ' ';
    background-image: url('/media/up/hansgrohe/promo/croma-e/play.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
    .video {
        margin: 0 auto 70px;
    }
}

@media (max-width: 700px) {
    .video__button {
        width: 79px;
        height: 54px;
    }

    .video__button::after {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 670px) {
    .video {
        margin: 0 auto 50px;
    }
}

/* croma-e */

.croma-e {
    padding: 100px 0 50px;
}

#promo .croma-e__title {
font-family: var(--font-family-primary);
    font-weight: 500;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    color: #282528;
    margin-bottom: 40px;
}

@media (max-width: 861px) {
    #promo .croma-e__title {
        margin-bottom: 34px;
    }
}

@media (max-width: 600px) {
    #promo .croma-e__title {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 19px;
    }
}
