﻿.product {
    transition: width 0.5s ease;
}

h1 {
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 20px;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.heat-pl {
    background: #FBF5FF;
    border-radius: 2px;
    padding: 18px 10px 22px 10px;
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.heat-ps {
    background: #ff0056;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 6px 3px;
    box-sizing: border-box;
    text-transform: uppercase;
    border-radius: 2px;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
}

    .heat-ps:hover {
        background: #333;
        cursor: pointer;
    }

.img-responsive {
    width: 100%;
    display: block;
}

.heat-iredx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80% !important;
    max-height: 483px !important;
    max-width: 385px !important;
    margin: 0 auto !important;
}

.heat-pw-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.pp-description ul {
    list-style: none;
    margin-top: 10px;
}

.pp-description li {
    background: url(/resources/img/list-item-arrow.png) no-repeat 0 7px;
    padding-left: 25px;
    font-weight: 400;
    line-height: 24px;
}