:root {
	--ts-px-blue: #0071e3;
	--ts-px-blue-hover: #0077ed;
	--ts-px-ink: #1d1d1f;
	--ts-px-muted: #6e6e73;
	--ts-px-canvas: #f5f5f7;
	--ts-px-line: #d2d2d7;
}

/* Bricks positions its mega panels from each nav item. The reference opens a
 * single full-width panel immediately below the 64 px global header. */
@media (min-width: 992px) {
	#brxe-rhprtp .brx-megamenu {
		position: fixed !important;
		top: 64px !important;
		right: 0 !important;
		left: 0 !important;
		width: 100% !important;
		max-height: calc(100vh - 64px);
		overflow-x: hidden;
		overflow-y: auto;
		z-index: 9998 !important;
	}

	body.admin-bar #brxe-rhprtp .brx-megamenu {
		top: 96px !important;
		max-height: calc(100vh - 96px);
	}

	#brxe-rhprtp .brx-megamenu .brxe-section {
		width: 100% !important;
		padding: 32px 24px 30px !important;
	}

	#brxe-rhprtp .brx-megamenu .brxe-container {
		width: 100% !important;
		max-width: 1280px !important;
		margin-right: auto !important;
		margin-left: auto !important;
		padding: 0 !important;
	}
}

/* Shared WooCommerce canvas. */
.ts-px-catalog,
.ts-px-single {
	color: var(--ts-px-ink);
	font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

.ts-px-catalog #brx-content {
	min-height: 70vh;
	padding: 0 24px 96px;
	background: var(--ts-px-canvas);
}

.ts-px-catalog #brx-content > * {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.ts-px-catalog .bricks-archive-title-wrapper {
	display: none !important;
}

.ts-px-catalog .bricks-before-shop-loop {
	display: grid !important;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 0 26px;
}

.ts-px-catalog .bricks-before-shop-loop > .ts-px-catalog-head {
	width: 100%;
	grid-column: 1 / -1;
}

.ts-px-catalog .woocommerce-notices-wrapper,
.ts-px-single .woocommerce-notices-wrapper {
	padding-top: 18px;
}

.ts-px-catalog .woocommerce-message,
.ts-px-catalog .woocommerce-info,
.ts-px-single .woocommerce-message,
.ts-px-single .woocommerce-info {
	border: 0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, .06);
}

/* Category rail and help strip. */
.ts-px-catalog-head {
	padding-top: 48px;
}

.ts-px-catalog-head > h1 {
	margin: 0 0 34px;
	font-size: clamp(34px, 4vw, 48px);
	font-weight: 650;
	letter-spacing: -.035em;
}

.ts-px-category-nav {
	display: grid;
	grid-template-columns: repeat(7, minmax(120px, 1fr));
	gap: 14px;
	padding-bottom: 36px;
}

.ts-px-category-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	color: var(--ts-px-ink);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
}

.ts-px-category-card img {
	display: block;
	width: 100%;
	height: 112px;
	object-fit: contain;
	transition: transform .25s ease;
}

.ts-px-category-card:hover img {
	transform: translateY(-4px);
}

.ts-px-assistance {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: stretch;
	margin: 4px 0 58px;
	border-top: 1px solid var(--ts-px-line);
	border-bottom: 1px solid var(--ts-px-line);
}

.ts-px-assistance > a {
	display: flex;
	min-width: 260px;
	align-items: center;
	gap: 13px;
	padding: 17px 24px;
	border-left: 1px solid var(--ts-px-line);
	color: var(--ts-px-ink);
	text-decoration: none;
}

.ts-px-assistance > a:hover small {
	color: var(--ts-px-blue);
}

.ts-px-assistance-icon {
	display: grid;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	place-items: center;
	border: 1.5px solid var(--ts-px-ink);
	border-radius: 50%;
	font-size: 18px;
	font-weight: 600;
}

.ts-px-assistance strong,
.ts-px-assistance small {
	display: block;
}

.ts-px-assistance strong {
	margin-bottom: 2px;
	font-size: 14px;
}

.ts-px-assistance small {
	color: var(--ts-px-muted);
	font-size: 12px;
	transition: color .2s ease;
}

/* Native result controls. */
.ts-px-catalog .woocommerce-result-count,
.ts-px-catalog .woocommerce-ordering {
	margin: 0 0 26px;
	color: var(--ts-px-muted);
	font-size: 14px;
}

.ts-px-catalog .woocommerce-ordering select {
	min-width: 220px;
	height: 42px;
	padding: 0 38px 0 14px;
	border: 1px solid var(--ts-px-line);
	border-radius: 10px;
	background-color: #fff;
	color: var(--ts-px-ink);
}

/* Product cards used by shop, categories and search. */
.ts-px-catalog ul.products {
	display: grid !important;
	clear: both;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0 !important;
	padding: 0 !important;
}

.ts-px-catalog ul.products::before,
.ts-px-catalog ul.products::after {
	display: none !important;
}

.ts-px-catalog ul.products li.product {
	position: relative;
	display: flex;
	width: auto !important;
	min-width: 0;
	min-height: 570px;
	flex: none !important;
	float: none !important;
	flex-direction: column;
	margin: 0 !important;
	padding: 26px 22px 22px !important;
	border: 1px solid rgba(0, 0, 0, .035);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 22px rgba(0, 0, 0, .055);
	overflow: hidden;
	transition: transform .25s ease, box-shadow .25s ease;
}

.ts-px-catalog ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: 0 13px 34px rgba(0, 0, 0, .09);
}

.ts-px-catalog ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	color: var(--ts-px-ink);
	text-decoration: none;
}

.ts-px-image-stage {
	order: 3;
	position: relative;
	display: block;
	width: 100% !important;
	height: 235px !important;
	margin: 22px 0 18px !important;
	border-radius: 12px;
	background: #f7f7f8;
	overflow: hidden;
}

.ts-px-catalog ul.products li.product .ts-px-image-stage img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 18px;
	background: transparent;
	object-fit: contain;
}

.ts-px-catalog ul.products li.product .woocommerce-loop-product__title {
	order: 1;
	min-height: 53px;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 18px !important;
	font-weight: 650 !important;
	line-height: 1.35 !important;
	letter-spacing: -.015em;
	text-align: center;
}

.ts-px-card-summary {
	order: 2;
	min-height: 40px;
	margin: 8px 0 0;
	color: var(--ts-px-muted);
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
}

.ts-px-catalog ul.products li.product .price {
	order: 4;
	margin: 0 0 13px !important;
	color: var(--ts-px-ink) !important;
	font-size: 20px !important;
	font-weight: 650 !important;
	text-align: center;
}

.ts-px-catalog ul.products li.product .price del {
	display: block;
	margin-bottom: 3px;
	color: #86868b;
	font-size: 13px;
	font-weight: 400;
}

.ts-px-catalog ul.products li.product .price ins {
	text-decoration: none;
}

.ts-px-detail-badge {
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	z-index: 3;
	padding: 10px 16px;
	border-radius: 99px;
	background: #fff;
	box-shadow: 0 7px 22px rgba(0, 0, 0, .16);
	color: #111;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, -50%) scale(.96);
	transition: opacity .2s ease, transform .2s ease;
}

.ts-px-catalog li.product:hover .ts-px-detail-badge {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.ts-px-financing {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #f0f7ff;
	color: var(--ts-px-ink);
}

.ts-px-financing strong,
.ts-px-financing small {
	display: block;
}

.ts-px-financing strong {
	font-size: 13px;
	font-weight: 650;
}

.ts-px-financing small {
	margin-top: 2px;
	color: var(--ts-px-muted);
	font-size: 11px;
	line-height: 1.3;
}

.ts-px-card-icon {
	display: grid;
	width: 28px;
	height: 22px;
	flex: 0 0 28px;
	place-items: center;
	border: 1px solid var(--ts-px-blue);
	border-radius: 4px;
	color: var(--ts-px-blue);
	font-size: 16px;
}

.ts-px-financing-card {
	order: 5;
	margin: 0 0 16px;
	padding: 11px 12px;
}

.ts-px-catalog ul.products li.product > .button,
.ts-px-catalog ul.products li.product > .added_to_cart {
	display: block;
	width: 100%;
	margin: auto 0 0 !important;
	padding: 12px 18px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: var(--ts-px-blue) !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	text-align: center;
	text-decoration: none;
}

.ts-px-catalog ul.products li.product > .button:hover,
.ts-px-catalog ul.products li.product > .added_to_cart:hover {
	background: var(--ts-px-blue-hover) !important;
}

.ts-px-catalog .woocommerce-pagination {
	margin-top: 44px;
}

/* Single product hero. */
.ts-px-single #brx-content {
	padding: 0;
	background: #fff;
}

.ts-px-single #brx-content > .product,
.ts-px-single #brx-content > .woocommerce,
.ts-px-single .woocommerce > .product {
	width: 100%;
}

.ts-px-single div.product {
	display: grid;
	max-width: 1280px;
	grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
	column-gap: clamp(46px, 7vw, 96px);
	row-gap: 0;
	margin: 0 auto;
	padding: 34px 24px 150px;
}

.ts-px-single div.product::before,
.ts-px-single div.product::after {
	display: none !important;
}

.ts-px-single .woocommerce-breadcrumb {
	grid-column: 1 / -1;
	margin: 0 0 30px !important;
	color: var(--ts-px-muted);
	font-size: 12px;
}

.ts-px-single .woocommerce-product-gallery {
	position: relative !important;
	width: 100% !important;
	align-self: start;
	float: none !important;
	margin: 0 !important;
	padding: 40px;
	border-radius: 20px;
	background: var(--ts-px-canvas);
}

.ts-px-single .woocommerce-product-gallery img {
	width: 100%;
	max-height: 560px;
	object-fit: contain;
}

.ts-px-single div.product .summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding-top: 10px;
}

.ts-px-single .summary .product_title {
	margin: 0 0 6px !important;
	color: var(--ts-px-ink);
	font-size: clamp(34px, 4vw, 48px) !important;
	font-weight: 650 !important;
	line-height: 1.08 !important;
	letter-spacing: -.04em;
}

.ts-px-product-code {
	margin: 0 0 26px;
	color: var(--ts-px-muted);
	font-size: 12px;
}

.ts-px-single .summary > .price {
	margin: 0 0 17px !important;
	color: var(--ts-px-ink) !important;
	font-size: 30px !important;
	font-weight: 650 !important;
	line-height: 1.2;
}

.ts-px-single .summary > .price del {
	margin-right: 8px;
	color: #86868b;
	font-size: 17px;
	font-weight: 400;
}

.ts-px-single .summary > .price ins {
	text-decoration: none;
}

.ts-px-financing-single {
	margin: 0 0 22px;
	padding: 16px;
	border: 1px solid #d7e9fb;
}

.ts-px-financing-single strong {
	font-size: 15px;
}

.ts-px-financing-single small {
	font-size: 13px;
}

.ts-px-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 24px;
}

.ts-px-benefits > div {
	min-width: 0;
	padding: 13px 10px;
	border: 1px solid #e6e6e8;
	border-radius: 10px;
	text-align: center;
}

.ts-px-benefits span,
.ts-px-benefits strong,
.ts-px-benefits small {
	display: block;
}

.ts-px-benefits span {
	margin-bottom: 4px;
	color: var(--ts-px-blue);
	font-size: 19px;
}

.ts-px-benefits strong {
	font-size: 11px;
}

.ts-px-benefits small {
	margin-top: 2px;
	color: var(--ts-px-muted);
	font-size: 10px;
	line-height: 1.3;
}

.ts-px-single form.cart {
	display: flex;
	gap: 10px;
	margin: 0 !important;
	padding-top: 4px;
}

.ts-px-single form.cart .quantity {
	width: 76px;
	margin: 0 !important;
}

.ts-px-single form.cart .qty {
	width: 100%;
	height: 48px;
	border: 1px solid var(--ts-px-line);
	border-radius: 9px;
	text-align: center;
}

.ts-px-single form.cart .single_add_to_cart_button {
	min-height: 48px;
	flex: 1 1 auto;
	padding: 12px 22px !important;
	border: 0 !important;
	border-radius: 9px !important;
	background: var(--ts-px-blue) !important;
	color: #fff !important;
	font-weight: 600 !important;
}

.ts-px-single form.cart .single_add_to_cart_button:hover {
	background: var(--ts-px-blue-hover) !important;
}

/* Long-form information and technical sheets. */
.ts-px-general-info,
.ts-px-technical {
	grid-column: 1 / -1;
	width: calc(100% + 48px);
	margin-left: -24px;
}

.ts-px-general-info {
	margin-top: 94px;
	padding: 88px 24px 82px;
	border-top: 1px solid #e8e8ed;
	background: #fff;
}

.ts-px-technical {
	padding: 82px 24px 90px;
	background: var(--ts-px-canvas);
}

.ts-px-section-inner {
	max-width: 1120px;
	margin: 0 auto;
}

.ts-px-section-inner > h2 {
	margin: 0 0 55px;
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 650;
	line-height: 1.08;
	letter-spacing: -.04em;
	text-align: center;
}

.ts-px-info-row {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr);
	gap: 44px;
	padding: 31px 0;
	border-top: 1px solid var(--ts-px-line);
}

.ts-px-info-row:last-child {
	border-bottom: 1px solid var(--ts-px-line);
}

.ts-px-info-row h3,
.ts-px-info-row p {
	margin: 0;
}

.ts-px-info-row h3 {
	font-size: 22px;
	font-weight: 650;
	line-height: 1.25;
}

.ts-px-info-row p {
	color: var(--ts-px-muted);
	font-size: 17px;
	line-height: 1.65;
}

.ts-px-spec-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 44px;
}

.ts-px-spec {
	border-top: 1px solid var(--ts-px-line);
}

.ts-px-spec:nth-last-child(-n+3) {
	border-bottom: 1px solid var(--ts-px-line);
}

.ts-px-spec summary {
	position: relative;
	padding: 21px 38px 21px 0;
	font-size: 16px;
	font-weight: 600;
	list-style: none;
	cursor: pointer;
}

.ts-px-spec summary::-webkit-details-marker {
	display: none;
}

.ts-px-spec summary::after {
	position: absolute;
	top: 50%;
	right: 4px;
	content: "+";
	font-size: 22px;
	font-weight: 300;
	transform: translateY(-50%);
}

.ts-px-spec[open] summary::after {
	content: "−";
}

.ts-px-spec > div {
	padding: 0 20px 20px 0;
	color: var(--ts-px-muted);
	font-size: 14px;
	line-height: 1.55;
}

.ts-px-spec > div p {
	margin: 0;
}

/* Fixed purchase bar, matching the reference's persistent bottom action. */
.ts-px-sticky-buy {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9990;
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(190px, .6fr) auto;
	align-items: center;
	gap: 28px;
	min-height: 84px;
	padding: 13px max(24px, calc((100vw - 1280px) / 2 + 24px));
	border-top: 1px solid #d7d7dc;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 -8px 24px rgba(0, 0, 0, .07);
	backdrop-filter: blur(14px);
}

.ts-px-sticky-product strong,
.ts-px-sticky-product small,
.ts-px-sticky-price strong,
.ts-px-sticky-price small {
	display: block;
}

.ts-px-sticky-product strong {
	font-size: 15px;
}

.ts-px-sticky-product small,
.ts-px-sticky-price small {
	margin-top: 3px;
	color: var(--ts-px-muted);
	font-size: 11px;
}

.ts-px-sticky-price {
	text-align: right;
}

.ts-px-sticky-price strong {
	margin-top: 2px;
	font-size: 18px;
}

.ts-px-sticky-price del {
	display: none;
}

.ts-px-sticky-price ins {
	text-decoration: none;
}

.ts-px-sticky-actions {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ts-px-sticky-add,
.ts-px-sticky-consult,
.ts-px-whatsapp {
	display: inline-flex;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 9px;
	text-decoration: none;
	cursor: pointer;
}

.ts-px-sticky-add,
.ts-px-sticky-consult {
	min-width: 170px;
	padding: 0 20px;
	background: var(--ts-px-blue);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.ts-px-whatsapp {
	width: 44px;
	background: #20b957;
	color: #fff;
	font-size: 21px;
}

@media (max-width: 1100px) {
	.ts-px-category-nav {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.ts-px-category-nav::-webkit-scrollbar {
		display: none;
	}

	.ts-px-category-card {
		min-width: 128px;
	}

	.ts-px-catalog ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ts-px-single div.product {
		column-gap: 42px;
	}
}

@media (max-width: 820px) {
	.ts-px-catalog #brx-content {
		padding-right: 16px;
		padding-left: 16px;
	}

	.ts-px-catalog ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ts-px-assistance {
		grid-template-columns: 1fr 1fr;
	}

	.ts-px-assistance-spacer {
		display: none;
	}

	.ts-px-assistance > a:first-of-type {
		border-left: 0;
	}

	.ts-px-single div.product {
		display: block;
		padding-right: 18px;
		padding-left: 18px;
	}

	.ts-px-single .woocommerce-product-gallery {
		position: relative !important;
		top: auto;
		margin-bottom: 38px !important;
		padding: 24px;
	}

	.ts-px-single .summary .product_title {
		font-size: 36px !important;
	}

	.ts-px-general-info,
	.ts-px-technical {
		width: calc(100% + 36px);
		margin-left: -18px;
	}

	.ts-px-general-info {
		margin-top: 70px;
	}

	.ts-px-spec-grid {
		grid-template-columns: 1fr 1fr;
	}

	.ts-px-sticky-buy {
		grid-template-columns: 1fr auto;
		gap: 14px;
		padding: 11px 16px;
	}

	.ts-px-sticky-product {
		display: none;
	}
}

@media (max-width: 560px) {
	.ts-px-catalog-head {
		padding-top: 32px;
	}

	.ts-px-catalog-head > h1 {
		margin-bottom: 26px;
		font-size: 34px;
	}

	.ts-px-category-card img {
		height: 92px;
	}

	.ts-px-assistance {
		grid-template-columns: 1fr;
		margin-bottom: 38px;
	}

	.ts-px-assistance > a {
		min-width: 0;
		border-top: 1px solid var(--ts-px-line);
		border-left: 0;
	}

	.ts-px-assistance > a:first-of-type {
		border-top: 0;
	}

	.ts-px-catalog .woocommerce-ordering {
		float: none;
	}

	.ts-px-catalog .woocommerce-ordering select {
		width: 100%;
	}

	.ts-px-catalog ul.products {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.ts-px-catalog ul.products li.product {
		min-height: 0;
	}

	.ts-px-benefits {
		grid-template-columns: 1fr;
	}

	.ts-px-benefits > div {
		display: grid;
		grid-template-columns: 30px 1fr;
		text-align: left;
	}

	.ts-px-benefits span {
		grid-row: 1 / 3;
	}

	.ts-px-info-row {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.ts-px-spec-grid {
		grid-template-columns: 1fr;
	}

	.ts-px-spec:nth-last-child(-n+3) {
		border-bottom: 0;
	}

	.ts-px-spec:last-child {
		border-bottom: 1px solid var(--ts-px-line);
	}

	.ts-px-sticky-buy {
		grid-template-columns: 1fr;
		min-height: 74px;
	}

	.ts-px-sticky-price {
		display: none;
	}

	.ts-px-sticky-actions {
		width: 100%;
	}

	.ts-px-sticky-add,
	.ts-px-sticky-consult {
		flex: 1 1 auto;
	}
}
