@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-VariableFont_opsz,wght.ttf") format("truetype");
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
}

/* Dynamic WooCommerce cards in "Lo nuevo". */
.bt-news-grid--dynamic {
	margin-top: 0 !important;
}

.bt-whats-new:has(.bt-news-grid--dynamic) .bt-news-grid--legacy {
	display: none;
}

.bt-product-card--upcoming {
	border: 2px dashed rgba(242, 102, 34, 0.45);
	background: linear-gradient(180deg, #fffaf6 0%, #fff 100%);
}

.bt-product-card--upcoming .bt-product-card__badge {
	background: #172554;
	color: #fff;
}

.bt-card-badge--upcoming {
	background: #fff0e7;
	color: #b53e08;
}

.bt-card-description {
	color: var(--wp--preset--color--beitech-text, #475569);
}

.bt-card-description > :first-child { margin-top: 0; }
.bt-card-description > :last-child { margin-bottom: 0; }

.bt-product-card__actions--single {
	grid-template-columns: 1fr !important;
}

.bt-reservation-notice {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0 0 14px;
	padding: 14px 16px;
	border: 1px solid rgba(236, 103, 26, 0.28);
	border-radius: 14px;
	color: var(--bt-navy);
	background: rgba(236, 103, 26, 0.07);
}

.bt-reservation-notice strong {
	color: var(--bt-orange);
	font-size: 0.95rem;
}

.bt-reservation-notice span {
	font-size: 0.84rem;
	line-height: 1.45;
}

.bt-upcoming-notice {
	border-style: dashed;
	border-color: rgba(1, 60, 89, 0.3);
	background: rgba(1, 60, 89, 0.06);
}

.bt-upcoming-notice strong {
	color: var(--bt-navy);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.bt-reservation-contact {
	margin-bottom: 14px;
}

body.single-product .bt-available-reservation {
	color: var(--bt-orange) !important;
	font-weight: 800;
}

/* SliceWP affiliate registration. */
.page-registro-afiliados main,
body.page-slug-registro-afiliados main {
	margin-block-start: 0 !important;
	padding-block: 0 !important;
	background: var(--bt-soft);
}

.bt-affiliate-page {
	position: relative;
	left: 50%;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
	align-items: center;
	gap: clamp(24px, 4vw, 52px);
	box-sizing: border-box;
	width: min(calc(100vw - (var(--bt-page-gutter) * 2)), 1180px) !important;
	max-width: min(calc(100vw - (var(--bt-page-gutter) * 2)), 1180px) !important;
	margin: clamp(20px, 3vh, 34px) 0 !important;
	transform: translateX(-50%);
	color: var(--bt-navy);
}

.bt-affiliate-intro {
	align-self: center;
}

.bt-affiliate-eyebrow,
.bt-affiliate-form-heading > span {
	color: var(--bt-orange);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bt-affiliate-intro h1 {
	margin: 8px 0 12px;
	font-size: clamp(2.25rem, 4.5vw, 4rem);
	line-height: 0.98;
}

.bt-affiliate-intro > p:not(.bt-affiliate-eyebrow) {
	color: var(--bt-muted);
	font-size: 1rem;
	line-height: 1.55;
}

.bt-affiliate-benefits {
	display: grid;
	gap: 9px;
	margin-top: 20px;
}

.bt-affiliate-benefits > div {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 10px 14px;
	border: 1px solid var(--bt-border);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.72);
}

.bt-affiliate-benefits span,
.bt-affiliate-form-heading p,
.bt-affiliate-privacy {
	color: var(--bt-muted);
	font-size: 0.85rem;
	line-height: 1.5;
}

.bt-affiliate-form-card {
	box-sizing: border-box;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid rgba(236, 103, 26, 0.16);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(1, 60, 89, 0.11);
}

.bt-affiliate-form-heading h2 {
	margin: 5px 0 2px;
	font-size: clamp(1.55rem, 2.5vw, 2rem);
}

.bt-affiliate-form-card form {
	display: grid;
	gap: 12px;
	margin-top: 18px;
}

/* Hide these default SliceWP fields before the cleanup script runs. */
.bt-affiliate-form-card .slicewp-field-wrapper:has([name*="payment_email" i]),
.bt-affiliate-form-card .slicewp-field-wrapper:has([name*="website" i]),
.bt-affiliate-form-card .slicewp-field-wrapper:has([name*="promotion" i]),
.bt-affiliate-form-card .slicewp-field-wrapper:has([name="user_login" i]),
.bt-affiliate-form-card .slicewp-field-wrapper:has([name="password" i]),
.bt-affiliate-form-card .slicewp-field-wrapper:has([name="password_confirm" i]) {
	display: none !important;
}

.bt-affiliate-form-card form p,
.bt-affiliate-form-card .slicewp-field-wrapper {
	margin: 0 !important;
}

.bt-affiliate-form-card label {
	display: block;
	margin-bottom: 4px;
	color: var(--bt-navy);
	font-size: 0.88rem;
	font-weight: 750;
}

.bt-affiliate-form-card input[type="text"],
.bt-affiliate-form-card input[type="email"],
.bt-affiliate-form-card input[type="url"],
.bt-affiliate-form-card input[type="password"],
.bt-affiliate-form-card textarea,
.bt-affiliate-form-card select {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 9px 13px;
	border: 1px solid #ccd6dc;
	border-radius: 12px;
	color: var(--bt-navy);
	background: #fbfcfd;
	font: inherit;
	transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.bt-affiliate-form-card textarea {
	min-height: 92px;
	resize: vertical;
}

.bt-affiliate-form-card input:focus,
.bt-affiliate-form-card textarea:focus,
.bt-affiliate-form-card select:focus {
	outline: 0;
	border-color: var(--bt-orange);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(236, 103, 26, 0.11);
}

.bt-affiliate-form-card button,
.bt-affiliate-form-card input[type="submit"] {
	width: 100%;
	min-height: 46px;
	padding: 11px 20px;
	border: 1px solid var(--bt-orange);
	border-radius: 14px;
	color: #fff;
	background: var(--bt-orange);
	font-size: 0.95rem;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 12px 26px rgba(236, 103, 26, 0.2);
}

.bt-affiliate-privacy {
	margin: 12px 0 0;
	text-align: center;
}

/* Pending affiliate applications are displayed on the account redirect page. */
body.page-slug-afiliados main:has(.bt-affiliate-status-page),
main:has(.bt-affiliate-status-page) {
	display: flex;
	align-items: center;
	min-height: clamp(390px, 48vh, 540px);
	padding: clamp(42px, 8vh, 88px) var(--bt-page-gutter) !important;
	background: var(--bt-soft);
}

.bt-affiliate-status-page {
	width: min(100%, 760px);
	margin: 0 auto;
}

.bt-affiliate-status-card {
	box-sizing: border-box;
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid rgba(236, 103, 26, 0.22);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(1, 60, 89, 0.12);
	text-align: center;
}

.bt-affiliate-status-icon {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	margin: 0 auto 16px;
	border-radius: 50%;
	color: #fff;
	background: var(--bt-orange);
	font-size: 1.45rem;
	font-weight: 900;
}

.bt-affiliate-status-eyebrow {
	margin: 0;
	color: var(--bt-orange);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bt-affiliate-status-card h1 {
	margin: 8px 0 12px;
	color: var(--bt-navy);
	font-size: clamp(1.7rem, 4vw, 2.35rem);
	line-height: 1.12;
}

.bt-affiliate-status-message {
	max-width: 570px;
	margin: 0 auto;
	color: var(--bt-muted);
	font-size: 1rem;
	line-height: 1.6;
}

@media (max-width: 860px) {
	.bt-affiliate-page {
		grid-template-columns: 1fr;
		gap: 24px;
		margin-block: 24px !important;
	}

	.bt-affiliate-intro {
		max-width: 700px;
		margin-inline: auto;
		text-align: center;
	}

	.bt-affiliate-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		text-align: left;
	}

	.bt-affiliate-form-card {
		width: min(100%, 700px);
		margin-inline: auto;
	}
}

@media (max-width: 620px) {
	.bt-affiliate-page {
		width: calc(100vw - 28px) !important;
		max-width: calc(100vw - 28px) !important;
		gap: 18px;
		margin-block: 16px !important;
	}

	.bt-affiliate-benefits {
		display: none;
	}

	.bt-affiliate-intro h1 {
		margin-block: 5px 8px;
		font-size: clamp(2rem, 11vw, 2.75rem);
	}

	.bt-affiliate-intro > p:not(.bt-affiliate-eyebrow) {
		margin-block: 0;
		font-size: 0.94rem;
		line-height: 1.45;
	}

	.bt-affiliate-form-card {
		padding: 18px 16px;
		border-radius: 18px;
	}

	.bt-affiliate-form-card form {
		margin-top: 14px;
	}

	.bt-affiliate-privacy {
		font-size: 0.78rem;
		line-height: 1.4;
	}

	main:has(.bt-affiliate-status-page) {
		min-height: 360px;
		padding: 32px 14px !important;
	}

	.bt-affiliate-status-card {
		padding: 28px 20px;
		border-radius: 18px;
	}
}

@media (min-width: 861px) and (max-height: 800px) {
	.bt-affiliate-page {
		margin-block: 16px !important;
	}

	.bt-affiliate-intro h1 {
		font-size: clamp(2.2rem, 4vw, 3.35rem);
	}

	.bt-affiliate-benefits {
		margin-top: 14px;
	}

	.bt-affiliate-benefits > div {
		padding-block: 8px;
	}

	.bt-affiliate-form-card {
		padding-block: 20px;
	}
}

body.woocommerce-order-received .bt-order-note-label,
body.woocommerce-order-received .bt-order-note-text {
	font-size: 0.5em !important;
	line-height: 1.45 !important;
}

body.woocommerce-order-received .bt-order-note-label {
	font-weight: 800 !important;
}

/* WooCommerce order confirmation. */
body.woocommerce-order-received {
	background: var(--bt-soft);
}

body.woocommerce-order-received .bt-checkout-intro,
body.woocommerce-order-received .woocommerce > .wp-block-post-title,
body.woocommerce-order-received .woocommerce > .entry-title,
body.woocommerce-order-received .bt-checkout-page-template > .wp-block-post-title,
body.woocommerce-order-received .bt-checkout-page-template > .entry-title,
body.woocommerce-order-received .wp-block-post-content > .wp-block-post-title:first-child,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
	display: none !important;
}

body.woocommerce-order-received .bt-checkout-page-template {
	box-sizing: border-box;
	width: min(calc(100% - (var(--bt-page-gutter) * 2)), 1180px);
	max-width: 1180px;
	padding-block: clamp(34px, 6vw, 72px);
}

body.woocommerce-order-received .woocommerce {
	color: var(--bt-navy);
	font-size: 1rem;
	line-height: 1.55;
}

body.woocommerce-order-received .woocommerce-order > h1,
body.woocommerce-order-received .woocommerce-order > h2,
body.woocommerce-order-received .woocommerce-order > h3 {
	color: var(--bt-navy);
	font-size: clamp(1.2rem, 2.2vw, 1.55rem) !important;
	line-height: 1.2 !important;
}

body.woocommerce-order-received .woocommerce-order > p {
	color: var(--bt-muted);
	font-size: 0.95rem;
	line-height: 1.6;
}

.bt-order-success {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 22px;
	margin-bottom: 28px;
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid rgba(34, 160, 107, 0.22);
	border-radius: 24px;
	background: linear-gradient(135deg, #fff 0%, #f2fbf7 100%);
	box-shadow: 0 20px 60px rgba(1, 60, 89, 0.09);
}

.bt-order-success__icon {
	display: grid;
	place-items: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	color: #fff;
	background: #22a06b;
	box-shadow: 0 12px 28px rgba(34, 160, 107, 0.24);
}

.bt-order-success__icon svg {
	width: 34px;
	height: 34px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bt-order-success__eyebrow {
	margin: 0 0 5px;
	color: #16865a;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bt-order-success h1 {
	margin: 0 0 7px;
	font-size: clamp(1.8rem, 4vw, 3rem);
	line-height: 1.05;
}

.bt-order-success__copy > p:last-child {
	max-width: 650px;
	margin: 0;
	color: var(--bt-muted);
	line-height: 1.6;
}

.bt-order-success__copy > p:last-child strong {
	color: var(--bt-navy);
	font-weight: 850;
}

.bt-order-success__actions {
	display: grid;
	gap: 9px;
	min-width: 190px;
}

.bt-order-success__actions .bt-button {
	min-height: 46px;
}

body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .bt-order-meta-card {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0 0 28px !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid #dbe4e9;
	border-top: 4px solid var(--bt-orange);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(1, 60, 89, 0.08);
	list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview li,
body.woocommerce-order-received .bt-order-meta-card > li,
body.woocommerce-order-received .bt-order-meta-card > div {
	display: grid !important;
	grid-template-columns: 170px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	box-sizing: border-box;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	height: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 10px 18px !important;
	border-right: 0 !important;
	border-bottom: 1px solid #e6edf0 !important;
	color: var(--bt-muted);
	font-size: 0.72rem;
	line-height: 1.4;
	border-top: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-order-received .woocommerce-order-overview li:last-child,
body.woocommerce-order-received .bt-order-meta-card > :last-child {
	border-right: 0;
	border-bottom: 0 !important;
}

body.woocommerce-order-received .woocommerce-order-overview strong,
body.woocommerce-order-received .bt-order-meta-card strong,
body.woocommerce-order-received .bt-order-meta-card dd {
	display: block;
	margin-top: 5px;
	overflow-wrap: anywhere;
	color: var(--bt-navy);
	font-size: 0.9rem;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .bt-confirmation-card,
body.woocommerce-order-received [class*="order-confirmation-totals-wrapper"],
body.woocommerce-order-received [class*="order-confirmation-billing-address"],
body.woocommerce-order-received [class*="order-confirmation-shipping-address"] {
	margin: 0 0 28px;
	padding: clamp(20px, 3vw, 30px);
	border: 1px solid #dbe4e9;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(1, 60, 89, 0.08);
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .bt-confirmation-card,
body.woocommerce-order-received [class*="order-confirmation-totals-wrapper"] {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 1180px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.woocommerce-order-received .woocommerce-order-details__title,
body.woocommerce-order-received .woocommerce-column__title {
	margin: 0 0 18px;
	font-size: 1.25rem;
}

body.woocommerce-order-received table.shop_table,
body.woocommerce-order-received .bt-confirmation-table,
body.woocommerce-order-received [class*="order-confirmation-totals"] table {
	width: 100%;
	max-width: 100% !important;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid #e1e8ec !important;
	border-collapse: separate !important;
	border-spacing: 0;
	border-radius: 14px;
}

body.woocommerce-order-received .bt-order-meta-card {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 760px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.woocommerce-order-received .bt-order-meta-card > li:nth-child(even),
body.woocommerce-order-received .bt-order-meta-card > div:nth-child(even) {
	background: #f8fafb !important;
}

/* Woo Blocks wraps each label and value in styled components. Strip those
 * component cards so only the single summary card remains visible. */
body.woocommerce-order-received .bt-order-meta-card > li *,
body.woocommerce-order-received .bt-order-meta-card > div * {
	float: none !important;
	position: static !important;
	display: inline !important;
	box-sizing: border-box !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
}

body.woocommerce-order-received .bt-order-meta-card > li > *,
body.woocommerce-order-received .bt-order-meta-card > div > * {
	display: block !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
}

body.woocommerce-order-received .bt-order-meta-card > li > :first-child,
body.woocommerce-order-received .bt-order-meta-card > div > :first-child {
	margin-bottom: 0 !important;
	color: var(--bt-muted) !important;
	font-size: 0.7rem !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.woocommerce-order-received .bt-order-meta-card > li > :last-child,
body.woocommerce-order-received .bt-order-meta-card > div > :last-child {
	color: var(--bt-navy) !important;
	font-size: 0.88rem !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

.bt-order-content-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
	align-items: start;
	gap: 24px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1180px;
	margin: 0 auto 32px;
}

.bt-order-content-layout__main,
.bt-order-content-layout__side {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.bt-order-content-layout .bt-confirmation-card,
.bt-order-content-layout .woocommerce-order-details,
.bt-order-content-layout .woocommerce-customer-details {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.bt-order-summary-panel {
	box-sizing: border-box;
	padding: 22px;
	border: 1px solid #dbe4e9;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(1, 60, 89, 0.08);
}

.bt-order-summary-panel > h2 {
	margin: 0 0 14px !important;
	color: var(--bt-navy);
	font-size: 1.2rem !important;
	line-height: 1.25 !important;
}

body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 0;
	border-top: 1px solid #e6edf0;
	border-radius: 0;
	box-shadow: none;
}

body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > li,
body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > div {
	grid-template-columns: 118px minmax(0, 1fr);
	gap: 10px;
	padding: 10px 0 !important;
}

body.woocommerce-order-received .bt-order-content-layout__main .bt-confirmation-card > h2,
body.woocommerce-order-received .bt-order-content-layout__main .bt-confirmation-card > h3 {
	margin: 0 0 18px !important;
	color: var(--bt-navy);
	font-size: 1.3rem !important;
	line-height: 1.25 !important;
}

@media (max-width: 920px) {
	.bt-order-content-layout {
		grid-template-columns: 1fr;
	}

	.bt-order-content-layout__main,
	.bt-order-content-layout__side {
		display: contents;
	}

	.bt-order-summary-panel {
		order: 1;
	}

	.bt-order-content-layout__main .bt-confirmation-card {
		order: 2;
	}

	.bt-confirmation-address-card {
		order: 3;
	}
}

@media (max-width: 540px) {
	.bt-order-summary-panel {
		padding: 18px;
	}

	body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > li,
	body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}
}

body.woocommerce-order-received table.shop_table th,
body.woocommerce-order-received table.shop_table td,
body.woocommerce-order-received .bt-confirmation-table th,
body.woocommerce-order-received .bt-confirmation-table td {
	padding: 15px 16px !important;
	border: 0 !important;
	border-bottom: 1px solid #e8eef1 !important;
	color: var(--bt-navy);
	font-size: 0.92rem;
	text-align: left;
}

body.woocommerce-order-received .bt-confirmation-table th:last-child,
body.woocommerce-order-received .bt-confirmation-table td:last-child {
	text-align: right;
}

body.woocommerce-order-received .bt-confirmation-table thead th {
	background: #f5f8fa;
	font-weight: 800;
}

body.woocommerce-order-received .bt-confirmation-table tfoot tr:last-child th,
body.woocommerce-order-received .bt-confirmation-table tfoot tr:last-child td {
	color: var(--bt-orange);
	background: #fff8f3;
	font-size: 1rem;
	font-weight: 850;
}

body.woocommerce-order-received table.shop_table tr:last-child > * {
	border-bottom: 0 !important;
}

body.woocommerce-order-received table.shop_table a {
	color: var(--bt-orange);
	font-weight: 750;
}

body.woocommerce-order-received .woocommerce-customer-details address,
body.woocommerce-order-received .bt-confirmation-address,
body.woocommerce-order-received [class*="order-confirmation-billing-address"] address,
body.woocommerce-order-received [class*="order-confirmation-shipping-address"] address {
	padding: 18px !important;
	border: 1px solid #e1e8ec !important;
	border-radius: 14px !important;
	background: #fbfcfd;
	font-style: normal;
	line-height: 1.65;
}

body.woocommerce-order-received .bt-confirmation-address .woocommerce-customer-details--phone,
body.woocommerce-order-received .bt-confirmation-address [class*="address-phone"],
body.woocommerce-order-received .bt-confirmation-address [class*="billing-phone"] {
	position: relative;
	margin: 10px 0 0 !important;
	padding: 10px 0 0 24px;
	border-top: 1px solid #e1e8ec;
	color: var(--bt-navy);
	font-weight: 700;
}

body.woocommerce-order-received .bt-confirmation-address .woocommerce-customer-details--phone::before {
	position: absolute;
	left: 0;
	content: "☎";
	color: var(--bt-orange);
}

body.woocommerce-order-received .bt-confirmation-address-card h2,
body.woocommerce-order-received .bt-confirmation-address-card h3,
body.woocommerce-order-received [class*="order-confirmation-billing-address"] h2,
body.woocommerce-order-received [class*="order-confirmation-shipping-address"] h2 {
	margin: 0 0 16px !important;
	padding: 0 !important;
	color: var(--bt-navy);
	font-size: 1.25rem !important;
	line-height: 1.25 !important;
}

@media (max-width: 900px) {
	.bt-order-success {
		grid-template-columns: auto 1fr;
	}

	.bt-order-success__actions {
		grid-column: 1 / -1;
		grid-template-columns: 1fr 1fr;
	}

	body.woocommerce-order-received .woocommerce-order-overview,
	body.woocommerce-order-received .bt-order-meta-card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 540px) {
	.bt-order-success {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.bt-order-success__icon {
		margin-inline: auto;
	}

	.bt-order-success__actions,
	body.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: 1fr;
	}

	body.woocommerce-order-received .woocommerce-order-overview li {
		border-right: 0;
		border-bottom: 1px solid #e6edf0;
	}

	body.woocommerce-order-received .bt-order-meta-card {
		grid-template-columns: 1fr;
	}

	body.woocommerce-order-received .bt-order-meta-card > li,
	body.woocommerce-order-received .bt-order-meta-card > div {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}

@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
	font-style: italic;
	font-weight: 100 900;
	font-display: swap;
}

:root {
	--bt-navy: #013c59;
	--bt-deep: #011829;
	--bt-orange: #ec671a;
	--bt-sky: #6ea0b8;
	--bt-soft: #f5f8fa;
	--bt-warm: #fdf6f0;
	--bt-muted: #5a7080;
	--bt-border: rgba(236, 103, 26, 0.16);
	--bt-shadow: 0 18px 55px rgba(1, 60, 89, 0.12);
	--bt-radius: 24px;
	--bt-container: 1280px;
	--bt-page-gutter: 16px;
	--bt-icon-arrow-right: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3Cpath d='m12 5 7 7-7 7'/%3E%3C/svg%3E");
	--bt-icon-zap: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13 2 4 14h7l-1 8 10-13h-7l1-7Z'/%3E%3C/svg%3E");
	--bt-icon-sparkles: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 1.8 5.4L19 9l-5.2 1.6L12 16l-1.8-5.4L5 9l5.2-1.6L12 2Zm-6 12 1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3Zm13 1 .7 2.1 2.3.9-2.3.9L19 21l-.7-2.1-2.3-.9 2.3-.9L19 15Z'/%3E%3C/svg%3E");
	--bt-icon-smartphone: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='2' width='10' height='20' rx='2'/%3E%3Cpath d='M11 18h2'/%3E%3C/svg%3E");
	--bt-icon-apple-store: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M18.71 19.5C17.88 20.74 17 21.95 15.66 21.97C14.32 22 13.89 21.18 12.37 21.18C10.84 21.18 10.37 21.95 9.1 22C7.78 22.05 6.8 20.68 5.96 19.47C4.25 17 2.94 12.45 4.7 9.39C5.57 7.87 7.13 6.91 8.82 6.88C10.1 6.86 11.32 7.75 12.11 7.75C12.89 7.75 14.37 6.68 15.92 6.84C16.57 6.87 18.39 7.1 19.56 8.82C19.47 8.88 17.39 10.1 17.41 12.63C17.44 15.65 20.06 16.66 20.09 16.67C20.06 16.74 19.67 18.11 18.71 19.5ZM13 3.5C13.73 2.67 14.94 2.04 15.94 2C16.07 3.17 15.6 4.35 14.9 5.19C14.21 6.04 13.07 6.7 11.95 6.61C11.8 5.46 12.36 4.26 13 3.5Z'/%3E%3C/svg%3E");
	--bt-icon-google-play: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3.18 23.76C3.06 23.66 3 23.5 3 23.27V0.73C3 0.5 3.06 0.34 3.19 0.24L3.27 0.17L13.27 10.17V10.5L3.27 20.5L3.18 23.76Z' fill='%234FC3F7'/%3E%3Cpath d='M16.6 13.54L13.27 10.21V10.5L16.6 13.83L16.6 13.54Z' fill='%234FC3F7'/%3E%3Cpath d='M3.18 23.76L13.27 13.67L16.6 16.99L4.5 23.91C4.1 24.14 3.76 24.1 3.45 23.92L3.18 23.76Z' fill='%23EC671A'/%3E%3Cpath d='M3.19 0.24L16.6 7.17L13.27 10.5L3.18 0.41L3.19 0.24Z' fill='%234CAF50'/%3E%3Cpath d='M16.6 7.17L20.37 9.27C21.42 9.87 21.42 10.84 20.37 11.44L16.6 13.54L13.27 10.21L16.6 7.17Z' fill='%23FFB300'/%3E%3C/svg%3E");
	--bt-icon-shopping-bag: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 14H7L6 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3C/svg%3E");
	--bt-icon-cart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h8.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/svg%3E");
	--bt-icon-expand: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 3H3v5'/%3E%3Cpath d='M16 3h5v5'/%3E%3Cpath d='M8 21H3v-5'/%3E%3Cpath d='M21 16v5h-5'/%3E%3C/svg%3E");
	--bt-icon-eye: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
	--bt-icon-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m20 6-11 11-5-5'/%3E%3C/svg%3E");
	--bt-icon-trust-check: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E");
	--bt-icon-trust-clock: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E");
	--bt-icon-trust-package: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4'/%3E%3C/svg%3E");
	--bt-icon-trust-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z'/%3E%3C/svg%3E");
	--bt-icon-settings: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.9l.1.1a2 2 0 1 1-2.8 2.8l-.1-.1a1.7 1.7 0 0 0-1.9-.3 1.7 1.7 0 0 0-1 1.6V21a2 2 0 1 1-4 0v-.1a1.7 1.7 0 0 0-1-1.6 1.7 1.7 0 0 0-1.9.3l-.1.1A2 2 0 1 1 4.2 17l.1-.1a1.7 1.7 0 0 0 .3-1.9 1.7 1.7 0 0 0-1.6-1H3a2 2 0 1 1 0-4h.1a1.7 1.7 0 0 0 1.6-1 1.7 1.7 0 0 0-.3-1.9l-.1-.1A2 2 0 1 1 7 4.2l.1.1a1.7 1.7 0 0 0 1.9.3h.1a1.7 1.7 0 0 0 1-1.6V3a2 2 0 1 1 4 0v.1a1.7 1.7 0 0 0 1 1.6 1.7 1.7 0 0 0 1.9-.3l.1-.1A2 2 0 1 1 19.8 7l-.1.1a1.7 1.7 0 0 0-.3 1.9v.1a1.7 1.7 0 0 0 1.6 1h.1a2 2 0 1 1 0 4H21a1.7 1.7 0 0 0-1.6 1Z'/%3E%3C/svg%3E");
	--bt-icon-map-pin: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 5-8 12-8 12S4 15 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
	--bt-icon-bell: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.3 21a2 2 0 0 0 3.4 0'/%3E%3Cpath d='M18 8a6 6 0 0 0-12 0c0 7-3 7-3 9h18c0-2-3-2-3-9'/%3E%3C/svg%3E");
	--bt-icon-shield: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 13c0 5-3.5 7.5-7.7 8.9a1 1 0 0 1-.6 0C7.5 20.5 4 18 4 13V6a1 1 0 0 1 .6-.9l7-3a1 1 0 0 1 .8 0l7 3a1 1 0 0 1 .6.9v7Z'/%3E%3C/svg%3E");
	--bt-icon-heart: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 14c1.5-1.5 3-3.2 3-5.5A5.5 5.5 0 0 0 16.5 3c-1.8 0-3 .5-4.5 2-1.5-1.5-2.7-2-4.5-2A5.5 5.5 0 0 0 2 8.5C2 10.8 3.5 12.5 5 14l7 7 7-7Z'/%3E%3C/svg%3E");
	--bt-icon-baby: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 12h.01'/%3E%3Cpath d='M15 12h.01'/%3E%3Cpath d='M10 16c.5.3 1.2.5 2 .5s1.5-.2 2-.5'/%3E%3Cpath d='M19 6.3a9 9 0 0 1 1.8 3.9 2 2 0 0 1 0 3.6 9 9 0 0 1-17.6 0 2 2 0 0 1 0-3.6A9 9 0 0 1 12 2a9.4 9.4 0 0 1 5 .8'/%3E%3Cpath d='M8 3.5c0 1 .4 2 1 2.5'/%3E%3C/svg%3E");
	--bt-icon-paw: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M8 9.5c1.2 0 2-1.3 2-2.8S9.2 4 8 4 6 5.2 6 6.7s.8 2.8 2 2.8Zm8 0c1.2 0 2-1.3 2-2.8S17.2 4 16 4s-2 1.2-2 2.7.8 2.8 2 2.8ZM5.2 14c1.1-.4 1.5-1.8 1-3.1-.5-1.4-1.7-2.2-2.8-1.8-1.1.4-1.5 1.8-1 3.1.5 1.4 1.7 2.2 2.8 1.8Zm13.6 0c1.1.4 2.3-.4 2.8-1.8.5-1.3.1-2.7-1-3.1-1.1-.4-2.3.4-2.8 1.8-.5 1.3-.1 2.7 1 3.1ZM12 12c-3.2 0-6 2.7-6 5.5C6 19.8 8 20 9.3 19.4c.9-.4 1.7-.7 2.7-.7s1.8.3 2.7.7c1.3.6 3.3.4 3.3-1.9 0-2.8-2.8-5.5-6-5.5Z'/%3E%3C/svg%3E");
	--bt-icon-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='m12 2 3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21 7 14.2 2 9.3l6.9-1L12 2Z'/%3E%3C/svg%3E");
	--bt-icon-question: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M9.2 9a3 3 0 1 1 5.6 1.5c-.8 1.1-2 1.4-2.4 2.8'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
}

@media (min-width: 640px) {
	:root {
		--bt-page-gutter: 24px;
	}
}

@media (min-width: 1024px) {
	:root {
		--bt-page-gutter: 32px;
	}
}

html {
	max-width: 100%;
	overflow-x: hidden;
	overflow-x: clip;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow-x: hidden;
	overflow-x: clip;
	color: var(--bt-navy);
	background: #fff;
	font-family: Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

html.bt-cart-open {
	overflow: hidden;
}

.wp-site-blocks {
	max-width: 100%;
	overflow: visible;
	overflow-x: clip;
}

.wp-site-blocks > .bt-landing,
.wp-site-blocks > .wp-block-template-part:has(.bt-footer),
.wp-site-blocks > footer:has(.bt-footer),
.bt-landing + .wp-block-template-part,
.bt-landing + footer,
.bt-footer {
	margin-block-start: 0 !important;
	margin-top: 0 !important;
}

.bt-header-template-part {
	display: contents;
}

.wp-block-template-part:has(.bt-site-header) {
	display: contents;
}

.bt-site-header .alignwide,
.bt-footer .alignwide,
.bt-landing .alignwide {
	box-sizing: border-box;
	width: min(100%, var(--bt-container));
	max-width: var(--bt-container);
	margin-inline: auto !important;
	padding-inline: var(--bt-page-gutter);
}

.wp-block-heading,
h1,
h2,
h3,
h4 {
	font-family: Exo, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

.bt-site-header :where(a, h1, h2, h3, h4, h5, h6, mark),
.bt-landing :where(a, h1, h2, h3, h4, h5, h6, mark),
.bt-landing-page-template :where(a, h1, h2, h3, h4, h5, h6, mark),
.bt-footer :where(a, h1, h2, h3, h4, h5, h6, mark) {
	text-decoration: none !important;
}

/* Los fragmentos naranjas de los titulos son solo color, sin resaltado ni subrayado. */
.bt-landing .has-beitech-orange-color,
.bt-landing-page-template .has-beitech-orange-color {
	border: 0 !important;
	border-bottom: 0 !important;
	background: none !important;
	background-image: none !important;
	box-shadow: none !important;
	text-decoration: none !important;
	text-decoration-line: none !important;
}

.bt-landing .has-beitech-orange-color::before,
.bt-landing .has-beitech-orange-color::after,
.bt-landing-page-template .has-beitech-orange-color::before,
.bt-landing-page-template .has-beitech-orange-color::after {
	content: none !important;
	display: none !important;
}

.bt-site-header {
	position: sticky;
	top: 0;
	z-index: 90;
	margin: 0;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
	backdrop-filter: blur(18px);
}

.bt-site-header .bt-header-inner {
	min-height: 74px;
	padding-block: 10px;
	gap: 20px;
}

.bt-brand {
	min-width: max-content;
	gap: 10px;
}

.bt-brand-title {
	margin: 0;
	font-family: Exo, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.bt-brand-title a {
	color: var(--bt-navy);
	text-decoration: none;
}

.bt-main-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.92rem;
	font-weight: 600;
}

.bt-main-nav .wp-block-navigation__container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(14px, 2vw, 28px);
}

.bt-main-nav .wp-block-navigation-item {
	margin: 0;
}

.bt-main-nav a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding-inline: 2px;
	color: #4a5568;
	text-decoration: none;
	white-space: nowrap;
	transition: color 220ms ease, transform 220ms ease;
}

.bt-main-nav a:hover,
.bt-main-nav a:focus-visible {
	color: var(--bt-navy);
	transform: translateY(-1px);
}

.bt-main-nav a:focus-visible {
	outline: 2px solid rgba(236, 103, 26, 0.35);
	outline-offset: 4px;
	border-radius: 999px;
}

.bt-main-nav .wp-block-navigation__responsive-container-open,
.bt-main-nav .wp-block-navigation__responsive-container-close {
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(1, 60, 89, 0.08);
	border-radius: 999px;
	color: var(--bt-navy);
	background: rgba(1, 60, 89, 0.04);
}

.bt-main-nav .wp-block-navigation__responsive-container-open svg,
.bt-main-nav .wp-block-navigation__responsive-container-close svg {
	width: 22px;
	height: 22px;
}

/* Native WordPress Navigation block. Keeping this separate from the legacy
   HTML menu prevents Gutenberg's editor wrappers from inheriting old hacks. */
.bt-main-navigation {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 auto;
	min-width: 0;
	margin: 0;
	font-size: 0.92rem;
	font-weight: 600;
}

.bt-main-navigation .wp-block-navigation__container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	gap: clamp(14px, 2vw, 28px);
}

.bt-main-navigation .wp-block-navigation-item {
	margin: 0;
}

.bt-main-navigation .wp-block-navigation-item__content {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding-inline: 2px;
	border-radius: 999px;
	color: #4a5568;
	text-decoration: none;
	white-space: nowrap;
	transition: color 220ms ease, transform 220ms ease, background-color 220ms ease;
}

.bt-main-navigation .wp-block-navigation-item__content:hover,
.bt-main-navigation .wp-block-navigation-item__content:focus-visible {
	color: var(--bt-navy);
	transform: translateY(-1px);
}

.bt-main-navigation .wp-block-navigation-item__content:focus-visible {
	outline: 2px solid rgba(236, 103, 26, 0.35);
	outline-offset: 4px;
}

.bt-main-navigation .wp-block-navigation__responsive-container-open,
.bt-main-navigation .wp-block-navigation__responsive-container-close {
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(1, 60, 89, 0.08);
	border-radius: 999px;
	color: var(--bt-navy);
	background: rgba(1, 60, 89, 0.04);
}

.bt-main-navigation .wp-block-navigation__responsive-container-open svg,
.bt-main-navigation .wp-block-navigation__responsive-container-close svg {
	width: 22px;
	height: 22px;
}

.bt-main-navigation .wp-block-navigation__responsive-container.is-menu-open {
	color: var(--bt-navy);
	background: rgba(255, 255, 255, 0.99);
}

.bt-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	align-items: stretch;
	justify-content: flex-start;
	gap: 4px;
	width: 100%;
}

.bt-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
	justify-content: flex-start;
	min-height: 48px;
	padding-inline: 14px;
	border-radius: 10px;
	background: rgba(1, 60, 89, 0.04);
	font-size: 1rem;
}

/* Hide the obsolete link when WordPress is still rendering a customized
   header template part saved in the database. */
.bt-site-header a[href$="#seguridad"] {
	display: none !important;
}

.bt-header-actions {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	flex-wrap: nowrap;
	min-width: max-content;
	gap: 8px;
}

/* WooCommerce can preserve its stock account and mini-cart blocks inside a
   customized header. BEITECH uses its own cart trigger and does not expose an
   account action in the navbar. */
.bt-site-header .wp-block-woocommerce-customer-account,
.bt-site-header .wc-block-customer-account,
.bt-site-header .wp-block-woocommerce-mini-cart,
.bt-site-header .wc-block-mini-cart,
.bt-site-header [data-type="woocommerce/customer-account"],
.bt-site-header [data-type="woocommerce/mini-cart"] {
	display: none !important;
}

.bt-mobile-menu-toggle,
.bt-mobile-menu {
	display: none;
}

.bt-site-header .bt-wishlist-link {
	display: none !important;
}

.bt-cart-buttons,
.bt-cart-link {
	margin: 0;
}

.bt-cart-buttons {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	gap: 0;
}

.bt-cart-buttons .wp-block-button {
	margin: 0;
}

.bt-cart-link a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	font-size: 0.88rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, color 220ms ease, border-color 220ms ease;
}

.bt-cart-link a {
	color: var(--bt-navy);
	background: var(--bt-soft);
	border: 1px solid rgba(1, 60, 89, 0.12);
}

.bt-cart-link a:hover,
.bt-cart-link a:focus-visible {
	color: var(--bt-navy);
	background: #eef3f6;
	border-color: rgba(1, 60, 89, 0.18);
	box-shadow: 0 8px 18px rgba(1, 60, 89, 0.1);
	transform: translateY(-1px);
}

.bt-cart-link a:focus-visible {
	outline: 2px solid rgba(236, 103, 26, 0.35);
	outline-offset: 3px;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.bt-top-banner {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 34px;
	padding: 6px 48px 6px 16px;
	color: #fff;
	background: linear-gradient(90deg, var(--bt-navy), var(--bt-orange), var(--bt-navy));
	background-size: 200% 100%;
	animation: btBanner 7s ease infinite;
	font-size: 0.82rem;
	font-weight: 600;
	text-align: center;
}

.bt-top-banner[hidden] {
	display: none !important;
}

.bt-top-banner svg {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: rgba(255, 255, 255, 0.82);
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bt-top-banner strong {
	font-weight: 800;
}

.bt-top-banner a {
	display: inline-flex;
	flex: 0 0 auto;
	padding: 2px 11px;
	border-radius: 999px;
	color: var(--bt-orange);
	background: #fff;
	text-decoration: none;
	font-size: 0.72rem;
	font-weight: 800;
}

.bt-top-banner button {
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	border: 0;
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.76);
	background: rgba(255, 255, 255, 0.12);
	cursor: pointer;
}

.bt-landing > * {
	margin-block-start: 0;
}

.bt-hero {
	position: relative;
	margin: 0;
	overflow-x: clip;
	padding-block: clamp(56px, 8vw, 112px);
	background:
		radial-gradient(circle at 100% 0%, rgba(236, 103, 26, 0.1), transparent 32%),
		radial-gradient(circle at 0% 100%, rgba(1, 60, 89, 0.07), transparent 30%),
		#fff;
}

.bt-hero-grid,
.bt-final-grid,
.bt-use-case {
	align-items: center;
	gap: clamp(28px, 5vw, 64px);
}

.bt-hero-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.bt-final-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
}

.bt-hero-grid > *,
.bt-final-grid > * {
	min-width: 0;
}

.bt-hero-copy {
	max-width: 650px;
}

.bt-pill {
	--bt-current-icon: var(--bt-icon-zap);
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin: 0 0 16px;
	padding: 7px 14px;
	border: 1px solid rgba(236, 103, 26, 0.2);
	border-radius: 999px;
	color: var(--bt-orange);
	background: rgba(236, 103, 26, 0.08);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.01em;
}

.bt-pill::before,
.bt-hero .bt-button-row .wp-block-button__link::after,
.bt-button-icon-arrow .wp-block-button__link::after,
.bt-button-icon-arrow a::after {
	content: "";
	display: inline-block;
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	background: currentColor;
	-webkit-mask-image: var(--bt-current-icon);
	mask-image: var(--bt-current-icon);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-pill::before {
	width: 14px;
	height: 14px;
}

.bt-hero .bt-pill,
.bt-pill-icon-zap {
	--bt-current-icon: var(--bt-icon-zap);
}

.bt-whats-new .bt-pill,
.bt-pill-icon-sparkles {
	--bt-current-icon: var(--bt-icon-sparkles);
}

.bt-app-cta .bt-pill,
.bt-pill-icon-smartphone {
	--bt-current-icon: var(--bt-icon-smartphone);
}

.bt-products-section .bt-pill,
.bt-pill-icon-shopping-bag {
	--bt-current-icon: var(--bt-icon-shopping-bag);
}

.bt-how .bt-pill,
.bt-pill-icon-settings {
	--bt-current-icon: var(--bt-icon-settings);
}

.bt-benefits .bt-pill,
.bt-final-cta .bt-pill,
.bt-use-case-highlight .bt-pill,
.bt-pill-icon-shield,
.bt-pill-icon-shield::after {
	--bt-current-icon: var(--bt-icon-shield);
}

.bt-testimonials .bt-pill,
.bt-pill-icon-star {
	--bt-current-icon: var(--bt-icon-star);
}

.bt-faq-section .bt-pill,
.bt-pill-icon-question {
	--bt-current-icon: var(--bt-icon-question);
}

.bt-pill-icon-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding-left: 48px;
}

.bt-pill-icon-badge::before,
.bt-pill-icon-badge::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.bt-pill-icon-badge::before {
	left: 7px;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--bt-orange), var(--bt-navy));
	-webkit-mask: none;
	mask: none;
}

.bt-pill-icon-badge::after {
	--bt-current-icon: var(--bt-icon-heart);
	left: 14px;
	width: 14px;
	height: 14px;
	background: #fff;
	-webkit-mask-image: var(--bt-current-icon);
	mask-image: var(--bt-current-icon);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-pill-blue.bt-pill-icon-badge::before {
	background: linear-gradient(135deg, var(--bt-navy), var(--bt-sky));
}

.bt-pill-light.bt-pill-icon-badge::before {
	background: rgba(255, 255, 255, 0.18);
}

.bt-use-cases .bt-pill {
	--bt-current-icon: var(--bt-icon-heart);
}

.bt-pill-icon-heart,
.bt-pill-icon-heart::after {
	--bt-current-icon: var(--bt-icon-heart);
}

.bt-use-cases .bt-pill-blue,
.bt-pill-icon-baby,
.bt-pill-icon-baby::after {
	--bt-current-icon: var(--bt-icon-baby);
}

.bt-pill-icon-paw,
.bt-pill-icon-paw::after {
	--bt-current-icon: var(--bt-icon-paw);
}

.bt-use-case-elders .bt-pill-icon-badge,
.bt-use-cases > .bt-use-case-band:nth-of-type(1) .bt-pill-icon-badge {
	color: var(--bt-navy);
	border-color: rgba(236, 103, 26, 0.2);
	background: #fff;
}

.bt-use-case-kids .bt-pill-icon-badge,
.bt-use-cases > .bt-use-case-band:nth-of-type(2) .bt-pill-icon-badge {
	color: var(--bt-navy);
	border-color: rgba(110, 160, 184, 0.3);
	background: #fff;
}

.bt-use-case-her .bt-pill-icon-badge,
.bt-use-cases > .bt-use-case-band:nth-of-type(3) .bt-pill-icon-badge {
	color: var(--bt-navy);
	border-color: rgba(236, 103, 26, 0.2);
	background: #fff;
}

.bt-use-case-highlight .bt-pill {
	--bt-current-icon: var(--bt-icon-shield);
	gap: 10px;
	padding: 8px 18px;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(10px);
}

.bt-use-case-highlight .bt-pill::before {
	width: 18px;
	height: 18px;
	background: #fff;
}

.bt-pill-dark {
	border-color: rgba(236, 103, 26, 0.3);
	color: var(--bt-orange);
	background: rgba(236, 103, 26, 0.16);
}

.bt-hero-title {
	max-width: 760px;
	margin: 0;
	font-size: clamp(2.4rem, 6vw, 4.5rem);
	font-weight: 800;
	line-height: 1.05;
}

.bt-lead {
	max-width: 610px;
	margin-top: 22px;
	color: var(--bt-muted);
	font-size: clamp(1rem, 2vw, 1.18rem);
}

.bt-button-row {
	margin-top: 30px;
}

.bt-landing .wp-block-button__link,
.bt-button {
	transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease, color 240ms ease, border-color 240ms ease;
}

.bt-hero .bt-button-row .wp-block-button__link,
.bt-button-icon-arrow .wp-block-button__link,
.bt-button-icon-arrow a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.bt-hero .bt-button-row .wp-block-button__link::after,
.bt-button-icon-arrow .wp-block-button__link::after,
.bt-button-icon-arrow a::after {
	--bt-current-icon: var(--bt-icon-arrow-right);
	width: 16px;
	height: 16px;
	transition: transform 220ms ease;
}

.bt-hero .bt-button-row .wp-block-button__link:hover::after,
.bt-hero .bt-button-row .wp-block-button__link:focus-visible::after,
.bt-button-icon-arrow .wp-block-button__link:hover::after,
.bt-button-icon-arrow .wp-block-button__link:focus-visible::after,
.bt-button-icon-arrow a:hover::after,
.bt-button-icon-arrow a:focus-visible::after {
	transform: translateX(4px);
}

.bt-landing .wp-block-button__link:hover,
.bt-landing .wp-block-button__link:focus-visible,
.bt-button:hover,
.bt-button:focus-visible {
	transform: translateY(-2px) scale(1.03);
}

.bt-landing .wp-block-button__link:focus-visible,
.bt-button:focus-visible {
	outline: 2px solid rgba(236, 103, 26, 0.36);
	outline-offset: 4px;
}

.bt-wp-button-primary .wp-block-button__link,
.bt-button--primary,
.bt-wp-button-primary a {
	color: #fff !important;
	background: var(--bt-orange) !important;
	border: 1px solid var(--bt-orange) !important;
	box-shadow: 0 10px 26px rgba(236, 103, 26, 0.24);
}

.bt-wp-button-primary .wp-block-button__link:hover,
.bt-wp-button-primary .wp-block-button__link:focus-visible,
.bt-button--primary:hover,
.bt-button--primary:focus-visible,
.bt-wp-button-primary a:hover,
.bt-wp-button-primary a:focus-visible {
	color: #fff !important;
	background: #f27822 !important;
	border-color: #f27822 !important;
	box-shadow: 0 8px 28px rgba(236, 103, 26, 0.4);
}

.bt-wp-button-outline .wp-block-button__link,
.bt-wp-button-outline a {
	color: var(--bt-navy) !important;
	background: transparent !important;
	border-color: var(--bt-navy) !important;
}

.bt-wp-button-outline .wp-block-button__link:hover,
.bt-wp-button-outline .wp-block-button__link:focus-visible,
.bt-wp-button-outline a:hover,
.bt-wp-button-outline a:focus-visible {
	color: #fff !important;
	background: var(--bt-navy) !important;
	border-color: var(--bt-navy) !important;
	box-shadow: 0 8px 24px rgba(1, 60, 89, 0.24);
}

.bt-wp-button-light .wp-block-button__link,
.bt-wp-button-light a {
	color: var(--bt-orange) !important;
	background: #fff !important;
	border: 1px solid #fff !important;
}

.bt-wp-button-light .wp-block-button__link:hover,
.bt-wp-button-light .wp-block-button__link:focus-visible,
.bt-wp-button-light a:hover,
.bt-wp-button-light a:focus-visible {
	color: var(--bt-orange) !important;
	background: #fff8f3 !important;
	border-color: #fff !important;
	box-shadow: 0 8px 24px rgba(1, 60, 89, 0.12);
}

.bt-stats {
	margin-top: 42px;
	padding-top: 26px;
	border-top: 1px solid rgba(1, 60, 89, 0.1);
}

.bt-stats h3 {
	margin: 0;
	color: var(--bt-orange);
	font-size: clamp(1.25rem, 2.5vw, 1.9rem);
}

.bt-stats p {
	margin: 4px 0 0;
	color: #7a929e;
	font-size: 0.86rem;
}

.bt-hero-visual {
	position: relative;
	isolation: isolate;
	width: 100%;
	max-width: min(100%, 560px);
	min-width: 0;
	align-self: center;
	justify-self: end;
}

.bt-hero-visual::before {
	content: "";
	position: absolute;
	inset: 4%;
	z-index: -1;
	border-radius: 28px;
	background: radial-gradient(circle, rgba(236, 103, 26, 0.12), transparent 68%);
	filter: blur(32px);
	transform: scale(1.1);
	pointer-events: none;
}

.bt-media-placeholder {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	width: 100%;
	min-height: 260px;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--bt-border);
	border-radius: var(--bt-radius);
	background: linear-gradient(145deg, #f0f7fa, #fef3ea 50%, #f0f7fa);
	box-shadow: var(--bt-shadow);
}

.bt-media-placeholder img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.bt-media-placeholder video {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	min-width: 0;
	min-height: 0;
	max-width: none;
	max-height: none;
	background: var(--bt-deep);
	object-fit: contain;
	object-position: center;
	border-radius: inherit;
}

.bt-help-image-upload__image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.bt-help-image-upload__empty {
	position: relative;
	z-index: 2;
	max-width: 260px;
	padding-top: 96px;
	color: rgba(1, 60, 89, 0.5);
	font-weight: 700;
	text-align: center;
}

.bt-media-placeholder img:not([src]),
.bt-media-placeholder img[src=""] {
	display: none;
}

.bt-media-placeholder::after {
	content: "Imagen editable";
	display: grid;
	place-items: center;
	position: absolute;
	inset: 0;
	color: rgba(1, 60, 89, 0.36);
	font-weight: 800;
}

.bt-media-placeholder:has(img[src]:not([src=""]))::after {
	display: none;
}

.bt-media-placeholder:has(video[src]:not([src=""]))::after,
.bt-media-placeholder:has(video source[src]:not([src=""]))::after {
	display: none;
}

.bt-media-placeholder-dark {
	background: rgba(1, 60, 89, 0.32);
	border-color: rgba(236, 103, 26, 0.24);
}

.bt-media-placeholder-dark::after {
	color: rgba(255, 255, 255, 0.42);
}

.bt-app-cta {
	position: relative;
	margin: 0;
	padding-block: clamp(44px, 7vw, 78px);
	color: #fff;
	background:
		radial-gradient(circle at 100% 0%, rgba(236, 103, 26, 0.22), transparent 30%),
		var(--bt-navy);
}

.bt-app-cta h2 {
	max-width: 760px;
	margin: 0 0 14px;
	font-size: 2.5rem;
	line-height: 1.15;
}

.bt-app-cta h2 mark {
	display: block;
	white-space: normal;
}

.bt-app-cta p:not(.bt-pill) {
	max-width: 680px;
	color: rgba(255, 255, 255, 0.64);
}

.bt-store-buttons {
	gap: 12px;
}

.bt-store-button .wp-block-button__link {
	min-width: 180px;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.08) !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 18px !important;
}

.bt-section {
	margin: 0;
	padding-block: clamp(58px, 8vw, 96px);
}

.bt-section-soft {
	background: var(--bt-soft);
}

.bt-section-heading {
	margin-bottom: clamp(30px, 5vw, 56px);
}

.bt-section-heading h2 {
	margin: 0 0 14px;
	color: var(--bt-navy);
	font-size: clamp(2rem, 4.4vw, 3.25rem);
}

.bt-section-heading p:not(.bt-pill) {
	max-width: 620px;
	color: #7a929e;
	font-size: 1.05rem;
}

.bt-section-heading-center {
	text-align: center;
}

.bt-section-heading-center .bt-pill {
	margin-inline: auto;
}

.bt-section-heading-center p:not(.bt-pill) {
	margin-inline: auto;
}

.bt-card-grid {
	gap: 22px;
}

.bt-info-card,
.bt-step-card {
	height: 100%;
	padding: clamp(22px, 3vw, 32px);
	border: 1px solid var(--bt-border);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bt-info-card:hover,
.bt-step-card:hover {
	transform: translateY(-4px);
	border-color: rgba(236, 103, 26, 0.34);
	box-shadow: 0 16px 45px rgba(236, 103, 26, 0.13);
}

.bt-info-card h3,
.bt-step-card h3 {
	margin-top: 0;
	color: var(--bt-navy);
	font-size: 1.25rem;
}

.bt-info-card p,
.bt-step-card p {
	color: var(--bt-muted);
}

.bt-card-kicker {
	width: fit-content;
	margin: 0 0 14px;
	padding: 5px 10px;
	border-radius: 999px;
	color: var(--bt-orange) !important;
	background: rgba(236, 103, 26, 0.08);
	font-size: 0.75rem;
	font-weight: 800;
	text-transform: uppercase;
}

.bt-separator {
	margin: 0;
	padding: 22px 16px;
	color: rgba(255, 255, 255, 0.92);
	background: var(--bt-orange);
	text-align: center;
}

.bt-separator p {
	margin: 0;
	font-size: clamp(0.72rem, 2vw, 0.84rem);
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bt-products-section {
	background: var(--bt-soft);
}

.bt-products-notice {
	max-width: 760px;
	margin-inline: auto;
	padding: 22px;
	border: 1px solid var(--bt-border);
	border-radius: 18px;
	color: var(--bt-navy);
	background: #fff;
	text-align: center;
}

.bt-product-grid {
	box-sizing: border-box;
	position: relative;
	left: 50%;
	display: grid !important;
	grid-template-columns: repeat(var(--bt-columns, 4), minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(24px, 2.6vw, 32px);
	width: min(calc(100vw - (var(--bt-page-gutter) * 2)), var(--bt-container)) !important;
	max-width: min(calc(100vw - (var(--bt-page-gutter) * 2)), var(--bt-container)) !important;
	margin: 0 auto !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	padding-inline: 0;
	transform: translateX(-50%);
}

.bt-product-grid--1 {
	--bt-columns: 1;
}

.bt-product-grid--2 {
	--bt-columns: 2;
}

.bt-product-grid--3 {
	--bt-columns: 3;
}

.bt-product-grid--4 {
	--bt-columns: 4;
}

.bt-product-card {
	display: flex;
	flex-direction: column;
	align-self: stretch;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(236, 103, 26, 0.15);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	animation: bt-product-fade-in 600ms ease-out backwards;
	transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.bt-product-grid .bt-product-card {
	opacity: 1;
}

.bt-product-grid .bt-product-card:nth-child(2) {
	animation-delay: 100ms;
}

.bt-product-grid .bt-product-card:nth-child(3) {
	animation-delay: 200ms;
}

.bt-product-grid .bt-product-card:nth-child(4) {
	animation-delay: 300ms;
}

@keyframes bt-product-fade-in {
	from {
		opacity: 0;
		transform: scale(0.95) translateY(20px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

.bt-product-card:hover {
	transform: translateY(-8px);
	border-color: rgba(236, 103, 26, 0.25);
	box-shadow: 0 20px 60px rgba(236, 103, 26, 0.15), 0 0 0 1px rgba(236, 103, 26, 0.25);
}

.bt-product-card__media {
	position: relative;
	flex: 0 0 auto;
	display: block;
	aspect-ratio: 4 / 3;
	width: 100%;
	margin: 0;
	overflow: hidden;
	border: 0;
	background: var(--bt-warm);
	line-height: 0;
}

.bt-product-card__media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	margin: 0 !important;
	border: 0;
	object-fit: cover;
	object-position: center;
	vertical-align: top;
}

.bt-product-card__media a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 0;
}

.bt-product-card__badge {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 2;
	padding: 7px 12px;
	border-radius: 999px;
	color: #fff;
	background: var(--bt-orange);
	font-size: 0.75rem;
	font-weight: 800;
	box-shadow: 0 12px 24px rgba(236, 103, 26, 0.22);
}

.bt-product-card__quick {
	position: absolute;
	left: 50%;
	bottom: 24px;
	z-index: 2;
	display: inline-flex !important;
	flex-flow: row nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	transform: translate(-50%, 18px);
	opacity: 0;
	padding: 10px 24px;
	border: 0;
	border-radius: 999px;
	color: var(--bt-orange);
	background: #fff;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1 !important;
	text-align: center;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
	cursor: pointer;
	white-space: nowrap;
	transition: opacity 300ms ease, transform 300ms ease;
}

.bt-product-card__quick-content {
	display: inline-flex !important;
	flex-flow: row nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px;
	margin: 0;
	padding: 0;
	line-height: 16px !important;
	white-space: nowrap;
}

.bt-product-card__quick-icon {
	display: block !important;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.bt-product-card__quick-label {
	display: inline-block !important;
	margin: 0;
	padding: 0;
	line-height: 16px !important;
	vertical-align: middle;
	white-space: nowrap;
}

.bt-button__label {
	display: block;
	margin: 0;
	line-height: 1;
}

.bt-product-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	background: linear-gradient(to top, rgba(1, 60, 89, 0.85) 0%, rgba(1, 60, 89, 0.3) 50%, transparent 100%);
	pointer-events: none;
	transition: opacity 300ms ease;
}

.bt-product-card:hover .bt-product-card__quick,
.bt-product-card:focus-within .bt-product-card__quick {
	z-index: 2;
	opacity: 1;
	transform: translate(-50%, 0);
}

.bt-product-card:hover .bt-product-card__media::after {
	opacity: 1;
}

.bt-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 14px;
	padding: 20px 20px 14px;
}

.bt-product-card__title {
	margin: 0;
	color: var(--bt-navy);
	font-size: clamp(1.2rem, 1.8vw, 1.5rem);
	font-weight: 800;
	line-height: 1.15;
}

.bt-product-card__price-row {
	display: flex;
	align-items: baseline;
	gap: 8px;
	margin-top: -4px;
}

.bt-product-card__price {
	color: var(--bt-orange);
	font-family: Exo, sans-serif;
	font-size: clamp(2rem, 2.8vw, 2.35rem);
	font-weight: 800;
	line-height: 1;
}

.bt-product-card__currency {
	color: #9aa6ad;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
	font-weight: 700;
}

.bt-product-card__price del {
	color: #9aa6ad;
	font-size: 0.82rem;
	font-weight: 600;
}

.bt-product-card__price ins {
	text-decoration: none;
}

.bt-product-card__benefits {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 14px 0 0;
	border-top: 1px solid rgba(236, 103, 26, 0.12);
	list-style: none;
}

.bt-product-card__benefits li {
	position: relative;
	min-height: 20px;
	padding-left: 28px;
	color: #667784;
	font-size: 0.84rem;
	line-height: 1.34;
}

.bt-product-card__benefits li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: var(--bt-orange);
}

.bt-product-card__benefits li::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 12px;
	height: 12px;
	background-color: #fff;
	-webkit-mask-image: var(--bt-icon-check);
	mask-image: var(--bt-icon-check);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-product-card__actions {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr) !important;
	align-items: stretch;
	gap: 6px;
	margin-top: auto;
	padding-top: 2px;
}

.bt-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	padding: 12px 14px;
	border-width: 1px;
	border-style: solid;
	border-radius: 14px;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bt-product-card__actions .bt-button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	height: 44px;
	margin: 0 !important;
	padding: 0 12px;
	line-height: 1 !important;
}

.bt-product-card__actions .bt-button--buy-now {
	padding-inline: 18px;
}

/* WooCommerce adds this link after an AJAX add-to-cart. The navbar cart already
 * provides that destination, so it must not alter the product-card layout. */
.bt-product-card .added_to_cart.wc-forward {
	display: none !important;
}

.bt-button--ghost {
	border: 1px solid rgba(1, 60, 89, 0.18);
	color: var(--bt-navy);
	background: transparent;
}

.bt-button--ghost:hover,
.bt-button--ghost:focus-visible {
	color: #fff;
	background: var(--bt-navy);
	border-color: var(--bt-navy);
	box-shadow: 0 8px 24px rgba(1, 60, 89, 0.2);
}

.bt-product-card__actions .bt-button--buy-now {
	padding-inline: 18px;
	font-size: clamp(0.76rem, 0.85vw, 0.9rem);
}

.bt-product-card .bt-button__icon--cart {
	display: block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask-image: var(--bt-icon-cart);
	mask-image: var(--bt-icon-cart);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-product-card .bt-button--primary:hover,
.bt-product-card .bt-button--primary:focus-visible {
	transform: scale(1.02);
	box-shadow: 0 8px 25px rgba(236, 103, 26, 0.4);
}

.bt-how {
	background: #fff;
}

.bt-how .bt-section-heading {
	max-width: 768px;
	margin-inline: auto;
	margin-bottom: clamp(48px, 6vw, 64px);
}

.bt-how .bt-section-heading h2 {
	font-size: clamp(2rem, 4vw, 3rem);
	line-height: 1.2;
}

.bt-how .bt-section-heading p:not(.bt-pill) {
	font-size: clamp(1rem, 2vw, 1.125rem);
}

.bt-steps {
	position: relative;
	gap: clamp(24px, 3vw, 32px) !important;
}

@media (min-width: 1024px) {
	.bt-steps::before {
		content: "";
		position: absolute;
		top: 56px;
		left: var(--bt-page-gutter);
		right: var(--bt-page-gutter);
		height: 1px;
		opacity: 0.2;
		background: var(--bt-orange);
		pointer-events: none;
	}
}

.bt-step-card {
	--bt-step-pad: clamp(24px, 3vw, 32px);
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	min-height: 250px;
	padding: var(--bt-step-pad) !important;
	border: 1px solid rgba(236, 103, 26, 0.15);
	border-radius: 22px;
	background: #fff;
	box-shadow: none;
	animation: bt-step-fade-up 600ms ease-out backwards;
	transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.bt-step-card > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.bt-step-card::before {
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 0 clamp(20px, 2.4vw, 24px);
	border: 1px solid rgba(236, 103, 26, 0.2);
	border-radius: 18px;
	background: var(--bt-warm);
	transition: transform 300ms ease, border-color 300ms ease;
}

.bt-step-card::after {
	content: "";
	position: absolute;
	top: calc(var(--bt-step-pad) + 16px);
	left: calc(var(--bt-step-pad) + 16px);
	width: 32px;
	height: 32px;
	background-color: var(--bt-orange);
	pointer-events: none;
	transition: transform 300ms ease;
	-webkit-mask-image: var(--bt-step-icon, var(--bt-icon-settings));
	mask-image: var(--bt-step-icon, var(--bt-icon-settings));
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-steps .wp-block-column:nth-child(2) .bt-step-card {
	animation-delay: 100ms;
}

.bt-steps .wp-block-column:nth-child(3) .bt-step-card {
	animation-delay: 200ms;
}

.bt-steps .wp-block-column:nth-child(4) .bt-step-card {
	animation-delay: 300ms;
}

@keyframes bt-step-fade-up {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.bt-step-card:hover {
	transform: translateY(-4px);
	border-color: rgba(236, 103, 26, 0.35);
	box-shadow: 0 12px 40px rgba(236, 103, 26, 0.15);
}

.bt-step-card:hover::before {
	transform: scale(1.1);
	border-color: rgba(236, 103, 26, 0.32);
}

.bt-step-card:hover::after {
	transform: scale(1.1);
}

.bt-step-number {
	position: absolute;
	top: -14px;
	right: -14px;
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin: 0 !important;
	border-radius: 999px;
	color: #fff !important;
	background: var(--bt-orange);
	font-family: Exo, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	box-shadow: 0 0 15px rgba(236, 103, 26, 0.35);
	transition: transform 300ms ease;
}

.bt-step-card:hover .bt-step-number {
	transform: scale(1.1);
}

.bt-step-icon {
	display: none;
}

.bt-step-icon::before {
	content: none;
}

.bt-step-card-shop {
	--bt-step-icon: var(--bt-icon-shopping-bag);
}

.bt-steps .wp-block-column:nth-child(1) .bt-step-card {
	--bt-step-icon: var(--bt-icon-shopping-bag);
}

.bt-step-card-app {
	--bt-step-icon: var(--bt-icon-smartphone);
}

.bt-steps .wp-block-column:nth-child(2) .bt-step-card {
	--bt-step-icon: var(--bt-icon-smartphone);
}

.bt-step-card-config {
	--bt-step-icon: var(--bt-icon-settings);
}

.bt-steps .wp-block-column:nth-child(3) .bt-step-card {
	--bt-step-icon: var(--bt-icon-settings);
}

.bt-step-card-track {
	--bt-step-icon: var(--bt-icon-map-pin);
}

.bt-steps .wp-block-column:nth-child(4) .bt-step-card {
	--bt-step-icon: var(--bt-icon-map-pin);
}

.bt-step-card h3 {
	max-width: 100%;
	margin: 0 0 10px !important;
	color: var(--bt-navy);
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-weight: 700;
	line-height: 1.25;
}

.bt-step-card p:not(.bt-step-number) {
	max-width: 100%;
	margin: 0 !important;
	color: #6b7280;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
	line-height: 1.65;
}

.bt-use-cases {
	margin: 0;
	background: #fff;
}

.bt-use-case {
	padding-block: clamp(48px, 7vw, 82px);
}

.bt-use-case h2 {
	margin-top: 0;
	font-size: clamp(1.8rem, 4vw, 2.7rem);
}

.bt-use-case p:not(.bt-pill) {
	color: var(--bt-muted);
	font-size: 1.05rem;
}

.bt-use-case-highlight {
	margin: 0;
	padding-block: clamp(64px, 9vw, 104px);
	color: #fff;
	background: linear-gradient(135deg, var(--bt-navy), var(--bt-orange) 46%, var(--bt-sky));
	text-align: center;
}

.bt-use-case-highlight h2 {
	max-width: 820px;
	margin-inline: auto;
	font-size: clamp(2rem, 5vw, 3.6rem);
}

.bt-use-case-highlight p {
	max-width: 720px;
	margin-inline: auto;
	color: rgba(255, 255, 255, 0.84);
}

.bt-faq-section {
	background: linear-gradient(180deg, var(--bt-soft), #fff);
}

.bt-faq-section > .wp-block-details {
	max-width: 820px;
	margin: 12px auto;
}

.bt-faq-item {
	border: 1px solid var(--bt-border);
	border-radius: 18px;
	background: #fff;
	overflow: hidden;
}

.bt-faq-item summary {
	padding: 18px 22px;
	color: var(--bt-navy);
	font-family: Exo, sans-serif;
	font-weight: 800;
	cursor: pointer;
}

.bt-faq-item p {
	margin: 0;
	padding: 0 22px 20px;
	color: var(--bt-muted);
}

.bt-final-cta {
	margin: 0;
	padding-block: clamp(64px, 9vw, 108px);
	color: #fff;
	background:
		radial-gradient(circle at 0% 0%, rgba(236, 103, 26, 0.22), transparent 32%),
		linear-gradient(135deg, var(--bt-deep), var(--bt-navy) 46%, #021a2b);
}

.bt-final-cta h2 {
	margin-top: 0;
	color: #fff;
	font-size: clamp(2rem, 5vw, 3.6rem);
}

.bt-final-cta p:not(.bt-pill) {
	color: rgba(255, 255, 255, 0.68);
	font-size: 1.05rem;
}

.bt-final-grid > .wp-block-image:first-child,
.bt-final-grid > .bt-media-placeholder {
	align-self: center;
	justify-self: start;
	width: min(100%, 560px) !important;
	max-width: 560px;
	margin: 0 !important;
}

.bt-final-cta .bt-media-placeholder,
.bt-final-grid > .wp-block-image:first-child {
	position: relative;
	display: block;
	aspect-ratio: 4 / 3;
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(236, 103, 26, 0.2);
	border-radius: var(--bt-radius);
	background: rgba(1, 60, 89, 0.3);
	box-shadow: 0 0 60px rgba(236, 103, 26, 0.06);
}

.bt-final-grid > .wp-block-image:first-child a,
.bt-final-grid > .wp-block-image:first-child picture {
	display: block;
	width: 100%;
	height: 100%;
}

.bt-final-cta .bt-media-placeholder img,
.bt-final-grid > .wp-block-image:first-child img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
}

.bt-footer {
	margin: 0;
	padding-block: 56px 24px;
	color: rgba(255, 255, 255, 0.52);
	background: var(--bt-deep);
	border-top: 2px solid var(--bt-orange);
}

.bt-footer h4,
.bt-footer .wp-block-site-title {
	color: var(--bt-orange);
}

.bt-footer a {
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}

.bt-footer a:hover {
	color: #fff;
}

.bt-footer-grid {
	display: grid !important;
	grid-template-columns: minmax(240px, 1.35fr) minmax(120px, 0.7fr) minmax(160px, 0.85fr) minmax(220px, 1.1fr) !important;
	align-items: start;
	gap: 28px;
}

.bt-footer-grid > .wp-block-group {
	min-width: 0;
	margin-block-start: 0 !important;
}

.bt-footer-grid > .wp-block-group:last-child {
	justify-self: end;
	max-width: 280px;
}

.bt-footer-links {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-footer-bottom {
	margin-top: 38px;
	padding-top: 22px;
	color: rgba(255, 255, 255, 0.32);
	font-size: 0.86rem;
}

.bt-cart-drawer[hidden] {
	display: none;
}

.bt-cart-drawer {
	position: fixed;
	inset: 0;
	z-index: 120;
	pointer-events: none;
}

.bt-cart-drawer.is-open {
	pointer-events: auto;
}

.bt-cart-drawer__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	backdrop-filter: blur(5px);
	transition: opacity 260ms ease;
}

.bt-cart-drawer.is-open .bt-cart-drawer__overlay {
	opacity: 1;
}

.bt-cart-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	width: min(450px, 100%);
	height: 100%;
	color: #fff;
	background: var(--bt-deep);
	border-left: 1px solid rgba(236, 103, 26, 0.15);
	box-shadow: -24px 0 70px rgba(0, 0, 0, 0.32);
	transform: translateX(100%);
	transition: transform 300ms ease;
}

.bt-cart-drawer.is-open .bt-cart-drawer__panel {
	transform: translateX(0);
}

.bt-cart-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 24px;
	border-bottom: 1px solid rgba(236, 103, 26, 0.1);
}

.bt-cart-drawer__header h3 {
	margin: 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 800;
}

.bt-cart-drawer__header p {
	margin: 4px 0 0;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.9rem;
}

.bt-cart-drawer__close {
	display: grid;
	place-items: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	border: 1px solid rgba(236, 103, 26, 0.16);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.66);
	background: rgba(236, 103, 26, 0.08);
	cursor: pointer;
	transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.bt-cart-drawer__close:hover,
.bt-cart-drawer__close:focus-visible {
	color: #fff;
	background: rgba(236, 103, 26, 0.18);
	transform: scale(1.04);
}

.bt-cart-drawer__close svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.bt-cart-drawer__content {
	flex: 1;
	overflow-y: auto;
	padding: 24px;
}

.bt-cart-drawer ul.woocommerce-mini-cart {
	display: grid;
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
	box-sizing: border-box;
	display: block;
	float: none;
	position: relative;
	width: 100%;
	min-height: 108px;
	margin: 0;
	padding: 15px 44px 15px 96px;
	border: 1px solid rgba(236, 103, 26, 0.1);
	border-radius: 18px;
	background: rgba(236, 103, 26, 0.04);
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) {
	display: block;
	min-height: 0;
	margin: 0;
	padding: 0;
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	line-height: 1.25;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item > a:not(.remove) > img {
	position: absolute !important;
	top: 15px;
	left: 15px;
	display: block;
	float: none !important;
	box-sizing: border-box;
	width: 66px !important;
	min-width: 66px;
	max-width: 66px !important;
	height: 66px !important;
	margin: 0 !important;
	padding: 0;
	object-fit: cover;
	object-position: center;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: none !important;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation {
	display: grid !important;
	grid-template-columns: max-content minmax(0, 1fr);
	align-items: baseline;
	clear: both;
	gap: 2px 6px;
	margin: 4px 0 0 !important;
	padding: 0 !important;
	color: rgba(255, 255, 255, 0.66);
	font-family: Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	font-size: 0.78rem;
	line-height: 1.35;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dt,
.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dd {
	display: block !important;
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dt {
	color: var(--bt-orange);
	font-family: Exo, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.02em;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dd {
	color: rgba(255, 255, 255, 0.72);
	font-weight: 600;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation dd p {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	font: inherit;
	line-height: inherit;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item dl.variation.bt-cart-variation {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 2px;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .bt-cart-variation__row {
	display: flex !important;
	align-items: baseline !important;
	justify-content: flex-start;
	flex-wrap: nowrap !important;
	gap: 5px;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 0;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .bt-cart-variation__row > dt,
.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .bt-cart-variation__row > dd {
	display: inline !important;
	flex: 0 0 auto;
	float: none !important;
	clear: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item .bt-cart-variation__row > dd {
	min-width: 0;
	overflow-wrap: anywhere;
}

.bt-cart-item-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 8px;
}

.bt-cart-quantity {
	display: inline-grid;
	grid-template-columns: 30px 34px 30px;
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
}

.bt-cart-quantity__button {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	color: rgba(255, 255, 255, 0.72);
	background: transparent;
	cursor: pointer;
	transition: color 160ms ease, background-color 160ms ease;
}

.bt-cart-quantity__button:hover,
.bt-cart-quantity__button:focus-visible {
	color: #fff;
	background: rgba(236, 103, 26, 0.18);
}

.bt-cart-quantity__button:focus-visible {
	outline: 2px solid rgba(236, 103, 26, 0.6);
	outline-offset: -2px;
}

.bt-cart-quantity__button:disabled {
	opacity: 0.38;
	cursor: not-allowed;
}

.bt-cart-quantity__button svg {
	display: block;
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.bt-cart-quantity__value {
	display: grid;
	place-items: center;
	min-height: 30px;
	border-inline: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-family: Exo, sans-serif;
	font-size: 0.84rem;
	font-weight: 800;
	line-height: 1;
}

.bt-cart-item-price {
	white-space: nowrap;
	font-size: 0.86rem;
}

.bt-cart-drawer .woocommerce-Price-amount {
	color: var(--bt-orange);
	font-family: Exo, sans-serif;
	font-weight: 800;
}

.bt-cart-drawer .remove_from_cart_button {
	position: absolute;
	top: 12px;
	right: 12px;
	display: grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 999px;
	color: #f87171 !important;
	background: rgba(248, 113, 113, 0.1);
	text-decoration: none;
	font-size: 0;
	line-height: 1;
	transition: background-color 180ms ease, transform 180ms ease;
}

.bt-cart-drawer .remove_from_cart_button::before,
.bt-cart-drawer .remove_from_cart_button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 1.5px;
	border-radius: 999px;
	background: currentColor;
}

.bt-cart-drawer .remove_from_cart_button::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.bt-cart-drawer .remove_from_cart_button::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.bt-cart-drawer .remove_from_cart_button:hover {
	background: rgba(248, 113, 113, 0.18);
	transform: scale(1.06);
}

.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item.is-updating {
	opacity: 0.58;
	pointer-events: none;
}

.bt-cart-drawer .woocommerce-mini-cart__empty-message {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 46vh;
	margin: 0;
	color: rgba(255, 255, 255, 0.46);
	text-align: center;
}

.bt-cart-drawer .woocommerce-mini-cart__empty-message::before {
	content: "";
	width: 94px;
	height: 94px;
	margin-bottom: 18px;
	border: 1px solid rgba(236, 103, 26, 0.16);
	border-radius: 999px;
	background:
		url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23EC671A' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='20' r='1.4'/%3E%3Ccircle cx='18' cy='20' r='1.4'/%3E%3Cpath d='M2.5 3h3l2.2 11.2a2 2 0 0 0 2 1.6h7.8a2 2 0 0 0 1.9-1.4L21 7H7'/%3E%3C/svg%3E") center / 42px 42px no-repeat,
		rgba(236, 103, 26, 0.06);
}

.bt-cart-drawer__shop {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin-top: 18px;
	border-radius: 999px;
	color: #fff;
	background: var(--bt-orange);
	text-decoration: none;
	font-weight: 800;
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.bt-cart-drawer__shop:hover,
.bt-cart-drawer__shop:focus-visible {
	color: #fff;
	box-shadow: 0 0 24px rgba(236, 103, 26, 0.38);
	transform: translateY(-1px) scale(1.02);
}

.bt-cart-drawer .woocommerce-mini-cart__total {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 24px 0 14px;
	padding-top: 18px;
	border-top: 1px solid rgba(236, 103, 26, 0.12);
	color: rgba(255, 255, 255, 0.52);
}

.bt-cart-drawer .woocommerce-mini-cart__total strong {
	color: #fff;
}

.bt-cart-drawer .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	margin: 0;
}

/* Defensive fallback for customized WooCommerce mini-cart templates. */
.bt-cart-drawer .woocommerce-mini-cart__buttons .button:not(.checkout) {
	display: none !important;
}

.bt-cart-drawer .woocommerce-mini-cart__buttons .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	border-radius: 999px;
	color: #fff;
	background: rgba(255, 255, 255, 0.08);
	text-decoration: none;
	font-weight: 800;
	transition: background-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.bt-cart-drawer .woocommerce-mini-cart__buttons .checkout {
	background: var(--bt-orange);
}

.bt-cart-drawer .woocommerce-mini-cart__buttons .button:hover,
.bt-cart-drawer .woocommerce-mini-cart__buttons .button:focus-visible {
	color: #fff;
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(-1px);
}

.bt-cart-drawer .woocommerce-mini-cart__buttons .checkout:hover,
.bt-cart-drawer .woocommerce-mini-cart__buttons .checkout:focus-visible {
	background: #f27822;
	box-shadow: 0 0 26px rgba(236, 103, 26, 0.38);
}

/* WooCommerce checkout */
.bt-brand .wp-block-site-logo,
.bt-site-logo-fallback {
	width: min(190px, 42vw);
	max-width: 100%;
}

.bt-brand .custom-logo,
.bt-site-logo-fallback img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.bt-site-logo-fallback,
.bt-site-logo-fallback .custom-logo-link {
	display: block;
	margin: 0;
	line-height: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) {
	background:
		radial-gradient(circle at 100% 0%, rgba(236, 103, 26, 0.08), transparent 28rem),
		linear-gradient(180deg, #f8fafb 0%, #fff 38rem);
}

body.woocommerce-checkout:not(.woocommerce-order-received) main.wp-block-group {
	box-sizing: border-box;
	width: min(100%, var(--bt-container));
	max-width: var(--bt-container) !important;
	margin-inline: auto !important;
	padding: clamp(12px, 1.4vw, 18px) var(--bt-page-gutter) clamp(72px, 9vw, 116px);
}

.bt-checkout-header .bt-brand {
	line-height: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bt-checkout-page-template > .bt-checkout-intro {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	width: 100%;
	max-width: none !important;
	margin: 0 0 clamp(12px, 2vw, 18px) !important;
	padding: 0;
	gap: 18px 28px;
}

.bt-checkout-intro__copy {
	margin: 0 !important;
}

.bt-checkout-eyebrow {
	margin: 0 0 7px !important;
	color: var(--bt-orange);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	line-height: 1.3;
	text-transform: uppercase;
}

.bt-checkout-title {
	margin: 0 !important;
	color: var(--bt-navy);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.08;
}

.bt-checkout-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(1, 60, 89, 0.15);
	border-radius: 999px;
	color: var(--bt-navy) !important;
	background: #fff;
	box-shadow: 0 8px 24px rgba(1, 60, 89, 0.07);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bt-checkout-back svg {
	width: 18px;
	height: 18px;
	margin-right: 7px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bt-checkout-back:hover,
.bt-checkout-back:focus-visible {
	color: var(--bt-orange) !important;
	border-color: rgba(236, 103, 26, 0.35);
	box-shadow: 0 12px 28px rgba(1, 60, 89, 0.11);
	transform: translateY(-1px);
}

.bt-checkout-back:focus-visible {
	outline: 3px solid rgba(236, 103, 26, 0.16);
	outline-offset: 3px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) main > .wp-block-post-content,
body.woocommerce-checkout:not(.woocommerce-order-received) main > .entry-content,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-woocommerce-checkout,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce {
	width: 100% !important;
	max-width: none !important;
	margin-top: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-title,
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-title {
	margin: 0 0 clamp(26px, 4vw, 40px) !important;
	color: var(--bt-navy);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	letter-spacing: -0.035em;
}

body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-error {
	box-sizing: border-box;
	margin: 0 0 18px !important;
	padding: 16px 18px 16px 52px !important;
	border: 1px solid rgba(1, 60, 89, 0.1);
	border-top: 0;
	border-radius: 14px;
	color: var(--bt-navy);
	background: #fff;
	box-shadow: 0 10px 30px rgba(1, 60, 89, 0.07);
	line-height: 1.5;
}

body.woocommerce-checkout .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-error::before {
	top: 50%;
	left: 20px;
	color: var(--bt-orange);
	transform: translateY(-50%);
}

body.woocommerce-checkout .woocommerce-error {
	border-color: rgba(220, 38, 38, 0.18);
}

body.woocommerce-checkout .woocommerce-error::before {
	color: #dc2626;
}

body.woocommerce-checkout .woocommerce-form-login,
body.woocommerce-checkout .checkout_coupon {
	box-sizing: border-box;
	margin: -4px 0 24px !important;
	padding: 22px !important;
	border: 1px solid rgba(1, 60, 89, 0.1) !important;
	border-radius: 16px !important;
	background: #fff;
	box-shadow: 0 10px 30px rgba(1, 60, 89, 0.07);
}

body.woocommerce-checkout form.checkout.woocommerce-checkout {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
	align-items: start;
	gap: 0 clamp(24px, 4vw, 44px);
	width: 100%;
}

body.woocommerce-checkout form.checkout #customer_details {
	grid-column: 1;
	grid-row: 1 / 3;
}

body.woocommerce-checkout form.checkout #order_review_heading {
	grid-column: 2;
	grid-row: 1;
	box-sizing: border-box;
	margin: 0 !important;
	padding: clamp(22px, 3vw, 28px) clamp(22px, 3vw, 30px) 14px;
	border: 1px solid rgba(1, 60, 89, 0.1);
	border-bottom: 0;
	border-radius: 22px 22px 0 0;
	color: var(--bt-navy);
	background: #fff;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.2;
}

body.woocommerce-checkout form.checkout #order_review {
	grid-column: 2;
	grid-row: 2;
	box-sizing: border-box;
	padding: 0 clamp(22px, 3vw, 30px) clamp(22px, 3vw, 30px);
	border: 1px solid rgba(1, 60, 89, 0.1);
	border-top: 0;
	border-radius: 0 0 22px 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(1, 60, 89, 0.1);
}

body.woocommerce-checkout #customer_details .col-1,
body.woocommerce-checkout #customer_details .col-2 {
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin: 0 0 22px;
	padding: clamp(22px, 3vw, 30px);
	border: 1px solid rgba(1, 60, 89, 0.1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 16px 44px rgba(1, 60, 89, 0.08);
}

body.woocommerce-checkout #customer_details h3,
body.woocommerce-checkout .woocommerce-shipping-fields h3 {
	margin: 0 0 12px;
	color: var(--bt-navy);
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 800;
	line-height: 1.25;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 16px;
}

body.woocommerce-checkout .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-checkout .form-row-wide,
body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field,
body.woocommerce-checkout #billing_address_1_field,
body.woocommerce-checkout #billing_address_2_field,
body.woocommerce-checkout #shipping_address_1_field,
body.woocommerce-checkout #shipping_address_2_field,
body.woocommerce-checkout #order_comments_field {
	grid-column: 1 / -1;
}

body.woocommerce-checkout #billing_email_field,
body.woocommerce-checkout #billing_city_field,
body.woocommerce-checkout #shipping_city_field {
	grid-column: 1;
}

body.woocommerce-checkout #billing_phone_field,
body.woocommerce-checkout #billing_neighborhood_field,
body.woocommerce-checkout #shipping_neighborhood_field {
	grid-column: 2;
}

body.woocommerce-checkout .form-row label {
	display: block;
	margin: 0 0 7px;
	color: #294f63;
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.3;
}

body.woocommerce-checkout .required {
	color: var(--bt-orange) !important;
	text-decoration: none;
}

body.woocommerce-checkout .input-text,
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-checkout .select2-container .select2-selection--single {
	box-sizing: border-box;
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #cbd8df;
	border-radius: 12px;
	color: var(--bt-navy);
	background: #fbfcfd;
	font: inherit;
	line-height: 1.3;
	outline: 0;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.woocommerce-checkout textarea {
	min-height: 116px;
	resize: vertical;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: var(--bt-navy);
	line-height: 26px;
}

body.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

body.woocommerce-checkout .input-text:focus,
body.woocommerce-checkout input:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-checkout .select2-container--focus .select2-selection,
body.woocommerce-checkout .select2-container--open .select2-selection {
	border-color: var(--bt-orange) !important;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(236, 103, 26, 0.11);
}

body.woocommerce-checkout .woocommerce-invalid .input-text,
body.woocommerce-checkout .woocommerce-invalid select,
body.woocommerce-checkout .woocommerce-invalid .select2-selection {
	border-color: #dc2626 !important;
	box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.08);
}

body.woocommerce-checkout .woocommerce-form__label-for-checkbox,
body.woocommerce-checkout .woocommerce-form__label-for-radio {
	display: inline-flex;
	align-items: flex-start;
	gap: 9px;
	cursor: pointer;
}

body.woocommerce-checkout input[type="checkbox"],
body.woocommerce-checkout input[type="radio"] {
	accent-color: var(--bt-orange);
}

body.woocommerce-checkout table.shop_table {
	width: 100%;
	margin: 0 0 22px !important;
	border: 0 !important;
	border-collapse: collapse;
	border-radius: 0;
}

body.woocommerce-checkout table.shop_table th,
body.woocommerce-checkout table.shop_table td {
	padding: 14px 0 !important;
	border: 0;
	border-bottom: 1px solid rgba(1, 60, 89, 0.09);
	color: #486474;
	font-size: 0.92rem;
	line-height: 1.45;
}

body.woocommerce-checkout table.shop_table th:last-child,
body.woocommerce-checkout table.shop_table td:last-child {
	padding-left: 16px !important;
	color: var(--bt-navy);
	font-weight: 750;
	text-align: right;
}

body.woocommerce-checkout table.shop_table thead th {
	padding-top: 0 !important;
	color: var(--bt-navy);
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-checkout table.shop_table tfoot tr:last-child th,
body.woocommerce-checkout table.shop_table tfoot tr:last-child td {
	padding-top: 18px !important;
	border-bottom: 0;
	color: var(--bt-navy);
	font-size: 1.12rem;
}

body.woocommerce-checkout table.shop_table .product-quantity {
	color: var(--bt-muted);
	font-weight: 600;
}

body.woocommerce-checkout #payment {
	margin: 0;
	border: 1px solid rgba(1, 60, 89, 0.09);
	border-radius: 16px;
	background: var(--bt-soft);
}

body.woocommerce-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 8px 18px !important;
	border-bottom: 1px solid rgba(1, 60, 89, 0.09);
	list-style: none;
}

body.woocommerce-checkout #payment ul.payment_methods li {
	margin: 0;
	padding: 14px 0;
	border-bottom: 1px solid rgba(1, 60, 89, 0.07);
}

body.woocommerce-checkout #payment ul.payment_methods li:last-child {
	border-bottom: 0;
}

body.woocommerce-checkout #payment ul.payment_methods li label {
	color: var(--bt-navy);
	font-weight: 750;
	cursor: pointer;
}

body.woocommerce-checkout #payment .payment_box {
	margin: 12px 0 0 !important;
	padding: 15px !important;
	border-radius: 12px;
	color: #486474;
	background: #fff !important;
	font-size: 0.88rem;
	line-height: 1.55;
}

body.woocommerce-checkout #payment .payment_box::before {
	display: none;
}

body.woocommerce-checkout #payment .place-order {
	margin: 0;
	padding: 18px !important;
}

body.woocommerce-checkout #place_order,
body.woocommerce-checkout .checkout-button,
body.woocommerce-checkout button[name="woocommerce_checkout_place_order"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 54px;
	margin: 0 !important;
	padding: 14px 22px !important;
	border: 1px solid var(--bt-orange) !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--bt-orange) !important;
	box-shadow: 0 12px 28px rgba(236, 103, 26, 0.25);
	font-size: 1rem !important;
	font-weight: 800 !important;
	line-height: 1.2;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus-visible,
body.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:hover,
body.woocommerce-checkout button[name="woocommerce_checkout_place_order"]:focus-visible {
	background: #d95710 !important;
	box-shadow: 0 16px 34px rgba(236, 103, 26, 0.34);
	transform: translateY(-1px);
}

body.woocommerce-checkout .woocommerce-privacy-policy-text,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	color: var(--bt-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

/* WooCommerce Checkout Block. */
body.woocommerce-checkout .wp-block-woocommerce-checkout {
	box-sizing: border-box;
	margin-inline: auto !important;
}

body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
	align-items: flex-start;
	gap: clamp(24px, 4vw, 44px);
	margin: 0;
}

body.woocommerce-checkout .wc-block-checkout__main {
	box-sizing: border-box;
	padding-right: 0 !important;
}

body.woocommerce-checkout .wc-block-components-checkout-step {
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: clamp(22px, 3vw, 30px) !important;
	border: 1px solid rgba(1, 60, 89, 0.1);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 14px 40px rgba(1, 60, 89, 0.07);
}

body.woocommerce-checkout .wc-block-components-checkout-step__heading {
	margin-bottom: 11px;
}

body.woocommerce-checkout .wc-block-components-checkout-step__title {
	color: var(--bt-navy);
	font-family: Exo, sans-serif;
	font-size: clamp(1.2rem, 2vw, 1.45rem);
	font-weight: 800;
}

body.woocommerce-checkout .wc-block-components-checkout-step__description,
body.woocommerce-checkout .wc-block-components-checkout-step__container,
body.woocommerce-checkout .wc-block-components-checkout-step__content {
	color: var(--bt-muted);
}

body.woocommerce-checkout .wc-block-components-address-form {
	row-gap: 16px !important;
}

body.woocommerce-checkout #contact.bt-checkout-contact-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 16px !important;
}

body.woocommerce-checkout #contact.bt-checkout-contact-grid > .wc-block-components-address-form__email,
body.woocommerce-checkout #contact.bt-checkout-contact-grid > .bt-checkout-contact-phone {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	flex: none !important;
}

body.woocommerce-checkout #contact.bt-checkout-contact-grid > .wc-block-components-address-form__email {
	grid-column: 1;
}

body.woocommerce-checkout #contact.bt-checkout-contact-grid > .bt-checkout-contact-phone {
	grid-column: 2;
}

body.woocommerce-checkout #contact.bt-checkout-contact-grid > :not(.wc-block-components-address-form__email):not(.bt-checkout-contact-phone) {
	grid-column: 1 / -1;
}

body.woocommerce-checkout .bt-checkout-address-paired > .wc-block-components-address-form__city,
body.woocommerce-checkout .bt-checkout-address-paired > .bt-checkout-neighborhood-field {
	box-sizing: border-box;
	width: calc(50% - 8px) !important;
	max-width: calc(50% - 8px) !important;
	flex: 1 1 calc(50% - 8px) !important;
}

body.woocommerce-checkout .bt-checkout-address-paired > .wc-block-components-address-form__address_2,
body.woocommerce-checkout .bt-checkout-address-paired > .wc-block-components-address-form__address_2-toggle {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 100% !important;
	flex: 1 0 100% !important;
}

body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-combobox-control input,
body.woocommerce-checkout .wc-block-components-address-form select,
body.woocommerce-checkout .wc-block-components-address-form textarea {
	box-sizing: border-box;
	min-height: 54px;
	border: 1px solid #cbd8df !important;
	border-radius: 12px !important;
	color: var(--bt-navy) !important;
	background: #fbfcfd !important;
	box-shadow: none !important;
	font-family: Inter, sans-serif !important;
	transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-combobox-control input:focus,
body.woocommerce-checkout .wc-block-components-address-form select:focus,
body.woocommerce-checkout .wc-block-components-address-form textarea:focus {
	border-color: var(--bt-orange) !important;
	background: #fff !important;
	box-shadow: 0 0 0 4px rgba(236, 103, 26, 0.11) !important;
}

body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-combobox-control label {
	color: #557080;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
	box-sizing: border-box;
	position: sticky;
	top: 104px;
	padding: clamp(22px, 3vw, 28px) !important;
	border: 1px solid rgba(1, 60, 89, 0.1);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(1, 60, 89, 0.1);
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-title,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-checkout-order-summary__title {
	color: var(--bt-navy);
	font-family: Exo, sans-serif;
	font-size: 1.35rem;
	font-weight: 800;
}

body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-item {
	border-color: rgba(1, 60, 89, 0.09) !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
	border-radius: 12px;
	background: var(--bt-warm);
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: var(--bt-navy);
	font-size: 1.12rem;
	font-weight: 800;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
	min-height: 56px;
	border: 1px solid var(--bt-orange) !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--bt-orange) !important;
	box-shadow: 0 12px 28px rgba(236, 103, 26, 0.25);
	font-weight: 800;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button:focus-visible {
	background: #d95710 !important;
	box-shadow: 0 16px 34px rgba(236, 103, 26, 0.34);
	transform: translateY(-1px);
}

body.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input {
	border-color: #afc2cc;
	border-radius: 5px;
	accent-color: var(--bt-orange);
}

body.woocommerce-checkout .wc-block-components-payment-method-icons img,
body.woocommerce-checkout .wc-block-components-payment-method-label img {
	width: auto;
	max-width: 74px;
	max-height: 28px;
	object-fit: contain;
}

@media (min-width: 782px) {
	body.woocommerce-checkout .wc-block-checkout__main .checkout-order-summary-block-fill-wrapper {
		display: none !important;
	}

	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
		display: grid !important;
		grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr) !important;
		align-items: start !important;
		gap: 0 clamp(24px, 4vw, 44px) !important;
	}

	body.woocommerce-checkout .wc-block-checkout__main {
		grid-column: 1;
		grid-row: 1;
		width: 100% !important;
		min-width: 0;
		margin: 0 !important;
		flex-basis: auto !important;
	}

	body.woocommerce-checkout .wc-block-checkout__sidebar {
		grid-column: 2;
		grid-row: 1;
		width: 100% !important;
		min-width: 0;
		margin: 0 !important;
		order: initial !important;
		flex-basis: auto !important;
	}
}

@media (max-width: 781px) {
	body.woocommerce-checkout form.checkout.woocommerce-checkout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		grid-column: 1;
		grid-row: auto;
	}

	body.woocommerce-checkout form.checkout #order_review_heading {
		margin-top: 4px !important;
	}

	body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
		display: flex !important;
		flex-direction: column !important;
	}

	body.woocommerce-checkout .wc-block-checkout__main,
	body.woocommerce-checkout .wc-block-checkout__sidebar {
		width: 100% !important;
		max-width: none !important;
		min-width: 0 !important;
	}

	body.woocommerce-checkout .wc-block-checkout__sidebar {
		display: none !important;
	}

	/* WooCommerce renders a dedicated responsive copy of the summary inside
	 * the main column. Keep that one at the top and suppress the desktop copy. */
	body.woocommerce-checkout .wc-block-checkout__main .checkout-order-summary-block-fill-wrapper {
		display: block !important;
		box-sizing: border-box;
		width: 100%;
		margin: 0 0 20px !important;
		padding: 20px !important;
		border: 1px solid rgba(1, 60, 89, 0.1) !important;
		border-radius: 17px !important;
		background: #fff;
		box-shadow: 0 18px 46px rgba(1, 60, 89, 0.09);
	}

	body.woocommerce-checkout .wc-block-checkout__main .checkout-order-summary-block-fill-wrapper .wc-block-components-checkout-order-summary__title {
		margin: 0 !important;
		padding: 0 0 14px !important;
		border-top: 0 !important;
	}
}

@media (max-width: 600px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) main.wp-block-group {
		padding-top: 12px;
		padding-bottom: 72px;
	}

	body.woocommerce-checkout #customer_details .col-1,
	body.woocommerce-checkout #customer_details .col-2,
	body.woocommerce-checkout .wc-block-components-checkout-step,
	body.woocommerce-checkout .wc-block-checkout__sidebar {
		padding: 20px !important;
		border-radius: 17px;
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	body.woocommerce-checkout .form-row {
		grid-column: 1 !important;
	}

	body.woocommerce-checkout #contact.bt-checkout-contact-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout #contact.bt-checkout-contact-grid > .wc-block-components-address-form__email,
	body.woocommerce-checkout #contact.bt-checkout-contact-grid > .bt-checkout-contact-phone,
	body.woocommerce-checkout #contact.bt-checkout-contact-grid > :not(.wc-block-components-address-form__email):not(.bt-checkout-contact-phone) {
		grid-column: 1;
	}

	body.woocommerce-checkout .bt-checkout-address-paired > .wc-block-components-address-form__city,
	body.woocommerce-checkout .bt-checkout-address-paired > .bt-checkout-neighborhood-field {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	body.woocommerce-checkout form.checkout #order_review_heading {
		padding: 20px 20px 12px;
		border-radius: 17px 17px 0 0;
	}

	body.woocommerce-checkout form.checkout #order_review {
		padding: 0 20px 20px;
		border-radius: 0 0 17px 17px;
	}

	body.woocommerce-checkout #payment ul.payment_methods,
	body.woocommerce-checkout #payment .place-order {
		padding-inline: 14px !important;
	}

	.bt-brand .wp-block-site-logo,
	.bt-site-logo-fallback {
		width: min(160px, 42vw);
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .bt-checkout-page-template > .bt-checkout-intro {
		flex-direction: column;
		align-items: flex-start;
		gap: 14px;
		margin-bottom: 14px !important;
	}

	.bt-checkout-back {
		order: initial;
		min-height: 42px;
		padding-inline: 15px;
	}

	body.woocommerce-checkout .wc-block-components-address-form {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.woocommerce-checkout .wc-block-components-address-form > *,
	body.woocommerce-checkout .wc-block-components-text-input,
	body.woocommerce-checkout .wc-block-components-combobox-control {
		grid-column: 1 / -1 !important;
		box-sizing: border-box;
		width: 100% !important;
		min-width: 0 !important;
	}
}

/* WooCommerce single product: related products */
body.single-product main {
	padding-bottom: clamp(80px, 10vw, 132px);
}

body.single-product .related.products,
body.single-product .wp-block-woocommerce-related-products {
	box-sizing: border-box;
	clear: both;
	width: min(calc(100% - (var(--bt-page-gutter) * 2)), var(--bt-container));
	max-width: var(--bt-container);
	margin: clamp(64px, 8vw, 104px) auto 0 !important;
}

body.single-product .related.products > h2,
body.single-product .wp-block-woocommerce-related-products > h2 {
	margin: 0 0 clamp(24px, 4vw, 36px);
	color: var(--bt-navy);
	font-size: clamp(1.65rem, 3vw, 2.25rem);
	font-weight: 800;
	letter-spacing: -0.02em;
}

body.single-product .related.products ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: stretch;
	gap: clamp(18px, 2.5vw, 28px);
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.single-product .related.products ul.products::before,
body.single-product .related.products ul.products::after {
	display: none !important;
}

body.single-product .related.products ul.products li.product,
body.single-product .wp-block-woocommerce-related-products .wc-block-product {
	box-sizing: border-box;
	display: flex !important;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(1, 60, 89, 0.1);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(1, 60, 89, 0.08);
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

body.single-product .related.products ul.products li.product:hover,
body.single-product .wp-block-woocommerce-related-products .wc-block-product:hover {
	transform: translateY(-6px);
	border-color: rgba(236, 103, 26, 0.28);
	box-shadow: 0 18px 46px rgba(1, 60, 89, 0.14), 0 4px 18px rgba(236, 103, 26, 0.08);
}

body.single-product .related.products ul.products li.product .woocommerce-LoopProduct-link {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
}

body.single-product .related.products ul.products li.product img,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-image img {
	display: block;
	width: 100% !important;
	height: auto;
	aspect-ratio: 4 / 3;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
	background: var(--bt-warm);
}

body.single-product .related.products ul.products li.product .onsale {
	top: 14px;
	right: 14px;
	left: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 6px 10px;
	border-radius: 999px;
	color: #fff;
	background: var(--bt-orange);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.1;
}

body.single-product .related.products .woocommerce-loop-product__title,
body.single-product .wp-block-woocommerce-related-products .wp-block-post-title {
	margin: 0 !important;
	padding: 18px 18px 8px !important;
	color: var(--bt-navy);
	font-family: Exo, sans-serif;
	font-size: 1.08rem !important;
	font-weight: 800;
	line-height: 1.25;
}

body.single-product .related.products ul.products li.product .star-rating {
	margin: 0 18px 8px;
	color: var(--bt-orange);
}

body.single-product .related.products ul.products li.product .price,
body.single-product .wp-block-woocommerce-related-products .wc-block-components-product-price {
	margin: auto 18px 16px !important;
	padding-top: 2px;
	color: var(--bt-orange) !important;
	font-family: Exo, sans-serif;
	font-size: 1.05rem !important;
	font-weight: 800;
}

body.single-product .related.products ul.products li.product > .button,
body.single-product .wp-block-woocommerce-related-products .wp-block-button__link {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: auto;
	min-height: 46px;
	margin: 0 18px 18px !important;
	padding: 11px 16px !important;
	border: 1px solid var(--bt-orange) !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--bt-orange) !important;
	box-shadow: 0 8px 20px rgba(236, 103, 26, 0.2);
	font-size: 0.84rem !important;
	font-weight: 800 !important;
	line-height: 1.15;
	text-align: center;
	text-decoration: none !important;
	white-space: normal;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.single-product .related.products ul.products li.product > .button:hover,
body.single-product .related.products ul.products li.product > .button:focus-visible,
body.single-product .wp-block-woocommerce-related-products .wp-block-button__link:hover,
body.single-product .wp-block-woocommerce-related-products .wp-block-button__link:focus-visible {
	color: #fff !important;
	background: #d95710 !important;
	box-shadow: 0 12px 28px rgba(236, 103, 26, 0.32);
	transform: translateY(-1px);
}

body.single-product .related.products .added_to_cart.wc-forward {
	display: none !important;
}

@media (max-width: 1024px) {
	body.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	body.single-product main {
		padding-bottom: 72px;
	}

	body.single-product .related.products,
	body.single-product .wp-block-woocommerce-related-products {
		margin-top: 52px !important;
	}

	body.single-product .related.products ul.products {
		grid-template-columns: 1fr;
	}
}

@keyframes btBanner {
	0%,
	100% {
		background-position: 0 50%;
	}
	50% {
		background-position: 100% 50%;
	}
}

@keyframes btFloat {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-8px);
	}
}

@media (max-width: 1100px) {
	.bt-site-header .bt-header-inner {
		flex-wrap: wrap !important;
		min-height: auto;
	}

	.bt-section-nav {
		order: 3;
		flex: 1 0 100%;
		gap: 8px;
		justify-content: center;
		padding-top: 8px;
		border-top: 1px solid rgba(1, 60, 89, 0.08);
	}

	.bt-section-nav a {
		min-height: 34px;
		padding: 0 10px;
		border-radius: 999px;
		background: rgba(1, 60, 89, 0.04);
		font-size: 0.82rem;
	}

	.bt-main-navigation {
		order: 3;
		flex: 1 0 100%;
		box-sizing: border-box;
		width: 100%;
		padding-top: 8px;
		border-top: 1px solid rgba(1, 60, 89, 0.08);
	}

	.bt-main-navigation .wp-block-navigation__container {
		flex-wrap: wrap;
		gap: 8px;
	}

	.bt-main-navigation .wp-block-navigation-item__content {
		min-height: 34px;
		padding: 0 10px;
		background: rgba(1, 60, 89, 0.04);
		font-size: 0.82rem;
	}

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

@media (max-width: 900px) {
	.bt-site-header .bt-header-inner {
		flex-wrap: nowrap !important;
		align-items: center;
		min-height: 68px;
		gap: 10px;
	}

	.bt-header-inner > .bt-section-nav {
		display: flex !important;
		order: 3;
		flex: 0 0 auto;
		width: auto;
		margin: 0;
		padding: 0;
		border-top: 0;
	}

	.bt-brand {
		order: 1;
	}

	.bt-header-actions {
		order: 2;
	}

	.bt-section-nav .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	.bt-section-nav .wp-block-navigation__responsive-container-open {
		display: inline-flex !important;
	}

	.bt-section-nav .wp-block-navigation__responsive-container.is-menu-open {
		display: flex !important;
		padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
		color: var(--bt-navy);
		background: rgba(255, 255, 255, 0.99);
	}

	.bt-section-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		align-items: stretch;
		justify-content: flex-start;
		gap: 4px;
		width: 100%;
	}

	.bt-section-nav .wp-block-navigation__responsive-container.is-menu-open a {
		justify-content: flex-start;
		min-height: 48px;
		padding-inline: 14px;
		border-radius: 10px;
		background: rgba(1, 60, 89, 0.04);
		font-size: 1rem;
	}

	.bt-brand {
		min-width: 0;
		margin-right: auto;
	}

	.bt-brand .wp-block-site-logo,
	.bt-brand .custom-logo-link {
		min-width: 0;
	}

	.bt-brand .wp-block-site-logo {
		width: min(42vw, 170px);
		max-width: 100%;
	}

	.bt-brand .custom-logo {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	.bt-mobile-menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		border: 1px solid transparent;
		border-radius: 50%;
		color: var(--bt-navy);
		background: transparent;
		cursor: pointer;
		transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
	}

	.bt-mobile-menu-toggle:hover,
	.bt-mobile-menu-toggle:focus-visible,
	.bt-mobile-menu-toggle[aria-expanded="true"] {
		color: var(--bt-orange);
		background: rgba(1, 60, 89, 0.06);
		border-color: rgba(1, 60, 89, 0.08);
	}

	.bt-mobile-menu-toggle:focus-visible {
		outline: 2px solid rgba(236, 103, 26, 0.35);
		outline-offset: 2px;
	}

	.bt-mobile-menu-toggle svg {
		display: block;
		width: 22px;
		height: 22px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
	}

	.bt-mobile-menu-toggle__close,
	.bt-mobile-menu-toggle[aria-expanded="true"] .bt-mobile-menu-toggle__menu {
		display: none !important;
	}

	.bt-mobile-menu-toggle[aria-expanded="true"] .bt-mobile-menu-toggle__close {
		display: block !important;
	}

	.bt-mobile-menu:not([hidden]) {
		display: block;
		width: 100%;
		border-top: 1px solid rgba(1, 60, 89, 0.08);
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 14px 30px rgba(1, 60, 89, 0.1);
		animation: bt-mobile-menu-in 180ms ease-out;
	}

	.bt-mobile-menu__inner {
		box-sizing: border-box;
		width: min(100%, var(--bt-container));
		margin-inline: auto;
		padding: 10px var(--bt-page-gutter) 14px;
	}

	.bt-mobile-menu__nav {
		display: grid;
		gap: 2px;
	}

	.bt-mobile-menu__nav a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 0 14px;
		border-radius: 8px;
		color: #4a5568;
		font-size: 0.9rem;
		font-weight: 700;
		text-decoration: none;
		transition: color 160ms ease, background-color 160ms ease, padding-left 160ms ease;
	}

	.bt-mobile-menu__nav a:hover,
	.bt-mobile-menu__nav a:focus-visible {
		padding-left: 18px;
		color: var(--bt-navy);
		background: rgba(1, 60, 89, 0.05);
	}

	.bt-mobile-menu__nav a:focus-visible {
		outline: 2px solid rgba(236, 103, 26, 0.35);
		outline-offset: -2px;
	}

	.bt-mobile-menu .bt-mobile-menu__social {
		display: flex;
		justify-content: flex-start;
		gap: 6px;
		margin: 8px 0 0;
		padding: 10px 8px 0;
		border-top: 1px solid rgba(1, 60, 89, 0.08);
	}

	@keyframes bt-mobile-menu-in {
		from {
			opacity: 0;
			transform: translateY(-6px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.bt-hero-grid,
	.bt-final-grid,
	.bt-use-case {
		grid-template-columns: 1fr !important;
	}

	.bt-hero-copy,
	.bt-section-heading,
	.bt-final-cta {
		text-align: center;
	}

	.bt-hero-visual,
	.bt-hero-carousel {
		justify-self: center;
		margin-inline: auto;
	}

	.bt-hero-copy .bt-pill,
	.bt-final-cta .bt-pill {
		margin-inline: auto;
	}

	.bt-final-grid > .wp-block-image:first-child,
	.bt-final-grid > .bt-media-placeholder {
		justify-self: center;
		max-width: min(100%, 560px);
	}

	.bt-button-row {
		justify-content: center;
	}

	.bt-use-case-reverse .bt-media-placeholder {
		order: 2;
	}
}

@media (max-width: 480px) {
	.bt-app-cta .bt-store-button .wp-block-button__link {
		min-width: 0;
		min-height: 58px;
		padding: 9px 8px !important;
		font-size: 0.82rem;
	}

	.bt-app-cta .bt-store-button small {
		font-size: 0.48rem;
	}
}

@media (max-width: 600px) {
	body:not(.editor-styles-wrapper) .bt-main-navigation {
		order: 3;
		flex: 0 0 auto;
		width: auto;
		margin: 0;
		padding: 0;
		border-top: 0;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .wp-block-navigation__responsive-container-open {
		display: inline-flex;
	}
}

@media (max-width: 860px) {
	.bt-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bt-footer-grid > .wp-block-group:last-child {
		justify-self: start;
		max-width: none;
	}
}

/* Legal document page */
.bt-tracking-page-shell {
	box-sizing: border-box;
	padding: clamp(30px, 4.5vw, 56px) 0 clamp(44px, 6vw, 70px);
	background:
		radial-gradient(circle at 10% 4%, rgba(236, 103, 26, 0.14), transparent 27rem),
		linear-gradient(180deg, #f5f9fa 0%, #ffffff 52%);
}

.bt-tracking {
	box-sizing: border-box;
	width: min(100%, var(--bt-container));
	max-width: var(--bt-container);
	margin-inline: auto !important;
	padding-inline: var(--bt-page-gutter);
}

.bt-tracking__intro {
	max-width: 720px;
	margin: 0 0 clamp(22px, 3vw, 30px);
}

.bt-tracking__eyebrow {
	margin: 0 0 12px;
	color: var(--bt-orange);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bt-tracking__intro h1 {
	margin: 0 0 12px;
	color: var(--bt-navy);
	font-size: clamp(2.15rem, 5vw, 3.75rem);
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.bt-tracking__intro > p:not(.bt-tracking__eyebrow) {
	max-width: 720px;
	margin: 0;
	color: var(--bt-muted);
	font-size: 1.06rem;
	line-height: 1.7;
}

.bt-tracking__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.8fr);
	gap: clamp(16px, 2.5vw, 22px);
	align-items: start;
}

.bt-tracking__card,
.bt-tracking__aside {
	box-sizing: border-box;
	min-width: 0;
	border-radius: 18px;
}

.bt-tracking__card {
	padding: clamp(22px, 3.2vw, 32px);
	border: 1px solid #dce5e9;
	background: #fff;
	box-shadow: 0 20px 55px rgba(1, 60, 89, 0.11);
}

.bt-tracking__card-heading {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-bottom: 20px;
}

.bt-tracking__step {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	background: var(--bt-orange);
	font-size: 0.9rem;
	font-weight: 850;
}

.bt-tracking__card h2,
.bt-tracking__aside h2 {
	margin: 0;
	font-size: clamp(1.25rem, 2.5vw, 1.65rem);
	font-weight: 820;
	line-height: 1.2;
}

.bt-tracking__card-heading p {
	margin: 6px 0 0;
	color: var(--bt-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

.bt-tracking .track_order,
.bt-tracking .woocommerce-form-track-order {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 16px;
	row-gap: 18px;
	width: 100%;
	margin: 0;
}

.bt-tracking .track_order > p:not(.form-row),
.bt-tracking .woocommerce-form-track-order > p:not(.form-row),
.bt-tracking .track_order > .woocommerce-error,
.bt-tracking .track_order > .woocommerce-info,
.bt-tracking .track_order > .woocommerce-message,
.bt-tracking .woocommerce-form-track-order > .woocommerce-error,
.bt-tracking .woocommerce-form-track-order > .woocommerce-info,
.bt-tracking .woocommerce-form-track-order > .woocommerce-message {
	grid-column: 1 / -1;
	margin: 0;
}

.bt-tracking .track_order > .clear,
.bt-tracking .woocommerce-form-track-order > .clear {
	display: none;
}

.bt-tracking__card > p {
	margin: 0;
	margin-bottom: 20px;
	color: #375461;
	font-size: 0.94rem;
	line-height: 1.6;
}

.bt-tracking .form-row {
	float: none !important;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	min-width: 0;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bt-tracking .form-row-first {
	grid-column: 1;
}

.bt-tracking .form-row-last {
	grid-column: 2;
}

.bt-tracking .form-row label {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0 0 7px;
	color: var(--bt-navy);
	font-size: 0.82rem;
	font-weight: 780;
}

.bt-tracking .input-text {
	display: block !important;
	box-sizing: border-box !important;
	flex: 0 0 auto;
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	min-height: 56px !important;
	height: auto !important;
	margin: 0 !important;
	padding: 14px 16px !important;
	border: 1px solid #b9c9d0;
	border-radius: 11px;
	color: var(--bt-navy);
	background: #fff;
	font: inherit !important;
	font-size: 1rem !important;
	line-height: 1.4 !important;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

.bt-tracking .input-text:focus {
	border-color: var(--bt-orange);
	outline: 0;
	box-shadow: 0 0 0 4px rgba(236, 103, 26, 0.14);
}

.bt-tracking .track_order > .form-row:not(.form-row-first, .form-row-last),
.bt-tracking .woocommerce-form-track-order > .form-row:not(.form-row-first, .form-row-last),
.bt-tracking .form-row:last-child {
	grid-column: 1 / -1;
}

.bt-tracking button.button {
	min-height: 50px;
	padding: 12px 24px;
	border: 0;
	border-radius: 11px;
	color: #fff;
	background: var(--bt-orange);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 820;
	cursor: pointer;
	transition: transform 160ms ease, filter 160ms ease;
}

.bt-tracking button.button:hover,
.bt-tracking button.button:focus-visible {
	filter: brightness(0.93);
	transform: translateY(-1px);
}

.bt-tracking__aside {
	padding: clamp(22px, 2.8vw, 30px);
	color: #fff;
	background: var(--bt-navy);
	box-shadow: 0 20px 50px rgba(1, 60, 89, 0.18);
}

.bt-tracking__step--light {
	margin-bottom: 22px;
	color: var(--bt-navy);
	background: #fff;
}

.bt-tracking__aside h2 {
	color: #fff;
}

.bt-tracking__aside > p:not(.bt-tracking__privacy) {
	margin: 12px 0 22px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.94rem;
	line-height: 1.65;
}

.bt-tracking__external {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 12px 16px;
	border-radius: 11px;
	color: #fff;
	background: var(--bt-orange);
	font-size: 0.86rem;
	font-weight: 820;
	text-align: center;
	text-decoration: none;
}

.bt-tracking__external:hover,
.bt-tracking__external:focus-visible {
	color: #fff;
	filter: brightness(1.08);
}

.bt-tracking__privacy {
	margin: 22px 0 0;
	padding-top: 19px;
	border-top: 1px solid rgba(255, 255, 255, 0.17);
	color: rgba(255, 255, 255, 0.64);
	font-size: 0.76rem;
	line-height: 1.55;
}

.bt-tracking .woocommerce-error,
.bt-tracking .woocommerce-info,
.bt-tracking .woocommerce-message {
	grid-column: 1 / -1;
	box-sizing: border-box;
	margin: 0 0 20px;
	padding: 16px 18px 16px 48px;
	border: 1px solid #dce5e9;
	border-top-color: var(--bt-orange);
	border-radius: 11px;
	background: #f7fafb;
	color: var(--bt-navy);
}

.bt-tracking .order-info,
.bt-tracking .woocommerce-order-details {
	margin-top: 0;
	margin-block-start: 0;
}

.bt-tracking table.shop_table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #dce5e9;
	border-radius: 12px;
}

.bt-tracking table.shop_table th,
.bt-tracking table.shop_table td {
	padding: 12px 14px;
	border-bottom: 1px solid #e7edef;
	text-align: left;
}

@media (max-width: 880px) {
	.bt-tracking__grid {
		grid-template-columns: 1fr;
	}

	.bt-tracking__aside {
		display: grid;
		grid-template-columns: auto minmax(0, 1fr);
		column-gap: 14px;
		align-items: center;
	}

	.bt-tracking__aside .bt-tracking__step {
		grid-row: 1;
		margin: 0;
	}

	.bt-tracking__aside h2 {
		grid-column: 2;
	}

	.bt-tracking__aside > p,
	.bt-tracking__external {
		grid-column: 1 / -1;
	}
}

@media (max-width: 600px) {
	.bt-tracking-page-shell {
		padding-block: 26px 42px;
		padding-inline: 0;
	}

	.bt-tracking__intro {
		margin-bottom: 20px;
	}

	.bt-tracking__intro h1 {
		font-size: clamp(2rem, 11vw, 2.7rem);
	}

	.bt-tracking__intro > p:not(.bt-tracking__eyebrow) {
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.bt-tracking__card,
	.bt-tracking__aside {
		padding: 18px;
		border-radius: 15px;
	}

	.bt-tracking__card-heading {
		gap: 12px;
		margin-bottom: 18px;
	}

	.bt-tracking__step {
		width: 34px;
		height: 34px;
	}

	.bt-tracking .track_order,
	.bt-tracking .woocommerce-form-track-order {
		grid-template-columns: 1fr;
	}

	.bt-tracking .track_order > *,
	.bt-tracking .woocommerce-form-track-order > * {
		grid-column: 1 !important;
	}

	.bt-tracking .track_order > .clear,
	.bt-tracking .woocommerce-form-track-order > .clear {
		display: none;
	}

	.bt-tracking .input-text,
	.bt-tracking button.button,
	.bt-tracking__external {
		min-height: 50px;
	}

	.bt-tracking__aside > p:not(.bt-tracking__privacy) {
		margin-block: 10px 18px;
	}

	.bt-tracking__privacy {
		margin-top: 18px;
		padding-top: 16px;
	}
}

@media (max-height: 700px) and (min-width: 601px) {
	.bt-tracking-page-shell {
		padding-block: 24px 38px;
	}

	.bt-tracking__intro {
		margin-bottom: 20px;
	}

	.bt-tracking__intro h1 {
		font-size: clamp(2.1rem, 5vw, 3rem);
	}
}

.bt-legal-page-shell {
	box-sizing: border-box;
	padding: clamp(48px, 7vw, 88px) 20px 72px;
	background:
		radial-gradient(circle at 12% 0%, rgba(236, 103, 26, 0.12), transparent 28rem),
		linear-gradient(180deg, #f7fafb 0%, #ffffff 38%);
}

.bt-legal-document {
	box-sizing: border-box;
	width: min(1040px, 100%);
	margin: 0 auto;
}

.bt-legal-page-shell > .wp-block-post-content {
	width: min(1180px, 100%);
	max-width: none;
	margin: 0 auto;
}

.bt-legal-document__intro {
	max-width: 780px;
	margin-bottom: 32px;
}

.bt-legal-document__eyebrow {
	margin: 0 0 12px;
	color: var(--bt-orange);
	font-size: 0.78rem;
	font-weight: 850;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bt-legal-document h1 {
	margin: 0 0 16px;
	color: var(--bt-navy);
	font-size: clamp(2.25rem, 6vw, 4.5rem);
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 0.98;
}

.bt-legal-document__intro > p:not(.bt-legal-document__eyebrow) {
	max-width: 700px;
	margin: 0;
	color: var(--bt-muted);
	font-size: 1.05rem;
	line-height: 1.7;
}

.bt-legal-text {
	overflow: hidden;
	border: 1px solid #dce5e9;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 22px 60px rgba(1, 60, 89, 0.12);
}

.bt-legal-text__page {
	box-sizing: border-box;
	padding: clamp(28px, 5vw, 56px);
	border-bottom: 1px solid #e3eaed;
}

.bt-legal-text__page:last-child {
	border-bottom: 0;
}

.bt-legal-text__page-number {
	margin: 0 0 24px;
	color: #73848d;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bt-legal-text__page h2,
.bt-legal-text__page h3 {
	max-width: 820px;
	color: var(--bt-navy);
}

.bt-legal-text__page h2 {
	margin: 0 0 12px;
	font-size: clamp(1.45rem, 4vw, 2.15rem);
	line-height: 1.2;
}

#capitulo-xi-politica-de-devoluciones {
	scroll-margin-top: 112px;
}

.bt-legal-text__page h3 {
	margin: 28px 0 12px;
	font-size: clamp(1rem, 2.6vw, 1.25rem);
	line-height: 1.35;
}

.bt-legal-text__page p:not(.bt-legal-text__page-number) {
	margin: 0 0 18px;
	color: #304b59;
	font-size: 0.98rem;
	line-height: 1.82;
}

.bt-legal-text__list-item {
	padding-left: 18px;
}

.bt-legal-text__error {
	padding: 32px;
	border: 1px solid #dce5e9;
	border-radius: 16px;
	background: #fff;
	color: var(--bt-navy);
}

@media (max-width: 700px) {
	.bt-legal-page-shell {
		padding: 38px 14px 52px;
	}

	.bt-legal-text {
		border-radius: 16px;
	}

	.bt-legal-text__page {
		padding: 26px 20px 32px;
	}
}

@media (max-width: 700px) {
	:where(.wp-site-blocks) > * {
		margin-block-start: 0;
	}

	.bt-site-header .bt-header-inner {
		min-height: 64px;
		padding-inline: 14px;
	}

	.bt-brand-title {
		font-size: 0.92rem;
	}

	.bt-header-actions {
		gap: 6px;
	}

	.bt-cart-link a {
		min-height: 36px;
		padding-inline: 12px;
		font-size: 0.78rem;
	}

	.bt-top-banner {
		flex-wrap: wrap;
		gap: 4px 8px;
		min-height: 32px;
		padding: 6px 40px 6px 12px;
		font-size: 0.74rem;
		line-height: 1.2;
	}

	.bt-top-banner svg {
		width: 14px;
		height: 14px;
	}

	.bt-top-banner a {
		padding-inline: 9px;
		font-size: 0.68rem;
	}

	.bt-hero,
	.bt-section,
	.bt-final-cta {
		padding-block: 48px;
	}

	.bt-hero-title {
		font-size: clamp(2.05rem, 12vw, 3rem);
	}

	.bt-hero .bt-stats,
	.bt-stats.wp-block-columns {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		align-items: start;
		gap: 8px;
		width: 100%;
	}

	.bt-hero .bt-stats > .wp-block-column,
	.bt-stats.wp-block-columns > .wp-block-column {
		min-width: 0;
		margin: 0 !important;
		text-align: center;
	}

	.bt-stats h3 {
		font-size: clamp(1.05rem, 5vw, 1.35rem);
	}

	.bt-stats p {
		font-size: clamp(0.66rem, 2.8vw, 0.78rem);
		line-height: 1.3;
	}

	.bt-media-placeholder {
		min-height: 220px;
		border-radius: 20px;
	}

	.bt-hero-carousel__track {
		min-height: 220px;
	}

	.bt-hero-carousel__controls {
		left: 50%;
		bottom: 12px;
		transform: translateX(-50%);
		gap: 8px;
		padding: 6px;
	}

	.bt-hero-carousel__arrow {
		width: 30px;
		height: 30px;
	}

	.bt-product-grid {
		grid-template-columns: 1fr;
	}

	.bt-product-card__actions {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
		gap: 6px;
	}

	.bt-product-card__actions .bt-button {
		height: 42px;
		padding-inline: 8px;
		font-size: 0.78rem;
	}

	.bt-product-card__quick {
		display: none;
	}

	.bt-card-grid,
	.bt-steps {
		gap: 16px;
	}

	.bt-separator p {
		letter-spacing: 0.05em;
	}

	.bt-footer {
		padding-block: 42px 20px;
	}

	.bt-footer-grid {
		grid-template-columns: 1fr !important;
	}

	.bt-footer-bottom {
		justify-content: center !important;
		text-align: center;
	}
}

/* Figma React parity layer */
.bt-social-nav {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0 8px 0 0;
	padding: 0;
	list-style: none;
}

.bt-social-nav a,
.bt-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	color: var(--bt-orange);
	background: transparent;
	font-size: 0.68rem;
	font-weight: 800;
	text-decoration: none;
	transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.wp-block-social-links.bt-social-nav .wp-social-link,
.wp-block-social-links.bt-footer-social .wp-social-link {
	margin: 0;
	padding: 0;
	background: transparent !important;
}

.wp-block-social-links.bt-social-nav .wp-social-link {
	color: var(--bt-orange);
}

.wp-block-social-links.bt-footer-social .wp-social-link {
	color: rgba(255, 255, 255, 0.54);
}

.wp-block-social-links.bt-social-nav .wp-block-social-link-anchor,
.wp-block-social-links.bt-footer-social .wp-block-social-link-anchor {
	box-sizing: border-box;
	padding: 0;
}

.bt-site-header .bt-social-nav a {
	width: 40px;
	height: 40px;
}

.bt-social-nav svg,
.bt-footer-social svg,
.bt-action-icon svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bt-site-header .bt-social-nav svg {
	width: 22px;
	height: 22px;
}

.wp-block-social-links.bt-social-nav svg,
.wp-block-social-links.bt-footer-social svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	stroke: none;
}

.bt-site-header .wp-block-social-links.bt-social-nav svg {
	width: 22px;
	height: 22px;
}

.bt-social-nav a[aria-label="Facebook"] svg,
.bt-footer-social a[aria-label="Facebook"] svg,
.bt-social-nav a[aria-label="Twitter"] svg,
.bt-footer-social a[aria-label="Twitter"] svg {
	fill: currentColor;
	stroke: none;
}

.bt-social-nav a:hover {
	color: var(--bt-navy);
	background: rgba(1, 60, 89, 0.06);
}

.bt-cart-link a.bt-action-icon,
.bt-cart-link .wp-block-button__link {
	position: relative;
	width: 44px;
	min-height: 44px;
	padding: 0;
	color: var(--bt-navy);
	background: transparent;
	border: 0;
}

.bt-cart-link .wp-block-button__link {
	font-size: 0;
}

.bt-cart-link .wp-block-button__link::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-color: currentColor;
	-webkit-mask: var(--bt-icon-cart) center / contain no-repeat;
	mask: var(--bt-icon-cart) center / contain no-repeat;
}

.bt-site-header .bt-action-icon svg {
	width: 24px;
	height: 24px;
	stroke-width: 2;
}

.bt-cart-count {
	position: absolute;
	top: -3px;
	right: -3px;
	display: grid;
	place-items: center;
	min-width: 18px;
	height: 18px;
	padding-inline: 4px;
	border: 2px solid #fff;
	border-radius: 999px;
	color: #fff;
	background: var(--bt-orange);
	font-size: 0.68rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 4px 12px rgba(236, 103, 26, 0.35);
}

.bt-cart-count[hidden] {
	display: none;
}

.bt-action-icon:hover svg,
.bt-social-nav a:hover svg {
	transform: scale(1.06);
}

.bt-cart-link a:hover,
.bt-cart-link a:focus-visible {
	background: #f3f4f6;
	box-shadow: 0 8px 18px rgba(1, 60, 89, 0.08);
	transform: translateY(-1px);
}

.bt-hero {
	isolation: isolate;
}

.bt-hero::before,
.bt-hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 999px;
	pointer-events: none;
}

.bt-hero::before {
	top: -15%;
	right: -8%;
	width: min(42vw, 600px);
	height: min(42vw, 600px);
	background: radial-gradient(circle, rgba(236, 103, 26, 0.1), transparent 70%);
	filter: blur(90px);
}

.bt-hero::after {
	bottom: -10%;
	left: -5%;
	width: min(35vw, 500px);
	height: min(35vw, 500px);
	background: radial-gradient(circle, rgba(1, 60, 89, 0.07), transparent 70%);
	filter: blur(90px);
}

.bt-app-grid {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(400px, max-content) !important;
	align-items: center;
	gap: clamp(28px, 5vw, 64px);
}

.bt-hero-title {
	font-size: clamp(2.25rem, 6vw, 4rem);
	line-height: 1.08;
}

.bt-hero-media {
	aspect-ratio: 1;
	border-color: rgba(236, 103, 26, 0.15);
	border-radius: 28px;
	box-shadow: 0 24px 80px rgba(1, 60, 89, 0.1), 0 4px 20px rgba(236, 103, 26, 0.08);
}

.bt-hero-carousel {
	position: relative;
	isolation: isolate;
	margin: 0;
	width: 100%;
	max-width: 560px;
	min-width: 0;
	margin-inline: auto 0;
}

.bt-hero-carousel.wp-block-gallery {
	box-sizing: border-box;
	display: block !important;
	aspect-ratio: 1;
	min-height: 0;
	width: 100% !important;
	overflow: hidden;
	gap: 0 !important;
	border: 1px solid rgba(236, 103, 26, 0.15);
	border-radius: 28px;
	background: linear-gradient(145deg, #f0f7fa 0%, #fef3ea 50%, #f0f7fa 100%);
	box-shadow: 0 24px 80px rgba(1, 60, 89, 0.1), 0 4px 20px rgba(236, 103, 26, 0.08);
}

.bt-hero-carousel.wp-block-gallery:empty {
	position: relative;
	display: grid !important;
	place-items: center;
	border: 1px solid var(--bt-border);
	border-radius: 28px;
	background: linear-gradient(145deg, #f0f7fa, #fef3ea 50%, #f0f7fa);
	box-shadow: 0 24px 80px rgba(1, 60, 89, 0.1), 0 4px 20px rgba(236, 103, 26, 0.08);
}

.bt-hero-carousel.wp-block-gallery:empty::after {
	content: "Agrega imágenes a esta galería";
	color: rgba(1, 60, 89, 0.36);
	font-weight: 800;
	text-align: center;
}

.bt-hero-carousel__track {
	position: relative;
	aspect-ratio: 1;
	width: 100%;
	min-height: 0;
	margin: 0;
}

.bt-hero-carousel.wp-block-gallery > .wp-block-image {
	position: absolute !important;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
}

.bt-hero-carousel__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	opacity: 0;
	pointer-events: none;
	transform: scale(1.015);
	transition: opacity 420ms ease, transform 520ms ease;
}

.bt-hero-carousel.wp-block-gallery > .wp-block-image img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.bt-hero-carousel__link {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	cursor: pointer;
}

.bt-hero-carousel__link:focus-visible {
	outline: 4px solid rgba(236, 103, 26, 0.92);
	outline-offset: -6px;
}

.bt-hero-carousel__link img {
	transition: transform 240ms ease, filter 240ms ease;
}

.bt-hero-carousel__slide.is-active .bt-hero-carousel__link:hover img,
.bt-hero-carousel__slide.is-active .bt-hero-carousel__link:focus-visible img {
	filter: saturate(1.04);
	transform: scale(1.018);
}

.bt-hero-carousel__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1);
}

.bt-hero-carousel__slide:nth-child(2) {
	background: linear-gradient(145deg, #eef7fb, #fdf6f0 48%, #e9f2f6);
}

.bt-hero-carousel__slide:nth-child(3) {
	background: linear-gradient(145deg, #fdf6f0, #f4f8fa 52%, #fff4ec);
}

.bt-hero-carousel__controls {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	z-index: 4;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.78);
	box-shadow: 0 14px 36px rgba(1, 60, 89, 0.12);
	backdrop-filter: blur(12px);
}

.bt-hero-carousel__arrow,
.bt-hero-carousel__dots button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 999px;
	color: var(--bt-navy);
	background: transparent;
	cursor: pointer;
}

.bt-hero-carousel__arrow {
	width: 32px;
	height: 32px;
}

.bt-hero-carousel__arrow:hover {
	color: #fff;
	background: var(--bt-orange);
}

.bt-hero-carousel__arrow svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2.2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bt-hero-carousel__dots {
	display: flex;
	gap: 6px;
}

.bt-hero-carousel__dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	background: rgba(1, 60, 89, 0.22);
}

.bt-hero-carousel__dots button.is-active {
	width: 22px;
	background: var(--bt-orange);
}

.bt-app-copy {
	max-width: 760px;
}

.bt-app-copy > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

@media (max-width: 1179px) and (min-width: 761px) {
	.bt-app-cta h2 {
		font-size: 2.15rem;
	}
}

.bt-store-buttons {
	display: flex !important;
	align-self: center;
	justify-self: end;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
	gap: 16px;
	margin-block-start: 0 !important;
	padding-top: 0;
}

.bt-store-button .wp-block-button__link {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-items: center;
	column-gap: 14px;
	min-width: 200px;
	min-height: 74px;
	padding: 15px 20px !important;
	border-width: 1.5px !important;
	font-weight: 800;
	line-height: 1.05;
	text-align: left;
}

.bt-store-button .wp-block-button__link::before {
	content: "";
	grid-column: 1;
	grid-row: 1 / 3;
	width: 32px;
	height: 32px;
	background: transparent center / contain no-repeat var(--bt-icon-apple-store);
}

.bt-store-button-google .wp-block-button__link::before,
.bt-store-buttons .wp-block-button:nth-child(2) .wp-block-button__link::before {
	background-image: var(--bt-icon-google-play);
}

.bt-store-button .wp-block-button__link:hover,
.bt-store-button .wp-block-button__link:focus-visible {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.16) !important;
	border-color: rgba(255, 255, 255, 0.34) !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.bt-store-button small {
	grid-column: 2;
	display: block;
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.68rem;
	font-weight: 700;
}

.bt-rating {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
	color: var(--bt-orange) !important;
	font-weight: 800;
}

.bt-rating span {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.9rem;
	font-weight: 600;
}

.bt-whats-new {
	background: #fafbfc;
}

.bt-heading-split {
	box-sizing: border-box;
	width: min(100%, var(--bt-container));
	max-width: var(--bt-container);
	margin-inline: auto;
	padding-inline: var(--bt-page-gutter);
}

.bt-heading-split > * {
	max-width: 760px;
}

.bt-whats-new .bt-heading-split {
	text-align: left;
}

.bt-whats-new .bt-heading-split > * {
	margin-left: 0 !important;
	margin-right: auto !important;
}

.bt-news-grid,
.bt-testimonial-grid,
.bt-benefit-grid {
	gap: clamp(18px, 3vw, 28px);
}

.bt-news-card {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: clamp(22px, 3vw, 28px);
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.bt-news-card > * {
	margin-block-start: 0 !important;
}

.bt-news-card::before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: var(--bt-orange);
}

.bt-news-card-alt::before {
	background: var(--bt-navy);
}

.bt-news-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.bt-news-card-tags {
	box-sizing: border-box;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 10px;
	width: 100%;
	max-width: none !important;
	min-height: 26px;
	margin-bottom: clamp(18px, 2.2vw, 22px) !important;
}

.bt-news-card-tags > * {
	margin-block-start: 0 !important;
}

.bt-news-card .bt-card-kicker,
.bt-news-card .bt-card-category,
.bt-card-badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0 !important;
	padding: 5px 10px;
	border-radius: 999px;
	font-size: 0.72rem;
	line-height: 1.1;
}

.bt-news-card .bt-card-kicker {
	flex: 0 0 auto;
	gap: 6px;
	color: var(--bt-orange) !important;
	background: rgba(236, 103, 26, 0.06);
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

.bt-news-card .bt-card-kicker::before {
	content: "";
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	background-color: currentColor;
	-webkit-mask-image: var(--bt-icon-star);
	mask-image: var(--bt-icon-star);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-news-card .bt-card-category {
	flex: 0 1 auto;
	max-width: 58%;
	margin-left: auto !important;
	color: var(--bt-muted) !important;
	background: #f5f8fa;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bt-news-card-alt .bt-card-kicker,
.bt-news-card-alt .bt-card-badge {
	color: var(--bt-navy) !important;
	background: rgba(1, 60, 89, 0.05);
}

.bt-news-card-tags + .bt-news-visual,
.bt-news-card-tags + .wp-block-image,
.bt-news-card-tags + figure {
	margin-top: 0 !important;
}

@media (max-width: 480px) {
	.bt-news-card-tags {
		margin-bottom: 18px !important;
		flex-wrap: wrap;
	}

	.bt-news-card .bt-card-category {
		max-width: 100%;
		margin-left: 0 !important;
		text-align: left;
	}
}

.bt-news-visual {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	aspect-ratio: 4 / 3;
	width: 100%;
	margin: 0 0 16px !important;
	overflow: hidden;
	border-radius: 16px;
	color: rgba(236, 103, 26, 0.64);
	background: rgba(236, 103, 26, 0.06);
	font-size: 0.8rem;
	font-weight: 800;
}

.bt-news-visual img[src] {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.bt-news-visual img:not([src]) {
	display: none;
}

.bt-news-visual:not(:has(img[src]))::before {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(236, 103, 26, 0.16);
	border-radius: 18px;
	background:
		var(--bt-icon-zap) center / 28px 28px no-repeat,
		rgba(236, 103, 26, 0.09);
}

.bt-news-card-alt .bt-news-visual {
	color: rgba(1, 60, 89, 0.64);
	background: rgba(1, 60, 89, 0.05);
}

.bt-news-card-alt .bt-news-visual:not(:has(img[src]))::before {
	border-color: rgba(1, 60, 89, 0.16);
	background:
		var(--bt-icon-zap) center / 28px 28px no-repeat,
		rgba(1, 60, 89, 0.08);
}

.bt-card-badge {
	margin-bottom: 10px !important;
	color: var(--bt-orange) !important;
	background: rgba(236, 103, 26, 0.06);
	font-weight: 800;
}

.bt-news-card h3 {
	margin: 0 0 8px !important;
	color: var(--bt-navy);
	font-size: 1.25rem;
	line-height: 1.25;
}

.bt-card-subtitle {
	margin: 0 0 8px !important;
	color: var(--bt-orange) !important;
	font-size: 0.9rem;
	font-weight: 800;
	line-height: 1.45;
}

.bt-news-card-alt .bt-card-subtitle {
	color: var(--bt-navy) !important;
}

.bt-news-card > p:not(.bt-card-kicker):not(.bt-card-category):not(.bt-card-badge):not(.bt-card-subtitle) {
	margin: 0 0 18px !important;
	color: var(--bt-muted);
	font-size: 0.9rem;
	line-height: 1.65;
}

.bt-news-cta {
	width: 100%;
	margin-top: auto !important;
}

.bt-news-cta .wp-block-button,
.bt-news-cta .wp-block-button__link {
	width: 100%;
}

.bt-news-cta .wp-block-button__link {
	padding: 12px 18px !important;
	border: 1px solid rgba(236, 103, 26, 0.14) !important;
	border-radius: 14px !important;
	color: var(--bt-orange) !important;
	background: rgba(236, 103, 26, 0.06) !important;
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
	transition: transform 180ms ease, color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.bt-news-card-alt .bt-news-cta .wp-block-button__link {
	border-color: rgba(1, 60, 89, 0.14) !important;
	color: var(--bt-navy) !important;
	background: rgba(1, 60, 89, 0.05) !important;
}

.bt-news-card:hover .bt-news-cta .wp-block-button__link,
.bt-news-cta .wp-block-button__link:hover,
.bt-news-cta .wp-block-button__link:focus-visible {
	transform: scale(1.02);
	color: #fff !important;
	background: var(--bt-orange) !important;
	border-color: var(--bt-orange) !important;
}

.bt-news-card-alt:hover .bt-news-cta .wp-block-button__link,
.bt-news-card-alt .bt-news-cta .wp-block-button__link:hover,
.bt-news-card-alt .bt-news-cta .wp-block-button__link:focus-visible {
	background: var(--bt-navy) !important;
	border-color: var(--bt-navy) !important;
}

.bt-wp-button-navy .wp-block-button__link,
.bt-wp-button-navy a {
	color: #fff !important;
	background: var(--bt-navy) !important;
	border: 1px solid var(--bt-navy) !important;
	box-shadow: 0 10px 26px rgba(1, 60, 89, 0.2);
}

.bt-wp-button-navy .wp-block-button__link:hover,
.bt-wp-button-navy .wp-block-button__link:focus-visible,
.bt-wp-button-navy a:hover,
.bt-wp-button-navy a:focus-visible {
	color: #fff !important;
	background: #012f47 !important;
	border-color: #012f47 !important;
	box-shadow: 0 8px 28px rgba(1, 60, 89, 0.32);
}

.bt-wp-button-glass .wp-block-button__link,
.bt-wp-button-glass a {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.08) !important;
	border: 2px solid rgba(255, 255, 255, 0.22) !important;
	backdrop-filter: blur(10px);
}

.bt-wp-button-glass .wp-block-button__link:hover,
.bt-wp-button-glass .wp-block-button__link:focus-visible,
.bt-wp-button-glass a:hover,
.bt-wp-button-glass a:focus-visible {
	color: #fff !important;
	background: rgba(255, 255, 255, 0.18) !important;
	border-color: rgba(255, 255, 255, 0.36) !important;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.bt-use-case-band {
	position: relative;
	margin: 0;
	padding-block: clamp(48px, 7vw, 82px);
	overflow: hidden;
	background: #fff;
}

.bt-use-case-band-soft {
	background: linear-gradient(135deg, var(--bt-soft) 0%, #fff 60%, var(--bt-warm) 100%);
}

.bt-use-case-band .bt-use-case {
	box-sizing: border-box;
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	align-items: center;
	gap: clamp(32px, 5vw, 56px);
	width: min(100%, var(--bt-container));
	margin-inline: auto;
	padding-inline: var(--bt-page-gutter);
	padding-block: 0;
}

.bt-use-case > * {
	min-width: 0;
}

/* BeiPet keeps its editable block order for legacy WordPress templates, but
   displays the media column first to match the requested desktop layout. */
.bt-use-case-pet .bt-use-case-copy,
.bt-use-case-pet .bt-use-case > .wp-block-group {
	order: 2;
}

.bt-use-case-pet .bt-use-case-media,
.bt-use-case-pet .bt-use-case > .bt-media-placeholder,
.bt-use-case-pet .bt-use-case > .wp-block-image {
	order: 1;
}

.bt-use-case-copy,
.bt-use-case > .wp-block-group:not(.bt-use-case-highlight-inner) {
	display: grid;
	gap: clamp(16px, 2.4vw, 24px);
	max-width: 600px;
}

.bt-use-case-copy > *,
.bt-use-case > .wp-block-group:not(.bt-use-case-highlight-inner) > * {
	margin-block: 0 !important;
	margin-left: 0 !important;
	margin-right: auto !important;
}

.bt-use-case-copy .bt-pill,
.bt-use-case > .wp-block-group:not(.bt-use-case-highlight-inner) .bt-pill {
	margin-bottom: 0 !important;
	padding: 6px 14px 6px 46px;
	background: #fff;
	box-shadow: 0 2px 12px rgba(1, 60, 89, 0.06);
	font-size: clamp(0.78rem, 1.4vw, 0.9rem);
	font-weight: 800;
}

.bt-use-case-copy .bt-pill-icon-badge::before,
.bt-use-case > .wp-block-group:not(.bt-use-case-highlight-inner) .bt-pill-icon-badge::before {
	left: 6px;
	width: 30px;
	height: 30px;
}

.bt-use-case-copy .bt-pill-icon-badge::after,
.bt-use-case > .wp-block-group:not(.bt-use-case-highlight-inner) .bt-pill-icon-badge::after {
	left: 13px;
	width: 16px;
	height: 16px;
}

.bt-use-case h2 {
	max-width: 620px;
	margin: 0 !important;
	color: var(--bt-navy);
	font-size: clamp(1.75rem, 5vw, 2.5rem);
	font-weight: 800;
	line-height: 1.2;
}

.bt-use-case-copy > p:not(.bt-pill),
.bt-use-case > .wp-block-group:not(.bt-use-case-highlight-inner) > p:not(.bt-pill) {
	max-width: 620px;
	margin: 0 !important;
	color: #6b7280;
	font-size: clamp(1rem, 1.8vw, 1.125rem);
	line-height: 1.7;
}

.bt-use-case .bt-feature-list {
	display: grid;
	gap: 8px;
	margin: 0 !important;
	padding: 0;
	color: #596b76;
	font-size: 0.9rem;
	line-height: 1.45;
	list-style: none;
}

.bt-use-case .bt-feature-list li {
	position: relative;
	padding-left: 18px;
}

.bt-use-case .bt-feature-list li::before {
	top: 0.62em;
	width: 6px;
	height: 6px;
}

.bt-use-case-actions,
.bt-use-case .wp-block-buttons {
	margin-top: 2px !important;
}

.bt-use-case .wp-block-button__link {
	padding: 14px 30px !important;
	border-radius: 999px !important;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
	font-weight: 800;
	transition: transform 240ms ease, box-shadow 240ms ease, background 180ms ease;
}

.bt-use-case .wp-block-button__link:hover,
.bt-use-case .wp-block-button__link:focus-visible {
	transform: scale(1.05);
}

.bt-use-case-elders .wp-block-button__link,
.bt-use-case-her .wp-block-button__link,
.bt-use-case-pet .wp-block-button__link,
.bt-use-cases > .bt-use-case-band:nth-of-type(1) .wp-block-button__link,
.bt-use-cases > .bt-use-case-band:nth-of-type(3) .wp-block-button__link,
.bt-use-cases > .bt-use-case-band:nth-of-type(4) .wp-block-button__link {
	background: var(--bt-orange) !important;
	border-color: var(--bt-orange) !important;
}

.bt-use-case-elders .wp-block-button__link:hover,
.bt-use-case-elders .wp-block-button__link:focus-visible,
.bt-use-case-her .wp-block-button__link:hover,
.bt-use-case-her .wp-block-button__link:focus-visible,
.bt-use-case-pet .wp-block-button__link:hover,
.bt-use-case-pet .wp-block-button__link:focus-visible,
.bt-use-cases > .bt-use-case-band:nth-of-type(1) .wp-block-button__link:hover,
.bt-use-cases > .bt-use-case-band:nth-of-type(1) .wp-block-button__link:focus-visible,
.bt-use-cases > .bt-use-case-band:nth-of-type(3) .wp-block-button__link:hover,
.bt-use-cases > .bt-use-case-band:nth-of-type(3) .wp-block-button__link:focus-visible,
.bt-use-cases > .bt-use-case-band:nth-of-type(4) .wp-block-button__link:hover,
.bt-use-cases > .bt-use-case-band:nth-of-type(4) .wp-block-button__link:focus-visible {
	background: #f27822 !important;
	border-color: #f27822 !important;
}

.bt-use-case-elders .wp-block-button__link:hover,
.bt-use-case-elders .wp-block-button__link:focus-visible,
.bt-use-case-her .wp-block-button__link:hover,
.bt-use-case-her .wp-block-button__link:focus-visible,
.bt-use-case-pet .wp-block-button__link:hover,
.bt-use-case-pet .wp-block-button__link:focus-visible,
.bt-use-cases > .bt-use-case-band:nth-of-type(1) .wp-block-button__link:hover,
.bt-use-cases > .bt-use-case-band:nth-of-type(1) .wp-block-button__link:focus-visible,
.bt-use-cases > .bt-use-case-band:nth-of-type(3) .wp-block-button__link:hover,
.bt-use-cases > .bt-use-case-band:nth-of-type(3) .wp-block-button__link:focus-visible,
.bt-use-cases > .bt-use-case-band:nth-of-type(4) .wp-block-button__link:hover,
.bt-use-cases > .bt-use-case-band:nth-of-type(4) .wp-block-button__link:focus-visible {
	box-shadow: 0 8px 30px rgba(236, 103, 26, 0.35);
}

.bt-use-case-kids .wp-block-button__link,
.bt-use-cases > .bt-use-case-band:nth-of-type(2) .wp-block-button__link {
	background: var(--bt-navy) !important;
	border-color: var(--bt-navy) !important;
}

.bt-use-case-kids .wp-block-button__link:hover,
.bt-use-case-kids .wp-block-button__link:focus-visible,
.bt-use-cases > .bt-use-case-band:nth-of-type(2) .wp-block-button__link:hover,
.bt-use-cases > .bt-use-case-band:nth-of-type(2) .wp-block-button__link:focus-visible {
	background: #012f47 !important;
	border-color: #012f47 !important;
	box-shadow: 0 8px 30px rgba(1, 60, 89, 0.35);
}

.bt-use-case-media,
.bt-use-case .bt-media-placeholder {
	--bt-use-case-media-icon: var(--bt-icon-heart);
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	width: 100%;
	min-height: 0;
	margin: 0 !important;
	border-radius: 24px;
	box-shadow: none;
}

.bt-use-case-media-elders,
.bt-use-case-elders .bt-media-placeholder,
.bt-use-cases > .bt-use-case-band:nth-of-type(1) .bt-media-placeholder {
	--bt-use-case-media-icon: var(--bt-icon-heart);
	border-color: rgba(236, 103, 26, 0.15);
	background: linear-gradient(135deg, rgba(1, 60, 89, 0.06), rgba(236, 103, 26, 0.05));
}

.bt-use-case-media-kids,
.bt-use-case-kids .bt-media-placeholder,
.bt-use-cases > .bt-use-case-band:nth-of-type(2) .bt-media-placeholder {
	--bt-use-case-media-icon: var(--bt-icon-baby);
	border-color: rgba(110, 160, 184, 0.25);
	background: linear-gradient(135deg, rgba(1, 60, 89, 0.07), rgba(110, 160, 184, 0.07));
}

.bt-use-case-media-her,
.bt-use-case-her .bt-media-placeholder,
.bt-use-cases > .bt-use-case-band:nth-of-type(3) .bt-media-placeholder {
	--bt-use-case-media-icon: var(--bt-icon-shield);
	border-color: rgba(236, 103, 26, 0.15);
	background: linear-gradient(135deg, rgba(1, 60, 89, 0.06), rgba(236, 103, 26, 0.05));
}

.bt-use-case-media-pet,
.bt-use-case-pet .bt-media-placeholder,
.bt-use-cases > .bt-use-case-band:nth-of-type(4) .bt-media-placeholder {
	--bt-use-case-media-icon: var(--bt-icon-paw);
	border-color: rgba(236, 103, 26, 0.15);
	background: linear-gradient(135deg, rgba(1, 60, 89, 0.06), rgba(236, 103, 26, 0.05));
}

.bt-use-case-media::before,
.bt-use-case .bt-media-placeholder::before {
	content: "";
	position: absolute;
	top: calc(50% - 24px);
	left: 50%;
	z-index: 1;
	width: 64px;
	height: 64px;
	transform: translate(-50%, -50%);
	background-color: rgba(1, 60, 89, 0.3);
	pointer-events: none;
	-webkit-mask-image: var(--bt-use-case-media-icon);
	mask-image: var(--bt-use-case-media-icon);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-use-case-media::after,
.bt-use-case .bt-media-placeholder::after {
	content: "Imagen contextual";
	position: absolute;
	top: calc(50% + 24px);
	left: 50%;
	z-index: 1;
	display: block;
	transform: translateX(-50%);
	color: rgba(1, 60, 89, 0.34);
	font-weight: 700;
	text-align: center;
	white-space: nowrap;
	pointer-events: none;
}

.bt-use-case-media:has(img[src]:not([src=""]))::before,
.bt-use-case-media:has(img[src]:not([src=""]))::after,
.bt-use-case .bt-media-placeholder:has(img[src]:not([src=""]))::before,
.bt-use-case .bt-media-placeholder:has(img[src]:not([src=""]))::after,
.bt-use-case-media:has(video[src]:not([src=""]))::before,
.bt-use-case-media:has(video[src]:not([src=""]))::after,
.bt-use-case-media:has(video source[src]:not([src=""]))::before,
.bt-use-case-media:has(video source[src]:not([src=""]))::after,
.bt-use-case .bt-media-placeholder:has(video[src]:not([src=""]))::before,
.bt-use-case .bt-media-placeholder:has(video[src]:not([src=""]))::after,
.bt-use-case .bt-media-placeholder:has(video source[src]:not([src=""]))::before,
.bt-use-case .bt-media-placeholder:has(video source[src]:not([src=""]))::after {
	display: none;
}

.bt-use-case .wp-block-video.bt-use-case-media > video,
.bt-use-case .wp-block-video.bt-media-placeholder > video {
	display: block;
	width: 100% !important;
	height: 100% !important;
	min-width: 0;
	min-height: 0;
	max-width: none !important;
	max-height: none;
	object-fit: contain !important;
	object-position: center;
	border-radius: inherit;
}

.bt-use-case-media video:focus-visible {
	outline: 3px solid var(--bt-orange);
	outline-offset: -3px;
}

.bt-pill-blue {
	color: var(--bt-navy);
	border-color: rgba(110, 160, 184, 0.3);
	background: rgba(110, 160, 184, 0.1);
}

.bt-pill-light {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(255, 255, 255, 0.12);
}

.bt-feature-list {
	display: grid;
	gap: 9px;
	margin: 18px 0 24px;
	padding: 0;
	color: #596b76;
	font-size: 0.94rem;
	list-style: none;
}

.bt-feature-list li {
	position: relative;
	padding-left: 18px;
}

.bt-feature-list li::before {
	content: "";
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--bt-orange);
}

.bt-feature-list-blue li::before {
	background: var(--bt-navy);
}

.bt-use-case-highlight-inner {
	max-width: 900px;
	margin-inline: auto;
}

.bt-highlight-cards {
	gap: 20px;
	margin-top: clamp(32px, 6vw, 56px);
}

.bt-highlight-card {
	position: relative;
	height: 100%;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 22px;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	text-align: center;
}

.bt-highlight-card::before {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 16px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.18);
}

.bt-highlight-card::after {
	content: "";
	position: absolute;
	top: 34px;
	left: 50%;
	width: 24px;
	height: 24px;
	transform: translateX(-50%);
	background: #fff;
	-webkit-mask-image: var(--bt-icon-shield);
	mask-image: var(--bt-icon-shield);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-highlight-card h4 {
	margin-top: 0;
	color: #fff;
	font-size: 1rem;
}

.bt-highlight-card p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.9rem;
}

.bt-benefits {
	background: linear-gradient(180deg, #fff 0%, var(--bt-soft) 100%);
}

.bt-benefit-card {
	--bt-benefit-icon: var(--bt-icon-map-pin);
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: clamp(24px, 3vw, 32px);
	border: 1px solid rgba(236, 103, 26, 0.15);
	border-radius: 22px;
	background: #fff;
	animation: bt-benefit-slide-up 600ms ease-out backwards;
	transition: transform 300ms ease, box-shadow 300ms ease, border-color 300ms ease;
}

.bt-benefit-grid .wp-block-column:nth-child(2) .bt-benefit-card {
	--bt-benefit-icon: var(--bt-icon-bell);
	animation-delay: 100ms;
}

.bt-benefit-grid .wp-block-column:nth-child(3) .bt-benefit-card {
	--bt-benefit-icon: var(--bt-icon-shield);
	animation-delay: 200ms;
}

.bt-benefit-grid .wp-block-column:nth-child(4) .bt-benefit-card {
	--bt-benefit-icon: var(--bt-icon-smartphone);
	animation-delay: 300ms;
}

@keyframes bt-benefit-slide-up {
	from {
		opacity: 0;
		transform: translateY(40px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.bt-benefit-card:hover {
	transform: translateY(-4px);
	border-color: rgba(236, 103, 26, 0.35);
	box-shadow: 0 16px 50px rgba(236, 103, 26, 0.15);
}

.bt-card-icon {
	position: relative;
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 0 clamp(18px, 2.4vw, 24px) !important;
	overflow: hidden;
	border-radius: 18px;
	color: transparent !important;
	background: var(--bt-orange);
	box-shadow: 0 4px 15px rgba(236, 103, 26, 0.3);
	font-size: 0;
	line-height: 0;
	transition: transform 300ms ease;
}

.bt-card-icon::before {
	content: "";
	position: absolute;
	inset: 16px;
	background: #fff;
	-webkit-mask-image: var(--bt-benefit-icon);
	mask-image: var(--bt-benefit-icon);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.bt-benefit-card:hover .bt-card-icon {
	transform: scale(1.1) rotate(3deg);
}

.bt-benefit-card h3 {
	margin: 0 0 clamp(8px, 1.6vw, 12px) !important;
	color: var(--bt-navy);
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-weight: 700;
	line-height: 1.25;
}

.bt-benefit-card p:not(.bt-card-icon) {
	margin: 0 !important;
	color: #6b7280;
	font-size: clamp(0.9rem, 1.5vw, 1rem);
	line-height: 1.65;
}

.bt-testimonials {
	background: #fff;
}

.bt-testimonial-card {
	position: relative;
	height: 100%;
	padding: clamp(24px, 3vw, 32px);
	border: 1px solid rgba(236, 103, 26, 0.12);
	border-radius: 22px;
	background: #fff;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bt-testimonial-card:hover {
	transform: translateY(-6px);
	border-color: rgba(236, 103, 26, 0.3);
	box-shadow: 0 16px 50px rgba(236, 103, 26, 0.12);
}

.bt-testimonial-card::after {
	content: "\201C";
	position: absolute;
	top: 8px;
	right: 24px;
	color: rgba(236, 103, 26, 0.08);
	font-family: Georgia, serif;
	font-size: 5rem;
	line-height: 1;
}

.bt-stars {
	margin: 0 0 16px;
	color: #facc15 !important;
	letter-spacing: 0.04em;
}

.bt-testimonial-card > p:not(.bt-stars):not(.bt-testimonial-author) {
	color: #5f6d76;
	font-style: italic;
	line-height: 1.65;
}

.bt-testimonial-author {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid rgba(236, 103, 26, 0.1);
	color: #7a929e !important;
}

.bt-testimonial-author strong {
	color: var(--bt-navy);
}

.bt-trust-grid {
	align-items: flex-start;
	gap: 24px;
	margin-top: 56px;
	padding-top: 48px;
	border-top: 1px solid rgba(236, 103, 26, 0.1);
	text-align: center;
}

.bt-trust-grid .wp-block-column {
	--bt-trust-icon: var(--bt-icon-trust-check);
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-width: 0;
}

.bt-trust-grid .wp-block-column:nth-child(2) {
	--bt-trust-icon: var(--bt-icon-trust-clock);
}

.bt-trust-grid .wp-block-column:nth-child(3) {
	--bt-trust-icon: var(--bt-icon-trust-package);
}

.bt-trust-grid .wp-block-column:nth-child(4) {
	--bt-trust-icon: var(--bt-icon-trust-shield);
}

.bt-trust-grid .wp-block-column::before {
	content: "";
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 16px;
	border-radius: 18px;
	background: var(--bt-orange);
	box-shadow: 0 4px 15px rgba(236, 103, 26, 0.25);
}

.bt-trust-grid .wp-block-column::after {
	content: "";
	position: absolute;
	top: 16px;
	left: 50%;
	width: 32px;
	height: 32px;
	transform: translateX(-50%);
	background: #fff;
	-webkit-mask-image: var(--bt-trust-icon);
	mask-image: var(--bt-trust-icon);
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	pointer-events: none;
}

.bt-trust-grid h4 {
	margin: 0 0 8px;
	color: var(--bt-navy);
	font-size: 1rem;
}

.bt-trust-grid p {
	margin: 0;
	color: var(--bt-muted);
	font-size: 0.9rem;
}

.bt-final-stats {
	gap: 18px;
	margin-top: 34px;
	padding-top: 28px;
	border-top: 1px solid rgba(236, 103, 26, 0.16);
}

.bt-final-stats h3 {
	margin: 0 0 4px;
	color: var(--bt-orange);
	font-size: clamp(1.25rem, 3vw, 1.8rem);
}

.bt-final-stats p {
	margin: 0;
	color: rgba(255, 255, 255, 0.48) !important;
	font-size: 0.84rem;
}

.bt-footer-brand p {
	color: rgba(255, 255, 255, 0.42);
	font-size: 0.92rem;
	line-height: 1.65;
}

.bt-footer-social {
	display: flex;
	gap: 10px;
	margin: 14px 0 0;
	padding: 0;
	list-style: none;
}

.bt-footer-social a {
	color: rgba(255, 255, 255, 0.54);
	background: rgba(236, 103, 26, 0.07);
	border: 1px solid rgba(236, 103, 26, 0.15);
}

.bt-footer-social a:hover {
	color: #fff;
	background: var(--bt-orange);
	transform: translateY(-2px);
}

.bt-payment-methods {
	margin-top: 44px;
	padding-block: 26px;
	border-top: 1px solid rgba(236, 103, 26, 0.1);
	border-bottom: 1px solid rgba(236, 103, 26, 0.1);
	text-align: center;
}

.bt-payment-methods p {
	margin: 0 0 14px;
	color: rgba(255, 255, 255, 0.28);
	font-size: 0.82rem;
}

.bt-payment-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.bt-payment-list span {
	padding: 7px 12px;
	border: 1px solid rgba(236, 103, 26, 0.12);
	border-radius: 10px;
	color: rgba(255, 255, 255, 0.38);
	background: rgba(236, 103, 26, 0.05);
	font-size: 0.78rem;
	font-weight: 700;
}

@media (max-width: 900px) {
	.bt-social-nav {
		display: none;
	}

	.bt-use-case-pet .bt-use-case-copy,
	.bt-use-case-pet .bt-use-case > .wp-block-group {
		order: 1;
	}

	.bt-use-case-pet .bt-use-case-media,
	.bt-use-case-pet .bt-use-case > .bt-media-placeholder,
	.bt-use-case-pet .bt-use-case > .wp-block-image {
		order: 2;
	}

	.bt-heading-split {
		margin-inline: auto;
		text-align: center;
	}

	.bt-use-case-band .bt-use-case {
		grid-template-columns: 1fr !important;
		text-align: left;
	}

	.bt-use-case-band .bt-use-case-copy,
	.bt-use-case-band .bt-use-case > .wp-block-group {
		max-width: 680px;
		margin-inline: 0 auto;
	}

	.bt-use-case-band .bt-feature-list {
		width: 100%;
		margin-inline: 0;
		text-align: left;
	}

	.bt-use-case-band .wp-block-buttons {
		justify-content: flex-start;
	}
}

@media (max-width: 760px) {
	.bt-app-grid {
		grid-template-columns: 1fr !important;
		text-align: center;
	}

	.bt-app-copy {
		margin-inline: auto;
	}

	.bt-app-cta h2 {
		font-size: 2rem;
	}

	.bt-app-copy > * {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.bt-app-copy .bt-pill {
		margin-inline: auto;
	}

	.bt-store-buttons,
	.bt-rating {
		justify-content: center;
	}

	.bt-store-buttons {
		justify-self: center;
		flex-wrap: wrap;
	}
}

@media (max-width: 700px) {
	.bt-cart-drawer__header,
	.bt-cart-drawer__content {
		padding: 18px;
	}

	.bt-cart-drawer ul.woocommerce-mini-cart li.woocommerce-mini-cart-item {
		padding-right: 38px;
	}

	.bt-section-nav {
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: none;
	}

	.bt-section-nav::-webkit-scrollbar {
		display: none;
	}

	.bt-section-nav a {
		flex: 0 0 auto;
		font-size: 0.78rem;
	}

	.bt-section-nav.wp-block-navigation {
		overflow: visible;
		padding-bottom: 0;
	}

	.bt-store-button .wp-block-button__link {
		min-width: min(260px, 100%);
		text-align: center;
	}

	.bt-app-cta h2 {
		font-size: 1.75rem;
	}

	.bt-news-card,
	.bt-benefit-card,
	.bt-testimonial-card,
	.bt-highlight-card {
		border-radius: 18px;
	}

	.bt-trust-grid,
	.bt-final-stats {
		gap: 14px;
	}

	.bt-trust-grid .wp-block-column::before {
		width: 56px;
		height: 56px;
		margin-bottom: 14px;
		border-radius: 16px;
	}

	.bt-trust-grid .wp-block-column::after {
		top: 14px;
		width: 28px;
		height: 28px;
	}
}

@media (max-width: 480px) {
	.bt-app-grid > *,
	.bt-store-buttons {
		min-width: 0;
	}

	.bt-store-buttons {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		flex-wrap: nowrap !important;
		gap: 8px !important;
	}

	.bt-store-buttons > .wp-block-button {
		flex: 1 1 0 !important;
		min-width: 0;
		max-width: none;
		margin: 0 !important;
	}

	.bt-store-button .wp-block-button__link {
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		min-height: 66px;
		grid-template-columns: 24px minmax(0, 1fr);
		column-gap: 8px;
		padding: 11px 9px !important;
		font-size: 0.76rem;
		text-align: left;
	}

	.bt-store-button .wp-block-button__link::before {
		width: 24px;
		height: 24px;
	}

	.bt-store-button small {
		font-size: 0.6rem;
	}

	.bt-products-section .bt-product-card__actions {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: stretch;
		box-sizing: border-box;
		width: 100%;
		min-width: 0;
		gap: 6px;
	}

	.bt-products-section .bt-product-card__actions > .bt-button {
		flex: 1 1 0 !important;
		box-sizing: border-box;
		width: auto !important;
		min-width: 0 !important;
		max-width: none;
		margin: 0 !important;
		padding-inline: 8px !important;
	}

	.bt-products-section .bt-product-card__actions > .bt-button--buy-now {
		flex-grow: 1.08 !important;
	}

	.bt-products-section .bt-product-card__actions > .add_to_cart_button {
		flex-grow: 0.92 !important;
	}
}

@media (min-width: 1024px) {
	.bt-products-section .bt-product-card__actions {
		display: flex !important;
		flex-flow: row nowrap !important;
		align-items: stretch;
		width: 100%;
	}

	.bt-products-section .bt-product-card__actions > .bt-button {
		flex: 1 1 0;
		width: auto !important;
		min-width: 0;
	}

	.bt-products-section .bt-product-card__actions > .bt-button--buy-now {
		flex-grow: 1.08;
	}

	.bt-products-section .bt-product-card__actions > .add_to_cart_button {
		flex-grow: 0.92;
	}
}

/* BEITECH single product experience */
body.single-product {
	background:
		radial-gradient(circle at 8% 7%, rgba(110, 160, 184, 0.13), transparent 28rem),
		linear-gradient(180deg, #f7fafb 0, #fff 32rem);
}

body.single-product .bt-product-page {
	margin: 0;
	padding: 0 0 clamp(80px, 9vw, 128px);
	background: transparent;
}

body.single-product .bt-product-shell {
	box-sizing: border-box;
	width: min(100%, var(--bt-container));
	max-width: var(--bt-container);
	margin-inline: auto !important;
	padding-inline: var(--bt-page-gutter);
}

body.single-product .bt-product-toolbar {
	box-sizing: border-box;
	width: 100%;
	max-width: none !important;
	min-height: 70px;
	margin: 0 0 clamp(22px, 3vw, 34px);
	padding: 12px 14px;
	gap: 16px 24px;
	border: 1px solid rgba(1, 60, 89, 0.09);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 8px 28px rgba(1, 60, 89, 0.06);
}

body.single-product .woocommerce-breadcrumb,
body.single-product .wc-block-breadcrumbs,
body.single-product .wp-block-woocommerce-breadcrumbs {
	margin: 0 !important;
	color: #718390;
	font-size: 0.9rem !important;
	font-weight: 700;
	line-height: 1.5;
}

body.single-product .woocommerce-breadcrumb a,
body.single-product .wc-block-breadcrumbs a,
body.single-product .wp-block-woocommerce-breadcrumbs a {
	color: var(--bt-navy);
	text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover,
body.single-product .wc-block-breadcrumbs a:hover,
body.single-product .wp-block-woocommerce-breadcrumbs a:hover {
	color: var(--bt-orange);
}

.bt-product-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 18px;
	border: 1px solid rgba(1, 60, 89, 0.12);
	border-radius: 999px;
	color: var(--bt-navy) !important;
	background: #fff;
	box-shadow: 0 5px 16px rgba(1, 60, 89, 0.07);
	font-size: 0.86rem;
	font-weight: 800;
	text-decoration: none !important;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.bt-product-back svg {
	width: 16px;
	height: 16px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bt-product-back:hover,
.bt-product-back:focus-visible {
	color: #fff !important;
	background: var(--bt-navy);
	border-color: var(--bt-navy);
	transform: translateX(-2px);
}

body.single-product .woocommerce-notices-wrapper,
body.single-product .wc-block-components-notice-banner {
	width: 100%;
	margin: 0 0 22px !important;
}

body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.single-product .woocommerce-error,
body.single-product .wc-block-components-notice-banner {
	box-sizing: border-box;
	padding: 15px 18px !important;
	border: 1px solid rgba(1, 60, 89, 0.12) !important;
	border-left: 4px solid var(--bt-orange) !important;
	border-radius: 14px !important;
	color: var(--bt-navy);
	background: #fff !important;
	box-shadow: 0 8px 24px rgba(1, 60, 89, 0.07);
}

body.single-product .bt-product-hero,
body.single-product .woocommerce div.product {
	display: grid !important;
	grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
	align-items: start;
	gap: clamp(28px, 4vw, 60px);
	width: 100%;
	margin: 0 !important;
}

body.single-product .bt-product-hero > .wp-block-column {
	min-width: 0;
	margin: 0;
}

body.single-product .bt-product-gallery-card,
body.single-product .woocommerce div.product > .woocommerce-product-gallery {
	position: relative;
	box-sizing: border-box;
	width: 100% !important;
	margin: 0 !important;
	padding: clamp(18px, 2.5vw, 30px);
	overflow: hidden;
	border: 1px solid rgba(1, 60, 89, 0.09);
	border-radius: clamp(24px, 3vw, 34px);
	background:
		radial-gradient(circle at 82% 15%, rgba(236, 103, 26, 0.1), transparent 29%),
		linear-gradient(145deg, #fff 0%, var(--bt-warm) 100%);
	box-shadow: 0 20px 60px rgba(1, 60, 89, 0.11);
}

body.single-product .bt-product-gallery-card::before,
body.single-product .woocommerce div.product > .woocommerce-product-gallery::before {
	content: none;
	display: none;
}

body.single-product .wp-block-woocommerce-product-image-gallery,
body.single-product .woocommerce-product-gallery,
body.single-product .wc-block-product-gallery {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.single-product .bt-product-gallery-card .woocommerce-product-gallery {
	position: static !important;
}

body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .wc-block-product-gallery-large-image,
body.single-product .wc-block-product-gallery-large-image__image-wrapper {
	margin: 0 !important;
	border-radius: 22px;
}

body.single-product .woocommerce-product-gallery__image,
body.single-product .wc-block-product-gallery-large-image__image-wrapper {
	overflow: hidden;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.72);
}

body.single-product .woocommerce-product-gallery__image img,
body.single-product .wp-block-woocommerce-product-image-gallery img,
body.single-product .wc-block-product-gallery img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-height: 650px;
	margin: 0 auto !important;
	object-fit: contain !important;
	object-position: center;
}

body.single-product .bt-product-video-panel {
	box-sizing: border-box;
	margin-top: 18px;
	padding: 16px;
	border: 1px solid rgba(1, 60, 89, 0.12);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 34px rgba(1, 24, 41, 0.08);
}

body.single-product .bt-product-video-panel h2 {
	margin: 0 0 12px;
	color: var(--bt-deep);
	font-size: clamp(1rem, 1.4vw, 1.2rem);
	line-height: 1.25;
}

body.single-product .bt-product-video-panel video {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	max-height: 650px;
	border-radius: 22px;
	background: var(--bt-deep);
	object-fit: contain;
}

body.single-product .bt-product-video-panel video:focus-visible {
	outline: 3px solid var(--bt-orange);
	outline-offset: -3px;
}

body.single-product .flex-control-thumbs,
body.single-product .wc-block-product-gallery-thumbnails {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin: 14px 0 0 !important;
	padding: 0 !important;
	list-style: none;
}

body.single-product .flex-control-thumbs li,
body.single-product .wc-block-product-gallery-thumbnails__thumbnail {
	box-sizing: border-box;
	width: auto !important;
	margin: 0 !important;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
}


body.single-product .flex-control-thumbs li:has(img.flex-active),
body.single-product .wc-block-product-gallery-thumbnails__thumbnail[aria-current="true"] {
	border-color: var(--bt-orange);
}

body.single-product .flex-control-thumbs img,
body.single-product .wc-block-product-gallery-thumbnails img {
	aspect-ratio: 1;
	object-fit: cover !important;
}

body.single-product .woocommerce-product-gallery__trigger,
body.single-product .wc-block-product-gallery-large-image__expand {
	position: absolute !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
	z-index: 6;
	width: 42px !important;
	height: 42px !important;
	border: 1px solid rgba(1, 60, 89, 0.1) !important;
	border-radius: 50% !important;
	color: var(--bt-navy) !important;
	background: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 8px 22px rgba(1, 60, 89, 0.11);
	font-size: 0 !important;
	text-indent: 0 !important;
}

body.single-product .woocommerce-product-gallery__trigger::before,
body.single-product .wc-block-product-gallery-large-image__expand::before {
	content: "" !important;
	position: static !important;
	display: block !important;
	box-sizing: border-box !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: currentColor !important;
	-webkit-mask: var(--bt-icon-expand) center / contain no-repeat;
	mask: var(--bt-icon-expand) center / contain no-repeat;
	transform: none !important;
}

body.single-product .woocommerce-product-gallery__trigger::after,
body.single-product .wc-block-product-gallery-large-image__expand::after {
	content: none !important;
	display: none !important;
}

body.single-product .wc-block-product-gallery-large-image__expand svg {
	display: none !important;
}

body.single-product .woocommerce-product-gallery__trigger > span[aria-hidden="true"] {
	display: none !important;
}

body.single-product .onsale,
body.single-product .wc-block-components-product-sale-badge {
	z-index: 5;
	min-width: 0 !important;
	min-height: 0 !important;
	padding: 7px 12px !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--bt-orange) !important;
	font-size: 0.72rem !important;
	font-weight: 850 !important;
	line-height: 1.1 !important;
}

body.single-product .bt-product-summary-card,
body.single-product .woocommerce div.product > .summary {
	box-sizing: border-box;
	width: 100% !important;
	margin: 0 !important;
	padding: clamp(26px, 3.6vw, 48px);
	border: 1px solid rgba(1, 60, 89, 0.09);
	border-radius: clamp(24px, 3vw, 34px);
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 60px rgba(1, 60, 89, 0.1);
}

.bt-product-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 13px;
	color: var(--bt-orange);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.095em;
	text-transform: uppercase;
}

.bt-product-eyebrow span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 999px;
	background: var(--bt-orange);
}

body.single-product .bt-product-summary-card .wp-block-post-title,
body.single-product .woocommerce div.product .product_title {
	margin: 0 0 12px !important;
	color: var(--bt-navy);
	font-family: Exo, sans-serif;
	font-size: clamp(2rem, 4vw, 3.35rem) !important;
	font-weight: 800;
	letter-spacing: -0.035em;
	line-height: 1.04;
}

body.single-product .wp-block-woocommerce-product-rating,
body.single-product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px !important;
	color: #758793;
	font-size: 0.78rem;
}

body.single-product .star-rating,
body.single-product .wc-block-components-product-rating__stars {
	color: var(--bt-orange) !important;
}

body.single-product .bt-product-summary-card .wp-block-woocommerce-product-price,
body.single-product .bt-product-summary-card .wc-block-components-product-price,
body.single-product .woocommerce div.product .summary > .price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px !important;
	color: var(--bt-orange) !important;
	font-family: Exo, sans-serif;
	font-size: clamp(1.7rem, 3vw, 2.35rem) !important;
	font-weight: 850;
	line-height: 1.1;
}

body.single-product .bt-product-summary-card .price del,
body.single-product .woocommerce div.product .summary > .price del {
	color: #91a0aa;
	font-size: 0.62em;
	font-weight: 650;
	opacity: 1;
}

body.single-product .bt-product-summary-card .price ins,
body.single-product .woocommerce div.product .summary > .price ins {
	color: var(--bt-orange);
	text-decoration: none;
}

body.single-product .bt-product-summary-card .wp-block-post-excerpt,
body.single-product .woocommerce-product-details__short-description {
	margin: 0 0 22px;
	color: #526b79;
	font-size: clamp(0.96rem, 1.3vw, 1.04rem);
	line-height: 1.72;
}

body.single-product .bt-product-summary-card .wp-block-post-excerpt p,
body.single-product .woocommerce-product-details__short-description p {
	margin: 0;
}

.bt-product-separator {
	margin: 22px 0 !important;
	border-color: rgba(1, 60, 89, 0.09) !important;
}

body.single-product .stock {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 15px !important;
	padding: 7px 11px;
	border-radius: 999px;
	color: #197246 !important;
	background: #edf9f2;
	font-size: 0.76rem;
	font-weight: 800;
}

body.single-product .stock::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #24a865;
	box-shadow: 0 0 0 4px rgba(36, 168, 101, 0.12);
}

body.single-product .stock.out-of-stock {
	color: #a2352c !important;
	background: #fff0ee;
}

body.single-product .stock.out-of-stock::before {
	background: #d84c3f;
	box-shadow: 0 0 0 4px rgba(216, 76, 63, 0.12);
}

body.single-product .bt-product-summary-card form.cart,
body.single-product .woocommerce div.product form.cart,
body.single-product .wp-block-woocommerce-add-to-cart-form form {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
	margin: 0 0 22px !important;
}

body.single-product form.cart .variations,
body.single-product .wp-block-woocommerce-add-to-cart-form .variations {
	flex: 1 0 100%;
	width: 100%;
	margin: 0 0 8px !important;
	border: 0 !important;
}

body.single-product form.cart .variations tbody {
	display: grid;
	gap: 12px;
}

body.single-product form.cart .variations tr {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
}

body.single-product form.cart .variations th,
body.single-product form.cart .variations td {
	display: block;
	width: auto;
	margin: 0;
	padding: 0 !important;
	border: 0;
	text-align: left;
}

body.single-product form.cart .variations label,
body.single-product .wc-block-add-to-cart-with-options-variation-selector-attribute-name {
	color: var(--bt-navy);
	font-family: Exo, sans-serif;
	font-size: 0.82rem;
	font-weight: 800;
}

body.single-product form.cart .variations th.label label,
body.single-product form.cart .variations th:first-child label {
	display: flex;
	align-items: center;
	min-height: 48px;
	margin: 0;
	line-height: 1.25;
}

body.single-product form.cart .variations td.value,
body.single-product form.cart .variations td:last-child {
	min-width: 0;
}

body.single-product form.cart select,
body.single-product .wp-block-woocommerce-add-to-cart-form select,
body.single-product .wc-block-add-to-cart-with-options select {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0 42px 0 14px;
	border: 1px solid rgba(1, 60, 89, 0.16);
	border-radius: 12px;
	color: var(--bt-navy);
	background-color: #f8fafb;
	font: inherit;
	font-size: 0.88rem;
	font-weight: 700;
	outline: none;
	transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

body.single-product form.cart select:focus,
body.single-product .wp-block-woocommerce-add-to-cart-form select:focus,
body.single-product .wc-block-add-to-cart-with-options select:focus {
	border-color: var(--bt-orange);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(236, 103, 26, 0.11);
}

body.single-product .reset_variations {
	display: inline-flex;
	margin-top: 7px;
	color: #748692 !important;
	font-size: 0.74rem;
	font-weight: 700;
}

body.single-product .single_variation_wrap {
	display: flex;
	flex: 1 0 100%;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 12px;
}

body.single-product .woocommerce-variation-add-to-cart,
body.single-product .variations_button {
	display: flex !important;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 14px;
	width: 100%;
}

body.single-product .single_variation {
	flex: 1 0 100%;
}

body.single-product .single_variation .price {
	color: var(--bt-orange) !important;
	font-family: Exo, sans-serif;
	font-size: 1.3rem !important;
	font-weight: 800;
}

body.single-product .quantity,
body.single-product .wc-block-components-quantity-selector,
body.single-product .wc-block-add-to-cart-with-options-quantity-selector {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 78px;
	min-height: 52px;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(1, 60, 89, 0.15) !important;
	border-radius: 13px !important;
	background: #f8fafb;
}

body.single-product .quantity .qty,
body.single-product .wc-block-components-quantity-selector input,
body.single-product .wc-block-add-to-cart-with-options-quantity-selector input {
	box-sizing: border-box;
	width: 100% !important;
	height: 50px !important;
	margin: 0 !important;
	padding: 0 8px !important;
	border: 0 !important;
	color: var(--bt-navy);
	background: transparent !important;
	font: inherit;
	font-weight: 800;
	text-align: center;
	outline: none;
}

body.single-product .bt-product-summary-card .single_add_to_cart_button,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button,
body.single-product .wp-block-woocommerce-add-to-cart-form button[type="submit"],
body.single-product .wc-block-add-to-cart-with-options button[type="submit"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 1 1 220px;
	min-height: 52px;
	margin: 0 !important;
	padding: 13px 24px !important;
	border: 1px solid var(--bt-orange) !important;
	border-radius: 13px !important;
	color: #fff !important;
	background: var(--bt-orange) !important;
	box-shadow: 0 12px 28px rgba(236, 103, 26, 0.26);
	font-family: Inter, sans-serif;
	font-size: 0.91rem !important;
	font-weight: 850 !important;
	letter-spacing: 0.01em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

body.single-product .bt-product-summary-card .single_add_to_cart_button::before,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button::before,
body.single-product .wp-block-woocommerce-add-to-cart-form button[type="submit"]::before,
body.single-product .wc-block-add-to-cart-with-options button[type="submit"]::before {
	content: "";
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background-color: currentColor;
	-webkit-mask: var(--bt-icon-cart) center / contain no-repeat;
	mask: var(--bt-icon-cart) center / contain no-repeat;
}

body.single-product .bt-product-summary-card .single_add_to_cart_button:hover,
body.single-product .bt-product-summary-card .single_add_to_cart_button:focus-visible,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button:hover,
body.single-product .woocommerce div.product .summary .single_add_to_cart_button:focus-visible,
body.single-product .wp-block-woocommerce-add-to-cart-form button[type="submit"]:hover,
body.single-product .wp-block-woocommerce-add-to-cart-form button[type="submit"]:focus-visible,
body.single-product .wc-block-add-to-cart-with-options button[type="submit"]:hover,
body.single-product .wc-block-add-to-cart-with-options button[type="submit"]:focus-visible {
	background: #d95710 !important;
	box-shadow: 0 16px 34px rgba(236, 103, 26, 0.34);
	transform: translateY(-1px);
}

body.single-product .single_add_to_cart_button.disabled,
body.single-product .single_add_to_cart_button:disabled {
	border-color: #aab5bb !important;
	background: #aab5bb !important;
	box-shadow: none;
	cursor: not-allowed;
}

.bt-product-assurances {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	margin-top: 4px;
}

.bt-product-assurances > div {
	display: flex;
	align-items: center;
	min-width: 0;
	gap: 9px;
	padding: 11px 9px;
	border: 1px solid rgba(1, 60, 89, 0.08);
	border-radius: 13px;
	background: #f8fafb;
}

.bt-product-assurances__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 31px;
	width: 31px;
	height: 31px;
	border-radius: 10px;
	color: var(--bt-orange);
	background: rgba(236, 103, 26, 0.09);
}

.bt-product-assurances__icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bt-product-assurances strong,
.bt-product-assurances small {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bt-product-assurances strong {
	color: var(--bt-navy);
	font-size: 0.69rem;
	font-weight: 850;
}

.bt-product-assurances small {
	margin-top: 2px;
	color: #71838e;
	font-size: 0.61rem;
}

.bt-product-whatsapp {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	margin-top: 10px;
	padding: 0 14px;
	border: 1px solid rgba(27, 163, 76, 0.18);
	border-radius: 12px;
	color: #197a42 !important;
	background: rgba(37, 211, 102, 0.07);
	font-size: 0.74rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none !important;
	transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.bt-product-whatsapp svg {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bt-product-whatsapp:hover,
.bt-product-whatsapp:focus-visible {
	color: #fff !important;
	border-color: #1aa454;
	background: #1aa454;
}

body.single-product .wp-block-woocommerce-product-meta,
body.single-product .woocommerce div.product .product_meta {
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid rgba(1, 60, 89, 0.08);
	color: #7a8b95;
	font-size: 0.72rem;
	line-height: 1.6;
}

body.single-product .wp-block-woocommerce-product-meta .wp-block-group {
	gap: 6px 16px;
}

body.single-product .wp-block-woocommerce-product-meta a,
body.single-product .woocommerce div.product .product_meta a {
	color: var(--bt-navy);
	font-weight: 750;
}

body.single-product .woocommerce div.product > .woocommerce-tabs,
body.single-product .woocommerce div.product > .related,
body.single-product .woocommerce div.product > .up-sells {
	grid-column: 1 / -1;
}

body.single-product .bt-product-details-card,
body.single-product .woocommerce div.product .woocommerce-tabs {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: clamp(44px, 6vw, 72px) 0 0 !important;
	padding: clamp(24px, 4vw, 46px);
	border: 1px solid rgba(1, 60, 89, 0.09);
	border-radius: clamp(22px, 3vw, 30px);
	background: #fff;
	box-shadow: 0 16px 48px rgba(1, 60, 89, 0.08);
}

body.single-product .woocommerce-tabs ul.tabs,
body.single-product .bt-product-details-card ul.tabs,
body.single-product .bt-product-details-card [role="tablist"] {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(0, 1fr);
	align-items: stretch;
	gap: 10px;
	margin: 0 0 28px !important;
	padding: 0 0 14px !important;
	border: 0 !important;
	border-bottom: 1px solid rgba(1, 60, 89, 0.09) !important;
	list-style: none;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs::after {
	display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li,
body.single-product .bt-product-details-card ul.tabs li,
body.single-product .bt-product-details-card [role="tab"] {
	display: flex;
	align-items: stretch;
	justify-content: stretch;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 12px !important;
	background: #f3f7f9 !important;
	text-align: center !important;
}

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

body.single-product .woocommerce-tabs ul.tabs li a,
body.single-product .bt-product-details-card ul.tabs li a,
body.single-product .bt-product-details-card [role="tab"] {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box;
	flex: 1 1 100%;
	width: 100%;
	min-height: 48px;
	height: 100%;
	margin: 0 !important;
	padding: 10px 14px !important;
	border-radius: 12px;
	color: #647986 !important;
	background: #f3f7f9 !important;
	font-size: 0.9rem;
	font-weight: 800 !important;
	line-height: 1.25;
	text-align: center !important;
	text-decoration: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a,
body.single-product .bt-product-details-card ul.tabs li.active a,
body.single-product .bt-product-details-card [role="tab"][aria-selected="true"] {
	color: #fff !important;
	background: var(--bt-navy) !important;
	box-shadow: 0 8px 20px rgba(1, 60, 89, 0.18);
}

body.single-product .woocommerce-tabs .panel,
body.single-product .bt-product-details-card [role="tabpanel"],
body.single-product .bt-product-details-card .wc-tab {
	margin: 0 !important;
	color: #506a78;
	font-size: 0.96rem;
	line-height: 1.75;
}

body.single-product .woocommerce-tabs .panel h2,
body.single-product .bt-product-details-card [role="tabpanel"] h2,
body.single-product .bt-product-details-card .wc-tab h2 {
	margin: 0 0 18px;
	color: var(--bt-navy);
	font-size: clamp(1.4rem, 2.5vw, 1.9rem);
	font-weight: 800;
}

body.single-product .woocommerce-tabs .panel table,
body.single-product .bt-product-details-card table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid rgba(1, 60, 89, 0.09);
	border-radius: 14px;
}

body.single-product .woocommerce-tabs .panel th,
body.single-product .woocommerce-tabs .panel td,
body.single-product .bt-product-details-card th,
body.single-product .bt-product-details-card td {
	padding: 12px 14px;
	border: 0;
	border-bottom: 1px solid rgba(1, 60, 89, 0.07);
	text-align: left;
}

body.single-product .woocommerce-tabs .panel tr:last-child > *,
body.single-product .bt-product-details-card tr:last-child > * {
	border-bottom: 0;
}

body.single-product .woocommerce-tabs .panel th,
body.single-product .bt-product-details-card th {
	width: 34%;
	color: var(--bt-navy);
	background: #f7fafb;
	font-weight: 800;
}

body.single-product #reviews #comments ol.commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.single-product #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 14px 0;
	padding: 18px;
	border: 1px solid rgba(1, 60, 89, 0.09);
	border-radius: 14px;
	background: #f8fafb;
}

body.single-product #review_form input:not([type="submit"]),
body.single-product #review_form textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 14px;
	border: 1px solid rgba(1, 60, 89, 0.16);
	border-radius: 12px;
	font: inherit;
}

body.single-product #review_form input[type="submit"] {
	min-height: 46px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	color: #fff;
	background: var(--bt-orange);
	font-weight: 800;
	cursor: pointer;
}

body.single-product .bt-product-related-section {
	width: 100%;
	max-width: none;
	margin-top: clamp(54px, 7vw, 84px) !important;
}

body.single-product .bt-product-related-section > h2 {
	position: relative;
	margin: 0 0 clamp(24px, 4vw, 36px);
	padding-top: 13px;
	color: var(--bt-navy);
	font-size: clamp(1.7rem, 3vw, 2.35rem);
	font-weight: 800;
	letter-spacing: -0.025em;
	text-align: center;
}

body.single-product .bt-product-related-section > h2::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 4px;
	border-radius: 999px;
	background: var(--bt-orange);
	transform: translateX(-50%);
}

body.single-product .bt-product-related-section .wp-block-woocommerce-related-products,
body.single-product .bt-product-related-section .wp-block-query {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

body.single-product .bt-product-related-section.is-layout-constrained > .wp-block-woocommerce-related-products,
body.single-product .bt-product-related-section .wp-block-woocommerce-related-products > .wp-block-query {
	width: 100% !important;
	max-width: none !important;
}

body.single-product .bt-product-related-section .wp-block-post-template {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100% !important;
	max-width: none !important;
	gap: clamp(18px, 2.5vw, 28px);
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .bt-product-related-section .wp-block-post-template > li {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	max-width: none !important;
	min-width: 0;
	height: 100%;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid rgba(1, 60, 89, 0.1);
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 28px rgba(1, 60, 89, 0.08);
	transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

body.single-product .bt-product-related-section .wp-block-post-template > li:hover {
	border-color: rgba(236, 103, 26, 0.28);
	box-shadow: 0 18px 46px rgba(1, 60, 89, 0.14), 0 4px 18px rgba(236, 103, 26, 0.08);
	transform: translateY(-6px);
}

body.single-product .bt-product-related-section .wc-block-components-product-image,
body.single-product .bt-product-related-section .wp-block-woocommerce-product-image {
	margin: 0 !important;
}

body.single-product .bt-product-related-section .wc-block-components-product-image img,
body.single-product .bt-product-related-section .wp-block-woocommerce-product-image img {
	display: block;
	width: 100% !important;
	height: auto;
	aspect-ratio: 4 / 3;
	margin: 0 !important;
	object-fit: cover;
	background: var(--bt-warm);
}

body.single-product .bt-product-related-section .wp-block-post-title {
	margin: 0 !important;
	padding: 18px 18px 8px !important;
	color: var(--bt-navy);
	font-size: 1.05rem !important;
	font-weight: 800;
	line-height: 1.3;
}

body.single-product .bt-product-related-section .wp-block-post-title a {
	color: inherit;
	text-decoration: none !important;
}

body.single-product .bt-product-related-section .wp-block-woocommerce-product-price {
	margin: auto 18px 16px !important;
	color: var(--bt-orange) !important;
	font-family: Exo, sans-serif;
	font-weight: 850;
}

body.single-product .bt-product-related-section .wp-block-button,
body.single-product .bt-product-related-section .wp-block-woocommerce-product-button {
	margin: 0 18px 18px !important;
}

body.single-product .bt-product-related-section .wp-block-button__link,
body.single-product .bt-product-related-section .wp-element-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 46px;
	padding: 10px 14px !important;
	border: 1px solid var(--bt-orange) !important;
	border-radius: 999px !important;
	color: #fff !important;
	background: var(--bt-orange) !important;
	font-weight: 800 !important;
}

@media (max-width: 1024px) {
	body.single-product .bt-product-hero,
	body.single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
		gap: 24px;
	}

	.bt-product-assurances {
		grid-template-columns: 1fr;
	}

	.bt-product-assurances strong,
	.bt-product-assurances small {
		white-space: normal;
	}

}

@media (max-width: 760px) {
	body.single-product .bt-product-page {
		padding-bottom: 72px;
	}

	body.single-product .bt-product-toolbar {
		align-items: flex-start !important;
		margin-bottom: 18px;
		padding: 14px;
		gap: 12px;
		border-radius: 14px;
	}

	body.single-product .woocommerce-breadcrumb,
	body.single-product .wc-block-breadcrumbs,
	body.single-product .wp-block-woocommerce-breadcrumbs {
		flex: 1 0 100%;
		width: 100%;
		white-space: normal;
	}

	.bt-product-back {
		order: -1;
		min-height: 42px;
		padding-inline: 16px;
		font-size: 0.82rem;
	}

	body.single-product .bt-product-hero,
	body.single-product .woocommerce div.product {
		grid-template-columns: minmax(0, 1fr);
		gap: 20px;
	}

	body.single-product .bt-product-gallery-card,
	body.single-product .woocommerce div.product > .woocommerce-product-gallery {
		padding: 16px;
		border-radius: 22px;
	}

	body.single-product .bt-product-summary-card,
	body.single-product .woocommerce div.product > .summary {
		padding: 24px 20px;
		border-radius: 22px;
	}

	body.single-product .bt-product-summary-card .wp-block-post-title,
	body.single-product .woocommerce div.product .product_title {
		font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
	}

	body.single-product form.cart .variations tr {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 10px;
	}

	body.single-product .woocommerce-variation-add-to-cart,
	body.single-product .variations_button {
		gap: 12px;
	}

	body.single-product .quantity,
	body.single-product .wc-block-components-quantity-selector,
	body.single-product .wc-block-add-to-cart-with-options-quantity-selector {
		width: 72px;
	}

	body.single-product .bt-product-summary-card .single_add_to_cart_button,
	body.single-product .woocommerce div.product .summary .single_add_to_cart_button,
	body.single-product .wp-block-woocommerce-add-to-cart-form button[type="submit"],
	body.single-product .wc-block-add-to-cart-with-options button[type="submit"] {
		flex-basis: calc(100% - 84px);
		padding-inline: 16px !important;
	}

	body.single-product .bt-product-details-card,
	body.single-product .woocommerce div.product .woocommerce-tabs {
		margin-top: 34px !important;
		padding: 22px 18px;
		border-radius: 20px;
	}

	body.single-product .woocommerce-tabs ul.tabs,
	body.single-product .bt-product-details-card ul.tabs,
	body.single-product .bt-product-details-card [role="tablist"] {
		grid-auto-flow: column;
		grid-auto-columns: minmax(0, 1fr);
		gap: 6px;
		overflow: visible;
		padding-bottom: 12px !important;
	}

	body.single-product .woocommerce-tabs ul.tabs li,
	body.single-product .bt-product-details-card ul.tabs li,
	body.single-product .bt-product-details-card [role="tab"] {
		min-width: 0;
	}

	body.single-product .woocommerce-tabs ul.tabs li a,
	body.single-product .bt-product-details-card ul.tabs li a,
	body.single-product .bt-product-details-card [role="tab"] {
		min-height: 56px;
		padding: 8px 6px !important;
		font-size: 0.78rem;
		line-height: 1.2;
	}

	body.single-product .woocommerce-tabs .panel th,
	body.single-product .woocommerce-tabs .panel td,
	body.single-product .bt-product-details-card th,
	body.single-product .bt-product-details-card td {
		padding: 10px;
		font-size: 0.82rem;
	}

	body.single-product .bt-product-related-section {
		margin-top: 48px !important;
	}

	body.single-product .bt-product-related-section .wp-block-post-template {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 420px) {
	body.single-product .bt-product-summary-card .single_add_to_cart_button,
	body.single-product .woocommerce div.product .summary .single_add_to_cart_button,
	body.single-product .wp-block-woocommerce-add-to-cart-form button[type="submit"],
	body.single-product .wc-block-add-to-cart-with-options button[type="submit"] {
		flex: 1 0 100%;
		width: 100%;
	}

	body.single-product .quantity,
	body.single-product .wc-block-components-quantity-selector,
	body.single-product .wc-block-add-to-cart-with-options-quantity-selector {
		width: 100%;
	}
}

.bt-whatsapp-float {
	position: fixed !important;
	right: max(22px, env(safe-area-inset-right)) !important;
	bottom: max(34px, env(safe-area-inset-bottom)) !important;
	z-index: 900 !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 64px;
	height: 64px;
	border: 2px solid rgba(255, 255, 255, 0.92);
	border-radius: 50%;
	color: #fff !important;
	background: #25d366;
	box-shadow: 0 12px 30px rgba(10, 96, 48, 0.3), 0 4px 12px rgba(1, 60, 89, 0.18);
	text-decoration: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transition: transform 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.bt-whatsapp-float svg {
	width: 35px;
	height: 35px;
	overflow: visible;
}

.bt-whatsapp-mark__bubble {
	fill: currentColor;
	stroke: none;
}

.bt-whatsapp-mark__phone {
	fill: #25d366;
	stroke: none;
	transition: fill 180ms ease;
}

.bt-whatsapp-float span {
	position: absolute;
	right: calc(100% + 11px);
	padding: 8px 11px;
	border-radius: 9px;
	color: #fff;
	background: var(--bt-navy);
	box-shadow: 0 8px 22px rgba(1, 60, 89, 0.18);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(6px);
	pointer-events: none;
	transition: opacity 180ms ease, transform 180ms ease;
}

.bt-whatsapp-float--intro span {
	animation: bt-whatsapp-help-intro 8s ease both;
}

@keyframes bt-whatsapp-help-intro {
	0% {
		opacity: 0;
		transform: translateX(6px);
	}

	3%,
	94% {
		opacity: 1;
		transform: translateX(0);
	}

	100% {
		opacity: 0;
		transform: translateX(6px);
	}
}

.bt-whatsapp-float:hover,
.bt-whatsapp-float:focus-visible {
	color: #fff !important;
	background: #1fbd5a;
	box-shadow: 0 16px 36px rgba(10, 96, 48, 0.36), 0 5px 15px rgba(1, 60, 89, 0.2);
	transform: translateY(-3px);
}

.bt-whatsapp-float:hover .bt-whatsapp-mark__phone,
.bt-whatsapp-float:focus-visible .bt-whatsapp-mark__phone {
	fill: #1fbd5a;
}

.bt-whatsapp-float:hover span,
.bt-whatsapp-float:focus-visible span {
	opacity: 1;
	transform: translateX(0);
}

.bt-whatsapp-float:focus-visible {
	outline: 3px solid rgba(37, 211, 102, 0.34);
	outline-offset: 4px;
}

body.single-product .bt-whatsapp-float,
body.woocommerce-checkout .bt-whatsapp-float {
	display: none !important;
}

@media (max-width: 760px) {
	.bt-whatsapp-float {
		right: max(16px, env(safe-area-inset-right)) !important;
		bottom: max(28px, env(safe-area-inset-bottom)) !important;
		width: 58px;
		height: 58px;
	}

	.bt-whatsapp-float svg {
		width: 32px;
		height: 32px;
	}

	.bt-whatsapp-float span {
		display: none;
	}
}

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

/* App download band: light presentation used by the WordPress landing. */
.bt-app-cta {
	padding-block: clamp(38px, 5vw, 58px);
	color: #101010;
	background: #fff;
	border-block: 1px solid rgba(1, 60, 89, 0.12);
}

.bt-app-cta::before,
.bt-app-cta::after {
	content: "";
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	background: #666 center / 18px 18px no-repeat;
	transform: translateY(-50%);
}

.bt-app-cta::before {
	left: max(16px, calc((100% - var(--bt-container)) / 2 - 54px));
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E");
}

.bt-app-cta::after {
	right: max(16px, calc((100% - var(--bt-container)) / 2 - 54px));
	background-color: #d8d8d8;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E");
}

.bt-app-grid {
	grid-template-columns: minmax(0, 1.35fr) minmax(360px, 1fr) !important;
	align-items: center;
	gap: clamp(30px, 5vw, 72px);
}

.bt-app-cta .bt-pill-dark {
	color: #fff;
	background: var(--bt-orange);
}

.bt-app-cta h2 {
	margin-bottom: 10px;
	color: #111;
	font-size: clamp(1.65rem, 2.5vw, 2.15rem);
}

.bt-app-cta p:not(.bt-pill) {
	color: #242424;
}

.bt-app-cta .bt-rating {
	color: #ffd75a !important;
	letter-spacing: 2px;
}

.bt-app-cta .bt-rating span {
	color: #171717;
	letter-spacing: 0;
	font-weight: 800;
}

.bt-app-cta .bt-store-button .wp-block-button__link {
	min-width: 190px;
	min-height: 62px;
	padding: 10px 16px !important;
	color: #fff !important;
	background: #050505 !important;
	border: 1px solid #353535 !important;
	border-radius: 7px !important;
	font-size: 1.2rem;
}

.bt-app-cta .bt-store-button-google .wp-block-button__link::before {
	background-image: var(--bt-icon-google-play) !important;
}

.bt-app-cta .bt-store-button-apple .wp-block-button__link::before {
	background-image: var(--bt-icon-apple-store) !important;
}

.bt-app-cta .bt-store-button .wp-block-button__link:hover,
.bt-app-cta .bt-store-button .wp-block-button__link:focus-visible {
	background: #202020 !important;
	border-color: #000 !important;
}

.bt-app-cta .bt-store-button small {
	order: -1;
	margin: 0 0 1px;
	color: #fff;
	font-size: 0.55rem;
	font-weight: 500;
	text-transform: none;
}

@media (max-width: 900px) {
	.bt-app-grid {
		grid-template-columns: 1fr !important;
		text-align: center;
	}

	.bt-app-copy,
	.bt-app-copy > * {
		margin-inline: auto !important;
	}

	.bt-store-buttons,
	.bt-rating {
		justify-self: center;
		justify-content: center;
	}

	.bt-app-cta::before,
	.bt-app-cta::after {
		display: none;
	}
}

/* Final, deliberately simple order-confirmation composition. */
body.woocommerce-order-received .bt-checkout-page-template {
	width: min(calc(100% - 32px), 1040px) !important;
	max-width: 1040px !important;
	padding-block: 32px 56px !important;
}

body.woocommerce-order-received .bt-order-success {
	grid-template-columns: 52px minmax(0, 1fr) 176px !important;
	gap: 18px !important;
	box-sizing: border-box;
	width: 100% !important;
	max-width: 960px !important;
	margin: 0 auto 22px !important;
	padding: 22px 24px !important;
	border-radius: 18px !important;
}

body.woocommerce-order-received .bt-order-success__icon {
	width: 52px !important;
	height: 52px !important;
}

body.woocommerce-order-received .bt-order-success__icon svg {
	width: 27px !important;
	height: 27px !important;
}

body.woocommerce-order-received .bt-order-success__eyebrow {
	margin: 0 0 4px !important;
	font-size: 0.7rem !important;
	line-height: 1.2 !important;
}

body.woocommerce-order-received .bt-order-success h1 {
	margin: 0 0 7px !important;
	font-size: clamp(1.75rem, 3vw, 2.25rem) !important;
	line-height: 1.08 !important;
}

body.woocommerce-order-received .bt-order-success__copy > p:last-child {
	display: block !important;
	max-width: 610px !important;
	margin: 0 !important;
	color: var(--bt-muted) !important;
	font-size: 0.94rem !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
}

body.woocommerce-order-received .bt-order-success__copy > p:last-child strong {
	display: inline !important;
	color: var(--bt-navy) !important;
	font-size: inherit !important;
	font-weight: 850 !important;
	line-height: inherit !important;
}

body.woocommerce-order-received .bt-order-success__actions {
	gap: 7px !important;
	min-width: 0 !important;
}

body.woocommerce-order-received .bt-order-success__actions .bt-button {
	min-height: 40px !important;
	padding: 9px 12px !important;
	font-size: 0.78rem !important;
}

body.woocommerce-order-received .bt-order-content-layout {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 18px !important;
	width: 100% !important;
	max-width: 960px !important;
	margin: 0 auto !important;
}

body.woocommerce-order-received .bt-order-content-layout__main,
body.woocommerce-order-received .bt-order-content-layout__side {
	display: contents !important;
}

body.woocommerce-order-received .bt-order-summary-panel {
	order: 1;
}

body.woocommerce-order-received .bt-order-content-layout__main .bt-confirmation-card {
	order: 2;
}

body.woocommerce-order-received .bt-confirmation-address-card {
	order: 3;
}

body.woocommerce-order-received .bt-order-summary-panel,
body.woocommerce-order-received .bt-order-content-layout .bt-confirmation-card,
body.woocommerce-order-received .bt-order-content-layout .woocommerce-order-details,
body.woocommerce-order-received .bt-order-content-layout .woocommerce-customer-details {
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 960px !important;
	margin: 0 !important;
	padding: 22px 24px !important;
	border: 1px solid #dbe4e9 !important;
	border-radius: 16px !important;
	background: #fff !important;
	box-shadow: 0 8px 26px rgba(1, 60, 89, 0.06) !important;
}

body.woocommerce-order-received .bt-order-summary-panel > h2,
body.woocommerce-order-received .bt-order-content-layout .bt-confirmation-card > h2,
body.woocommerce-order-received .bt-order-content-layout .bt-confirmation-card > h3 {
	margin: 0 0 14px !important;
	padding: 0 0 12px !important;
	border-bottom: 1px solid #e6edf0 !important;
	color: var(--bt-navy) !important;
	font-size: 1.15rem !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
}

body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > li,
body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > div {
	display: grid !important;
	grid-template-columns: 170px minmax(0, 1fr) !important;
	gap: 14px !important;
	min-height: 0 !important;
	padding: 9px 0 !important;
	border-bottom: 1px solid #edf1f3 !important;
	background: transparent !important;
}

body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > :last-child {
	border-bottom: 0 !important;
}

body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > li > :first-child,
body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > div > :first-child {
	margin: 0 !important;
	color: var(--bt-muted) !important;
	font-size: 0.7rem !important;
	font-weight: 800 !important;
	line-height: 1.35 !important;
}

body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > li > :last-child,
body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > div > :last-child {
	margin: 0 !important;
	color: var(--bt-navy) !important;
	font-size: 0.88rem !important;
	font-weight: 750 !important;
	line-height: 1.4 !important;
}

body.woocommerce-order-received .bt-confirmation-table {
	width: 100% !important;
	font-size: 0.88rem !important;
}

body.woocommerce-order-received .bt-confirmation-table th,
body.woocommerce-order-received .bt-confirmation-table td {
	padding: 12px 14px !important;
	font-size: 0.88rem !important;
	line-height: 1.4 !important;
}

body.woocommerce-order-received .bt-confirmation-address {
	box-sizing: border-box !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--bt-navy) !important;
	font-size: 0.92rem !important;
	font-weight: 500 !important;
	font-style: normal !important;
	line-height: 1.55 !important;
}

body.woocommerce-order-received .bt-confirmation-address * {
	font-size: inherit !important;
	line-height: inherit !important;
}

body.woocommerce-order-received .bt-confirmation-address .woocommerce-customer-details--phone,
body.woocommerce-order-received .bt-confirmation-address [class*="address-phone"],
body.woocommerce-order-received .bt-confirmation-address [class*="billing-phone"] {
	margin: 12px 0 0 !important;
	padding: 10px 0 0 22px !important;
	color: var(--bt-navy) !important;
	font-size: 0.92rem !important;
	font-weight: 750 !important;
	line-height: 1.4 !important;
}

@media (max-width: 700px) {
	body.woocommerce-order-received .bt-order-success {
		grid-template-columns: 44px minmax(0, 1fr) !important;
		padding: 19px !important;
	}

	body.woocommerce-order-received .bt-order-success__icon {
		width: 44px !important;
		height: 44px !important;
	}

	body.woocommerce-order-received .bt-order-success__actions {
		grid-column: 1 / -1;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 520px) {
	body.woocommerce-order-received .bt-order-success {
		grid-template-columns: 1fr !important;
		text-align: left !important;
	}

	body.woocommerce-order-received .bt-order-success__icon {
		margin: 0 !important;
	}

	body.woocommerce-order-received .bt-order-success__actions,
	body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > li,
	body.woocommerce-order-received .bt-order-summary-panel .bt-order-meta-card > div {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-order-received .bt-order-summary-panel,
	body.woocommerce-order-received .bt-order-content-layout .bt-confirmation-card {
		padding: 18px !important;
	}
}

/* Keep the native WordPress header compact and fully usable on phones and
   tablets, including customized template parts saved before the native blocks
   were grouped together. */
@media (max-width: 900px) {
	body:not(.editor-styles-wrapper) .bt-site-header {
		-webkit-backdrop-filter: none !important;
		backdrop-filter: none !important;
	}

	html.has-modal-open .bt-site-header,
	body:not(.editor-styles-wrapper) .bt-site-header:has(.bt-main-navigation .wp-block-navigation__responsive-container.is-menu-open) {
		z-index: 100001;
	}

	body:not(.editor-styles-wrapper) .bt-site-header .bt-header-inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto auto !important;
		grid-template-rows: auto;
		align-items: center !important;
		box-sizing: border-box;
		width: 100%;
		min-height: 64px;
		column-gap: 8px !important;
		row-gap: 0 !important;
	}

	body:not(.editor-styles-wrapper) .bt-site-header .bt-brand {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		order: initial !important;
		min-width: 0;
		margin: 0;
	}

	body:not(.editor-styles-wrapper) .bt-site-header .bt-header-actions {
		display: contents !important;
	}

	body:not(.editor-styles-wrapper) .bt-site-header .bt-header-inner > .wp-block-social-links.bt-social-nav,
	body:not(.editor-styles-wrapper) .bt-site-header .bt-header-actions > .wp-block-social-links.bt-social-nav {
		display: none !important;
	}

	body:not(.editor-styles-wrapper) .bt-site-header .bt-cart-buttons {
		grid-column: 2;
		grid-row: 1;
		align-self: center;
		justify-self: end;
		width: auto;
		margin: 0;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation {
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		order: initial !important;
		flex: 0 0 auto;
		width: auto;
		margin: 0;
		padding: 0;
		border-top: 0;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none !important;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .wp-block-navigation__responsive-container-open {
		display: inline-flex !important;
		flex: 0 0 40px;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .wp-block-navigation__responsive-container.is-menu-open {
		display: flex !important;
		position: fixed !important;
		inset: 0 !important;
		box-sizing: border-box !important;
		width: 100% !important;
		max-width: none !important;
		height: 100vh !important;
		height: 100dvh !important;
		max-height: none !important;
		margin: 0 !important;
		padding: calc(16px + env(safe-area-inset-top, 0px)) calc(16px + env(safe-area-inset-right, 0px)) calc(16px + env(safe-area-inset-bottom, 0px)) calc(16px + env(safe-area-inset-left, 0px)) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
		color: var(--bt-navy);
		background: #fff;
		z-index: 100000 !important;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-navigation__responsive-close,
	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-navigation__responsive-dialog {
		box-sizing: border-box;
		width: 100%;
		min-height: 100%;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-navigation__responsive-container-content {
		box-sizing: border-box;
		align-items: stretch !important;
		justify-content: flex-start !important;
		width: 100% !important;
		padding-top: 52px !important;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-navigation__responsive-container-close {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		box-sizing: border-box;
		padding: 0 !important;
		border-radius: 50%;
		line-height: 0;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-navigation__responsive-container-close svg {
		display: block !important;
		flex: 0 0 auto;
		margin: auto !important;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-navigation__container {
		align-items: stretch !important;
		justify-content: flex-start !important;
		width: 100% !important;
		gap: 6px !important;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-navigation-item,
	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-navigation-item__content {
		box-sizing: border-box;
		width: 100%;
	}

	body:not(.editor-styles-wrapper) .bt-main-navigation .is-menu-open .wp-block-social-links.bt-social-nav {
		display: flex !important;
		align-items: center;
		align-self: stretch;
		justify-content: center;
		box-sizing: border-box;
		width: 100%;
		flex-wrap: nowrap !important;
		gap: 10px;
		margin: 18px 0 0 !important;
		padding: 18px 0 0 !important;
		border-top: 1px solid rgba(1, 60, 89, 0.1);
	}
}

@media (max-width: 700px) {
	body:not(.editor-styles-wrapper) .bt-top-banner {
		flex-wrap: nowrap;
		gap: 6px;
		min-height: 34px;
		padding: 5px 38px 5px 10px;
		white-space: nowrap;
	}

	body:not(.editor-styles-wrapper) .bt-top-banner > span {
		flex: 0 1 auto;
		font-size: 0;
	}

	body:not(.editor-styles-wrapper) .bt-top-banner > span > strong {
		font-size: 0.72rem;
	}

	body:not(.editor-styles-wrapper) .bt-top-banner a {
		padding-inline: 8px;
		font-size: 0.66rem;
		white-space: nowrap;
	}

	body:not(.editor-styles-wrapper) .bt-top-banner button {
		right: 8px;
	}
}
