#itemproductmain {
    margin: auto;
    width: 98%;
}

main img {
    max-width: 100%;
}

.detailsProduct .prod_name {
    margin-right: 95px;
}

@media (max-width: 575px) {
    #itemproductmain .nav-tabs {
        border-bottom: 2px solid #ddd;
        display: inline-block;
    }
    #itemproductmain .nav-tabs .nav-item {
        float: left;
        width: auto;
    }
    .tabsProduct {
        padding: 10px;
    }
}

.owl-carousel {
    z-index: 0;
}

body.ficha .JS_productsList {
    margin-bottom: 40px;
}

.prodF {
    position: relative;
    margin-bottom: 21px;
    background: #fff;
    padding-bottom: 15px;
}

.prodF .gallery {
    border-top: 0;
    border-bottom: 0;
}

.prodF .shortDesc {
    padding: 20px 17px;
    background: #fff5f0;
    margin: 30px 0 27px;
}

.prodF .shortDesc ul {
    margin-left: 10px;
}

.prodF .red {
    color: #f00;
}

.prodF .separation {
    margin-bottom: 10px;
}

.prodF .wrapPricesByQty {
    max-width: 140px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    position: relative;
    top: -13px;
}

.prodF .wrapPricesByQty .title {
    font-weight: bold;
    font-size: 11px;
    color: var(--erson-primary-color);
}

.prodF .wrapPricesByQty .inner {
    background: #efefef;
    padding: 10px;
    border-radius: 8px;
}

.prodF .priceByQty {
    display: block;
    font-weight: bold;
    font-size: 11px;
    color: #000;
}

.prodF .promo {
    display: inline-block;
    min-height: 50px;
    background: #ffe800;
    padding: 10px;
    font-weight: bold;
    color: #e40202;
    font-size: 23px;
}

.prodF .promo .name {
    display: block;
    font-size: 13px;
}

.prodF .separator {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 9px;
}

.prodF .blockComplementaries {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.prodF .blockComplementaries li {
    margin-top: 3px;
}

.prodF .blockComplementaries label {
    margin: 0 0 10px 3px;
    display: block;
    padding-left: 20px;
    text-indent: 1px;
    cursor: pointer;
    color: #777;
}

.prodF .blockComplementaries label:hover {
    color: #000;
}

.prodF .blockComplementaries .wrapCheckbox1 input[type=checkbox] {
    visibility: hidden;
}

.prodF .blockComplementaries .wrapCheckbox1 {
    width: 25px;
    position: relative;
    float: left;
    margin-right: 8px;
}

.prodF .blockComplementaries .wrapCheckbox1 label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 23px;
    top: 0;
    border: 2px solid #a9a9a9;
    border-radius: 4px;
    background: linear-gradient(to bottom, #222 0%, #45484d 100%);
    box-shadow: inset 0 0 0 rgba(0,0,0), 0 1px 0 rgba(255,255,255,.4);
}

.prodF .blockComplementaries .wrapCheckbox1 label:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 12px;
    height: 6px;
    background: transparent;
    top: 6px;
    left: 4px;
    border: 3px solid #fc5900;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.prodF .blockComplementaries .wrapCheckbox1 label:hover::after {
    opacity: 0.3;
}

.prodF .blockComplementaries .wrapCheckbox1 input[type=checkbox]:checked + label:after {
    opacity: 1;
    border-color: #fc5900;
}

.prodF .stockAvailable {
    background: #e6e6e6;
    height: 18px;
    position: absolute;
    top: -21px;
    right: 10px;
    left: 10px;
}

.prodF .colorBar {
    max-width: 80%;
    min-width: 25%;
    height: 100%;
    color: #fff;
    padding-left: 3px;
    position: absolute;
    left: 0;
    text-indent: 0;
}

.prodF .colorBar .text {
    position: absolute;
    top: -8px;
    left: 0;
    color: #999;
    font-style: italic;
}

.prodF .colorBar.green {
    background: #6bc279;
}

.prodF .colorBar.red {
    background: #e06b73;
}

.prodF .colorBar.orange {
    background: #f7ab48;
}

.prodF .stock {
    line-height: 11px;
    text-align: left;
    font-size: 12px;
}

.tabsProduct {
    border-top: 0;
    margin-bottom: 40px;
}

#ctab-tabdescription {
    font-size: 14px;
}

.tabsProduct table {
    width: 100%;
    border-spacing: 0;
    font-size: 13px;
    border-collapse: collapse !important;
}

.tabsProduct table h3 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    padding: 15px 0 6px;
    border-bottom: 1px dotted #ccc;
}

.tabsProduct table tbody td:last-child {
    width: 73%;
    padding: 2px 0;
}

/* Product page redesign */
body.ficha {
    background: #f8fafc;
}

body.ficha #itemproductmain {
    width: 100% !important;
    margin: 0 auto !important;
}

body.ficha .prodF.erProductLayoutReady {
    display: grid !important;
    grid-template-columns: minmax(540px, 1.1fr) minmax(360px, .9fr) 330px;
    gap: 24px 28px;
    align-items: start;
    margin: 0 !important;
    padding: 0 0 18px !important;
    background: transparent !important;
}

body.ficha .prodF.erProductLayoutReady:before,
body.ficha .prodF.erProductLayoutReady:after,
body.ficha .prodF.erProductLayoutReady > .clearfix {
    display: none !important;
}

body.ficha .prodF.erProductLayoutReady .gallery,
body.ficha .prodF.erProductLayoutReady .detailsProduct,
body.ficha .prodF.erProductLayoutReady .erProductBuyCard {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    padding: 0 !important;
}

body.ficha .prodF.erProductLayoutReady .gallery {
    grid-column: 1;
    min-height: 500px;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px;
    background: #fff;
}

body.ficha .prodF.erProductLayoutReady .JS_elevateZoom > .row {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    margin: 0 !important;
    padding: 20px;
}

body.ficha .prodF.erProductLayoutReady .gallery.erGallerySingleImage .JS_elevateZoom > .row {
    grid-template-columns: 1fr;
}

body.ficha .prodF.erProductLayoutReady .gallery-product {
    grid-column: 2;
    height: 460px;
    min-height: 460px;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.ficha .prodF.erProductLayoutReady .gallery.erGallerySingleImage .gallery-product {
    grid-column: 1;
}

body.ficha .prodF.erProductLayoutReady .gallery-product .ghostGallery {
    width: 100%;
    min-height: 460px;
}

body.ficha .prodF.erProductLayoutReady .gallery-product > a.fancybox {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.ficha .prodF.erProductLayoutReady .gallery-product #JSzoom {
    max-width: 94% !important;
    max-height: 94% !important;
    width: auto !important;
    height: auto !important;
    position: static !important;
    inset: auto !important;
}

body.ficha .prodF.erProductLayoutReady .gallery.erGallerySingleImage .gallery-product #JSzoom {
    max-width: 92% !important;
    max-height: 92% !important;
}

body.ficha .prodF.erProductLayoutReady .product-thumbs {
    grid-column: 1;
    grid-row: 1;
    padding: 0 !important;
    height: 460px;
    max-height: 460px;
    overflow: hidden;
    display: grid !important;
    grid-template-rows: 34px minmax(0, 1fr) 34px;
    gap: 10px;
    justify-items: center;
    align-items: start;
}

body.ficha .prodF.erProductLayoutReady .erGalleryArrow {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    font-size: 18px;
}

body.ficha .prodF.erProductLayoutReady #JSthumblist {
    width: 68px !important;
    max-width: 68px !important;
    height: 388px !important;
    max-height: 388px !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
}

body.ficha .prodF.erProductLayoutReady #JSthumblist .owl-stage,
body.ficha .prodF.erProductLayoutReady #JSthumblist .owl-stage-outer {
    width: 68px !important;
}

body.ficha .prodF.erProductLayoutReady #JSthumblist .owl-item,
body.ficha .prodF.erProductLayoutReady #JSthumblist .item {
    width: 68px !important;
    display: block !important;
    margin-bottom: 12px;
}

body.ficha .prodF.erProductLayoutReady #JSthumblist .owl-nav,
body.ficha .prodF.erProductLayoutReady #JSthumblist .owl-prev,
body.ficha .prodF.erProductLayoutReady #JSthumblist .owl-next {
    display: none !important;
}

body.ficha .prodF.erProductLayoutReady #JSthumblist a {
    width: 62px !important;
    height: 62px !important;
    margin: 0 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 7px;
    background: #fff;
}

body.ficha .prodF.erProductLayoutReady #JSthumblist a.active {
    border-color: var(--erson-primary-color) !important;
    box-shadow: 0 0 0 1px var(--erson-primary-color);
}

body.ficha .prodF.erProductLayoutReady .detailsProduct {
    grid-column: 2;
    color: #111827;
}

body.ficha .detailsProduct #socialProduct {
    display: none !important;
}

body.ficha .detailsProduct .manufacturerLogo,
body.ficha .detailsProduct .data,
body.ficha .detailsProduct .last_comments,
body.ficha .detailsProduct .productReclaimsBanners,
body.ficha .detailsProduct .float-left,
body.ficha .detailsProduct .float-right,
body.ficha .detailsProduct .stockAvailable,
body.ficha .detailsProduct .b2bcustomer {
    display: none !important;
}

body.ficha .detailsProduct .prod_name {
    display: -webkit-box;
    margin: 10px 0 12px !important;
    color: #111827;
    font-size: 27px;
    line-height: 1.16;
    font-weight: 900;
    letter-spacing: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.ficha .erProductIntro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

body.ficha .erProductBrand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

body.ficha .erProductBrand i {
    color: #111827;
    font-size: 20px;
}

body.ficha a.erProductBrand:hover {
    color: var(--erson-primary-color);
    text-decoration: none;
}

body.ficha a.erProductBrand:hover i {
    color: var(--erson-primary-color);
}

body.ficha .erProductFavorite,
body.ficha .erProductIntro > .favoriteProduct {
    flex: 0 0 auto;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 14px;
    border: 1px solid #e3e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
    line-height: 40px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .06);
    cursor: pointer;
    text-decoration: none !important;
}

body.ficha .erProductFavorite i,
body.ficha .erProductIntro > .favoriteProduct i {
    font-size: 17px;
    color: inherit;
}

body.ficha .erProductIntro > .favoriteProduct .JStoggleFavorite {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none !important;
}

body.ficha .erProductFavorite:not(.yes),
body.ficha .erProductIntro > .favoriteProduct:not(.yes) {
    border-color: #e3e8f0;
    background: #fff;
    color: #64748b;
}

body.ficha .erProductFavorite.yes,
body.ficha .erProductIntro > .favoriteProduct.yes {
    border-color: #ffd6df;
    background: #fff5f7;
    color: #e11d48;
    text-decoration: none !important;
}

body.ficha .erProductFavorite:not(.yes):hover,
body.ficha .erProductIntro > .favoriteProduct:not(.yes):hover {
    border-color: #cbd5e1;
    background: #f8fafc;
    color: #334155;
    text-decoration: none !important;
}

body.ficha .erProductFavorite:hover .JStoggleFavorite,
body.ficha .erProductFavorite:focus .JStoggleFavorite,
body.ficha .erProductFavorite:active .JStoggleFavorite,
body.ficha .erProductIntro > .favoriteProduct:hover .JStoggleFavorite,
body.ficha .erProductIntro > .favoriteProduct:focus .JStoggleFavorite,
body.ficha .erProductIntro > .favoriteProduct:active .JStoggleFavorite {
    text-decoration: none !important;
}

body.ficha .erProductFavorite.erFavorite--isOff,
body.ficha .erProductIntro > .favoriteProduct.erFavorite--isOff,
body.ficha .erProductFavorite.erFavorite--isOff .JStoggleFavorite,
body.ficha .erProductIntro > .favoriteProduct.erFavorite--isOff .JStoggleFavorite,
body.ficha .erProductFavorite.erFavorite--isOff i,
body.ficha .erProductIntro > .favoriteProduct.erFavorite--isOff i {
    border-color: #e3e8f0 !important;
    background: #fff !important;
    color: #64748b !important;
}

body.ficha .erProductFavorite.erFavorite--isOn,
body.ficha .erProductIntro > .favoriteProduct.erFavorite--isOn,
body.ficha .erProductFavorite.erFavorite--isOn .JStoggleFavorite,
body.ficha .erProductIntro > .favoriteProduct.erFavorite--isOn .JStoggleFavorite,
body.ficha .erProductFavorite.erFavorite--isOn i,
body.ficha .erProductIntro > .favoriteProduct.erFavorite--isOn i {
    border-color: #ffd6df !important;
    background: #fff5f7 !important;
    color: #e11d48 !important;
}

body.ficha .erProductRating {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
    color: #64748b;
    font-size: 13px;
}

body.ficha .erProductRating span {
    color: #ffba08;
    letter-spacing: 1px;
}

body.ficha .erProductRating .erProductStars {
    display: inline-flex;
    gap: 2px;
}

body.ficha .erProductRating .erProductStars i {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 13px;
}

body.ficha .erProductRating > i {
    width: 1px;
    height: 16px;
    background: #d6dde8;
}

body.ficha .erProductBadges {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #64748b;
    font-size: 13px;
}

body.ficha .erProductSummary {
    display: -webkit-box;
    margin: 0 0 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.ficha .erProductMeta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 14px;
    margin: 12px 0 14px;
    color: #475569;
    font-size: 13px;
    line-height: 1.4;
}

body.ficha .erProductMeta span {
    white-space: nowrap;
}

body.ficha .erProductMeta strong {
    color: #111827;
}

body.ficha .erProductOption {
    margin-bottom: 15px;
}

body.ficha .erProductOption > span {
    display: block;
    margin-bottom: 9px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
}

body.ficha .erProductOption div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.ficha .erProductOption em {
    min-width: 58px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid #dbe2ec;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
}

body.ficha .erProductOption em.active {
    border-color: var(--erson-primary-color);
    color: var(--erson-primary-color);
    box-shadow: 0 0 0 1px var(--erson-primary-color);
}

body.ficha .erProductBadges span {
    padding: 5px 10px;
    border-radius: 5px;
    background: #f5dc93;
    color: #111827;
    font-size: 12px;
    font-weight: 800;
}

body.ficha .detailsProduct .caracteristicas-destacadas {
    display: block !important;
    margin: 18px 0 20px;
    padding: 18px 20px;
    border: 1px solid #dbe2ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

body.ficha .detailsProduct .caracteristicas-destacadas h2 {
    display: block !important;
    margin: 0 0 12px;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 900;
}

body.ficha .detailsProduct .caracteristicas-destacadas ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #475569;
    font-size: 14px;
    line-height: 1.45;
}

body.ficha .detailsProduct .caracteristicas-destacadas li:nth-child(n+5) {
    display: none;
}

body.ficha .relatedsLinks,
body.ficha .relateds {
    margin: 16px 0 18px !important;
    padding: 0 !important;
}

body.ficha .relateds a,
body.ficha .relateds .size,
body.ficha .relateds .model {
    min-width: 58px;
    min-height: 38px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 9px 9px 0;
    padding: 0 14px;
    border: 1px solid #dbe2ec;
    border-radius: 6px;
    background: #fff;
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

body.ficha .relateds .selected,
body.ficha .relateds a:hover {
    border-color: var(--erson-primary-color) !important;
    color: var(--erson-primary-color) !important;
}

body.ficha .erProductPerks {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

body.ficha .erProductPerks div {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 6px;
    align-items: center;
    min-width: 0;
}

body.ficha .erProductPerks i {
    grid-row: 1 / 3;
    color: var(--erson-primary-color);
    font-size: 18px;
}

body.ficha .erProductPerks strong {
    color: #111827;
    font-size: 11px;
    line-height: 1.2;
}

body.ficha .erProductPerks span {
    color: #475569;
    font-size: 10px;
    line-height: 1.2;
}

body.ficha .erProductAside {
    grid-column: 3;
    grid-row: 1 / span 3;
    display: grid;
    gap: 24px;
    align-content: start;
}

body.ficha .erProductBuyCard {
    padding: 0 !important;
    border: 1px solid #dfe6f0;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

body.ficha .erProductBuyCard .wrapPrice.row {
    display: block !important;
    margin: 0 !important;
    padding: 24px 24px 18px !important;
    border-bottom: 1px solid #e2e8f0;
}

body.ficha .erProductBuyCard .wrapPrice.row > div {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

body.ficha .erProductBuyCard .priceOld {
    margin-bottom: 5px;
    color: #64748b;
    font-size: 13px;
    text-decoration: line-through;
}

body.ficha .erProductBuyCard .priceOld .inside {
    color: inherit;
}

body.ficha .erProductBuyCard .priceOld .inside:before {
    content: "";
}

body.ficha .erProductBuyCard .price {
    color: #111827 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    height: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-shadow: none !important;
}

body.ficha .erProductBuyCard .price .decimal {
    font-size: inherit !important;
    top: 0 !important;
}

body.ficha .erProductBuyCard .iva {
    display: block;
    margin-top: 7px;
    color: #64748b;
    font-size: 12px;
}

body.ficha .erProductBuyCard .wrapPricesByQty {
    top: auto !important;
    max-width: none !important;
    margin: 14px 0 0 !important;
    text-align: left !important;
    font-family: inherit !important;
}

body.ficha .erProductBuyCard .wrapPricesByQty .title {
    margin-bottom: 8px;
    color: #0b5fe8;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
}

body.ficha .erProductBuyCard .wrapPricesByQty .inner {
    display: grid;
    gap: 6px;
    padding: 12px 14px !important;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc !important;
}

body.ficha .erProductBuyCard .priceByQty {
    display: block !important;
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.25;
    font-weight: 800 !important;
}

body.ficha .erProductStock {
    margin: 0;
    padding: 20px 24px 8px;
    color: #00943a;
    font-size: 14px;
    font-weight: 900;
}

body.ficha .erProductPriceAlerts {
    display: grid;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0 0 18px;
    color: #334155;
    font-size: 13px;
    line-height: 1.35;
}

body.ficha .erProductPriceAlerts a {
    color: #0b5fe8;
    font-weight: 800;
    text-decoration: none;
}

body.ficha .erProductPriceAlerts a:hover {
    text-decoration: underline;
}

body.ficha .erProductDeliveryText {
    margin: 0;
    padding: 12px 24px 20px;
    border-bottom: 1px solid #e2e8f0;
    color: #475569;
    font-size: 14px;
    line-height: 1.45;
}

body.ficha .erProductDeliveryText strong {
    color: #00943a;
}

body.ficha .erProductBuyCard #JS_productForm {
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 24px 0 !important;
}

body.ficha .erProductBuyCard #JS_productForm > .stock {
    display: none !important;
}

body.ficha .erProductBuyCard .wrapPurchase {
    display: grid !important;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.ficha .erProductBuyCard .wrapPlusMinus {
    width: 86px !important;
    height: 38px !important;
    display: grid !important;
    grid-template-columns: 28px 30px 28px;
    grid-column: 1;
    grid-row: 1;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #dbe2ec !important;
    border-radius: 5px;
    background: #fff !important;
}

body.ficha .erProductBuyCard .wrapPlusMinus input {
    grid-column: 2;
    grid-row: 1;
    width: 30px !important;
    height: 36px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fff !important;
    color: #111827 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 36px !important;
    text-align: center !important;
    min-width: 0 !important;
    box-shadow: none !important;
}

body.ficha .erProductBuyCard .wrapPlusMinus .JSplusMinus {
    position: static !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 36px !important;
    line-height: 36px !important;
    border: 0 !important;
    background: #fff !important;
}

body.ficha .erProductBuyCard .wrapPlusMinus .minus {
    grid-column: 1;
    grid-row: 1;
    order: 1;
}

body.ficha .erProductBuyCard .wrapPlusMinus .plus {
    grid-column: 3;
    grid-row: 1;
    order: 3;
}

body.ficha .erProductBuyCard .JS_prod_add {
    grid-column: 1 / 3;
    min-height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0 !important;
    border: 1px solid var(--erson-primary-color) !important;
    border-radius: 5px;
    background: var(--erson-primary-color) !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    box-shadow: 0 12px 24px var(--erson-primary-18) !important;
    outline: none;
    position: relative;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

body.ficha .erProductBuyCard .JS_prod_add:hover,
body.ficha .erProductBuyCard .JS_prod_add:focus {
    background: var(--erson-primary-color) !important;
    border-color: var(--erson-primary-color) !important;
    box-shadow: 0 16px 30px var(--erson-primary-28) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

body.ficha .erProductBuyCard .JS_prod_add:focus-visible {
    box-shadow: 0 0 0 3px var(--erson-primary-18), 0 16px 30px var(--erson-primary-28) !important;
}

body.ficha .erProductBuyCard .JS_prod_add:active {
    box-shadow: 0 8px 18px var(--erson-primary-22) !important;
    transform: translateY(0);
}

body.ficha .erProductBuyCard .JS_prod_add:not(.checkout) {
    grid-column: 2;
    grid-row: 1;
}

body.ficha .erProductBuyCard .JS_prod_add.checkout {
    grid-column: 1 / 3;
    grid-row: 2;
    margin-top: 0 !important;
    background: #fff !important;
    color: var(--erson-primary-color) !important;
    box-shadow: inset 0 0 0 1px var(--erson-primary-10), 0 8px 18px rgba(15, 23, 42, .06) !important;
}

body.ficha .erProductBuyCard .JS_prod_add.checkout:hover,
body.ficha .erProductBuyCard .JS_prod_add.checkout:focus {
    background: #eef5ff !important;
    border-color: var(--erson-primary-color) !important;
    box-shadow: inset 0 0 0 1px var(--erson-primary-12), 0 14px 26px var(--erson-primary-16) !important;
    color: var(--erson-primary-color) !important;
}

body.ficha .erProductBuyCard .JS_prod_add.checkout:focus-visible {
    box-shadow: 0 0 0 3px var(--erson-primary-18), inset 0 0 0 1px var(--erson-primary-12), 0 14px 26px var(--erson-primary-16) !important;
}

body.ficha .erProductUnavailable {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 20px 24px 0;
}

body.ficha .erProductUnavailable__status {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 13px 14px;
    border: 1px solid #fecaca;
    border-radius: 6px;
    background: #fef2f2;
    color: #991b1b;
}

body.ficha .erProductUnavailable__status i {
    width: 24px;
    color: #dc2626;
    font-size: 18px;
    text-align: center;
}

body.ficha .erProductUnavailable__status strong {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: uppercase;
}

body.ficha .erProductUnavailable__notice {
    min-width: 0;
}

body.ficha .erProductBuyCard--unavailable > .erProductDeliveryText {
    display: none;
}

body.ficha .erProductUnavailable--inline {
    padding: 0;
    margin: 0 0 18px;
}

body.ficha .erProductUnavailable--inline .erProductUnavailable__notice {
    margin-top: 12px;
}

body.ficha .erProductBuyCard .wrapNoticeEventHasStock {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.35;
}

body.ficha .erProductBuyCard .wrapNoticeEventHasStock form,
body.ficha .erProductBuyCard .wrapNoticeEventHasStock .JS_form {
    display: block;
    width: 100%;
    margin: 0;
}

body.ficha .erProductBuyCard .wrapNoticeEventHasStock .JS_add_notice_event {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
    border: 1px solid var(--erson-primary-color);
    border-radius: 6px;
    background: var(--erson-primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

body.ficha .erProductBuyCard .wrapNoticeEventHasStock .JS_add_notice_event:hover,
body.ficha .erProductBuyCard .wrapNoticeEventHasStock .JS_add_notice_event:focus {
    background: var(--erson-primary-color);
    border-color: var(--erson-primary-color);
    color: #fff;
    filter: brightness(.9);
    text-decoration: none;
}

body.ficha .erProductBuyCard .wrapNoticeEventHasStock .JS_response,
body.ficha .erProductBuyCard .wrapNoticeEventHasStock > form > .JS_response,
body.ficha .erProductBuyCard .wrapNoticeEventHasStock > div:not(.JS_form) {
    padding: 13px 14px;
    border: 1px solid #bbf7d0;
    border-radius: 6px;
    background: #f0fdf4;
    color: #166534;
    font-size: 13px;
    font-weight: 700;
}

body.ficha .erProductAjaxInfo {
    display: none !important;
}

body.ficha .erProductPayments {
    margin: 24px 0 0;
    padding: 0 24px 22px;
    color: #475569;
    font-size: 13px;
}

body.ficha .erProductPayments div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

body.ficha .erProductPayments em {
    min-width: 48px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    background: #f8fafc;
    color: var(--erson-primary-color);
    font-size: 11px;
    font-style: normal;
    font-weight: 900;
}

body.ficha .erProductHelpCard {
    margin: 0;
    padding: 24px;
    border: 1px solid #dfe6f0;
    border-radius: 8px;
    background: #fff;
}

body.ficha .erProductHelpCard h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
}

body.ficha .erProductHelpCard p {
    margin: 0 0 18px;
    color: #64748b;
    font-size: 14px;
}

body.ficha .erProductHelpCard ul {
    display: grid;
    gap: 14px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

body.ficha .erProductHelpCard li {
    display: grid;
    grid-template-columns: 26px 1fr;
    column-gap: 10px;
}

body.ficha .erProductHelpCard i {
    grid-row: 1 / 3;
    color: var(--erson-primary-color);
    font-size: 18px;
}

body.ficha .erProductHelpCard strong {
    color: #111827;
    font-size: 14px;
}

body.ficha .erProductHelpCard span {
    color: #64748b;
    font-size: 13px;
}

body.ficha .erProductHelpCard a {
    color: var(--erson-primary-color);
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

body.ficha .erProductInsurance {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 150px 18px;
    gap: 14px;
    align-items: center;
    min-height: 62px;
    padding: 14px 18px;
    border: 1px solid #dfe6f0;
    border-radius: 8px;
    background: #fff;
}

body.ficha .erProductInsurance__icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eef5ff;
    color: var(--erson-primary-color);
    font-size: 19px;
}

body.ficha .erProductInsurance strong,
body.ficha .erProductInsurance span {
    display: block;
}

body.ficha .erProductInsurance strong {
    color: #111827;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
}

body.ficha .erProductInsurance span {
    margin-top: 2px;
    color: #475569;
    font-size: 13px;
}

body.ficha .erProductInsurance a {
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b8c9ee;
    border-radius: 5px;
    color: var(--erson-primary-color);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

body.ficha .erProductInsurance > .fa-angle-right {
    color: #b5becd;
    font-size: 18px;
}

body.ficha .tabsProduct {
    margin: 24px 0 34px !important;
    padding: 0 !important;
    border: 1px solid #dfe6f0;
    border-radius: 8px;
    background: #fff;
}

body.ficha .tabsProduct .mytabs {
    margin: 0 !important;
}

body.ficha .tabsProduct .nav-tabs {
    display: flex;
    gap: 28px;
    margin: 0 !important;
    padding: 0 22px !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

body.ficha .tabsProduct .nav-tabs .nav-link,
body.ficha .tabsProduct .nav-tabs .nav-link:hover {
    padding: 18px 0 14px !important;
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
    background: transparent !important;
    color: #64748b !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

body.ficha .tabsProduct .nav-tabs .nav-link.active {
    border-bottom-color: var(--erson-primary-color) !important;
    color: var(--erson-primary-color) !important;
}

body.ficha .tabsProduct .tab-content {
    padding: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

body.ficha .tabsProduct .tab-content > .tab-pane {
    min-height: 0 !important;
    padding: 22px !important;
}

body.ficha .tabsProduct .tab-content > .tab-pane.active,
body.ficha .tabsProduct .tab-content > .tab-pane.in.active,
body.ficha .tabsProduct .tab-content > .tab-pane.show.active {
    display: block !important;
}

body.ficha .tabsProduct table,
body.ficha .tabsProduct .prod_desc {
    color: #334155;
    font-size: 14px !important;
}

body.ficha .tabsProduct table tr:nth-child(n+9) {
    display: none;
}

body.ficha #ctab-tabdescription {
    background: #fff;
    color: #334155;
    overflow: hidden;
}

body.ficha #ctab-tabdescription .prod_desc {
    color: #334155 !important;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.72 !important;
    max-width: 980px;
    overflow-wrap: anywhere;
    position: relative;
    word-break: normal;
}

body.ficha #ctab-tabdescription .prod_desc.erDescIsCollapsed {
    overflow: hidden;
}

body.ficha #ctab-tabdescription .prod_desc.erDescIsCollapsed:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 110px;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 78%);
}

body.ficha #ctab-tabdescription .erDescriptionToggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    margin: 18px 0 0;
    padding: 0 18px;
    border: 1px solid var(--erson-primary-color);
    border-radius: 8px;
    background: #fff;
    color: var(--erson-primary-color);
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

body.ficha #ctab-tabdescription .erDescriptionToggle:hover,
body.ficha #ctab-tabdescription .erDescriptionToggle:focus {
    border-color: var(--erson-primary-color);
    background: #eef5ff;
    color: var(--erson-primary-color);
    box-shadow: 0 10px 22px var(--erson-primary-14);
    outline: none;
    transform: translateY(-1px);
}

body.ficha #ctab-tabdescription .erDescriptionToggle:focus-visible {
    box-shadow: 0 0 0 3px var(--erson-primary-16), 0 10px 22px var(--erson-primary-14);
}

body.ficha #ctab-tabdescription .prod_desc *,
body.ficha #ctab-tabdescription .prod_desc *:before,
body.ficha #ctab-tabdescription .prod_desc *:after {
    box-sizing: border-box;
    max-width: 100%;
}

body.ficha #ctab-tabdescription .prod_desc * {
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    letter-spacing: 0 !important;
}

body.ficha #ctab-tabdescription .prod_desc > *:first-child {
    margin-top: 0 !important;
}

body.ficha #ctab-tabdescription .prod_desc > *:last-child {
    margin-bottom: 0 !important;
}

body.ficha #ctab-tabdescription .prod_desc p,
body.ficha #ctab-tabdescription .prod_desc div {
    line-height: 1.72 !important;
}

body.ficha #ctab-tabdescription .prod_desc p {
    margin: 0 0 16px !important;
}

body.ficha #ctab-tabdescription .prod_desc br + br {
    display: none;
}

body.ficha #ctab-tabdescription .prod_desc h1,
body.ficha #ctab-tabdescription .prod_desc h2,
body.ficha #ctab-tabdescription .prod_desc h3,
body.ficha #ctab-tabdescription .prod_desc h4,
body.ficha #ctab-tabdescription .prod_desc h5,
body.ficha #ctab-tabdescription .prod_desc h6 {
    color: #101828 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    line-height: 1.22 !important;
    margin: 26px 0 12px !important;
    padding: 0 !important;
    text-transform: none !important;
}

body.ficha #ctab-tabdescription .prod_desc h1 {
    font-size: 26px !important;
}

body.ficha #ctab-tabdescription .prod_desc h2 {
    font-size: 22px !important;
}

body.ficha #ctab-tabdescription .prod_desc h3 {
    border: 0 !important;
    font-size: 18px !important;
}

body.ficha #ctab-tabdescription .prod_desc h4,
body.ficha #ctab-tabdescription .prod_desc h5,
body.ficha #ctab-tabdescription .prod_desc h6 {
    font-size: 16px !important;
}

body.ficha #ctab-tabdescription .prod_desc ul,
body.ficha #ctab-tabdescription .prod_desc ol {
    margin: 14px 0 18px !important;
    padding: 0 0 0 22px !important;
}

body.ficha #ctab-tabdescription .prod_desc ul {
    list-style: none !important;
    padding-left: 0 !important;
}

body.ficha #ctab-tabdescription .prod_desc ul li {
    list-style: none !important;
    margin: 0 0 9px !important;
    padding-left: 24px !important;
    position: relative;
}

body.ficha #ctab-tabdescription .prod_desc ul li:before {
    background: var(--erson-primary-color);
    border-radius: 999px;
    content: "";
    height: 7px;
    left: 4px;
    position: absolute;
    top: .72em;
    width: 7px;
}

body.ficha #ctab-tabdescription .prod_desc ol li {
    margin: 0 0 9px !important;
    padding-left: 4px !important;
}

body.ficha #ctab-tabdescription .prod_desc strong,
body.ficha #ctab-tabdescription .prod_desc b {
    color: #101828 !important;
    font-weight: 900 !important;
}

body.ficha #ctab-tabdescription .prod_desc a {
    color: var(--erson-primary-color) !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

body.ficha #ctab-tabdescription .prod_desc a:hover,
body.ficha #ctab-tabdescription .prod_desc a:focus {
    color: var(--erson-primary-color) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

body.ficha #ctab-tabdescription .prod_desc img,
body.ficha #ctab-tabdescription .prod_desc picture,
body.ficha #ctab-tabdescription .prod_desc video,
body.ficha #ctab-tabdescription .prod_desc iframe {
    display: block;
    height: auto !important;
    margin: 18px auto !important;
    max-width: 100% !important;
}

body.ficha #ctab-tabdescription .prod_desc img {
    border: 1px solid #e4eaf2;
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
}

body.ficha #ctab-tabdescription .prod_desc iframe,
body.ficha #ctab-tabdescription .prod_desc video {
    aspect-ratio: 16 / 9;
    background: #0f172a;
    border: 0;
    border-radius: 8px;
    width: 100% !important;
}

body.ficha #ctab-tabdescription .prod_desc table {
    background: #fff;
    border: 1px solid #dfe6f0;
    border-collapse: separate !important;
    border-radius: 8px;
    border-spacing: 0 !important;
    box-shadow: 0 10px 24px rgba(15, 23, 42, .05);
    display: block;
    font-size: 14px !important;
    margin: 18px 0 !important;
    max-width: 100%;
    overflow-x: auto;
    width: 100% !important;
}

body.ficha #ctab-tabdescription .prod_desc tbody,
body.ficha #ctab-tabdescription .prod_desc thead,
body.ficha #ctab-tabdescription .prod_desc tr {
    width: 100%;
}

body.ficha #ctab-tabdescription .prod_desc tr:nth-child(n) {
    display: table-row !important;
}

body.ficha #ctab-tabdescription .prod_desc tr:nth-child(odd) {
    background: #fff;
}

body.ficha #ctab-tabdescription .prod_desc tr:nth-child(even) {
    background: #f8fafc;
}

body.ficha #ctab-tabdescription .prod_desc th,
body.ficha #ctab-tabdescription .prod_desc td {
    border: 0 !important;
    border-bottom: 1px solid #edf1f7 !important;
    color: #334155 !important;
    line-height: 1.45 !important;
    min-width: 160px;
    padding: 12px 14px !important;
    vertical-align: top !important;
    width: auto !important;
}

body.ficha #ctab-tabdescription .prod_desc th,
body.ficha #ctab-tabdescription .prod_desc td:first-child {
    color: #101828 !important;
    font-weight: 900 !important;
}

body.ficha #ctab-tabdescription .prod_desc blockquote {
    background: #f5f8ff;
    border: 1px solid #dbe8ff;
    border-left: 5px solid var(--erson-primary-color);
    border-radius: 8px;
    color: #1e3a8a;
    margin: 18px 0 !important;
    padding: 16px 18px !important;
}

body.ficha #ctab-tabdescription .prod_desc hr {
    border: 0;
    border-top: 1px solid #edf1f7;
    margin: 22px 0;
}

body.ficha #ctab-tabdescription .prod_desc [style*="font-size"] {
    font-size: inherit !important;
}

body.ficha #ctab-tabdescription .prod_desc [style*="font-family"] {
    font-family: Inter, Arial, Helvetica, sans-serif !important;
}

body.ficha #ctab-tabdescription .prod_desc [style*="color"] {
    color: inherit !important;
}

body.ficha #ctab-tabdescription .prod_desc [style*="width"] {
    max-width: 100% !important;
}

@media (max-width: 767px) {
    body.ficha #ctab-tabdescription .prod_desc {
        font-size: 14px !important;
        line-height: 1.65 !important;
    }

    body.ficha #ctab-tabdescription .prod_desc h1 {
        font-size: 22px !important;
    }

    body.ficha #ctab-tabdescription .prod_desc h2 {
        font-size: 20px !important;
    }

    body.ficha #ctab-tabdescription .prod_desc table {
        font-size: 13px !important;
    }

    body.ficha #ctab-tabdescription .prod_desc th,
    body.ficha #ctab-tabdescription .prod_desc td {
        min-width: 140px;
        padding: 10px 12px !important;
    }
}

@media (max-width: 1199px) {
    body.ficha .prodF.erProductLayoutReady {
        grid-template-columns: minmax(320px, .95fr) minmax(320px, 1.05fr);
    }

    body.ficha .erProductAside {
        grid-column: 1 / 3;
        grid-row: auto;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        align-items: start;
    }

    body.ficha .erProductHelpCard {
        min-height: 100%;
    }

    body.ficha .erProductInsurance {
        grid-column: 1 / 3;
    }
}

@media (max-width: 767px) {
    body.ficha .erProductIntro {
        align-items: flex-start;
        flex-direction: column;
    }

    body.ficha .erProductFavorite {
        width: 100%;
    }

    body.ficha .prodF.erProductLayoutReady {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.ficha .prodF.erProductLayoutReady .gallery,
    body.ficha .prodF.erProductLayoutReady .detailsProduct,
    body.ficha .erProductAside,
    body.ficha .erProductInsurance {
        grid-column: 1;
    }

    body.ficha .prodF.erProductLayoutReady .JS_elevateZoom > .row {
        grid-template-columns: 1fr;
    }

    body.ficha .prodF.erProductLayoutReady .product-thumbs {
        display: none !important;
    }

    body.ficha .erProductPerks {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.ficha .erProductInsurance {
        grid-template-columns: 42px minmax(0, 1fr);
    }

    body.ficha .erProductAside {
        grid-template-columns: 1fr;
    }

    body.ficha .erProductInsurance a,
    body.ficha .erProductInsurance > .fa-angle-right {
        grid-column: 1 / 3;
    }
}
