/* Talking Headsets dealer single-product experience. */
body.thdpc-product-active {
	overflow-x: hidden;
}

body.thdpc-product-active #content,
body.thdpc-product-active .site-content,
body.thdpc-product-active #content > .ast-container,
body.thdpc-product-active .site-content > .ast-container,
body.thdpc-product-active #primary,
body.thdpc-product-active .content-area,
body.thdpc-product-active .thdpc-page-main {
	float: none !important;
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.thdpp {
	--thdpp-separator: #d9dede;
	border-top: 0 !important;
	background: #fff;
}

.thdpp .thdpp-hero {
	padding: 30px 0 74px;
	border-top: 0 !important;
	background:
		radial-gradient(circle at 8% 4%, rgba(0, 145, 132, 0.12), transparent 32%),
		linear-gradient(180deg, #f7fcfb 0%, #eef9f7 100%);
}

.thdpp .thdpp-hero--no-breadcrumbs {
	padding-top: 74px;
}

.thdpp .thdpp-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	align-items: center;
	margin-bottom: 28px;
	color: var(--thdpc-muted);
	font-size: 0.82rem;
	font-weight: 750;
}

.thdpp .thdpp-breadcrumb a,
.thdpp .thdpp-breadcrumb a:visited {
	color: var(--thdpc-teal-dark) !important;
}

.thdpp .thdpp-breadcrumb a:hover {
	color: var(--thdpc-red) !important;
}

.thdpp .thdpp-breadcrumb [aria-current="page"] {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.thdpp .thdpp-product {
	margin: 0 !important;
}

.thdpp .thdpp-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
	gap: clamp(34px, 5vw, 62px);
	align-items: start;
}

.thdpp .thdpp-gallery-column {
	min-width: 0;
}

.thdpp .thdpp-gallery-card {
	position: relative;
	min-width: 0;
}

.thdpp .thdpp-gallery-card div.woocommerce-product-gallery,
.thdpp .thdpp-gallery-card .woocommerce-product-gallery {
	position: relative !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	opacity: 1 !important;
}

.thdpp .woocommerce-product-gallery__image {
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: none !important;
}

.thdpp .flex-viewport {
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: none !important;
}

.thdpp .woocommerce-product-gallery__image > a {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: inherit;
	background: #fff;
}

.thdpp .woocommerce-product-gallery__image > a > img:not(.zoomImg) {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: contain;
	object-position: center;
}

.thdpp .woocommerce-product-gallery__image a,
.thdpp .woocommerce-product-gallery__image img,
.thdpp .flex-control-thumbs li,
.thdpp .flex-control-thumbs img {
	box-shadow: none !important;
	filter: none !important;
}

.thdpp .flex-control-thumbs img {
	border-radius: 9px;
}

.thdpp .flex-control-thumbs {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	padding: 0 !important;
	margin: 18px 0 0 !important;
	list-style: none !important;
}

.thdpp .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	list-style: none !important;
}

.thdpp .flex-control-thumbs li::marker {
	content: "";
}

.thdpp .flex-control-thumbs img {
	display: block;
	width: 100% !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	cursor: pointer;
}

.thdpp .woocommerce-product-gallery__trigger,
.thdpp .woocommerce-product-gallery__trigger:visited {
	position: absolute !important;
	top: 14px !important;
	right: 14px !important;
	bottom: auto !important;
	left: auto !important;
	z-index: 12 !important;
	margin: 0 !important;
	transform: none !important;
}

.thdpp .onsale {
	top: 14px !important;
	left: 14px !important;
	z-index: 5;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 7px 11px !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--thdpc-red) !important;
	font-size: 0.72rem !important;
	font-weight: 900 !important;
	line-height: 1 !important;
}

.thdpp .thdpp-summary {
	min-width: 0;
}

.thdpp .thdpp-brand-identity {
	display: flex;
	gap: 10px;
	align-items: center;
	width: 100%;
	max-width: 100%;
	padding: 7px 12px 7px 7px;
	border: 1px solid var(--thdpc-line);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.8);
	color: var(--thdpc-teal-dark) !important;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.thdpp .thdpp-brand-identity:visited {
	color: var(--thdpc-teal-dark) !important;
}

.thdpp .thdpp-brand-identity:hover {
	border-color: rgba(0, 115, 106, 0.58);
	background: #fff;
	box-shadow: 0 10px 24px rgba(3, 59, 57, 0.12);
	transform: translateY(-2px);
}

.thdpp .thdpp-brand-mark {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	padding: 5px;
	border-radius: 11px;
	overflow: hidden;
	background: #fff;
}

.thdpp .thdpp-brand-mark img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	object-fit: contain;
}

.thdpp .thdpp-brand-mark .thdpc-brand-fallback {
	width: 38px;
	height: 38px;
	border-radius: 10px;
	font-size: 1rem;
}

.thdpp .thdpp-brand-identity small,
.thdpp .thdpp-brand-identity strong {
	display: block;
}

.thdpp .thdpp-brand-identity small {
	color: var(--thdpc-muted);
	font-size: 0.65rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	line-height: 1.1;
	text-transform: uppercase;
}

.thdpp .thdpp-brand-identity strong {
	margin-top: 3px;
	color: var(--thdpc-teal-dark);
	font-size: 0.88rem;
	line-height: 1.15;
}

.thdpp .thdpp-product-types {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	align-items: center;
	min-height: 62px;
	padding: 9px 10px;
	border: 1px solid var(--thdpc-line);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.8);
	margin-bottom: 18px;
}

.thdpp .thdpp-product-types a,
.thdpp .thdpp-product-types a:visited {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 5px 9px;
	border: 1px solid rgba(0, 115, 106, 0.12);
	border-radius: 999px;
	color: var(--thdpc-teal-dark) !important;
	background: var(--thdpc-mint-2);
	font-size: 0.73rem;
	font-weight: 850;
}

.thdpp .thdpp-product-types a:hover {
	border-color: rgba(0, 115, 106, 0.32);
	background: #fff;
}

.thdpp .thdpp-summary h1 {
	margin-bottom: 16px;
	font-size: clamp(1.75rem, 3.3vw, 2.65rem);
	font-weight: 850;
	line-height: 1.08;
	letter-spacing: -0.042em;
}

.thdpp .thdpp-rating {
	margin: -3px 0 15px;
}

.thdpp .star-rating {
	float: none !important;
	color: #e4a100;
}

.thdpp .woocommerce-review-link,
.thdpp .woocommerce-review-link:visited {
	margin-left: 8px;
	color: var(--thdpc-teal-dark) !important;
	font-size: 0.82rem;
	font-weight: 800;
}

.thdpp .thdpp-intro {
	max-width: 680px;
	margin-bottom: 22px;
	color: #496469;
	font-size: 1.02rem;
	line-height: 1.7;
}

.thdpp .thdpp-intro > :last-child {
	margin-bottom: 0;
}

.thdpp .thdpp-facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 10px;
}

.thdpp .thdpp-facts > :only-child {
	grid-column: 1 / -1;
	max-width: 330px;
}

.thdpp .thdpp-facts + .thdpp-purchase {
	margin-top: 8px;
}

.thdpp .thdpp-fact {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 11px 12px;
	border: 1px solid var(--thdpc-line);
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.7);
}

.thdpp .thdpp-fact > span {
	grid-row: 1 / 3;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 10px;
	color: #fff;
	background: var(--thdpc-teal);
}

.thdpp .thdpp-fact .thdpc-icon {
	width: 17px;
	height: 17px;
}

.thdpp .thdpp-fact small {
	color: var(--thdpc-muted);
	font-size: 0.64rem;
	font-weight: 850;
	letter-spacing: 0.065em;
	line-height: 1.1;
	text-transform: uppercase;
}

.thdpp .thdpp-fact strong {
	min-width: 0;
	margin-top: 3px;
	overflow-wrap: anywhere;
	font-size: 0.8rem;
	line-height: 1.18;
}

.thdpp .thdpp-purchase {
	padding: clamp(20px, 3vw, 27px);
	border: 1px solid rgba(0, 115, 106, 0.18);
	border-radius: 25px;
	background: #fff;
	box-shadow: var(--thdpc-shadow-soft);
}

.thdpp .thdpp-price,
.thdpp .thdpp-price .price {
	display: block;
	width: 100%;
	margin: 0;
	color: var(--thdpc-teal-dark);
	font-size: clamp(1.45rem, 3vw, 2rem);
	font-weight: 900;
	line-height: 1.25;
	text-align: left !important;
}

.thdpp .thdpp-price .wctdlp-price--has-alignment,
.thdpp .thdpp-price .wctdlp-price--align-center,
.thdpp .thdpp-price .wctdlp-price--align-right,
.thdpp .woocommerce-variation-price .wctdlp-price--has-alignment,
.thdpp .woocommerce-variation-price .wctdlp-price--align-center,
.thdpp .woocommerce-variation-price .wctdlp-price--align-right {
	justify-content: flex-start !important;
	text-align: left !important;
}

.thdpp .thdpp-price .wctdlp-price--layout-stacked,
.thdpp .woocommerce-variation-price .wctdlp-price--layout-stacked {
	display: flex !important;
	flex-direction: column !important;
	gap: 4px;
	align-items: flex-start !important;
	visibility: visible !important;
}

.thdpp .thdpp-price del,
.thdpp .woocommerce-variation-price del {
	display: inline-block;
	color: #839396;
	font-size: 0.72em;
	font-weight: 700;
	opacity: 0.78;
}

.thdpp .thdpp-price ins,
.thdpp .woocommerce-variation-price ins {
	display: inline-block;
	color: var(--thdpc-teal-dark);
	text-decoration: none;
}

.thdpp .thdpp-price-message {
	color: var(--thdpc-teal-dark) !important;
}

.thdpp .thdpp-availability {
	margin-top: 9px;
}

.thdpp .thdpp-availability .stock {
	margin: 0;
	font-size: 0.88rem;
	font-weight: 850;
}

.thdpp .thdpp-availability--instock .stock {
	color: #197447;
}

.thdpp .thdpp-availability--onbackorder .stock {
	color: #9a5a00;
}

.thdpp .thdpp-availability--outofstock .stock {
	color: #9d2c32;
}

.thdpp .thdpp-price-note {
	margin: 10px 0 18px;
	padding-bottom: 17px;
	border-bottom: 1px solid #e6efee;
	color: var(--thdpc-muted);
	font-size: 0.76rem;
	line-height: 1.45;
}

.thdpp .thdpp-price-note a,
.thdpp .thdpp-price-note a:visited {
	color: var(--thdpc-teal-dark) !important;
	font-weight: 850;
}

.thdpp .thdpp-cart > .stock {
	display: none;
}

.thdpp .thdpp-cart form.cart,
.thdpp .thdpp-cart .variations_form,
.thdpp .thdpp-cart .woocommerce-variation-add-to-cart {
	margin: 0 !important;
}

.thdpp .thdpp-cart form.variations_form {
	display: block;
}

.thdpp .thdpp-cart .single_variation_wrap {
	display: block;
	margin-top: 18px !important;
}

.thdpp .thdpp-cart form.variations_form > .button:not(.single_add_to_cart_button),
.thdpp .thdpp-cart form.variations_form > button:not(.single_add_to_cart_button) {
	margin: 14px 0 0 !important;
}

.thdpp .thdpp-connector-chart-row {
	margin: 14px 0 0 !important;
}

.thdpp .thdpp-connector-chart-control:not(.thdpp-connector-chart-row) {
	margin: 0 !important;
}

.thdpp .thdpp-cart form.cart:not(.variations_form):not(.grouped_form),
.thdpp .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: stretch;
}

.thdpp .variations {
	display: block !important;
	width: 100% !important;
	margin: 0 !important;
	border: 0 !important;
}

.thdpp .variations tbody,
.thdpp .variations tr,
.thdpp .variations th,
.thdpp .variations td {
	display: block;
	width: 100% !important;
	padding: 0 !important;
	border: 0 !important;
}

.thdpp .variations tr + tr {
	margin-top: 13px;
}

.thdpp .variations label {
	display: block;
	margin-bottom: 7px;
	color: var(--thdpc-ink);
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.045em;
	text-transform: uppercase;
}

.thdpp .variations select,
.thdpp .thdpp-cart select {
	-webkit-appearance: none;
	appearance: none;
	width: 100% !important;
	min-height: 48px;
	padding: 9px 42px 9px 12px;
	border: 1px solid var(--thdpc-line);
	border-radius: 12px;
	color: var(--thdpc-ink);
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%23033b39' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 7.5 5 5 5-5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 13px center;
	background-size: 14px 14px;
	box-shadow: none;
}

.thdpp .reset_variations,
.thdpp .reset_variations:visited {
	display: inline-flex !important;
	gap: 6px;
	align-items: center;
	min-height: 34px;
	margin-top: 10px;
	padding: 6px 10px;
	border: 1px solid rgba(0, 115, 106, 0.18);
	border-radius: 10px;
	color: var(--thdpc-red-dark) !important;
	background: #f5fbfa;
	font-size: 0.76rem;
	font-weight: 850;
	line-height: 1;
}

.thdpp .reset_variations::before {
	font-size: 0.95rem;
	line-height: 1;
	content: "↺";
}

.thdpp .reset_variations:hover {
	border-color: var(--thdpc-teal);
	color: #fff !important;
	background: var(--thdpc-teal);
}

.thdpp .reset_variations[style*="visibility: hidden"],
.thdpp .reset_variations[style*="visibility:hidden"] {
	display: none !important;
	min-height: 0;
	padding: 0;
	margin: 0;
}

.thdpp .single_variation {
	display: block;
	margin: 0 0 20px !important;
}

.thdpp .single_variation:empty {
	display: none;
	margin-bottom: 0 !important;
}

.thdpp .woocommerce-variation-price {
	margin: 0 !important;
	color: var(--thdpc-teal-dark);
	font-size: clamp(1.45rem, 2.8vw, 1.8rem);
	font-weight: 900;
	line-height: 1.22;
	text-align: left !important;
}

.thdpp .woocommerce-variation-price .price {
	font-size: inherit !important;
	font-weight: inherit;
	line-height: inherit;
}

.thdpp .woocommerce-variation-description {
	margin: 0;
	color: var(--thdpc-muted);
	font-size: 0.85rem;
}

.thdpp .woocommerce-variation-availability {
	margin: 0 !important;
}

.thdpp .single_variation > * {
	margin-bottom: 0 !important;
}

.thdpp .single_variation > * + * {
	margin-top: 12px !important;
}

.thdpp .woocommerce-variation-availability .stock {
	display: inline-flex;
	gap: 8px;
	align-items: center;
	min-height: 34px;
	margin: 0;
	padding: 7px 11px;
	border: 1px solid rgba(25, 116, 71, 0.14);
	border-radius: 999px;
	color: #197447 !important;
	background: #edf8f1;
	font-size: 0.8rem;
	font-weight: 850;
	line-height: 1.2;
}

.thdpp .woocommerce-variation-availability .stock[data-thdpp-availability-enhanced="true"] {
	gap: 0;
	padding: 0;
	overflow: hidden;
}

.thdpp .woocommerce-variation-availability .stock[data-thdpp-availability-enhanced="true"]::before {
	display: none;
}

.thdpp .thdpp-availability-label,
.thdpp .thdpp-availability-value {
	display: inline-flex;
	align-items: center;
	align-self: stretch;
}

.thdpp .thdpp-availability-label {
	padding: 7px 9px;
	border-right: 1px solid rgba(25, 116, 71, 0.13);
	background: rgba(25, 116, 71, 0.07);
	font-size: 0.63rem;
	font-weight: 900;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.thdpp .thdpp-availability-value {
	gap: 7px;
	padding: 7px 11px 7px 9px;
}

.thdpp .thdpp-availability-value::before {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(25, 116, 71, 0.1);
	content: "";
}

.thdpp .woocommerce-variation-availability .stock::before {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: currentColor;
	box-shadow: 0 0 0 4px rgba(25, 116, 71, 0.1);
	content: "";
}

.thdpp .woocommerce-variation-availability .stock.available-on-backorder {
	border-color: rgba(154, 90, 0, 0.16);
	color: #8a5100 !important;
	background: #fff7e8;
}

.thdpp .woocommerce-variation-availability .stock.available-on-backorder::before {
	box-shadow: 0 0 0 4px rgba(154, 90, 0, 0.1);
}

.thdpp .woocommerce-variation-availability .stock.available-on-backorder .thdpp-availability-label {
	border-right-color: rgba(154, 90, 0, 0.13);
	background: rgba(154, 90, 0, 0.07);
}

.thdpp .woocommerce-variation-availability .stock.available-on-backorder .thdpp-availability-value::before {
	box-shadow: 0 0 0 4px rgba(154, 90, 0, 0.1);
}

.thdpp .woocommerce-variation-availability .stock.out-of-stock {
	border-color: rgba(157, 44, 50, 0.15);
	color: #9d2c32 !important;
	background: #fff0f1;
}

.thdpp .woocommerce-variation-availability .stock.out-of-stock::before {
	box-shadow: 0 0 0 4px rgba(157, 44, 50, 0.1);
}

.thdpp .woocommerce-variation-availability .stock.out-of-stock .thdpp-availability-label {
	border-right-color: rgba(157, 44, 50, 0.13);
	background: rgba(157, 44, 50, 0.07);
}

.thdpp .woocommerce-variation-availability .stock.out-of-stock .thdpp-availability-value::before {
	box-shadow: 0 0 0 4px rgba(157, 44, 50, 0.1);
}

.thdpp .quantity {
	display: inline-flex !important;
	float: none !important;
	align-items: stretch;
	min-height: 48px;
	margin: 0 !important;
	border: 1px solid var(--thdpc-line);
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
}

.thdpp .quantity .qty {
	width: 58px !important;
	min-height: 46px;
	padding: 6px !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-align: center;
}

.thdpp .quantity .minus,
.thdpp .quantity .plus {
	display: grid;
	place-items: center;
	width: 40px;
	min-height: 46px;
	padding: 0;
	border: 0;
	color: var(--thdpc-teal-dark) !important;
	background: #f5fbfa;
	font-weight: 900;
}

.thdpp .quantity .minus {
	border-right: 1px solid var(--thdpc-line);
}

.thdpp .quantity .plus {
	border-left: 1px solid var(--thdpc-line);
}

.thdpp .single_add_to_cart_button,
.thdpp .single_add_to_cart_button:visited {
	display: inline-flex !important;
	flex: 1 1 190px;
	gap: 9px;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 20px !important;
	border: 0 !important;
	border-radius: 12px !important;
	color: #fff !important;
	background: var(--thdpc-teal-dark) !important;
	box-shadow: 0 10px 24px rgba(3, 59, 57, 0.18);
	font-size: 0.86rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	transition: background 0.18s ease, transform 0.18s ease;
}

.thdpp .single_add_to_cart_button::before {
	display: block;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3Cpath d='M3 4h2l2.4 10.5a2 2 0 0 0 2 1.5h7.8a2 2 0 0 0 2-1.6L20.5 8H6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
}

.thdpp .single_add_to_cart_button:hover {
	background: var(--thdpc-red) !important;
	transform: translateY(-1px);
}

.thdpp .single_add_to_cart_button.disabled,
.thdpp .single_add_to_cart_button:disabled {
	cursor: not-allowed;
	opacity: 0.52;
	transform: none;
}

.thdpp .thdpp-cart button:not(.single_add_to_cart_button),
.thdpp .thdpp-cart .button:not(.single_add_to_cart_button) {
	min-height: 42px;
	padding: 8px 13px;
	border: 1px solid var(--thdpc-line);
	border-radius: 11px;
	color: var(--thdpc-teal-dark);
	background: #f7fbfa;
	font-size: 0.78rem;
	font-weight: 850;
}

.thdpp .group_table {
	width: 100%;
	margin-bottom: 14px;
}

.thdpp .group_table td {
	padding: 9px 5px;
	border-bottom: 1px solid var(--thdpc-line);
	font-size: 0.82rem;
}

.thdpp .woocommerce-error,
.thdpp .woocommerce-info,
.thdpp .woocommerce-message {
	margin: 0 0 20px !important;
	padding: 15px 18px 15px 48px !important;
	border: 1px solid var(--thdpc-line);
	border-top: 0 !important;
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--thdpc-shadow-soft);
}

.thdpp .woocommerce-message::before,
.thdpp .woocommerce-info::before {
	color: var(--thdpc-teal);
}

.thdpp .thdpp-support {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 12px;
	align-items: center;
	margin-top: 17px;
	padding: 15px;
	border: 1px solid rgba(229, 37, 42, 0.15);
	border-radius: 18px;
	background: var(--thdpc-blush);
}

.thdpp .thdpp-support-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	color: #fff;
	background: var(--thdpc-red);
}

.thdpp .thdpp-support-icon .thdpc-icon {
	width: 21px;
	height: 21px;
}

.thdpp .thdpp-support h2 {
	margin: 0 0 3px;
	font-size: 0.88rem;
	font-weight: 900;
	line-height: 1.2;
}

.thdpp .thdpp-support p {
	margin: 0;
	color: var(--thdpc-muted);
	font-size: 0.73rem;
	line-height: 1.4;
}

.thdpp .thdpp-support > a,
.thdpp .thdpp-support > a:visited {
	color: var(--thdpc-red-dark) !important;
	font-size: 0.76rem;
	font-weight: 900;
	white-space: nowrap;
}


.thdpp .thdpp-lower {
	padding: 64px 0 72px;
	border-top: 1px solid var(--thdpp-separator);
	border-bottom: 1px solid var(--thdpp-separator);
	background: #fff;
}

.thdpp .thdpp-lower-content {
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
}

.thdpp .thdpp-information,
.thdpp .thdpp-related {
	padding: 0;
	background: transparent !important;
	background-image: none !important;
}

.thdpp .thdpp-information + .thdpp-related {
	position: relative;
	margin-top: 60px;
	padding-top: 60px;
	border-top: 0;
}

.thdpp .thdpp-information + .thdpp-related::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	border-top: 1px solid var(--thdpp-separator);
	transform: translateX(-50%);
	content: "";
	pointer-events: none;
}

.thdpp .thdpp-section-heading {
	margin-bottom: 27px;
}

.thdpp .thdpp-section-heading h2 {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.55rem);
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.thdpp .woocommerce-tabs {
	padding: 0 !important;
	border: 1px solid var(--thdpc-line);
	border-radius: 24px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--thdpc-shadow-soft);
}

.thdpp .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 6px;
	padding: 12px !important;
	margin: 0 !important;
	border-bottom: 1px solid var(--thdpc-line);
	background: #f7fbfa;
	list-style: none !important;
}

.thdpp .woocommerce-tabs ul.tabs::before,
.thdpp .woocommerce-tabs ul.tabs li::before,
.thdpp .woocommerce-tabs ul.tabs li::after {
	display: none !important;
}

.thdpp .woocommerce-tabs ul.tabs li {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: transparent !important;
}

.thdpp .woocommerce-tabs ul.tabs li a,
.thdpp .woocommerce-tabs ul.tabs li a:visited {
	display: block;
	padding: 9px 13px !important;
	border-radius: 10px;
	color: var(--thdpc-teal-dark) !important;
	font-size: 0.79rem;
	font-weight: 900 !important;
}

.thdpp .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
	background: var(--thdpc-teal);
}

.thdpp .woocommerce-Tabs-panel {
	padding: clamp(24px, 4vw, 42px) !important;
	margin: 0 !important;
	color: #405b60;
	line-height: 1.72;
}

.thdpp .woocommerce-Tabs-panel > h2:first-child {
	margin-bottom: 18px;
	color: var(--thdpc-ink);
	font-size: 1.35rem;
	font-weight: 900;
}

.thdpp .woocommerce-Tabs-panel :is(h2, h3, h4) {
	color: var(--thdpc-ink);
}

.thdpp .woocommerce-Tabs-panel a,
.thdpp .woocommerce-Tabs-panel a:visited {
	color: var(--thdpc-teal-dark) !important;
	font-weight: 800;
}

.thdpp .woocommerce-product-attributes {
	width: 100%;
	border: 0 !important;
	border-collapse: separate;
	border-spacing: 0 8px;
}

.thdpp .woocommerce-product-attributes th,
.thdpp .woocommerce-product-attributes td {
	padding: 12px 14px !important;
	border: 0 !important;
	background: #f7fbfa !important;
	font-size: 0.86rem;
}

.thdpp .woocommerce-product-attributes th {
	width: 34%;
	border-radius: 11px 0 0 11px;
	color: var(--thdpc-ink);
	font-weight: 900;
	text-align: left;
}

.thdpp .woocommerce-product-attributes td {
	border-radius: 0 11px 11px 0;
}

.thdpp .woocommerce-product-attributes p {
	margin: 0;
}

.thdpp .woocommerce-Reviews .commentlist {
	padding: 0;
}

.thdpp .woocommerce-Reviews .comment_container {
	padding: 15px;
	border: 1px solid var(--thdpc-line);
	border-radius: 15px;
	background: #f9fcfb;
}

.thdpp .woocommerce-Reviews #review_form_wrapper {
	margin-top: 25px;
}

.thdpp .woocommerce-Reviews input,
.thdpp .woocommerce-Reviews textarea {
	border: 1px solid var(--thdpc-line);
	border-radius: 11px;
}

.thdpp .woocommerce-Reviews .submit {
	border-radius: 11px !important;
	color: #fff !important;
	background: var(--thdpc-teal-dark) !important;
}

.thdpp .thdpp-related .thdpc-product-grid {
	align-items: stretch;
}

@media (max-width: 960px) {
	.thdpp .thdpp-layout {
		grid-template-columns: minmax(0, 0.95fr) minmax(370px, 1.05fr);
		gap: 30px;
	}

	.thdpp .thdpp-support {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.thdpp .thdpp-support > a {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 820px) {
	.thdpp .thdpp-layout {
		grid-template-columns: 1fr;
	}

	.thdpp .thdpp-gallery-column {
		position: static;
	}

	.thdpp .thdpp-gallery-card {
		max-width: 620px;
		margin: 0 auto;
	}

	.thdpp .thdpp-summary {
		max-width: 680px;
		margin: 0 auto;
	}

}

@media (max-width: 600px) {
	.thdpp .thdpp-hero {
		padding: 20px 0 52px;
	}

	.thdpp .thdpp-hero--no-breadcrumbs {
		padding-top: 52px;
	}

	.thdpp .thdpp-breadcrumb {
		margin-bottom: 20px;
		font-size: 0.75rem;
	}

	.thdpp .thdpp-breadcrumb [aria-current="page"] {
		display: none;
	}

	.thdpp .thdpp-layout {
		gap: 28px;
	}

	.thdpp .woocommerce-product-gallery__image,
	.thdpp .flex-viewport {
		border-radius: 16px;
	}

	.thdpp .onsale {
		top: 12px !important;
		left: 12px !important;
	}

	.thdpp .thdpp-summary h1 {
		font-size: clamp(1.65rem, 8vw, 2.25rem);
	}

	.thdpp .thdpp-facts {
		grid-template-columns: 1fr;
	}

	.thdpp .thdpp-purchase {
		padding: 19px;
		border-radius: 20px;
	}

	.thdpp .thdpp-support {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.thdpp .thdpp-support > a {
		grid-column: 1 / -1;
	}

	.thdpp .thdpp-lower {
		padding: 38px 0 48px;
	}

	.thdpp .thdpp-lower-content {
		padding: 0;
	}

	.thdpp .thdpp-information + .thdpp-related {
		margin-top: 42px;
		padding-top: 42px;
	}

	.thdpp .woocommerce-tabs ul.tabs {
		overflow-x: auto;
		white-space: nowrap;
	}

	.thdpp .woocommerce-Tabs-panel {
		padding: 22px !important;
	}

	.thdpp .woocommerce-product-attributes th,
	.thdpp .woocommerce-product-attributes td {
		display: block;
		width: 100%;
		border-radius: 10px !important;
	}

	.thdpp .woocommerce-product-attributes th {
		margin-top: 8px;
		padding-bottom: 3px !important;
		border-radius: 10px 10px 0 0 !important;
	}

	.thdpp .woocommerce-product-attributes td {
		padding-top: 4px !important;
		border-radius: 0 0 10px 10px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thdpp *,
	.thdpp *::before,
	.thdpp *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
