﻿#newPDPHeader {
    display: none;
    transition: top 0.25s ease-out;
}
.data-promocion.data-promocion-regalos-pdp.pdp-bundle p {
    font-size: 14px !important;
    letter-spacing: -0.02em;
}
div#inspromocionestxtpdp button {
    padding: 0;
}
.new-pdp-header-container {
    background-color: var(--wwhite);
    padding-top: 37px;
    margin-bottom: 32px;
    top: 0px;
    z-index: 11;
    width: 100%;
}
.label-gen {
    margin-bottom: 3px;
}

    .label-gen .pt-subtitulo {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        /*font-family: "SF Pro Text";*/
        font-family: "ubuntu-bold";
        /*font-weight: 600;*/
        position: relative;
    }
.new-pdp-header-container.new-pdp-scrollable {
    padding-top: 16px;
}

.new-pdp-header {
    display: flex;
    flex-direction: row;
    gap: 32px;
    justify-content: space-between;
    max-width: 1272px;
    margin-inline: auto;
    padding-inline: 16px;
    width: 100%;
}

.new-pdp-header-left,
.new-pdp-header-right {
    display: block;
    height: auto;
    width: 100%;
}

.new-pdp-header-right {
    padding-top: 36px;
    text-align: right;
    padding-bottom: 8px;
}

.new-pdp-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    gap: 4px;
    letter-spacing: normal;
    list-style: none;
    line-height: 20px;
    margin-bottom: 8px;
    padding-inline: 0;
}

.new-pdp-placeholder {
    border-radius: 4px;
}

.new-pdp-placeholder.new-pdp-tags {
    animation: new-pdp-placeholder 0.75s linear alternate infinite;
    height: 20px;
    max-width: 60%;
    width: 100%;
}

.new-pdp-header-title {
    color: var(--bblack);
    font-size: 36px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    line-height: 42px;
    letter-spacing: -0.05em;
    margin: 0;
    margin-bottom: 8px;
}

.new-pdp-placeholder.new-pdp-header-title {
    animation: new-pdp-placeholder 1s linear alternate infinite;
    height: 42px;
    max-width: 80%;
    width: 100%;
}

.new-pdp-scrollable
.new-pdp-header-title {
    margin-bottom: 20px;
}

.new-pdp-header-sku {
    display: flex;
    column-gap: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 8px;
    row-gap: 4px;
}

    .new-pdp-header-sku > span {
        color: var(--gray2);
        font-size: 12px;
        /*font-family: "SF Pro Text";*/
        font-family: "ubuntu-bold";
        /*font-weight: 600;*/
        line-height: 16px;
        letter-spacing: 0.24px;
    }

.new-pdp-header-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 16px;
    row-gap: 2px;
}

.new-pdp-placeholder.new-pdp-header-links {
    animation: new-pdp-placeholder 0.5s linear alternate infinite;
    height: 20px;
}

    .new-pdp-header-links > a {
        border-radius: unset;
    }

        .new-pdp-header-links > a:not(:last-child) {
            border-right: 1px solid var(--gray3);
            margin-right: 12px;
            padding-right: 12px;
        }

.new-pdp-header-share {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.new-pdp-header-socials {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
}

.new-pdp-header-social-icon {
    position: relative;
}

.new-pdp-header-social-icon:hover::after {
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: .1rem;
    background-color: var(--bblack);
}

.new-pdp-header-social-icon,
.new-pdp-header-social-icon:link,
.new-pdp-header-social-icon:visited {
    color: var(--bblack);
    text-decoration: none;
}

    .new-pdp-header-social-icon > svg {
        display: block;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        width: 16px;
    }

.new-pdp-header-button-share {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2px;
}

    .new-pdp-header-button-share:link,
    .new-pdp-header-button-share:visited {
        color: var(--bblack);
        text-decoration: none;
    }

    .new-pdp-header-button-share > svg {
        display: block;
        height: 16px;
        min-width: 16px;
        min-height: 16px;
        width: 16px;
    }

        .new-pdp-header-button-share > svg > path {
            fill: var(--bblack);
        }

    .new-pdp-header-button-share:hover > svg > path {
        fill: var(--bblack)
    }

    .new-pdp-header-button-share:hover > span {
        color: var(--bblack);
        text-decoration: underline;
        text-underline-offset: 3px;
    }

.new-pdp-header-price {
    color: var(--bblack);
    font-size: 24px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    line-height: 30px;
    letter-spacing: -0.02em;
    margin: 0;
    margin-bottom: 4px;
}

.new-pdp-placeholder.new-pdp-header-price {
    animation: new-pdp-placeholder 0.75s linear alternate infinite;
    height: 63px;
    max-width: 40%;
    margin-left: auto;
    width: 100%;
}

.new-pdp-header-months { 
    color: var(--bblack);
    font-size: 16px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    letter-spacing: normal;
    line-height: 20px;
    margin: 0;
}

.new-pdp-placeholder.new-pdp-header-months {
    animation: new-pdp-placeholder 0.80s linear alternate infinite;
    height: 20px;
    max-width: 60%;
    margin-left: auto;
    width: 100%;
}

.new-pdp-scrollable
.new-pdp-header-months {
    font-family: "ubuntu-regular";
    /*font-weight: 400;*/
}

.new-pdp-header-right > a {
    margin-top: 8px;
}

.new-pdp-header-footer {
    display: none;
    border-top: 1px solid var(--gray3);
    border-bottom: 1px solid var(--gray3);
    padding-block: 16px;
}

.new-pdp-header-bopis {
    display: flex;
    flex-direction: row;
}

.new-pdp-scrollable
.seccion-banner-mkt-pdpfooter {
    display: none !important;
}


.new-pdp-header-bopis-item {
    border-right: 1px solid var(--gray3);
    padding-inline: 12px;
}

.new-pdp-header-bopis > .new-pdp-header-bopis-item:first-child {
    padding-left: 0;
}

.new-pdp-header-bopis > .new-pdp-header-bopis-item:last-child {
    border-right: none;
    padding-right: 0;
}

.new-pdp-header-bopis > .new-pdp-header-bopis-item:nth-last-child(1),
.new-pdp-header-bopis > .new-pdp-header-bopis-item:nth-last-child(2) {
    display: none;
}

.new-pdp-header-bopis > .new-pdp-header-bopis-item:nth-last-child(3) {
    padding-right: 0;
    border-right: none;
}

.new-pdp-header-bopis-item > p {
    display: flex;
    align-items: center;
    color: var(--bblack);
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0;
    text-wrap: nowrap;
}

.new-pdp-header-bopis-item .boton-saber-mas > span {
    text-wrap: nowrap;
}

.new-pdp-header-bopis-item > p > svg {
    display: block;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
}

    .new-pdp-header-bopis-item > p > svg > path {
        fill: var(--bblack);
    }

.new-pdp-header-bopis-item > p > span {
    color: var(--color-text);
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    letter-spacing: -0.02em;
}

.new-pdp-header-footer {
    overflow-x: auto;
    scrollbar-width: none;
}

.new-pdp-header-right-mobile {
    display: none;
    text-align: left;
}

    .new-pdp-header-right-mobile > .new-pdp-header-price {
        font-size: 14px;
        line-height: 20px;
    }

    .new-pdp-header-right-mobile > .new-pdp-header-months {
        font-size: 12px;
        /*font-family: "SF Pro Text";*/
        font-family: "ubuntu-regular";
        /*font-weight: 400;*/
        line-height: 14px;
    }

.new-pdp-main-container {
    padding-inline: 16px;
    margin-inline: auto;
    max-width: 1272px;
    width: 100%;
}

.new-pdp-main {
    display: flex;
    flex-direction: row;
    gap: calc(100% * 60 / 1240);
}

.new-pdp-main-gallery {
    flex-shrink: 0;
    /*width: calc(100% * 560 / 1240);*/
    max-width: 500px;
    margin-inline: auto;
    position: sticky;
    top: 124px;
    width: 100%;
}

.new-pdp-gallery {
    position: sticky;
    top: 146px;
}

.new-pdp-main-options {
    width: 100%;
}

.new-pdp-swiper-primary {
    margin-bottom: 8px;
}

.new-pdp-placeholder.swiper-wrapper {
    position: relative;
    animation: new-pdp-placeholder 1s linear alternate infinite;
    aspect-ratio: 1/1;
    transition: all 1s ease;
}

    .new-pdp-placeholder.swiper-wrapper:after {
        position: absolute;
        background-color: inherit;
        border-radius: inherit;
        content: "";
        left: 0;
        height: 100%;
        top: 0;
        width: 100%;
    }

.new-pdp-gallery-main-wrapper {
    position: relative;
}

.new-pdp-gallery-controllers {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
}

.new-pdp-swiper-pagination {
    position: initial;
    width: fit-content !important;
}

.new-pdp-swiper-button-prev > svg,
.new-pdp-swiper-button-next > svg {
    display: block;
    color: var(--bblue1);
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    margin-inline: auto;
    width: 24px;
}

.new-pdp-swiper-button-prev-big,
.new-pdp-swiper-button-next-big {
    align-content: center;
    border-radius: 100%;
    background-color: var(--bblue3);
    height: 48px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    z-index: 1;
}

.new-pdp-swiper-button-prev-big {
    left: -24px;
}

.new-pdp-swiper-button-next-big {
    right: -24px;
}

.new-pdp-swiper-button-next > svg {
    transform: rotate(180deg);
}

.new-pdp-swiper-secondary {
    margin-top: 16px;
}

    .new-pdp-swiper-secondary
    .swiper-slide {
        border: 1px solid var(--bblue3);
        border-radius: 8px;
        overflow:hidden;
    }

.new-pdp-swiper-pagination .swiper-pagination-bullet {
    height: 9.941px !important;
    min-width: 9.941px !important;
    min-height: 9.941px !important;
    margin: 6px !important;
    width: 9.941px !important;
}

/*.new-pdp-option-section {
    margin-bottom: 42px;
}
*/
.new-pdp-option-title {
    color: var(--gray1);
    font-size: 32px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-regular";
    /*font-weight: 600;*/
    line-height: 36px;
    letter-spacing: -0.05em;
    margin: 0;
    text-align: left !important;
}

.new-pdp-placeholder.new-pdp-option-title {
    animation: new-pdp-placeholder 1s linear alternate infinite;
    height: 36px;
}

.new-pdp-options-collapse > .new-pdp-option-collapse:last-child {
    border-bottom: none;
}

.new-pdp-option-collapse,
.new-pdp-options-collapse > .new-pdp-option-collapse:first-child {
    border-bottom: 1px solid var(--bblue3)
}

.new-pdp-option-collapse {
    padding-block: 8px;
}

.new-pdp-option-collapse-header {
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    padding-block: 16px;
    width: 100%;
}

    .new-pdp-option-collapse-header[aria-expanded="true"] svg {
        transform: rotate(180deg);
    }

.new-pdp-linethrough[aria-expanded="true"]
.new-pdp-option-collapse-title {
    text-decoration: underline;
}

.new-pdp-linethrough:hover
.new-pdp-option-collapse-title {
    text-decoration: underline;
}

.new-pdp-option-collapse-title {
    color: var(--bblack);
    font-size: 16px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;
}

.new-pdp-option-collapse-selected {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    margin: 0;
}

    .new-pdp-option-collapse-selected > svg {
        display: block;
        height: 12px;
        min-height: 12px;
        min-width: 12px;
        width: 12px;
    }

.new-pdp-option-selected {
    color: var(--bblack);
    font-size: 16px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-regular";
    /*font-weight: 400;*/
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: right;
}

.new-pdp-summary-container {
    border-block: 1px solid var(--gray3);
    margin-block: 32px;
    padding-block: 32px;
}

.new-pdp-summary {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: calc(100% * 48 / 1240);
    justify-content: space-between;
}

.new-pdp-summary-product {
    width: calc(100% * 269 / 1240);
}

.new-pdp-summary-info {
    display: flex;
    align-items: stretch;
    gap: calc(100% * 48 / 1240);
    justify-content: space-between;
    width: calc(100% * 919 / 1240);
}

.new-pdp-summary-info-one {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
    width: calc(100% * 511 / 919);
}

.new-pdp-summary-info-two {
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
    width: calc(100% * 360 / 919);
}

.new-pdp-summary-product-title {
    color: var(--bblack);
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.05em;
    margin: 0;
    margin-bottom: 8px;
}

    .new-pdp-summary-product-title
    span {
        color: var(--gray2);
    }

.new-pdp-summary-producto-image-container
img {
    margin-inline: auto;
}

.new-pdp-summary-info-title {
    color: var(--bblack);
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    margin: 0;
    margin-bottom: 8px;
}

.new-pdp-summary-info-features {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    margin-bottom: -8px;
    padding-inline: 0;
}

    .new-pdp-summary-info-features > li {
        color: var(--bblack);
        font-size: 16px;
        font-family: "ubuntu-regular";
        /*font-weight: 400;*/
        line-height: 20px;
        letter-spacing: normal;
        margin-bottom: 8px;
    }

.new-pdp-summary-quantity-title {
    color: var(--bblack);
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    margin: 0;
    margin-bottom: 8px;
    white-space: nowrap;
}

.new-pdp-summary-quantity-container
.number-spinner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 44px;
    max-width: 299px;
    padding: 8px;
}

    .new-pdp-summary-quantity-container
    .number-spinner input {
        height: auto;
        max-height: unset;
    }

.new-pdp-summary-quantity-container
.ns-btn {
    display: block;
}

    .new-pdp-summary-quantity-container
    .ns-btn * {
        display: block;
        height: 100%;
        min-height: unset;
    }

        .new-pdp-summary-quantity-container
        .ns-btn *::after {
            display: flex;
            align-items: center;
            height: 100%;
            justify-content: center;
        }

.new-pdp-summary-info-price {
    margin-bottom: 32px;
}

.new-pdp-summary-total
.price-full {
    color: var(--bblack);
    font-size: 18px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    line-height: 20px;
    letter-spacing: -0.02em;
    margin: 0;
}

.new-pdp-summary-type-pay {
    color: var(--bblack);
    font-size: 14px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-medium";
    /*font-weight: 500;*/
    line-height: 16px;
    letter-spacing: normal;
    margin: 0;
    margin-top: 16px;
}

.new-pdp-summary-info-price-bopis
.new-pdp-header-bopis {
    flex-direction: column;
    gap: 15px;
}

.new-pdp-summary-info-price-bopis
.new-pdp-header-bopis-item {
    display: flex !important;
    align-items: flex-start;
    border: unset;
    gap: 4px;
    padding: 0;
}

.new-pdp-summary-info-price-bopis
.new-pdp-bopis-info {
    flex-wrap: wrap;
}

.new-pdp-summary-info-price-bopis
.new-pdp-header-bopis-item
.boton-saber-mas > span {
    text-wrap: wrap;
}

.new-pdp-summary-info-price-bopis
.new-pdp-header-bopis-item > p {
    text-wrap: wrap;
}

.new-pdp-price-options {
    display: none;
    margin-block: 15px;
}

    .new-pdp-price-options
    .new-pdp-header-right {
        text-align: left;
    }

    .new-pdp-price-options
    .new-pdp-header-links {
        margin-top: 18px;
    }

    .new-pdp-price-options
    .new-pdp-header-months {
        /*font-family: "SF Pro Text";*/
        font-family: "ubuntu-bold";
        /*font-weight: 600;*/
        line-height: 20px;
    }

.new-pdp-details-menu {
    max-width: 1272px;
    margin-inline: auto;
    margin-block: 32px;
    padding-inline: 16px;
    width: 100%;
}

    .new-pdp-details-menu
    .new-pdp-option-collapse {
        border-block: 1px solid var(--gray3);
    }

    .new-pdp-details-menu
    .new-pdp-options-collapse
    .new-pdp-option-collapse:first-child {
        border-top: 2px solid var(--gray3);
    }

    .new-pdp-details-menu
    .new-pdp-options-collapse
    .new-pdp-option-collapse:last-child {
        border-bottom: 1px solid var(--gray3);
    }

    .new-pdp-details-menu
    .new-pdp-option-collapse-header {
        padding-block: 13.5px;
    }

    .new-pdp-details-menu
    .new-pdp-option-collapse-title {
        /*font-family: "SF Pro Text";*/
        font-family: "ubuntu-bold";
        /*font-weight: 600;*/
    }

.new-pdp-main-options
#contenedor-botonera {
    margin-bottom: 16px;
    padding: 2px;
}

    .new-pdp-main-options
    #contenedor-botonera
    .list-colores
    .item-list-pdp-colores {
        height: 44px;
        width: 44px;
    }

.new-pdp-main-options
.lista-general.list-colores {
    margin-bottom: 1.6rem;
}

.new-pdp-main-options
#contenedor-botonera
.list-propiedades
.item-list-pdp {
    gap: 40px;
    justify-content: space-between;
    padding: 16px;
}

.new-pdp-option-title-option {
    color: var(--bblack);
    font-size: 16px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-medium";
    /*font-weight: 500;*/
    letter-spacing: -0.02em;
    line-height: 20px;
    text-align: left;
}

    .new-pdp-option-title-option .promo-label-azteca {
        color: var(--discount);
    }

.new-pdp-option-total {
    display: block;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-regular";
    /*font-weight: 400;*/
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    margin: 0;
    text-align: right;
}

.new-pdp-option-financy-total {
    display: block;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-regular";
    /*font-weight: 400;*/
    font-size: 12px;
    line-height: 14px;
    letter-spacing: normal;
    margin: 0;
    text-align: right;
}

.new-pdp-option-disabled {
    display: block;
    color: var(--gray1);
    font-size: 12px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-regular";
    /*font-weight: 400;*/
    line-height: 14px;
    letter-spacing: normal;
    margin: 0;
}

.new-pdp-option-more {
    border-top: 1px solid var(--gray3);
    padding-top: 10px;
}

    .new-pdp-option-more
    .boton-saber-mas {
        display: block;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: normal;
        text-align: left;
    }

.new-pdp-main-options
.new-pdp-option-title-container {
    width: 100%;
}

.new-pdp-main-options
.no-disponible
.new-pdp-option-title-container {
    width: 100%;
}

.new-pdp-main-options
.lista-general.list-propiedades
.boton-saber-mas {
    display: block;
    text-align: left;
    margin: 0;
    margin-top: -6px;
    margin-bottom: 2px;
    width: fit-content;
}

.new-pdp-main-options
.new-pdp-cols-options {
    display: flex !important;
    gap: 16px !important;
}

    .new-pdp-main-options
    .new-pdp-cols-options > li {
        flex-basis: 50%;
    }

.new-pdp-main-options
.new-pdp-collase-title {
    font-size: 16px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-regular";
    /*font-weight: 400;*/
    line-height: 20px;
    letter-spacing: normal;
    margin: 0;
    margin-bottom: 16px;
}

.new-pdp-no-border {
    border-top: none;
}

.new-pdp-financy-logos {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    list-style: none;
    padding-inline: 0;
}

    .new-pdp-financy-logos
    img {
        width: auto;
        min-height: 20px;
        max-height: 20px;
    }

.new-pdp-option-financy-logos-container {
    max-width: 280px;
    width: 100%;
}

.new-pdp-scrollable
.new-pdp-header-share,
.new-pdp-scrollable
.new-pdp-header-sku {
    display: none;
}

.new-pdp-scrollable
.new-pdp-header-footer {
    display: block;
}

    .new-pdp-scrollable
    .new-pdp-header-footer
    .new-pdp-header-share {
        display: flex;
    }

.new-pdp-summary-small-message {
    display: block;
    letter-spacing: -0.02em;
    line-height: normal;
    margin: 0;
    margin-top: 16px;
}

.new-pdp-summary-info-price-bopis
.bundle-button {
    letter-spacing: -0.02em;
    line-height: normal;
}

.new-pdp-summary-off {
    color: var(--rred);
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-medium";
    /*font-weight: 500;*/
    font-size: 12px;
}

.new-pdp-header-price .price-full {
    font-size: 24px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    margin: 0px;
}

p.desc-header {
    display: inline-flex;
    column-gap: 10px;
    margin: 0px;
}

.new-pdp-summary-old-price, new-pdp-summary-off {
    display: block;
    color: var(--gray2);
    font-size: 16px;
    font-family: "ubuntu-regular";
    /*font-weight: 400;*/
    text-decoration: line-through;
}

.desc-header .new-pdp-summary-off {
    color: var(--discount);
    font-size: 16px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-medium";
    /*font-weight: 500;*/
    letter-spacing: -0.02em;
}

.new-pdp-option-select {
    border: 1px solid var(--bblack);
    border-radius: 4px;
    background-color: var(--wwhite);
    padding: 12px 16px 12px 16px;
    width: 100%;
}

    .new-pdp-option-select
    .new-pdp-option-collapse-selected {
        justify-content: space-between;
    }

.new-pdp-option-collapse-select {
    border-bottom: none;
}

.new-pdp-select-options {
    border: 1px solid var(--gray3);
    border-radius: 4px;
    padding: 12px 16px;
    margin-top: 4px;
}

.new-pdp-select-options-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .new-pdp-select-options-list > li {
        cursor: pointer;
        font-size: 16px;
        /*font-family: "SF Pro Text";*/
        font-family: "ubuntu-medium";
        /*font-weight: 500;*/
        line-height: 20px;
        letter-spacing: -0.02em;
        margin-bottom: 4px;
    }

.new-pdp-details-option {
    padding-inline: 1rem;
    padding-bottom: 1.5rem;
}

.new-pdp-details-text {
    color: var(--bblack);
    font-size: 14px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-regular";
    /*font-weight: 400;*/
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
}

.new-pdp-details-links {
    margin-block: 14px;
}

.new-pdp-gallery-mini {
    display: none;
    margin-inline: auto;
    max-width: 292px;
    margin-bottom: 14px;
    width: 100%;
}

/* Modals PDP nueva con SweetAlert 2 */

.swal2-container.swal-new-pdp-modals
.swal2-modal {
    border: 2px solid var(--bblue);
    border-radius: 24px;
    padding: 76px;
    margin-top: 16px;
    max-width: 823px;
    width: 100%;
}

.swal2-container.swal-new-pdp-modals
.swal2-title {
    padding: 0;
}

.swal2-container.swal-new-pdp-modals.no-timer-progress-bar
.swal2-timer-progress-bar-container {
    display: none;
}

.swal2-container.swal-new-pdp-modals
.swal2-close {
    position: absolute;
    background-color: var(--gray4);
    color: var(--gray2);
    font-size: 34px;
    right: 20px;
    top: 20px;
}

.swal2-container.swal-new-pdp-modals
.swal2-close:hover {
    color: var(--gray1);
    outline: none;
}

.swal2-container.swal-new-pdp-modals
.swal2-actions {
    flex-direction: row-reverse;
    gap: 16px;
    margin: 0;
    margin-top: 16px;
    padding-top: 16px;
}

.swal2-container.swal-new-pdp-modals
.swal2-confirm,
.swal2-cancel {
    flex-grow: 1;
    justify-content: center;
    margin: 0;
}

.swal2-container.swal-new-pdp-modals
.swal2-confirm:hover,
.swal2-cancel:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.swal2-container.swal-new-pdp-modals
.swal2-title {
    color: var(--bblack);
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    font-size: 32px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
}

.swal2-container.swal-new-pdp-modals
.swal2-html-container {
    padding: 0;
}

.swal2-container.swal-new-pdp-modals
.current-new-selection {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 80px;
    justify-content: space-between;
    margin-top:  16px;
}

.swal2-container.swal-new-pdp-modals
.current-selection,
.swal2-container.swal-new-pdp-modals
.new-selection {
    width: 100%;
}

.swal2-container.swal-new-pdp-modals
.swal2-confirm,
.swal2-container.swal-new-pdp-modals
.swal2-cancel {
    width: 100%;
}

.swal2-container.swal-new-pdp-modals
.swal2-actions {
    flex-wrap: nowrap;
}

.swal2-container.swal-new-pdp-modals
.only-text
* {
    display: block;
    color: var(--bblack);
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.swal2-container.swal-new-pdp-modals
.current-selection > .heading,
.swal2-container.swal-new-pdp-modals
.new-selection > .heading {
    border-bottom: 1px solid var(--gray3);
    color: var(--bblack);
    font-size: 14px;
    /*font-family: "SF Pro Text";*/
    font-family: "ubuntu-bold";
    /*font-weight: 600;*/
    line-height: 20px;
    margin: 0;
    padding-bottom: 8px;
    text-align: left;
}


.swal2-container.swal-new-pdp-modals
.features {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    margin-top: 8px;
    padding: 0;
}

    .swal2-container.swal-new-pdp-modals
    .features
    .heading {
        display: block;
        color: var(--bblack);
        font-size: 14px;
        /*font-family: "SF Pro Text";*/
        font-family: "ubuntu-bold";
        /*font-weight: 600;*/
        line-height: 20px;
        margin: 0;
        margin-top: 16px;
        text-align: left;
    }

    .swal2-container.swal-new-pdp-modals
    .features
    .description {
        color: var(--bblack);
        /*font-family: "SF Pro Text";*/
        font-family: "ubuntu-regular";
        /*font-weight: 400;*/
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        text-align: left;
    }

/* Modals PDP nueva con SweetAlert 2 */

/* Alertify PDP nuevos */

.new-pdp-alertify.alertify-notifier {
    top: 171px !important;
}

.new-pdp-alertify
.ajs-message {
    display: flex;
    align-items: center;
    padding: 0 8px !important;
    gap: 4px;
    opacity: 1.0 !important;
    width: fit-content !important;
}

.new-pdp-alertify
.jmg-alert {
    min-height: 33px;
}

.new-pdp-alertify
.jmg-alert > svg {
    display: none;
}

.new-pdp-alertify
.ajs-close {
    position: static !important;
    display: block;
    background-color: transparent !important;
}

.new-pdp-alertify
.jmg-alert > p {
    text-wrap: nowrap;
}

/* Alertify PDP nuevos */

.new-pdp-swiper-primary
.swiper-slide {
    height: auto;
}

.new-pdp-iframe-video {
    position: absolute;
    aspect-ratio: 16/9;
    top: 50%;
    transform: translateY(-50%);
}

.saber-mas-fina-pdp-lk.new-pdp-placeholder {
    animation: new-pdp-placeholder 0.5s linear alternate infinite;
    height: 20px;
    max-width: 45%;
    margin-left: auto;
    width: 100%;
}

.new-pdp-placeholder.sku {
    animation: new-pdp-placeholder 0.25s linear alternate infinite;
    height: 16px;
    max-width: 40%;
    width: 100%;
}

#item-video-yt-uno {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#seccion-pdp-frequently
.pdp__fp {
    padding-top: 28px;
}

.new-pdp-bopis-icon-container > svg {
    height: 20px;
    min-width: 20px;
    width: 20px;
}

.new-pdp-summary-info-list > ul:nth-child(3) {
    margin-top: 8px;
}

.new-pdp-tradein-disable > li {
    pointer-events: none;
    background-color: var(--gray4);
    outline-color: var(--gray3) !important;
}

.new-pdp-tradein-disable > li {
    pointer-events: none;
    background-color: var(--gray4);
    outline-color: var(--gray3) !important;
}

#modalClasificacionSemininuevos
.modal-content {
    overflow: unset;
}

#modalClasificacionSemininuevos
.modal-header {
    position: sticky;
    top: 0;
    z-index: 1;
}

#modalClasificacionSemininuevos
.modal-content
.clasification-wrapper {
    border-radius: 24px;
}

#modalClasificacionSemininuevos
#footerx {
    border-radius: 0 0 24px 24px;
}

#modalClasificacionSemininuevos
.encabezado1 h1 {
    margin-top: 0;
}

#modalBancos
.modal-content {
    overflow: unset;
}

#modalBancos
.modal-header {
    border-bottom: none;
    position: sticky;
    top: 0;
    z-index: 1;
}

#modalBancos
#acerca-de {
    display: none;
}

#modalBancos
.modal-content
h1 {
    display: none;
}

#modalBancos
.modal-content
#buenFin-Promociones
br {
    display: none;
}

#modalBancos
.modal-content
#buenFin-Promociones
h2 {
    margin: 0;
    margin-bottom: 24px;
}

#modalBancos
.modal-body {
    padding-top: 0 !important;
}

#modalBancos
#silverB {
    border-radius: 16px;
}

#modalBancos
#banco {
    border-radius: 100px 0 0 100px;
}

#modalBancos
.text-center.aplica {
    border-radius: 0 100px 100px 0;
}

#modalBancos
#tablaB tbody tr {
    box-shadow: none;
}

@keyframes new-pdp-placeholder {
    from {
        background-color: var(--bg-from);
    }

    to {
        background-color: var(--bg-to);
    }
}

@media only screen and (max-width: 1023px) {
    main {
        overflow: hidden !important;
    }

    .new-pdp-header-container {
        padding-top: 16px;
        margin-bottom: 16px;
    }

    .new-pdp-header-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 4px;
        word-break: break-word;
    }

    .new-pdp-tags {
        margin-bottom: 4px;
    }

    .new-pdp-header-sku {
        margin-bottom: 0;
    }

    .new-pdp-header-right-desktop,
    .new-pdp-header-left > .new-pdp-header-share,
    .new-pdp-header-left > .new-pdp-header-links,
    .new-pdp-header-footer .new-pdp-header-share {
        display: none;
    }

    .new-pdp-header-bopis > .new-pdp-header-bopis-item:nth-last-child(1) {
        padding-right: 16px;
    }

    .new-pdp-header-bopis > .new-pdp-header-bopis-item:nth-last-child(1),
    .new-pdp-header-bopis > .new-pdp-header-bopis-item:nth-last-child(2) {
        display: initial;
    }

    .new-pdp-header-bopis > .new-pdp-header-bopis-item:nth-last-child(3) {
        padding-right: 12px;
        border-right: 1px solid var(--gray3);
    }

    .new-pdp-header-footer {
        margin-top: 16px;
    }

    .new-pdp-main {
        flex-direction: column;
    }

    .new-pdp-main-gallery {
        width: 100%;
    }

    .new-pdp-swiper-primary
    img {
        width: 100%;
    }

    /*.new-pdp-swiper-secondary {
        display: none;
    }*/

    .new-pdp-price-options {
        display: block;
    }

    .new-pdp-summary-container {
        border-bottom: 0;
    }

    .new-pdp-summary {
        flex-direction: column;
    }

    .new-pdp-summary-product {
        width: 100%;
    }

    .new-pdp-summary-info {
        width: 100%;
    }

    .new-pdp-summary-product-title {
        text-align: center;
        margin-bottom: 4px;
    }

    .new-pdp-summary-product-image {
        margin-inline: auto;
        max-width: calc(100% * 240 / 343);
        width: 100%;
    }

    .new-pdp-summary-info {
        flex-direction: column;
        gap: 24px;
    }

    .new-pdp-summary-info-one {
        width: 100%;
    }

    .new-pdp-summary-info-two {
        width: 100%;
    }

    .new-pdp-summary-quantity-container
    .number-spinner {
        max-width: 100%;
    }

    .new-pdp-scrollable-mobile.new-pdp-header-container {
        position: fixed;
        background-color: var(--wwhite);
        margin-top: 0;
        padding-top: 16px;
        z-index: 1;
    }

    .new-pdp-scrollable-mobile
    .new-pdp-tags {
        display: none;
    }

    .new-pdp-scrollable-mobile
    .new-pdp-header-footer {
        display: block;
    }

    .new-pdp-scrollable-mobile
    .new-pdp-header-sku {
        display: none;
    }

    .new-pdp-scrollable-mobile
    .new-pdp-header-right-mobile {
        display: block;
        padding-top: 2px;
    }

    .new-pdp-scrollable-mobile
    .new-pdp-header-price
    .price-full {
        font-size: 14px;
        line-height: 20px;
    }

    .new-pdp-scrollable-mobile
    .new-pdp-summary-old-price {
        font-size: 14px;
    }

    .new-pdp-main-options
    .new-pdp-cols-options {
        flex-wrap: wrap !important;
    }

        .new-pdp-main-options
        .new-pdp-cols-options > li {
            flex-basis: 100%;
        }

    .new-pdp-option-title {
        font-size: 24px;
        line-height: 30px;
    }

    .new-pdp-swiper-pagination .swiper-pagination-bullet {
        height: 8px !important;
        min-width: 8px !important;
        min-height: 8px !important;
        margin: 4px !important;
        width: 8px !important;
    }

    .new-pdp-option-collapse-header {
        padding-block: 24px;
    }

    .new-pdp-gallery-mini {
        display: block;
    }

    /* Modals PDP nueva con SweetAlert 2 */

    .swal2-container.swal-new-pdp-modals
    .swal2-modal {
        max-width: 866px;
    }

    .swal2-container.swal-new-pdp-modals
    .current-new-selection {
        flex-direction: column;
        gap: 36px;
    }

    .swal2-container.swal-new-pdp-modals
    .current-selection,
    .swal2-container.swal-new-pdp-modals
    .new-selection {
        width: 100%;
    }

    .swal2-container.swal-new-pdp-modals
    .swal2-actions {
        flex-direction: column-reverse;
    }

    .swal2-container.swal-new-pdp-modals
    .swal2-confirm,
    .swal2-container.swal-new-pdp-modals
    .swal2-cancel {
        width: 100%;
    }

    .swal2-container.swal-new-pdp-modals
    .swal2-title {
        text-align: left;
    }

    /* Modals PDP nueva con SweetAlert 2 */

    .new-pdp-header-links {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
    .swal2-container.swal-new-pdp-modals
    .swal2-modal {
        padding: 76px 29px;
    }

    #buenFin-Promociones {
        flex-direction: column;
    }
}

@media only screen and (max-width: 767px) {
    .new-pdp-main-gallery {
        max-width: 100%;
        margin-inline: auto;
    }

    .main-pdp-v2
    #pleca-comprar {
        border: 1px solid var(--bblue);
        border-bottom: unset;
        border-radius: 16px 16px 0 0;
    }

        .main-pdp-v2
        #pleca-comprar
        .pdp-sb__lm {
            display: none;
        }

        .main-pdp-v2
        #pleca-comprar
        .pdp-sb {
            display: flex;
            flex-direction: column;
        }

        .main-pdp-v2
        #pleca-comprar
        .pdp-sb__atc {
            padding-left: 0;
        }

        .main-pdp-v2
        #pleca-comprar
        .pdp-sb__atc {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 100%;
        }

        .main-pdp-v2
        #pleca-comprar
        .pdp-sb__atc
        .boton.boton-primario {
            width: 100%;
        }

        .main-pdp-v2
        #pleca-comprar
        .pdp-sb__price {
            display: flex;
            align-items: baseline;
            border-bottom: 1px solid var(--gray3);
            flex-wrap: wrap;
            gap: 4px;
            justify-content: center;
            margin-bottom: 16px;
            padding-bottom: 8px;
            width: 100%;
        }

        .main-pdp-v2
        #pleca-comprar
        .price__per-months {
            text-align: center;
        }
}

/* Styles for new PDP in iReNew */
.new-pdp-gallery-wrapper {
    border: 1px solid var(--bblue3);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.pdp-irenew-wrapper {
    padding: 48px;
    padding-bottom: 0;
}

.pdp-irenew {
    display: flex;
    column-gap: 48px;
    flex-direction: row;
    margin-inline: auto;
    max-width: 1220px;
    margin-bottom: 48px;
    width: 100%;
}

.pdp-irenew-side-left,
.pdp-irenew-side-right {
    max-width: 50%;
    width: 100%;
}

.pdp-irenew-side-right {
    padding-bottom: 48px;
}

.new-pdp-product-title {
    font-size: 24px;
    font-family: "ubuntu-medium";
    letter-spacing: -0.02em;
    line-height: normal;
    margin: 0;
    max-width: 480px;
    width: 100%;
}

.new-pdp-stars-product {
    display: flex;
    color: var(--bblue1);
    flex-direction: row;
    flex-wrap: nowrap;
    list-style: none;
    margin-block: 10px;
    padding-inline: 0;
    width: fit-content;
}

.new-pdp-price-product {
    width: 100%;
}

.new-pdp-price-product-discount {
    color: var(--ggrey1);
    font-size: 16px;
    margin: 0;
    width: fit-content;
}

.new-pdp-price-product-old {
    text-decoration: line-through;
}

.new-pdp-price-product-percentage {
    color: var(--ggreen1);
    font-family: "ubuntu-bold";
}

.new-pdp-price-product-total {
    font-family: "ubuntu-medium";
    font-size: 20px;
    letter-spacing: -0.02em;
    margin: 0;
}

.new-pdp-only-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 100%;
}

.new-pdp-title-section {
    font-family: "ubuntu-medium";
    font-size: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

.new-pdp-list-tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-inline: 0;
    row-gap: 8px;
}

    .new-pdp-list-tags > li {
        border-right: 2px solid var(--rred);
        color: var(--rred);
        font-size: 12px;
        font-family: "ubuntu-medium";
        letter-spacing: -0.02em;
        padding-inline: 8px;
    }

    .new-pdp-list-tags > li:first-child {
        padding-left: 0;
    }

    .new-pdp-list-tags > li:last-child {
        border-right: 0;
        padding-right: 0;
    }

.new-pdp-counter {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 16px;
    width: fit-content;
}

.new-pdp-counter-minus,
.new-pdp-counter-plus {
    display: block;
    color: var(--bblue1);
    border: 1px solid var(--bblue3);
    background-color: var(--wwhite);
    cursor: not-allowed;
    min-height: 32px;
    min-width: 32px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.new-pdp-counter-minus {
    border-radius: 4px 0 0 4px;
}

.new-pdp-counter-plus {
    border-radius: 0 4px 4px 0;
}

.new-pdp-counter-display {
    appearance: none;
    border: none;
    border-top: 1px solid var(--bblue3);
    border-bottom: 1px solid var(--bblue3);
    font-family: "ubuntu-medium";
    letter-spacing: -0.02em;
    min-height: 32px;
    max-width: 48px;
    padding-inline: 8px;
    text-align: center;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.new-pdp-counter-active {
    background-color: var(--bblue4);
    cursor: pointer;
    pointer-events: all;
}

.new-pdp-counter-active:hover {
    border-color: var(--bblue1);
    background-color: var(--bblue3);
}

.new-pdp-aditional-data {
    list-style: none;
    line-height: 32px;
    margin: 0;
    padding-inline: 0;
}

    .new-pdp-aditional-data > li {
        display: flex;
        align-items: flex-start;
        column-gap: 8px;
        flex-direction: row;
        justify-content: flex-start;
        line-height: normal;
        padding-bottom: 4px;
    }

.new-pdp-aditional-data-prefix {
    display: flex;
    align-items: flex-start;
    column-gap: 4px;
    font-family: "ubuntu-bold";
    flex-wrap: nowrap;
    letter-spacing: -0.02em;
    line-height: normal;
    justify-content: flex-start;
}

    .new-pdp-aditional-data-prefix
    .icon-wrapper > svg {
        color: var(--ggreen1);
        min-height: 20px;
        min-width: 20px;
    }

.new-pdp-header-collapse {
    display: flex;
    align-items: center;
    border: none;
    background-color: var(--wwhite);
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .new-pdp-header-collapse
    .new-pdp-title-section {
        margin-bottom: 0;
    }

    .new-pdp-header-collapse
    .icon-wrapper > svg {
        color: var(--bblue1);
        min-height: 16px;
        min-width: 16px;
        transition: transform 0.5s ease-in-out;
    }

    .new-pdp-header-collapse[aria-expanded="true"]
    .icon-wrapper > svg {
        transform: rotate(180deg);
    }

.pdp-irenew

.well {
    border: 0;
    margin-bottom: 0;
    padding: 0;
}

.new-pdp-list-msi {
    list-style: none;
    margin: 0;
    padding-inline: 8px;
    padding-top: 10px;
}

    .new-pdp-list-msi > li {
        display: flex;
        align-items: center;
        border-top: 1px solid var(--bblue4);
        flex-direction: row;
        justify-content: space-between;
        padding-top: 10px;
    }

.new-pdp-list-msi-months {
}

.new-pdp-list-msi-price {
    font-family: "ubuntu-bold"
}

.new-pdp-list-summary-product {
    list-style: none;
    margin: 0;
    padding-inline: 0;
}

.new-pdp-list-summary-product-item {
    margin: 0;
}

.new-pdp-list-summary-product-item-total {
    font-size: 18px;
    font-family: "ubuntu-bold";
    letter-spacing: -0.02em;
    margin-top: 4px;
}

.new-pdp-main-options > .new-pdp-option-section:last-child
.new-pdp-option-collapse {
    border-bottom: none;
}

.new-pdp-about-product {
    max-width: 1220px;
    margin-inline: auto;
    width: 100%;
}

    .new-pdp-about-product
    .panel-group {
        margin: 0;
    }

    .new-pdp-about-product
    .panel.panel-default {
        margin: 0;
        box-shadow: none;
        border: none;
        border-top: 1px solid var(--bblue3);
    }

    .new-pdp-about-product > .panel-group > .panel.panel-default:last-child {
        border-bottom: 1px solid var(--bblue3);
    }

    .new-pdp-about-product
    .panel-title a {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: space-between;
    }

        .new-pdp-about-product
        .panel-title
        .icon-wrapper > svg {
            color: var(--bblue1);
            transition: transform 300ms ease;
            -webkit-transition: transform 300ms ease;
            -moz-transition: transform 300ms ease;
            -o-transition: transform 300ms ease;
        }

        .new-pdp-about-product
        .panel-title
        a[aria-expanded="true"]
        .icon-wrapper > svg {
            transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
        }

        .new-pdp-about-product
        .panel-title > a {
            font-family: "ubuntu-medium";
            letter-spacing: -0.02em;
        }

        .new-pdp-about-product
        .panel-default > .panel-heading {
            background-color: var(--wwhite);
            border-inline-color: var(--wwhite);
        }

    .new-pdp-about-product
    .panel-body {
        border: none;
        padding-inline: 16px !important;
    }

.new-pdp-pleca-wrapper {
    bottom: 0;
    background-color: rgba(236, 239, 241, 0.8);
    border-top: 1px solid var(--bblue3);
    backdrop-filter: blur(32px);
    left: 0;
    position: fixed;
    padding-block: 16px;
    padding-inline: 48px;
    width: 100%;
    z-index: 13;
    -webkit-backdrop-filter: blur(32px);
}

.new-pdp-pleca {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
    justify-content: flex-end;
    max-width: 1220px;
    margin-inline: auto;
    width: 100%;
}

.new-pdp-pleca-info {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}

.new-pdp-pleca-product {
    font-family: "ubuntu-regular";
    font-size: 16px;
    letter-spacing: -0.02em;
    margin: 0;
    max-width: 480px;
    text-align: right;
    width: 100%;
}

.new-pdp-pleca-price {
    font-family: "ubuntu-bold";
    font-size: 20px;
    letter-spacing: -0.02em;
    margin: 0;
}

.new-pdp-about-text {
    font-family: "ubuntu-light";
    letter-spacing: -0.02em;
    margin-bottom: 8px;
}

#collapseOneAbout
.new-pdp-about-text {
    margin-bottom: 16px;
}

.new-pdp-about-text-prefix {
    font-family: "ubuntu-medium";
    letter-spacing: -0.02em;
}

.new-pdp-about-list {
    break-inside: avoid-column;
    columns: 2;
    padding-inline: 16px;
    column-gap: 48px;
    overflow: hidden;
    -webkit-columns: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
}

.new-pdp-about-list-banks {
    padding-inline: 16px;
    margin: 0;
    margin-bottom: 16px;
}

    .new-pdp-about-list-banks > li {
        font-family: "ubuntu-medium";
        letter-spacing: -0.02em;
    }

.new-pdp-about-sublist-banks {
    line-height: 24px;
    padding-inline: 16px;
}

    .new-pdp-about-sublist-banks > li {
        font-family: "ubuntu-light";
        letter-spacing: -0.02em;
    }

.new-pdp-pleca-buy-actions
a {
    display: block;
    text-wrap: nowrap;
}

.new-pdp-counter-display::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media only screen and (max-width:767px) {
    .pdp-irenew {
        flex-direction: column;
        row-gap: 24px;
    }

    .pdp-irenew-side-left,
    .pdp-irenew-side-right {
        max-width: 100%;
    }

    .pdp-irenew-side-right {
        padding-bottom: 0;
    }
}

@media only screen and (max-width:480px) {
    .pdp-irenew-wrapper {
        padding-inline: 16px;
    }

    .new-pdp-gallery-controllers {
        display: none;
    }

    .new-pdp-pleca {
        justify-content: center;
    }

    .new-pdp-pleca-product {
        display: none;
    }
}

@media only screen and (max-width:480px) {
    .new-pdp-about-list {
        columns: 1;
    }

    .new-pdp-pleca {
        flex-direction: column;
        gap: 16px;
    }
}

.new-pdp-irenew {
    padding-inline: 16px;
}

    .new-pdp-irenew
    #SeccionNuevaFicha.container-fluid {
        max-width: 1220px;
        padding: 0;
        width: 100%;
    }

    div#todoFicha.new-pdp-irenew
    .row {
        padding: 0;
    }

    .new-pdp-irenew
    div#imgA {
        padding: 0;
    }

    .new-pdp-irenew
    div#espacioFichaNueva {
        border: none;
        border-radius: unset;
        padding: 0;
    }

    .new-pdp-irenew
    div#espacioImagenes #fancy {
        margin: 0;
        max-width: 512px;
    }

    .new-pdp-irenew
    #espacioImagenes
    #fancy
    .xzoom-container
    img {
        aspect-ratio: 1/1;
        border-radius: 24px;
        border: 1px solid var(--bblue3);
        max-width: 100%;
        width: 100% !important;
    }

.new-pdp-irenew
#seccionCalculadora
.itemsCalculadora {
    margin-left: 0;
    padding-inline: 0;
}

.new-pdp-irenew
#EspacioTotal {
    margin-left: 0;
    padding-inline: 0;
}

.new-pdp-irenew
.new-pdp-stars-wrapper {
    display: flex;
    align-items: center;
    column-gap: 4px;
    flex-wrap: nowrap;
    flex-direction: row;
}

.new-pdp-stars-info {
    display: block;
    background-color: var(--wwhite);
    border: none;
    color: var(--bblue2);
}

.new-pdp-stars-info
svg {
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    width: 20px;
}

.new-pdp-irenew
#seccionCalculadora
.itemsCalculadora
.calcN,
.new-pdp-irenew
#seccionCalculadora
.itemsCalculadora
.calcSKU {
    display: none;
}

.new-pdp-irenew
.cabecceraOfertas
.col-lg-12 {
    padding-inline: 0;
}

.new-pdp-irenew
.cabecceraOfertas
p {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    margin-bottom: 4px;
}

    .new-pdp-irenew
    .cabecceraOfertas
    p > span {
        font-family: "ubuntu-light";
    }

.new-pdp-irenew
.cabecceraOfertas
#costoOfertas {
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: normal;
    margin-bottom: 8px;
}

.new-pdp-irenew
.tt {
    border-bottom: 1px solid var(--bblue3);
}

.new-pdp-irenew
div#todoCantidadd {
    border-bottom: 1px solid var(--bblue3);
    margin: 0;
    padding-top: 10px;
    padding-bottom: 24px;
}

.new-pdp-irenew
div#todoCantidadd
.coloresSeleccion {
    border: none;
    margin: 0;
}

.new-pdp-irenew
#todoCantidadd
#contadorC {
    margin: 0;
    padding-inline: 0;
}

.new-pdp-irenew
div#contadorC
input {
    border-color: var(--bblue3);
    max-width: 64px;
    width: 100%;
}

    .new-pdp-irenew
    div#contadorC
    input:focus {
        box-shadow: none;
    }

    .new-pdp-irenew
    div#contadorC
    .input-group {
        margin: 0;
    }

.new-pdp-irenew
div#contadorC
.form-group {
    margin: 0;
}

.new-pdp-irenew
div#contadorC
.input-group > span:first-child > .btn {
    border-radius: 4px 0 0 4px;
    border-color: var(--bblue3);
    color: var(--bblue2);
}

.new-pdp-irenew
div#contadorC
.input-group > span:last-child > .btn {
    border-radius: 0 4px 4px 0;
    border-color: var(--bblue3);
    color: var(--bblue2);
}

.new-pdp-irenew
div#contadorC
.input-group > span:first-child > .btn:hover,
.new-pdp-irenew
div#contadorC
.input-group > span:last-child > .btn:hover {
    background-color: var(--bblue3);
}

.new-pdp-irenew
#espacioCalculadoraMensajes
.space-gris.row {
    border-bottom: 1px solid var(--bblue3);
    padding-block: 10px;
}

.new-pdp-irenew
#espacioCalculadoraMensajes
#espacioMensajesCliente {
    padding-inline: 0;
}

#modalClasificacionSemininuevos.modalv2
.modal-body {
    padding: 0 !important;
    margin-top: -84px;
}

#modalClasificacionSemininuevos.modalv2
.clasification-wrapper {
    margin-bottom: 0;
}

#modalClasificacionSemininuevos.modalv2
svg.icon-close-modal path {
    fill: var(--bblue3);
}

#modalClasificacionSemininuevos.modalv2
.close-modal {
    position: relative;
    z-index: 1;
}