/* CLEORA PDP DETAIL V2 START */
.cleora-product-detail-v2 {
    max-width: 980px;
    margin: 0 auto;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 1.65;
}
.cleora-product-detail-v2 * {
    box-sizing: border-box;
}
.cleora-product-detail-v2 h2,
.cleora-product-detail-v2 h3 {
    letter-spacing: 0;
}
.cleora-product-detail-v2__eyebrow {
    margin: 0 0 8px;
    color: #8a6a32;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.cleora-product-detail-v2__title {
    margin: 0 0 14px;
    color: #111;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 30px;
    line-height: 1.18;
}
.cleora-product-detail-v2__lead {
    max-width: 760px;
    margin: 0;
    color: #555;
    font-size: 17px;
}
.cleora-product-detail-v2__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0;
}
.cleora-product-detail-v2__card {
    min-height: 116px;
    padding: 16px;
    border: 1px solid #e6ded2;
    border-radius: 8px;
    background: #fffdf9;
}
.cleora-product-detail-v2__card strong {
    display: block;
    margin-bottom: 6px;
    color: #171717;
    font-size: 15px;
    line-height: 1.25;
}
.cleora-product-detail-v2__card span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.45;
}
.cleora-product-detail-v2__section {
    margin-top: 28px;
}
.cleora-product-detail-v2__section h3 {
    margin: 0 0 10px;
    color: #151515;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 24px;
    line-height: 1.22;
}
.cleora-product-detail-v2__section p {
    margin: 0 0 12px;
    color: #555;
}
.cleora-product-detail-v2__specs {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    background: #fff;
}
.cleora-product-detail-v2__specs th,
.cleora-product-detail-v2__specs td {
    padding: 13px 14px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: top;
}
.cleora-product-detail-v2__specs th {
    width: 34%;
    color: #333;
    font-weight: 700;
    background: #fbfbfb;
}
.cleora-product-detail-v2__note {
    margin-top: 14px;
    padding: 12px 14px;
    border-left: 3px solid #b99552;
    color: #565656;
    background: #fbfaf7;
    font-size: 14px;
}
.cleora-product-detail-v2__faq {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}
.cleora-product-detail-v2__faq div {
    padding: 14px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
}
.cleora-product-detail-v2__faq strong {
    display: block;
    margin-bottom: 6px;
    color: #171717;
    font-size: 15px;
}
.cleora-product-detail-v2__faq p {
    margin: 0;
    color: #626262;
    font-size: 14px;
    line-height: 1.45;
}
@media (max-width: 767px) {
    .cleora-product-detail-v2 {
        font-size: 15px;
        line-height: 1.58;
    }
    .cleora-product-detail-v2__title {
        font-size: 25px;
        line-height: 1.18;
    }
    .cleora-product-detail-v2__lead {
        font-size: 15px;
    }
    .cleora-product-detail-v2__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin: 20px 0;
    }
    .cleora-product-detail-v2__card {
        min-height: 112px;
        padding: 12px;
    }
    .cleora-product-detail-v2__section h3 {
        font-size: 21px;
    }
    .cleora-product-detail-v2__specs th,
    .cleora-product-detail-v2__specs td {
        display: block;
        width: 100%;
        padding: 10px 12px;
    }
    .cleora-product-detail-v2__specs th {
        padding-bottom: 2px;
        border-bottom: 0;
    }
    .cleora-product-detail-v2__faq {
        grid-template-columns: 1fr;
    }
}
/* CLEORA PDP DETAIL V2 END */
