.ta-excl-commerce {
	margin: 2rem 0 0;
	padding: 1.75rem 1.25rem;
	background: #f8f6ef;
	border: 1px solid #e0dcc8;
	border-radius: 12px;
}

.ta-excl-commerce-eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #8a7200;
}

.ta-excl-commerce-title {
	margin: 0 0 0.5rem;
	font-size: 1.45rem;
	line-height: 1.2;
}

.ta-excl-commerce-lead {
	margin: 0 0 1.1rem;
	color: #444;
	max-width: 42rem;
}

.ta-excl-bundle-thumbs {
	list-style: none;
	margin: 0 0 1.15rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.ta-excl-bundle-thumb {
	margin: 0;
	flex: 0 0 auto;
	max-width: 108px;
}

.ta-excl-bundle-thumb-link {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid #e4e0d0;
	border-radius: 8px;
	overflow: hidden;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ta-excl-bundle-thumb-link:hover,
.ta-excl-bundle-thumb-link:focus-visible {
	border-color: #caa044;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.ta-excl-bundle-thumb-img {
	display: block;
	line-height: 0;
	background: #f3f1ea;
}

.ta-excl-bundle-thumb-img img {
	display: block;
	width: 100%;
	height: 88px;
	object-fit: contain;
	object-position: center;
	background: #f3f1ea;
}

.ta-excl-bundle-thumb-name {
	display: block;
	padding: 0.35rem 0.4rem 0.45rem;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	color: #333;
}

.ta-excl-bundle-btn {
	width: 100%;
	max-width: 360px;
}

.ta-excl-cross-grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr));
	gap: 1rem;
}

.ta-excl-cross-card {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e4e0d0;
	border-radius: 10px;
	overflow: hidden;
}

.ta-excl-cross-link {
	display: block;
	padding: 0.75rem 0.75rem 0.35rem;
	text-decoration: none;
	color: inherit;
	flex: 1;
}

.ta-excl-cross-img {
	display: block;
	background: #f3f1ea;
	border-radius: 6px;
}

.ta-excl-cross-img img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 140px;
	object-fit: contain;
	object-position: center;
	border-radius: 6px;
	background: #f3f1ea;
}

.ta-excl-cross-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.4rem;
	margin-top: 0.5rem;
}

.ta-excl-cross-name {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-family: Oswald, Inter, sans-serif;
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1.25;
	color: #111;
}

.ta-excl-cross-badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	max-width: 100%;
	padding: 0.34rem 0.58rem;
	border-radius: 999px;
	border: 1px solid rgba(236, 201, 24, 0.9);
	background: rgba(255, 247, 214, 0.96);
	color: #111;
	font-family: Oswald, Inter, sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	line-height: 1.2;
	box-shadow: 0 2px 8px rgba(17, 17, 17, 0.06);
}

.ta-excl-cross-price,
.ta-excl-cross-price .amount,
.ta-excl-cross-price .woocommerce-Price-amount {
	display: block;
	margin: 0;
	font-family: Oswald, Inter, sans-serif;
	font-size: 1.05rem !important;
	font-weight: 800 !important;
	color: #c72127 !important;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.ta-excl-cross-price .ta-product-price-pair,
.ta-excl-cross-price .ta-product-price-total {
	display: none !important;
}

.ta-excl-cross-atc {
	margin: 0 0.65rem 0.65rem;
	align-self: flex-start;
}

.ta-excl-offer-modal {
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}

.ta-excl-offer-modal[hidden] {
	display: none;
}

.ta-excl-offer-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(10, 10, 10, 0.62);
}

.ta-excl-offer-panel {
	position: relative;
	z-index: 1;
	width: min(480px, 100%);
	padding: 1.5rem 1.35rem 1.25rem;
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
	border: 2px solid #d8b15a;
}

.ta-excl-offer-kicker {
	margin: 0 0 0.35rem;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #8a7200;
}

.ta-excl-offer-title {
	margin: 0 0 0.65rem;
	font-size: 1.55rem;
	line-height: 1.15;
}

.ta-excl-offer-timer {
	margin: 0 0 0.85rem;
	font-size: 1rem;
}

.ta-excl-offer-timer strong {
	font-size: 1.35rem;
	color: #b42318;
	margin-left: 0.35rem;
	font-variant-numeric: tabular-nums;
}

.ta-excl-offer-copy {
	margin: 0 0 1rem;
	line-height: 1.55;
	color: #333;
}

.ta-excl-offer-actions {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.ta-excl-offer-actions .button {
	width: 100%;
	text-align: center;
}

.ta-excl-offer-skip {
	background: transparent !important;
	color: #555 !important;
}

.ta-excl-offer-fine {
	margin: 0.85rem 0 0;
	font-size: 0.8rem;
	color: #666;
}

.ta-excl-offer-modal.is-expired .ta-excl-offer-timer strong {
	color: #666;
}

@media (max-width: 640px) {
	.ta-excl-cross-badge {
		font-size: 0.6rem;
		padding: 0.28rem 0.48rem;
	}

	.ta-excl-cross-name {
		font-size: 0.84rem;
	}

	.ta-excl-cross-price,
	.ta-excl-cross-price .amount,
	.ta-excl-cross-price .woocommerce-Price-amount {
		font-size: 0.95rem !important;
	}
}
