/* ============================================================
   Leranti Accessoire Productpagina
   ============================================================ */

/* ── Container ── */
.acc-pagina {
    padding-top: 2rem;
    padding-bottom: 6rem;
    height: 80vh;
    background: #ffffff;
}

.acc-container {
    margin: 0 auto;
}

/* ── Terug link ── */
.acc-terug {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #555555;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: color 0.15s;
}

.acc-terug:hover { color: #111111; }

.acc-terug svg {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
}

/* ── Grid: afbeelding + info ── */
.acc-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 5rem;
    align-items: start;
}

@media (max-width: 900px) {
    .acc-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ── Afbeelding ── */
.acc-foto {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    border-radius: 12px;
    border: 1px solid #e9eaed;
    background: #f1f2f480;
    display: block;
    padding: 2rem;
}

.acc-foto-placeholder {
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    border: 1px solid #e9eaed;
    background: #f1f2f480;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc-foto-placeholder svg {
    width: 5rem;
    height: 5rem;
    color: #E8511A;
    opacity: 0.3;
}

/* ── Info kolom ── */
.acc-info {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ── Label + titel ── */
.acc-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #E8511A;
    margin: 0 0 0.5rem;
}

.acc-titel {
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 700;
    color: #111111;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin: 0 0 0.75rem;
}

.acc-beschrijving {
    font-size: 1rem;
    color: #555555;
    line-height: 1.75;
}

.acc-beschrijving p { margin: 0 0 0.75rem; }
.acc-beschrijving p:last-child { margin-bottom: 0; }

/* ── USP blokjes 2×2 ── */
.acc-usps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.acc-usp {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border: 1px solid #e9eaed;
    border-radius: 8px;
    padding: 0.75rem;
    background: #fafafa;
}

.acc-usp__icon {
    color: #E8511A;
    font-size: 1rem;
    flex-shrink: 0;
}

.acc-usp__label {
    font-size: 0.875rem;
    color: #555555;
    line-height: 1.25;
}

/* ── Prijs ── */
.acc-prijs-blok {
    border-top: 1px solid #e9eaed;
    padding-top: 1.5rem;
}

.acc-prijs {
    font-size: 1.875rem;
    font-weight: 600;
    color: #111111;
    line-height: 2.25rem;
    font-family: Space Grotesk, sans-serif;
}

.acc-prijs .woocommerce-Price-amount,
.acc-prijs .woocommerce-Price-amount bdi {
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    font-family: inherit !important;
}

.acc-prijs .woocommerce-Price-currencySymbol {
    font-size: inherit !important;
}

.acc-prijs-sub {
    font-size: 0.875rem;
    color: #888888;
    margin: 0.3rem 0 0;
}

/* ── Aantal + knop ── */
.acc-actie {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* WooCommerce quantity + knop */
.acc-wc-form form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
}

/* Quantity selector: bordered pill met − en + */
.acc-wc-form .quantity {
    display: flex !important;
    align-items: center !important;
    border: 1px solid #e9eaed !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    height: 3rem !important;
    background: #ffffff !important;
}

/* Verberg standaard WooCommerce quantity knoppen */
.acc-wc-form .quantity .qty {
    width: 2.5rem !important;
    text-align: center !important;
    border: none !important;
    border-left: 1px solid #e9eaed !important;
    border-right: 1px solid #e9eaed !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    color: #111111 !important;
    background: transparent !important;
    padding: 0 !important;
    height: 100% !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
}

.acc-wc-form .quantity .qty::-webkit-inner-spin-button,
.acc-wc-form .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
}


/* − en + knoppen naast het input veld */
.acc-qty-min,
.acc-qty-plus {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.5rem !important;
    height: 100% !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    color: #555555 !important;
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    transition: color 0.15s !important;
    padding: 0 !important;
    line-height: 1 !important;
}


.acc-qty-min:hover,
.acc-qty-plus:hover {
    color: #111111 !important;
}

/* Toevoegen knop: oranje pill */
.acc-wc-form .single_add_to_cart_button {
    flex: 1 !important;
    background: #E8511A !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 9999px !important;
    padding: 0 1.75rem !important;
    height: 3rem !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background 0.18s !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
}

.acc-wc-form .single_add_to_cart_button:hover {
    background: #c94310 !important;
}

/* ── Compatibiliteit blok ── */
.acc-compat {
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 1px solid #e9eaed;
    max-width: 650px;
}

.acc-compat__titel {
    font-size: 1.375rem;
    font-weight: 700;
    color: #111111;
    margin: 0 0 0.75rem;
}

.acc-compat__tekst {
    font-size: 1rem;
    color: #555555;
    line-height: 1.75;
    margin: 0;
}


