/**
 * Totoland Deals V1.
 *
 * Stage 15 — Production Deals page.
 *
 * @package Totoland
 * @version 2.4.0
 */

.tt-deals-v1 {
	--tt-deals-cyan: #00aeef;
	--tt-deals-green: #58c63a;
	--tt-deals-pink: #ff5aa5;
	--tt-deals-yellow: #ffc83d;
	--tt-deals-dark: #111827;
	--tt-deals-surface: #f6fafc;
	min-height: 420px;
	padding: clamp(28px, 4vw, 52px) 20px;
	background: #fff;
	color: var(--tt-deals-dark);
}

.tt-deals-v1,
.tt-deals-v1 *,
.tt-deals-v1 *::before,
.tt-deals-v1 *::after {
	box-sizing: border-box;
}

.tt-deals-v1__container {
	width: min(100%, 1320px);
	margin-inline: auto;
}

.tt-deals-v1__shell {
	display: grid;
	gap: 16px;
	min-height: 340px;
	padding: clamp(20px, 3vw, 32px);
	border: 1px solid #dfe8ee;
	border-radius: 18px;
	background: var(--tt-deals-surface);
}

.tt-deals-v1__breadcrumbs {
	padding: 14px 18px;
	border: 1px solid #dce7ee;
	border-radius: 12px;
	background: #fff;
}

.tt-deals-v1__breadcrumb-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	color: #53677d;
	font-size: 14px;
	line-height: 1.5;
	list-style: none;
}

.tt-deals-v1__breadcrumb-list li {
	margin: 0;
	padding: 0;
}

.tt-deals-v1__breadcrumb-list a {
	color: #32607e;
	font-weight: 600;
	text-decoration: none;
}

.tt-deals-v1__breadcrumb-list a:hover {
	color: var(--tt-deals-cyan);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tt-deals-v1__breadcrumb-list a:focus-visible {
	border-radius: 3px;
	outline: 3px solid rgba(0, 174, 239, 0.24);
	outline-offset: 3px;
}

.tt-deals-v1__breadcrumb-list [aria-current="page"] {
	color: var(--tt-deals-dark);
	font-weight: 800;
}

.tt-deals-v1__breadcrumb-separator {
	color: #9aabba;
}

.tt-deals-v1__breadcrumbs[data-tt-section-ready="true"] {
	border-left: 4px solid var(--tt-deals-cyan);
}

.tt-deals-v1__hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: center;
	min-height: 440px;
	overflow: hidden;
	padding: clamp(34px, 6vw, 72px);
	border: 1px solid #d9e8ef;
	border-radius: 22px;
	background:
		radial-gradient(circle at 92% 12%, rgba(0, 174, 239, 0.18), transparent 30%),
		radial-gradient(circle at 76% 92%, rgba(255, 90, 165, 0.1), transparent 28%),
		#fff;
}

.tt-deals-v1__hero::before {
	position: absolute;
	top: -70px;
	right: -70px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(255, 200, 61, 0.13);
	content: "";
}

.tt-deals-v1__hero-content,
.tt-deals-v1__hero-media,
.tt-deals-v1__hero-fallback {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.tt-deals-v1__kicker {
	display: inline-flex;
	margin-bottom: 22px;
	padding: 8px 13px;
	border-radius: 999px;
	background: #e8f8ff;
	color: #007ca9;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.tt-deals-v1__hero h1 {
	max-width: 760px;
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: clamp(42px, 6vw, 72px);
	letter-spacing: -0.035em;
	line-height: 1.05;
}

.tt-deals-v1__hero-introduction {
	max-width: 720px;
	margin: 24px 0 0;
	color: #526980;
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.75;
}

.tt-deals-v1__hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	margin-top: 30px;
	padding: 13px 21px;
	border-radius: 11px;
	background: var(--tt-deals-cyan);
	box-shadow: 0 12px 26px rgba(0, 174, 239, 0.22);
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
	text-decoration: none;
}

.tt-deals-v1__hero-cta:hover {
	background: var(--tt-deals-pink);
	color: #fff;
	transform: translateY(-2px);
}

.tt-deals-v1__hero-cta:focus-visible {
	outline: 4px solid rgba(0, 174, 239, 0.25);
	outline-offset: 4px;
}

.tt-deals-v1__hero-media,
.tt-deals-v1__hero-fallback {
	display: grid;
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	place-items: center;
	border: 1px solid #d8e5ec;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 18px 42px rgba(17, 24, 39, 0.09);
}

.tt-deals-v1__hero-image,
.tt-deals-v1__hero-media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

.tt-deals-v1__hero-fallback {
	background:
		radial-gradient(circle at 30% 30%, rgba(88, 198, 58, 0.16), transparent 25%),
		radial-gradient(circle at 70% 70%, rgba(255, 90, 165, 0.14), transparent 28%),
		linear-gradient(135deg, #f1fbff, #fffaf0);
}

.tt-deals-v1__hero-fallback span {
	display: grid;
	width: clamp(120px, 16vw, 180px);
	height: clamp(120px, 16vw, 180px);
	place-items: center;
	border-radius: 50%;
	background: var(--tt-deals-pink);
	box-shadow:
		0 0 0 18px rgba(255, 90, 165, 0.08),
		0 18px 36px rgba(255, 90, 165, 0.18);
	color: #fff;
	font-size: clamp(58px, 8vw, 90px);
	font-weight: 900;
	line-height: 1;
}

.tt-deals-v1__hero[data-tt-section-ready="true"] {
	border-top: 4px solid var(--tt-deals-pink);
}

.tt-deals-v1__highlights {
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid #dfe8ee;
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(255, 200, 61, 0.08), rgba(0, 174, 239, 0.05)),
		#fff;
}

.tt-deals-v1__highlights-header {
	max-width: 850px;
	margin-bottom: 26px;
}

.tt-deals-v1__highlights-header .tt-deals-v1__kicker {
	margin-bottom: 14px;
}

.tt-deals-v1__highlights-header h2 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.tt-deals-v1__highlights-header > p {
	margin: 14px 0 0;
	color: #5b7086;
	font-size: 16px;
	line-height: 1.7;
}

.tt-deals-v1__highlights-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 15px;
}

.tt-deals-v1__highlight-card {
	min-width: 0;
	padding: 22px;
	border: 1px solid #e0e8ee;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.05);
}

.tt-deals-v1__highlight-icon {
	display: grid;
	width: 44px;
	height: 44px;
	margin-bottom: 17px;
	place-items: center;
	border-radius: 12px;
	background: #e8f8ff;
	color: #007ca9;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
}

.tt-deals-v1__highlight-card:nth-child(2)
	.tt-deals-v1__highlight-icon {
	background: #fff3d0;
	color: #806000;
	font-size: 12px;
}

.tt-deals-v1__highlight-card:nth-child(3)
	.tt-deals-v1__highlight-icon {
	background: #fff0f7;
	color: #b93270;
	font-size: 22px;
}

.tt-deals-v1__highlight-card:nth-child(4)
	.tt-deals-v1__highlight-icon {
	background: #edfbea;
	color: #378f22;
	font-size: 20px;
}

.tt-deals-v1__highlight-card h3 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: 18px;
	line-height: 1.35;
}

.tt-deals-v1__highlight-card p {
	margin: 11px 0 0;
	color: #5c7085;
	font-size: 14px;
	line-height: 1.65;
}

.tt-deals-v1__highlights[data-tt-section-ready="true"] {
	border-top: 4px solid var(--tt-deals-yellow);
}

.tt-deals-v1__sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

.tt-deals-v1__catalogue-controls {
	padding: clamp(24px, 4vw, 38px);
	border: 1px solid #dfe8ee;
	border-radius: 20px;
	background: #fff;
}

.tt-deals-v1__controls-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px 30px;
	margin-bottom: 26px;
}

.tt-deals-v1__controls-header > div {
	max-width: 820px;
}

.tt-deals-v1__controls-header .tt-deals-v1__kicker {
	margin-bottom: 13px;
}

.tt-deals-v1__controls-header h2 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: clamp(28px, 4vw, 40px);
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.tt-deals-v1__controls-header p {
	margin: 13px 0 0;
	color: #5d7186;
	font-size: 15px;
	line-height: 1.65;
}

.tt-deals-v1__controls-status {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff5d7;
	color: #735600;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
}

.tt-deals-v1__controls-status::before {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--tt-deals-yellow);
	content: "";
}

.tt-deals-v1__controls-status.is-live {
	background: #edfbea;
	color: #337d22;
}

.tt-deals-v1__controls-status.is-live::before {
	background: var(--tt-deals-green);
	box-shadow: 0 0 0 4px rgba(88, 198, 58, 0.13);
}

.tt-deals-v1__controls-form,
.tt-deals-v1__controls-form fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.tt-deals-v1__controls-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.tt-deals-v1__control {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.tt-deals-v1__control--search {
	grid-column: span 2;
}

.tt-deals-v1__control label,
.tt-deals-v1__stock-control {
	color: #344a60;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.4;
}

.tt-deals-v1__control input,
.tt-deals-v1__control select {
	width: 100%;
	min-height: 48px;
	margin: 0;
	padding: 10px 14px;
	border: 1px solid #cfdae3;
	border-radius: 10px;
	background: #f8fafc;
	color: #617286;
	font: inherit;
}

.tt-deals-v1__control input:not(:disabled),
.tt-deals-v1__control select:not(:disabled) {
	background: #fff;
	color: #344a60;
}

.tt-deals-v1__control input:focus-visible,
.tt-deals-v1__control select:focus-visible {
	border-color: var(--tt-deals-cyan);
	outline: 3px solid rgba(0, 174, 239, 0.17);
	outline-offset: 1px;
}

.tt-deals-v1__control input:disabled,
.tt-deals-v1__control select:disabled,
.tt-deals-v1__stock-control input:disabled,
.tt-deals-v1__view-button:disabled,
.tt-deals-v1__control-button:disabled {
	cursor: not-allowed;
	opacity: 1;
}

.tt-deals-v1__controls-secondary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px 22px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e5edf2;
}

.tt-deals-v1__stock-control {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.tt-deals-v1__stock-control input {
	width: 18px;
	height: 18px;
	margin: 0;
	accent-color: var(--tt-deals-cyan);
}

.tt-deals-v1__view-controls,
.tt-deals-v1__controls-actions {
	display: inline-flex;
	gap: 8px;
}

.tt-deals-v1__view-button {
	display: grid;
	width: 42px;
	height: 42px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 1px solid #d3dee6;
	border-radius: 9px;
	background: #fff;
	color: #6a7b8d;
}

.tt-deals-v1__view-button:not(:disabled),
.tt-deals-v1__control-button:not(:disabled) {
	cursor: pointer;
}

.tt-deals-v1__view-button:not(:disabled):hover,
.tt-deals-v1__control-button:not(:disabled):hover {
	border-color: var(--tt-deals-cyan);
	color: #007aa8;
}

.tt-deals-v1__view-button:focus-visible,
.tt-deals-v1__control-button:focus-visible {
	outline: 3px solid rgba(0, 174, 239, 0.2);
	outline-offset: 2px;
}

.tt-deals-v1__view-button--active {
	border-color: #9bdcf4;
	background: #e9f9ff;
	color: #007daa;
}

.tt-deals-v1__view-icon {
	display: grid;
	grid-template-columns: repeat(2, 5px);
	gap: 3px;
}

.tt-deals-v1__view-icon span {
	width: 5px;
	height: 5px;
	border-radius: 1px;
	background: currentColor;
}

.tt-deals-v1__view-icon--list {
	grid-template-columns: 5px 12px;
}

.tt-deals-v1__control-button {
	min-height: 42px;
	margin: 0;
	padding: 10px 16px;
	border: 1px solid #d5e0e8;
	border-radius: 9px;
	background: #f5f8fa;
	color: #65768a;
	font-weight: 800;
}

.tt-deals-v1__control-button--apply {
	border-color: #9bdcf4;
	background: #eaf9ff;
	color: #007aa8;
}

.tt-deals-v1__controls-note {
	margin: 16px 0 0;
	padding: 12px 14px;
	border-radius: 9px;
	background: #f7f9fb;
	color: #6a7c8e;
	font-size: 13px;
	line-height: 1.55;
}

.tt-deals-v1__controls-note.is-noscript {
	border: 1px solid #efd98e;
	background: #fff9e8;
	color: #735600;
}

.tt-deals-v1__controls-status.is-ready {
	background: #e9f9ff;
	color: #007aa8;
}

.tt-deals-v1__controls-status.is-ready::before {
	background: var(--tt-deals-cyan);
	box-shadow: 0 0 0 4px rgba(0, 174, 239, 0.13);
}

.tt-deals-v1__catalogue-controls[data-tt-section-ready="true"] {
	border-top: 4px solid var(--tt-deals-cyan);
}

.tt-deals-v1__catalogue {
	padding: clamp(26px, 4vw, 42px);
	border: 1px solid #dfe8ee;
	border-radius: 20px;
	background: #fff;
}

.tt-deals-v1__catalogue-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px 30px;
	margin-bottom: 22px;
}

.tt-deals-v1__catalogue-header > div {
	max-width: 860px;
}

.tt-deals-v1__catalogue-header .tt-deals-v1__kicker {
	margin-bottom: 13px;
}

.tt-deals-v1__catalogue-header h2 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.tt-deals-v1__catalogue-header p {
	margin: 13px 0 0;
	color: #5d7186;
	font-size: 15px;
	line-height: 1.65;
}

.tt-deals-v1__catalogue-count {
	flex: 0 0 auto;
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: #edfbea;
	color: #337d22;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.3;
}

.tt-deals-v1__catalogue-notice {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-bottom: 22px;
	padding: 13px 15px;
	border: 1px solid #f0dd9b;
	border-radius: 10px;
	background: #fff9e7;
	color: #674f00;
}

.tt-deals-v1__catalogue-notice > span {
	display: grid;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	background: var(--tt-deals-yellow);
	color: #5b4300;
	font-size: 13px;
	font-weight: 900;
}

.tt-deals-v1__catalogue-notice p {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
}

.tt-deals-v1__catalogue-notice.is-ready {
	border-color: #cde8c6;
	background: #f2fbef;
	color: #356d27;
}

.tt-deals-v1__catalogue-notice.is-ready > span {
	background: var(--tt-deals-green);
	color: #fff;
}

.tt-deals-v1__catalogue-notice.is-unavailable {
	border-color: #f1cadb;
	background: #fff3f8;
	color: #8a2855;
}

.tt-deals-v1__catalogue-notice.is-unavailable > span {
	background: var(--tt-deals-pink);
	color: #fff;
}

.tt-deals-v1__product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.tt-deals-v1__product-card[hidden],
.tt-deals-v1__filter-empty[hidden] {
	display: none !important;
}

.tt-deals-v1__product-card {
	position: relative;
	display: flex;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid #dfe7ed;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.tt-deals-v1__product-media {
	position: relative;
	display: grid;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	place-items: center;
	border-bottom: 1px solid #e2e9ee;
	background:
		radial-gradient(circle at 25% 30%, rgba(0, 174, 239, 0.17), transparent 25%),
		radial-gradient(circle at 78% 72%, rgba(255, 90, 165, 0.14), transparent 28%),
		linear-gradient(145deg, #f7fcff, #fffaf1);
	color: inherit;
	text-decoration: none;
}

.tt-deals-v1__product-card:nth-child(2n)
	.tt-deals-v1__product-media {
	background:
		radial-gradient(circle at 25% 30%, rgba(88, 198, 58, 0.16), transparent 25%),
		radial-gradient(circle at 78% 72%, rgba(255, 200, 61, 0.18), transparent 28%),
		linear-gradient(145deg, #fbfff8, #fffaf1);
}

.tt-deals-v1__product-discount {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 7px 9px;
	border-radius: 999px;
	background: var(--tt-deals-pink);
	box-shadow: 0 7px 18px rgba(255, 90, 165, 0.2);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	z-index: 2;
}

.tt-deals-v1__product-image,
.tt-deals-v1__product-media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
	transition: transform 220ms ease;
}

.tt-deals-v1__product-media:hover
	.tt-deals-v1__product-image {
	transform: scale(1.035);
}

.tt-deals-v1__product-media:focus-visible {
	outline: 4px solid rgba(0, 174, 239, 0.25);
	outline-offset: -4px;
}

.tt-deals-v1__product-media-label {
	display: grid;
	width: clamp(88px, 10vw, 116px);
	aspect-ratio: 1;
	place-items: center;
	border: 7px solid rgba(255, 255, 255, 0.8);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 16px 35px rgba(17, 24, 39, 0.1);
	color: #325168;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.tt-deals-v1__product-content {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
	padding: 20px 20px 84px;
	flex-direction: column;
}

.tt-deals-v1__product-category {
	color: #007ca9;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.045em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tt-deals-v1__product-content h3 {
	margin: 9px 0 0;
	color: var(--tt-deals-dark);
	font-size: 17px;
	line-height: 1.45;
}

.tt-deals-v1__product-content h3 a {
	color: inherit;
	text-decoration: none;
}

.tt-deals-v1__product-content h3 a:hover {
	color: #007ca9;
}

.tt-deals-v1__product-content h3 a:focus-visible {
	border-radius: 3px;
	outline: 3px solid rgba(0, 174, 239, 0.24);
	outline-offset: 3px;
}

.tt-deals-v1__product-prices {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 7px 10px;
	margin-top: 15px;
	color: #008ac0;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.3;
}

.tt-deals-v1__product-prices del {
	color: #8796a5;
	font-size: 13px;
	line-height: 1.4;
}

.tt-deals-v1__product-prices ins {
	color: #008ac0;
	font-size: 19px;
	font-weight: 900;
	line-height: 1.3;
	text-decoration: none;
}

.tt-deals-v1__product-stock {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 14px 0 18px;
	color: #5c7084;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
}

.tt-deals-v1__product-stock > span {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #a7b5c1;
	box-shadow: 0 0 0 4px #f0f3f5;
}

.tt-deals-v1__product-stock.is-in-stock > span {
	background: var(--tt-deals-green);
	box-shadow: 0 0 0 4px rgba(88, 198, 58, 0.12);
}

.tt-deals-v1__product-stock.is-unavailable > span {
	background: var(--tt-deals-pink);
	box-shadow: 0 0 0 4px rgba(255, 90, 165, 0.11);
}

.tt-deals-v1__product-action {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: auto;
	min-height: 44px;
	margin: 0;
	padding: 10px 13px;
	border: 1px solid var(--tt-deals-cyan);
	border-radius: 9px;
	background: var(--tt-deals-cyan);
	box-shadow: 0 10px 22px rgba(0, 174, 239, 0.18);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
}

.tt-deals-v1__product-action:hover {
	border-color: var(--tt-deals-pink);
	background: var(--tt-deals-pink);
	color: #fff;
	transform: translateY(-1px);
}

.tt-deals-v1__product-action:focus-visible {
	outline: 4px solid rgba(0, 174, 239, 0.24);
	outline-offset: 3px;
}

.tt-deals-v1__product-grid[data-tt-catalogue-view="list"] {
	grid-template-columns: 1fr;
}

.tt-deals-v1__product-grid[data-tt-catalogue-view="list"]
	.tt-deals-v1__product-card {
	display: grid;
	height: auto;
	grid-template-columns: minmax(220px, 32%) minmax(0, 1fr);
}

.tt-deals-v1__product-grid[data-tt-catalogue-view="list"]
	.tt-deals-v1__product-media {
	height: 100%;
	aspect-ratio: auto;
	border-right: 1px solid #e2e9ee;
	border-bottom: 0;
}

.tt-deals-v1__product-grid[data-tt-catalogue-view="list"]
	.tt-deals-v1__product-content {
	min-height: 260px;
	padding: 24px;
}

.tt-deals-v1__product-grid[data-tt-catalogue-view="list"]
	.tt-deals-v1__product-action {
	position: static;
	width: 100%;
	margin-top: auto;
}

.tt-deals-v1__filter-empty {
	margin-top: 20px;
	padding: 28px 20px;
	border: 2px dashed #cadce7;
	border-radius: 14px;
	background: #f9fcfe;
	text-align: center;
}

.tt-deals-v1__filter-empty h3 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: 22px;
	line-height: 1.4;
}

.tt-deals-v1__filter-empty p {
	margin: 9px 0 17px;
	color: #5c7185;
	font-size: 14px;
	line-height: 1.65;
}

.tt-deals-v1__catalogue-empty {
	display: grid;
	max-width: 720px;
	margin-inline: auto;
	padding: clamp(34px, 6vw, 60px) 24px;
	place-items: center;
	border: 2px dashed #cadce7;
	border-radius: 17px;
	background: #f9fcfe;
	text-align: center;
}

.tt-deals-v1__catalogue-empty > span {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border-radius: 50%;
	background: #e9f9ff;
	color: #007ca9;
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
}

.tt-deals-v1__catalogue-empty h3 {
	margin: 18px 0 0;
	color: var(--tt-deals-dark);
	font-size: 23px;
	line-height: 1.4;
}

.tt-deals-v1__catalogue-empty p {
	max-width: 560px;
	margin: 10px 0 0;
	color: #5c7185;
	font-size: 14px;
	line-height: 1.7;
}

.tt-deals-v1__catalogue-footer {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #e4ebf0;
}

.tt-deals-v1__catalogue-footer p {
	margin: 0;
	color: #66798c;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}

.tt-deals-v1__catalogue[data-tt-section-ready="true"] {
	border-top: 4px solid var(--tt-deals-green);
}

.tt-deals-v1__benefits {
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid #dfe8ee;
	border-radius: 20px;
	background:
		radial-gradient(circle at 96% 10%, rgba(88, 198, 58, 0.09), transparent 25%),
		linear-gradient(145deg, #fff, #f9fcfe);
}

.tt-deals-v1__benefits-header {
	max-width: 880px;
	margin-bottom: 28px;
}

.tt-deals-v1__benefits-header .tt-deals-v1__kicker {
	margin-bottom: 13px;
}

.tt-deals-v1__benefits-header h2 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.tt-deals-v1__benefits-header > p {
	margin: 14px 0 0;
	color: #5a7085;
	font-size: 16px;
	line-height: 1.7;
}

.tt-deals-v1__benefits-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.65fr);
	gap: 20px;
	align-items: stretch;
}

.tt-deals-v1__benefits-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 15px;
}

.tt-deals-v1__benefit-card {
	display: flex;
	min-width: 0;
	gap: 16px;
	padding: 21px;
	border: 1px solid #dee8ed;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
}

.tt-deals-v1__benefit-number {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 12px;
	background: #e9f9ff;
	color: #007ca9;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

.tt-deals-v1__benefit-card:nth-child(2)
	.tt-deals-v1__benefit-number {
	background: #fff3d0;
	color: #806000;
}

.tt-deals-v1__benefit-card:nth-child(3)
	.tt-deals-v1__benefit-number {
	background: #fff0f7;
	color: #ae2c68;
}

.tt-deals-v1__benefit-card:nth-child(4)
	.tt-deals-v1__benefit-number {
	background: #edfbea;
	color: #347d23;
}

.tt-deals-v1__benefit-card h3 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: 17px;
	line-height: 1.4;
}

.tt-deals-v1__benefit-card p {
	margin: 9px 0 0;
	color: #5d7185;
	font-size: 14px;
	line-height: 1.65;
}

.tt-deals-v1__order-checklist {
	padding: 26px;
	border-radius: 17px;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 200, 61, 0.19), transparent 31%),
		var(--tt-deals-dark);
	box-shadow: 0 16px 36px rgba(17, 24, 39, 0.13);
	color: #fff;
}

.tt-deals-v1__order-checklist-label {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(0, 174, 239, 0.17);
	color: #8cddfa;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.tt-deals-v1__order-checklist h3 {
	margin: 17px 0 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
}

.tt-deals-v1__order-checklist ul {
	display: grid;
	gap: 14px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.tt-deals-v1__order-checklist li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	padding: 0;
	color: #e5edf4;
	font-size: 14px;
	line-height: 1.55;
}

.tt-deals-v1__order-checklist li > span {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: var(--tt-deals-green);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.tt-deals-v1__order-checklist > p {
	margin: 22px 0 0;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
	color: #b8c5d0;
	font-size: 12px;
	line-height: 1.6;
}

.tt-deals-v1__assistance {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.tt-deals-v1__assistance-title {
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.4;
}

.tt-deals-v1__assistance-number {
	margin: 5px 0 0;
	color: #b8c5d0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

.tt-deals-v1__assistance-actions {
	display: grid;
	gap: 9px;
	margin-top: 15px;
}

.tt-deals-v1__assistance-button {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	min-height: 48px;
	padding: 8px 13px 8px 8px;
	border: 1px solid transparent;
	border-radius: 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.35;
	text-decoration: none;
}

.tt-deals-v1__assistance-button > span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.17);
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.025em;
	line-height: 1;
}

.tt-deals-v1__assistance-button--call {
	background: var(--tt-deals-cyan);
}

.tt-deals-v1__assistance-button--whatsapp {
	background: #25a244;
}

.tt-deals-v1__assistance-button--directions {
	border-color: rgba(255, 255, 255, 0.23);
	background: rgba(255, 255, 255, 0.08);
}

.tt-deals-v1__assistance-button:hover {
	border-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
	color: #fff;
	transform: translateY(-1px);
}

.tt-deals-v1__assistance-button:focus-visible {
	outline: 3px solid var(--tt-deals-yellow);
	outline-offset: 3px;
}

.tt-deals-v1__benefits[data-tt-section-ready="true"] {
	border-top: 4px solid var(--tt-deals-pink);
}

.tt-deals-v1__internal-links {
	padding: clamp(28px, 4vw, 44px);
	border: 1px solid #dfe8ee;
	border-radius: 20px;
	background:
		radial-gradient(circle at 4% 94%, rgba(0, 174, 239, 0.08), transparent 25%),
		#fff;
}

.tt-deals-v1__internal-links-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px 30px;
	margin-bottom: 26px;
}

.tt-deals-v1__internal-links-header > div {
	max-width: 850px;
}

.tt-deals-v1__internal-links-header .tt-deals-v1__kicker {
	margin-bottom: 13px;
}

.tt-deals-v1__internal-links-header h2 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: clamp(28px, 4vw, 42px);
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.tt-deals-v1__internal-links-header p {
	margin: 13px 0 0;
	color: #5d7186;
	font-size: 15px;
	line-height: 1.65;
}

.tt-deals-v1__internal-links-count {
	flex: 0 0 auto;
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 999px;
	background: #e9f9ff;
	color: #007ca9;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.3;
}

.tt-deals-v1__internal-links-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.tt-deals-v1__internal-link-card {
	position: relative;
	display: flex;
	min-width: 0;
	min-height: 240px;
	overflow: hidden;
	padding: 22px;
	flex-direction: column;
	border: 1px solid #dfe8ed;
	border-radius: 16px;
	background:
		linear-gradient(145deg, rgba(0, 174, 239, 0.045), transparent 55%),
		#fff;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.045);
	color: inherit;
	text-decoration: none;
}

.tt-deals-v1__internal-link-card::after {
	position: absolute;
	right: -34px;
	bottom: -34px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: rgba(0, 174, 239, 0.06);
	content: "";
	transition: transform 180ms ease;
}

.tt-deals-v1__internal-link-card:nth-child(2n) {
	background:
		linear-gradient(145deg, rgba(255, 200, 61, 0.075), transparent 55%),
		#fff;
}

.tt-deals-v1__internal-link-card:nth-child(2n)::after {
	background: rgba(255, 200, 61, 0.08);
}

.tt-deals-v1__internal-link-card:nth-child(3n) {
	background:
		linear-gradient(145deg, rgba(88, 198, 58, 0.06), transparent 55%),
		#fff;
}

.tt-deals-v1__internal-link-card:nth-child(3n)::after {
	background: rgba(88, 198, 58, 0.07);
}

.tt-deals-v1__internal-link-marker {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 17px;
	place-items: center;
	border-radius: 12px;
	background: var(--tt-deals-dark);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.tt-deals-v1__internal-link-type {
	color: #007ca9;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.055em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tt-deals-v1__internal-link-card h3 {
	margin: 8px 0 0;
	color: var(--tt-deals-dark);
	font-size: 19px;
	line-height: 1.4;
}

.tt-deals-v1__internal-link-card p {
	margin: 10px 0 0;
	color: #5c7185;
	font-size: 13px;
	line-height: 1.65;
}

.tt-deals-v1__internal-link-action {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-top: auto;
	padding-top: 18px;
	color: #007ca9;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.3;
}

.tt-deals-v1__internal-link-card:hover {
	border-color: #9dddf4;
	box-shadow: 0 16px 34px rgba(17, 24, 39, 0.09);
	color: inherit;
	transform: translateY(-3px);
}

.tt-deals-v1__internal-link-card:hover::after {
	transform: scale(1.18);
}

.tt-deals-v1__internal-link-card:focus-visible {
	outline: 4px solid rgba(0, 174, 239, 0.24);
	outline-offset: 3px;
}

.tt-deals-v1__internal-links-footer {
	margin-top: 20px;
	padding-top: 17px;
	border-top: 1px solid #e4ebf0;
}

.tt-deals-v1__internal-links-footer p {
	margin: 0;
	color: #6b7d8f;
	font-size: 12px;
	line-height: 1.6;
	text-align: center;
}

.tt-deals-v1__internal-links[data-tt-section-ready="true"] {
	border-top: 4px solid var(--tt-deals-yellow);
}

.tt-deals-v1__seo {
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid #dfe8ee;
	border-radius: 20px;
	background:
		radial-gradient(circle at 96% 6%, rgba(0, 174, 239, 0.08), transparent 23%),
		linear-gradient(145deg, #fff, #fbfdfe);
}

.tt-deals-v1__seo-header {
	max-width: 920px;
	margin-bottom: 25px;
}

.tt-deals-v1__seo-header .tt-deals-v1__kicker {
	margin-bottom: 13px;
}

.tt-deals-v1__seo-header h2 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: clamp(30px, 4vw, 44px);
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.tt-deals-v1__seo-header > p {
	max-width: 820px;
	margin: 15px 0 0;
	color: #536b81;
	font-size: 16px;
	line-height: 1.75;
}

.tt-deals-v1__seo-introduction {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	padding: 24px;
	border: 1px solid #e0e9ee;
	border-radius: 16px;
	background: #fff;
}

.tt-deals-v1__seo-introduction p {
	margin: 0;
	color: #536a80;
	font-size: 15px;
	line-height: 1.8;
}

.tt-deals-v1__seo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 20px;
}

.tt-deals-v1__seo-card {
	min-width: 0;
	padding: 23px;
	border: 1px solid #e0e8ed;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 25px rgba(17, 24, 39, 0.045);
}

.tt-deals-v1__seo-card-number {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 17px;
	place-items: center;
	border-radius: 12px;
	background: #e9f9ff;
	color: #007ca9;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.tt-deals-v1__seo-card:nth-child(2)
	.tt-deals-v1__seo-card-number {
	background: #fff1f7;
	color: #ad2c68;
}

.tt-deals-v1__seo-card:nth-child(3)
	.tt-deals-v1__seo-card-number {
	background: #edfbea;
	color: #347d23;
}

.tt-deals-v1__seo-card h3 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: 19px;
	line-height: 1.4;
}

.tt-deals-v1__seo-card p {
	margin: 11px 0 0;
	color: #5b7085;
	font-size: 14px;
	line-height: 1.75;
}

.tt-deals-v1__seo-checklist {
	display: grid;
	grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.3fr);
	gap: 28px;
	align-items: center;
	margin-top: 20px;
	padding: 28px;
	border-radius: 17px;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 200, 61, 0.18), transparent 30%),
		var(--tt-deals-dark);
	box-shadow: 0 16px 36px rgba(17, 24, 39, 0.13);
	color: #fff;
}

.tt-deals-v1__seo-checklist-label {
	display: inline-flex;
	padding: 7px 10px;
	border-radius: 999px;
	background: rgba(0, 174, 239, 0.17);
	color: #8cddfa;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0.06em;
	line-height: 1.2;
	text-transform: uppercase;
}

.tt-deals-v1__seo-checklist h3 {
	margin: 16px 0 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.35;
}

.tt-deals-v1__seo-checklist p {
	margin: 11px 0 0;
	color: #b8c5d0;
	font-size: 13px;
	line-height: 1.65;
}

.tt-deals-v1__seo-checklist ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tt-deals-v1__seo-checklist li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin: 0;
	padding: 0;
	color: #e5edf4;
	font-size: 13px;
	line-height: 1.55;
}

.tt-deals-v1__seo-checklist li > span {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	background: var(--tt-deals-green);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.tt-deals-v1__seo-footer {
	margin-top: 20px;
	padding: 17px 20px;
	border: 1px solid #dfe8ee;
	border-radius: 12px;
	background: #fff;
}

.tt-deals-v1__seo-footer p {
	margin: 0;
	color: #5d7185;
	font-size: 13px;
	line-height: 1.65;
	text-align: center;
}

.tt-deals-v1__seo[data-tt-section-ready="true"] {
	border-top: 4px solid var(--tt-deals-cyan);
}

.tt-deals-v1__faq {
	padding: clamp(30px, 5vw, 52px);
	border: 1px solid #dfe8ee;
	border-radius: 20px;
	background:
		radial-gradient(circle at 96% 4%, rgba(255, 200, 61, 0.1), transparent 24%),
		#fff;
}

.tt-deals-v1__faq-header {
	max-width: 900px;
	margin-bottom: 25px;
}

.tt-deals-v1__faq-header .tt-deals-v1__kicker {
	margin-bottom: 13px;
}

.tt-deals-v1__faq-header h2 {
	margin: 0;
	color: var(--tt-deals-dark);
	font-size: clamp(30px, 4vw, 44px);
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.tt-deals-v1__faq-header > p {
	max-width: 780px;
	margin: 15px 0 0;
	color: #566d82;
	font-size: 16px;
	line-height: 1.7;
}

.tt-deals-v1__faq-list {
	display: grid;
	gap: 12px;
	max-width: 1040px;
}

.tt-deals-v1__faq-item {
	overflow: hidden;
	border: 1px solid #dfe8ed;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(17, 24, 39, 0.04);
}

.tt-deals-v1__faq-item[open] {
	border-color: #b9e4f4;
	box-shadow: 0 12px 28px rgba(17, 24, 39, 0.07);
}

.tt-deals-v1__faq-question {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 34px;
	gap: 16px;
	align-items: center;
	min-height: 68px;
	padding: 17px 20px;
	color: var(--tt-deals-dark);
	font-size: 16px;
	font-weight: 900;
	line-height: 1.45;
	list-style: none;
	cursor: pointer;
}

.tt-deals-v1__faq-question::-webkit-details-marker {
	display: none;
}

.tt-deals-v1__faq-question::marker {
	content: "";
}

.tt-deals-v1__faq-question:hover {
	background: #f8fcfe;
}

.tt-deals-v1__faq-question:focus-visible {
	outline: 4px solid rgba(0, 174, 239, 0.24);
	outline-offset: -4px;
}

.tt-deals-v1__faq-icon {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border-radius: 9px;
	background: #e9f9ff;
	color: #007ca9;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	transition: transform 180ms ease;
}

.tt-deals-v1__faq-item[open]
	.tt-deals-v1__faq-icon {
	background: var(--tt-deals-cyan);
	color: #fff;
	transform: rotate(45deg);
}

.tt-deals-v1__faq-answer {
	padding: 0 68px 21px 20px;
}

.tt-deals-v1__faq-answer p {
	margin: 0;
	color: #5b7185;
	font-size: 14px;
	line-height: 1.75;
}

.tt-deals-v1__faq-footer {
	max-width: 1040px;
	margin-top: 18px;
	padding: 14px 17px;
	border-radius: 11px;
	background: #f5f8fa;
}

.tt-deals-v1__faq-footer p {
	margin: 0;
	color: #687b8e;
	font-size: 12px;
	line-height: 1.6;
}

.tt-deals-v1__faq[data-tt-section-ready="true"] {
	border-top: 4px solid var(--tt-deals-yellow);
}

.tt-deals-v1__section-placeholder {
	display: grid;
	min-height: 88px;
	padding: 20px;
	place-items: center;
	border: 2px dashed #cddde8;
	border-radius: 14px;
	background: #fff;
	color: #496078;
	text-align: center;
}

.tt-deals-v1__section-placeholder span {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05em;
	line-height: 1.4;
	text-transform: uppercase;
}

.tt-deals-v1__section-placeholder--breadcrumbs {
	min-height: 64px;
}

.tt-deals-v1__section-placeholder--hero,
.tt-deals-v1__section-placeholder--seo {
	min-height: 180px;
}

.tt-deals-v1__section-placeholder--catalogue {
	min-height: 220px;
}

.tt-deals-v1__section-placeholder--faq {
	min-height: 140px;
}

.tt-deals-v1__section-placeholder[data-tt-section-ready="true"] {
	border-color: #b9d9e7;
	background: #fbfdfe;
}

@media (max-width: 1100px) {
	.tt-deals-v1__product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tt-deals-v1__benefits-layout {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__internal-links-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tt-deals-v1__seo-grid {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__seo-checklist {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 900px) {
	.tt-deals-v1__hero {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__hero-media,
	.tt-deals-v1__hero-fallback {
		width: min(100%, 680px);
	}

	.tt-deals-v1__highlights-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tt-deals-v1__controls-header {
		flex-direction: column;
	}

	.tt-deals-v1__controls-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tt-deals-v1__control--search {
		grid-column: 1 / -1;
	}

	.tt-deals-v1__catalogue-header {
		flex-direction: column;
	}

	.tt-deals-v1__internal-links-header {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.tt-deals-v1 {
		min-height: 320px;
		padding: 20px 14px 36px;
	}

	.tt-deals-v1__shell {
		min-height: 260px;
		padding: 16px;
		border-radius: 14px;
	}

	.tt-deals-v1__breadcrumbs {
		padding: 11px 13px;
	}

	.tt-deals-v1__breadcrumb-list {
		gap: 6px;
		font-size: 13px;
	}

	.tt-deals-v1__hero {
		grid-template-columns: 1fr;
		gap: 28px;
		min-height: auto;
		padding: 28px 20px;
		border-radius: 17px;
	}

	.tt-deals-v1__kicker {
		margin-bottom: 17px;
	}

	.tt-deals-v1__hero h1 {
		font-size: clamp(38px, 13vw, 54px);
	}

	.tt-deals-v1__hero-introduction {
		margin-top: 19px;
		font-size: 16px;
		line-height: 1.65;
	}

	.tt-deals-v1__hero-cta {
		width: 100%;
		margin-top: 24px;
	}

	.tt-deals-v1__hero-media,
	.tt-deals-v1__hero-fallback {
		border-radius: 15px;
	}

	.tt-deals-v1__highlights {
		padding: 26px 18px;
		border-radius: 16px;
	}

	.tt-deals-v1__highlights-grid {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__highlight-card {
		padding: 20px;
	}

	.tt-deals-v1__catalogue-controls {
		padding: 24px 16px;
		border-radius: 16px;
	}

	.tt-deals-v1__controls-grid {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__control--search {
		grid-column: auto;
	}

	.tt-deals-v1__controls-secondary {
		align-items: stretch;
	}

	.tt-deals-v1__stock-control {
		width: 100%;
	}

	.tt-deals-v1__view-controls {
		flex: 0 0 auto;
	}

	.tt-deals-v1__controls-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		width: 100%;
	}

	.tt-deals-v1__catalogue {
		padding: 24px 16px;
		border-radius: 16px;
	}

	.tt-deals-v1__product-grid {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__product-grid[data-tt-catalogue-view="list"]
		.tt-deals-v1__product-card {
		display: flex;
		height: 100%;
		flex-direction: column;
	}

	.tt-deals-v1__product-grid[data-tt-catalogue-view="list"]
		.tt-deals-v1__product-media {
		height: auto;
		aspect-ratio: 4 / 3;
		border-right: 0;
		border-bottom: 1px solid #e2e9ee;
	}

	.tt-deals-v1__product-grid[data-tt-catalogue-view="list"]
		.tt-deals-v1__product-content {
		min-height: 0;
		padding: 20px 20px 84px;
	}

	.tt-deals-v1__product-grid[data-tt-catalogue-view="list"]
		.tt-deals-v1__product-action {
		position: absolute;
		right: 20px;
		bottom: 20px;
		left: 20px;
		width: auto;
		margin: 0;
	}

	.tt-deals-v1__product-media-label {
		width: 108px;
	}

	.tt-deals-v1__benefits {
		padding: 24px 16px;
		border-radius: 16px;
	}

	.tt-deals-v1__benefits-grid {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__benefit-card {
		padding: 19px;
	}

	.tt-deals-v1__order-checklist {
		padding: 22px 19px;
		border-radius: 15px;
	}

	.tt-deals-v1__internal-links {
		padding: 24px 16px;
		border-radius: 16px;
	}

	.tt-deals-v1__internal-links-grid {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__internal-link-card {
		min-height: 220px;
		padding: 20px;
	}

	.tt-deals-v1__seo {
		padding: 25px 16px;
		border-radius: 16px;
	}

	.tt-deals-v1__seo-introduction {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.tt-deals-v1__seo-card {
		padding: 20px;
	}

	.tt-deals-v1__seo-checklist {
		gap: 22px;
		padding: 23px 19px;
		border-radius: 15px;
	}

	.tt-deals-v1__seo-checklist ul {
		grid-template-columns: 1fr;
	}

	.tt-deals-v1__faq {
		padding: 25px 16px;
		border-radius: 16px;
	}

	.tt-deals-v1__faq-question {
		grid-template-columns: minmax(0, 1fr) 32px;
		padding: 16px;
		font-size: 15px;
	}

	.tt-deals-v1__faq-answer {
		padding: 0 56px 19px 16px;
	}

	.tt-deals-v1__section-placeholder {
		min-height: 72px;
		padding: 16px;
	}

	.tt-deals-v1__section-placeholder--hero,
	.tt-deals-v1__section-placeholder--seo {
		min-height: 130px;
	}

	.tt-deals-v1__section-placeholder--catalogue {
		min-height: 160px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tt-deals-v1 *,
	.tt-deals-v1 *::before,
	.tt-deals-v1 *::after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
