    .water-heater-header {
        background: rgb(40, 40, 40);
        height: 158px;
    }

    .water-heater-img {
        position: absolute;
        top: 0;
        right: 0;
    }

    #water-heater-header {
        width: 944px;
        max-width: 100vw;
        height: 100%;
        margin: 0 auto;
        display: table;
    }

    .water-heater-inner {
        display: table-cell;
        vertical-align: middle;
        width: inherit;
        max-width: 100vw;
        position: relative;
    }

    .wh-header {
        color: rgb(255, 255, 255);
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 0.12px;
        z-index: 1;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        vertical-align: middle;
        display: inline-block;
        text-align: left;
        position: relative;
        margin-left: 30px;
    }

    .wh-header-low {
        color: #ffc20e;
    }

    .wh-header-code {
        color: rgb(255, 255, 255);
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.06px;
        line-height: 1;
        display: block;
    }

    .low-price {
        color: rgb(34, 34, 34);
        font-family: 'Montserrat';
        background: rgb(255, 203, 54);
        height: 17px;
        width: 98px;
        font-size: 9px;
        font-weight: bold;
        margin: auto;
        margin-top: 10px;
        padding: 2px 0;
    }

    .list-price {
        color: rgb(149, 149, 149);
        font-family: 'Oswald', sans-serif;
        font-size: 10px;
        font-weight: 500;
        letter-spacing: 0.03px;
        line-height: 18px;
        text-align: center;
    }

    .promo {
        color: rgb(51, 51, 51);
        font-family: 'Oswald';
        font-size: 17px;
        font-weight: 600;
        letter-spacing: 0.05px;
        line-height: 18px;
        text-align: center;
    }

    .strikethrough {
        text-decoration: line-through;
    }

    .description {
        height: 45px;
    }

    .shop-heat {
        color: rgb(0, 0, 0);
        font-family: 'Montserrat';
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.04px;
        text-transform: uppercase;
    }

    @media screen and (max-width: 850px) {
        .wh-header {
            font-size: 28px;
        }
    }

    @media screen and (max-width: 720px) {
        .water-heater-img {
            display: none;
        }
    }