/* Student 2 Page 1 */
.client-profile {
    background-color: #4b4b4b;
    padding: 5px;
}

.artisan-image {
    height: 400px;
}

.visit-us-image {
    width: 600px;
}

.howmade-image {
    width: 500px;
}

/* Student 2 Page 2 */
.product-link {
    color: black;
    text-decoration: none;

    &:hover {
        color: #444;
    }
}

.product-image {
    height: 600px;
}

.stock-check {
    color: #777;
}

.product-price {
    font-weight: 700;
    font-size: 1.5rem;
}

.product-shipping {
    font-size: 0.9rem;
    color: #777;
}