.dehualdo-product-features {
    background: #FCF5EB;
    padding: 24px;
    margin: 0 auto;
    max-width: 1086px;
    width: 100%;
}
.dehualdo-product-features .title {
    font-family: 'Marion regular';
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    margin-bottom: 24px;
    color: #1F1713;
}
.dehualdo-product-features .columns {
    display: flex;
    column-gap: 40px;
    row-gap: 32px;
}
.dehualdo-product-features .image {
    width: calc(50% - 20px);
}
.dehualdo-product-features .image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    position: sticky;
    top: 120px;
}
.dehualdo-product-features .description {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    line-height: 160%;
    color: #1F1713;
    width: calc(50% - 20px);
}
.dehualdo-product-features .description * {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    line-height: 160%;
    color: #1F1713;
}
.dehualdo-product-features .descriptio ul {
    margin-bottom: 0;
}
.dehualdo-product-features.featured .title {
    margin-bottom: 36px;
    font-size: 44px;
    line-height: 100%;
}
.dehualdo-product-features.featured .columns {
    gap: 12px;
}
.dehualdo-product-features.featured .columns .texts {
    width: calc(100% - 450px);
    display: flex;
    flex-direction: column;
    gap: 32px;
    background: #FCF5EB;
    padding: 24px;
}
.dehualdo-product-features.featured .columns .features .desc-title {
    margin-bottom: 30px;
}
.dehualdo-product-features.featured .columns .features .feature-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.dehualdo-product-features.featured .columns .features .feature-content .popup.show {
    top: 0;
    background: #00000099;
}
.dehualdo-product-features.featured .columns .features .feature-content .popup > div {
    overflow: auto;
    max-width: 562px;
    background: #FCF5EB;
    position: relative;
    padding: 32px;
}
.dehualdo-product-features.featured .columns .features .feature-content .popup > div p {
    margin-bottom: 8px;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-size: 18px;
    line-height: 160%;
}
.dehualdo-product-features.featured .columns .features .feature-content .popup > div p:last-child {
    margin-bottom: 0;
}
.dehualdo-product-features.featured .columns .features .feature-content .popup > div button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    min-height: auto;
}
.dehualdo-product-features.featured .columns .features .feature-content .popup {
    position: fixed;
    top: 101%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    transition: all 0.5s;
}
.dehualdo-product-features.featured .columns .features .feature-content .header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}
.dehualdo-product-features.featured .columns .features .feature-content .header button {
    margin-left: auto;
    background: none;
    border: none;
    padding: 0;
    min-height: auto;
}
.dehualdo-product-features.featured .columns .features .feature-content .header .title {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    margin: 0;
}
.dehualdo-product-features.featured .columns .features .feature-content .header img {
    max-width: 35px;
    max-height: 20px;
}
.dehualdo-product-features.featured .columns .features .feature-content .options {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
    row-gap: 8px;
}
.dehualdo-product-features.featured .columns .features .feature-content .options .option {
    width: fit-content;
    padding: 4px 8px;
    border-radius: 4px;
}
.dehualdo-product-features.featured .columns .features .feature-content .options .option p {
    margin: 0;
    text-align: center;
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #867873;
}
.dehualdo-product-features.featured .columns .features .feature-content .options .option p.subtitle {
    font-size: 14px;
}
.dehualdo-product-features.featured .columns .features .feature-content .options .option.active {
    background: #7DBDB5;
}
.dehualdo-product-features.featured .columns .features .feature-content .options .option.active p {
    color: #1F1713;
    font-weight: 500;
}
.dehualdo-product-features.featured .columns .features .feature-content .options .option.active p.subtitle {
    font-size: 14px;
    font-weight: 400;
}
.dehualdo-product-features.featured .columns .features .feature-content {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E5DFD6;
}
.dehualdo-product-features.featured .columns .features .feature-content .intensidad {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 12px;
    column-gap: 8px;
    align-items: center;
}
.dehualdo-product-features.featured .columns .features .feature-content .intensidad svg {
    width: 100%;
}
.dehualdo-product-features.featured .columns .features {
    width: 438px;
    background: #FCF5EB;
    padding: 24px;
}
.dehualdo-product-features.featured .columns p.desc-title {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 160%;
}
.dehualdo-product-features.featured .columns .description {
    width: 100%;
}
.dehualdo-product-features.featured .columns .description p:last-child {
    margin-bottom: 0;
}
.dehualdo-product-features.featured .columns .sizes-li p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
.dehualdo-product-features.featured .columns .sizes-li span.size .size-total {
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 197%;
    color: #A1988A;
}
.dehualdo-product-features.featured .columns .sizes-li span.size span.bar {
    width: 59px;
    height: 4px;
    background: #CFC3B1;
    border-radius: 5px;
}
.dehualdo-product-features.featured .columns .sizes-li span.size span.bar.active {
    background: #4A362E;
}
.dehualdo-product-features.featured .columns .sizes-li span.size {
    margin-left: 16px;
    display: inline-flex;
    align-items: center;
    height: 24px;
    width: fit-content;
    gap: 8px;
}
.dehualdo-product-features.featured {
    background: none;
    padding: 0;
}
@media (max-width: 900px) {
    .dehualdo-product-features.featured .columns {
        flex-wrap: wrap;
        .texts, .features {
            width: 100%;
        }
    }
}
@media (max-width: 767px) {
    .dehualdo-product-features .columns {
        flex-wrap: wrap;
    }
    .dehualdo-product-features .image {
        width: 100%;
        img {
            width: 100%;
            height: auto;
        }
    }
    .dehualdo-product-features .description {
        width: 100%;
    }
    .dehualdo-product-features .title {
        font-size: 48px;
    }
    .dehualdo-product-features.featured .columns .features .feature-content .popup > div {
        height: 100%;
        max-width: 100%;
    }
}