/* Block-Theme: Infospalte ist flex-column mit order (Titel 1, Meta 2, Badge 3, Preis 4, Warenkorb 5, Vertrauensbox 6). Liste bekommt order 7 = nach der Vertrauensbox (Thomas 11.09.: Vertrauensbox direkt unter dem Warenkorb). */
.single-product .wp-block-column > .tbt-kaufpunkte{order:7;margin-top:16px}
.single-product .wp-block-column > .tbt-tipp-box{order:8}
.tbt-kaufpunkte{list-style:none;margin:14px 0 6px;padding:0;font-size:15px;line-height:1.45;color:#222}
.tbt-kaufpunkte li{position:relative;padding-left:22px;margin:0 0 6px}
.tbt-kaufpunkte li::before{content:"";position:absolute;left:0;top:.42em;width:12px;height:7px;border-left:2.5px solid #1e7d34;border-bottom:2.5px solid #1e7d34;transform:rotate(-45deg)}
@media (max-width:782px){
.tbt-kaufpunkte{font-size:14px;margin-top:10px}
.tbt-kaufpunkte li:nth-child(n+4){display:none}
}
