.ProductSearch,
.ProductIntro,
.ProductDescription,
.SimilarProducts {
	background: var(--page-bg);
}

.ProductSearch {
	padding-top: 0;
	padding-bottom: 50px;
}

.ProductSearch .main,
.ProductIntro .main,
.ProductDescription .main,
.SimilarProducts .main {
	width: 1216px;
}

.ProductIntro {
	padding-top: 0;
	padding-bottom: 96px;
}

.ProductIntro .introGrid {
	display: grid;
	grid-template-columns: 550px minmax(0, 1fr);
	gap: 56px;
}

.ProductIntro .productGallery .mainImage {
	display: block;
	width: 550px;
	aspect-ratio: 1 / 1;
	border-radius: 8px;
	object-fit: cover;
}

.ProductIntro .thumbList {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 24px;
}

.ProductIntro .thumbList button {
	padding: 0;
	border: 2px solid transparent;
	border-radius: 7px;
	background: transparent;
	transition: border-color 0.3s ease;
}

.ProductIntro .thumbList button.active {
	border-color: var(--brand-gold);
}

.ProductIntro .thumbList img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border-radius: 5px;
	object-fit: cover;
}

.ProductIntro .productInfo {
	padding-top: 0;
}

.ProductIntro .skuBadge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 120px;
	padding: 12px 24px;
	border-radius: 5px;
	color: #fff;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0;
	background: var(--brand-gold);
}

.ProductIntro .productInfo h1 {
	width: 617px;
	max-width: 100%;
	margin: 50px 0 20px;
	color: var(--title-color);
	font-family: sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0.9px;
	white-space: nowrap;
}

.ProductIntro .featureList {
	margin: 0 0 46px;
	padding: 0;
}

.ProductIntro .featureList li {
	display: flex;
	align-items: center;
	color: var(--body-color);
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
}

.ProductIntro .featureList .icon {
	display: flex;
	flex: 0 0 18px;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

.ProductIntro .featureList .iconImg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.ProductIntro .priceRow {
	display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 22px;
    flex-direction: column;
}

.ProductIntro .priceRow p {
	color: #9ca3af;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0;
}

.ProductIntro .priceRow strong {
	color: var(--brand-gold);
	font-family: sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0;
}

.ProductIntro .priceRow span {
	padding: 3px 10px;
	border-radius: 10px;
	color: var(--brand-gold);
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0;
	background: #f7f1df;
}

.ProductIntro .quantityRow {
	display: flex;
	align-items: center;
	margin-bottom: 58px;
}

.ProductIntro .quantityRow b {
	width: 110px;
	color: #374151;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
}

.Product_top {
	margin-bottom: var(--p20);
	border-radius: 10px;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	aspect-ratio: 3/2.5;
}

.Product_thumb .item {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.Product_top .prev,
.Product_top .next {
	border-radius: 50%;
	color: #fff;
	background: rgba(186, 157, 88, 0.62);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.ProductIntro .quantity {
	display: grid;
	grid-template-columns: 44px 64px 44px;
	border: 1px solid #d9c998;
	border-radius: 6px;
	overflow: hidden;
}

.ProductIntro .quantity button,
.ProductIntro .quantity span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	padding: 0;
	border: 0;
	background: #fff;
	overflow: hidden;
}

.ProductIntro .quantity button {
	background: rgba(186, 157, 88, 0.102);
}

.ProductIntro .quantity button img {
	max-width: 11px;
	max-height: 16px;
}

.ProductIntro .quantity span {
	color: #000;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
}

.ProductIntro .addToCart {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 16px;
	border: 0;
	border-radius: 8px;
	color: #fff;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
	background: var(--brand-gold);
	box-shadow: 0 6px 12px rgba(185, 161, 89, 0.25);
	transition:
		background-color 0.3s ease,
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.ProductIntro .addToCart img {
	width: 23px;
	height: 20px;
	margin-right: 8px;
	object-fit: contain;
}

.ProductDescription {
	padding-top: 0;
	padding-bottom: 93px;
}

.ProductDescription .tabList {
	display: flex;
	border-bottom: 1px solid #e5e7eb;
}

.ProductDescription .tabList button {
	padding: 18px 24px;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #6b7280;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
	background: transparent;
	transition:
		color 0.3s ease,
		border-color 0.3s ease;
}

.ProductDescription .tabList button.active {
	border-bottom-color: var(--brand-gold-light);
	color: var(--brand-gold-light);
}

.ProductDescription .descriptionPanel {
	display: none;
}

.ProductDescription .descriptionPanel.active {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(360px, 1fr);
	gap: 30px;
	padding-top: 24px;
}

.ProductDescription .descriptionPanel>img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.ProductDescription .ProductDetailContent,
.ProductDescription .ProductSpecificationContent {
	color: var(--body-color);
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0;
}

.ProductDescription .ProductDetailContent h2,
.ProductDescription .ProductSpecificationContent h2 {
	margin: 0 0 12px;
	color: var(--title-color);
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
}

.ProductDescription .ProductDetailContent p {
	margin: 0 0 12px;
}

.ProductDescription .ProductDetailContent ul,
.ProductDescription .ProductSpecificationContent ul {
	margin: 0;
	padding-left: 20px;
}

.SimilarProducts {
	padding-top: 0;
	padding-bottom: 80px;
}

.SimilarProducts>.main>h2 {
	margin: 0 0 30px;
	color: var(--title-color);
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
	text-align: center;
}

.SimilarProducts .similarGrid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.SimilarProducts .item {
	display: block;
	border: 1px solid #edf0f3;
	border-radius: 8px;
	color: inherit;
	text-decoration: none;
	background: #fff;
	transition:
		box-shadow 0.3s ease,
		transform 0.3s ease;
}

.SimilarProducts .productImage {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 7px 7px 0 0;
	object-fit: cover;
}

.SimilarProducts .productBody {
	padding: 16px;
}

.SimilarProducts .productBody h3 {
	overflow: hidden;
	margin: 0 0 8px;
	color: var(--title-color);
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.SimilarProducts .productBody>p {
	margin: 0 0 16px;
	color: #ca8a04;
	font-family: Tahoma, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0;
}

.SimilarProducts .quantity {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}

.SimilarProducts .quantity button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f7f8fa;
	transition: background-color 0.3s ease;
}

.SimilarProducts .quantity button img {
	max-width: 11px;
	max-height: 16px;
}

.SimilarProducts .quantity span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 34px;
	border: 1px solid #e5e7eb;
	color: #000;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
}

.SimilarProducts .addButton {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 8px 12px;
	border-radius: 6px;
	color: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	background: var(--brand-gold);
	transition: background-color 0.3s ease;
}

.SimilarProducts .addButton img {
	width: 18px;
	height: 16px;
	margin-right: 6px;
	object-fit: contain;
}

.ProductIntro .thumbList button:hover,
.ProductIntro .thumbList button:focus-visible,
.ProductDescription .tabList button:hover,
.ProductDescription .tabList button:focus-visible {
	border-color: var(--brand-gold);
	color: var(--brand-gold);
}

.ProductIntro .addToCart:hover,
.ProductIntro .addToCart:focus-visible {
	background: #a88e46;
	box-shadow: 0 8px 16px rgba(185, 161, 89, 0.3);
	transform: translateY(-2px);
}

.SimilarProducts .item:hover,
.SimilarProducts .item:focus-visible {
	box-shadow: 0 8px 20px rgba(31, 41, 55, 0.1);
	transform: translateY(-4px);
}

.SimilarProducts .quantity button:hover,
.SimilarProducts .quantity button:focus-visible {
	background: #f0ead9;
}

.SimilarProducts .addButton:hover,
.SimilarProducts .addButton:focus-visible,
.cartSummary>a:hover,
.cartSummary>a:focus-visible {
	background: #a88e46;
}

.cartOverlay {
	position: fixed;
	inset: 0;
	z-index: 50;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}

.cartOverlay.open {
	opacity: 1;
	pointer-events: auto;
}

.cartBackdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
}

.cartDrawer {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: 490px;
	max-width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: -15px 0 30px rgba(0, 0, 0, 0.15);
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.cartOverlay.open .cartDrawer {
	transform: translateX(0);
}

@media only screen and (max-width: 1440px) {
	.ProductIntro .introGrid {
		grid-template-columns: minmax(400px, 1fr) minmax(0, 1fr);
		gap: 40px;
	}

	.ProductIntro .productGallery .mainImage {
		width: 100%;
	}

	.ProductIntro .productInfo h1 {
		margin-top: 36px;
		font-size: 32px;
		line-height: 38px;
		white-space: normal;
	}

	.ProductIntro .featureList {
		margin-bottom: 32px;
	}

	.ProductIntro .quantityRow {
		margin-bottom: 36px;
	}
}

@media only screen and (max-width: 768px) {
	.ProductSearch {
		padding-bottom: 28px;
	}

	.ProductIntro {
		padding-bottom: 48px;
	}

	.ProductIntro .introGrid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.ProductIntro .thumbList {
		gap: 10px;
		margin-top: 12px;
	}

	.ProductIntro .productInfo h1 {
		margin: 28px 0 18px;
		font-size: 28px;
		line-height: 34px;
		letter-spacing: 0.9px;
	}

	.ProductIntro .featureList li {
		font-size: 16px;
		line-height: 26px;
	}

	.ProductIntro .priceRow {
		flex-wrap: wrap;
		gap: 14px;
	}

	.ProductIntro .quantityRow {
		margin-bottom: 28px;
	}

	.ProductIntro .addToCart:hover,
	.ProductIntro .addToCart:focus-visible,
	.SimilarProducts .item:hover,
	.SimilarProducts .item:focus-visible {
		transform: none;
	}

	.ProductDescription .descriptionPanel.active {
		grid-template-columns: 1fr;
	}

	.ProductDescription .descriptionPanel>img {
		min-width: 0;
	}

	.SimilarProducts .similarGrid {
		grid-template-columns: 1fr;
	}

	.cartItem {
		grid-template-columns: 72px 1fr 20px;
	}

	.cartItem .cartProductImage {
		width: 72px;
		height: 72px;
	}

	.cartItem>strong {
		grid-column: 2;
	}

	.cartItem .removeItem {
		grid-column: 3;
		grid-row: 1;
	}
}

.cartHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	border-bottom: 1px solid #e5e7eb;
}

.cartHeader h2 {
	margin: 0;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}

.cartClose,
.removeItem {
	padding: 4px;
	border: 0;
	background: transparent;
}

.cartClose img {
	width: 15px;
	height: 28px;
	object-fit: contain;
}

.cartList {
	padding: 0 24px;
}

.cartList .emptyCart {
	margin: 48px 0;
	color: var(--muted-color);
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
}

.cartItem {
	display: grid;
	grid-template-columns: 96px 1fr auto 20px;
	align-items: center;
	gap: 12px;
	padding: 24px 0;
	border-bottom: 1px solid #e5e7eb;
}

.cartItem .cartProductImage {
	display: block;
	width: 96px;
	height: 96px;
	object-fit: contain;
}

.cartItem h3 {
	margin: 0;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}

.cartItem p {
	margin: 4px 0 0;
	color: var(--body-color);
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.cartItem>strong {
	color: var(--brand-gold);
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.removeItem img {
	width: 14px;
	height: 16px;
}

.cartSummary {
	margin-top: auto;
	padding: 24px;
	border-top: 1px solid #e5e7eb;
}

.cartSummary>div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	font-family: sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

.cartSummary>div strong {
	color: var(--brand-gold);
	font-size: 24px;
	line-height: 32px;
}

.cartSummary>a {
	display: block;
	padding: 12px;
	border-radius: 6px;
	color: #fff;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	background: var(--brand-gold);
}

.cartSummary>a.disabled {
	cursor: not-allowed;
	opacity: 0.55;
}