.product {
    margin-bottom: 1.5rem;
}




.product-image {
    position: relative;
    border-bottom: 2px solid #495057;
}
.product-image-container {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.ribbon {
    background-color: #dc3545!important;
    position: absolute;
    top: 10px;
    left: -11px;
    z-index: 999;
    display: inline-block;
    font-family: "HK Grotesk",sans-serif;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .3em;
    padding: 3px 15px 5px;
    color: #fff;
    text-align: center;
}
.product-hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.92);
    opacity: 0;
    transition: opacity .3s;
}
.product:hover .product-hover-overlay {
    opacity: 1;
}
.product-hover-overlay .product-hover-overlay-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.product-hover-overlay .product-hover-overlay-buttons {
    z-index: 3;
}
.product-hover-overlay .btn.btn-buy {
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-left: .5rem;
    margin-right: .5rem;
}




/* ----------------------------------------- */
/*
.product-categories,
.product-categories ul {
    font-family: "Fjalla One", sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1rem; }

.product-categories a {
    text-decoration: none;
    color: #4A4A4A; }

.product-categories > li > a {
    font-size: 1.8em;
    color: #9B9B9B; }

.product-categories > li > .count {
    display: none; }

.product-categories ul {
    padding-left: 1em;
    padding-bottom: 1em; }

.product-categories ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    line-height: 1.1;
    padding: 0.5em 0; }
.product-categories ul > li:after {
    content: '';
    position: absolute;
    border-top: 2px solid #F8F8F8;
    width: 100%;
    top: 1em;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.product-categories ul > li > a {
    background: #FFF;
    padding-right: 10px;
    position: relative; }
.product-categories ul > li > a:after {
    position: absolute;
    content: '';
    background: transparent;
    top: 0;
    right: -5px;
    bottom: 0;
    left: -10px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    z-index: 1;
    -webkit-transition: background 0.24s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: background 0.24s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: background 0.24s ease-in-out, transform 0.5s ease-in-out;
    transition: background 0.24s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    border-radius: 100px; }

.product-categories ul > li:nth-child(4n+1) > a:hover:after,
.product-categories ul > li.current-cat:nth-child(4n+1) > a:after {
    background: rgba(255, 33, 46, 0.1);
    -webkit-transform: rotate(-2deg) scale(1);
    transform: rotate(-2deg) scale(1); }

.product-categories ul > li:nth-child(4n+2) > a:hover:after,
.product-categories ul > li.current-cat:nth-child(4n+2) > a:after {
    background: rgba(255, 246, 81, 0.3);
    -webkit-transform: rotate(3deg) scale(1);
    transform: rotate(3deg) scale(1); }

.product-categories ul > li:nth-child(4n+3) > a:hover:after,
.product-categories ul > li.current-cat:nth-child(4n+3) > a:after {
    background: rgba(74, 196, 255, 0.3);
    -webkit-transform: rotate(-4deg) scale(1);
    transform: rotate(-4deg) scale(1); }

.product-categories ul > li:nth-child(4n+4) > a:hover:after,
.product-categories ul > li.current-cat:nth-child(4n+4) > a:after {
    background: rgba(167, 239, 83, 0.3);
    -webkit-transform: rotate(2deg) scale(1);
    transform: rotate(2deg) scale(1); }

*/

