﻿.shop.block2 {
    background-color: #edf3f1;
}
.shop.block3 {
    background-color: #eff4fa;
}
.shop.block4 {
    background-color: #eff4fa;
}

.product-container h1 {
    font-size: 2rem;
    font-weight: 400;
}

.products-container h1, .products-container p, .products-container li, .products-container a,
.main p,
.main li,
.main label,
.main span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.product-container .price, .product-container .prevPrice {
    font-size: 28px;
    font-weight: 300;
}

.product-container .price {
    font-family: var(--font-family);
    color: red;
}

.product-container .prevPrice {
    font-family: var(--font-family);
    text-decoration: line-through;
    color: #4a5f70;
}

.product-container h3 {
    min-height: 57px;
}

@media only screen and (min-width: 768px) {
    .shop.block2 h3, .shop.block3 h3, .shop.block4 h3 {
        font-family: var(--second-font-family);
        font-size: 40px;
        margin-bottom: 20px;
    }

    .shop .product-image__big {
        width: 440px;
    }
    .shop.block2 p, .shop.block3 p, .shop.block4 p {
        font-size: 16px;
        line-height: 1.58em;
        letter-spacing: 1.1px;
        color: #4a5f70;
        font-family: var(--font-family);
        font-weight: 300;
    }
}

