/* Shop-style buybox — uses --vh-green etc. from epoch product pages */

.epoch-prod-buybox--shop {
    padding: clamp(1.35rem, 3vw, 2rem);
}

.epoch-prod-buybox--shop .epoch-prod-buybox__title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.05rem, 2.6vw, 1.35rem);
    font-weight: 800;
    color: #111814;
    line-height: 1.28;
}

.epoch-prod-buybox__sku {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: var(--vh-muted);
    font-weight: 600;
}

.epoch-prod-buybox__sku span {
    color: #5a6560;
}

.epoch-prod-buybox__price-row {
    margin: 0 0 0.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.65rem;
}

.epoch-prod-buybox__price-eur {
    font-size: 1.15rem;
    font-weight: 800;
    color: #111814;
    vertical-align: super;
}

.epoch-prod-buybox__price-num {
    font-size: clamp(1.75rem, 4.5vw, 2.15rem);
    font-weight: 800;
    color: #111814;
    letter-spacing: -0.03em;
}

.epoch-prod-buybox__price-row .epoch-prod-buybox__price-note {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--vh-muted);
}

.epoch-prod-buybox__shipping-note {
    margin: 0.35rem 0 1.1rem;
    padding: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: var(--vh-muted, #6b7670);
    text-align: left;
}

.epoch-prod-buybox__shipping-note strong {
    display: block;
    font-weight: 800;
    color: var(--vh-text, #2a3330);
}

.epoch-prod-buybox__shipping-note__detail {
    display: block;
    font-weight: 600;
    margin-top: 0.1rem;
}

.epoch-prod-buybox__shipping-note__eu {
    display: block;
    font-weight: 600;
    margin-top: 0.35rem;
    color: var(--vh-muted, #6b7670);
}

/* Compatible add-on */
.epoch-prod-addon {
    margin-bottom: 1.25rem;
}

.epoch-prod-addon__label {
    margin: 0 0 0.5rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--vh-muted);
}

.epoch-prod-addon__card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem 0.75rem;
    padding: 0.65rem 0.75rem;
    border: 1px solid rgba(52, 89, 57, 0.45);
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.epoch-prod-addon__card.is-selected,
.epoch-prod-addon__card:has(.epoch-prod-addon__check:checked) {
    border-color: var(--vh-green);
    box-shadow: 0 0 0 1px rgba(52, 89, 57, 0.15);
}

.epoch-prod-addon__check {
    width: 1.1rem;
    height: 1.1rem;
    accent-color: var(--vh-green);
    cursor: pointer;
}

.epoch-prod-addon__thumb {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 4px;
    background: rgba(52, 89, 57, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vh-green);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.epoch-prod-addon__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
    display: block;
}

.epoch-prod-addon__body {
    flex: 1 1 8rem;
    min-width: 0;
}

.epoch-prod-addon__text {
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--vh-text);
    line-height: 1.35;
    min-width: 0;
    display: block;
}

.epoch-prod-addon__extra {
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--vh-green);
    white-space: nowrap;
}

/* Quantity */
.epoch-prod-buybox__purchase-row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

/* Pre-order / levertijd — zelfde kaart-stijl als montage-optie (.epoch-prod-addon__card) */
.epoch-prod-preorder-notice {
    font-size: 0.82rem;
    line-height: 1.52;
    color: var(--vh-text, #2a3330);
    background: #fff;
    border: 1px solid rgba(52, 89, 57, 0.45);
    border-radius: 8px;
    border-left: 3px solid var(--vh-green, #345939);
    padding: 0.85rem 1rem;
    margin: 0;
    order: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    display: block;
    box-shadow: 0 2px 10px rgba(18, 42, 28, 0.06);
}

/* Hogere specificiteit: wint van generieke aside/p-div-regels op sommige hosts na deploy */
aside.epoch-prod-buybox.epoch-prod-buybox--shop .epoch-prod-buybox__purchase-row > .epoch-prod-preorder-notice {
    font-size: 0.82rem;
    line-height: 1.52;
    color: #2a3330;
    background: #fff;
    border: 1px solid rgba(52, 89, 57, 0.45);
    border-radius: 8px;
    border-left: 3px solid #345939;
    padding: 0.85rem 1rem;
    margin: 0;
    order: 1;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    display: block;
    box-shadow: 0 2px 10px rgba(18, 42, 28, 0.06);
}

.epoch-prod-buybox__purchase-row .epoch-prod-qty {
    order: 0;
}

.epoch-prod-buybox__purchase-row .epoch-btn--cart {
    order: 2;
}

.epoch-prod-preorder-notice p {
    margin: 0 0 0.55rem;
}

.epoch-prod-preorder-notice p:last-child {
    margin-bottom: 0;
}

.epoch-prod-preorder-notice__lead {
    margin-bottom: 0.5rem !important;
    color: var(--vh-green-dark, #1e3324);
    font-size: 0.86rem;
}

.epoch-prod-qty {
    display: inline-flex;
    align-items: stretch;
    align-self: flex-start;
    width: fit-content;
    max-width: 100%;
    border: 1px solid rgba(52, 89, 57, 0.22);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(18, 42, 28, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.epoch-prod-qty:focus-within {
    border-color: rgba(52, 89, 57, 0.42);
    box-shadow:
        0 2px 12px rgba(18, 42, 28, 0.08),
        0 0 0 3px rgba(52, 89, 57, 0.12);
}

.epoch-prod-qty__btn {
    flex-shrink: 0;
    min-width: 2.85rem;
    min-height: 2.85rem;
    padding: 0;
    border: none;
    background: linear-gradient(180deg, #f8faf8 0%, #eef2ee 100%);
    color: var(--vh-green-dark);
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:
        background 0.18s ease,
        color 0.18s ease,
        transform 0.12s ease;
}

.epoch-prod-qty__btn:hover {
    background: rgba(52, 89, 57, 0.14);
    color: var(--vh-green-dark);
}

.epoch-prod-qty__btn:active {
    background: rgba(52, 89, 57, 0.22);
    transform: scale(0.97);
}

.epoch-prod-qty__btn:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 2px rgba(52, 89, 57, 0.45);
}

.epoch-prod-qty__input {
    box-sizing: border-box;
    width: 3.15rem;
    min-height: 2.85rem;
    padding: 0 0.35rem;
    border: none;
    border-left: 1px solid rgba(52, 89, 57, 0.12);
    border-right: 1px solid rgba(52, 89, 57, 0.12);
    text-align: center;
    font-size: 1.05rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    font-family: inherit;
    color: var(--vh-text);
    background: #fcfdfc;
    -moz-appearance: textfield;
}

.epoch-prod-qty__input:focus {
    outline: none;
    background: #fff;
}

.epoch-prod-qty__input::-webkit-outer-spin-button,
.epoch-prod-qty__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.epoch-btn--cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0.95rem 1.25rem;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    background: var(--vh-green);
    color: #fff !important;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    font-family: inherit;
}

.epoch-btn--cart:hover {
    background: #2a4a30;
    color: #fff !important;
}

.epoch-prod-warranty {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    border-radius: 6px;
    border: 1px solid rgba(52, 89, 57, 0.35);
    background: rgba(52, 89, 57, 0.07);
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--vh-green-dark);
    line-height: 1.4;
    margin-bottom: 1.25rem;
}

.epoch-prod-warranty__icon {
    font-size: 1.35rem;
    color: var(--vh-green);
    flex-shrink: 0;
}

.epoch-prod-warranty__sub {
    display: block;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--vh-muted);
    margin-top: 0.15rem;
}

.epoch-prod-buybox__actions--secondary {
    margin-top: 0.25rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(30, 51, 36, 0.1);
}

/* Right column stacks buybox + overview + detail; buybox is not sticky */
.epoch-prod-side {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.epoch-prod-side .epoch-prod-buybox {
    position: static;
    top: auto;
}

/* Sticky wrapper avoids overflow:hidden on .epoch-prod-gallery breaking sticky */
@media (min-width: 769px) {
    .epoch-prod-gallery-sticky {
        position: sticky;
        top: calc(100px + 1rem);
        align-self: start;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .epoch-prod-gallery-sticky {
        position: static;
    }
}

/* Overview feature grid (reference layout) */
.epoch-prod-overview {
    margin: 0;
    padding: 1.15rem 1rem 1.25rem;
    background: #eef1ee;
    border-radius: var(--vh-radius);
    border: 1px solid rgba(30, 51, 36, 0.08);
}

.epoch-prod-overview__title {
    text-align: center;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a9690;
    margin: 0 0 1rem;
}

.epoch-prod-overview__grid {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem 1rem;
}

.epoch-prod-overview__item {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    margin: 0;
}

.epoch-prod-overview__icon {
    flex-shrink: 0;
    width: 1.75rem;
    text-align: center;
    color: #2a3330;
    font-size: 1.15rem;
    line-height: 1.2;
    opacity: 0.92;
}

.epoch-prod-overview__label {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--vh-text);
    line-height: 1.35;
    margin: 0;
}

@media (max-width: 420px) {
    .epoch-prod-overview__grid {
        grid-template-columns: 1fr;
    }
}

/* Accordion */
.epoch-prod-accordion {
    border: 1px solid rgba(30, 51, 36, 0.12);
    border-radius: var(--vh-radius);
    overflow: hidden;
    background: #fff;
}

.epoch-prod-accordion__block {
    border-bottom: 1px solid rgba(30, 51, 36, 0.1);
}

.epoch-prod-accordion__block:last-child {
    border-bottom: none;
}

.epoch-prod-accordion__summary {
    list-style: none;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a2620;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.epoch-prod-accordion__summary::-webkit-details-marker {
    display: none;
}

.epoch-prod-accordion__summary:hover,
.epoch-prod-accordion__summary:focus-visible {
    background: rgba(52, 89, 57, 0.06);
    color: var(--vh-green-dark);
    outline: none;
}

.epoch-prod-accordion__block[open] .epoch-prod-accordion__summary {
    background: rgba(52, 89, 57, 0.05);
}

.epoch-prod-accordion__chev {
    flex-shrink: 0;
    font-size: 0.72rem;
    color: var(--vh-green);
    transition: transform 0.25s ease;
}

.epoch-prod-accordion__block[open] .epoch-prod-accordion__chev {
    transform: rotate(180deg);
}

.epoch-prod-accordion__body {
    padding: 0 1rem 1rem;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--vh-muted);
}

.epoch-prod-accordion__body p {
    margin: 0 0 0.65rem;
}

.epoch-prod-accordion__body p:last-child {
    margin-bottom: 0;
}

.epoch-prod-description ul {
    margin: 0;
    padding-left: 1.2rem;
}

.epoch-prod-description li {
    margin-bottom: 0.5rem;
    padding-left: 0.1rem;
}

.epoch-prod-description li:last-child {
    margin-bottom: 0;
}

.epoch-prod-description strong {
    color: var(--vh-text);
    font-weight: 700;
}

.epoch-charging-doc {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--vh-muted);
}

.epoch-charging-doc p {
    margin: 0 0 0.75rem;
}

.epoch-charging-doc p strong {
    color: var(--vh-text);
    font-weight: 700;
}

.epoch-charging-doc ul {
    margin: 0 0 1rem;
    padding-left: 1.2rem;
}

.epoch-charging-doc li {
    margin-bottom: 0.5rem;
    padding-left: 0.1rem;
}

.epoch-charging-doc li strong {
    color: var(--vh-text);
    font-weight: 700;
}

.epoch-charging-doc__note {
    margin-bottom: 1rem !important;
    padding: 0.65rem 0.85rem;
    background: rgba(52, 89, 57, 0.06);
    border-radius: 10px;
    border: 1px solid rgba(52, 89, 57, 0.12);
    font-size: 0.88rem;
}

/* Infoblok onder het accordeon (productupdates) */
.epoch-prod-update-callout {
    margin-top: clamp(1.25rem, 3vw, 2rem);
    padding: 1.25rem 1.35rem;
    background: linear-gradient(
        165deg,
        rgba(52, 89, 57, 0.11) 0%,
        rgba(52, 89, 57, 0.05) 55%,
        rgba(238, 241, 238, 0.95) 100%
    );
    border: 1px solid rgba(52, 89, 57, 0.28);
    border-radius: var(--vh-radius, 14px);
    font-size: 0.9rem;
    line-height: 1.58;
    color: #2a3330;
    box-shadow: 0 2px 12px rgba(52, 89, 57, 0.06);
}

.epoch-prod-update-callout__list {
    margin: 0;
    padding-left: 1.15rem;
    list-style: disc;
}

.epoch-prod-update-callout__list li {
    margin-bottom: 0.75rem;
    padding-left: 0.2rem;
}

.epoch-prod-update-callout__list li:last-child {
    margin-bottom: 0;
}

.epoch-prod-update-callout strong {
    color: var(--vh-green-dark, #1e3324);
    font-weight: 700;
}

/* Zelfde band als technisch informatieblad / downloads: volle breedte onder de twee kolommen */
.epoch-prod-update-callout--fullwidth {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(2rem, 4.5vw, 3.25rem);
    padding-top: clamp(0.35rem, 1.2vw, 0.65rem);
    border-top: 1px solid rgba(52, 89, 57, 0.15);
    box-sizing: border-box;
}

.epoch-prod-update-callout--fullwidth + .epoch-prod-downloads--fullwidth {
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

/* Downloadbare documenten (onder accordeon / infoblok) */
.epoch-prod-downloads {
    margin-top: clamp(1.35rem, 3.2vw, 2.25rem);
    padding: 1.35rem 1.25rem 1.5rem;
    background: #fafbfb;
    border: 1px solid var(--vh-border, #e3e8e5);
    border-radius: var(--vh-radius, 14px);
    box-shadow: 0 1px 6px rgba(42, 51, 48, 0.04);
}

/* Onder de twee kolommen: zelfde breedte als .epoch-prod-main / technisch informatieblad */
.epoch-prod-downloads--fullwidth {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(2rem, 4.5vw, 3.25rem);
    padding-top: clamp(1.5rem, 3vw, 2rem);
    border-top: 1px solid rgba(52, 89, 57, 0.15);
    box-sizing: border-box;
}

.epoch-prod-downloads__heading {
    margin: 0 0 1.1rem;
    font-size: clamp(1rem, 2.2vw, 1.12rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--vh-text, #2a3330);
    text-align: center;
}

.epoch-prod-downloads__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.epoch-prod-downloads__row {
    display: flex;
    align-items: center;
    gap: 0.75rem 1rem;
    padding: 0.75rem 0.85rem;
    background: #fff;
    border: 1px solid var(--vh-border, #e3e8e5);
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.epoch-prod-downloads__row:hover {
    border-color: rgba(52, 89, 57, 0.35);
    box-shadow: 0 2px 10px rgba(42, 51, 48, 0.06);
}

.epoch-prod-downloads__row:focus-visible {
    outline: 2px solid var(--vh-green, #345939);
    outline-offset: 2px;
}

.epoch-prod-downloads__doc-icon {
    flex-shrink: 0;
    width: 2.15rem;
    height: 2.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f0f2f1;
    color: #8b9590;
    font-size: 1rem;
    transition: color 0.2s, background 0.2s;
}

.epoch-prod-downloads__row--featured .epoch-prod-downloads__doc-icon {
    background: rgba(37, 99, 235, 0.1);
    color: #2563eb;
}

.epoch-prod-downloads__row:hover .epoch-prod-downloads__doc-icon {
    color: var(--vh-green, #345939);
}

.epoch-prod-downloads__row--featured:hover .epoch-prod-downloads__doc-icon {
    color: #1d4ed8;
}

.epoch-prod-downloads__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.epoch-prod-downloads__title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--vh-text, #2a3330);
    line-height: 1.25;
}

.epoch-prod-downloads__sub {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--vh-muted, #6b7670);
    line-height: 1.35;
}

.epoch-prod-downloads__grab {
    flex-shrink: 0;
    color: #a8b0ac;
    font-size: 1rem;
    transition: color 0.2s;
}

/* Technisch informatieblad (onderaan productpagina) */
.epoch-prod-infosheet {
    margin-top: clamp(1.5rem, 3vw, 2.25rem);
    padding-top: clamp(1.25rem, 2.5vw, 1.75rem);
    border-top: 1px solid rgba(52, 89, 57, 0.15);
}

/* Onder de twee kolommen: volle breedte van .epoch-prod-main (ca. 1100px) */
.epoch-prod-infosheet--fullwidth {
    width: 100%;
    max-width: 100%;
    margin-top: clamp(2rem, 4.5vw, 3.25rem);
    padding-top: clamp(1.5rem, 3vw, 2.25rem);
    margin-bottom: 0;
    box-sizing: border-box;
}

.epoch-prod-update-callout--fullwidth + .epoch-prod-infosheet--fullwidth {
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

.epoch-prod-infosheet__title {
    margin: 0 0 1rem;
    font-size: clamp(1rem, 2.2vw, 1.15rem);
    font-weight: 800;
    color: var(--vh-text, #2a3330);
    text-align: center;
}

.epoch-prod-infosheet__frame {
    margin: 0;
    padding: 0.75rem;
    background: #fff;
    border: 1px solid var(--vh-border, #e3e8e5);
    border-radius: var(--vh-radius, 14px);
    box-shadow: 0 4px 24px rgba(18, 42, 28, 0.06);
    overflow: auto;
}

.epoch-prod-infosheet__img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.epoch-prod-infosheet__dl {
    margin: 0.85rem 0 0;
    text-align: center;
    font-size: 0.9rem;
}

.epoch-prod-infosheet__link {
    font-weight: 700;
    color: var(--vh-green, #345939);
    text-decoration: none;
}

.epoch-prod-infosheet__link:hover {
    text-decoration: underline;
}

.epoch-prod-downloads__row:hover .epoch-prod-downloads__grab {
    color: var(--vh-green, #345939);
}

.epoch-prod-desc-list {
    margin: 0;
    padding-left: 1.2rem;
    color: var(--vh-muted);
}

.epoch-prod-desc-list li {
    margin-bottom: 0.45rem;
    padding-left: 0.15rem;
}

.epoch-prod-desc-list li:last-child {
    margin-bottom: 0;
}

.epoch-prod-accordion .epoch-spec-dl {
    margin: 0;
}
