/* Talking Headsets Dealer Catalogue — Astra/WooCommerce scoped styles. */
body.thdpc-shop-active {
	overflow-x: hidden;
}

body.thdpc-shop-active #content,
body.thdpc-shop-active .site-content {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

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

body.thdpc-shop-active #primary,
body.thdpc-shop-active .content-area,
body.thdpc-shop-active .thdpc-page-main {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.thdpc-shop-active #primary > .site-main,
body.thdpc-shop-active .site-main > article,
body.thdpc-shop-active .site-main > article > .entry-content {
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

body.thdpc-shop-active .thdpc {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.thdpc {
	--thdpc-teal: #00736a;
	--thdpc-teal-2: #009184;
	--thdpc-teal-dark: #004f4b;
	--thdpc-teal-deep: #033b39;
	--thdpc-red: #e5252a;
	--thdpc-red-dark: #bd161c;
	--thdpc-ink: #173438;
	--thdpc-muted: #60767b;
	--thdpc-mint: #eef9f7;
	--thdpc-mint-2: #dff3ef;
	--thdpc-blush: #fff2f2;
	--thdpc-line: #d7e7e5;
	--thdpc-separator: #d9dede;
	--thdpc-white: #fff;
	--thdpc-shadow: 0 20px 60px rgba(3, 59, 57, 0.15);
	--thdpc-shadow-soft: 0 10px 32px rgba(3, 59, 57, 0.09);
	--thdpc-radius: 24px;
	position: relative;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	color: var(--thdpc-ink);
	background: #fff;
	font-family: inherit;
	font-size: 16px;
	line-height: 1.55;
}

.thdpc.thdpc--catalogue,
.thdpc.thdpc--brands {
	border-bottom: 1px solid var(--thdpc-separator);
}

.thdpc,
.thdpc * {
	box-sizing: border-box;
}

.thdpc a,
.thdpc a:visited {
	text-decoration: none !important;
}

.thdpc button,
.thdpc input,
.thdpc select {
	font: inherit;
}

.thdpc button,
.thdpc select {
	cursor: pointer;
}

.thdpc :is(a, button, input, select):focus-visible {
	outline: 3px solid rgba(229, 37, 42, 0.34);
	outline-offset: 3px;
}

.thdpc .thdpc-container {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.thdpc .thdpc-icon {
	display: block;
	width: 1em;
	height: 1em;
}

.thdpc .thdpc-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin: 0 0 14px;
	color: var(--thdpc-red);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.thdpc .thdpc-eyebrow[hidden] {
	display: none;
}

.thdpc .thdpc-eyebrow::before {
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: currentColor;
	box-shadow: 0 0 0 5px rgba(229, 37, 42, 0.14);
	content: "";
}

.thdpc h1,
.thdpc h2,
.thdpc h3,
.thdpc p,
.thdpc figure {
	margin-top: 0;
}

.thdpc h1,
.thdpc h2,
.thdpc h3 {
	color: inherit;
}

.thdpc .thdpc-popular {
	padding: 34px 0 38px;
	background: var(--thdpc-mint);
}

.thdpc .thdpc-section-head,
.thdpc .thdpc-catalogue-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.thdpc .thdpc-section-head {
	margin-bottom: 27px;
}

.thdpc .thdpc-section-head h2,
.thdpc .thdpc-catalogue-heading h1,
.thdpc .thdpc-catalogue-heading h2 {
	margin-bottom: 0;
	font-size: clamp(1.75rem, 3.2vw, 2.75rem);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: -0.04em;
}

.thdpc .thdpc-text-link,
.thdpc .thdpc-text-link:visited {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--thdpc-teal-dark) !important;
	font-weight: 900;
	white-space: nowrap;
}

.thdpc .thdpc-text-link::after {
	content: "↓";
}

.thdpc .thdpc-popular-grid {
	display: grid;
	gap: 16px;
}

.thdpc .thdpc-brand-grid {
	display: grid;
	grid-template-columns: repeat(var(--thdpc-brand-columns, 4), minmax(0, 1fr));
	gap: 16px;
}

.thdpc .thdpc-brand-grid--cols-1 { --thdpc-brand-columns: 1; }
.thdpc .thdpc-brand-grid--cols-2 { --thdpc-brand-columns: 2; }
.thdpc .thdpc-brand-grid--cols-3 { --thdpc-brand-columns: 3; }
.thdpc .thdpc-brand-grid--cols-4 { --thdpc-brand-columns: 4; }
.thdpc .thdpc-brand-grid--cols-5 { --thdpc-brand-columns: 5; }
.thdpc .thdpc-brand-grid--cols-6 { --thdpc-brand-columns: 6; }

.thdpc .thdpc-brand-card,
.thdpc .thdpc-brand-card:visited {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-width: 0;
	padding: 14px;
	border: 1px solid var(--thdpc-line);
	border-radius: 22px;
	color: var(--thdpc-ink) !important;
	background: #fff;
	box-shadow: var(--thdpc-shadow-soft);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.thdpc .thdpc-brand-card:hover {
	border-color: rgba(0, 115, 106, 0.38);
	box-shadow: var(--thdpc-shadow);
	transform: translateY(-3px);
}

.thdpc .thdpc-brand-card.is-active {
	border-color: var(--thdpc-teal);
	box-shadow: 0 0 0 2px rgba(0, 115, 106, 0.12), var(--thdpc-shadow-soft);
}

.thdpc .thdpc-brand-logo {
	grid-column: 1 / -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 116px;
	min-width: 0;
	min-height: 0;
	padding: 16px;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.thdpc .thdpc-brand-logo > img.thdpc-brand-thumbnail {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	min-width: 0;
	min-height: 0;
	margin: 0 !important;
	object-fit: contain !important;
	object-position: center !important;
	transform: none !important;
}

.thdpc .thdpc-brand-logo > img.thdpc-brand-thumbnail--square-canvas {
	transform: scale(1.5) !important;
}

.thdpc .thdpc-brand-fallback {
	display: grid;
	place-items: center;
	width: 70px;
	height: 70px;
	border-radius: 22px;
	color: #fff;
	background: linear-gradient(145deg, var(--thdpc-teal), var(--thdpc-teal-dark));
	font-size: 1.7rem;
	font-weight: 900;
}

.thdpc .thdpc-brand-card-copy,
.thdpc .thdpc-brand-card-copy strong,
.thdpc .thdpc-brand-card-copy small {
	display: block;
	min-width: 0;
}

.thdpc .thdpc-brand-card-copy strong {
	font-size: 1rem;
	line-height: 1.25;
}

.thdpc .thdpc-brand-card-copy small {
	margin-top: 4px;
	color: var(--thdpc-muted);
}

.thdpc .thdpc-brand-arrow {
	color: var(--thdpc-red);
	font-size: 1.15rem;
	font-weight: 900;
}

.thdpc .thdpc-popular-grid--cols-1 {
	grid-template-columns: minmax(0, 390px);
}

.thdpc .thdpc-popular-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.thdpc .thdpc-popular-grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.thdpc .thdpc-type-card,
.thdpc .thdpc-type-card:visited {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	min-height: 104px;
	padding: 18px;
	border: 1px solid var(--thdpc-line);
	border-radius: 22px;
	color: var(--thdpc-ink) !important;
	background: #fff;
	box-shadow: var(--thdpc-shadow-soft);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.thdpc .thdpc-type-card:hover {
	border-color: rgba(0, 115, 106, 0.38);
	box-shadow: var(--thdpc-shadow);
	transform: translateY(-3px);
}

.thdpc .thdpc-type-card.is-active {
	border-color: var(--thdpc-teal);
	box-shadow: 0 0 0 2px rgba(0, 115, 106, 0.12), var(--thdpc-shadow-soft);
}

.thdpc .thdpc-type-icon {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border-radius: 17px;
	color: #fff;
	background: linear-gradient(145deg, var(--thdpc-teal), var(--thdpc-teal-dark));
}

.thdpc .thdpc-type-icon .thdpc-icon {
	width: 27px;
	height: 27px;
}

.thdpc .thdpc-type-copy strong,
.thdpc .thdpc-type-copy small {
	display: block;
}

.thdpc .thdpc-type-copy strong {
	font-size: 0.98rem;
	line-height: 1.25;
}

.thdpc .thdpc-type-copy small {
	margin-top: 4px;
	color: var(--thdpc-muted);
}

.thdpc .thdpc-type-arrow {
	color: var(--thdpc-red);
	font-size: 1.15rem;
	font-weight: 900;
}

.thdpc .thdpc-catalogue {
	padding: 40px 0 84px;
	background: #fff;
}

.thdpc .thdpc-catalogue-heading {
	margin-bottom: 30px;
}

.thdpc .thdpc-catalogue-heading.is-compact {
	justify-content: flex-end;
	margin-bottom: 0;
}

.thdpc .thdpc-layout {
	display: grid;
	grid-template-columns: 275px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.thdpc .thdpc-filters {
	position: sticky;
	top: 36px;
	max-height: calc(100vh - 72px);
	padding: 8px 6px 8px 8px;
	overflow: hidden;
	border: 1px solid var(--thdpc-line);
	border-radius: 24px;
	background: #f9fcfb;
	box-shadow: 0 10px 28px rgba(3, 59, 57, 0.07);
}

.thdpc .thdpc-filters-scroll {
	max-height: calc(100vh - 88px);
	padding: 14px 16px 14px 14px;
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	scrollbar-color: rgba(0, 115, 106, 0.3) transparent;
	scrollbar-width: thin;
}

.thdpc .thdpc-filters-scroll::-webkit-scrollbar {
	width: 8px;
}

.thdpc .thdpc-filters-scroll::-webkit-scrollbar-track {
	margin-block: 6px;
	background: transparent;
}

.thdpc .thdpc-filters-scroll::-webkit-scrollbar-thumb {
	border: 2px solid transparent;
	border-radius: 999px;
	background: rgba(0, 115, 106, 0.3);
	background-clip: padding-box;
}

.thdpc .thdpc-filter-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 18px;
}

.thdpc .thdpc-filter-header h3 {
	margin-bottom: 0;
	font-size: 1.12rem;
	font-weight: 900;
}

.thdpc .thdpc-filter-header button {
	display: none;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--thdpc-line);
	border-radius: 50%;
	color: var(--thdpc-teal-deep);
	background: #fff;
	font-size: 1.35rem;
	line-height: 1;
}

.thdpc .thdpc-filter-group + .thdpc-filter-group {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid var(--thdpc-line);
}

.thdpc .thdpc-filter-group > label,
.thdpc .thdpc-filter-label-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 10px;
	color: var(--thdpc-ink);
	font-size: 0.84rem;
	font-weight: 900;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

.thdpc .thdpc-filter-label-row small {
	display: inline-grid;
	place-items: center;
	min-width: 27px;
	height: 27px;
	padding: 0 6px;
	border-radius: 999px;
	color: var(--thdpc-teal-dark);
	background: var(--thdpc-mint-2);
	font-size: 0.72rem;
}

.thdpc .thdpc-filter-group select,
.thdpc .thdpc-sort select {
	-webkit-appearance: none;
	appearance: none;
	height: 44px;
	min-height: 44px;
	padding: 8px 42px 8px 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;
	font-size: 0.9rem;
}

.thdpc .thdpc-tag-list {
	display: grid;
	gap: 4px;
}

.thdpc .thdpc-tag-option,
.thdpc .thdpc-tag-option:visited {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
	align-items: center;
	min-height: 38px;
	padding: 7px 9px;
	border-radius: 10px;
	color: var(--thdpc-ink) !important;
	font-size: 0.88rem;
	font-weight: 700;
	line-height: 1.25;
	transition: color 0.16s ease, background 0.16s ease;
}

.thdpc .thdpc-tag-option:hover {
	background: var(--thdpc-mint);
}

.thdpc .thdpc-tag-option.is-active {
	color: #fff !important;
	background: var(--thdpc-teal);
}

.thdpc .thdpc-tag-option strong {
	display: inline-grid;
	place-items: center;
	min-width: 26px;
	height: 24px;
	padding: 0 5px;
	border-radius: 999px;
	color: var(--thdpc-muted);
	background: rgba(255, 255, 255, 0.85);
	font-size: 0.72rem;
}

.thdpc .thdpc-reset-link,
.thdpc .thdpc-reset-link:visited {
	display: block;
	margin-top: 20px;
	color: var(--thdpc-red-dark) !important;
	font-size: 0.88rem;
	font-weight: 900;
	text-align: center;
}

.thdpc .thdpc-mobile-filter-button {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 10px 15px;
	border: 1px solid var(--thdpc-line);
	border-radius: 999px;
	color: var(--thdpc-teal-dark);
	background: #fff;
	font-weight: 900;
}

.thdpc .thdpc-mobile-filter-button .thdpc-icon {
	width: 18px;
	height: 18px;
}

.thdpc .thdpc-filter-overlay {
	display: none;
}

.thdpc .thdpc-results {
	position: relative;
	min-width: 0;
}

.thdpc .thdpc-results-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	min-height: 50px;
	margin-bottom: 20px;
}

.thdpc .thdpc-result-count {
	display: flex;
	align-items: center;
	min-height: 44px;
	margin-bottom: 0;
	color: var(--thdpc-muted);
	font-size: 0.92rem;
	font-weight: 750;
}

.thdpc .thdpc-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 9px;
}

.thdpc .thdpc-active-filters button {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 31px;
	padding: 5px 9px;
	border: 1px solid rgba(0, 115, 106, 0.16);
	border-radius: 999px;
	color: var(--thdpc-teal-dark);
	background: var(--thdpc-mint);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.1;
}

.thdpc .thdpc-active-filters button span:last-child {
	color: var(--thdpc-red);
	font-size: 1rem;
}

.thdpc .thdpc-sort {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--thdpc-muted);
	font-size: 0.82rem;
	font-weight: 800;
	white-space: nowrap;
}

.thdpc .thdpc-sort select {
	width: auto;
	min-width: 155px;
}

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

.thdpc .thdpc-product-card {
	min-width: 0;
	margin: 0;
	border: 1px solid var(--thdpc-line);
	border-radius: 22px;
	overflow: hidden;
	background: #fff;
	box-shadow: var(--thdpc-shadow-soft);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.thdpc .thdpc-product-card:hover {
	border-color: rgba(0, 115, 106, 0.34);
	box-shadow: var(--thdpc-shadow);
	transform: translateY(-4px);
}

.thdpc .thdpc-product-link,
.thdpc .thdpc-product-link:visited {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: var(--thdpc-ink) !important;
}

.thdpc .thdpc-product-image {
	position: relative;
	display: grid;
	place-items: center;
	width: auto;
	margin: 12px 12px 0;
	aspect-ratio: 1 / 1;
	border-radius: 16px;
	overflow: hidden;
	background: #fff;
}

.thdpc .thdpc-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	padding: 5px;
	object-fit: contain;
}

.thdpc .thdpc-product-card:hover .thdpc-product-image img {
	transform: none !important;
}

.thdpc .thdpc-view-cue {
	position: absolute;
	top: 10px;
	right: 10px;
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(0, 115, 106, 0.12);
	border-radius: 50%;
	color: var(--thdpc-teal-dark);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 18px rgba(3, 59, 57, 0.09);
	opacity: 0;
	transform: translateY(3px);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.thdpc .thdpc-view-cue .thdpc-icon {
	width: 16px;
	height: 16px;
}

.thdpc .thdpc-product-card:hover .thdpc-view-cue {
	opacity: 1;
	transform: translateY(0);
}

.thdpc .thdpc-product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 16px 16px 18px;
}

.thdpc .thdpc-product-brand {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 7px;
	align-items: baseline;
	min-height: 19px;
	margin: 0 0 7px;
	font-size: 0.72rem;
	line-height: 1.25;
}

.thdpc .thdpc-product-brand span {
	color: var(--thdpc-muted);
	font-size: 0.66rem;
	font-weight: 850;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

.thdpc .thdpc-product-brand strong {
	color: var(--thdpc-teal-dark);
	font-weight: 900;
}

.thdpc .thdpc-product-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	min-height: 24px;
	margin-bottom: 9px;
}

.thdpc .thdpc-product-tags span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 4px 7px;
	border-radius: 999px;
	color: var(--thdpc-teal-dark);
	background: var(--thdpc-mint);
	font-size: 0.67rem;
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: 0.025em;
}

.thdpc .thdpc-product-body h3 {
	margin-bottom: 10px;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.32;
	letter-spacing: -0.018em;
}

.thdpc .thdpc-sku {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 6px;
	align-items: baseline;
	margin-bottom: 13px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e8f0ef;
	color: var(--thdpc-muted);
	font-size: 0.74rem;
}

.thdpc .thdpc-sku strong {
	min-width: 0;
	overflow-wrap: anywhere;
	color: var(--thdpc-ink);
}

.thdpc .thdpc-product-commercial {
	display: grid;
	gap: 7px;
	margin-top: auto;
}

.thdpc .thdpc-price {
	display: block;
	width: 100%;
	color: var(--thdpc-teal-dark);
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.35;
	text-align: left !important;
}

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

.thdpc .thdpc-price .wctdlp-price--layout-stacked {
	align-items: flex-start !important;
}

.thdpc .thdpc-price del {
	color: #839396;
	font-size: 0.83em;
	font-weight: 700;
	opacity: 0.8;
}

.thdpc .thdpc-price ins {
	color: var(--thdpc-teal-dark);
	text-decoration: none;
}

.thdpc .thdpc-price-note {
	color: var(--thdpc-muted);
	font-size: 0.86rem;
}

.thdpc .thdpc-stock,
.thdpc .thdpc-stock p {
	margin: 0;
	font-size: 0.76rem;
	font-weight: 800;
	line-height: 1.3;
}

.thdpc .thdpc-stock--instock,
.thdpc .thdpc-stock--instock p {
	color: #197447;
}

.thdpc .thdpc-stock--onbackorder,
.thdpc .thdpc-stock--onbackorder p {
	color: #9a5a00;
}

.thdpc .thdpc-stock--outofstock,
.thdpc .thdpc-stock--outofstock p {
	color: #9d2c32;
}

.thdpc .thdpc-product-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 40px;
	margin-top: 15px;
	padding: 9px 12px;
	border-radius: 12px;
	color: #fff;
	background: var(--thdpc-teal-dark);
	font-size: 0.82rem;
	font-weight: 900;
	transition: background 0.18s ease;
}

.thdpc .thdpc-product-card:hover .thdpc-product-cta {
	background: var(--thdpc-red);
}

.thdpc .thdpc-pagination {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 18px;
	align-items: center;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid var(--thdpc-line);
}

.thdpc .thdpc-pagination a,
.thdpc .thdpc-pagination a:visited,
.thdpc .thdpc-page-numbers > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	border: 1px solid var(--thdpc-line);
	border-radius: 11px;
	color: var(--thdpc-teal-dark) !important;
	background: #fff;
	font-size: 0.84rem;
	font-weight: 900;
}

.thdpc .thdpc-pagination a:hover {
	border-color: var(--thdpc-teal);
	background: var(--thdpc-mint);
}

.thdpc .thdpc-page-numbers {
	display: flex;
	gap: 6px;
	align-items: center;
	justify-content: center;
}

.thdpc .thdpc-page-numbers > span:not(.is-current) {
	min-width: auto;
	padding: 0 3px;
	border: 0;
}

.thdpc .thdpc-page-numbers > .is-current {
	border-color: var(--thdpc-teal);
	color: #fff !important;
	background: var(--thdpc-teal);
}

.thdpc .thdpc-page-prev,
.thdpc .thdpc-page-next {
	gap: 8px;
}

.thdpc .thdpc-page-prev {
	justify-self: start;
}

.thdpc .thdpc-page-next {
	justify-self: end;
}

.thdpc .thdpc-empty {
	padding: 62px 28px;
	border: 1px dashed rgba(0, 115, 106, 0.35);
	border-radius: 24px;
	background: var(--thdpc-mint);
	text-align: center;
}

.thdpc .thdpc-empty-icon {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	margin: 0 auto 18px;
	border-radius: 18px;
	color: #fff;
	background: var(--thdpc-teal);
}

.thdpc .thdpc-empty-icon .thdpc-icon {
	width: 28px;
	height: 28px;
}

.thdpc .thdpc-empty h3 {
	margin-bottom: 8px;
	font-size: 1.25rem;
}

.thdpc .thdpc-empty p {
	max-width: 520px;
	margin: 0 auto 18px;
	color: var(--thdpc-muted);
}

.thdpc .thdpc-empty a,
.thdpc .thdpc-empty a:visited {
	display: inline-flex;
	min-height: 44px;
	align-items: center;
	padding: 10px 16px;
	border-radius: 999px;
	color: #fff !important;
	background: var(--thdpc-red);
	font-weight: 900;
}

.thdpc .thdpc-loading {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 9999;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 48px;
	padding: 11px 16px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #fff;
	background: rgba(3, 59, 57, 0.95);
	box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
	font-size: 0.88rem;
	font-weight: 850;
	backdrop-filter: blur(12px);
}

.thdpc .thdpc-loading[hidden],
.thdpc .thdpc-toast[hidden] {
	display: none;
}

.thdpc .thdpc-spinner {
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.32);
	border-top-color: #fff;
	border-radius: 50%;
	animation: thdpc-spin 0.7s linear infinite;
}

@keyframes thdpc-spin {
	to { transform: rotate(360deg); }
}

.thdpc .thdpc-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 10000;
	max-width: 360px;
	padding: 13px 16px;
	border-radius: 13px;
	color: #fff;
	background: #8a2227;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22);
	font-size: 0.88rem;
	font-weight: 800;
}

body.thdpc-filters-open {
	overflow: hidden;
}

@media (max-width: 1080px) {
	.thdpc .thdpc-brand-grid--cols-4,
	.thdpc .thdpc-brand-grid--cols-5,
	.thdpc .thdpc-brand-grid--cols-6 {
		--thdpc-brand-columns: 3;
	}

	.thdpc .thdpc-popular-grid--cols-3 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

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

@media (max-width: 860px) {
	.thdpc .thdpc-brand-grid--cols-3,
	.thdpc .thdpc-brand-grid--cols-4,
	.thdpc .thdpc-brand-grid--cols-5,
	.thdpc .thdpc-brand-grid--cols-6 {
		--thdpc-brand-columns: 2;
	}

	.thdpc .thdpc-layout {
		grid-template-columns: 1fr;
	}

	.thdpc .thdpc-mobile-filter-button {
		display: inline-flex;
	}

	.thdpc .thdpc-filters {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 10002;
		width: min(390px, calc(100vw - 38px));
		height: 100dvh;
		max-height: none;
		padding: 8px 6px 8px 8px;
		border: 0;
		border-radius: 22px 0 0 22px;
		box-shadow: -18px 0 55px rgba(0, 0, 0, 0.24);
		transform: translateX(105%);
		transition: transform 0.24s ease;
	}

	.thdpc .thdpc-filters-scroll {
		height: 100%;
		max-height: none;
		padding: 14px 16px 14px 14px;
	}

	.thdpc .thdpc-catalogue-heading.is-compact {
		margin-bottom: 22px;
	}

	.thdpc.is-filters-open .thdpc-filters {
		transform: translateX(0);
	}

	.thdpc .thdpc-filter-header button {
		display: inline-grid;
		place-items: center;
	}

	.thdpc .thdpc-filter-overlay {
		position: fixed;
		inset: 0;
		z-index: 10001;
		display: block;
		pointer-events: none;
		background: rgba(3, 34, 33, 0.58);
		opacity: 0;
		transition: opacity 0.2s ease;
	}

	.thdpc.is-filters-open .thdpc-filter-overlay {
		pointer-events: auto;
		opacity: 1;
	}
}

@media (max-width: 680px) {
	.thdpc .thdpc-container {
		width: min(100% - 28px, 1180px);
	}

	.thdpc .thdpc-popular,
	.thdpc .thdpc-catalogue {
		padding: 32px 0 62px;
	}

	.thdpc .thdpc-section-head,
	.thdpc .thdpc-catalogue-heading,
	.thdpc .thdpc-results-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.thdpc .thdpc-text-link {
		align-self: flex-start;
	}

	.thdpc .thdpc-popular-grid,
	.thdpc .thdpc-brand-grid,
	.thdpc .thdpc-product-grid {
		--thdpc-brand-columns: 1;
		grid-template-columns: 1fr;
	}

	.thdpc .thdpc-sort {
		justify-content: space-between;
	}

	.thdpc .thdpc-result-count {
		min-height: 0;
	}

	.thdpc .thdpc-sort select {
		flex: 1;
		max-width: 210px;
	}

	.thdpc .thdpc-pagination {
		grid-template-columns: 1fr 1fr;
	}

	.thdpc .thdpc-page-numbers {
		grid-column: 1 / -1;
		grid-row: 1;
	}

	.thdpc .thdpc-page-prev,
	.thdpc .thdpc-page-next {
		grid-row: 2;
	}

	.thdpc .thdpc-loading,
	.thdpc .thdpc-toast {
		right: 14px;
		bottom: 14px;
		left: 14px;
		justify-content: center;
		max-width: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.thdpc .thdpc-spinner {
		animation: none !important;
	}

	.thdpc *,
	.thdpc *::before,
	.thdpc *::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
