/* =============================================================================
   COVA WORDPRESS PLUGIN STYLES
   ============================================================================= */

/* -----------------------------------------------------------------------------
   GENERAL STYLES
   ----------------------------------------------------------------------------- */

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

/* Global Product Image Styles */
.product-image-wrap img {
    width: 250px !important;
    height: 250px !important;
    object-fit: cover !important;
}

/* General Product Text Alignment */
.splide__list li p,
.product-category,
.product-name {
    text-align: center;
}

/* -----------------------------------------------------------------------------
   PRODUCT SLIDER (SPLIDE)
   ----------------------------------------------------------------------------- */

/* Product Slider Container */
.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%);
}

/* Product Content */
.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;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.splide .product-category,
.splide .product-description {
    font-size: 1rem;
}

.splide a.category-button {
	display: block;
	text-align: center;
}

/* Product Button */
.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 Navigation */
.splide__pagination {
    bottom: -4em;
}

.splide .splide__pagination {
    bottom: -1em;
}

/* Category Slider Specific */
.splide .product-image-wrap.cat-slider {
    min-height: initial;
    text-align: center;
}

.splide .product-image-wrap.cat-slider img {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
}

/* -----------------------------------------------------------------------------
   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;
    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;
}

/* -----------------------------------------------------------------------------
   FEATURED PRODUCT
   ----------------------------------------------------------------------------- */

.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;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cova-featured-product .product-category,
.cova-featured-product .product-description {
    font-size: 1rem;
}

.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;
}

/* -----------------------------------------------------------------------------
   CATEGORIES DISPLAY
   ----------------------------------------------------------------------------- */

.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 p a.category-button {
    text-decoration: none;
}

/* =============================================================================
   RESPONSIVE STYLES
   ============================================================================= */

/* -----------------------------------------------------------------------------
   DESKTOP STYLES (min-width: 640px)
   ----------------------------------------------------------------------------- */

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

/* -----------------------------------------------------------------------------
   TABLET STYLES (max-width: 980px)
   ----------------------------------------------------------------------------- */

@media only screen and (max-width: 980px) {
    .splide .product-image-wrap.cat-slider img {
        width: 100%;
    }
}

/* -----------------------------------------------------------------------------
   MOBILE STYLES (max-width: 640px)
   ----------------------------------------------------------------------------- */

@media only screen and (max-width: 640px) {
    /* Product Slider Mobile */
    .splide .product-category {
        display: none;
    }
    
    .splide .product-name {
        text-align: center;
        height: 0px;
    }
    
    .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;
    }
    
    .splide .splide__slide {
        flex-basis: 100% !important;
    }
    
    .splide__list .splide__slide {
        min-height: inherit !important;
    }
    
    .splide__slide .cova-categories-wrap .cova-categories li {
        flex-basis: 100% !important;
    }
    
    /* Featured Product Mobile */
    .cova-featured-product {
        text-align: center;
    }
    
    .cova-featured-product .product-image-wrap img {
        width: 50%;
    }
    
    /* Categories Mobile */
    .cova-categories {
        display: block !important;
    }
    
    /* Category Slider Mobile */
    .splide .product-image-wrap.cat-slider img {
        width: auto;
    }
}