.tbpp-panel {
	--tbpp-coral: #f26441;
	--tbpp-coral-dark: #d04220;
	--tbpp-ink: #333333;
	--tbpp-text: #545454;
	--tbpp-muted: #777777;
	--tbpp-line: #e7e4df;
	--tbpp-warm: #fff0ed;
	--tbpp-soft: #ffffff;
	--tbpp-white: #ffffff;
	background: var(--tbpp-white);
	color: inherit;
	font-family: inherit;
	overflow: hidden;
}

.tbpp-panel *,
.tbpp-panel *::before,
.tbpp-panel *::after {
	box-sizing: border-box;
}

.tbpp-panel h1,
.tbpp-panel h2,
.tbpp-panel h3,
.tbpp-panel p {
	font-family: inherit;
}

.tbpp-panel h1,
.tbpp-panel h2,
.tbpp-panel h3 {
	margin: 0;
}

.tbpp-breadcrumbs {
	padding-block: 20px 0;
}

.tbpp-breadcrumbs .woocommerce-breadcrumb {
	color: var(--tbpp-muted);
	font-size: 0.82rem;
	margin: 0;
}

.tbpp-breadcrumbs .woocommerce-breadcrumb a {
	color: var(--tbpp-text);
	text-decoration: none;
}

.tbpp-breadcrumbs .woocommerce-breadcrumb a:hover {
	color: var(--tbpp-coral-dark);
}

.tbpp-breadcrumbs .woocommerce-breadcrumb span {
	color: #b7b3ad;
	padding-inline: 9px;
}

.tbpp-hero {
	padding: 36px 0 clamp(72px, 9vw, 118px);
}

.tbpp-hero-grid {
	align-items: start;
	display: grid;
	gap: clamp(38px, 6vw, 76px);
	grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
}

.tbpp-gallery-wrap {
	align-items: center;
	align-self: stretch;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
	display: flex;
	height: 100%;
	justify-content: center;
	min-width: 0;
	padding: clamp(12px, 2vw, 20px);
	position: relative;
}

.tbpp-gallery-wrap .woocommerce-product-gallery {
	align-items: center;
	display: flex !important;
	float: none !important;
	height: 100% !important;
	justify-content: center;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0;
	width: 100% !important;
}

.tbpp-gallery-wrap .flex-viewport,
.tbpp-gallery-wrap .woocommerce-product-gallery__wrapper {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

/* Enfold outputs the main product image directly inside this wrapper. */
.tbpp-gallery-wrap .woocommerce-product-gallery__wrapper > a {
	display: block !important;
	height: auto !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

.tbpp-gallery-wrap .woocommerce-product-gallery__wrapper > a > img {
	display: block !important;
	height: auto !important;
	margin: 0 auto !important;
	max-width: none !important;
	object-fit: contain;
	object-position: center center;
	width: 100% !important;
}

.tbpp-gallery-wrap .woocommerce-product-gallery__wrapper > .thumbnails:empty {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tbpp-gallery-wrap .woocommerce-product-gallery__image,
.tbpp-gallery-wrap .woocommerce-product-gallery__image--placeholder {
	align-items: center;
	aspect-ratio: 4 / 3;
	background: #ffffff;
	border-radius: 14px;
	display: flex !important;
	justify-content: center;
	max-width: none !important;
	overflow: hidden;
	width: 100% !important;
}

.tbpp-gallery-wrap .woocommerce-product-gallery__image > a {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	max-width: none !important;
	width: 100% !important;
}

.tbpp-gallery-wrap .woocommerce-product-gallery__image img,
.tbpp-gallery-wrap .woocommerce-product-gallery__image--placeholder img {
	display: block;
	height: 100% !important;
	max-width: none !important;
	object-fit: contain;
	object-position: center center;
	width: 100% !important;
}

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

.tbpp-gallery-wrap .flex-control-thumbs li {
	float: none !important;
	width: auto !important;
}

.tbpp-gallery-wrap .flex-control-thumbs img {
	border: 2px solid transparent;
	border-radius: 10px;
	cursor: pointer;
}

.tbpp-gallery-wrap .flex-control-thumbs img.flex-active {
	border-color: var(--tbpp-coral);
}

.tbpp-gallery-wrap .woocommerce-product-gallery__trigger {
	background: #fff !important;
	border-radius: 999px !important;
	height: 42px !important;
	right: 16px !important;
	top: 16px !important;
	width: 42px !important;
	z-index: 7 !important;
}

.tbpp-buy-column {
	min-width: 0;
}

.tbpp-panel .tbpp-eyebrow-orange {
	color: var(--tbpp-coral) !important;
}

.tbpp-panel .tbpp-eyebrow-light {
	color: #ffffff !important;
}

.tbpp-subheading,
.tbpp-panel .tbpp-subheading {
	color: var(--tbpp-ink);
	font-size: clamp(1.12rem, 2vw, 1.35rem);
	font-weight: 600;
	line-height: 1.45;
	margin: 20px 0 0;
}

.tbpp-intro {
	border-left: 3px solid var(--tbpp-coral);
	margin-top: 26px;
	padding-left: 20px;
}

.tbpp-intro p {
	margin: 0;
}

.tbpp-intro p + p {
	margin-top: 10px;
}

.tbpp-proof-points {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 18px;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
}

.tbpp-proof-points li {
	color: var(--tbpp-ink);
	font-size: 0.84rem;
	font-weight: 600;
}

.tbpp-proof-points li span {
	color: var(--tbpp-coral-dark);
	margin-right: 5px;
}

.tbpp-configure-section {
	background: radial-gradient(#fff0ed, #fff0ed) !important;
	scroll-margin-top: 28px;
}

.tbpp-configure-intro {
	display: block;
	margin-bottom: clamp(30px, 5vw, 50px);
	max-width: 800px;
}

.tbpp-configure-guidance {
	color: var(--tbpp-muted);
	margin: 18px 0 0;
	max-width: 760px;
}

.tbpp-configure-layout {
	align-items: start;
	display: grid;
	gap: clamp(28px, 4vw, 58px);
	grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
}

.tbpp-component-cards {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tbpp-component-card,
.tbpp-panel button.tbpp-component-card {
	appearance: none;
	background: #ffffff;
	border: 1px solid var(--tbpp-line);
	border-radius: 12px;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: block;
	font: inherit;
	margin: 0;
	min-width: 0;
	padding: 0;
	text-align: left;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.tbpp-component-card:hover,
.tbpp-component-card:focus,
.tbpp-component-card.is-focused {
	border-color: var(--tbpp-coral);
	box-shadow: 0 10px 28px rgba(66, 43, 34, 0.1);
	color: inherit;
	outline: 0;
	transform: translateY(-2px);
}

.tbpp-component-media {
	align-items: center;
	background: #ffffff;
	border-radius: 11px 11px 0 0;
	display: flex;
	height: 124px;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.tbpp-component-media img {
	height: 100%;
	object-fit: contain;
	object-position: center center;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 2;
}

.tbpp-component-fallback {
	align-items: center;
	border: 1px solid rgba(232, 69, 33, 0.3);
	border-radius: 999px;
	color: var(--tbpp-coral-dark);
	display: flex;
	font-size: 0.72rem;
	font-weight: 700;
	height: 48px;
	justify-content: center;
	letter-spacing: 0.08em;
	position: absolute;
	width: 48px;
	z-index: 1;
}

.tbpp-component-card.is-image-missing img {
	display: none;
}

.tbpp-component-copy {
	display: block;
	padding: 15px;
}

.tbpp-component-copy small {
	color: var(--tbpp-muted);
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.07em;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.tbpp-component-copy strong {
	color: var(--tbpp-ink);
	display: block;
	font-size: 0.84rem;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.tbpp-configurator {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-top: 0;
	padding: 0;
}

.tbpp-configurator-heading {
	align-items: flex-start;
	border-bottom: 1px solid var(--tbpp-line);
	border-top: 0;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin: 0 0 22px;
	padding: 0 0 18px;
}

.tbpp-configurator-heading h4 {
	margin: 0;
}

.tbpp-configurator-heading > div > p:last-child {
	color: var(--tbpp-muted);
	font-size: 0.84rem;
	line-height: 1.4;
	margin: 4px 0 0;
}

.tbpp-live-price {
	flex: 0 0 auto;
	text-align: right;
}

.tbpp-live-price > span {
	color: var(--tbpp-muted);
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.tbpp-configuration-visuals {
	min-width: 0;
}

.tbpp-configurator-total {
	align-items: baseline;
	border-top: 1px solid var(--tbpp-line);
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 18px;
}

.tbpp-configurator-total > span {
	font-size: 0.875rem;
	margin-bottom: 0;
}

#tbpp-price-output,
#tbpp-price-output .price,
#tbpp-price-output .woocommerce-Price-amount {
	color: var(--tbpp-coral) !important;
	font-size: clamp(1.7rem, 3.75vw, 2.15rem);
	font-weight: 700;
	line-height: 1.15;
}

#tbpp-price-output del {
	color: var(--tbpp-muted);
	font-size: 0.78em;
	opacity: 0.75;
}

#tbpp-price-output del .woocommerce-Price-amount {
	color: var(--tbpp-muted) !important;
}

#tbpp-price-output ins {
	background: transparent;
	text-decoration: none;
}

.tbpp-configurator form.variations_form.cart {
	background: #ffffff;
	border: 0 !important;
	border-radius: 12px !important;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.1) !important;
	display: block !important;
	margin: 0 !important;
	outline: 0 !important;
	padding: clamp(19px, 2vw, 25px) !important;
	zoom: 1;
}

.tbpp-configurator table.variations {
	border: 0 !important;
	border-collapse: collapse;
	display: block;
	margin: 0 !important;
	width: 100% !important;
}

.tbpp-configurator table.variations tbody {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100% !important;
}

.tbpp-configurator table.variations tr {
	display: block;
	grid-column: span 1;
	width: 100% !important;
}

.tbpp-configurator table.variations tr:last-child {
	grid-column: 1 / -1;
}

.tbpp-configurator table.variations th,
.tbpp-configurator table.variations td {
	display: block;
	width: 100% !important;
}

.tbpp-configurator table.variations tr + tr {
	margin-top: 0;
}

.tbpp-configurator table.variations th,
.tbpp-configurator table.variations td {
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	text-align: left;
}

.tbpp-configurator table.variations th.label {
	margin-bottom: 7px;
	text-align: left !important;
}

.tbpp-configurator table.variations label {
	color: var(--tbpp-ink);
	display: block;
	font-size: 17px !important;
	font-weight: 300 !important;
	letter-spacing: 0 !important;
	line-height: 1.35;
	text-align: left !important;
}

.tbpp-configurator table.variations select {
	appearance: auto;
	background-color: #fff;
	border: 1px solid #cbc7c1;
	border-radius: 8px !important;
	box-shadow: none;
	color: var(--tbpp-ink);
	cursor: pointer;
	font-family: inherit;
	font-size: 0.95rem;
	height: auto;
	line-height: 1.35;
	margin: 0;
	max-width: none;
	min-height: 48px;
	padding: 11px 12px;
	width: 100%;
}

.tbpp-configurator table.variations select:focus {
	border-color: var(--tbpp-coral);
	box-shadow: 0 0 0 3px rgba(242, 100, 65, 0.16);
	outline: 0;
}

.tbpp-configurator .reset_variations {
	color: var(--tbpp-coral-dark);
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 600;
	margin-top: 8px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tbpp-configurator .reset_variations.tbpp-clear-selection {
	align-items: center;
	display: inline-flex;
	float: none !important;
	font-size: 0.86rem;
	height: auto;
	margin: 0 !important;
	padding: 0 8px;
	position: static !important;
	transform: none !important;
	white-space: nowrap;
}

.tbpp-configurator .single_variation_wrap {
	border-top: 1px solid var(--tbpp-line);
	margin-top: 22px;
	padding-top: 20px;
}

.tbpp-js .tbpp-configurator .woocommerce-variation-price {
	display: none;
}

.tbpp-configurator .woocommerce-variation-description p {
	font-size: 0.84rem;
	margin: 0 0 12px;
}

.tbpp-configurator .woocommerce-variation-availability p {
	font-size: 0.8rem;
	margin: 0 0 10px;
}

.tbpp-configurator .woocommerce-variation-add-to-cart {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	justify-content: end;
}

.tbpp-configurator .quantity {
	display: none !important;
}

.tbpp-configurator .quantity .qty {
	background: #fff;
	border: 1px solid #cbc7c1;
	border-radius: 8px;
	height: 52px;
	margin: 0;
	padding: 8px;
	text-align: center;
	width: 100%;
}

.tbpp-configurator button.single_add_to_cart_button,
.tbpp-button {
	align-items: center;
	background: var(--tbpp-coral) !important;
	border: 0 !important;
	border-radius: 5px 12px !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-flex;
	font-family: inherit !important;
	font-size: 0.94rem !important;
	font-weight: 300 !important;
	justify-content: center;
	line-height: 1.2 !important;
	min-height: 0;
	padding: 10px 20px !important;
	text-align: center;
	text-decoration: none !important;
	transition: background-color 160ms ease, transform 160ms ease;
}

.tbpp-configurator button.single_add_to_cart_button {
	min-width: 280px;
}

.tbpp-configurator button.single_add_to_cart_button:hover,
.tbpp-configurator button.single_add_to_cart_button:focus,
.tbpp-button:hover,
.tbpp-button:focus {
	background: var(--tbpp-coral-dark) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.tbpp-configurator button.single_add_to_cart_button.disabled {
	cursor: not-allowed;
	opacity: 0.48;
	transform: none;
}

.tbpp-configurator .product_meta {
	display: none;
}

.tbpp-panel .woocommerce-error,
.tbpp-panel .woocommerce-info,
.tbpp-panel .woocommerce-message {
	border-top-color: var(--tbpp-coral);
	margin-bottom: 18px;
}

.tbpp-section {
	background: #ffffff;
	padding: clamp(50px, 7vw, 80px) 0;
}

.tbpp-section-grid,
.tbpp-specification-grid,
.tbpp-faq-grid {
	display: grid;
	gap: clamp(44px, 8vw, 110px);
	grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
}

.tbpp-section-heading > p:last-child,
.tbpp-centered-heading > p:last-child {
	color: var(--tbpp-muted);
	font-size: 1.02rem;
	margin: 20px 0 0;
	max-width: 480px;
}

.tbpp-included-section {
	background: radial-gradient(#f26441, #e84521);
}

.tbpp-included-section h2,
.tbpp-included-section .tbpp-section-heading > p:last-child {
	color: #fff;
}

.tbpp-included-section .tbpp-eyebrow {
	color: #ffffff;
}

.tbpp-feature-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tbpp-feature-list li {
	align-items: flex-start;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	display: grid;
	gap: 22px;
	grid-template-columns: 42px minmax(0, 1fr);
	padding: 20px 0;
}

.tbpp-feature-list li:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.tbpp-feature-list span {
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding-top: 5px;
}

.tbpp-feature-list p {
	color: #fff;
	font-size: 1rem;
	line-height: 1.55;
	margin: 0;
}

.tbpp-centered-heading {
	margin: 0 auto clamp(38px, 6vw, 64px);
	max-width: 740px;
	text-align: center;
}

.tbpp-centered-heading > p:last-child {
	margin-inline: auto;
}

.tbpp-benefit-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, 1fr);
}

.tbpp-benefit-card {
	background: var(--tbpp-soft);
	border: 1px solid var(--tbpp-line);
	border-radius: 16px;
	min-height: 100%;
	padding: clamp(24px, 3vw, 34px);
}

.tbpp-card-number {
	align-items: center;
	background: rgba(242, 100, 65, 0.12);
	border-radius: 999px;
	color: var(--tbpp-coral-dark);
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 700;
	height: 38px;
	justify-content: center;
	margin-bottom: 38px;
	width: 38px;
}

.tbpp-benefit-card h3 {
	min-height: 2.2em;
}

.tbpp-benefit-card p {
	color: var(--tbpp-muted);
	font-size: 0.94rem;
	margin: 18px 0 0;
}

.tbpp-certification-section {
	background: radial-gradient(#fff0ed, #fff0ed);
}

.tbpp-certification-intro {
	margin-bottom: clamp(36px, 5vw, 54px);
	max-width: 780px;
}

.tbpp-certification-intro > p:last-child {
	margin: 18px 0 0;
}

.tbpp-certification-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}

.tbpp-certification-grid article {
	background: #fff;
	border: 1px solid var(--tbpp-line);
	border-radius: 15px;
	padding: clamp(24px, 4vw, 38px);
}

.tbpp-status-icon {
	align-items: center;
	background: #e4f2e6;
	border-radius: 999px;
	color: #2f6e39;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 800;
	height: 42px;
	justify-content: center;
	margin-bottom: 28px;
	width: 42px;
}

.tbpp-status-icon-caution {
	background: rgba(242, 100, 65, 0.13);
	color: var(--tbpp-coral-dark);
}

.tbpp-certification-grid p {
	color: var(--tbpp-muted);
	font-size: 0.95rem;
	margin: 16px 0 0;
}

.tbpp-service-link,
.tbpp-panel .tbpp-service-link {
	border-top: 1px solid #ddd7cf;
	font-size: 0.92rem;
	margin: 28px 0 0;
	padding-top: 22px;
}

.tbpp-service-link a,
.tbpp-text-link {
	color: var(--tbpp-coral-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.tbpp-specification-table {
	border-top: 2px solid var(--tbpp-ink);
}

.tbpp-specification-table [role="row"] {
	align-items: baseline;
	border-bottom: 1px solid var(--tbpp-line);
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(150px, 0.65fr) minmax(0, 1.35fr);
	padding: 18px 4px;
}

.tbpp-specification-table span {
	color: var(--tbpp-muted);
	font-size: 0.86rem;
}

.tbpp-specification-table strong {
	color: var(--tbpp-ink);
	font-size: 0.94rem;
	font-weight: 600;
}

.tbpp-faq-section {
	background: radial-gradient(#fff0ed, #fff0ed);
}

.tbpp-faq-section .tbpp-section-heading {
	align-self: start;
	position: sticky;
	top: 34px;
}

.tbpp-text-link {
	display: inline-block;
	font-size: 0.9rem;
	margin-top: 26px;
}

.tbpp-accordion details {
	border-bottom: 1px solid var(--tbpp-line);
	padding: 0;
}

.tbpp-accordion details:first-child {
	border-top: 1px solid var(--tbpp-line);
}

.tbpp-accordion summary {
	align-items: center;
	color: var(--tbpp-ink);
	cursor: pointer;
	display: flex;
	font-size: 1.02rem;
	font-weight: 700;
	gap: 18px;
	justify-content: space-between;
	list-style: none;
	padding: 22px 0;
}

.tbpp-accordion summary::-webkit-details-marker {
	display: none;
}

.tbpp-accordion summary span {
	border: 1px solid #c9c5bf;
	border-radius: 999px;
	flex: 0 0 28px;
	height: 28px;
	position: relative;
	width: 28px;
}

.tbpp-accordion summary span::before,
.tbpp-accordion summary span::after {
	background: var(--tbpp-ink);
	content: "";
	height: 1px;
	left: 8px;
	position: absolute;
	top: 13px;
	width: 10px;
}

.tbpp-accordion summary span::after {
	transform: rotate(90deg);
	transition: transform 150ms ease;
}

.tbpp-accordion details[open] summary span::after {
	transform: rotate(0deg);
}

.tbpp-accordion details p {
	color: var(--tbpp-muted);
	font-size: 0.94rem;
	margin: -5px 0 23px;
	max-width: 680px;
	padding-right: 44px;
}

.tbpp-final-cta {
	background: radial-gradient(#f26441, #e84521);
	padding: clamp(54px, 7vw, 80px) 0;
}

.tbpp-final-cta-inner {
	align-items: center;
	display: flex;
	gap: 36px;
	justify-content: space-between;
}

.tbpp-final-cta .tbpp-eyebrow {
	color: #fff;
}

.tbpp-final-cta h2,
.tbpp-final-cta p {
	color: #fff;
}

.tbpp-final-cta p:last-child {
	margin: 14px 0 0;
}

.tbpp-final-cta .tbpp-button {
	background: var(--tbpp-ink) !important;
	flex: 0 0 auto;
	margin-left: auto;
	min-width: 210px;
}

.tbpp-final-cta .tbpp-button:hover,
.tbpp-final-cta .tbpp-button:focus {
	background: #1f1f1f !important;
}

@media (min-width: 1200px) {
	.tbpp-component-cards {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}

	.tbpp-component-cards > .tbpp-component-card {
		grid-column: span 3;
	}

	.tbpp-component-cards > .tbpp-component-card:nth-child(n + 3) {
		grid-column: span 2;
	}
}

@media (min-width: 961px) and (max-width: 1199px) {
	.tbpp-component-cards > .tbpp-component-card:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 960px) {
	.tbpp-configure-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	.tbpp-hero-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.tbpp-gallery-wrap {
		margin-inline: auto;
		max-width: 720px;
		width: 100%;
	}

	.tbpp-buy-column {
		margin-inline: auto;
		max-width: 720px;
		width: 100%;
	}

	.tbpp-component-cards {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tbpp-configurator table.variations tbody {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tbpp-configurator table.variations tr {
		grid-column: span 1;
	}

	.tbpp-configurator table.variations tr:last-child {
		grid-column: 1 / -1;
	}

	.tbpp-benefit-grid {
		grid-template-columns: 1fr;
	}

	.tbpp-benefit-card h3 {
		min-height: 0;
	}

	.tbpp-card-number {
		margin-bottom: 24px;
	}
}

@media (max-width: 760px) {
	.tbpp-breadcrumbs {
		padding-top: 14px;
	}

	.tbpp-hero {
		padding-top: 24px;
	}

	.tbpp-component-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tbpp-configurator table.variations tbody {
		grid-template-columns: 1fr;
	}

	.tbpp-configurator table.variations tr:last-child {
		grid-column: span 1;
	}

	.tbpp-section-grid,
	.tbpp-specification-grid,
	.tbpp-faq-grid {
		grid-template-columns: 1fr;
	}

	.tbpp-certification-grid {
		grid-template-columns: 1fr;
	}

	.tbpp-faq-section .tbpp-section-heading {
		position: static;
	}

	.tbpp-final-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.tbpp-final-cta .tbpp-button {
		margin-left: 0;
		width: 100%;
	}
}

@media (max-width: 520px) {
	.tbpp-configurator form.variations_form.cart {
		padding: 19px !important;
	}

	.tbpp-configurator-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.tbpp-live-price {
		text-align: left;
	}

	.tbpp-configurator .woocommerce-variation-add-to-cart {
		flex-wrap: wrap;
	}

	.tbpp-configurator button.single_add_to_cart_button {
		flex: 1 1 220px;
		min-width: 0;
	}

	.tbpp-specification-table [role="row"] {
		gap: 5px;
		grid-template-columns: 1fr;
		padding-block: 15px;
	}
}

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