.product__prices strong.price {
    color: #005679;
    font-size: 2.25rem;
    font-weight: bold;
}

.hotspot .product {
    border: 1px solid #e6eff2;
    border-radius: 0;
    padding: 12px;
}

.product {
    border: 1px solid #e6eff2;
    border-radius: 0;
    padding: 12px;
}

.hotspot .product__icon {
    background: #ffffff;
}

.product__icon {
    background: #ffffff;
}

.product__name {
    font-size: 1.3rem;
    font-weight: normal; ;
}