/* [vdt_brands] — pas logotypów marek (product_brand) */
/* Kuloodporne: motyw/bloki potrafią wymuszać img{height:auto!important} albo
   robić anchory blokowymi → logo zawijały się po jednym w kolumnie. */
.vdt-brands{display:flex !important;flex-flow:row wrap;align-items:center;justify-content:center;gap:24px 44px}
.vdt-brands .lbl{flex:0 0 100%;text-align:center;font-size:13px;font-weight:600;color:#a89c87;margin:0}
.vdt-brands a{display:inline-flex;align-items:center;flex:0 0 auto;margin:0 !important;padding:0;line-height:0}
.vdt-brands img{height:30px !important;width:auto !important;max-width:none !important;margin:0 !important;filter:grayscale(1);opacity:.6;transition:filter .25s,opacity .25s}
.vdt-brands a:hover img,
.vdt-brands a:focus-visible img{filter:none;opacity:1}
@media(max-width:767px){
	.vdt-brands{gap:18px 28px}
	.vdt-brands img{height:24px !important}
}
