.c-product-card__card-spacer{margin:0 15px;height:auto !important}
.c-product-card__single-card{display:flex;flex-direction:column;border:1px solid #ccc;background-color:#fff;border-radius:4px;padding:15px;height:100%}
.c-product-card__logo-container{margin-bottom:6px;max-width:50%;height:40px}
.c-product-card__product-link{display:block}
.c-product-card__logo-container img{max-width:100%;max-height:100%}
.c-product-card__top-category{color:#58666e}
.c-product-card__single-card h3{margin:0 0 6px;font-size:16px}
.c-product-card__img-wrapper{display:flex;align-items:center;justify-content:center;height:114px;margin:12px 0}
.c-product-card__img-wrapper img{max-height:100%}
.c-product-card__stock-status{font-weight:500;margin-top:auto}
.c-product-card__description{border-top:2px solid #005cb2;margin-top:2px;padding-top:4px}
.c-product-card__description p{font-size:14px}
.c-product-card__description ul{list-style-type:none;padding:0;line-height:1.5}
.c-product-card__description p:last-child,.c-product-card__description ul:last-child{margin-bottom:0}
.c-product-card__card-wrapper{margin:0 -15px}
.c-product-card__card-wrapper .slick-track{display:flex;margin-left:0}
.c-product-card__card-wrapper .slick-next{right:0}
.c-product-card__card-wrapper .slick-prev{left:0}
.c-product-card__card-wrapper .slick-next,.c-product-card__card-wrapper .slick-prev{height:30px;width:30px;border-radius:50%;border:1px solid #ccc;background-color:#fff;z-index:1}
.c-product-card__card-wrapper .slick-next:before,.c-product-card__card-wrapper .slick-prev:before{color:#58666e;font-family:fontawesome}
.c-product-card__card-wrapper .slick-next:before{content:"\f105"}
.c-product-card__card-wrapper .slick-prev:before{content:"\f104"}
@media(max-width:800px){.c-product-card__card-wrapper .slick-list{padding:0 20% 0 0}
}