/**
 * Fiino Supplier Importer - Frontend product description overflow fix
 * Evita barra de rolagem horizontal no mobile causada pela descrição.
 */
.woocommerce-Tabs-panel--description,
.woocommerce-product-details__short-description,
#tab-description {
	max-width: 100%;
	overflow-x: hidden;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-word;
}

.woocommerce-Tabs-panel--description img,
.woocommerce-product-details__short-description img,
#tab-description img {
	max-width: 100%;
	height: auto;
}

.woocommerce-Tabs-panel--description table,
.woocommerce-product-details__short-description table,
#tab-description table {
	max-width: 100%;
}

.woocommerce-Tabs-panel--description iframe,
#tab-description iframe {
	max-width: 100%;
}
