/* 201.15 - vriendelijk checkout-akkoord, vooraf betalen bij zaagwerk, kassakoopjes */
.vh-checkout-consent{border:1px solid #cfe0ec;border-radius:12px;background:#f7fbfe;overflow:hidden}
.vh-checkout-consent__intro{display:flex;align-items:center;gap:11px;padding:13px 15px;border-bottom:1px solid #deebf3}
.vh-checkout-consent__intro>span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#e5f5ec;color:#17723d;font-weight:900;flex:0 0 26px}
.vh-checkout-consent__intro>div{display:flex;flex-direction:column;gap:2px}
.vh-checkout-consent__intro strong{color:var(--navy);font-size:13px}
.vh-checkout-consent__intro small{color:var(--muted);font-size:12px;line-height:1.4}
.vh-checkout-consent__check{display:flex;align-items:flex-start;gap:12px;padding:14px 15px;cursor:pointer}
.vh-checkout-consent__check:hover{background:#f0f8fd}
.vh-checkout-consent__check input{width:20px;height:20px;flex:0 0 20px;margin:1px 0 0;accent-color:var(--blue)}
.vh-checkout-consent__check>span{display:flex;flex-direction:column;gap:3px}
.vh-checkout-consent__check strong{color:#173d5c;font-size:13px}
.vh-checkout-consent__check small{color:#4d667c;font-size:12px;line-height:1.45}
.vh-checkout-consent__check a{color:var(--blue);font-weight:800}
.vh-checkout-payment-rule{margin:0 0 14px;border-color:#b8d9ea;background:#f2f9fd;color:#174a67}
.vh-checkout-payment-rule strong{color:var(--navy)}
.vh-cart-extras{grid-column:1/-1;margin-top:2px;padding:20px;border:1px solid #d8e5ee;border-radius:12px;background:linear-gradient(180deg,#fbfdff 0%,#f5f9fc 100%)}
.vh-cart-extras[hidden]{display:none!important}
.vh-cart-extras__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}
.vh-cart-extras__head h2{margin:3px 0 2px;color:var(--navy);font-size:20px}
.vh-cart-extras__head p{margin:0;color:var(--muted);font-size:12px}
.vh-cart-extras__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.vh-cart-extra{min-width:0;display:grid;grid-template-columns:82px minmax(0,1fr);gap:11px;padding:10px;border:1px solid #dbe6ee;border-radius:10px;background:#fff;box-shadow:0 4px 14px rgba(4,47,85,.035)}
.vh-cart-extra__image{display:block;width:82px;height:82px;border-radius:8px;overflow:hidden;background:#edf2f5}
.vh-cart-extra__image img{width:100%;height:100%;object-fit:cover;display:block}
.vh-cart-extra__body{min-width:0;display:flex;flex-direction:column}
.vh-cart-extra__body>small{color:#698094;font-size:10px;line-height:1.3;margin-bottom:3px}
.vh-cart-extra__title{color:var(--navy);font-weight:850;font-size:12px;line-height:1.25;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.vh-cart-extra__bottom{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:8px}
.vh-cart-extra__bottom strong{font-size:13px;color:var(--navy);white-space:nowrap}
.vh-cart-extra__bottom button{border:1px solid #9fcce4;border-radius:7px;background:#eef8fd;color:#006ca5;font-weight:850;font-size:11px;padding:7px 9px;cursor:pointer;white-space:nowrap}
.vh-cart-extra__bottom button:hover{background:#e1f3fb;border-color:#72b7da}
@media(max-width:1050px){.vh-cart-extras__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.vh-checkout-consent__intro,.vh-checkout-consent__check{padding:12px}.vh-cart-extras{margin-top:16px;padding:15px}.vh-cart-extras__grid{display:flex;overflow:auto;scroll-snap-type:x mandatory;padding-bottom:3px}.vh-cart-extra{flex:0 0 min(86vw,330px);scroll-snap-align:start}.vh-cart-extras__head h2{font-size:18px}}
