.winkel .site-terugbelband .tbb-in { display: grid; grid-template-columns: 152px minmax(0, 1fr); gap: 28px; align-items: center; padding: 26px 32px; background: var(--nova-vlak, #f4f4f2); border-radius: var(--nova-r-kaart, 0); }
.winkel.werkplaats .site-terugbelband .tbb-in { border-radius: 0; }
.winkel.werkplaats.terra .shop-catblokken > .site-blok > .site-terugbelband { padding-inline: 0; }
.winkel .site-terugbelband .tbb-foto { display: block; width: 152px; height: auto; aspect-ratio: 380 / 332; object-fit: contain; object-position: left center; }
.winkel .site-terugbelband .tbb-tekst { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; min-width: 0; }
.winkel .site-terugbelband .tbb-tekst > .tbb-oog { display: block; margin: 0; font-family: inherit; font-size: 13px; font-weight: 700; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; color: var(--inhoud-zacht, var(--nova-gedempt, #5f6469)); }
.winkel .site-terugbelband .tbb-naam { font-size: 19px; font-weight: 700; line-height: 1.25; margin-top: 2px; color: var(--nova-inkt, #161719); }
.winkel .site-terugbelband .tbb-rol { font-size: 14px; line-height: 1.5; color: var(--inhoud-zacht, var(--nova-gedempt, #5f6469)); }
.winkel .site-terugbelband .tbb-zin { margin: 6px 0 0; max-width: 760px; font-size: inherit; line-height: 1.6; color: var(--nova-inkt, #161719); }
.winkel .site-terugbelband .tbb-acties { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 28px; margin-top: 12px; }
.winkel .site-terugbelband .tbb-knop { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 50px; margin: 0; padding: 0 24px; border: 1.5px solid transparent; border-radius: var(--nova-r-klein, 4px); background: var(--nova-inkt, #161719); color: var(--card, #fff); font: inherit; font-size: 15px; font-weight: 700; line-height: 1; white-space: nowrap; cursor: pointer; box-shadow: none; }
.winkel .site-terugbelband .tbb-knop:hover { background: var(--inhoud-inktknop-zweef, #000); color: var(--card, #fff); }
.winkel .site-terugbelband .tbb-knop svg { display: block; flex: 0 0 18px; }
.winkel .site-terugbelband .tbb-tel { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.winkel .site-terugbelband .tbb-tel a { display: inline-flex; align-items: center; gap: 10px; color: var(--nova-inkt, #161719); text-decoration: none; }
.winkel .site-terugbelband .tbb-tel a:hover b { text-decoration: underline; }
.winkel .site-terugbelband .tbb-tel svg { display: block; flex: 0 0 18px; }
.winkel .site-terugbelband .tbb-tel b { font-size: 17px; font-weight: 700; }
.winkel .site-terugbelband .tbb-tel small { font-size: 13px; color: var(--inhoud-zacht, var(--nova-gedempt, #5f6469)); }
.winkel .site-terugbelband :is(.tbb-knop, .tbb-tel a, .tbb-verstuur):focus-visible { outline: 2px solid var(--nova-accent, currentColor); outline-offset: 2px; }
.winkel .site-terugbelband .tbb-form { display: grid; grid-template-columns: minmax(0, 1fr); width: 100%; max-width: 452px; margin: 16px 0 0; }
.winkel .site-terugbelband .tbb-form[hidden] { display: none; }
.winkel .site-terugbelband .tbb-form.met-land { grid-template-columns: 72px minmax(0, 1fr); }
.winkel .site-terugbelband .tbb-label { grid-column: 1 / -1; margin: 0 0 6px; font-size: 13px; font-weight: 600; line-height: 1.5; color: var(--nova-inkt, #161719); }
.winkel .site-terugbelband .tbb-veld { position: relative; min-width: 0; }
.winkel .site-terugbelband .tbb-veld > input { display: block; width: 100%; min-width: 0; height: 50px; margin: 0; padding: 0 52px 0 14px; box-sizing: border-box; background: var(--card, #fff); border: 1px solid var(--nova-lijn, #dcdcdc); border-radius: var(--nova-r-klein, 4px); font: inherit; font-size: 15px; color: var(--nova-inkt, #161719); box-shadow: none; }
.winkel .site-terugbelband .tbb-veld > input:focus { outline: 0; border-color: var(--nova-accent, currentColor); box-shadow: 0 0 0 3px color-mix(in srgb, var(--nova-accent, #888) 14%, transparent); }
.winkel .site-terugbelband .tbb-verstuur { position: absolute; top: 3px; right: 3px; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; min-height: 0; margin: 0; padding: 0; border-radius: var(--nova-r-klein, 4px); }
@media (max-width: 720px) {
.winkel .site-terugbelband .tbb-in { grid-template-columns: minmax(0, 1fr); gap: 16px; align-items: start; padding: 24px 20px; }
.winkel .site-terugbelband .tbb-foto { width: 112px; }
.winkel .site-terugbelband .tbb-acties { flex-direction: column; align-items: stretch; gap: 8px; width: 100%; margin-top: 14px; }
.winkel .site-terugbelband .tbb-knop { width: 100%; }
.winkel .site-terugbelband .tbb-tel { flex-direction: column; align-items: flex-start; gap: 0; white-space: normal; }
.winkel .site-terugbelband .tbb-tel a { min-height: 44px; }
.winkel .site-terugbelband .tbb-tel small { margin-top: -6px; padding-left: 28px; }
.winkel .site-terugbelband .tbb-form { max-width: none; margin-top: 6px; }
.winkel .site-terugbelband .tbb-veld > input { font-size: 16px; }
}
@media (max-width: 559px) {
.winkel.terra .site-terugbelband .tbb-in { background: var(--card, #fff); border-radius: var(--nova-r-kaart, 0); }
}