:root {
	--tp-ink: #111214;
	--tp-copy: #43464c;
	--tp-muted: #777b82;
	--tp-line: #dedfdc;
	--tp-warm: #f5f4f0;
	--tp-orange: #ed6b1f;
	--tp-ease: cubic-bezier(.22, 1, .36, 1);
}

.tp-product-page #main {
	padding: 0;
	background: #fff;
}
.tp-product-page .woocommerce-container {
	width: min(1500px, calc(100% - 48px));
	max-width: none;
	margin-inline: auto;
}
.tp-product-page .fusion-page-title-bar { display: none; }
.tp-pdp-product { color: var(--tp-copy); }
.tp-pdp-main {
	display: grid;
	grid-template-columns: minmax(0, 54%) minmax(400px, 46%);
	min-height: var(--tp-pdp-viewport, calc(100svh - 180px));
	border-bottom: 1px solid var(--tp-line);
}
.tp-pdp-gallery,
.tp-pdp-summary { min-width: 0; }

.tp-pdp-gallery {
	position: relative;
	display: grid;
	align-items: center;
	min-height: inherit;
	overflow: hidden;
	background: #fff;
}
.tp-pdp-gallery::before {
	display: none;
	content: none;
}
.tp-pdp-gallery .avada-single-product-gallery-wrapper,
.tp-pdp-gallery .woocommerce-product-gallery {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	background: #fff;
}
.tp-pdp-gallery .woocommerce-product-gallery__wrapper {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	background: #fff;
}
.tp-pdp-gallery .woocommerce-product-gallery__image,
.tp-pdp-gallery .woocommerce-product-gallery__image a {
	display: grid !important;
	place-items: center;
	min-height: min(72vh, 760px);
	background: #fff;
}
.tp-pdp-gallery .woocommerce-product-gallery__image a {
	padding: clamp(30px, 5vw, 78px);
}
.tp-pdp-gallery .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: min(62vh, 670px) !important;
	object-fit: contain;
	filter: none;
	transition: transform 700ms var(--tp-ease);
}
.tp-pdp-gallery .woocommerce-product-gallery__image:hover img { transform: scale(1.025); }
.tp-pdp-gallery .woocommerce-product-gallery__trigger {
	top: 22px !important;
	right: 22px !important;
	z-index: 4 !important;
	display: grid !important;
	place-items: center;
	width: 42px !important;
	height: 42px !important;
	border: 1px solid rgba(17,18,20,.13);
	border-radius: 50% !important;
	background: rgba(255,255,255,.86) !important;
	box-shadow: none !important;
	transition: transform .35s var(--tp-ease), border-color .2s, background .2s;
	backdrop-filter: blur(8px);
}
.tp-pdp-gallery .woocommerce-product-gallery__trigger:hover {
	border-color: var(--tp-ink);
	background: #fff !important;
	transform: scale(1.06);
}
.tp-pdp-gallery .flex-control-thumbs {
	position: absolute;
	z-index: 3;
	bottom: 22px;
	left: 22px;
	display: flex;
	gap: 8px;
	margin: 0 !important;
	padding: 0 !important;
}
.tp-pdp-gallery .flex-control-thumbs li {
	float: none !important;
	width: 58px !important;
}
.tp-pdp-gallery .flex-control-thumbs img {
	width: 58px;
	height: 58px;
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: rgba(255,255,255,.78);
	object-fit: contain;
	opacity: .62;
	transition: opacity .25s, border-color .25s, transform .3s var(--tp-ease);
}
.tp-pdp-gallery .flex-control-thumbs img.flex-active,
.tp-pdp-gallery .flex-control-thumbs img:hover {
	border-color: var(--tp-ink);
	opacity: 1;
	transform: translateY(-2px);
}
.tp-pdp-gallery .onsale {
	top: 22px !important;
	left: 22px !important;
	right: auto !important;
	z-index: 4;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 7px 10px !important;
	border-radius: 2px !important;
	background: var(--tp-ink) !important;
	color: #fff !important;
	font-size: 10px !important;
	font-weight: 800;
	line-height: 1 !important;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.tp-pdp-gallery .woocommerce-product-gallery,
.tp-pdp-gallery .woocommerce-product-gallery.images,
.tp-pdp-gallery .woocommerce-product-gallery.tp-gallery-changing {
	position: relative;
	z-index: 2;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.tp-pdp-gallery .woocommerce-product-gallery__wrapper,
.tp-pdp-gallery .woocommerce-product-gallery__image,
.tp-pdp-gallery .woocommerce-product-gallery__image a,
.tp-pdp-gallery .woocommerce-product-gallery__image img {
	opacity: 1 !important;
	visibility: visible !important;
}

.tp-pdp-gallery .woocommerce-product-gallery__image img {
	display: block !important;
}


.tp-pdp-main > .tp-pdp-summary {
	float: none !important;
	align-self: center;
	width: auto !important;
	max-width: 680px;
	margin: 0 !important;
	padding: clamp(28px, 3.4vw, 54px) clamp(30px, 4.3vw, 72px);
}
.tp-pdp-summary .summary-container { display: contents; }
.tp-product-path {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0 0 13px;
	color: var(--tp-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.tp-product-path a { color: inherit; }
.tp-product-path a:hover { color: var(--tp-ink); }
.tp-pdp-summary .product_title {
	max-width: 650px;
	margin: 0 0 10px !important;
	color: var(--tp-ink);
	font-size: clamp(38px, 3.25vw, 49px) !important;
	font-weight: 800 !important;
	line-height: .98 !important;
	letter-spacing: -.045em;
	text-transform: uppercase;
}
.tp-social-proof {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 13px;
	color: var(--tp-muted);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .02em;
}
.tp-social-proof i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--tp-orange);
	box-shadow: 0 0 0 4px rgba(237,107,31,.10);
}
.tp-pdp-summary .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px !important;
	font-size: 11px;
}
.tp-pdp-summary .star-rating { color: var(--tp-orange); }
.tp-pdp-summary .woocommerce-review-link { color: var(--tp-muted); text-underline-offset: 3px; }
.tp-pdp-summary > .price,
.tp-pdp-summary .summary-container > .price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px !important;
	color: var(--tp-ink) !important;
	font-size: clamp(30px, 2.6vw, 39px) !important;
	font-weight: 780 !important;
	line-height: 1 !important;
	letter-spacing: -.035em;
}
.tp-pdp-summary .price del {
	color: #999 !important;
	font-size: .55em;
	font-weight: 500;
}
.tp-pdp-summary .price ins { color: var(--tp-ink) !important; text-decoration: none; }
.tp-sale-saving {
	padding: 4px 7px;
	border: 1px solid rgba(237,107,31,.35);
	color: var(--tp-orange);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.tp-pdp-summary .woocommerce-product-details__short-description {
	display: -webkit-box;
	max-width: 620px;
	margin: 0 0 13px;
	overflow: hidden;
	color: #565a61;
	font-size: 15px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.tp-pdp-summary .woocommerce-product-details__short-description p { margin-bottom: 0; }
.tp-quick-features {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 9px;
	margin: 0 0 15px;
	color: var(--tp-ink);
	font-size: 11px;
	line-height: 1.45;
}
.tp-quick-features b {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.tp-feature-divider { color: #b2b2ae; }

.tp-shipping-progress {
	margin: 0 0 16px;
	padding: 11px 0 12px;
	border-top: 1px solid var(--tp-line);
	border-bottom: 1px solid var(--tp-line);
}
.tp-shipping-message {
	display: flex;
	gap: 9px;
	align-items: center;
	color: var(--tp-copy);
	font-size: 11px;
	line-height: 1.4;
}
.tp-shipping-message strong {
	color: var(--tp-ink);
	font-size: 10px;
	letter-spacing: .06em;
}
.tp-shipping-icon {
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border: 1px solid var(--tp-line);
	border-radius: 50%;
	color: var(--tp-orange);
	font-weight: 800;
}
.tp-progress-track {
	height: 2px;
	margin-top: 9px;
	overflow: hidden;
	background: #deded9;
}
.tp-progress-track i {
	display: block;
	height: 100%;
	background: var(--tp-ink);
	transition: width 550ms var(--tp-ease);
}

.tp-pairs { margin: 0 0 18px; }
.tp-pairs header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 10px;
}
.tp-pairs header span {
	color: var(--tp-ink);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.tp-pairs header p {
	display: inline;
	margin: 0 0 0 8px;
	color: var(--tp-muted);
	font-size: 10px;
}
.tp-pair-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.tp-pair-item {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	min-width: 0;
	min-height: 88px;
	padding: 11px 12px;
	border: 1px solid #e2e3e0;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 7px 20px rgba(17, 18, 20, .055);
	transition: border-color .25s ease, box-shadow .35s var(--tp-ease), transform .35s var(--tp-ease);
}
.tp-pair-item:hover {
	border-color: #d2d3cf;
	box-shadow: 0 12px 28px rgba(17, 18, 20, .09);
	transform: translateY(-2px);
}
.tp-pair-item > img {
	width: 64px;
	height: 64px;
	padding: 6px;
	border-radius: 12px;
	background: #f8f8f6;
	object-fit: contain;
}
.tp-pair-copy { min-width: 0; }
.tp-pair-copy a {
	display: -webkit-box;
	overflow: hidden;
	color: var(--tp-ink);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.35;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.tp-pair-copy a:hover { color: var(--tp-orange); }
.tp-pair-copy > span {
	display: block;
	margin-top: 6px;
	color: var(--tp-ink);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
}
.tp-pair-copy .tp-sale-saving { display: none; }
.tp-pair-add {
	min-width: 58px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #cfd0cd;
	border-radius: 10px;
	background: #fff;
	color: var(--tp-ink);
	box-shadow: 0 3px 10px rgba(17, 18, 20, .04);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color .2s, background .2s, box-shadow .25s, color .2s, transform .3s var(--tp-ease);
}
.tp-pair-add:hover {
	border-color: var(--tp-ink);
	background: var(--tp-ink);
	box-shadow: 0 7px 16px rgba(17, 18, 20, .16);
	color: #fff;
	transform: translateY(-1px);
}
.tp-pair-add.is-added { border-color: #337753; background: #337753; color: #fff; }
.tp-pair-add:disabled { cursor: wait; opacity: .65; }
.tp-pair-status { min-height: 0; color: #337753; font-size: 10px; }
.tp-pair-status:not(:empty) { padding-top: 7px; }

.tp-pdp-summary .avada-availability,
.tp-pdp-summary .product-border,
.tp-pdp-summary form.cart:not(.variations_form) > .stock { display: none !important; }
.tp-stock-status {
	display: flex;
	gap: 7px;
	align-items: center;
	margin: 0 0 9px;
	color: var(--tp-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}
.tp-stock-status i {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #4f8d65;
}
.tp-stock-status.is-low { color: var(--tp-orange); }
.tp-stock-status.is-low i { background: var(--tp-orange); }
.tp-stock-status.is-out i { background: #8b8b88; }

.tp-pdp-summary form.cart {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	margin: 0 !important;
}
.tp-pdp-summary form.cart .quantity {
	display: grid !important;
	grid-template-columns: 32px 38px 32px;
	flex: 0 0 102px;
	width: 102px !important;
	height: 40px;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid var(--tp-line);
	border-radius: 0;
}
.tp-pdp-summary form.cart .quantity input.qty {
	width: 38px !important;
	height: 38px !important;
	padding: 0 !important;
	border: 0 !important;
	background: #fff;
	color: var(--tp-ink);
	font-size: 12px;
	font-weight: 750;
	text-align: center;
	appearance: textfield;
}
.tp-pdp-summary form.cart .quantity input.qty::-webkit-inner-spin-button { appearance: none; }
.tp-qty-button {
	display: grid;
	place-items: center;
	padding: 0;
	border: 0;
	background: #fff;
	color: var(--tp-ink);
	font-size: 16px;
	cursor: pointer;
	transition: background .2s;
}
.tp-qty-button:hover { background: var(--tp-warm); }
.tp-pdp-summary form.cart .single_add_to_cart_button {
	flex: 0 0 100%;
	width: 100%;
	min-height: 56px !important;
	margin: 0 !important;
	padding: 0 22px !important;
	border: 1px solid var(--tp-ink) !important;
	border-radius: 2px !important;
	background: var(--tp-ink) !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	line-height: 1.2 !important;
	letter-spacing: .11em;
	text-transform: uppercase;
	transition: background .25s, color .25s, transform .35s var(--tp-ease) !important;
}
.tp-pdp-summary form.cart .single_add_to_cart_button:hover {
	background: #2a2b2e !important;
	transform: translateY(-2px);
}
.tp-pdp-summary form.cart .single_add_to_cart_button:active { transform: translateY(0); }
.tp-pdp-summary .variations {
	width: 100%;
	margin: 0 0 12px !important;
	border: 0 !important;
}
.tp-pdp-summary .variations tr { display: block; }
.tp-pdp-summary .variations th,
.tp-pdp-summary .variations td {
	display: block;
	width: 100%;
	padding: 0 !important;
	border: 0 !important;
}
.tp-pdp-summary .variations th label {
	display: block;
	margin: 0 0 7px;
	color: var(--tp-ink);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .11em;
	text-transform: uppercase;
}
.tp-pdp-summary .variations select {
	width: 100% !important;
	min-height: 48px;
	margin: 0 0 10px !important;
	padding: 0 42px 0 14px;
	border: 1px solid #bfc0bd;
	border-radius: 0;
	background-color: #fff;
	color: var(--tp-ink);
	font-size: 12px;
}
.tp-pdp-summary .reset_variations { color: var(--tp-muted); font-size: 10px; }
.tp-pdp-summary .woocommerce-variation-add-to-cart { display: flex; flex-wrap: wrap; gap: 8px; }
.tp-pdp-summary .product_meta {
	margin: 11px 0 0 !important;
	padding: 10px 0 0 !important;
	border-top: 1px solid var(--tp-line);
	color: var(--tp-muted);
	font-size: 9px;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: .06em;
}
.tp-pdp-summary .product_meta > span { display: inline; }
.tp-pdp-summary .product_meta > span + span::before { margin: 0 8px; color: #bbb; content: "·"; }
.tp-pdp-summary .product_meta a { color: var(--tp-copy); }

.tp-pdp-lower {
	width: min(1260px, calc(100% - 48px));
	margin: 0 auto;
	padding-top: 58px;
}
.tp-pdp-lower .woocommerce-tabs {
	margin: 0 0 62px !important;
	padding: 0 !important;
	border-top: 1px solid var(--tp-ink);
}
.tp-pdp-lower .woocommerce-tabs > .tabs { display: none !important; }
.tp-accordion-toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 60px;
	padding: 0;
	border: 0;
	border-bottom: 1px solid var(--tp-line);
	background: #fff;
	color: var(--tp-ink);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .1em;
	text-align: left;
	text-transform: uppercase;
	cursor: pointer;
}
.tp-accordion-toggle i {
	position: relative;
	width: 16px;
	height: 16px;
}
.tp-accordion-toggle i::before,
.tp-accordion-toggle i::after {
	position: absolute;
	top: 7px;
	left: 2px;
	width: 12px;
	height: 1px;
	background: currentColor;
	content: "";
	transition: transform .35s var(--tp-ease);
}
.tp-accordion-toggle i::after { transform: rotate(90deg); }
.tp-accordion-toggle[aria-expanded="true"] i::after { transform: rotate(0); }
.tp-pdp-lower .woocommerce-tabs.tp-accordion-ready .panel {
	display: block !important;
	max-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border-bottom: 1px solid var(--tp-line);
	opacity: 0;
	transition: max-height 550ms var(--tp-ease), opacity 300ms ease;
}
.tp-pdp-lower .woocommerce-tabs.tp-accordion-ready .panel.is-open {
	max-height: var(--tp-panel-height, 1200px);
	opacity: 1;
}
.tp-accordion-content { padding: clamp(24px,3vw,42px) 0; }
.tp-pdp-lower .woocommerce-tabs .panel > h2:first-child,
.tp-accordion-content > h2:first-child { display: none; }
.tp-editorial-copy {
	max-width: 880px;
	color: var(--tp-copy);
	font-size: 15px;
	line-height: 1.75;
}
.tp-editorial-copy a { color: var(--tp-ink); font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.tp-pdp-lower .shop_attributes { width: 100%; margin: 0 !important; border: 0 !important; }
.tp-pdp-lower .shop_attributes th,
.tp-pdp-lower .shop_attributes td {
	padding: 13px 0 !important;
	border: 0 !important;
	border-bottom: 1px solid var(--tp-line) !important;
	background: transparent !important;
	text-align: left;
}
.tp-pdp-lower .shop_attributes th {
	width: 28%;
	color: var(--tp-muted);
	font-size: 10px;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.tp-pdp-lower .shop_attributes td { color: var(--tp-ink); font-size: 13px; }
.tp-pdp-lower #reviews { margin: 0 !important; }
.tp-pdp-lower #reviews #comments > h2 { margin-top: 0 !important; color: var(--tp-ink); font-size: 24px !important; }
.tp-pdp-lower #review_form_wrapper { display: block !important; }
.tp-pdp-lower #review_form textarea { min-height: 120px; border-color: var(--tp-line); border-radius: 0; }
.tp-pdp-lower #review_form .submit { border-radius: 0 !important; background: var(--tp-ink) !important; color: #fff !important; }

.tp-product-section { margin: 0 0 68px; }
.tp-section-heading { margin-bottom: 24px; }
.tp-section-heading > span {
	display: block;
	margin-bottom: 6px;
	color: var(--tp-muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.tp-section-heading h2 {
	margin: 0 !important;
	color: var(--tp-ink);
	font-size: clamp(27px,3vw,38px) !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: -.035em;
	text-transform: uppercase;
}
.tp-product-card-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.tp-product-card {
	overflow: hidden;
	border: 1px solid var(--tp-line);
	border-radius: 0;
	background: #fff;
	transition: transform .45s var(--tp-ease);
}
.tp-product-card:hover { transform: translateY(-5px); }
.tp-card-image {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	padding: 18px;
	overflow: hidden;
	background: var(--tp-warm);
}
.tp-card-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: transform .6s var(--tp-ease);
}
.tp-product-card:hover .tp-card-image img { transform: scale(1.035); }
.tp-card-body { padding: 14px; }
.tp-card-body h3 {
	min-height: 38px;
	margin: 0 0 12px !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
}
.tp-card-body h3 a { color: var(--tp-ink); }
.tp-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.tp-card-footer .price {
	color: var(--tp-ink) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}
.tp-card-footer .tp-sale-saving { display: none; }
.tp-card-action {
	display: grid;
	place-items: center;
	width: 31px;
	height: 31px;
	border: 1px solid var(--tp-line);
	border-radius: 50%;
	color: var(--tp-ink) !important;
	transition: background .2s, color .2s, transform .35s var(--tp-ease);
}
.tp-card-action:hover { background: var(--tp-ink); color: #fff !important; transform: translateX(2px); }
.tp-reveal {
	opacity: 0;
	transform: translateY(18px);
	transition: opacity 650ms var(--tp-ease), transform 650ms var(--tp-ease);
}
.tp-reveal.is-visible { opacity: 1; transform: none; }

.tp-sticky-cart {
	position: fixed;
	z-index: 9998;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 9px 24px;
	border-top: 1px solid var(--tp-line);
	background: rgba(255,255,255,.97);
	box-shadow: 0 -8px 24px rgba(17,18,20,.07);
	opacity: 0;
	transform: translateY(105%);
	pointer-events: none;
	backdrop-filter: blur(14px);
	transition: opacity .3s, transform .45s var(--tp-ease);
}
.tp-sticky-cart.is-active { opacity: 1; transform: none; pointer-events: auto; }
.tp-sticky-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: min(1400px,100%);
	margin: auto;
}
.tp-sticky-product { display: flex; align-items: center; gap: 10px; min-width: 0; }
.tp-sticky-product img { width: 46px; height: 46px; padding: 3px; background: var(--tp-warm); object-fit: contain; }
.tp-sticky-product strong,
.tp-sticky-product span { display: block; }
.tp-sticky-product strong {
	max-width: 520px;
	overflow: hidden;
	color: var(--tp-ink);
	font-size: 11px;
	font-weight: 750;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tp-sticky-option { color: var(--tp-muted); font-size: 9px; text-transform: uppercase; }
.tp-sticky-price { margin-top: 1px; color: var(--tp-ink); font-size: 11px; font-weight: 800; }
.tp-sticky-submit {
	min-width: 250px;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid var(--tp-ink);
	border-radius: 1px;
	background: var(--tp-ink);
	color: #fff;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .09em;
	text-transform: uppercase;
	cursor: pointer;
}

@media (max-width: 1180px) {
	.tp-product-page .woocommerce-container { width: min(100% - 32px, 1180px); }
	.tp-pdp-main { grid-template-columns: 52% 48%; }
	.tp-pdp-main > .tp-pdp-summary { padding: 30px; }
	.tp-pair-list { grid-template-columns: 1fr; }
	.tp-pdp-gallery .woocommerce-product-gallery__image img { height: min(56vh,580px) !important; }
}
@media (max-width: 860px) {
	.tp-product-page .woocommerce-container { width: 100%; }
	.tp-pdp-main { grid-template-columns: 1fr; min-height: 0; }
	.tp-pdp-gallery { min-height: 520px; }
	.tp-pdp-gallery .woocommerce-product-gallery__image,
	.tp-pdp-gallery .woocommerce-product-gallery__image a { min-height: 520px; }
	.tp-pdp-gallery .woocommerce-product-gallery__image img { height: 460px !important; }
	.tp-pdp-main > .tp-pdp-summary { width: min(100% - 40px,680px) !important; max-width: none; margin: 0 auto !important; padding: 38px 0 48px; }
	.tp-pdp-lower { width: min(100% - 40px,760px); padding-top: 48px; }
	.tp-product-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 560px) {
	.tp-pdp-gallery { min-height: 390px; }
	.tp-pdp-gallery .woocommerce-product-gallery__image,
	.tp-pdp-gallery .woocommerce-product-gallery__image a { min-height: 390px; }
	.tp-pdp-gallery .woocommerce-product-gallery__image a { padding: 28px 25px 52px; }
	.tp-pdp-gallery .woocommerce-product-gallery__image img { height: 330px !important; }
	.tp-pdp-gallery .woocommerce-product-gallery__trigger { top: 14px !important; right: 14px !important; }
	.tp-pdp-gallery .onsale { top: 14px !important; left: 14px !important; }
	.tp-pdp-gallery .flex-control-thumbs { bottom: 12px; left: 12px; }
	.tp-pdp-gallery .flex-control-thumbs li,
	.tp-pdp-gallery .flex-control-thumbs img { width: 48px !important; height: 48px; }
	.tp-pdp-main > .tp-pdp-summary { width: calc(100% - 28px) !important; padding: 28px 0 40px; }
	.tp-pdp-summary .product_title { font-size: 34px !important; }
	.tp-pdp-summary > .price,
	.tp-pdp-summary .summary-container > .price { font-size: 30px !important; }
	.tp-pair-list { grid-template-columns: 1fr; }
	.tp-pdp-summary form.cart .single_add_to_cart_button { min-height: 54px !important; padding-inline: 12px !important; font-size: 11px !important; }
	.tp-pdp-lower { width: calc(100% - 28px); padding-top: 40px; }
	.tp-accordion-toggle { min-height: 56px; }
	.tp-product-card-grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		padding-bottom: 8px;
		scroll-snap-type: x mandatory;
	}
	.tp-product-card { flex: 0 0 74%; scroll-snap-align: start; }
	.tp-product-section { margin-bottom: 58px; }
	.tp-sticky-cart { padding: 7px 10px max(7px,env(safe-area-inset-bottom)); }
	.tp-sticky-product img { display: none; }
	.tp-sticky-product strong { max-width: 34vw; font-size: 9px; }
	.tp-sticky-price { font-size: 10px; }
	.tp-sticky-submit { min-width: 55%; min-height: 44px; padding: 0 10px; font-size: 9px; }
	body.tp-sticky-visible { padding-bottom: 64px; }
}
@media (prefers-reduced-motion: reduce) {
	.tp-product-page *,
	.tp-product-page *::before,
	.tp-product-page *::after {
		scroll-behavior: auto !important;
		animation-duration: .01ms !important;
		transition-duration: .01ms !important;
	}
	.tp-reveal { opacity: 1; transform: none; }
}


/* Keep Avada's primary header search; suppress the duplicate WooCommerce shortcode form on PDPs. */
.tp-product-page .fusion-tb-header .woocommerce-product-search {
	display: none !important;
}

/* Product page v3 — reference-led premium storefront */
.tp-product-page {
	--tp-orange: #f15a24;
	--tp-orange-dark: #d94712;
	--tp-ink: #17181b;
	--tp-copy: #50535a;
	--tp-muted: #777b83;
	--tp-line: #e5e6e4;
	--tp-surface: #f7f8f7;
	--tp-ease: cubic-bezier(.22, 1, .36, 1);
}

.tp-product-page .woocommerce-container {
	width: min(1420px, calc(100% - 64px));
}

.tp-pdp-v3 .tp-pdp-main {
	grid-template-columns: minmax(0, 53%) minmax(420px, 47%);
	gap: clamp(38px, 5vw, 82px);
	min-height: 0;
	padding: clamp(34px, 4vw, 58px) 0 clamp(54px, 6vw, 82px);
	border-bottom: 0;
	align-items: start;
}

.tp-pdp-v3 .tp-pdp-gallery {
	position: sticky;
	top: 24px;
	align-self: start;
	display: block;
	min-height: 0;
	overflow: visible;
	background: #fff;
}

.tp-pdp-v3 .tp-pdp-gallery .avada-single-product-gallery-wrapper {
	width: 100% !important;
	background: transparent;
}

.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery,
.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery.images {
	position: relative;
	z-index: 2;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: clamp(18px, 2.5vw, 34px);
	overflow: hidden;
	border: 1px solid #ececea;
	border-radius: 22px;
	background: var(--tp-surface);
	box-shadow: 0 18px 50px rgba(23, 24, 27, .055);
	opacity: 1 !important;
	visibility: visible !important;
}

.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__wrapper {
	z-index: 2;
	margin: 0 !important;
	background: transparent;
	opacity: 1 !important;
	visibility: visible !important;
}

.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image,
.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image a {
	display: grid !important;
	place-items: center;
	min-height: clamp(500px, 61vh, 700px);
	padding: 0;
	border-radius: 16px;
	background: #fff;
	opacity: 1 !important;
	visibility: visible !important;
}

.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image img {
	position: relative;
	z-index: 3;
	display: block !important;
	width: 100% !important;
	height: clamp(470px, 57vh, 650px) !important;
	max-width: 100%;
	object-fit: contain;
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateZ(0);
	transition: transform 650ms var(--tp-ease);
}

.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image:hover img {
	opacity: 1 !important;
	visibility: visible !important;
	transform: scale(1.018);
}

.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__trigger {
	top: 30px !important;
	right: 30px !important;
	width: 44px !important;
	height: 44px !important;
	border: 1px solid rgba(23, 24, 27, .12);
	border-radius: 50% !important;
	background: rgba(255, 255, 255, .94) !important;
	box-shadow: 0 8px 24px rgba(23, 24, 27, .09) !important;
}

.tp-pdp-v3 .tp-pdp-gallery .flex-control-thumbs {
	position: static;
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 16px 0 0 !important;
	padding: 0 !important;
	overflow-x: auto;
	scrollbar-width: none;
}

.tp-pdp-v3 .tp-pdp-gallery .flex-control-thumbs::-webkit-scrollbar { display: none; }
.tp-pdp-v3 .tp-pdp-gallery .flex-control-thumbs li {
	flex: 0 0 68px;
	width: 68px !important;
}
.tp-pdp-v3 .tp-pdp-gallery .flex-control-thumbs img {
	width: 68px !important;
	height: 68px;
	padding: 7px;
	border: 1px solid #dedfdd;
	border-radius: 12px;
	background: #fff;
	opacity: .72;
}
.tp-pdp-v3 .tp-pdp-gallery .flex-control-thumbs img.flex-active,
.tp-pdp-v3 .tp-pdp-gallery .flex-control-thumbs img:hover {
	border-color: var(--tp-orange);
	opacity: 1;
	transform: translateY(-2px);
}

.tp-pdp-v3 .tp-pdp-gallery .onsale {
	top: 30px !important;
	left: 30px !important;
	padding: 8px 12px !important;
	border-radius: 999px !important;
	background: var(--tp-orange) !important;
}

.tp-pdp-v3 .tp-pdp-main > .tp-pdp-summary {
	align-self: start;
	width: 100% !important;
	max-width: 610px;
	margin: 0 !important;
	padding: clamp(8px, 1vw, 18px) 0 0;
}

.tp-pdp-v3 .tp-product-path {
	margin-bottom: 14px;
	color: #8b8e94;
	font-size: 10px;
	letter-spacing: .13em;
}

.tp-product-note {
	display: flex;
	gap: 8px;
	align-items: center;
	margin: 0 0 12px;
	color: var(--tp-copy);
	font-size: 12px;
	font-weight: 650;
	letter-spacing: .01em;
}
.tp-product-note span {
	display: grid;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(241, 90, 36, .1);
	color: var(--tp-orange);
	font-size: 11px;
	font-weight: 900;
}

.tp-pdp-v3 .tp-pdp-summary .product_title {
	max-width: 600px;
	margin: 0 0 14px !important;
	color: var(--tp-ink);
	font-size: clamp(36px, 3.4vw, 52px) !important;
	font-weight: 800 !important;
	line-height: 1.02 !important;
	letter-spacing: -.045em;
	text-transform: none;
}

.tp-pdp-v3 .tp-social-proof {
	margin-bottom: 12px;
	font-size: 12px;
}
.tp-pdp-v3 .tp-pdp-summary .woocommerce-product-rating {
	margin-bottom: 14px !important;
	font-size: 12px;
}
.tp-pdp-v3 .tp-pdp-summary .star-rating { color: var(--tp-orange); }
.tp-pdp-v3 .tp-pdp-summary .woocommerce-review-link {
	color: var(--tp-copy);
	font-weight: 650;
}

.tp-pdp-v3 .tp-pdp-summary > .price,
.tp-pdp-v3 .tp-pdp-summary .summary-container > .price {
	gap: 12px;
	margin-bottom: 8px !important;
	font-size: clamp(31px, 2.6vw, 40px) !important;
	font-weight: 800 !important;
}
.tp-pdp-v3 .tp-pdp-summary .price del {
	color: #9b9da2 !important;
	font-size: .52em;
}
.tp-price-saving {
	display: inline-flex;
	align-items: center;
	min-height: 27px;
	margin: 0 0 15px;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(241, 90, 36, .1);
	color: var(--tp-orange-dark);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.tp-pdp-v3 .woocommerce-product-details__short-description {
	display: -webkit-box;
	max-width: 590px;
	margin-bottom: 17px;
	color: #5b5e65;
	font-size: 15px;
	line-height: 1.62;
	-webkit-line-clamp: 4;
}

.tp-pdp-v3 .tp-quick-features {
	gap: 7px 10px;
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--tp-line);
	font-size: 11px;
}
.tp-pdp-v3 .tp-quick-features b { color: var(--tp-ink); }

.tp-promo-offer {
	display: flex;
	gap: 13px;
	align-items: center;
	margin: 0 0 14px;
	padding: 14px 16px;
	border: 1px solid rgba(241, 90, 36, .25);
	border-radius: 16px;
	background: #fff8f4;
}
.tp-promo-icon {
	display: grid;
	place-items: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--tp-orange);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
}
.tp-promo-offer strong {
	display: block;
	margin-bottom: 2px;
	color: var(--tp-ink);
	font-size: 13px;
	line-height: 1.3;
}
.tp-promo-offer p {
	margin: 0;
	color: var(--tp-copy);
	font-size: 11px;
	line-height: 1.45;
}

.tp-pdp-v3 .tp-shipping-progress {
	margin-bottom: 18px;
	padding: 13px 15px;
	border: 1px solid var(--tp-line);
	border-radius: 14px;
	background: #fff;
}
.tp-pdp-v3 .tp-progress-track {
	height: 4px;
	border-radius: 999px;
	background: #e9e9e6;
}
.tp-pdp-v3 .tp-progress-track i {
	border-radius: inherit;
	background: var(--tp-orange);
}

.tp-pdp-v3 .variations {
	margin-bottom: 14px !important;
}
.tp-pdp-v3 .variations th label { font-size: 11px; }
.tp-pdp-v3 .variations select {
	min-height: 52px;
	border-color: #d9dad7;
	border-radius: 12px;
	background-color: #fff;
	font-size: 13px;
}

.tp-pdp-v3 .tp-stock-status {
	margin: 0 0 11px;
	font-size: 11px;
}
.tp-pdp-v3 .tp-stock-status.is-in i { background: var(--tp-orange); }
.tp-pdp-v3 .tp-stock-status.is-in { color: var(--tp-copy); }

.tp-pdp-v3 .tp-pdp-summary form.cart {
	gap: 10px;
	margin: 0 !important;
}
.tp-pdp-v3 .tp-pdp-summary form.cart .quantity {
	grid-template-columns: 38px 46px 38px;
	flex-basis: 122px;
	width: 122px !important;
	height: 48px;
	border-color: #dcdeda;
	border-radius: 999px;
	background: #fff;
}
.tp-pdp-v3 .tp-pdp-summary form.cart .quantity input.qty {
	width: 46px !important;
	height: 46px !important;
	font-size: 13px;
}
.tp-pdp-v3 .tp-qty-button {
	font-size: 17px;
	border-radius: 50%;
}
.tp-pdp-v3 .tp-pdp-summary form.cart .single_add_to_cart_button {
	min-height: 58px !important;
	border-color: var(--tp-orange) !important;
	border-radius: 13px !important;
	background: var(--tp-orange) !important;
	box-shadow: 0 12px 28px rgba(241, 90, 36, .22);
	font-size: 12px !important;
	letter-spacing: .095em;
}
.tp-pdp-v3 .tp-pdp-summary form.cart .single_add_to_cart_button:hover {
	border-color: var(--tp-orange-dark) !important;
	background: var(--tp-orange-dark) !important;
	box-shadow: 0 15px 34px rgba(217, 71, 18, .27);
	transform: translateY(-2px);
}

.tp-purchase-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}
.tp-purchase-trust li {
	display: flex;
	gap: 8px;
	align-items: center;
	min-width: 0;
	padding: 10px;
	border: 1px solid #e8e9e6;
	border-radius: 12px;
	background: #fafafa;
}
.tp-purchase-trust li > span {
	display: grid;
	place-items: center;
	flex: 0 0 27px;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	background: #fff;
	color: var(--tp-orange);
	font-size: 13px;
	font-weight: 800;
}
.tp-purchase-trust strong,
.tp-purchase-trust small { display: block; }
.tp-purchase-trust strong {
	overflow: hidden;
	color: var(--tp-ink);
	font-size: 10px;
	font-weight: 800;
	line-height: 1.25;
	white-space: nowrap;
}
.tp-purchase-trust small {
	margin-top: 2px;
	overflow: hidden;
	color: var(--tp-muted);
	font-size: 8px;
	line-height: 1.25;
	white-space: nowrap;
}

.tp-pdp-v3 .tp-pairs {
	flex: 0 0 100%;
	width: 100%;
	margin: 12px 0;
	padding-top: 22px;
	border-top: 1px solid var(--tp-line);
}
.tp-pdp-v3 .tp-pairs header { margin-bottom: 13px; }
.tp-pdp-v3 .tp-pairs header span {
	font-size: 12px;
	letter-spacing: .08em;
}
.tp-pdp-v3 .tp-pairs header p {
	display: block;
	margin: 4px 0 0;
	font-size: 11px;
}
.tp-pdp-v3 .tp-pair-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.tp-pdp-v3 .tp-pair-item {
	grid-template-columns: 78px minmax(0, 1fr);
	grid-template-rows: auto auto;
	gap: 4px 12px;
	min-height: 126px;
	padding: 14px;
	border-color: #e5e6e3;
	border-radius: 18px;
	box-shadow: 0 9px 24px rgba(23, 24, 27, .06);
}
.tp-pdp-v3 .tp-pair-item > img {
	grid-row: 1 / 3;
	width: 78px;
	height: 88px;
	padding: 7px;
	border-radius: 14px;
	background: var(--tp-surface);
}
.tp-pdp-v3 .tp-pair-copy a {
	font-size: 13px;
	line-height: 1.35;
}
.tp-pdp-v3 .tp-pair-copy > span {
	margin-top: 6px;
	font-size: 12px;
}
.tp-pdp-v3 .tp-pair-add {
	grid-column: 2;
	justify-self: start;
	min-width: 70px;
	height: 36px;
	border-color: var(--tp-orange);
	border-radius: 999px;
	color: var(--tp-orange-dark);
}
.tp-pdp-v3 .tp-pair-add:hover {
	border-color: var(--tp-orange);
	background: var(--tp-orange);
}

.tp-pdp-v3 .product_meta {
	margin-top: 22px !important;
	padding-top: 14px !important;
}

.tp-pdp-v3 .tp-pdp-lower {
	width: min(1280px, calc(100% - 64px));
	padding-top: clamp(58px, 7vw, 88px);
}
.tp-pdp-v3 .woocommerce-tabs {
	margin-bottom: clamp(64px, 7vw, 88px) !important;
	border: 1px solid var(--tp-line);
	border-radius: 18px;
	overflow: hidden;
	background: #fff;
}
.tp-pdp-v3 .tp-accordion-toggle {
	min-height: 68px;
	padding: 0 24px;
	background: #fff;
	font-size: 12px;
}
.tp-pdp-v3 .tp-accordion-toggle:hover { color: var(--tp-orange); }
.tp-pdp-v3 .tp-accordion-content {
	padding: clamp(24px, 3vw, 42px);
}
.tp-highlight-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}
.tp-highlight-item {
	padding: 18px;
	border: 1px solid var(--tp-line);
	border-radius: 14px;
	background: var(--tp-surface);
}
.tp-highlight-item span,
.tp-highlight-item strong { display: block; }
.tp-highlight-item span {
	margin-bottom: 7px;
	color: var(--tp-muted);
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.tp-highlight-item strong {
	color: var(--tp-ink);
	font-size: 14px;
	line-height: 1.4;
}

.tp-pdp-v3 .tp-section-heading > span { color: var(--tp-orange); }
.tp-pdp-v3 .tp-section-heading h2 {
	font-size: clamp(28px, 3vw, 40px) !important;
	text-transform: none;
}
.tp-pdp-v3 .tp-product-card-grid { gap: 18px; }
.tp-pdp-v3 .tp-product-card {
	border-color: #e6e7e4;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(23, 24, 27, .045);
}
.tp-pdp-v3 .tp-card-image {
	background: var(--tp-surface);
}
.tp-pdp-v3 .tp-card-body { padding: 17px; }
.tp-pdp-v3 .tp-card-body h3 { font-size: 13px !important; }

.tp-product-page .tp-sticky-submit {
	border-color: var(--tp-orange);
	border-radius: 10px;
	background: var(--tp-orange);
}
.tp-product-page .tp-sticky-product img { border-radius: 9px; }

@media (max-width: 1180px) {
	.tp-product-page .woocommerce-container { width: min(100% - 40px, 1180px); }
	.tp-pdp-v3 .tp-pdp-main {
		grid-template-columns: minmax(0, 51%) minmax(390px, 49%);
		gap: 34px;
	}
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image,
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image a { min-height: 510px; }
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image img { height: 480px !important; }
	.tp-pdp-v3 .tp-pair-list { grid-template-columns: 1fr; }
}

@media (max-width: 920px) {
	.tp-product-page .woocommerce-container { width: 100%; }
	.tp-pdp-v3 .tp-pdp-main {
		grid-template-columns: 1fr;
		gap: 0;
		padding: 24px 0 0;
	}
	.tp-pdp-v3 .tp-pdp-gallery {
		position: relative;
		top: auto;
		width: min(100% - 36px, 720px);
		margin: 0 auto;
	}
	.tp-pdp-v3 .tp-pdp-main > .tp-pdp-summary {
		width: min(100% - 40px, 720px) !important;
		max-width: none;
		margin: 0 auto !important;
		padding: 42px 0 58px;
	}
	.tp-pdp-v3 .tp-pdp-lower { width: min(100% - 40px, 760px); }
	.tp-pdp-v3 .tp-pair-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
	.tp-pdp-v3 .tp-pdp-main { padding-top: 12px; }
	.tp-pdp-v3 .tp-pdp-gallery { width: calc(100% - 20px); }
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery,
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery.images {
		padding: 10px;
		border-radius: 16px;
	}
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image,
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image a {
		min-height: 370px;
		border-radius: 12px;
	}
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image img {
		height: 345px !important;
	}
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__trigger {
		top: 20px !important;
		right: 20px !important;
	}
	.tp-pdp-v3 .tp-pdp-gallery .onsale {
		top: 20px !important;
		left: 20px !important;
	}
	.tp-pdp-v3 .tp-pdp-gallery .flex-control-thumbs li { flex-basis: 56px; width: 56px !important; }
	.tp-pdp-v3 .tp-pdp-gallery .flex-control-thumbs img { width: 56px !important; height: 56px; }
	.tp-pdp-v3 .tp-pdp-main > .tp-pdp-summary {
		width: calc(100% - 28px) !important;
		padding: 30px 0 48px;
	}
	.tp-pdp-v3 .tp-pdp-summary .product_title {
		font-size: clamp(31px, 10vw, 40px) !important;
	}
	.tp-pdp-v3 .tp-pdp-summary form.cart .quantity {
		flex-basis: 122px;
	}
	.tp-purchase-trust { grid-template-columns: 1fr; }
	.tp-purchase-trust li { padding: 11px 12px; }
	.tp-purchase-trust strong,
	.tp-purchase-trust small { white-space: normal; }
	.tp-pdp-v3 .tp-pair-list { grid-template-columns: 1fr; }
	.tp-pdp-v3 .tp-pair-item { min-height: 118px; }
	.tp-pdp-v3 .tp-pdp-lower { width: calc(100% - 28px); }
	.tp-pdp-v3 .tp-accordion-toggle { padding: 0 17px; }
	.tp-pdp-v3 .tp-accordion-content { padding: 22px 17px; }
	.tp-highlight-grid { grid-template-columns: 1fr; }
	.tp-pdp-v3 .tp-product-card { flex-basis: 78%; }
}

@media (prefers-reduced-motion: reduce) {
	.tp-pdp-v3 .tp-pdp-gallery .woocommerce-product-gallery__image img {
		transition: none !important;
		transform: none !important;
	}
}

/* Native WooCommerce variation controls, enhanced as reference-style option chips. */
.tp-pdp-v3 .variations select.tp-select-enhanced { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tp-option-chips { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 12px; }
.tp-option-chip { min-width: 48px; min-height: 44px; padding: 0 15px; border: 1px solid #d8d9d6; border-radius: 12px; background: #fff; color: var(--tp-ink); font-size: 12px; font-weight: 750; cursor: pointer; transition: border-color .2s, background .2s, color .2s, transform .3s var(--tp-ease); }
.tp-option-chip:hover { border-color: var(--tp-orange); transform: translateY(-1px); }
.tp-option-chip.is-selected { border-color: var(--tp-orange); background: var(--tp-orange); color: #fff; box-shadow: 0 7px 18px rgba(241,90,36,.18); }
.tp-option-chip:disabled { cursor: not-allowed; opacity: .38; text-decoration: line-through; }

/* PDP purchase-row fixes: compact upsell flow, reliable quantity control, branded price. */
.tp-product-page .tp-pdp-v3 .tp-pdp-summary > .price,
.tp-product-page .tp-pdp-v3 .tp-pdp-summary > .price ins,
.tp-product-page .tp-pdp-v3 .tp-pdp-summary > .price .woocommerce-Price-amount,
.tp-product-page .tp-pdp-v3 .tp-pdp-summary .summary-container > .price,
.tp-product-page .tp-pdp-v3 .tp-pdp-summary .summary-container > .price ins,
.tp-product-page .tp-pdp-v3 .tp-pdp-summary .summary-container > .price .woocommerce-Price-amount { color: var(--tp-orange) !important; }
.tp-product-page .tp-pdp-v3 .tp-pdp-summary .price del,
.tp-product-page .tp-pdp-v3 .tp-pdp-summary .price del .woocommerce-Price-amount { color: #9b9da2 !important; }
.tp-product-page .woocommerce-price-suffix { display: none !important; }
.tp-pdp-v3 .tp-stock-status { margin-bottom: 0; }
.tp-pdp-v3 .tp-pdp-summary form.cart,
.tp-pdp-v3 .tp-pdp-summary .woocommerce-variation-add-to-cart { align-items: stretch; gap: 12px; }
.tp-pdp-v3 .tp-pdp-summary form.cart .tp-pairs,
.tp-pdp-v3 .tp-pdp-summary .woocommerce-variation-add-to-cart .tp-pairs { order: 1; flex: 0 0 100%; width: 100%; margin: 20px 0 8px; padding-top: 0; border-top: 0; }
.tp-pdp-v3 .tp-pdp-summary form.cart .quantity,
.tp-pdp-v3 .tp-pdp-summary .woocommerce-variation-add-to-cart .quantity { order: 2; display: grid !important; grid-template-columns: 44px 48px 44px; flex: 0 0 136px; width: 136px !important; height: 56px; margin: 0 !important; overflow: hidden; border: 1px solid #d8dad7; border-radius: 14px; background: #fff; box-shadow: none; }
.tp-pdp-v3 .tp-pdp-summary form.cart .quantity input.qty { display: block !important; width: 48px !important; height: 54px !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; border-radius: 0 !important; background: #fff !important; box-shadow: none !important; color: var(--tp-ink) !important; font-size: 14px; font-weight: 800; line-height: 54px; text-align: center; appearance: textfield; -moz-appearance: textfield; }
.tp-pdp-v3 .tp-pdp-summary form.cart .quantity input.qty::-webkit-outer-spin-button,
.tp-pdp-v3 .tp-pdp-summary form.cart .quantity input.qty::-webkit-inner-spin-button { margin: 0; appearance: none; -webkit-appearance: none; }
.tp-pdp-v3 .quantity > button.minus:not(.tp-qty-minus),
.tp-pdp-v3 .quantity > button.plus:not(.tp-qty-plus),
.tp-pdp-v3 .quantity > input.minus,
.tp-pdp-v3 .quantity > input.plus { display: none !important; }
.tp-pdp-v3 .tp-qty-button { display: grid !important; place-items: center; width: 44px; height: 54px; min-width: 0; margin: 0; padding: 0; border: 0; border-radius: 0; background: #fff; color: var(--tp-ink); box-shadow: none; font-size: 18px; font-weight: 500; line-height: 1; }
.tp-pdp-v3 .tp-qty-minus { border-right: 1px solid #ececea; }
.tp-pdp-v3 .tp-qty-plus { border-left: 1px solid #ececea; }
.tp-pdp-v3 .tp-qty-button:hover:not(:disabled) { background: #f6f7f5; color: var(--tp-orange); }
.tp-pdp-v3 .tp-qty-button:disabled { cursor: not-allowed; opacity: .34; }
.tp-pdp-v3 .tp-pdp-summary form.cart .single_add_to_cart_button,
.tp-pdp-v3 .tp-pdp-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button { order: 3; flex: 1 1 240px; width: auto; min-width: 0; min-height: 56px !important; height: 56px; margin: 0 !important; }
@media (max-width: 380px) { .tp-pdp-v3 .tp-pdp-summary form.cart .quantity, .tp-pdp-v3 .tp-pdp-summary .woocommerce-variation-add-to-cart .quantity { flex-basis: 132px; width: 132px !important; grid-template-columns: 42px 48px 42px; } .tp-pdp-v3 .tp-pdp-summary form.cart .single_add_to_cart_button, .tp-pdp-v3 .tp-pdp-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button { flex-basis: 100%; } }

/* Compact dynamic product-description box between price and attributes. */
.tp-pdp-v3 .tp-description-box { margin: 8px 0 16px; padding: 17px 18px; border: 1px solid #e4e3df; border-radius: 14px; background: #f8f7f4; color: #4e5157; }
.tp-pdp-v3 .tp-price-saving + .tp-description-box { margin-top: 0; }
.tp-pdp-v3 .tp-description-label { display: block; margin: 0 0 7px; color: var(--tp-ink); font-size: 10px; font-weight: 850; line-height: 1.2; letter-spacing: .12em; text-transform: uppercase; }
.tp-pdp-v3 .tp-description-copy { color: #4e5157; font-size: 15px; line-height: 1.6; }
.tp-pdp-v3 .tp-description-copy p { margin: 0; }
.tp-pdp-v3 .tp-description-copy p + p { margin-top: 8px; }
.tp-pdp-v3 .tp-description-box + .tp-quick-features { margin-top: 0; }
@media (max-width: 600px) { .tp-pdp-v3 .tp-description-box { padding: 15px 16px; border-radius: 13px; } }

/* Reference v4 PDP — mirrors the supplied two-column retail composition. */
.tp-product-page {
	--tp-ref-ink: #121212;
	--tp-ref-copy: #242424;
	--tp-ref-muted: #707070;
	--tp-ref-line: #dededb;
	--tp-ref-surface: #f5f5f3;
}

.tp-product-page .woocommerce-container {
	width: min(1300px, calc(100% - 64px));
	max-width: 1300px;
}

.tp-pdp-reference-v4 .tp-pdp-main {
	display: grid;
	grid-template-columns: minmax(0, 662px) minmax(0, 542px);
	gap: 96px;
	align-items: start;
	min-height: 0;
	padding: 58px 0 30px;
	border: 0;
}

.tp-pdp-reference-v4 .tp-pdp-left,
.tp-pdp-reference-v4 .tp-pdp-summary {
	min-width: 0;
}

.tp-pdp-reference-v4 .tp-pdp-left .tp-product-path {
	display: flex;
	gap: 9px;
	align-items: center;
	margin: 10px 0 51px;
	color: #222;
	font-size: 12px;
	font-weight: 450;
	line-height: 1.4;
	letter-spacing: 0;
	text-transform: none;
}
.tp-pdp-reference-v4 .tp-product-path span { color: #888; }
.tp-pdp-reference-v4 .tp-product-path a { color: #222; }
.tp-pdp-reference-v4 .tp-product-path a:hover { color: #555; }

.tp-pdp-reference-v4 .tp-pdp-gallery {
	position: relative;
	top: auto;
	display: block;
	min-height: 0;
	overflow: visible;
	background: transparent;
}

.tp-pdp-reference-v4 .tp-pdp-gallery .avada-single-product-gallery-wrapper,
.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery,
.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery.images {
	position: relative;
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	opacity: 1 !important;
	visibility: visible !important;
}

.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__wrapper {
	position: relative;
	z-index: 2;
	margin: 0 !important;
	overflow: hidden;
	border-radius: 11px;
	background: var(--tp-ref-surface);
	opacity: 1 !important;
	visibility: visible !important;
}

.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image,
.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image a {
	display: grid !important;
	place-items: center;
	min-height: 663px;
	padding: 0;
	border-radius: 11px;
	background: var(--tp-ref-surface);
	opacity: 1 !important;
	visibility: visible !important;
}

.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image img {
	position: relative;
	z-index: 3;
	display: block !important;
	width: calc(100% - 64px) !important;
	height: 610px !important;
	max-width: 598px;
	padding: 0;
	object-fit: contain;
	opacity: 1 !important;
	visibility: visible !important;
	filter: none;
	transform: none;
	transition: transform 500ms cubic-bezier(.22,1,.36,1);
}
.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image:hover img {
	opacity: 1 !important;
	visibility: visible !important;
	transform: scale(1.012);
}

.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__trigger {
	top: auto !important;
	right: 17px !important;
	bottom: 16px !important;
	z-index: 6 !important;
	width: 45px !important;
	height: 45px !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #fff !important;
	box-shadow: 0 4px 14px rgba(0,0,0,.13) !important;
	color: var(--tp-ref-ink) !important;
}

.tp-pdp-reference-v4 .tp-pdp-gallery .onsale {
	top: 18px !important;
	left: 18px !important;
	padding: 7px 10px !important;
	border-radius: 4px !important;
	background: var(--tp-ref-ink) !important;
}

.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs {
	position: static;
	display: flex;
	justify-content: flex-start;
	gap: 15px;
	margin: 15px 0 0 !important;
	padding: 0 0 4px !important;
	overflow-x: auto;
	scrollbar-width: none;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs::-webkit-scrollbar { display: none; }
.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs li {
	flex: 0 0 80px;
	width: 80px !important;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs img {
	width: 80px !important;
	height: 80px;
	padding: 4px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: var(--tp-ref-surface);
	object-fit: contain;
	opacity: .72;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs img.flex-active,
.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs img:hover {
	border-color: var(--tp-ref-ink);
	opacity: 1;
	transform: none;
}

.tp-pdp-reference-v4 .tp-pdp-main > .tp-pdp-summary {
	align-self: start;
	width: 100% !important;
	max-width: none;
	margin: 0 !important;
	padding: 8px 0 0;
	color: var(--tp-ref-copy);
}

.tp-pdp-reference-v4 .tp-reference-rating {
	display: flex;
	gap: 10px;
	align-items: center;
	min-height: 20px;
	margin: 0 0 17px;
	color: var(--tp-ref-ink);
	font-size: 14px;
	line-height: 1;
}
.tp-pdp-reference-v4 .tp-reference-rating .star-rating {
	width: 5.4em;
	margin: 0;
	color: var(--tp-ref-ink);
	font-size: 14px;
}
.tp-pdp-reference-v4 .tp-empty-stars {
	color: var(--tp-ref-ink);
	font-size: 17px;
	letter-spacing: 1px;
}
.tp-pdp-reference-v4 .tp-reference-rating a {
	color: #333;
	font-size: 14px;
}

.tp-pdp-reference-v4 .tp-pdp-summary .product_title {
	max-width: 100%;
	margin: 0 0 16px !important;
	color: var(--tp-ref-ink);
	font-size: clamp(30px, 2.25vw, 34px) !important;
	font-weight: 750 !important;
	line-height: 1.12 !important;
	letter-spacing: -.035em;
	text-transform: none;
}

.tp-pdp-reference-v4 .tp-reference-description {
	display: -webkit-box;
	margin: 0 0 24px;
	overflow: hidden;
	color: #242424;
	font-size: 14px;
	line-height: 1.52;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.tp-pdp-reference-v4 .tp-reference-description p { margin: 0; }
.tp-pdp-reference-v4 .tp-reference-description strong { color: var(--tp-ref-ink); }

.tp-pdp-reference-v4 .tp-pdp-summary > .price,
.tp-pdp-reference-v4 .tp-pdp-summary .summary-container > .price {
	display: inline-flex;
	gap: 10px;
	align-items: baseline;
	margin: 0 0 25px !important;
	color: var(--tp-ref-ink) !important;
	font-size: 21px !important;
	font-weight: 760 !important;
	line-height: 1.2 !important;
	letter-spacing: 0;
	vertical-align: middle;
}
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary > .price .woocommerce-Price-amount,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary > .price ins,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary > .price ins .woocommerce-Price-amount {
	color: var(--tp-ref-ink) !important;
}
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary .price del,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary .price del .woocommerce-Price-amount {
	color: #777 !important;
	font-size: 15px;
	font-weight: 450;
}
.tp-pdp-reference-v4 .tp-pdp-summary .price ins { text-decoration: none; }
.tp-pdp-reference-v4 .tp-price-saving {
	display: inline-flex;
	min-height: 21px;
	margin: 0 0 25px 8px;
	padding: 0 8px;
	border: 0;
	border-radius: 3px;
	background: var(--tp-ref-ink);
	color: #fff;
	font-size: 10px;
	line-height: 21px;
	letter-spacing: 0;
	vertical-align: middle;
}

.tp-pdp-reference-v4 .tp-quick-features,
.tp-pdp-reference-v4 .tp-promo-offer,
.tp-pdp-reference-v4 .tp-shipping-progress,
.tp-pdp-reference-v4 .product_meta,
.tp-pdp-reference-v4 .tp-product-note,
.tp-pdp-reference-v4 .tp-social-proof {
	display: none !important;
}

.tp-pdp-reference-v4 .tp-stock-status {
	display: flex;
	gap: 10px;
	align-items: center;
	margin: 0 0 19px;
	color: #16a15a;
	font-size: 14px;
	font-weight: 450;
	letter-spacing: 0;
	text-transform: none;
}
.tp-pdp-reference-v4 .tp-stock-status i {
	width: 12px;
	height: 12px;
	border: 2px solid #bce9cf;
	background: #22ad66;
	box-shadow: 0 0 0 2px #dff5e8;
}
.tp-pdp-reference-v4 .tp-stock-status.is-low { color: #d85b24; }
.tp-pdp-reference-v4 .tp-stock-status.is-low i { border-color: #f4c8b3; background: #e66a2c; box-shadow: none; }
.tp-pdp-reference-v4 .tp-stock-status.is-out { color: #777; }

.tp-pdp-reference-v4 .tp-pdp-summary form.cart,
.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart {
	display: flex !important;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: stretch;
	width: 100%;
	margin: 0 !important;
}

.tp-pdp-reference-v4 .tp-pdp-summary form.cart .quantity,
.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart .quantity {
	order: 1;
	grid-template-columns: 38px 42px 38px;
	flex: 0 0 118px;
	width: 118px !important;
	height: 54px;
	border: 1px solid #d4d4d1;
	border-radius: 6px;
}
.tp-pdp-reference-v4 .tp-pdp-summary form.cart .quantity input.qty {
	width: 42px !important;
	height: 52px !important;
	line-height: 52px;
}
.tp-pdp-reference-v4 .tp-qty-button {
	width: 38px;
	height: 52px;
	border-radius: 0;
}
.tp-pdp-reference-v4 .tp-pdp-summary form.cart .single_add_to_cart_button,
.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	order: 2;
	flex: 1 1 auto;
	width: auto;
	min-width: 0;
	height: 54px;
	min-height: 54px !important;
	margin: 0 !important;
	padding: 0 24px !important;
	border: 1px solid var(--tp-ref-ink) !important;
	border-radius: 6px !important;
	background: var(--tp-ref-ink) !important;
	box-shadow: none;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	letter-spacing: 0;
	text-transform: none;
}
.tp-pdp-reference-v4 .tp-pdp-summary form.cart .single_add_to_cart_button::before {
	margin-right: 11px;
	content: "🛒";
	font-size: 16px;
	filter: grayscale(1) brightness(4);
}
.tp-pdp-reference-v4 .tp-pdp-summary form.cart .single_add_to_cart_button:hover {
	border-color: #2b2b2b !important;
	background: #2b2b2b !important;
	box-shadow: none;
	transform: none;
}

.tp-pdp-reference-v4 .tp-purchase-trust {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 18px 0 0;
	padding: 11px 17px;
	border-radius: 16px;
	background: var(--tp-ref-surface);
	list-style: none;
}
.tp-pdp-reference-v4 .tp-purchase-trust li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	min-height: 47px;
	padding: 8px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.tp-pdp-reference-v4 .tp-purchase-trust li > span {
	display: grid;
	place-items: center;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	border-radius: 0;
	background: transparent;
	color: var(--tp-ref-ink);
	font-size: 16px;
}
.tp-pdp-reference-v4 .tp-purchase-trust strong {
	color: var(--tp-ref-ink);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	white-space: normal;
}
.tp-pdp-reference-v4 .tp-purchase-trust small {
	margin-top: 2px;
	color: var(--tp-ref-muted);
	font-size: 12px;
	line-height: 1.35;
	white-space: normal;
}

.tp-pdp-reference-v4 .tp-pairs {
	display: block;
	width: 100%;
	margin: 18px 0 0;
	padding: 0;
	border: 0;
}
.tp-pdp-reference-v4 .tp-pairs header {
	display: block;
	margin: 0 0 15px;
}
.tp-pdp-reference-v4 .tp-pairs header span {
	color: var(--tp-ref-ink);
	font-size: 19px;
	font-weight: 750;
	line-height: 1.25;
	letter-spacing: -.02em;
	text-transform: none;
}
.tp-pdp-reference-v4 .tp-pairs header p { display: none; }
.tp-pdp-reference-v4 .tp-pair-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 11px;
}
.tp-pdp-reference-v4 .tp-pair-item {
	display: grid;
	grid-template-columns: 82px minmax(0,1fr) 96px;
	grid-template-rows: 1fr;
	gap: 14px;
	align-items: center;
	min-height: 106px;
	padding: 11px 16px 11px 12px;
	border: 1px solid var(--tp-ref-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: none;
	transform: none;
}
.tp-pdp-reference-v4 .tp-pair-item:hover {
	border-color: #c9c9c6;
	box-shadow: none;
	transform: none;
}
.tp-pdp-reference-v4 .tp-pair-item > img {
	grid-row: auto;
	width: 82px;
	height: 82px;
	padding: 5px;
	border-radius: 8px;
	background: var(--tp-ref-surface);
	object-fit: contain;
}
.tp-pdp-reference-v4 .tp-pair-copy a {
	color: var(--tp-ref-ink);
	font-size: 14px;
	font-weight: 550;
	line-height: 1.38;
}
.tp-pdp-reference-v4 .tp-pair-copy > span {
	margin-top: 4px;
	color: var(--tp-ref-ink);
	font-size: 13px;
	font-weight: 550;
}
.tp-pdp-reference-v4 .tp-pair-add {
	grid-column: auto;
	justify-self: end;
	min-width: 96px;
	height: 34px;
	padding: 0 16px;
	border: 1px solid var(--tp-ref-ink);
	border-radius: 999px;
	background: var(--tp-ref-ink);
	color: #fff;
	box-shadow: none;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}
.tp-pdp-reference-v4 .tp-pair-add::before { content: "+ "; }
.tp-pdp-reference-v4 .tp-pair-add:hover {
	border-color: #333;
	background: #333;
	color: #fff;
	transform: none;
}

.tp-pdp-reference-v4 .tp-reference-details {
	margin-top: 16px;
	border-top: 1px solid var(--tp-ref-line);
}
.tp-pdp-reference-v4 .tp-reference-details .woocommerce-tabs {
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	border-radius: 0;
	background: #fff;
}
.tp-pdp-reference-v4 .tp-reference-details .woocommerce-tabs > .tabs { display: none !important; }
.tp-pdp-reference-v4 .tp-reference-details .tp-accordion-toggle {
	min-height: 58px;
	padding: 0 4px;
	border-bottom: 1px solid var(--tp-ref-line);
	background: #fff;
	color: var(--tp-ref-ink);
	font-size: 13px;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
}
.tp-pdp-reference-v4 .tp-reference-details .woocommerce-tabs.tp-accordion-ready .panel {
	display: block !important;
	max-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border-bottom: 1px solid var(--tp-ref-line);
	opacity: 0;
	transition: max-height 500ms cubic-bezier(.22,1,.36,1), opacity 250ms ease;
}
.tp-pdp-reference-v4 .tp-reference-details .woocommerce-tabs.tp-accordion-ready .panel.is-open {
	max-height: var(--tp-panel-height, 1200px);
	opacity: 1;
}
.tp-pdp-reference-v4 .tp-reference-details .tp-accordion-content {
	padding: 22px 4px;
}

.tp-pdp-reference-v4 .tp-pdp-lower {
	width: min(1300px, 100%);
	margin: 0 auto;
	padding-top: 40px;
}
.tp-pdp-reference-v4 .tp-pdp-lower:empty { display: none; }

.tp-pdp-reference-v4 .tp-sticky-submit {
	border-radius: 6px;
	background: var(--tp-ref-ink);
}

@media (max-width: 1220px) {
	.tp-product-page .woocommerce-container { width: min(100% - 40px, 1120px); }
	.tp-pdp-reference-v4 .tp-pdp-main {
		grid-template-columns: minmax(0, 54%) minmax(0, 46%);
		gap: 44px;
	}
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image,
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image a { min-height: 590px; }
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image img { height: 545px !important; }
}

@media (max-width: 900px) {
	.tp-product-page .woocommerce-container { width: 100%; }
	.tp-pdp-reference-v4 .tp-pdp-main {
		grid-template-columns: 1fr;
		gap: 38px;
		padding: 28px 0 0;
	}
	.tp-pdp-reference-v4 .tp-pdp-left,
	.tp-pdp-reference-v4 .tp-pdp-main > .tp-pdp-summary {
		width: min(100% - 40px, 720px) !important;
		max-width: none;
		margin: 0 auto !important;
	}
	.tp-pdp-reference-v4 .tp-pdp-left .tp-product-path { margin: 0 0 24px; }
	.tp-pdp-reference-v4 .tp-pdp-main > .tp-pdp-summary { padding: 0 0 50px; }
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image,
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image a { min-height: 620px; }
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image img { height: 570px !important; }
	.tp-pdp-reference-v4 .tp-pdp-lower { width: min(100% - 40px, 760px); }
}

@media (max-width: 600px) {
	.tp-pdp-reference-v4 .tp-pdp-main { gap: 30px; padding-top: 18px; }
	.tp-pdp-reference-v4 .tp-pdp-left,
	.tp-pdp-reference-v4 .tp-pdp-main > .tp-pdp-summary { width: calc(100% - 24px) !important; }
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__wrapper { border-radius: 9px; }
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image,
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image a { min-height: 420px; }
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image img {
		width: calc(100% - 30px) !important;
		height: 390px !important;
	}
	.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs { gap: 10px; }
	.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs li { flex-basis: 66px; width: 66px !important; }
	.tp-pdp-reference-v4 .tp-pdp-gallery .flex-control-thumbs img { width: 66px !important; height: 66px; }
	.tp-pdp-reference-v4 .tp-pdp-summary .product_title { font-size: 30px !important; }
	.tp-pdp-reference-v4 .tp-pdp-summary form.cart,
	.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart { gap: 8px; }
	.tp-pdp-reference-v4 .tp-pdp-summary form.cart .quantity,
	.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart .quantity { flex-basis: 110px; width: 110px !important; grid-template-columns: 35px 40px 35px; }
	.tp-pdp-reference-v4 .tp-pdp-summary form.cart .quantity input.qty { width: 40px !important; }
	.tp-pdp-reference-v4 .tp-qty-button { width: 35px; }
	.tp-pdp-reference-v4 .tp-pdp-summary form.cart .single_add_to_cart_button { padding-inline: 13px !important; font-size: 13px !important; }
	.tp-pdp-reference-v4 .tp-pair-item {
		grid-template-columns: 70px minmax(0,1fr) 76px;
		gap: 10px;
		min-height: 96px;
		padding: 10px;
	}
	.tp-pdp-reference-v4 .tp-pair-item > img { width: 70px; height: 70px; }
	.tp-pdp-reference-v4 .tp-pair-add { min-width: 76px; padding: 0 10px; }
	.tp-pdp-reference-v4 .tp-pdp-lower { width: calc(100% - 24px); }
}

@media (max-width: 390px) {
	.tp-pdp-reference-v4 .tp-pdp-summary form.cart,
	.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart { flex-wrap: wrap; }
	.tp-pdp-reference-v4 .tp-pdp-summary form.cart .single_add_to_cart_button,
	.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button { flex-basis: 100%; }
	.tp-pdp-reference-v4 .tp-pair-item { grid-template-columns: 62px minmax(0,1fr); }
	.tp-pdp-reference-v4 .tp-pair-item > img { width: 62px; height: 62px; }
	.tp-pdp-reference-v4 .tp-pair-add { grid-column: 2; justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
	.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image img { transition: none !important; }
}

/* Stable reference cart icon. */
.tp-pdp-reference-v4 .tp-pdp-summary form.cart .single_add_to_cart_button::before { display: inline-block; width: 19px; height: 19px; margin-right: 11px; background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='20' cy='20' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E"); content: ""; vertical-align: -4px; filter: none; }

/* Reference-matched lower PDP proof and editorial sections. */
.tp-pdp-reference-v4 .tp-reference-story-wrap {
	width: 100%;
	margin: 0 0 88px;
}

.tp-pdp-reference-v4 .tp-proof-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 138px;
	padding: 25px 38px;
	border-radius: 22px;
	background: #f4f4f2;
}
.tp-pdp-reference-v4 .tp-proof-strip > div {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 0;
	padding: 0 28px;
	text-align: center;
}
.tp-pdp-reference-v4 .tp-proof-strip > div + div::before {
	position: absolute;
	top: 17%;
	bottom: 17%;
	left: 0;
	width: 1px;
	background: #dfdfdc;
	content: "";
}
.tp-pdp-reference-v4 .tp-proof-strip strong,
.tp-pdp-reference-v4 .tp-proof-strip span {
	display: block;
}
.tp-pdp-reference-v4 .tp-proof-strip strong {
	margin-bottom: 6px;
	color: #070707;
	font-size: clamp(30px, 3vw, 38px);
	font-weight: 760;
	line-height: 1;
	letter-spacing: -.04em;
}
.tp-pdp-reference-v4 .tp-proof-strip span {
	color: #707078;
	font-size: 12px;
	line-height: 1.35;
}

.tp-pdp-reference-v4 .tp-product-story {
	display: grid;
	grid-template-columns: 1fr 1fr;
	min-height: 550px;
	margin-top: 110px;
	overflow: hidden;
	border-radius: 22px;
	background: #f4f4f2;
}
.tp-pdp-reference-v4 .tp-product-story-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 43px 40px;
}
.tp-pdp-reference-v4 .tp-story-eyebrow {
	display: block;
	margin-bottom: 13px;
	color: #64666b;
	font-size: 10px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .2em;
	text-transform: uppercase;
}
.tp-pdp-reference-v4 .tp-product-story h2 {
	max-width: 470px;
	margin: 0 0 11px !important;
	color: #080808;
	font-size: clamp(30px, 3vw, 38px) !important;
	font-weight: 760 !important;
	line-height: 1.08 !important;
	letter-spacing: -.045em;
}
.tp-pdp-reference-v4 .tp-story-intro {
	max-width: 500px;
	margin: 0 0 24px;
	color: #5d6067;
	font-size: 14px;
	line-height: 1.55;
}
.tp-pdp-reference-v4 .tp-story-features {
	display: grid;
	gap: 17px;
	margin: 0 0 27px;
	padding: 0;
	list-style: none;
}
.tp-pdp-reference-v4 .tp-story-features li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}
.tp-pdp-reference-v4 .tp-story-features i {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid #d8d8d5;
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
}
.tp-pdp-reference-v4 .tp-story-features strong,
.tp-pdp-reference-v4 .tp-story-features span {
	display: block;
}
.tp-pdp-reference-v4 .tp-story-features strong {
	margin-bottom: 2px;
	color: #101010;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}
.tp-pdp-reference-v4 .tp-story-features span {
	color: #65686e;
	font-size: 11px;
	line-height: 1.45;
}
.tp-pdp-reference-v4 .tp-story-cta {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 6px;
	min-height: 40px;
	padding: 0 23px;
	border-radius: 999px;
	background: #080808;
	color: #fff !important;
	font-size: 12px;
	font-weight: 750;
	line-height: 1;
	transition: transform .3s cubic-bezier(.22,1,.36,1), background .2s;
}
.tp-pdp-reference-v4 .tp-story-cta:hover {
	background: #292929;
	transform: translateY(-2px);
}
.tp-pdp-reference-v4 .tp-story-cta span {
	transition: transform .3s cubic-bezier(.22,1,.36,1);
}
.tp-pdp-reference-v4 .tp-story-cta:hover span { transform: translateX(3px); }

.tp-pdp-reference-v4 .tp-product-story-media {
	position: relative;
	min-width: 0;
	min-height: 550px;
	overflow: hidden;
	background: #e9e9e7;
}
.tp-pdp-reference-v4 .tp-product-story-media img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 550px;
	object-fit: cover;
	object-position: center;
	transition: transform 800ms cubic-bezier(.22,1,.36,1);
}
.tp-pdp-reference-v4 .tp-product-story:hover .tp-product-story-media img {
	transform: scale(1.025);
}

.tp-pdp-reference-v4 .tp-reference-story-wrap + .tp-product-section {
	margin-top: 0;
}

@media (max-width: 980px) {
	.tp-pdp-reference-v4 .tp-reference-story-wrap { margin-bottom: 72px; }
	.tp-pdp-reference-v4 .tp-product-story { min-height: 510px; margin-top: 78px; }
	.tp-pdp-reference-v4 .tp-product-story-copy { padding: 36px 30px; }
	.tp-pdp-reference-v4 .tp-product-story-media,
	.tp-pdp-reference-v4 .tp-product-story-media img { min-height: 510px; }
}

@media (max-width: 760px) {
	.tp-pdp-reference-v4 .tp-proof-strip {
		padding-inline: 15px;
		border-radius: 18px;
	}
	.tp-pdp-reference-v4 .tp-proof-strip > div { padding-inline: 12px; }
	.tp-pdp-reference-v4 .tp-proof-strip strong { font-size: 28px; }
	.tp-pdp-reference-v4 .tp-proof-strip span { font-size: 10px; }
	.tp-pdp-reference-v4 .tp-product-story {
		grid-template-columns: 1fr;
		margin-top: 58px;
		border-radius: 18px;
	}
	.tp-pdp-reference-v4 .tp-product-story-copy {
		padding: 38px 28px 42px;
	}
	.tp-pdp-reference-v4 .tp-product-story-media,
	.tp-pdp-reference-v4 .tp-product-story-media img { min-height: 420px; }
}

@media (max-width: 480px) {
	.tp-pdp-reference-v4 .tp-reference-story-wrap { margin-bottom: 58px; }
	.tp-pdp-reference-v4 .tp-proof-strip {
		grid-template-columns: 1fr;
		padding: 12px 20px;
	}
	.tp-pdp-reference-v4 .tp-proof-strip > div {
		min-height: 92px;
		padding: 12px 0;
	}
	.tp-pdp-reference-v4 .tp-proof-strip > div + div::before {
		top: 0;
		right: 15%;
		bottom: auto;
		left: 15%;
		width: auto;
		height: 1px;
	}
	.tp-pdp-reference-v4 .tp-proof-strip strong { font-size: 30px; }
	.tp-pdp-reference-v4 .tp-proof-strip span { font-size: 11px; }
	.tp-pdp-reference-v4 .tp-product-story-copy { padding: 32px 22px 36px; }
	.tp-pdp-reference-v4 .tp-product-story h2 { font-size: 30px !important; }
	.tp-pdp-reference-v4 .tp-story-intro { font-size: 13px; }
	.tp-pdp-reference-v4 .tp-product-story-media,
	.tp-pdp-reference-v4 .tp-product-story-media img { min-height: 340px; }
}

@media (prefers-reduced-motion: reduce) {
	.tp-pdp-reference-v4 .tp-product-story-media img,
	.tp-pdp-reference-v4 .tp-story-cta,
	.tp-pdp-reference-v4 .tp-story-cta span { transition: none !important; transform: none !important; }
}

/* Reference v4 hard overrides — win over v3 rules that share this same element tree. */
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary > .price,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary > .price ins,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary > .price .woocommerce-Price-amount,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary > .price ins .woocommerce-Price-amount,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary .summary-container > .price,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary .summary-container > .price ins,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary .summary-container > .price .woocommerce-Price-amount,
.tp-product-page .tp-pdp-reference-v4 .tp-pdp-summary .summary-container > .price ins .woocommerce-Price-amount {
	color: var(--tp-ref-ink) !important;
}

.tp-pdp-reference-v4 .tp-pdp-left .tp-product-path a {
	color: #222 !important;
	text-decoration: none !important;
}
.tp-pdp-reference-v4 .tp-pdp-left .tp-product-path a:hover {
	color: #555 !important;
}

.tp-pdp-reference-v4 .tp-pdp-summary .tp-stock-status.is-in {
	color: #16a15a !important;
}
.tp-pdp-reference-v4 .tp-pdp-summary .tp-stock-status.is-in i {
	background: #22ad66 !important;
	border-color: #bce9cf !important;
	box-shadow: 0 0 0 2px #dff5e8 !important;
}
.tp-pdp-reference-v4 .tp-pdp-summary .tp-stock-status.is-low {
	color: #d85b24 !important;
}
.tp-pdp-reference-v4 .tp-pdp-summary .tp-stock-status.is-low i {
	background: #e66a2c !important;
	border-color: #f4c8b3 !important;
	box-shadow: none !important;
}

/* Reference shows a single full-width "Add to cart" call to action, no quantity stepper. */
.tp-pdp-reference-v4 .tp-pdp-summary form.cart .quantity,
.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart .quantity {
	display: none !important;
}
.tp-pdp-reference-v4 .tp-pdp-summary form.cart .single_add_to_cart_button,
.tp-pdp-reference-v4 .tp-pdp-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	flex: 1 1 100% !important;
	width: 100% !important;
}

/* Neutralize Avada's flex/carousel gallery layout so a single product photo sits
   centered in a clean square frame instead of a tall, top-aligned box. */
.tp-pdp-reference-v4 .tp-pdp-gallery .avada-product-gallery,
.tp-pdp-reference-v4 .tp-pdp-gallery .avada-single-product-gallery-wrapper {
	display: block !important;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .flex-viewport {
	height: auto !important;
	overflow: visible !important;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__wrapper {
	height: auto !important;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image {
	position: static !important;
	left: auto !important;
	height: auto !important;
	min-height: 0 !important;
	aspect-ratio: 1 / 1;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image a {
	height: 100% !important;
	min-height: 0 !important;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .woocommerce-product-gallery__image img {
	position: static !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
}
.tp-pdp-reference-v4 .tp-pdp-gallery .avada-product-gallery .woocommerce-product-gallery__trigger {
	display: grid !important;
}
