/* =============================================================
   COLORLAB — SINGLE PRODUCT PAGE
   ============================================================= */

/* ── Full-width (no sidebar) ───────────────────────────────── */
.single-product #primary.content-area,
.single-product .site-main {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
}
.single-product #secondary { display: none !important; }

/* ── Two-column product layout ─────────────────────────────── */
.clpl-product-columns {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 30px;
}

/* Left: description */
.clpl-col-desc {
    flex: 1;
    min-width: 0;
}

/* Right: image + summary */
.clpl-col-image {
    flex: 0 0 42%;
    max-width: 42%;
}

/* ── Description section ────────────────────────────────────── */
.clpl-desc-heading {
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #405d6d;
    margin-bottom: 16px;
}

.clpl-description p,
.clpl-description li {
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: 15px;
    color: #405d6d;
    line-height: 1.75;
    font-weight: 400;
}

/* ── Ingredients (half the description font size) ───────────── */
.clpl-ingredients {
    margin-top: 30px;
    font-size: 7.5px; /* 50% of 15px description font */
}

.clpl-ingredients h2 {
    font-family: poppins-extralight, poppins, sans-serif;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #405d6d;
    margin-bottom: 6px;
}

.clpl-ingredients table,
.clpl-ingredients p,
.clpl-ingredients td,
.clpl-ingredients th {
    font-size: inherit;
    color: #405d6d;
    line-height: 1.6;
}

.clpl-ingredients .woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
}

.clpl-ingredients .woocommerce-product-attributes th,
.clpl-ingredients .woocommerce-product-attributes td {
    padding: 4px 6px;
    vertical-align: top;
    border: none;
}

/* ── Gallery: remove default float/width so it fills right col ─ */
.clpl-col-image .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px;
}

/* ── Summary inside right column ───────────────────────────── */
.clpl-col-image .entry-summary {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
