/* Tinker24_Interesse – bewusst klein, erbt Schrift/Farben vom Theme */
.t24-interesse{margin:1rem 0;padding:1rem 1.1rem;border:1px solid #d9d4cc;border-radius:.9rem;background:#faf8f5;color:#2b2724}
.t24-interesse__titel{font-size:1.15rem;font-weight:800;margin:0 0 .25rem}
.t24-interesse__text{margin:0 0 .75rem;color:#4a443e}
.t24-interesse__knopf[disabled]{opacity:1;cursor:default}
.t24-interesse__melden{margin-top:.9rem}
.t24-interesse__melden summary{cursor:pointer;font-weight:700;text-decoration:underline;text-underline-offset:3px;min-height:24px}
.t24-interesse__form{display:grid;gap:.6rem;margin-top:.7rem}
.t24-interesse__form label{font-weight:600}
.t24-interesse__form input[type=email]{width:100%;min-height:44px}
.t24-interesse__einwilligung{display:flex;gap:.55rem;align-items:flex-start;font-weight:400!important;font-size:.9rem;line-height:1.45}
.t24-interesse__einwilligung input{margin-top:.2rem;width:20px;height:20px;flex:none}
.t24-interesse__einwilligung a{text-decoration:underline}
.t24-interesse__hp{position:absolute!important;left:-10000px;width:1px;height:1px;overflow:hidden}
.t24-interesse__status{margin:.5rem 0 0;font-weight:600;color:#1f5f3a}
.t24-interesse__status.is-fehler{color:#a4161a}
.t24-interesse__status:empty{display:none}
/* Kacheln */
.t24-kachel--aus{position:relative}
.t24-kachel--aus img{filter:saturate(.35);opacity:.9}
.t24-ausverkauft-badge{position:absolute;top:.6rem;left:.6rem;z-index:2;padding:.2rem .55rem;border-radius:999px;background:#2b2724;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em}
/* Schalter „nur lieferbare" */
.t24-schalter{margin:.25rem 0 1rem}
.t24-schalter__link{display:inline-flex;align-items:center;gap:.55rem;min-height:44px;color:inherit;text-decoration:none;font-weight:600}
.t24-schalter__bahn{position:relative;width:42px;height:24px;border-radius:999px;background:#8a847d;transition:background .15s}
.t24-schalter__knopf{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .15s}
.t24-schalter__link[aria-checked=true] .t24-schalter__bahn{background:#1f5f3a}
.t24-schalter__link[aria-checked=true] .t24-schalter__knopf{transform:translateX(18px)}
.t24-schalter__link:focus-visible{outline:3px solid #1f5f3a;outline-offset:3px;border-radius:6px}
@media (prefers-reduced-motion:reduce){.t24-schalter__bahn,.t24-schalter__knopf{transition:none}}
