/* Cova No Products Message */
.cova-no-products {
    text-align: center;
}

/* Cova Products Slider */
.splide .product-image-wrap {
    min-height: 280px;
    position: relative;
    padding: 20px;
    overflow: hidden;
}
.splide .product-image-wrap img {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.splide .product-name {
    height: 6rem;
}
.splide .product-price {
    text-align: center;
}
.splide .product-name,
.splide .product-price {
    font-size: 1.5rem;
}
.splide .product-description {
    height: 3rem;
}
.splide .product-category,
.splide .product-description {
    font-size: 1rem;
}
.splide .product-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.splide a.product-button {
    padding: 1rem 0.6rem;
    margin: 0 auto;
    border: 1px solid buttonborder;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
    display: block;
    text-align: center;
}
.splide__arrow--prev {
    /*left: -3em;*/
}
.splide__arrow--next {
    /*right: -3em;*/
}
.splide__pagination {
    bottom: -4em;
}
@media only screen and (max-width: 640px) {
    .splide .product-category {
        display: none;
    }
    .splide .product-name {
        text-align: center;
    }
    .splide__list {
        display: flex !important;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 0 !important;
    }
    .splide__slide {
        flex-grow: 0 !important;
        flex-basis: calc(100% / 2) !important;
        padding: 10px;
        text-align: center;
    }
}

/* Cova Categories Filter */
.cova-categories-filter {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.cova-categories-filter li {
    display: inline-block;
    margin: 0 10px;
}
.cova-categories-filter li a {
    text-decoration: none;
    text-transform: uppercase;
}
.cova-categories-filter li:first-child a {
    text-decoration: underline;
}
.cova-categories-filter li a:active,
.cova-categories-filter li a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}
.cova-category-product-sliders-wrap {
    margin: 0 !important;
    max-width: unset !important;
}
.cova-category-product-slider {
    display: none;
    width: 100%;
}
.cova-category-product-slider:first-child {
    display: block;
}

/* Cova Featured Product */
.cova-featured-product .product-image-wrap {

}
.cova-featured-product .product-image-wrap img {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.cova-featured-product .product-price {
    text-align: center;
}
.cova-featured-product .product-name,
.cova-featured-product .product-price {
    font-size: 1.5rem;
}
.cova-featured-product .product-description {
    height: 3rem;
}
.cova-featured-product .product-category,
.cova-featured-product .product-description {
    font-size: 1rem;
}
.cova-featured-product .product-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cova-featured-product a.product-button {
    padding: 1rem 0.6rem;
    margin: 0 auto;
    border: 1px solid buttonborder;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
    display: block;
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .cova-featured-product {
        text-align: center;
    }
    .cova-featured-product .product-image-wrap img {
        width: 50%;
    }
}

/* Cova Categories */
.cova-categories-wrap {
    display: block;
    min-width: 100%;
}
.cova-categories {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}
.cova-categories li {
    flex-grow: 0;
    flex-basis: calc(100% / 2);
    padding: 20px;
    text-align: center;
}
.cova-categories li a.category-button {
    text-decoration: none;
}

@media only screen and (min-width: 640px) {
    .cova-categories li {
        flex-grow: 1;
        flex-basis: 0;
    }
}
