.home-section .grid .product {
    position: relative;
    margin-bottom: 30px;
}

.home-section .grid .product .product-image:hover {
    opacity: 0.5;
}

.home-section .grid .product .product-title {
    padding-top: 10px;
}

.home-section .grid .product .badge-sale {
    top: 3px;
    right: 3px;
    position: absolute;
    line-height: 1.1;
}

.home-section .grid .product .badge-sale span {
    height: 55px;
    width: 55px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
    border-radius: 50%;
    font-size: 13px;
    color: #fff;
    background-color: #c8493f;
}

.home-section .grid .product .product-prices .product-price-on-sale {
    color: #c8493f;
}

.collection-item {
    margin-bottom: 30px;
    text-align: center;
}

.collection-item .collection-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    width: 100%;
    height: 200px;
}

.collection-item .collection-item-image:hover {
    opacity: 0.5;
}

.collection-item .collection-item-title {
    transition: 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    text-shadow: 0 0 15px rgba(0,0,0,0.1);
    font-weight: 400;
    font-size: 1rem;
    display: block;
    padding-top: 10px;
}