﻿#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 {
    /*position: sticky;*/
    background-color: var(--wwhite);
    padding-top: 37px;
    margin-bottom: 32px;
    top: 0px;
    z-index: 11;
    width: 100%;
}
.label-gen {
    margin-bottom: 3px;
    /*margin-top: -5px;*/
}

    .label-gen .pt-subtitulo {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.02em;
        font-family: "Montserrat"; font-weight: 600;
        position: relative;
    }
.new-pdp-header-container.new-pdp-scrollable {
    padding-top: 16px;
}

.new-pdp-header {
    display: flex;
    /*align-items: center;*/
    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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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;
}

.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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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);
}

.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-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;
    height: 14px;
    min-height: 14px;
    min-width: 14px;
    width: 14px;
}

.new-pdp-swiper-button-next > svg {
    transform: rotate(180deg);
}

.new-pdp-swiper-secondary {
    margin-top: 16px;
}

.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: "Montserrat"; 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(--gray3)
}

.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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; font-weight: 400;
        line-height: 20px;
        letter-spacing: normal;
        margin-bottom: 8px;
    }

.new-pdp-summary-quantity-title {
    color: var(--bblack);
    font-family: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 20px;
    text-align: left;
}

.new-pdp-option-total {
    display: block;
    font-family: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; font-weight: 400;
    line-height: 14px;
    letter-spacing: normal;
    margin: 0;
}

.new-pdp-option-more {
    border-top: 1px solid var(--gray3);
    /*margin-top: 8px;*/
    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: "Montserrat"; 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: "Montserrat"; font-weight: 500;
    font-size: 12px;
}

.new-pdp-header-price .price-full {
    font-size: 24px;
    font-family: "Montserrat"; 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: "Montserrat"; font-weight: 400;
    text-decoration: line-through;
}

.desc-header .new-pdp-summary-off {
    color: var(--discount);
    font-size: 16px;
    font-family: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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: "Montserrat"; 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-summary-info-list > ul:nth-child(2) {
    margin-top: 8px !important;
    background-color: red;
}*/
@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;
    }
}

@media only screen and (max-width: 767px) {
    .new-pdp-main-gallery {
        max-width: 292px;
        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;
        }
}
