h2 {
    color: red;
}
img {
    width: 190px;
    height: 190px;
}
.sanpham {
    position: relative;
    display: inline-block;
    text-align: center;
}
.hoamoi .sanpham {
    padding-left: 7px;
}
.khuyenmai {
    background-color: #fdeee9;
    padding: 10px;
}
.khuyenmai .sanpham {
    background-color: white;
    padding: 10px;
    margin: 5px;
    box-shadow: 2px 5px rgba(0, 0, 0, 0.1);
    width: 200px;
    height: 300px;
}
.khuyenmai .sanpham img {
    border: 5px solid white;
    margin: 5px;
    background: white;
}
.sanpham .giakm {
    color: red;
    padding-left: 5px;
}
.khuyenmai .sanpham {
    padding-left: 7px;
}
.sanpham .sale {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: purple;
    color: white;
    padding: 4px 6px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 3px;
}
.sanpham .freeship {
    bottom: 89px;
    left: 0px;
    display: flex;
    justify-self: center;
    align-items: center;
    background: linear-gradient(to right, yellow, orange);
    color: white;
    padding: 7px;
    height: 10px;
}
.freeship {
    float: left;
    bottom: 88px;
    background: orange;
    color: white;
    z-index: 2000;
    position: absolute;
}
.new {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: white;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(20deg);
    border-top-right-radius: 5px;
}
.hoamoi .sanpham img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: 0px 4px 6px gray;
}