/* all archive pages have brand info. this will hide brand info on all archive pages that are not BRAND */
body:not(.vinolog-brand-archive):not(.elementor-editor-active) .vinolog-brand-only {
    display: none;
}