body.tax-product_brand .wd-page-content {
	padding-top: clamp(24px, 3.4vw, 48px);
}

.authherb-brand-identity__content {
    text-align: center;
}

body.tax-product_brand .elementor-widget-wd_wc_breadcrumb {
	margin-bottom: clamp(28px, 4vw, 52px);
}

body.tax-product_brand .authherb-brand-identity {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(28px, 4vw, 56px);
	align-items: start;
	border-bottom: 1px solid var(--brdcolor-gray-300, #e7e7e7);
}

body.tax-product_brand .authherb-brand-identity--has-thumbnail {
	grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
}

body.tax-product_brand .authherb-brand-identity__media {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: clamp(24px, 3vw, 40px);
	border: 1px solid var(--brdcolor-gray-300, #e7e7e7);
	border-radius: var(--wd-brd-radius, 0);
	background: #fff;
}

body.tax-product_brand .authherb-brand-identity__logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 180px;
	object-fit: contain;
}

body.tax-product_brand .authherb-brand-identity__title {
	margin: 0;
	font-size: clamp(36px, 4.2vw, 58px);
	line-height: 1.08;
	letter-spacing: -0.025em;
}

body.tax-product_brand .authherb-brand-identity__chinese {
	margin: 12px 0 0;
	color: var(--color-gray-700, #4e4e4e);
	font-size: clamp(22px, 2.2vw, 30px);
	line-height: 1.35;
}

body.tax-product_brand .authherb-brand-identity__legal {
	margin: 10px 0 0;
	color: var(--color-gray-500, #777);
	font-size: 15px;
	line-height: 1.6;
}

body.tax-product_brand .authherb-brand-identity__summary {
	margin-top: clamp(28px, 3.4vw, 46px);
	text-align: left !important;
}

body.tax-product_brand .authherb-brand-identity__summary h2,
body.tax-product_brand .authherb-brand-products-heading h2 {
	margin: 0;
	font-size: clamp(24px, 2.5vw, 34px);
	line-height: 1.25;
	text-align: center;
}

body.tax-product_brand .authherb-brand-identity__description {
	margin-top: 16px;
	color: var(--color-gray-700, #4e4e4e);
	font-size: 17px;
	line-height: 1.75;
}

body.tax-product_brand .authherb-brand-identity__description > :last-child {
	margin-bottom: 0;
}

body.tax-product_brand .authherb-brand-products-heading {
	margin: clamp(22px, 5.5vw, 30px) 0 clamp(24px, 3vw, 38px);
}

body.tax-product_brand .elementor-widget-wd_archive_products .woocommerce-no-products-found {
	margin-top: clamp(36px, 5vw, 64px);
}

@media (max-width: 768.98px) {
	body.tax-product_brand .wd-page-content {
		padding-top: 20px;
	}

	body.tax-product_brand .elementor-widget-wd_wc_breadcrumb {
		margin-bottom: 28px;
	}

	body.tax-product_brand .authherb-brand-identity--has-thumbnail {
		grid-template-columns: minmax(0, 1fr);
	}

	body.tax-product_brand .authherb-brand-identity__media {
		justify-self: start;
		width: min(220px, 100%);
		min-height: 0;
		padding: 24px;
	}

	body.tax-product_brand .authherb-brand-identity__title {
		font-size: clamp(32px, 10vw, 44px);
	}

	body.tax-product_brand .authherb-brand-identity__description {
		font-size: 16px;
	}
}
