.c-product-card__card-spacer{height:auto !important;margin:0 15px}
.c-product-card__single-card{background-color:#fff;border:1px solid #ccc;border-radius:4px;display:flex;flex-direction:column;height:100%;padding:15px}
.c-product-card__logo-container{height:40px;margin-bottom:6px;max-width:50%}
.c-product-card__product-link{display:block}
.c-product-card__logo-container img{max-height:100%;max-width:100%}
.c-product-card__top-category{color:#58666e}
.c-product-card__single-card h3{font-size:16px;margin:0 0 6px}
.c-product-card__img-wrapper{align-items:center;display:flex;height:114px;justify-content:center;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{line-height:1.5;list-style-type:none;padding:0}
.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{background-color:#fff;border:1px solid #ccc;border-radius:50%;height:30px;width:30px;z-index:1}
.c-product-card__card-wrapper .slick-next:before,.c-product-card__card-wrapper .slick-prev:before{color:#58666e;font-family:Font Awesome\ 7 Pro,sans-serif;font-weight:900}
.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}
}