.epc-carousel-wrapper {
    width: 100%;
    position: relative;
    margin: 30px 0;
}

/* ==========================================
   SWIPER
========================================== */

.epc-swiper {
    width: 100%;
    overflow: hidden;

    opacity: 0;
    visibility: hidden;

    transition: opacity .5s ease;
}

.epc-swiper.epc-swiper-loaded {
    opacity: 1;
    visibility: visible;
}

.epc-swiper .swiper-slide {
    display: flex;
    height: auto;
    padding: 0 8px;
    box-sizing: border-box;
}

/* ==========================================
   HOVER
========================================== */

.epc-swiper .product:hover {
    transform: translateY(-3px);
    transition: all .3s ease;
}

/* ==========================================
   FLECHAS
========================================== */

.epc-swiper-prev,
.epc-swiper-next {

    width: 42px;
    height: 42px;

    position: absolute;
    top: 50%;

    transform: translateY(-50%);
    z-index: 10;

    cursor: pointer;

    border-radius: 50%;

    background: rgba(255,255,255,.95);

    box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.epc-swiper-prev {
    left: -10px;
}

.epc-swiper-next {
    right: -10px;
}

.epc-swiper-prev::after {

    content: "‹";

    display: block;

    text-align: center;

    line-height: 42px;

    font-size: 28px;
}

.epc-swiper-next::after {

    content: "›";

    display: block;

    text-align: center;

    line-height: 42px;

    font-size: 28px;
}

.epc-swiper-pagination {

    margin-top: 20px;

    text-align: center;
}

/* ==========================================
   WOODMART
========================================== */

.epc-swiper .content-product-imagin {

    opacity: 0 !important;

    margin: 0 !important;

    height: 0 !important;

}
.epc-swiper .product-grid-item {

    display: flex !important;

    flex-direction: column !important;

    height: 100% !important;
}

.epc-swiper .product-wrapper {

    display: flex !important;

    flex-direction: column !important;

    width: 100% !important;

    height: 100% !important;
}

.epc-swiper .product-element-bottom {

    display: flex !important;

    flex-direction: column !important;

    flex-grow: 1 !important;
}

/* ==========================================
   TITULOS
========================================== */

.epc-swiper .wd-entities-title {

    min-height: 96px !important;

    margin-bottom: 8px !important;
}

.epc-swiper .wd-entities-title a {

    display: -webkit-box !important;

    -webkit-box-orient: vertical !important;

    -webkit-line-clamp: 6 !important;

    overflow: hidden !important;

    line-height: 24px !important;

    text-overflow: ellipsis !important;
}

/* ==========================================
   MARCA
========================================== */

.epc-swiper .wd-product-brands-links {

    min-height: 22px;
}

/* ==========================================
   STOCK
========================================== */

.epc-swiper .wd-product-stock {

    min-height: 22px;
}

/* ==========================================
   PRECIO
========================================== */

.epc-swiper .wrap-price {

    margin-top: auto !important;
}

/* ==========================================
   OCULTAR ATRIBUTOS
========================================== */

.epc-swiper .fade-in-block,
.epc-swiper .hover-content-wrap,
.epc-swiper .hover-content,
.epc-swiper .wd-more-desc,
.epc-swiper .wd-more-desc-inner,

.epc-swiper .wd-product-attributes,
.epc-swiper .wd-product-attributes-table,
.epc-swiper table.shop_attributes,
.epc-swiper .shop_attributes,
.epc-swiper .woocommerce-product-attributes,
.epc-swiper table.woocommerce-product-attributes,
.epc-swiper .woocommerce-product-attributes-item {

    display: none !important;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:767px) {

    .epc-swiper-prev,
    .epc-swiper-next {

        display: none;
    }
    
.epc-swiper .wd-product {

    background: white !important;

    border: 4px solid #0082F1 !important;

    border-radius: 12px !important;

}
}
