.gh-product-page {
	min-height: 60vh;
	background: #fff;
	color: var(--gh-text);
}

.gh-product-page h1,
.gh-product-page h2,
.gh-product-page h3,
.gh-product-page p {
	font-family: var(--sans);
}

.gh-product__crumbs {
	padding-top: 26px;
}

.gh-product__crumbs .breadcrumbs {
	margin: 0;
	color: #777c84;
	font-size: .76rem;
}

.gh-product__crumbs .breadcrumbs a {
	color: #535860;
	text-decoration: none;
}

.gh-product__hero {
	padding: 24px 0 88px;
}

.gh-product__layout {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .95fr);
	align-items: start;
	gap: clamp(48px, 7vw, 92px);
}

.gh-product-gallery {
	min-width: 0;
}

.gh-product-gallery__stage {
	position: relative;
	display: grid;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	place-items: center;
	border-radius: 24px;
	background: #f0f2f4;
}

.gh-product-gallery__stage .gh-product-gallery__main-image {
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	opacity: 1;
	transform: scale(1);
	transition: opacity .16s ease, transform .45s cubic-bezier(.22, 1, .36, 1);
}

.gh-product-gallery__main-image.is-changing {
	opacity: .2;
	transform: scale(.985);
}

.gh-product-gallery__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 1;
	padding: 7px 13px;
	border-radius: 999px;
	background: var(--gh-gold);
	color: var(--gh-navy);
	font-size: .68rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.gh-product-gallery__thumbs {
	display: grid;
	padding: 14px 2px 2px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 11px;
}

.gh-product-gallery__thumb {
	min-width: 0;
	min-height: 0;
	aspect-ratio: 1 / 1;
	padding: 3px;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 13px;
	background: #f0f2f4;
	box-shadow: none;
	transition: border-color .2s ease, transform .2s ease;
}

.gh-product-gallery__thumb:hover,
.gh-product-gallery__thumb:focus-visible,
.gh-product-gallery__thumb.is-active {
	border-color: var(--gh-gold);
	background: #fff;
	transform: translateY(-2px);
}

.gh-product-gallery__thumb img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
}

.gh-product-summary {
	padding-top: 0;
}

.gh-product-summary__category,
.gh-product-eyebrow {
	display: inline-block;
	margin: 0 0 13px;
	color: #8a6700;
	font-size: .69rem;
	font-weight: 700;
	letter-spacing: .15em;
	text-decoration: none;
	text-transform: uppercase;
}

.gh-product-summary__category:hover {
	color: var(--gh-navy);
}

.gh-product-summary h1 {
	max-width: 580px;
	margin: 0;
	color: var(--gh-navy);
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	font-weight: 700;
	letter-spacing: -.035em;
	line-height: 1.18;
}

.gh-product-summary__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px 18px;
	padding: 18px 0 22px;
	border-bottom: 1px solid #e6e8eb;
	color: #777c83;
	font-size: .72rem;
}

.gh-product-summary__meta strong {
	color: #555a61;
}

.gh-product-summary__rating .star-rating {
	margin: 0;
	color: var(--gh-gold);
}

.gh-product-summary__price {
	padding: 24px 0 5px;
}

.gh-product-summary__price small {
	display: block;
	margin-bottom: 5px;
	color: #858991;
	font-size: .72rem;
}

.gh-product-summary__price > strong {
	display: block;
	color: var(--gh-navy);
	font-size: clamp(1.45rem, 3vw, 2rem);
	line-height: 1.3;
}

.gh-product-summary__price ins {
	color: inherit;
	text-decoration: none;
}

.gh-product-summary__price del {
	margin-right: 9px;
	color: #9ba0a7;
	font-size: .8em;
}

.gh-product-summary__intro {
	padding: 14px 0 18px;
	color: #656a71;
	font-size: .88rem;
	line-height: 1.75;
}

.gh-product-summary__intro > :first-child {
	margin-top: 0;
}

.gh-product-summary__intro > :last-child {
	margin-bottom: 0;
}

.gh-product-benefits {
	display: grid;
	padding: 18px 0;
	margin: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	border-top: 1px solid #e6e8eb;
	border-bottom: 1px solid #e6e8eb;
	list-style: none;
}

.gh-product-benefits li {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	gap: 9px;
}

.gh-product-benefits li > span {
	display: grid;
	width: 33px;
	height: 33px;
	flex: 0 0 33px;
	place-items: center;
	border-radius: 10px;
	background: #fff4cf;
	color: #9b7500;
}

.gh-product-benefits .gh-icon {
	width: 17px;
	height: 17px;
}

.gh-product-benefits strong,
.gh-product-benefits small {
	display: block;
}

.gh-product-benefits strong {
	color: var(--gh-navy);
	font-size: .72rem;
	line-height: 1.4;
}

.gh-product-benefits small {
	margin-top: 3px;
	color: #8a8e94;
	font-size: .59rem;
	line-height: 1.45;
}

.gh-product-actions {
	display: grid;
	padding-top: 25px;
	grid-template-columns: minmax(0, 1fr) 145px;
	gap: 11px;
}

.gh-product-actions a {
	display: flex;
	min-height: 61px;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	font-weight: 700;
	text-decoration: none;
	transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.gh-product-actions a:hover {
	transform: translateY(-2px);
}

.gh-product-actions__primary {
	gap: 13px;
	background: var(--gh-navy);
	box-shadow: 0 13px 25px rgb(63 63 63 / 18%);
	color: #fff;
}

.gh-product-actions__primary:hover {
	background: var(--gh-navy-soft);
	color: #fff;
	box-shadow: 0 16px 30px rgb(63 63 63 / 22%);
}

.gh-product-actions__secondary {
	grid-column: 1;
}

.gh-product-actions__secondary + .gh-product-actions__zalo {
	grid-column: 2;
	grid-row: 1 / span 2;
}

.gh-product-actions__primary .gh-icon {
	width: 24px;
	height: 24px;
	color: var(--gh-gold);
}

.gh-product-actions__primary span,
.gh-product-actions__primary small,
.gh-product-actions__primary strong {
	display: block;
}

.gh-product-actions__primary small {
	margin-bottom: 2px;
	color: #c8c8c8;
	font-size: .6rem;
	font-weight: 500;
}

.gh-product-actions__primary strong {
	font-size: .96rem;
	letter-spacing: .03em;
}

.gh-product-actions__zalo {
	gap: 9px;
	border: 1px solid #cfdcf0;
	background: #eef5ff;
	color: #176dd1;
	font-size: .78rem;
}

.gh-product-actions__zalo:hover {
	border-color: #176dd1;
	background: #176dd1;
	color: #fff;
}

.gh-product-actions__zalo .gh-icon {
	width: 23px;
	height: 23px;
}

.gh-product-summary__note {
	margin: 12px 0 0;
	color: #888c92;
	font-size: .65rem;
	text-align: center;
}

.gh-product-info {
	padding: 88px 0;
	background: #f6f7f8;
}

.gh-product-info__grid {
	max-width: 940px;
}

.gh-product-info h2,
.gh-product-related__heading h2 {
	margin: 0;
	color: var(--gh-navy);
	font-size: clamp(1.45rem, 2.3vw, 2.05rem);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.24;
}

.gh-product-info__description {
	max-width: 900px;
	margin-top: 28px;
	color: #60656c;
	font-size: .91rem;
	line-height: 1.9;
}

.gh-product-info__description > :first-child {
	margin-top: 0;
}

.gh-product-info__description h2,
.gh-product-info__description h3 {
	margin-top: 1.5em;
	font-size: 1.25rem;
}

.gh-product-info__description img {
	margin-block: 26px;
	border-radius: 18px;
}

.gh-product-info__description table {
	width: 100% !important;
	margin: 28px 0 38px !important;
	overflow: hidden;
	border: 1px solid #dfe3e8 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 36px rgb(63 63 63 / 8%);
	font-size: .84rem;
	table-layout: fixed;
}

.gh-product-info__description table th,
.gh-product-info__description table td {
	padding: 15px 18px;
	border: 0 !important;
	color: #60656c;
	line-height: 1.55;
	text-align: left;
	vertical-align: top;
	overflow-wrap: anywhere;
}

.gh-product-info__description table tr:not(:last-child) > * {
	border-bottom: 1px solid #e5e8ec !important;
}

.gh-product-info__description table tr > * + * {
	border-left: 1px solid #e5e8ec !important;
}

.gh-product-info__description table thead th,
.gh-product-info__description table tbody > tr:first-child > td {
	border-color: rgb(255 255 255 / 16%) !important;
	background: var(--gh-navy);
	color: #fff;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.gh-product-info__description table thead th strong,
.gh-product-info__description table tbody > tr:first-child > td strong {
	color: inherit;
	font-weight: inherit;
}

.gh-product-info__description table tbody > tr:not(:first-child):nth-child(odd) > td {
	background: #f8f9fa;
}

.gh-product-info__description table tbody > tr:not(:first-child):hover > td {
	background: #fff8e5;
}

.gh-product-info__description table tr > *:first-child {
	width: 34%;
}

.gh-product-info__description table tbody > tr:not(:first-child) > td:first-child {
	color: var(--gh-navy);
	font-weight: 600;
}

.gh-product-specs {
	overflow: hidden;
	border: 1px solid #e1e4e8;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 18px 45px rgb(63 63 63 / 8%);
}

.gh-product-specs__heading {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 24px 25px;
	background: var(--gh-navy);
	color: #fff;
}

.gh-product-specs__heading > span {
	display: grid;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
	place-items: center;
	border-radius: 12px;
	background: var(--gh-gold);
	color: var(--gh-navy);
}

.gh-product-specs__heading .gh-icon {
	width: 21px;
	height: 21px;
}

.gh-product-specs__heading small {
	display: block;
	margin-bottom: 3px;
	color: #c8c8c8;
	font-size: .59rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gh-product-specs__heading h2 {
	color: #fff;
	font-size: 1.03rem;
	letter-spacing: 0;
}

.gh-product-specs dl {
	padding: 8px 25px;
	margin: 0;
}

.gh-product-specs dl > div {
	display: grid;
	padding: 14px 0;
	grid-template-columns: minmax(100px, .75fr) minmax(0, 1.25fr);
	gap: 18px;
	border-bottom: 1px solid #eceef0;
	font-size: .73rem;
}

.gh-product-specs dl > div:last-child {
	border-bottom: 0;
}

.gh-product-specs dt {
	color: #8a8f96;
}

.gh-product-specs dd {
	margin: 0;
	color: #555a61;
	font-weight: 600;
	text-align: right;
}

.gh-product-specs > a {
	display: flex;
	min-height: 52px;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px;
	border-top: 1px solid #e8eaed;
	color: var(--gh-navy);
	font-size: .75rem;
	font-weight: 700;
	text-decoration: none;
}

.gh-product-specs > a span {
	color: #a57c00;
	font-size: 1rem;
	transition: transform .2s ease;
}

.gh-product-specs > a:hover span {
	transform: translateX(4px);
}

.gh-product-articles {
	padding: 88px 0;
	border-top: 1px solid #e7e9ec;
	background: #f6f7f8;
}

.gh-product-articles__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 34px;
}

.gh-product-articles__heading h2 {
	margin: 0;
	color: var(--gh-navy);
	font-size: clamp(1.45rem, 2.3vw, 2.05rem);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.24;
}

.gh-product-articles__heading > a {
	color: #686d74;
	font-size: .74rem;
	font-weight: 700;
	text-decoration: none;
}

.gh-product-articles__heading > a span {
	margin-left: 6px;
	color: #a57c00;
	transition: margin .2s ease;
}

.gh-product-articles__heading > a:hover span {
	margin-left: 10px;
}

.gh-product-articles__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.gh-product-article-card {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e1e4e8;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 4px 12px rgb(63 63 63 / 4%);
	transition: border-color .25s ease, box-shadow .35s ease, transform .35s ease;
}

.gh-product-article-card:hover {
	border-color: #d8dde3;
	box-shadow: 0 18px 35px rgb(63 63 63 / 12%);
	transform: translateY(-5px);
}

.gh-product-article-card > a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.gh-product-article-card__image {
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #e8edf2;
}

.gh-product-article-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	transition: transform .55s cubic-bezier(.22, 1, .36, 1);
}

.gh-product-article-card:hover .gh-product-article-card__image img {
	transform: scale(1.04);
}

.gh-product-article-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: #9ca3af;
}

.gh-product-article-card__placeholder .gh-icon {
	width: 34px;
	height: 34px;
}

.gh-product-article-card__body {
	display: block;
	padding: 22px 23px 24px;
}

.gh-product-article-card__body small {
	display: block;
	margin-bottom: 9px;
	color: #9a7300;
	font-size: .65rem;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.gh-product-article-card__body h3 {
	display: -webkit-box;
	min-height: 48px;
	margin: 0;
	overflow: hidden;
	color: var(--gh-navy);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.gh-product-article-card__body p {
	display: -webkit-box;
	min-height: 63px;
	margin: 12px 0 17px;
	overflow: hidden;
	color: #737880;
	font-size: .78rem;
	line-height: 1.65;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.gh-product-article-card__body > strong {
	color: var(--gh-navy);
	font-size: .72rem;
}

.gh-product-article-card__body > strong span {
	margin-left: 5px;
	color: #a57c00;
}

.gh-product-related {
	padding: 88px 0 102px;
	background: #fff;
}

.gh-product-related__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 34px;
}

.gh-product-related__heading > a {
	color: #686d74;
	font-size: .74rem;
	font-weight: 700;
	text-decoration: none;
}

.gh-product-related__heading > a span {
	margin-left: 6px;
	color: #a57c00;
	transition: margin .2s ease;
}

.gh-product-related__heading > a:hover span {
	margin-left: 10px;
}

.gh-product-related__grid {
	display: grid;
	padding: 0;
	margin: 0;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;
	list-style: none;
}

.gh-product-page .woocommerce-notices-wrapper {
	width: min(calc(100% - 48px), var(--gh-shell));
	margin: 18px auto 0;
}

.gh-product-page .woocommerce-notices-wrapper:empty {
	display: none;
}

.gh-product-page .woocommerce-message,
.gh-product-page .woocommerce-info,
.gh-product-page .woocommerce-error {
	padding: 15px 18px;
	border: 1px solid #e0e4e8;
	border-radius: 12px;
	background: #f7f9fb;
	color: #5c6168;
}

@media (max-width: 1050px) {
	.gh-product__layout {
		grid-template-columns: minmax(0, 1fr) minmax(350px, .9fr);
		gap: 42px;
	}

	.gh-product-benefits {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.gh-product-benefits small {
		font-size: .62rem;
	}

	.gh-product-related__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 800px) {
	.gh-product__hero {
		padding-bottom: 68px;
	}

	.gh-product__layout,
	.gh-product-info__grid {
		grid-template-columns: 1fr;
	}

	.gh-product__layout {
		gap: 34px;
	}

	.gh-product-related__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gh-product-articles__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gh-product-gallery {
		max-width: 680px;
		margin-inline: auto;
	}

	.gh-product-summary {
		padding-top: 0;
	}

	.gh-product-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.gh-product-info {
		padding-block: 68px;
	}

	.gh-product-info__grid {
		gap: 42px;
	}

	.gh-product-specs {
		max-width: 620px;
	}
}

@media (max-width: 600px) {
	.gh-product__crumbs {
		padding-top: 18px;
	}

	.gh-product__hero {
		padding: 18px 0 55px;
	}

	.gh-product-gallery__stage {
		border-radius: 18px;
	}

	.gh-product-gallery__thumbs {
		display: flex;
		padding-top: 10px;
		overflow-x: auto;
		gap: 8px;
		scrollbar-width: none;
	}

	.gh-product-gallery__thumbs::-webkit-scrollbar {
		display: none;
	}

	.gh-product-gallery__thumb {
		width: 70px;
		flex: 0 0 70px;
		border-radius: 11px;
	}

	.gh-product-summary h1 {
		font-size: 1.72rem;
	}

	.gh-product-info__description table {
		margin-block: 22px 30px !important;
		border-radius: 13px;
		font-size: .72rem;
	}

	.gh-product-info__description table th,
	.gh-product-info__description table td {
		padding: 12px 11px;
	}

	.gh-product-info__description table tr > *:first-child {
		width: 38%;
	}

	.gh-product-benefits {
		grid-template-columns: 1fr;
	}

	.gh-product-actions {
		grid-template-columns: 1fr 118px;
	}

	.gh-product-actions a {
		min-height: 58px;
	}

	.gh-product-actions__zalo {
		flex-direction: column;
		gap: 2px;
		font-size: .68rem;
	}

	.gh-product-summary__note {
		text-align: left;
	}

	.gh-product-info,
	.gh-product-articles,
	.gh-product-related {
		padding-block: 58px;
	}

	.gh-product-articles__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 26px;
	}

	.gh-product-articles__grid {
		grid-template-columns: 1fr;
	}

	.gh-product-related__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
		margin-bottom: 26px;
	}

	.gh-product-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 11px;
	}

	.gh-product-specs dl,
	.gh-product-specs__heading {
		padding-inline: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.gh-product-gallery__main-image,
	.gh-product-gallery__thumb,
	.gh-product-actions a {
		transition-duration: 0s;
	}
}
