/* v6.0.1: live navigation, catalogue and responsive polish. */
.tks-nav-caret { margin-left: 5px; transform: translateY(-1px); color: #fff; font-size: 13px; line-height: 1; }
.tks-desktop-menu > li.menu-item-has-children > a { gap: 2px; }
.tks-desktop-menu .sub-menu { max-height: min(70vh, 520px); overflow-y: auto; }
.tks-desktop-menu .sub-menu li { display: block; }
.tks-desktop-menu .sub-menu a { width: 100%; }
.tks-price-updating, .tks-price-pending { display: none !important; }
.tks-price-unavailable { display: inline-flex; padding: 8px 12px; border-radius: 999px; background: #fff1f6; color: #b42318; font-size: 13px; font-weight: 750; }
body.tks-reference-v601 .tks-product-carousel:empty,
body.tks-reference-v601 .product-grid:empty,
body.tks-reference-v601 .products:empty { display: none !important; }
@media (min-width: 1100px) {
    body.tks-reference-v601 .tks-desktop-menu > li > a { padding-inline: clamp(9px, 1.05vw, 16px); }
}
@media (max-width: 1099px) {
    .tks-nav-caret { display: none; }
}
