﻿.shop-filter:last-child {
    margin-bottom: 100px;
}

.shop-filter {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    padding: 1.5rem;
}

.shop-filter h4 {
    color: #131313;
    font-family: 'Playfair Display','Times New Roman','Serif';
    font-size: 1.2em;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 1.5rem;
    margin-bottom: 1.8rem;
    text-align: center;
}

.shop-filter h4::after {
    background-color: #ECA2AD;
    content: "";
    display: block;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    width: 80px;
}

.shop-filter ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}

.shop-filter li {
    margin-bottom: 5px;
}

.product {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
    padding: 1.2rem;
    transition: .3s ease;
}

.product .image img {
    box-shadow: 0 10px 20px -3px rgba(0, 0, 0, 0.2);
    height: 100%;
    margin-bottom: 1.5rem;
    width: 100%;
}

.product .title {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 !important;
}

.product .author {
    margin-bottom: 1rem;
    margin-top: .3rem;
}

.product .price {
    color: #fbb908;
    font-size: 1rem;
    font-weight: bold;
}

.product .action {
    margin-top: 20px;
}
