.price {
    font-weight: 700;
    }
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    }
