.tmpe-product-page {
	--tmpe-navy: #061b4f;
	--tmpe-orange: #ff4b0a;
	--tmpe-warm: #fffaf5;
	--tmpe-peach: #fff1e8;
	--tmpe-line: rgba(6, 27, 79, 0.12);
	--tmpe-muted: #5d6578;
	--tmpe-shadow: 0 18px 50px rgba(6, 27, 79, 0.08);
	position: relative;
	left: 50%;
	width: min(1240px, calc(100vw - 40px));
	max-width: none;
	margin: 0 0 72px;
	padding-top: clamp(28px, 3vw, 44px);
	transform: translateX(-50%);
	color: var(--tmpe-navy);
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	box-sizing: border-box;
}

.tmpe-product-page,
.tmpe-product-page * {
	font-family: "Nunito", Arial, sans-serif !important;
}

.tmpe-product-page *,
.tmpe-product-page *::before,
.tmpe-product-page *::after {
	box-sizing: border-box;
}

.tmpe-product-page .tmpe-icon {
	display: block;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.tmpe-product-page .tmpe-shell {
	width: 100%;
}

.tmpe-product-page .tmpe-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(360px, 1fr);
	gap: 36px;
	align-items: start;
}

.tmpe-product-page .tmpe-gallery {
	display: grid;
	grid-template-columns: 92px minmax(0, 1fr);
	gap: 20px;
	min-width: 0;
}

.tmpe-product-page .tmpe-main-image-wrap {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	display: grid;
	place-items: center;
	min-height: 610px;
	overflow: hidden;
	border: 1px solid rgba(6, 27, 79, 0.06);
	border-radius: 24px;
	background:
		radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.95), rgba(248, 249, 251, 0.82) 70%),
		#f6f7f9;
}

.tmpe-product-page .tmpe-main-image {
	display: block;
	width: 100%;
	height: 610px;
	padding: 38px;
	object-fit: contain;
	transition: opacity 220ms ease, transform 220ms ease;
}

.tmpe-product-page .tmpe-main-image.is-changing {
	opacity: 0.25;
	transform: scale(0.985);
}

.tmpe-product-page .tmpe-zoom-button,
.tmpe-product-page .tmpe-zoom-close {
	display: inline-grid;
	place-items: center;
	width: 48px;
	height: 48px;
	padding: 0;
	border: 1px solid rgba(6, 27, 79, 0.08);
	border-radius: 50%;
	background: #fff;
	color: var(--tmpe-navy);
	box-shadow: 0 8px 22px rgba(6, 27, 79, 0.12);
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.tmpe-product-page .tmpe-zoom-button {
	position: absolute;
	top: 18px;
	right: 18px;
}

.tmpe-product-page .tmpe-zoom-button:hover,
.tmpe-product-page .tmpe-zoom-close:hover {
	color: var(--tmpe-orange);
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(6, 27, 79, 0.16);
}

.tmpe-product-page .tmpe-zoom-button:focus-visible,
.tmpe-product-page .tmpe-zoom-close:focus-visible,
.tmpe-product-page .tmpe-thumbnail:focus-visible,
.tmpe-product-page .tmpe-accordion-trigger:focus-visible,
.tmpe-product-page .single_add_to_cart_button:focus-visible,
.tmpe-product-page .tmpe-quantity-button:focus-visible {
	outline: 3px solid rgba(255, 75, 10, 0.35);
	outline-offset: 3px;
}

.tmpe-product-page .tmpe-thumbnails {
	grid-column: 1;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-height: 610px;
	overflow-y: auto;
	padding: 2px;
	scrollbar-width: thin;
}

.tmpe-product-page .tmpe-thumbnail {
	display: grid;
	place-items: center;
	width: 88px;
	height: 104px;
	min-height: 88px;
	padding: 8px;
	border: 1px solid var(--tmpe-line);
	border-radius: 12px;
	background: #f8f9fb;
	cursor: pointer;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tmpe-product-page .tmpe-thumbnail:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(6, 27, 79, 0.08);
}

.tmpe-product-page .tmpe-thumbnail.is-active {
	border-color: var(--tmpe-orange);
	box-shadow: 0 0 0 1px var(--tmpe-orange);
}

.tmpe-product-page .tmpe-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tmpe-product-page .tmpe-product-summary {
	min-width: 0;
	padding: 8px 0 0;
}

.tmpe-product-page .tmpe-category-pill {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 4px 14px;
	border: 1px solid rgba(255, 75, 10, 0.14);
	border-radius: 999px;
	background: var(--tmpe-peach);
	color: var(--tmpe-orange);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
}

.tmpe-product-page .tmpe-product-title {
	margin: 16px 0 10px;
	color: var(--tmpe-navy);
	font-size: clamp(28px, 2.45vw, 38px) !important;
	font-weight: 850 !important;
	line-height: 1.12;
	letter-spacing: -0.03em;
}

.tmpe-product-page .tmpe-product-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 14px;
}

.tmpe-product-page .tmpe-product-price-value,
.tmpe-product-page .tmpe-product-price-value .amount {
	color: var(--tmpe-orange);
	font-size: clamp(28px, 2.35vw, 36px) !important;
	font-weight: 850 !important;
	line-height: 1.15;
}

.tmpe-product-page .tmpe-product-price-value del {
	margin-right: 8px;
	opacity: 0.52;
}

.tmpe-product-page .tmpe-product-price-value ins {
	text-decoration: none;
}

.tmpe-product-page .tmpe-product-tax {
	color: #525762;
	font-size: 20px;
	font-weight: 800;
}

.tmpe-product-page .tmpe-product-sku {
	margin: 0 0 18px;
	font-size: 15px;
}

.tmpe-product-page .tmpe-short-description {
	margin: 0 0 26px;
	color: var(--tmpe-navy);
	font-size: 16px;
	line-height: 1.65;
}

.tmpe-product-page .tmpe-short-description p {
	margin: 0 0 6px;
}

.tmpe-product-page .tmpe-short-description p:last-child {
	margin-bottom: 0;
}

.tmpe-product-page .tmpe-features {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 20px;
	padding: 24px 0;
	border-top: 1px solid var(--tmpe-line);
	border-bottom: 1px solid var(--tmpe-line);
}

.tmpe-product-page .tmpe-feature {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	min-width: 0;
	padding: 0 10px;
	text-align: center;
}

.tmpe-product-page .tmpe-feature:not(:last-child)::after {
	position: absolute;
	top: 8px;
	right: 0;
	width: 1px;
	height: calc(100% - 16px);
	background: var(--tmpe-line);
	content: "";
}

.tmpe-product-page .tmpe-feature .tmpe-icon {
	width: 31px;
	height: 31px;
	margin-bottom: 9px;
	color: var(--tmpe-navy);
}

.tmpe-product-page .tmpe-feature strong {
	display: block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
}

.tmpe-product-page .tmpe-feature span {
	display: block;
	margin-top: 3px;
	color: #5c606a;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
}

.tmpe-product-page .tmpe-purchase-area {
	margin-top: 16px;
}

.tmpe-product-page .tmpe-quantity-label {
	display: block;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 800;
}

.tmpe-product-page .tmpe-purchase-area form.cart {
	display: grid;
	grid-template-columns: 178px minmax(0, 1fr);
	gap: 14px;
	margin: 0;
}

.tmpe-product-page .tmpe-purchase-area form.cart::before,
.tmpe-product-page .tmpe-purchase-area form.cart::after {
	display: none;
}

.tmpe-product-page .tmpe-purchase-area .quantity {
	display: grid;
	grid-template-columns: 48px minmax(54px, 1fr) 48px;
	float: none;
	width: 100%;
	margin: 0;
	border: 1px solid var(--tmpe-line);
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

.tmpe-product-page .tmpe-purchase-area .quantity .qty {
	width: 100%;
	min-width: 0;
	height: 50px;
	padding: 0 4px;
	border: 0;
	border-right: 1px solid var(--tmpe-line);
	border-left: 1px solid var(--tmpe-line);
	border-radius: 0;
	background: #fff;
	color: var(--tmpe-navy);
	font: inherit;
	font-weight: 800;
	text-align: center;
	-moz-appearance: textfield;
}

.tmpe-product-page .tmpe-purchase-area .quantity .qty::-webkit-inner-spin-button,
.tmpe-product-page .tmpe-purchase-area .quantity .qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.tmpe-product-page .tmpe-quantity-button {
	display: grid;
	place-items: center;
	width: 48px;
	height: 50px;
	padding: 0;
	border: 0;
	background: #fff;
	color: var(--tmpe-navy);
	font: inherit;
	font-size: 21px;
	font-weight: 800;
	cursor: pointer;
	transition: color 180ms ease, background-color 180ms ease;
}

.tmpe-product-page .tmpe-quantity-button:hover {
	background: var(--tmpe-peach);
	color: var(--tmpe-orange);
}

.tmpe-product-page .single_add_to_cart_button,
.tmpe-product-page .single_add_to_cart_button.button,
.tmpe-product-page .single_add_to_cart_button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 0;
	min-height: 52px;
	margin: 0;
	padding: 12px 24px;
	border: 0;
	border-radius: 10px;
	background: linear-gradient(135deg, #ff3d00, var(--tmpe-orange));
	color: #fff;
	box-shadow: 0 10px 22px rgba(255, 75, 10, 0.2);
	font: inherit;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.tmpe-product-page .single_add_to_cart_button:hover,
.tmpe-product-page .single_add_to_cart_button.button:hover,
.tmpe-product-page .single_add_to_cart_button.alt:hover {
	background: linear-gradient(135deg, #ff3d00, var(--tmpe-orange));
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(255, 75, 10, 0.26);
	filter: saturate(1.04);
}

.tmpe-product-page .single_add_to_cart_button::before {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background: currentColor;
	content: "";
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.7 11.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21 8H6'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='19' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.7 11.2a2 2 0 0 0 2 1.6h7.7a2 2 0 0 0 2-1.6L21 8H6'/%3E%3C/svg%3E") center / contain no-repeat;
}

.tmpe-product-page .tmpe-info-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 14px;
	padding: 13px 16px;
	border: 1px solid rgba(255, 75, 10, 0.12);
	border-radius: 10px;
	background: linear-gradient(100deg, #fff7f1, #fffaf7);
}

.tmpe-product-page .tmpe-info-note .tmpe-icon {
	width: 20px;
	height: 20px;
	margin-top: 1px;
	color: var(--tmpe-orange);
}

.tmpe-product-page .tmpe-info-note p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
}

.tmpe-product-page .tmpe-desktop-pricing {
	display: block;
	margin-top: 34px;
}

.tmpe-product-page .tmpe-pricing-section {
	display: grid;
	grid-template-columns: 215px minmax(0, 1fr);
	gap: 22px;
	padding: 22px;
	border: 1px solid rgba(6, 27, 79, 0.08);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: var(--tmpe-shadow);
}

.tmpe-product-page .tmpe-pricing-intro {
	padding: 2px 8px;
}

.tmpe-product-page .tmpe-pricing-intro h2 {
	margin: 0 0 13px;
	color: var(--tmpe-navy);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
}

.tmpe-product-page .tmpe-pricing-intro h2::after {
	display: block;
	width: 48px;
	height: 2px;
	margin-top: 10px;
	background: var(--tmpe-orange);
	content: "";
}

.tmpe-product-page .tmpe-pricing-intro > p {
	margin: 0 0 20px;
	font-size: 14px;
	line-height: 1.45;
}

.tmpe-product-page .tmpe-pricing-automatic {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--tmpe-navy);
}

.tmpe-product-page .tmpe-pricing-automatic .tmpe-icon {
	width: 28px;
	height: 28px;
	color: var(--tmpe-orange);
}

.tmpe-product-page .tmpe-pricing-automatic strong {
	font-size: 11px;
	font-weight: 800;
	line-height: 1.35;
}

.tmpe-product-page .tmpe-price-cards {
	display: grid;
	grid-template-columns: repeat(var(--tmpe-card-count, 4), minmax(0, 1fr));
	gap: 14px;
	min-width: 0;
}

.tmpe-product-page .tmpe-price-cards--1 { --tmpe-card-count: 1; }
.tmpe-product-page .tmpe-price-cards--2 { --tmpe-card-count: 2; }
.tmpe-product-page .tmpe-price-cards--3 { --tmpe-card-count: 3; }
.tmpe-product-page .tmpe-price-cards--4 { --tmpe-card-count: 4; }
.tmpe-product-page .tmpe-price-cards--5 { --tmpe-card-count: 5; }

.tmpe-product-page .tmpe-price-card {
	min-width: 0;
	padding: 16px 15px 14px;
	border: 1px solid rgba(255, 75, 10, 0.12);
	border-radius: 11px;
	background: linear-gradient(145deg, #fff8f2, #fffdfa);
	text-align: center;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tmpe-product-page .tmpe-price-card--2 {
	border-color: rgba(34, 154, 74, 0.12);
	background: linear-gradient(145deg, #f7fff9, #fcfffd);
}

.tmpe-product-page .tmpe-price-card--3 {
	border-color: rgba(40, 112, 232, 0.12);
	background: linear-gradient(145deg, #f4f8ff, #fbfdff);
}

.tmpe-product-page .tmpe-price-card--4 {
	border-color: rgba(139, 82, 196, 0.12);
	background: linear-gradient(145deg, #fbf7ff, #fefcff);
}

.tmpe-product-page .tmpe-price-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(6, 27, 79, 0.09);
}

.tmpe-product-page .tmpe-price-card-range {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	padding-bottom: 12px;
	border-bottom: 1px dashed rgba(6, 27, 79, 0.24);
}

.tmpe-product-page .tmpe-price-card-range strong {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
}

.tmpe-product-page .tmpe-price-card-icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #ffd9bc;
	color: var(--tmpe-navy);
}

.tmpe-product-page .tmpe-price-card-icon .tmpe-icon {
	width: 18px;
	height: 18px;
}

.tmpe-product-page .tmpe-price-card--2 .tmpe-price-card-icon { background: #20a34a; color: #fff; }
.tmpe-product-page .tmpe-price-card--3 .tmpe-price-card-icon { background: #2870e8; color: #fff; }
.tmpe-product-page .tmpe-price-card--4 .tmpe-price-card-icon { background: #9755c7; color: #fff; }

.tmpe-product-page .tmpe-price-card-value {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 5px;
	margin: 15px 0 9px;
	white-space: nowrap;
}

.tmpe-product-page .tmpe-price-card-value .amount {
	color: var(--tmpe-orange);
	font-size: clamp(21px, 2vw, 28px);
	font-weight: 800;
}

.tmpe-product-page .tmpe-price-card-value > span {
	color: #555b67;
	font-size: 13px;
	font-weight: 800;
}

.tmpe-product-page .tmpe-price-card-discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 4px 12px;
	border-radius: 6px;
	background: #e5f5e8;
	color: #176b2c;
	font-size: 12px;
	font-weight: 800;
}

.tmpe-product-page .tmpe-price-card-discount--base {
	background: #fff0e5;
	color: #a83a11;
}

.tmpe-product-page .tmpe-mobile-accordions {
	display: none;
}

.tmpe-product-page .tmpe-zoom-dialog {
	width: min(920px, calc(100vw - 32px));
	max-width: none;
	height: min(88vh, 920px);
	padding: 28px;
	border: 0;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(6, 27, 79, 0.24);
}

.tmpe-product-page .tmpe-zoom-dialog::backdrop {
	background: rgba(3, 12, 36, 0.72);
}

.tmpe-product-page .tmpe-zoom-dialog[open] {
	display: grid;
	place-items: center;
}

.tmpe-product-page .tmpe-zoom-dialog img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.tmpe-product-page .tmpe-zoom-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
}

@media (max-width: 1120px) {
	.tmpe-product-page .tmpe-product-layout {
		grid-template-columns: minmax(0, 1.35fr) minmax(340px, 1fr);
		gap: 28px;
	}

	.tmpe-product-page .tmpe-gallery {
		grid-template-columns: 76px minmax(0, 1fr);
		gap: 14px;
	}

	.tmpe-product-page .tmpe-thumbnail {
		width: 74px;
		height: 88px;
	}

	.tmpe-product-page .tmpe-main-image-wrap,
	.tmpe-product-page .tmpe-main-image {
		min-height: 540px;
		height: 540px;
	}

	.tmpe-product-page .tmpe-price-cards--5 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.tmpe-product-page {
		width: min(100% - 28px, 760px);
		margin-bottom: 48px;
	}

	.tmpe-product-page .tmpe-product-layout {
		display: flex;
		flex-direction: column;
		gap: 32px;
	}

	.tmpe-product-page .tmpe-gallery {
		display: flex;
		flex-direction: column;
		width: 100%;
		gap: 14px;
	}

	.tmpe-product-page .tmpe-main-image-wrap {
		order: 1;
		width: 100%;
		min-height: min(68vw, 620px);
		height: min(68vw, 620px);
		border-radius: 22px;
	}

	.tmpe-product-page .tmpe-main-image {
		width: 100%;
		height: 100%;
		min-height: 0;
		padding: clamp(18px, 6vw, 42px);
	}

	.tmpe-product-page .tmpe-thumbnails {
		order: 2;
		flex-direction: row;
		width: 100%;
		max-height: none;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 2px 8px;
		scroll-snap-type: x proximity;
		touch-action: pan-x pan-y pinch-zoom;
	}

	.tmpe-product-page .tmpe-thumbnail {
		flex: 0 0 clamp(92px, 22vw, 150px);
		width: auto;
		height: clamp(90px, 20vw, 126px);
		scroll-snap-align: start;
	}

	.tmpe-product-page .tmpe-product-summary {
		width: 100%;
		padding: 0 6px;
	}

	.tmpe-product-page .tmpe-product-title {
		font-size: clamp(28px, 5.4vw, 36px) !important;
	}

	.tmpe-product-page .tmpe-desktop-pricing {
		display: none;
	}

	.tmpe-product-page .tmpe-mobile-accordions {
		display: block;
		margin-top: 20px;
		padding: 8px 22px;
		border: 1px solid rgba(6, 27, 79, 0.08);
		border-radius: 18px;
		background: #fff;
		box-shadow: var(--tmpe-shadow);
	}

	.tmpe-product-page .tmpe-accordion + .tmpe-accordion {
		border-top: 1px solid var(--tmpe-line);
	}

	.tmpe-product-page .tmpe-accordion h2 {
		margin: 0;
		font-size: inherit;
	}

	.tmpe-product-page .tmpe-accordion-trigger {
		display: grid;
		grid-template-columns: 44px 1fr 28px;
		gap: 14px;
		align-items: center;
		width: 100%;
		min-height: 86px;
		padding: 14px 0;
		border: 0;
		background: transparent;
		color: var(--tmpe-navy);
		font: inherit;
		font-size: 18px;
		font-weight: 800;
		text-align: left;
		cursor: pointer;
	}

	.tmpe-product-page .tmpe-accordion-title-icon {
		display: grid;
		place-items: center;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: #ffe2c8;
		color: var(--tmpe-navy);
	}

	.tmpe-product-page .tmpe-accordion:nth-child(2) .tmpe-accordion-title-icon {
		background: #dceaff;
	}

	.tmpe-product-page .tmpe-accordion:nth-child(3) .tmpe-accordion-title-icon {
		background: #dff1de;
	}

	.tmpe-product-page .tmpe-accordion-chevron {
		transition: transform 200ms ease;
	}

	.tmpe-product-page .tmpe-accordion.is-open .tmpe-accordion-chevron {
		transform: rotate(180deg);
	}

	.tmpe-product-page .tmpe-accordion-panel {
		overflow: hidden;
	}

	.tmpe-product-page .tmpe-accordion-content {
		padding: 0 0 22px;
	}

	.tmpe-product-page .tmpe-accordion-lead,
	.tmpe-product-page .tmpe-shipping-copy p {
		margin: 0 0 16px;
		color: var(--tmpe-muted);
		font-size: 15px;
	}

	.tmpe-product-page .tmpe-accordion-content .tmpe-price-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tmpe-product-page .tmpe-accordion-content .tmpe-features {
		margin-bottom: 0;
		border-bottom: 0;
	}
}

@media (max-width: 600px) {
	.tmpe-product-page {
		left: 0;
		width: 100%;
		margin: 0 0 36px;
		padding: 24px 16px max(16px, env(safe-area-inset-bottom));
		transform: none;
	}

	.tmpe-product-page .tmpe-product-layout {
		gap: 30px;
	}

	.tmpe-product-page .tmpe-main-image-wrap {
		min-height: calc(100vw - 32px);
		height: calc(100vw - 32px);
		max-height: 560px;
		border-radius: 20px;
	}

	.tmpe-product-page .tmpe-main-image {
		padding: 18px;
	}

	.tmpe-product-page .tmpe-zoom-button {
		top: 16px;
		right: 16px;
		width: 50px;
		height: 50px;
	}

	.tmpe-product-page .tmpe-thumbnails {
		gap: 10px;
	}

	.tmpe-product-page .tmpe-thumbnail {
		flex-basis: calc((100% - 30px) / 4);
		height: 88px;
		min-width: 78px;
		padding: 6px;
	}

	.tmpe-product-page .tmpe-product-summary {
		padding: 0 6px;
	}

	.tmpe-product-page .tmpe-category-pill {
		font-size: 13px;
	}

	.tmpe-product-page .tmpe-product-title {
		margin-top: 14px;
		font-size: clamp(27px, 7.6vw, 34px) !important;
	}

	.tmpe-product-page .tmpe-product-price-value,
	.tmpe-product-page .tmpe-product-price-value .amount {
		font-size: clamp(27px, 7.4vw, 34px) !important;
	}

	.tmpe-product-page .tmpe-product-tax {
		font-size: 18px;
	}

	.tmpe-product-page .tmpe-short-description {
		font-size: 15px;
	}

	.tmpe-product-page .tmpe-features {
		padding: 22px 0;
	}

	.tmpe-product-page .tmpe-feature {
		padding: 0 5px;
	}

	.tmpe-product-page .tmpe-feature .tmpe-icon {
		width: 28px;
		height: 28px;
	}

	.tmpe-product-page .tmpe-feature strong {
		font-size: 11px;
	}

	.tmpe-product-page .tmpe-feature span {
		font-size: 10px;
	}

	.tmpe-product-page .tmpe-purchase-area form.cart {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tmpe-product-page .tmpe-purchase-area .quantity {
		width: 160px;
	}

	.tmpe-product-page .single_add_to_cart_button,
	.tmpe-product-page .single_add_to_cart_button.button,
	.tmpe-product-page .single_add_to_cart_button.alt {
		width: 100%;
		min-height: 64px;
		border-radius: 12px;
		font-size: 22px;
	}

	.tmpe-product-page .tmpe-info-note {
		margin-top: 16px;
		padding: 15px 16px;
	}

	.tmpe-product-page .tmpe-mobile-accordions {
		margin-top: 20px;
		padding: 6px 16px;
	}

	.tmpe-product-page .tmpe-accordion-trigger {
		grid-template-columns: 44px 1fr 24px;
		gap: 12px;
		min-height: 82px;
		font-size: 16px;
	}

	.tmpe-product-page .tmpe-accordion-content .tmpe-price-cards {
		grid-template-columns: 1fr;
	}

	.tmpe-product-page .tmpe-price-card {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas: "range value" "range discount";
		align-items: center;
		gap: 4px 14px;
		padding: 13px;
		text-align: right;
	}

	.tmpe-product-page .tmpe-price-card-range {
		grid-area: range;
		justify-content: flex-start;
		padding: 0;
		border: 0;
		text-align: left;
	}

	.tmpe-product-page .tmpe-price-card-value {
		grid-area: value;
		justify-content: flex-end;
		margin: 0;
	}

	.tmpe-product-page .tmpe-price-card-discount {
		grid-area: discount;
		justify-self: end;
	}

	.tmpe-product-page .tmpe-accordion-content .tmpe-features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px 0;
	}

	.tmpe-product-page .tmpe-accordion-content .tmpe-feature:nth-child(2)::after {
		display: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tmpe-product-page *,
	.tmpe-product-page *::before,
	.tmpe-product-page *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}

@keyframes tmpe-fade-up {
	from { opacity: 0; transform: translateY(10px); }
	to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: no-preference) {
	.tmpe-product-page .tmpe-product-layout,
	.tmpe-product-page .tmpe-desktop-pricing,
	.tmpe-product-page .tmpe-mobile-accordions {
		animation: tmpe-fade-up 360ms ease both;
	}

	.tmpe-product-page .tmpe-desktop-pricing,
	.tmpe-product-page .tmpe-mobile-accordions {
		animation-delay: 90ms;
	}
}
