/* Valo Rentals — minimale, neutrale stijl. Het valomedia-thema levert de huisstijl;
   dit is een functionele basis zodat de plugin standalone niet "naakt" oogt. */
.vr-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1.25rem; }
.vr-card { border: 1px solid #e5e7eb; border-radius: .5rem; padding: 1rem; }
.vr-card img { width: 100%; height: auto; border-radius: .375rem; }
.vr-card h2 { font-size: 1rem; margin: .5rem 0 .25rem; }
.vr-price { font-weight: 600; margin: .25rem 0 .5rem; }
/* === Winkelwagen, gestyled als valo.rentals === */
.vr-btn { display: inline-block; padding: .7rem 1.6rem; border: 0; border-radius: 999px; cursor: pointer; background: var(--vr-blue, #110075); color: var(--vr-yellow, #ffdc00); font-weight: 700; text-decoration: none; }
.vr-btn:hover { color: #fff; }
.vr-btn--ghost { background: #fff; color: var(--vr-blue, #110075); border: 2px solid var(--vr-blue, #110075); }
.vr-btn--primary { background: var(--vr-yellow, #ffdc00); color: #111; }
#vr-cart-app { border: 2px solid var(--vr-blue, #110075); border-radius: 10px; padding: 1.5rem 1.75rem; background: #fff; }
/* === Bedankscherm na aanvraag (GF-confirmation) === */
.vr-thanks { padding: 2rem 1.75rem; border: 2px solid var(--vr-blue, #110075); border-radius: 10px; background: #fff; }
.vr-thanks__title { color: var(--vr-blue, #110075); margin: 0 0 .75rem; }
.vr-thanks__lead { font-size: 1.05rem; margin: 0 0 .75rem; }
.vr-thanks__cta { margin: 1.5rem 0 0; }
.vr-cart__empty { padding: 1rem 0; }
.vr-cart__table { width: 100%; border-collapse: collapse; margin-bottom: 1.5rem; }
.vr-cart__table thead th { text-align: left; text-transform: uppercase; font-size: .85rem; letter-spacing: .04em; color: var(--vr-blue, #110075); border-bottom: 2px solid #eee; padding: .6rem .5rem; }
.vr-cart__table thead th:nth-child(3), .vr-cart__table thead th:nth-child(4), .vr-cart__table thead th:nth-child(5) { text-align: right; }
.vr-cart__row td { padding: .9rem .5rem; border-bottom: 1px solid #eee; vertical-align: middle; }
.vr-cart__rm button { background: none; border: 0; font-size: 1.4rem; line-height: 1; color: #c0392b; cursor: pointer; }
.vr-cart__prod { font-weight: 600; }
.vr-cart__prod .vr-cart__thumb { width: 52px; height: 52px; object-fit: contain; border: 1px solid #eee; border-radius: 4px; vertical-align: middle; margin-right: .8rem; }
.vr-cart__pricec, .vr-cart__subc, .vr-cart__qtyc { text-align: right; white-space: nowrap; }
.vr-cart__per { display: block; color: #888; font-size: .72rem; font-weight: 400; }
.vr-cart__staffel { display: block; color: #888; font-size: .72rem; font-weight: 400; white-space: normal; margin-top: .15rem; }
.vr-cart__qtyc input { width: 4rem; padding: .35rem; text-align: center; border: 1px solid #ccc; border-radius: 4px; }
.vr-cart__period { margin: 1.25rem 0; }
.vr-cart__period h3, .vr-cart__totals h3 { color: #111; margin: 0 0 .75rem; }
.vr-cart__period label { display: flex; align-items: center; gap: 1rem; margin-bottom: .5rem; }
.vr-cart__period label span { min-width: 3rem; font-weight: 700; }
.vr-cart__period input { padding: .4rem .6rem; border: 1px solid #ccc; border-radius: 4px; }
.vr-cart__totals { margin: 1.25rem 0; max-width: 30rem; }
.vr-cart__trow { display: flex; justify-content: space-between; padding: .35rem 0; }
.vr-cart__trow span:first-child { font-weight: 600; }
.vr-cart__trow--total { border-top: 1px solid #eee; padding-top: .6rem; font-size: 1.1rem; }
.vr-cart__trow--total span { font-weight: 800; }
.vr-cart__note { color: #666; font-size: .85rem; margin: .5rem 0 0; }
.vr-cart__continue { margin: 1rem 0 0; }
.vr-cart__form { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #eee; }
.vr-cart__form label { display: block; font-weight: 600; }
.vr-cart__form input, .vr-cart__form textarea { width: 100%; max-width: 30rem; }
@media (max-width: 640px) { #vr-cart-app { padding: 1rem; } .vr-cart__prod .vr-cart__thumb { display: none; } .vr-cart__table { font-size: .92rem; } }
/* Verborgen GF-veld dat de mandje-JS vult (Aangevraagde apparatuur). */
.vr-cart-field { display: none !important; }
/* Verhuur-sectie: events-header-vormgeving behouden, alleen het zoekveld ronde hoeken geven. */
body.vr-rental .header-search-desktop__field,
body.vr-rental .header-search-mobile__field { border-radius: 8px; }
/* Valo Rentals-logo op verhuur-pagina's: verberg het events-SVG en toon het zwarte VALO RENTALS-blok. */
body.vr-rental .header__logo .brand__image { visibility: hidden; }
body.vr-rental .header__brand { background: #0a0a0f url(../img/valo-rentals-logo.png) center/cover no-repeat; }
/* De teaser-kaart heeft een "stretched link" (.teaser-post__link::before, absoluut over de hele kaart).
   De toevoeg-knop moet daarboven liggen, anders vangt de productlink de klik en navigeer je i.p.v.
   toe te voegen aan het mandje. */
.teaser-equipment__actions { position: relative; z-index: 5; }
.teaser-equipment .vr-btn.vr-add { position: relative; z-index: 5; }
/* Mandje-teller in de header (zichtbare feedback bij toevoegen). */
.vr-cart-count { display: inline-block; min-width: 1.5em; height: 1.5em; line-height: 1.5em; padding: 0 .35em; margin-left: .4em; text-align: center; background: var(--vr-coral, #ff7f6e); color: #fff; border-radius: 999px; font-size: .72rem; font-weight: 700; vertical-align: middle; }

/* Homepage categorie-showcase (Valo Rentals huisstijl). */
:root { --vr-blue: #110075; --vr-yellow: #ffdc00; --vr-coral: #ff7f6e; --vr-blush: #ffebe5; }
.vr-showcase { width: 100%; }
.vr-showcase--wit { background: #fff; }
.vr-showcase--geel { background: var(--vr-yellow); }
.vr-showcase--koraal { background: var(--vr-coral); }
.vr-showcase--blush { background: var(--vr-blush); }
.vr-showcase__inner { display: flex; align-items: stretch; flex-wrap: wrap; }
.vr-showcase__media, .vr-showcase__content { flex: 1 1 50%; min-width: 300px; }
.vr-showcase__media img { width: 100%; height: 100%; max-height: 473px; object-fit: cover; display: block; }
.vr-showcase--links .vr-showcase__media { order: -1; }
.vr-showcase__content { padding: 3rem 2.5rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: 1.5rem; }
.vr-showcase__title { color: var(--vr-blue); margin: 0; }
.vr-showcase__tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; width: 100%; max-width: 560px; }
.vr-showcase__tile { display: block; background: #fff; border: 4px solid var(--vr-blue); padding: 1rem; }
.vr-showcase__tile img { width: 100%; height: auto; object-fit: contain; display: block; }
.vr-pill { display: inline-block; background: var(--vr-blue); color: var(--vr-yellow); padding: .75rem 1.75rem; border-radius: 50px; font-weight: 700; text-decoration: none; }
.vr-pill:hover { color: #fff; }
.vr-header-search { display: flex; align-items: center; gap: .25rem; }
.vr-header-search__input { padding: .4rem .75rem; border: 1px solid #d1d5db; border-radius: 999px 0 0 999px; min-width: 9rem; }
.vr-header-search__btn { padding: .4rem .9rem; border: 0; border-radius: 0 999px 999px 0; background: var(--vr-blue); color: #fff; cursor: pointer; font-weight: 600; }
@media (max-width: 640px) { .vr-showcase__media img { max-height: 280px; } .vr-showcase__content { padding: 2rem 1.25rem; } }

/* === Productpagina (gestyled als valo.rentals) === */
.vr-product__head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.vr-product__label { font-size: 1.4rem; font-weight: 800; color: var(--vr-blue, #110075); }
.vr-product__back { color: var(--vr-blue, #110075); text-decoration: underline; font-weight: 600; white-space: nowrap; }
.vr-product__card { border: 1px solid #e7e7f3; border-radius: 8px; overflow: hidden; margin-bottom: 2.5rem; }
.vr-product__title { background: var(--vr-yellow, #ffdc00); color: var(--vr-blue, #110075); margin: 0; padding: 1.25rem 1.75rem; font-size: 1.8rem; }
.vr-product__body { display: flex; flex-wrap: wrap; gap: 2rem; padding: 1.75rem; }
.vr-product__media { flex: 1 1 45%; min-width: 280px; }
.vr-product__media img { width: 100%; height: auto; object-fit: contain; }
.vr-product__buy { flex: 1 1 45%; min-width: 280px; display: flex; flex-direction: column; gap: 1rem; justify-content: center; }
.vr-product__price { display: flex; flex-direction: column; gap: .15rem; }
.vr-product__price-ex { font-size: 2rem; font-weight: 800; color: var(--vr-blue, #110075); line-height: 1.1; }
.vr-product__price-incl { color: #555; font-weight: 600; }
.vr-product__price-note { color: #777; font-size: .9rem; }
.vr-product__pricerow { display: flex; justify-content: space-between; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.vr-product__actions { display: flex; align-items: center; gap: .75rem; }
/* Aantal-stepper (− 1 +) zoals valo.rentals. */
.vr-qty { display: inline-flex; align-items: center; border: 1px solid #ccc; border-radius: 8px; overflow: hidden; background: #fff; }
.vr-qty__btn { width: 2.6rem; height: 2.8rem; border: 0; background: #fff; color: var(--vr-blue, #110075); font-size: 1.3rem; line-height: 1; cursor: pointer; }
.vr-qty__btn:hover { background: #f3f3f8; }
.vr-qty__input { width: 3rem; height: 2.8rem; border: 0; border-left: 1px solid #eee; border-right: 1px solid #eee; text-align: center; font-size: 1rem; -moz-appearance: textfield; appearance: textfield; }
.vr-qty__input::-webkit-outer-spin-button, .vr-qty__input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
/* Ronde cart-icoon-knop. */
.vr-btn--icon { width: 3rem; height: 3rem; min-width: 3rem; padding: 0; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; }
.vr-btn--icon:hover { color: var(--vr-yellow, #ffdc00); }
.vr-btn--icon.vr-added { background: #1a9e5a; }
/* Grijs "Ex. BTW per dag"-pilletje onder de prijs. */
.vr-product__note { background: #f1f1f4; border-radius: 8px; padding: .7rem 1.1rem; color: #555; margin-top: 1.1rem; display: inline-block; }
.vr-product__section { margin: 0 0 2.5rem; }
.vr-product__h { background: var(--vr-yellow, #ffdc00); color: var(--vr-blue, #110075); display: inline-block; padding: .4rem 1rem; margin: 0 0 1.25rem; font-size: 1.35rem; }
.vr-product__desc { line-height: 1.7; }
.vr-product__desc p { margin: 0 0 1rem; }
/* Gerelateerde producten — compacte lijst. */
.vr-related { list-style: none; margin: 0; padding: 0; border: 1px solid #e7e7f3; border-radius: 8px; }
.vr-related__row { display: flex; align-items: center; gap: 1rem; padding: .85rem 1.25rem; border-bottom: 1px solid #eee; }
.vr-related__row:last-child { border-bottom: 0; }
.vr-related__thumb { flex: 0 0 auto; line-height: 0; }
.vr-related__thumb img { width: 52px; height: 52px; object-fit: contain; }
.vr-related__info { flex: 1 1 auto; display: flex; flex-direction: column; gap: .1rem; }
.vr-related__name { color: var(--vr-blue, #110075); font-weight: 700; text-decoration: none; }
.vr-related__price { color: #555; font-size: .9rem; }
.vr-related__action .vr-btn--icon { width: 2.6rem; height: 2.6rem; min-width: 2.6rem; }
/* Prijs incl. btw op de productkaarten. */
.teaser-equipment__price-incl { display: block; color: #777; font-weight: 500; font-size: .8rem; }
@media (max-width: 640px) { .vr-product__title { font-size: 1.4rem; } .vr-related__row { flex-wrap: wrap; } .vr-related__action { width: 100%; } }

/* === Overzicht-/shoppagina (alle producten + categorie): balk met "toon alle" + sorteren === */
.vr-shop__bar { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.vr-shop__all { color: var(--vr-blue, #110075); text-decoration: underline; font-weight: 600; }
.vr-shop__all:hover { color: var(--vr-coral, #ff7f6e); }
.vr-shop__sort { margin: 0; }
.vr-shop__sort select { padding: .55rem .9rem; border: 1px solid #ccc; border-radius: 6px; background: #fff; font-size: .95rem; color: var(--vr-blue, #110075); cursor: pointer; min-width: 14rem; }
.vr-shop__foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
@media (max-width: 640px) { .vr-shop__bar, .vr-shop__foot { flex-direction: column; align-items: flex-start; } }

/* === Productkaarten gelijk uitlijnen (overzicht, homepage, zoekresultaten) === */
/* Prijs + toevoeg-knop onderaan, ongeacht of de titel 2 of 3 regels is -> geen verspringen. */
.teaser-equipment { display: flex; flex-direction: column; height: 100%; }
.teaser-equipment .teaser-post__thumbnail { margin-bottom: 1rem; }
.teaser-equipment .teaser-post__thumbnail img { width: 100%; height: 200px; object-fit: contain; }
.teaser-equipment .teaser-post__inner { display: flex; flex-direction: column; flex: 1 1 auto; }
.teaser-equipment .teaser-equipment__price { margin-top: auto; }
.teaser-equipment .teaser-equipment__actions { margin-top: .6rem; }
/* Featured-sectie ("Nieuwe apparatuur"): witruimte onderaan vóór de (full-bleed) showcase eronder. */
.vr-uitgelicht { margin-bottom: 3rem; }
/* Featured-tegels als valo.rentals: blauw kader + beeld + donkerblauwe naambalk, 2 koloms. */
.vr-feat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; }
.vr-feat-tile { display: flex; flex-direction: column; border: 1px solid var(--vr-blue, #110075); border-radius: 4px; overflow: hidden; background: #fff; text-decoration: none; }
.vr-feat-tile__img { display: flex; align-items: center; justify-content: center; flex: 1 1 auto; padding: 2rem; }
.vr-feat-tile__img img { max-width: 100%; max-height: 260px; width: auto; height: auto; object-fit: contain; }
.vr-feat-tile__name { background: var(--vr-blue, #110075); color: #fff; text-align: center; font-weight: 700; padding: 1rem 1.25rem; font-size: 1.25rem; line-height: 1.3; }
.vr-feat-tile:hover .vr-feat-tile__name { color: var(--vr-yellow, #ffdc00); }
@media (max-width: 640px) { .vr-feat-grid { grid-template-columns: 1fr; } }
/* Cart-icoontje vóór "Winkelwagen" in het menu. */
.vr-cart-ico { display: inline-flex; vertical-align: middle; margin-right: .35em; line-height: 0; }
.vr-cart-ico svg { width: 1.05em; height: 1.05em; }
/* Valo Rentals voorlopig NL-only: taal-switcher + EN-suggestiebalk verbergen op verhuur-pagina's. */
body.vr-rental .language-switcher,
body.vr-rental .lang-switcher,
body.vr-rental li.lang-item,
body.vr-rental .menu-item-language,
body.vr-rental .pll-switcher,
body.vr-rental .pll-parent-menu-item,
body.vr-rental .wpml-ls,
body.vr-rental #valo-langbar,
body.vr-rental .valo-langbar,
body.vr-rental [class*="lang-suggest"],
body.vr-rental [id*="lang-suggest"] { display: none !important; }

/* Contactblok (o.a. op de Service-pagina). */
.vr-contact { background: var(--vr-blue, #110075); color: #fff; border-radius: 10px; padding: 2rem 2.25rem; margin: 2.5rem 0; }
.vr-contact h2 { color: var(--vr-yellow, #ffdc00); margin-top: 0; }
.vr-contact a { color: #fff; text-decoration: underline; }
.vr-contact a:hover { color: var(--vr-yellow, #ffdc00); }
/* Waarschuwing bij ongeldige huurperiode (einddatum vóór startdatum). */
.vr-cart__dateerr { color: #c0392b; font-weight: 600; margin: .6rem 0 0; }
