/* All styles about landig page generic goes here */

/*
    .lp-generic  /** Always use
    .example-class {
        color: red;
    }
*/

.lp-generic {
    width: 100%;
    overflow: hidden;
}


    .lp-generic .hero {
        padding: 50px 15px;
        transition: background 400ms ease-in-out;
    }

        .lp-generic .hero.iphone-12 {
            background: #06090E;
            background: linear-gradient(0deg,rgba(6, 9, 14, 1) 0%, rgba(31, 47, 69, 1) 100%);
        }

.dpcontenido {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 500px;
    gap: 30px
}


.lp-generic .hero-content {
    width: 40%;
    color: white;
}


.lp-generic h1.product-name {
    font-size: 18px;
    font-weight: 600;
    color: var(--theme-background);
    opacity: 0.75;
}


.lp-generic .hero h2 {
    color: var(--theme-background);
    font-size: 3.5rem;
    line-height: .95;
    margin: 20px 0;
    max-width: 450px;
}

.lp-generic
.btn-generic {
    display: block;
}

.lp-generic .hero h1::after, .lp-generic h2::after {
    content: none;
}

.lp-generic .h2-lp-generic {
    font-size: 48px;
    font-weight: bold;
}

.lp-generic .hero.iphone-12 h2 {
    color: var(--wwhite)
}

.lp-generic .hero.iphone-12 p {
    color: var(--ggrey1);
}

.lp-generic .hero p {
    max-width: 450px;
    font-size: 16px;
    margin-bottom: 15px;
    color: var(--theme-background);
    opacity: 0.80;
}


.lp-generic .hero-image {
    width: 50%;
    text-align: center;
}


    .lp-generic .hero-image img {
        max-width: 500px;
        width: 100%;
    }



.lp-generic .novedad-content {
    gap: 30px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}



.lp-generic .novedad {
    padding: 30px 0 0;
    background: #F5F5F7;
}

.lp-generic .novedad-image {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.lp-generic .novedad-image,
.lp-generic .novedad-content-texto {
    width: 40%;
}


    .lp-generic .novedad-image img {
        width: 400px;
        display: block;
        max-width: 100%;
    }

.lp-generic .novedad-content-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
}

.lp-generic .novedad h2 {
    display: inline-block;
    font-size: 54px;
    line-height: 1.1;
    /*color: var(--bblue5);*/
    margin-bottom: 20px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: transparent;
}


.lp-generic .novedad p {
    color: var(--bblue2);
    font-size: 16px;
    line-height: 1.7;
}

.lp-generic .hero-image::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: right;
    font-weight: 700;
    color: rgb(255 255 255 / 20%);
    z-index: 0;
    font-size: clamp(90px, 10vw, 180px);
    line-height: .9;
    letter-spacing: -6px;
    max-width: 100%;
}

.lp-generic .hero-content,
.lp-generic .hero-image {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

section.caracteristicas, section.caracteristica-full {
    margin-top: 50px;
}

.lp-generic .caracteristicas-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
    padding-top: 50px;
}

    .lp-generic .caracteristicas-grid.three-items {
        grid-template-columns: repeat(2,1fr);
    }

.caracteristicas-grid.three-items > .caracteristicas-card:nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    width: 50%;
}

.lp-generic .caracteristicas-card {
    position: relative;
    border-radius: 18px;
    height: 520px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.lp-generic .caracteristicas-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    color: #fff;
    padding: 24px;
    overflow: hidden;
    z-index: 2;
    transition: height .45s ease;
    background: linear-gradient( 180deg, rgba(6, 9, 14, .96) 0%, rgba(31, 47, 69, .90) 100% );
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: block;
}

.lp-generic .caracteristicas-card.active .caracteristicas-header {
    height: 100%;
}
.lp-generic .caracteristicas-card.active .caracteristicas-texto {
    top: 50%;
    transform: translateY(-50%);
}
.lp-generic .caracteristicas-texto {
    font-weight: 400;
    color: var(--bblue3);

     position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;

  transform: translateY(0);

  transition:
    top .45s ease,
    transform .45s ease;

}
    .lp-generic .caracteristicas-texto p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
.lp-generic .caracteristicas-card.active .caracteristicas-texto p {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}
.lp-generic .caracteristicas-card.active .caracteristicas-texto {
    opacity: 1;
    -webkit-line-clamp: inherit;
}

.lp-generic .caracteristicas-image {
    height: 100%;
    text-align: center;
    background: var(--bblue4);
    padding: 115px 30px 0;
}

    .lp-generic .caracteristicas-image img {
        height: 100%;
        object-fit: cover;
        width: auto;
        object-position: center center;
    }

.lp-generic .caracteristicas-toggle {
    background: transparent;
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 3;
    box-shadow: none;
    border: none;
}

.lp-generic .caracteristicas-arrow {
    display: block;
    border-radius: 50%;
    color: white;
    transform: rotate(0deg);
    transition: .3s;
}

.lp-generic .caracteristicas-card.active .caracteristicas-arrow {
    transform: rotate(-180deg);
}

.lp-generic span.caracteristicas-label {
    color: var(--ggrey1);
    font-weight: 500;
    font-size: 16px;
}

.lp-generic .caracteristicas-header h3 {
    margin-top: 7px;
    color: white;
}



.lp-generic .chip-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

    .lp-generic .chip-info svg {
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        color: var(--oorange);
    }

.lp-generic .chip-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .lp-generic .chip-text strong {
        color: #fff;
        margin-bottom: 4px;
    }

    .lp-generic .caracteristicas-lista {
        list-style: none;
        padding-inline: 0;
    }

    .lp-generic .chip-text span {
        font-size: 15px;
        color: #d1d5db;
        line-height: 1.4;
    }

.lp-generic .caracteristicas-card.active .flex-car-t {
    display: flex;
    align-items: center;
}


.lp-generic .caracteristica-full {
    padding: 90px 0 0;
    background: #F5F5F7;
}

.lp-generic .caracteristica-full-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}

.lp-generic .caracteristica-full-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
}

.lp-generic .caracteristica-full-label {
    display: block;
    font-size: 14px;
    color: var(--ggrey1);
    font-weight: 500;
}

.lp-generic .caracteristica-full-texto h2 {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: var(--bblue2);
    margin-bottom: 28px;
}

.lp-generic .caracteristica-full-texto p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--bblue2);
}

.lp-generic .caracteristica-full-image {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .lp-generic .caracteristica-full-image img {
        width: 400px;
        display: block;
        max-width: 100%;
    }


.lp-generic .caracteristica-color {
    padding: 90px 0 0;
    background: #fff;
}

.lp-generic .caracteristica-color-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
}

.lp-generic .caracteristica-color-image {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

    .lp-generic .caracteristica-color-image img {
        width: 400px;
        display: block;
        max-width: 100%;
    }

.lp-generic .caracteristica-color-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
}

    .lp-generic .caracteristica-color-texto a {
        width: fit-content;
    }

    .lp-generic .caracteristica-color-texto h2 {
        font-size: 48px;
        line-height: 1;
        color: #22304A;
        margin-bottom: 22px;
    }

    .lp-generic .caracteristica-color-texto p {
        font-size: 16px;
        line-height: 1.7;
        color: var(--bblue2);
        margin-bottom: 22px;
    }

.lp-generic .caracteristica-color-palette {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

    .lp-generic .caracteristica-color-palette li {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        cursor: pointer;
        transition: transform .25s ease;
    }





.lp-generic .inovaciones {
    padding: 90px 0;
    background: #F5F5F7;
}

    .lp-generic .inovaciones h2 {
        text-align: center;
        font-size: 48px;
        color: #22304A;
        margin-bottom: 50px;
    }

.lp-generic .inovaciones-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.lp-generic .inovaciones-card {
    background: #fff;
    border: 1px solid #D8E2F0;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: .35s ease;
}

    .lp-generic .inovaciones-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,.08);
    }

.lp-generic .inovaciones-card-texto {
    padding: 28px;
    text-align: center;
}


    .lp-generic .inovaciones-card-texto h3 {
        font-size: 22px;
        color: #22304A;
        margin-bottom: 6px;
    }

    .lp-generic .inovaciones-card-texto strong {
        display: block;
        margin-bottom: 16px;
        font-size: 16px;
    }

    .lp-generic .inovaciones-card-texto p {
        font-size: 16px;
        line-height: 1.6;
        color: var(--ggrey1);
    }

.lp-generic .inovaciones-card-image {
    margin-top: auto;
}

    .lp-generic .inovaciones-card-image img {
        max-width: 100%;
        display: block;
        width: 250px;
        margin: 0 auto;
    }

.inovaciones-card-texto img {
    width: 40px;
}

article.inovaciones-card.carbon-neutral .inovaciones-card-texto img {
    width: 180px;
}

.lp-generic .porque-iphone {
    padding: 90px 0;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(193, 210, 232, 1) 100%);
}


.lp-generic .porque-iphone-label {
    display: block;
    margin-bottom: 18px;
    font-size: 14px;
    color: var(--ggrey1);
    font-weight: 500;
}


.lp-generic .porque-iphone h2 {
    font-size: 48px;
    color: var(--bblue2);
    margin-bottom: 55px;
}


.lp-generic .porque-iphone-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 40px;
}


.lp-generic .porque-iphone-card {
    display: flex;
    flex-direction: column;
}


.lp-generic .porque-iphone-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 18px;
}


    .lp-generic .porque-iphone-icon img {
        width: 100%;
        display: block;
    }


.lp-generic .porque-iphone-card h3 {
    font-size: 16px;
    color: var(--bblue2);
    margin-bottom: 12px;
    font-weight: 700;
    margin-top: 0;
}


.lp-generic .porque-iphone-card p {
    font-size: 16px;
    color: var(--bblue2);
}


.lp-generic
.comparative {
    margin-inline: auto;
    max-width: 1220px;
    margin-bottom: 48px;
    padding-inline: 24px;
    width: 100%;
}

.lp-generic
.comparative-card-container {
    display: flex;
    align-items: center;
    background-color: var(--wwhite);
    border-radius: 24px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 1024px;
    margin-inline: auto;
    margin-top: 64px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.lp-generic
.comparative-card {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    max-width: calc(100% / 2);
    width: 100%;
}

    .lp-generic
    .comparative-card:first-child {
        border-radius: 24px 0 0 24px;
        background-color: var(--wwhite);
        border: 1px solid var(--emphasis-color);
        border-right: 1px solid var(--bblue4);
        transition: border-color 400ms ease-in-out;
    }

    .lp-generic
    .comparative-card:last-child {
        border-radius: 0 24px 24px 0;
        background-color: var(--wwhite);
        border: 1px solid var(--emphasis-color);
        border-left: none;
        transition: border-color 400ms ease-in-out;
    }

    .lp-generic
    .comparative-card::before {
        display: block;
        content: "";
        background-color: var(--emphasis-color);
        filter: blur(3px);
        border-radius: inherit;
        height: 100%;
        position: absolute;
        max-width: inherit;
        transition: background 400ms ease-in-out;
        width: 100%;
        z-index: -1;
    }

.lp-generic
.comparative-product,
.lp-generic
.comparative-product-details {
    padding-inline: 48px;
    width: 100%;
}

.lp-generic
.comparative-product-picture {
    display: block;
    height: 100%;
    margin-inline: auto;
    max-width: 256px;
    max-width: 256px;
    width: 100%;
}

.lp-generic
.comparative-product-details-list {
    list-style: none;
    padding-inline: 0;
    padding-block: 32px;
}

.lp-generic
.comparative-product-details-list-item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--ggrey3);
    flex-direction: row;
    /*height: 320px;*/
    gap: 16px;
    justify-content: flex-start;
    padding-block: 16px;

}

    .lp-generic
    .comparative-product-details-list-item:last-child {
        border-bottom: none;
    }

.lp-generic
.comparative-product-details-icon {
    color: var(--emphasis-color);
    min-width: 40px;
    min-height: 40px;
    transition: color 400ms ease-in-out;
}

.lp-generic
.comparative-product-details-sublist {
    font-size: 12px;
    list-style: none;
    line-height: 18px;
    padding-inline: 0;
}

.lp-generic
.comparative-buy-button,
.lp-generic
.comparative-buy-button:link,
.lp-generic
.comparative-buy-button:visited,
.lp-generic
.comparative-buy-button:active {
    display: flex;
    align-items: center;
    border-radius: 100px;
    background-color: var(--emphasis-color);
    color: var(--wwhite);
    font-family: "ubuntu";
    font-weight: 600;
    justify-content: center;
    padding: 16px;
    margin-inline: auto;
    max-width: 256px;
    text-decoration: none;
    transition: transform 400ms ease, outline 200ms ease, background 400ms ease-in-out;
    width: 100%;
}

    .lp-generic
    .comparative-buy-button:hover {
        text-decoration: underline !important;
        text-underline-offset: 2px;
    }

.lp-generic
.comparative-list-colors {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    gap: 16px;
    justify-content: center;
    padding-inline: 0;
    margin-block: 32px;
}

.lp-generic
.comparative-list-colors-item {
    cursor: pointer;
    background-color: var(--product-color);
    border-radius: 100%;
    border: 1px solid var(--ggrey2);
    min-width: 24px;
    min-height: 24px;
}

.lp-generic
.comparative-list-colors-item-active {
    outline: 2px solid var(--emphasis-color);
    outline-offset: 2px;
}

.lp-generic
.comparative-dropdown {
    position: relative;
}

.lp-generic
.comparative-dropdown-button {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px dashed var(--ggrey1);
    border-radius: 4px;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 18px;
    font-family: "ubuntu";
    font-weight: 600;
    gap: 16px;
    justify-content: center;
    margin-inline: auto;
    padding-inline: 24px;
    padding-block: 8px;
    width: fit-content;
}

    .lp-generic
    .comparative-dropdown-button[aria-expanded="true"] {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

        .lp-generic
        .comparative-dropdown-button[aria-expanded="true"] > svg {
            transform: rotate(180deg);
            transition: transform 400ms ease-in-out;
        }

.lp-generic
.comparative-dropdown-list {
    display: block;
    border: 1px solid var(--bblue4);
    box-shadow: 2px 4px 8px var(--bblue4);
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(32px) saturate(4);
    border-radius: 16px;
    height: 0%;
    list-style: none;
    position: absolute;
    padding: 0;
    margin-top: 16px;
    overflow: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: height 400ms ease-in-out;
    width: 100%;
    z-index: 2;
}

    .lp-generic
    .comparative-dropdown-list.comparative-dropdown-active {
        height: 320px;
        opacity: 1;
        padding: 16px;
    }

.lp-generic
.comparative-dropdown-list-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--bblue4);
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 16px;
    padding-block: 8px;
    position: relative;
    padding-left: 12px;
}

.lp-generic
.comparative-dropdown-list-item-selected {
    pointer-events: none !important;
}

.lp-generic
.comparative-dropdown-list-item-selected {
    text-decoration: line-through;
}

    .lp-generic
    .comparative-dropdown-list-item-selected
    .comparative-dropdown-list-picture {
        filter: grayscale();
        opacity: 0.5;
    }

    .lp-generic
    .comparative-dropdown-list-item-selected
    p {
        opacity: 0.5;
    }

    .lp-generic
    .comparative-dropdown-list-item:last-child {
        border-bottom: none;
    }

    .lp-generic
    .comparative-dropdown-list-item:hover {
        cursor: pointer;
        border-radius: 8px;
        background-color: color-mix(in srgb, var(--emphasis-color) 25%, transparent);
        text-decoration: underline;
        text-underline-offset: 4px;
    }

.lp-generic
.comparative-dropdown-list:hover
.comparative-dropdown-list-item {
    border-bottom: none;
    border-top: 1px solid var(--bblue4);
}

    .lp-generic
    .comparative-dropdown-list:hover
    .comparative-dropdown-list-item:first-child {
        border-bottom: none;
        border-top: none;
    }

.lp-generic
.comparative-dropdown-list-item:hover + .comparative-dropdown-list-item {
    border-top-color: transparent;
}

.lp-generic
.comparative-dropdown-list-item::before {
    display: block;
    background-color: var(--emphasis-color);
    border-radius: 100px;
    content: "";
    height: 0%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: height 400ms ease-in-out, opacity 200ms ease-in-out;
    width: 4px;
}

.lp-generic
.comparative-dropdown-list-item:hover::before {
    height: 50%;
    opacity: 1;
}

.lp-generic
.comparative-dropdown-list-picture {
    display: block;
    border-radius: 8px;
    min-width: 64px;
    min-height: 64px;
}

.lp-generic
.comparative-vs {
    display: block;
    align-content: center;
    background-color: var(--wwhite);
    color: var(--bblue4);
    font-size: 64px;
    font-family: "ubuntu";
    font-weight: 600;
    height: 100%;
    max-width: 256px;
    max-height: 256px;
    position: absolute;
    top: 1px;
    text-align: center;
    width: 100%;
}

.lp-generic
.comparative
.comparative-title {
    font-size: 40px;
    margin: 0;
    margin-bottom: 24px;
}

.lp-generic
.comparative
.comparative-subtitle {
    display: block;
    color: var(--ggrey1);
    font-size: 18px;
    font-family: "ubuntu";
    font-weight: 500;
    margin-top: 48px;
    margin-bottom: 8px;
}

.lp-generic .avisos-legales {
    padding: 50px 0;
    background: var(--bblue4);
}

    .lp-generic .avisos-legales h2 {
        font-size: 18px;
        color: var(--bblue2);
        margin-bottom: 15px;
    }

.lp-generic .avisos-legales-lista {
    list-style: none;
    padding-inline: 0;
}

    .lp-generic .avisos-legales-lista > li {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .lp-generic .avisos-legales-lista > li strong {
        display: inline-block;
        margin: 0;
    }

.lp-generic .avisos-legales-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .lp-generic .avisos-legales-content p {
        margin: 0;
        font-size: 12px;
        line-height: 1.8;
    }

    .lp-generic .avisos-legales-content strong {
        display: block;
        margin-bottom: 6px;
        font-size: 12px;
        font-weight: 700;
    }
.lp-generic .hero-iphone-15, .lp-generic .hero-iphone-15-plus {
    padding: 0px 15px;
}
    .lp-generic .hero-iphone-15 .hero-image img, .lp-generic .hero-iphone-15-plus .hero-image img {
        max-width: 520px;
    }
@media(max-width:1200px) {
 /*   .lp-generic .hero-image::before {
        transform: translate(-50%, -67%);
        font-size: 115px;
    }*/

    .lp-generic .hero h2 {
        font-size: 3rem;
        max-width: 100%;
    }

    .lp-generic .hero p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1080px) {
    .lp-generic
    .comparative-vs {
        font-size: 48px;
        height: 224px;
        max-width: unset;
        /*top: 256px;*/
        width: fit-content;
    }
}

@media(max-width:991px) {

    .lp-generic .hero-image::before {
        font-size: 100px;
    }

    .lp-generic .hero-image img {
        max-width: 350px;
        width: 100%;
    }

    .lp-generic .caracteristicas-grid,
    .lp-generic .caracteristicas-grid.three-items {
        grid-template-columns: repeat(2,1fr);
    }

        .lp-generic .caracteristicas-grid.three-items .caracteristicas-card:last-child {
            grid-column: auto;
            justify-self: stretch;
            width: 100%;
        }

    .lp-generic span.caracteristicas-label {
        font-size: 14px;
    }

    .lp-generic .caracteristica-full-content {
        gap: 20px;
    }

    .lp-generic .caracteristica-full-texto h2, .lp-generic .h2-lp-generic, .lp-generic .novedad h2, .lp-generic .caracteristica-color-texto h2 {
        font-size: 38px;
    }

    .lp-generic .caracteristica-color-content {
        gap: 20px;
    }
    .lp-generic .caracteristicas-image {
        padding: 100px 10px 10px;
    }

        .lp-generic .caracteristicas-image img {
            object-fit: contain;
            width: 100%;
        }
}

@media(max-width:768px) {
    .lp-generic .hero {
        padding: 12px 15px;
    }
    .lp-generic .btn-generic{
        margin: 0 auto; 
    }
    .lp-generic .hero-image::before {
        text-align: center;
    }

    .lp-generic .hero h2 {
        font-size: 2rem;
        max-width: 100%;
        line-height: normal;
    }

    .lp-generic .hero.iphone-12 h2 br {
        display: none;
    }

    .lp-generic .dpcontenido {
        flex-direction: column;
        text-align: center;
    }

    .lp-generic .hero-content,
    .lp-generic .hero-image {
        width: 100%;
    }

    .lp-generic .novedad {
        flex-direction: column;
        gap: 30px;
        padding: 50px 25px;
        text-align: center;
    }

        .lp-generic .novedad:nth-child(even) {
            flex-direction: column;
        }

    .lp-generic .novedad-image,
    .lp-generic .novedad-content-texto {
        width: 100%;
    }

    .lp-generic .novedad h2 {
        font-size: 28px;
    }

    .lp-generic .novedad-image img {
        max-width: 320px;
    }

    .lp-generic .cta h2 {
        font-size: 32px;
    }

    .lp-generic .novedad-content {
        flex-direction: column;
        text-align: center;
    }

    .lp-generic .comparative .comparative-title {
        font-size: 36px;
    }

    .lp-generic .caracteristicas-card {
        width: 100%;
    }

    .lp-generic .caracteristicas-header h3 {
        font-size: 16px;
    }

    .lp-generic .caracteristicas-grid {
        gap: 15px;
    }

    .lp-generic .h2-lp-generic {
        font-size: 28px;
        text-align: center;
    }
    .lp-generic .chip-text strong{
        font-weight:500;
    }





    .lp-generic .caracteristica-full {
        padding: 50px 0;
    }

    .lp-generic .caracteristica-full-content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .lp-generic .caracteristica-full-texto {
        max-width: 100%;
    }

    .lp-generic .caracteristica-full-texto h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .lp-generic .caracteristica-full-texto p {
        font-size: 16px;
    }

    .lp-generic .caracteristica-full-image img {
        max-width: 340px;
    }

    .lp-generic .caracteristica-color {
        padding: 30px 0 0;
    }

    .lp-generic .caracteristica-color-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 32px;
        text-align: center;
    }

    .lp-generic .caracteristica-color-texto {
        order: 1;
        max-width: 100%;
    }

        .lp-generic .caracteristica-color-texto h2 {
            font-size: 38px;
            line-height: 1.1;
            margin-bottom: 16px;
        }

        .lp-generic .caracteristica-color-texto p {
            font-size: 16px;
            max-width: 420px;
            margin: 0 auto;
        }

    .lp-generic .caracteristica-color-image {
        order: 2;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

        .lp-generic .caracteristica-color-image img {
            width: 100%;
            max-width: 340px;
            margin: 0;
        }

    .lp-generic .caracteristica-color-palette {
        order: 3;
        display: flex;
        justify-content: center;
        gap: 18px;
        margin: 24px 0;
        padding: 0;
        list-style: none;
    }

    .lp-generic .caracteristica-color .btn {
        order: 4;
        align-self: center;
        min-width: 240px;
    }

    .lp-generic .inovaciones {
        padding: 60px 0;
    }

        .lp-generic .inovaciones h2 {
            font-size: 32px;
            margin-bottom: 35px;
        }

    .lp-generic .inovaciones-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .lp-generic .inovaciones-card {
        max-width: 420px;
        margin: 0 auto;
    }

    .lp-generic .inovaciones-card-texto {
        padding: 24px;
    }

    .lp-generic .porque-iphone {
        padding: 60px 0;
    }

        .lp-generic .porque-iphone h2 {
            font-size: 32px;
            margin-bottom: 35px;
        }

    .lp-generic .porque-iphone-grid {
        grid-template-columns: repeat(2,1fr);
        gap: 30px 20px;
    }

    .lp-generic .porque-iphone-card {
        text-align: center;
        align-items: center;
    }

    .lp-generic .porque-iphone-icon {
        margin-bottom: 14px;
    }

    .lp-generic .porque-iphone-card p {
        font-size: 14px;
    }

    .lp-generic .porque-iphone-card h3 {
        font-size: 14px;
    }

    .lp-generic .caracteristica-color-texto a {
        width: fit-content;
        margin: 0 auto;
    }

    .lp-generic
    .button-dropdown-title {
        font-size: 14px;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .lp-generic
    .comparative-dropdown-button {
        /*flex-direction: column;*/
        padding-inline: 12px;
        padding-block: 4px;
        padding: 8px;
    }

    .lp-generic
    .comparative-list-colors {
        gap: 10px;
    }

    .lp-generic
    .comparative-list-colors-item {
        min-width: 18px;
        min-height: 18px;
    }

    .lp-generic
    .comparative-dropdown-list-picture {
        min-width: 32px;
        min-height: 32px;
    }

    .lp-generic
    .comparative-product,
    .lp-generic
    .comparative-product-details {
        padding-inline: 20px;
    }

    .lp-generic
    .comparative-product-details-sublist {
        font-size: 11px;
        line-height: 16px;
    }
    .lp-generic
    .comparative-product-details-list-item {
        gap: 12px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .lp-generic
    .comparative-product-details-icon {
        min-width: 32px;
        min-height: 32px;
    }

    .lp-generic
    .comparative-buy-button,
    .lp-generic
    .comparative-buy-button:link,
    .lp-generic
    .comparative-buy-button:visited,
    .lp-generic
    .comparative-buy-button:active {
        padding: 8px;
        max-width: 128px;
    }

    .lp-generic
    .comparative-product-picture {
        max-width: 200px;
        margin-top: 24px;
    }

    .lp-generic
    .comparative-dropdown-list.comparative-dropdown-active {
        padding: 8px;
    }

    .lp-generic
    .comparative-dropdown-list-item-name {
        font-size: 12px;
        line-height: normal;
    }
}

@media only screen and (max-width: 620px) {
    .lp-generic
    .comparative-dropdown-button {
        gap: 4px;
        width: 100%;
    }

    .lp-generic
    .comparative-product-picture {
        width: 150px;
    }

    .lp-generic
    .comparative {
        padding-inline: 8px;
    }

    .lp-generic .comparative-vs {
        height: 124px;
    }
}

@media(max-width:600px) {
    .lp-generic .caracteristicas-grid,
    .lp-generic .caracteristicas-grid.three-items {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .lp-generic .caracteristicas-texto p {
        font-size: 14px;
    }
    .lp-generic .chip-text span {
        font-size: 12px;
    }
    .lp-generic .porque-iphone-grid {
        grid-template-columns: repeat(1, 1fr);
        padding-inline: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .lp-generic
    .comparative-product-picture {
        width: 100px;
    }

    .lp-generic
    .button-dropdown-title {
        font-size: 12px;
    }

    .lp-generic
    .comparative-list-colors-item {
        min-width: 14px;
        min-height: 14px;
        gap: 4px;
    }

    .lp-generic
    .comparative-list-colors-item-active {
        outline-width: 1px;
        outline-offset: 1px;
    }

    .lp-generic
    .comparative-product,
    .lp-generic
    .comparative-product-details {
        padding-inline: 12px;
    }

    .lp-generic
    .comparative-product-details-sublist {
        font-size: 10px;
        line-height: 14px;
    }

    .lp-generic
    .comparative-list-colors {
        gap: 6px;
    }

    .lp-generic
    .comparative-dropdown-button {
        padding: 4px;
    }
}

/* Ocultar botones de comprar en Hero Banner y Seccion de Colores cuando se renderiza en PDP */
.lp-in-pdp #hero a,
.lp-in-pdp #colores a {
    display: none !important;
}

/* Estado deshabilitado para el producto actual en comparativa PDP */
.lp-generic .comparative-buy-button.comparative-buy-button-disabled {
    background-color: #d1d5db !important;
    color: #6b7280 !important;
    cursor: default !important;
    pointer-events: none !important;
    text-decoration: none !important;
    opacity: 0.75;
}
