.lls-color-gallery {
    box-sizing: border-box;
    width: 100%;
    clear: both;
    margin: 18px 0 28px;
    padding: 16px;
    border: 1px solid #e2e8ec;
    border-radius: 16px;
    background: linear-gradient(145deg, #fff, #f6f8f9);
    box-shadow: 0 12px 28px rgba(5, 36, 53, .08);
}
.lls-color-gallery__title {
    margin-bottom: 12px;
    color: #082b3e;
    font-size: 15px;
    font-weight: 700;
}
.lls-color-gallery__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 9px;
}
.lls-color-thumb {
    aspect-ratio: 1;
    padding: 3px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 3px 10px rgba(5, 36, 53, .08);
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.lls-color-thumb:hover { transform: translateY(-2px); box-shadow: 0 7px 15px rgba(5, 36, 53, .14); }
.lls-color-thumb.is-active { border-color: #ff6800; box-shadow: 0 0 0 3px rgba(255, 104, 0, .14); }
.lls-color-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
@media (max-width: 600px) { .lls-color-gallery__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
.lls-tech-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, .95fr);
    clear: both;
    float: none;
    width: 100%;
    margin: 38px 0 34px;
    overflow: hidden;
    border: 1px solid #dfe7eb;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(5, 36, 53, .09);
}
.lls-tech-card__visual { display: flex; align-items: center; justify-content: center; min-height: 520px; padding: 34px; background: linear-gradient(145deg, #f8fafb, #eef3f5); }
.lls-tech-card__visual img { display: block; width: 100%; max-height: 460px; object-fit: contain; mix-blend-mode: multiply; }
.lls-tech-card__content { padding: 38px 40px 34px; }
.lls-tech-card__eyebrow { color: #ff6800; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.lls-tech-card h3 { margin: 7px 0 22px; color: #082b3e; font-size: 30px; line-height: 1.15; }
.lls-tech-card dl { display: grid; grid-template-columns: minmax(120px, .9fr) 1.2fr; gap: 0; margin: 0; }
.lls-tech-card dt, .lls-tech-card dd { margin: 0; padding: 10px 0; border-bottom: 1px solid #edf1f3; font-size: 14px; line-height: 1.35; }
.lls-tech-card dt { color: #61717b; font-weight: 600; }
.lls-tech-card dd { color: #082b3e; font-weight: 700; text-align: right; }
.lls-tech-card__finish { margin: 22px 0 0; padding: 16px 18px; border-radius: 12px; background: #f3f6f7; color: #445965; font-size: 14px; line-height: 1.55; }
@media (max-width: 900px) {
    .lls-tech-card { grid-template-columns: 1fr; }
    .lls-tech-card__visual { min-height: 380px; }
}
@media (max-width: 600px) {
    .lls-tech-card { margin-top: 28px; border-radius: 14px; }
    .lls-tech-card__visual { min-height: 300px; padding: 22px; }
    .lls-tech-card__content { padding: 26px 22px 28px; }
    .lls-tech-card dl { grid-template-columns: minmax(110px, .9fr) 1.1fr; }
}

/* Productkaarten op categoriepagina's: gelijke foto-, tekst- en knophoogtes. */
.tax-product_cat.woocommerce ul.products {
    align-items: stretch;
}
.tax-product_cat.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.tax-product_cat.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
}
.tax-product_cat.woocommerce ul.products li.product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #f5f8f9;
}
.tax-product_cat.woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 4.8em;
    margin-bottom: 8px;
}
.tax-product_cat.woocommerce ul.products li.product .price {
    margin-top: auto;
}
.tax-product_cat.woocommerce ul.products li.product > .button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin-top: 14px;
    text-align: center;
}

/* Verplichte Amarcords-keuzes: gecentreerd en niet wisbaar. */
.single-product table.extra-options .select2-container .select2-selection--single {
    display: flex !important;
    align-items: center !important;
    min-height: 50px !important;
    padding: 0 !important;
}
.single-product table.extra-options .select2-selection--single .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
    width: 100%;
    height: 50px !important;
    padding: 0 48px 0 16px !important;
    line-height: 1.2 !important;
}
.single-product .select2-selection--single .select2-selection__clear {
    display: none !important;
}
.single-product .lls-options-title {
    margin: 0 0 18px;
    color: #082b3e;
    font-size: clamp(24px, 2.1vw, 31px);
    font-weight: 750;
    line-height: 1.15;
}
.single-product table.extra-options .select2-selection--single .select2-selection__arrow {
    top: 0 !important;
    right: 10px !important;
    height: 50px !important;
}
.lls-tech-card dt { color: #52636d; font-weight: 600; }
.lls-tech-card dd { color: #082b3e; font-weight: 700; text-align: right; }
.lls-tech-card__finish { margin: 18px 0 0; padding: 14px 16px; border-radius: 11px; background: #f4f7f8; color: #344b57; font-size: 13px; line-height: 1.55; }
@media (max-width: 600px) {
    .lls-tech-card__content { padding: 19px; }
    .lls-tech-card dl { grid-template-columns: 1fr; }
    .lls-tech-card dt { padding-bottom: 2px; border-bottom: 0; }
    .lls-tech-card dd { padding-top: 0; text-align: left; }
}
