/* ─── SwedWash Product Media Frontend ───────────────────────── */

/*
 * !important is intentional here: this is the ONE authoritative rule
 * controlling whether the "Produktblad" tab nav item is visible. Relying on
 * jQuery's .show()/.hide() (which only toggles an inline style) can lose a
 * specificity fight against a theme's own tab CSS; this rule can't.
 */
li.swpmt_pdf_tab.swpmt-tab-hidden {
	display: none !important;
}

.swpmt-pdf-tab.swpmt-pdf-empty .swpmt-pdf-link-wrap {
	display: none;
}
