
.jlc-product-category-carousel-widget {
    width: 100%;
}

.jlc-product-category-carousel-widget .product-category-swiper {
    width: 100%;
    position: relative;
}

.jlc-product-category-carousel-widget .swiper-wrapper {
    align-items: stretch;
    /*justify-content: center;*/
}

.jlc-product-category-carousel-widget .swiper-slide {
    height: auto;
    display: flex;
    padding: 0;
}

.jlc-product-category-carousel-widget .product-category-card__item {
    background: #fff;
    border: 0.063rem solid #dadada;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.2s ease;
    width: 100%;
    height: 100%;
}

.jlc-product-category-carousel-widget .product-category-card__item:hover {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.jlc-product-category-carousel-widget .product-category-card__item:hover .product-category-card__title  {
    color:#ffffff;
}

.jlc-product-category-carousel-widget .product-category-card__item:hover svg  {
    color:#ffffff!important;
    fill: #ffffff!important;
}

.jlc-product-category-carousel-widget .product-category-card__item:hover svg *  {
    color:#ffffff!important;
    fill: #ffffff!important;
}

.jlc-product-category-carousel-widget .product-category-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 2rem 1rem;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

.jlc-product-category-carousel-widget .product-category-card__link:hover {
    text-decoration: none;
    color: inherit;
}

.jlc-product-category-carousel-widget .product-category-card__item svg {
    width: 100% !important;
    height: 100% !important;
    max-width: 3rem !important;
    max-height: 3rem !important;
    fill: var(--e-global-color-accent)!important;
    color: var(--e-global-color-accent)!important;
    transition: all 0.2s ease;
}

.jlc-product-category-carousel-widget .product-category-card__item svg * {
    fill: var(--e-global-color-accent)!important;
    color: var(--e-global-color-accent)!important;
}

.jlc-product-category-carousel-widget .product-category-card__title {
    margin: 0;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
    font-family: var(--e-global-typography-c11bb67-font-family), Sans-serif;
    transition: all 0.2s ease;
}

.jlc-product-category-carousel-widget .product-category-swiper-wrapper{
    display: flex;
    align-items: center;
}

.jlc-product-category-carousel-widget .swiper-button-prev,
.jlc-product-category-carousel-widget .swiper-button-next{
    width: 3.124rem;
    height: 3.124rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 0.063rem solid var(--e-global-color-a72e151,#c8c8c8);
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.3s ease;
    background-color: #ffffff;
    position: relative;
    left: unset;
    right: unset;
    top:unset;
    transform: unset;
    flex-shrink: 0;
    margin-top: 0;
}

@media (max-width: 767px) {
    .jlc-product-category-carousel-widget .swiper-button-prev,
    .jlc-product-category-carousel-widget .swiper-button-next{
        display: none;
    }
}

.jlc-product-category-carousel-widget .swiper-button-prev.swiper-button-lock,
.jlc-product-category-carousel-widget .swiper-button-next.swiper-button-lock{
    display: none;
}

.jlc-product-category-carousel-widget .swiper-button-prev{
    left: 0.063rem;
}

.jlc-product-category-carousel-widget .swiper-button-next{
    left: -0.125rem;
}

.jlc-product-category-carousel-widget .swiper-button-prev:hover,
.jlc-product-category-carousel-widget .swiper-button-next:hover{
   transform: none;
   box-shadow: none;
   border-color:var(--e-global-color-3dcc5a4,#1a1a1a);
}

.jlc-product-category-carousel-widget .swiper-button-prev:after,
.jlc-product-category-carousel-widget .swiper-button-next:after{
    content: none;
}

.jlc-product-category-carousel-widget .swiper-button-prev svg,
.jlc-product-category-carousel-widget .swiper-button-next svg{
    width: 1.8rem;
    height: 1.8rem;
    color: var(--e-global-color-3dcc5a4,#1a1a1a);
}


.jlc-product-category-carousel-widget.has-few-slides .swiper-wrapper {
    justify-content: center;
}

.jlc-product-category-carousel-widget .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 1.5rem;
    text-align: center;
    display: block;
}

.jlc-product-category-carousel-widget .swiper-pagination.swiper-pagination-lock{
    display: none!important;
}

.jlc-product-category-carousel-widget .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    margin: 0 0.5rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.jlc-product-category-carousel-widget .swiper-pagination-bullet-active {
    background:  var(--e-global-color-3dcc5a4,#1a1a1a);
}

/* Ocultar bullets en desktop */
@media (min-width: 768px) {
    .jlc-product-category-carousel-widget .swiper-pagination {
        display: none;
    }
}

