.prodGrid2 {
    position: relative;
    background: #fff;
    /*border: 1px solid #e4e4e4;*/
    text-align: left;
    border-radius: 3px;
    box-shadow: none;
    overflow: hidden;
    border: none;
    padding-bottom: 15px;
    padding-top: 10px;
    border: 1px solid #ddd;
}

/* Desktop product quickview */
.erQuickview {
    display: none;
}

@media (min-width: 992px) {
    .ersonCategoryPage .JSeyeReview {
        display: none !important;
    }

    .ersonCategoryPage .wrapProdGrid2 {
        position: relative;
    }

    .ersonCategoryPage .prodGrid2 {
        overflow: visible;
    }

    .ersonCategoryPage .prodGrid2:hover {
        z-index: 85;
    }

    .ersonCategoryPage .erQuickview {
        position: absolute;
        top: var(--erQuickviewTop, 0);
        left: 100%;
        z-index: 80;
        width: min(720px, calc(100vw - 420px));
        min-height: 460px;
        grid-template-columns: minmax(260px, .95fr) minmax(320px, 1.05fr);
        gap: 28px;
        padding: 34px;
        border: 1px solid #dfe6f0;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 26px 80px rgba(15, 23, 42, .18);
        transform: none;
        text-align: left;
    }

    .ersonCategoryPage .erQuickview.is-visible {
        display: grid;
    }

    .ersonCategoryPage .erQuickview.is-measuring {
        display: grid;
        visibility: hidden;
        pointer-events: none;
    }

    .ersonCategoryPage .erQuickview.is-right {
        right: auto;
        left: 100%;
    }

    .ersonCategoryPage .erQuickview.is-left {
        right: 100%;
        left: auto;
    }

    .ersonCategoryPage .erQuickview.is-compact {
        grid-template-columns: minmax(210px, .9fr) minmax(260px, 1.1fr);
        gap: 20px;
        padding: 26px;
    }

    .ersonCategoryPage .erQuickview.is-compact .erQuickview__image {
        height: 250px;
    }

    .ersonCategoryPage .erQuickview.is-compact .erQuickview__image img {
        max-height: 250px !important;
    }

    .ersonCategoryPage .erQuickview__media {
        position: relative;
        min-width: 0;
    }

    .ersonCategoryPage .erQuickview__fav,
    .ersonCategoryPage .erQuickview > .favoriteProduct {
        position: absolute;
        top: 18px;
        right: 18px;
        z-index: 6;
        width: 40px;
        height: 40px;
        border: 1px solid #e4e9f1;
        border-radius: 8px;
        background: #fff;
        color: #64748b;
        font-size: 18px;
        line-height: 40px;
        text-align: center;
        box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
        cursor: pointer;
    }

    .ersonCategoryPage .erQuickview > .favoriteProduct .JStoggleFavorite {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: inherit;
    }

    .ersonCategoryPage .erQuickview__fav:hover,
    .ersonCategoryPage .erQuickview__fav.active,
    .ersonCategoryPage .erQuickview__fav.selected,
    .ersonCategoryPage .erQuickview > .favoriteProduct:hover,
    .ersonCategoryPage .erQuickview > .favoriteProduct.yes,
    .ersonCategoryPage .erQuickview > .favoriteProduct.active,
    .ersonCategoryPage .erQuickview > .favoriteProduct.selected {
        border-color: #ffd6df;
        background: #fff5f7;
        color: #e11d48;
    }

    .ersonCategoryPage .erQuickview__image {
        height: 300px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 18px;
    }

    .ersonCategoryPage .erQuickview__image img {
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 300px !important;
        object-fit: contain;
    }

    .ersonCategoryPage .erQuickview__thumbs {
        display: grid;
        grid-template-columns: repeat(5, 46px);
        gap: 9px;
    }

    .ersonCategoryPage .erQuickview__thumbs span {
        width: 46px;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #e1e7f0;
        border-radius: 6px;
        background: #f8fafc;
        color: var(--erson-primary-color);
        font-size: 14px;
        font-weight: 900;
        overflow: hidden;
        cursor: pointer;
    }

    .ersonCategoryPage .erQuickview__thumbs span.more {
        cursor: default;
    }

    .ersonCategoryPage .erQuickview__thumbs span:not(.more):hover {
        border-color: var(--erson-primary-color);
    }

    .ersonCategoryPage .erQuickview__thumbs span.active {
        border-color: var(--erson-primary-color);
        box-shadow: inset 0 0 0 1px var(--erson-primary-color);
    }

    .ersonCategoryPage .erQuickview__thumbs img {
        max-width: 42px;
        max-height: 42px;
        object-fit: contain;
    }

    .ersonCategoryPage .erQuickview__info {
        min-width: 0;
    }

    .ersonCategoryPage .erQuickview__brand {
        display: inline-flex;
        align-items: center;
        gap: 9px;
        margin-bottom: 12px;
        color: #111827;
        font-size: 13px;
        font-weight: 900;
    }

    .ersonCategoryPage .erQuickview__brand span {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: #eef3fb;
        color: #6b7280;
        font-size: 12px;
    }

    .ersonCategoryPage .erQuickview__name {
        display: block;
        max-height: 58px;
        margin-bottom: 10px;
        overflow: hidden;
        color: #111827;
        font-size: 24px;
        line-height: 1.18;
        font-weight: 900;
        text-decoration: none;
    }

    .ersonCategoryPage .erQuickview__rating {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 12px;
        color: #8b95a5;
        font-size: 12px;
    }

    .ersonCategoryPage .erQuickview__rating span {
        color: #ffba08;
        letter-spacing: 1px;
    }

    .ersonCategoryPage .erQuickview__rating em {
        font-style: normal;
    }

    .ersonCategoryPage .erQuickview__price {
        margin-bottom: 12px;
        color: #111827;
        font-size: 30px;
        font-weight: 900;
        line-height: 1;
    }

    .ersonCategoryPage .erQuickview__price small {
        margin-left: 8px;
        color: #6b7280;
        font-size: 13px;
        font-weight: 700;
    }

    .ersonCategoryPage .erQuickview__stock,
    .ersonCategoryPage .erQuickview__shipping {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 10px;
        color: #111827;
        font-size: 14px;
        font-weight: 800;
    }

    .ersonCategoryPage .erQuickview__stock {
        color: #00943a;
    }

    .ersonCategoryPage .erQuickview__stock span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #00943a;
    }

    .ersonCategoryPage .erQuickview__desc {
        max-height: 40px;
        margin: 12px 0 18px;
        overflow: hidden;
        color: #4b5563;
        font-size: 13px;
        line-height: 1.5;
    }

    .ersonCategoryPage .erQuickview__options {
        display: grid;
        grid-template-columns: 1fr 112px;
        gap: 18px;
        margin: 0 0 18px;
        padding-top: 18px;
        border-top: 1px solid #e5eaf2;
    }

    .ersonCategoryPage .erQuickview__options strong {
        display: block;
        margin-bottom: 10px;
        color: #111827;
        font-size: 13px;
        font-weight: 800;
    }

    .ersonCategoryPage .erQuickview__chips {
        display: flex;
        gap: 8px;
    }

    .ersonCategoryPage .erQuickview__chips em {
        min-width: 46px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #dfe6f0;
        border-radius: 6px;
        color: #111827;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
    }

    .ersonCategoryPage .erQuickview__chips em.active {
        border-color: var(--erson-primary-color);
        color: var(--erson-primary-color);
        box-shadow: inset 0 0 0 1px var(--erson-primary-color);
    }

    .ersonCategoryPage .erQuickview__color {
        width: 34px;
        height: 34px;
        display: block;
        border: 3px solid #fff;
        border-radius: 50%;
        background: #050505;
        box-shadow: 0 0 0 1px #d7dde7;
    }

    .ersonCategoryPage .erQuickview__cart,
    .ersonCategoryPage .erQuickview__product {
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 900;
        text-decoration: none;
    }

    .ersonCategoryPage .erQuickview__cart {
        gap: 9px;
        margin-bottom: 10px;
        background: var(--erson-primary-color);
        color: #fff;
    }

    .ersonCategoryPage .erQuickview__cart:hover {
        background: #0042bd;
        color: #fff;
        text-decoration: none;
    }

    .ersonCategoryPage .erQuickview__product {
        border: 1px solid #dfe6f0;
        background: #fff;
        color: #111827;
    }

    .ersonCategoryPage .erQuickview__product:hover {
        border-color: var(--erson-primary-color);
        color: var(--erson-primary-color);
        text-decoration: none;
    }
}

.prodGrid2 .logSku{
    position: absolute;
    bottom: 0;
    right: 3px;
    font-size: 7px;
    color: #c7c7c7;
}

.prodGrid2 .caption{
    /* overflow: hidden; */
    /* border-top: 2px solid #e8e8e8; */
    padding-top: 11px;
}
.prodGrid2 a.name{
    display: block;
    /* color: #7b7b7b; */
    /* font-weight: bold; */
    position: relative;
    font-size: 13px;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    padding-left: 10px;
    margin-bottom: 1px;
    padding-right: 10px;
    color: #000;
    text-transform: uppercase;
    display: block;
    margin-top: 16px;
}
.prodGrid2 .loadingImg{
    position: absolute;
    top: 99px;
    width: 30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    height: 30px;
    background: url(../../resources/img/loading.gif) no-repeat;
    background-size: cover;
    opacity: 0.4;
}
.prodGrid2 a.name:hover,
.prodGrid2 a.name:focus{
    text-decoration: none;
    color: #000;
}

.prodGrid2 .caption .wrapPrice{
    /* padding-right: 8px; */
    /* padding-left: 20px; */
}
.prodGrid2 .caption .price{
    padding: 0 30px 0 0;
    /* font-family: Roboto,sans-serif; */
    position: relative;
    font-size: 31px;
    margin-bottom: 7px;
    height: 41px;
    font-weight: 800;
    top: 0;
    float: left;
    min-width: 40px;
    color: #000;
    text-shadow: -2px 2px 3px #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 2px -1px 0 #fff, 3px 4px 0 #aaa;
}

.prodGrid2 .caption .price .decimal{
    font-size: 16px;
    top: -9px;
    position:relative;
}

.prodGrid2 .caption .priceOld{
    /* display: block; */
    /* float: right; */
    text-decoration: line-through;
    color: #999;
    /* text-indent: -17px; */
    /* font-size: 20px; */
    font-weight: 600;
    /* font-size: 12px !important; */
    white-space: nowrap;
}
.prodGrid2 .caption .vote{
    height: 20px;
    overflow: hidden;
}
.prodGrid2 .caption .stockBar{
    margin-bottom: 11px;
}

.prodGrid2 .prod_img {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-top: -3px;
    margin-right: 30px;
    margin-left: 30px;
}

.prodGrid2 .prod_img img{
    width: 100% !important;
}

.prodGrid2 .prod_img > a{
    display: block;
    text-align: center;
}
.prodGrid2 .prod_price {
    font-size: 21px;
}
.prodGrid2 .wrapPrice {
    /* position: absolute; */
    /* top: auto; */
    /* bottom: 67px; */
    /* z-index: 99; */
    /* left: 0; */
}












.prodGrid2 .wrapBtnAddCart {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    width: 100%;
    /* z-index: 99; */
    /* display: block; */
    /* margin-right: 13px; */
    /* margin-left: 15px; */
    height: 41px;
    position: relative;
    /* overflow: visible; */
    /* float: right; */
}

.prodGrid2 .prod_img:hover .wrapBtnAddCart {
    display: block;
}


.prodGrid2 .btnAddCart i{
    color: #fff;
    margin-left: 7px;
}

.prodGrid2 .preCompra{
    background: var(--erson-primary-color);
}
.prodGrid2 .dateDelivery{
    color: #bbb;
    position: absolute;
    bottom: -11px;
    text-align: center;
    width: 100%;
    font-size: 10px;
}


.prodGrid2 .wrapImg2{
    position: absolute;
    top: 0;
    left: 6px;
    padding-top: o;
    z-index: 10;
    height: 100%;
    right: 5px;
}
.prodGrid2 .wrapImg2 img{
    position: relative;
    z-index: 2;
    background: #fff;
    opacity: 1;
    object-fit: contain;
    height: 100% !important;
    width: 100% !important;
    top: 0;
    left: 0;
    /*display: none;*/
    -webkit-transition: all 1s ease-in-out 0s; /* Safari 3.2+, Chrome */
    -moz-transition: all 1s ease-in-out 0s; /* Firefox 4-15 */
    -o-transition: all 1s ease-in-out 0s; /* Opera 10.5-12.00 */
    transition: all 1s ease-in-out 0s; /* Firefox 16+, Opera 12.50+ */
}


.prodGrid2 .stockBar,
.prodGrid2 .vote,
.prodGrid2 .wrapRibbons{
    /* display: none; */
}
.prodGrid2{
    /*border: 1px solid #d5d5d5;*/
    /*border-left: 1px solid #d5d5d5;*/
}

.prodGrid2 img{
    border: none !important;
    color: #fff;
}


.prodGrid2:hover{
    box-shadow: none;
    /* border: none; */
}
.prodGrid2 .caption{
    border: none;
}
.prodGrid2 .caption .name{
    text-align: left !important;
    margin-bottom: 20px !important;
    line-height: 17px;
    font-weight: 600;
    color: #747373;
    height: 37px;
}

.prodGrid2 .caption .name:hover{
    color: #3b3a3a;
    text-decoration: underline;
}
.prodGrid2 .caption .wrapPrice{
    text-align: left !important;
    margin-bottom: 8px !important;
    height: 48px;
    padding-right: 0;
    /* top: 19px; */
    /* float: left; */
}
.prodGrid2 .prod_img{
    margin-bottom: 5px;
}
.prodGrid2 .caption .priceOld,
.prodGrid2 .caption .price{
    text-align: left !important;
    /* float: left; */
    /*font-size: 22px;*/
    /*top: initial;*/
}
.prodGrid2 .caption .priceOld{
    font-size: 13px !important;
    color: #999;
    margin-right: 1px;
    top: 16px;
    position: relative;
}
.prodGrid2 .caption .price{
    /*font-size: 19px !important;*/
    /*line-height: 20px;*/
    /*margin-right: 0;*/
}

.prodGrid2 .percentDiscount{
    background: url(icono-descuento.png?nc=1) no-repeat;
    position: absolute;
    width: 51px;
    height: 51px;
    border-radius: 50px;
    line-height: 51px;
    text-align: center;
    bottom: 1px;
    font-size: 15px;
    z-index: 12;
    right: 10px;
    display: none;
    font-weight: 600;
}
/*.prodGrid2 .percentDiscount:before {
    content:"";
    position: absolute;
    right: 38px;
    top: -7px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 13px solid #1d3849;
    border-bottom: 12px solid transparent;
    -ms-transform: rotate(51deg);  IE 9 
    -webkit-transform: rotate(51deg);  Chrome, Safari, Opera 
    transform: rotate(51deg);
}*/

.prodGrid2 .stockAvailable{
    background: #e6e6e6;
    margin: 0;
    height: 18px;
    /* line-height: 0; */
    /* width: 100%; */
    position: absolute;
    top: -21px;
    right: 10px;
    left: 10px;
    /* padding-left: 5px; */
}

.prodGrid2 .colorBar{
    max-width: 80%;
    min-width: 25%;
    height: 100%;
    color: #fff;
    padding-left: 3px;
    left: 0;
    text-indent: 0;
    position: absolute;
}
.prodGrid2 .colorBar .text{
    position: absolute;
    top: -8px;
    color: #999;
    left: 0;
    font-style: italic;
}
.prodGrid2 .colorBar.green{
    background: #6bc279;
}
.prodGrid2 .colorBar.red{
    background: #e06b73;
}
.prodGrid2 .colorBar.orange{
    background: #f7ab48;
}




.prodGrid2 .hoverLayer{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    background: rgba(255,255,255,1);
    /*display: none;*/
}

.prodGrid2 .hoverLayer:hover{
    /*opacity: 1;*/
    /* opacity: 0.4; */
}


.prodGrid2 .buttonActions{
    position: relative;
    top: 85px;
    /* left: 40px; */
    text-align: center;
    width: 100%;
}
.prodGrid2 .buttonActions .circleButton{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.prodGrid2 .buttonActions .circleButton a{
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 37px;
    height: 37px;
    padding: 0;
    display: inline-block;
    line-height: 37px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.prodGrid2 .buttonActions .circleButton a i{
    color: #aaa;
    margin: 0;
}

.prodGrid2 .buttonActions .circleButton:hover a{
    color:#fff;
    background: #f38a1d;
    width: 45px;
    line-height: 45px;
    height: 45px;
}
.prodGrid2 .buttonActions .circleButton:hover a i{
    color: #fff;
}

.prodGrid2 .caption .wrapPrice .discount{
    color: #e21e3a;
    font-weight: 600;
    font-size: 15px;
}

.prodGrid2 .caption > .row{
    margin: 0;
}

.prodGrid2 .stock{
    position: absolute;
    right: 11px;
    width: 76px;
    line-height: 11px;
    text-align: right;
    font-size: 10px;
}






.JS_productsList{
    position: relative;
    margin-bottom: 35px;
}
.JS_productsList .product-list > div{
    padding-right: 5px;
    padding-left: 5px;
    /* border-right: 2px solid #ebebeb; */
    margin-bottom: 10px;
    /* border-bottom: 1px solid #ebebeb; */
}

.col_center .product-list .col-sm-4:nth-child(3n+1),
.col_center .product-list .col-md-4:nth-child(3n+1),
.col_center .product-list .col-lg-4:nth-child(3n+1){
    /*clear: left;*/
}
.col_center .product-list .col-6:nth-child(2n+1){
    /*clear: left;*/
}



.product-list .wrapFlashSaleCrono{
    /* height: 2px; */
}


.prodGrid2 .hoverLayer{
    text-align: center;
    padding-top: 53px;
}
.prodGrid2 .hoverLayer > .camion{
    margin-bottom: 10px;
    width: auto !important;
}
.prodGrid2 .hoverLayer .stockInfo{
    font-weight: normal;
}
.prodGrid2 .hoverLayer .stockInfo.green{
    color: #84c045;
}
.prodGrid2 .hoverLayer .stockInfo.red{
    color: #e53a52;
}

.prodGrid2 .JStoggleHoverLayer{
    position: absolute;
    right:10px;
    top:10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 9999999999999999;
}
.prodGrid2 .black-button-link{
    color: #FFFFFF;
    background-color: #6a737a;
    border-radius: 0;
    padding: 10px;
    height: auto;
    display: block;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    clear: both;
    margin: 0 10px;
}





.cros:before, .cros:after {
    content: "";
    position: absolute;
    background: #b7b7b7;
}

.cros:before {
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.cros:after {
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
    left: 0;
}



.forceHorizontal {
    width: 100% !important;
    overflow: hidden;
    border-right-color: #fff !important;
}
.forceHorizontal .prodGrid2{
    overflow: hidden;
    padding-bottom: 0;
}
.forceHorizontal .prodGrid2 .prod_img{
    width: 30%;
    float: left;
}
.forceHorizontal .prodGrid2 .caption{
    padding-top: 52px;
}
.forceHorizontal .prodGrid2 .wrapBtnAddCart{
    position: absolute;
    /* padding: 0 15px; */
    right: 0;
    bottom: 17px;
}


.forceHorizontal .prodGrid2 .btnAddCart{
    padding-left: 23px;
    padding-right: 23px;
}
.forceHorizontal .prodGrid2 .caption .name{
    width: 41%;
}

.forceHorizontal .prodGrid2 .caption .wrapPrice{
    float: right;
    position: relative;
    width: auto;
}


@media (min-width: 991px){
    .JS_productsList .product-list > div.col-md-4:nth-child(4n+0){
        /*border-right: none;*/
    }
}


.prodGrid2 .deliveryDate{
    text-align: center;
    color: #84b84c;
    font-family: 'Open Sans', 'arial', sans-serif;
    font-size: 11px;
    position: relative;
    top: -4px;
    margin-left: 8px;
    margin-right: 8px;
    line-height: 12px;
    height: 32px;
    overflow: hidden;
    font-weight: bold;
}
.prodGrid2 .deliveryDate a{
    color: #ffbc3d;
}
.prodGrid2 .deliveryDate b{
}
.prodGrid2 .deliveryDate c{
}
.prodGrid2 .deliveryDate strong{
    font-weight: bold;
    font-size: 12px;
}



.prodGrid2 .b2bcustomer{
    margin: 0 10px;
    text-align: center;
    background: #efefef;
    color: #000;
    padding: 5px;
}
.prodGrid2 .b2bcustomer a{
    color: #000;
    font-weight: bold;
}
.prodGrid2 .b2bcustomer a:hover{
    color: #777;
}


.prodGrid2 .erson-card-favorite{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid #e4e9f1;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12);
    cursor: pointer;
}
.prodGrid2 .erson-card-favorite .JStoggleFavorite{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
}
.prodGrid2 .erson-card-favorite:hover,
.prodGrid2 .erson-card-favorite.yes,
.prodGrid2 .erson-card-favorite.active,
.prodGrid2 .erson-card-favorite.selected{
    border-color: #ffd6df;
    background: #fff5f7;
    color: #e11d48;
}
.prodGrid2 .details .favoriteProduct{
    display: none;
}


/* ribbonPromo */
.prodGrid2 .ribbonPromo {
    position: absolute;
    top: 5px;
    right: 5px;
    overflow: visible;
    font-size: 23px;
    line-height: 13px;
    z-index: 99;
    background: #f0f002;
    color: red;
    font-weight: bold;
    padding: 10px;
    border-radius: 5px;
    animation: blinker 1s linear 1s 3;
    /* animation-duration: 3s; */
}

@keyframes blinker {
    50% {
      opacity: 0;
    }
  }



.prodGrid2 .brand{
    max-height: 25px;
    position: absolute;
    top: 6px;
    height: 22px;
    z-index: 999;
    text-align: left;
    width: 100%;
}
.prodGrid2 .brand img{
    max-height: 100%;
    width: auto;
    height: auto;
    display: inline;
}


.prodGrid2 .details{
    padding-left: 10px;    
}
.prodGrid2 .details li{
    position: relative;
}
.prodGrid2 .details strong{}




.prodGrid2 .wrapBtnAddCart {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    width: 100%;
    /* z-index: 99; */
    /* display: block; */
    /* margin-right: 13px; */
    /* margin-left: 15px; */
    height: 41px;
    position: relative;
    /* overflow: visible; */
    /* float: right; */
}

.prodGrid2 .prod_img:hover .wrapBtnAddCart {
    display: block;
}

.prodGrid2 .btnAddCart{
    overflow: hidden;
    position: relative;
    background: #000;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 4px;
    padding: 7px 6px;
    margin: 0 6px 0 3px;
    width: 50%;
    float: right;
	top: 2px;    
}
.prodGrid2 .btnAddCart:hover:after{
    display: none;
    content: "";
}

.prodGrid2 .btnAddCart:hover{
    text-decoration: none;
    background: #0042bd;
    color: #fff;
    border-color: #0042bd;
}
.prodGrid2 .btnAddCart i{
    color: #fff;
    margin-left: 0;
    position: relative;
    display: inline-block;
    left: -9px;    
}

.prodGrid2 .plusMinus{
    position: relative;
    left: 10px;
    top: 2px;
}
.prodGrid2 .plusMinus input{
    border-radius: 0;
    float: left;
    font-weight: 700;
    height: 32px;
    line-height: 19px;
    margin: 0 -1px;
    padding: 6px;
    position: relative;
    text-align: center;
    top: 0;
    width: 38px;
}
.prodGrid2 .plusMinus button {
    background: #fff;
    padding: 3px 5px;
    color: #898989;
    width: 20px;
    border-color: #ccc;
}
.prodGrid2 .plusMinus .icon {
    font-size: inherit;
    position: inherit;
    top: inherit;
    right: inherit;
    font-style: inherit;
}


@media (max-width: 1400px){
    .prodGrid2 .brand{
        text-align: right;
    }
}
@media (max-width: 575px){
    .prodGrid2 .caption .name{
        padding-left: 0;
        padding-right: 0;
    }

    .prodGrid2 .prod_img{
        padding: 0 1px;
        padding-top: 30px;
    }


    .prodGrid2 .brand{
        text-align: right;
    }
    .prodGrid2 .brand img{
        height: 11px;    
    }

    .JStoggleFavorite i{
        font-size: 12px;
    }

    .prodGrid2 .stockAvailable{
        margin: 0 2px;
    }
    .prodGrid2 {
        padding: 2px;
    }
    .prodGrid2 .caption .name{
        margin-bottom: 0;
    }

    .prodGrid2 .hoverLayer{
        display: none;
    }    
    .prodGrid2 a.name{
        font-size: 10px;
        line-height: 12px;
        margin-bottom: 3px;
        margin-top: 1px;        
    }
    .prodGrid2 .details{
        font-size: 9px;        
    }

    .prodGrid2 .b2bcustomer a{
        font-size: 10px;
        line-height: 12px;
        display: block;        
    }

}

/* Shared product-card skin. Keep card styling in the grid component, not page scopes. */
.prodGrid2 {
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 16px 16px !important;
    border: 1px solid #e3e8f0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(15, 23, 42, .04) !important;
    overflow: visible !important;
}

.wrapProdGrid2 {
    display: flex !important;
    align-items: stretch !important;
}

.wrapProdGrid2 .prodGrid2 {
    width: 100% !important;
}

body.ficha .relatedProduct .wrapProdGrid2,
body.ficha .relatedProduct .prodGrid2 {
    min-height: 0 !important;
    height: auto !important;
}

.prodGrid2 .brand,
.prodGrid2 .details,
.prodGrid2 .deliveryDate,
.prodGrid2 .logSku {
    display: none !important;
}

.prodGrid2 .wrapRibbons {
    display: block !important;
}

html body .JS_productsList .prodGrid2 .wrapRibbons {
    display: block !important;
}

.prodGrid2 .ribbonRectangle {
    border-radius: 5px !important;
}

.prodGrid2 .wrapRibbon.right {
    float: right;
}

.prodGrid2 .prod_img {
    margin: 0 auto 16px !important;
    max-width: 210px !important;
}

.prodGrid2 .wrapImg2 {
    left: 0 !important;
    right: 0 !important;
}

.prodGrid2 a.name {
    height: 40px !important;
    margin: 0 0 3px !important;
    padding: 0 !important;
    color: #101219 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-transform: none !important;
}

.prodGrid2 a.name + .erson-card-meta,
.prodGrid2 .erson-card-meta {
    min-height: 18px !important;
    margin-bottom: 10px !important;
    color: #717b8c !important;
    font-size: 13px !important;
    line-height: 18px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.prodGrid2 .erson-card-rating {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 12px !important;
    font-size: 12px !important;
}

.prodGrid2 .erson-stars {
    color: #ffba08 !important;
    letter-spacing: 1px !important;
}

.prodGrid2 .caption,
.prodGrid2 .caption > .row {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

.prodGrid2 .caption .wrapPrice {
    height: auto !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}

.prodGrid2 .caption .price {
    float: none !important;
    display: inline-block !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    color: #101219 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-shadow: none !important;
}

.prodGrid2 .caption .price .decimal {
    top: 0 !important;
    font-size: inherit !important;
}

.prodGrid2 .caption .priceOld {
    position: static !important;
    color: #9aa3af !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.prodGrid2 .stock {
    right: 16px !important;
    bottom: 56px !important;
    width: auto !important;
    color: #00943a !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.prodGrid2 .plusMinus {
    display: none !important;
}

.prodGrid2 .wrapBtnAddCart {
    height: 36px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.prodGrid2 .wrapBtnAddCart .prod_form {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.prodGrid2 .btnAddCart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 36px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border-radius: 5px !important;
    background: var(--erson-primary-color) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-transform: none !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

.prodGrid2 .btnAddCart__text {
    display: inline-block !important;
    min-width: 0 !important;
    overflow: hidden !important;
    color: #fff !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.prodGrid2 .btnAddCart i {
    flex: 0 0 auto !important;
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.prodGrid2 .erson-card-favorite,
.prodGrid2 > .favoriteProduct,
.prodGrid2 .prod_img > .favoriteProduct {
    position: absolute !important;
    top: 10px !important;
    right: auto !important;
    left: 10px !important;
    z-index: 30 !important;
    width: 38px !important;
    height: 38px !important;
    border: 1px solid #e3e8f0 !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #64748b !important;
    font-size: 18px !important;
    line-height: 38px !important;
    text-align: center !important;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08) !important;
}

.prodGrid2 > .favoriteProduct .JStoggleFavorite,
.prodGrid2 .prod_img > .favoriteProduct .JStoggleFavorite {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    color: inherit !important;
}

/* Horizontal product-list view */
.JS_productsList.erListView .product-list,
#JS_main_product_list.erListView .product-list {
    display: block !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.JS_productsList.erListView .product-list > .forceHorizontal,
#JS_main_product_list.erListView .product-list > .forceHorizontal {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 16px !important;
    overflow: visible !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2,
.forceHorizontal .prodGrid2 {
    display: grid !important;
    grid-template-columns: 170px minmax(0, 1fr) 226px !important;
    grid-template-rows: auto auto 1fr !important;
    gap: 8px 24px !important;
    align-items: center !important;
    min-height: 188px !important;
    padding: 18px 20px !important;
    border-color: #dfe6f0 !important;
    box-shadow: 0 10px 26px rgba(15, 23, 42, .055) !important;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2:hover,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2:hover,
.forceHorizontal .prodGrid2:hover {
    border-color: #cfd9e8 !important;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .09) !important;
    transform: translateY(-1px);
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .prod_img,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .prod_img,
.forceHorizontal .prodGrid2 .prod_img {
    grid-column: 1 !important;
    grid-row: 1 / 4 !important;
    float: none !important;
    width: 100% !important;
    max-width: 154px !important;
    height: 154px !important;
    margin: 0 auto !important;
    padding-top: 0 !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .prod_img > a,
.JS_productsList.erListView .forceHorizontal .prodGrid2 .prod_img .wrapImg2,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .prod_img > a,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .prod_img .wrapImg2,
.forceHorizontal .prodGrid2 .prod_img > a,
.forceHorizontal .prodGrid2 .prod_img .wrapImg2 {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .prod_img img,
.JS_productsList.erListView .forceHorizontal .prodGrid2 .wrapImg2 img,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .prod_img img,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .wrapImg2 img,
.forceHorizontal .prodGrid2 .prod_img img,
.forceHorizontal .prodGrid2 .wrapImg2 img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 > .favoriteProduct,
.JS_productsList.erListView .forceHorizontal .prodGrid2 .erson-card-favorite,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 > .favoriteProduct,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .erson-card-favorite,
.forceHorizontal .prodGrid2 > .favoriteProduct,
.forceHorizontal .prodGrid2 .erson-card-favorite {
    top: 14px !important;
    left: 14px !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .wrapRibbons,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .wrapRibbons,
.forceHorizontal .prodGrid2 .wrapRibbons {
    top: 12px !important;
    right: 14px !important;
    left: auto !important;
    width: auto !important;
    min-width: 0 !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .ribbonPromo,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .ribbonPromo,
.forceHorizontal .prodGrid2 .ribbonPromo {
    top: 12px !important;
    right: 14px !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 > a.name,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 > a.name,
.forceHorizontal .prodGrid2 > a.name {
    grid-column: 2 !important;
    grid-row: 1 !important;
    align-self: end !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 !important;
    font-size: 17px !important;
    line-height: 1.28 !important;
    -webkit-line-clamp: 2;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .erson-card-meta,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .erson-card-meta,
.forceHorizontal .prodGrid2 .erson-card-meta {
    grid-column: 2 !important;
    grid-row: 2 !important;
    margin: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .erson-card-rating,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .erson-card-rating,
.forceHorizontal .prodGrid2 .erson-card-rating {
    grid-column: 2 !important;
    grid-row: 3 !important;
    align-self: start !important;
    margin: 2px 0 0 !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .caption,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption,
.forceHorizontal .prodGrid2 .caption {
    grid-column: 3 !important;
    grid-row: 1 / 4 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 10px !important;
    min-width: 0 !important;
    padding: 0 !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .caption > .row,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption > .row,
.forceHorizontal .prodGrid2 .caption > .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .caption .wrapPrice,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption .wrapPrice,
.forceHorizontal .prodGrid2 .caption .wrapPrice {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    text-align: right !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .caption .price,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption .price,
.forceHorizontal .prodGrid2 .caption .price {
    display: block !important;
    margin: 0 0 5px !important;
    font-size: 24px !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .caption .priceOld,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption .priceOld,
.forceHorizontal .prodGrid2 .caption .priceOld {
    display: block !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .stock,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .stock,
.forceHorizontal .prodGrid2 .stock {
    position: static !important;
    display: block !important;
    margin: 0 !important;
    text-align: right !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .wrapBtnAddCart,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .wrapBtnAddCart,
.forceHorizontal .prodGrid2 .wrapBtnAddCart {
    position: static !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .btnAddCart,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .btnAddCart,
.forceHorizontal .prodGrid2 .btnAddCart {
    height: 40px !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 22px var(--erson-primary-18) !important;
}

.JS_productsList.erListView .forceHorizontal .prodGrid2 .btnAddCart:hover,
#JS_main_product_list.erListView .forceHorizontal .prodGrid2 .btnAddCart:hover,
.forceHorizontal .prodGrid2 .btnAddCart:hover {
    background: var(--erson-primary-color) !important;
    box-shadow: 0 14px 28px var(--erson-primary-24) !important;
}

@media (max-width: 767px) {
    .JS_productsList.erListView .forceHorizontal .prodGrid2,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2,
    .forceHorizontal .prodGrid2 {
        grid-template-columns: 116px minmax(0, 1fr) !important;
        gap: 8px 14px !important;
        min-height: 0 !important;
        padding: 14px 12px !important;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 .prod_img,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .prod_img,
    .forceHorizontal .prodGrid2 .prod_img {
        height: 116px !important;
        max-width: 116px !important;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 > a.name,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 > a.name,
    .forceHorizontal .prodGrid2 > a.name {
        grid-column: 2 !important;
        max-height: 58px !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
        overflow: hidden !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 .erson-card-meta,
    .JS_productsList.erListView .forceHorizontal .prodGrid2 .erson-card-rating,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .erson-card-meta,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .erson-card-rating,
    .forceHorizontal .prodGrid2 .erson-card-meta,
    .forceHorizontal .prodGrid2 .erson-card-rating {
        grid-column: 2 !important;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 .caption,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption,
    .forceHorizontal .prodGrid2 .caption {
        grid-column: 1 / 3 !important;
        grid-row: 4 !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) minmax(130px, .8fr) !important;
        align-items: end !important;
        margin-top: 4px !important;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 .caption > .row,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption > .row,
    .forceHorizontal .prodGrid2 .caption > .row {
        display: contents !important;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 .caption .wrapPrice,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption .wrapPrice,
    .forceHorizontal .prodGrid2 .caption .wrapPrice {
        grid-column: 1 !important;
        grid-row: 1 !important;
        text-align: left !important;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 .caption .price,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .caption .price,
    .forceHorizontal .prodGrid2 .caption .price {
        font-size: 21px !important;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 .stock,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .stock,
    .forceHorizontal .prodGrid2 .stock {
        grid-column: 1 !important;
        grid-row: 2 !important;
        text-align: left !important;
    }

    .JS_productsList.erListView .forceHorizontal .prodGrid2 .wrapBtnAddCart,
    #JS_main_product_list.erListView .forceHorizontal .prodGrid2 .wrapBtnAddCart,
    .forceHorizontal .prodGrid2 .wrapBtnAddCart {
        grid-column: 2 !important;
        grid-row: 1 / 3 !important;
        align-self: end !important;
    }
}

@media (max-width: 575px) {
    .prodGrid2 {
        padding: 14px 12px 12px !important;
    }

    .prodGrid2 .prod_img {
        width: 100% !important;
        max-width: 138px !important;
        height: 138px !important;
        margin-bottom: 12px !important;
        padding-top: 0 !important;
    }

    .prodGrid2 .prod_img > a,
    .prodGrid2 .prod_img .wrapImg2 {
        height: 100% !important;
    }

    .prodGrid2 .prod_img img,
    .prodGrid2 .wrapImg2 img {
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
    }

    .prodGrid2 a.name {
        height: 42px !important;
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .prodGrid2 .erson-card-meta {
        font-size: 12px !important;
    }

    .prodGrid2 .erson-card-rating {
        min-height: 17px !important;
        margin-bottom: 8px !important;
        gap: 4px !important;
    }

    .prodGrid2 .erson-stars {
        letter-spacing: 0 !important;
    }

    .prodGrid2 .caption .price {
        display: block !important;
        margin: 0 0 4px !important;
        font-size: 22px !important;
        line-height: 1.08 !important;
    }

    .prodGrid2 .stock {
        position: static !important;
        display: block !important;
        margin: 2px 0 8px !important;
        text-align: left !important;
        line-height: 16px !important;
    }

    .prodGrid2 .wrapBtnAddCart {
        height: 36px !important;
    }

    .prodGrid2 .btnAddCart {
        gap: 6px !important;
        padding: 0 8px !important;
    }

    .prodGrid2 .btnAddCart i {
        display: inline-block !important;
    }

    .prodGrid2 .btnAddCart__text {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .prodGrid2 .erson-card-favorite,
    .prodGrid2 .prod_img > .favoriteProduct {
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
    }
}
