/* Special offers catalogue */
.offers-page {
	background: #f6f7f4;
}

.offers-hero {
	position: relative;
	overflow: hidden;
	padding: 67px 0;
	background: linear-gradient(118deg, #1d2527 0%, #293335 62%, #162022 100%);
	color: #fff;
}

.offers-hero::after {
	position: absolute;
	right: -95px;
	bottom: -220px;
	width: 520px;
	height: 520px;
	border: 88px solid rgba(237, 100, 29, 0.08);
	border-radius: 50%;
	content: "";
}

.offers-hero__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(300px, 0.65fr);
	gap: 78px;
	align-items: center;
}

.offers-hero h1 {
	max-width: 820px;
	margin: 16px 0 18px;
	font-size: 50px;
	line-height: 1.06;
	letter-spacing: -2px;
}

.offers-hero h1 + p {
	max-width: 700px;
	margin: 0;
	color: #cbd2d0;
	font-size: 16px;
	line-height: 1.65;
}

.offers-hero__pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-top: 27px;
	color: #f0f3f1;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: 0.45px;
	text-transform: uppercase;
}

.offers-hero__pills span {
	display: flex;
	gap: 7px;
	align-items: center;
}

.offers-hero__pills .tw-icon {
	width: 16px;
	height: 16px;
	color: #7fbd8a;
}

.offers-hero aside {
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-left: 4px solid var(--orange);
	border-radius: 7px;
	background: linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025));
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.16);
}

.offers-hero aside > strong,
.offers-hero aside > p {
	display: block;
}

.offers-hero aside > strong {
	margin-top: 14px;
	font-size: 17px;
}

.offers-hero aside > p {
	margin: 8px 0 0;
	color: #c6cdcb;
	font-size: 12px;
	line-height: 1.6;
}

.offers-hero__badge {
	display: inline-flex;
	gap: 7px;
	align-items: center;
	padding: 6px 10px 6px 6px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.1);
	color: #ff9a61;
	font-size: 9px;
	font-weight: 850;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.offers-hero__badge b {
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border-radius: 50%;
	background: var(--orange);
	color: #fff;
	font-size: 13px;
}

.offers-content {
	min-height: 520px;
	padding: 72px 0 96px;
	background: radial-gradient(circle at 90% 5%, rgba(237, 100, 29, 0.07), transparent 25%), linear-gradient(155deg, #fff 0%, #f5f4ef 100%);
}

.offers-heading {
	display: flex;
	gap: 35px;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 34px;
}

.offers-heading h2 {
	margin: 11px 0 9px;
	font-size: 37px;
	line-height: 1.12;
	letter-spacing: -1.2px;
}

.offers-heading p {
	max-width: 680px;
	margin: 0;
	color: #687274;
	font-size: 13px;
	line-height: 1.65;
}

.offers-heading > a {
	display: flex;
	flex: 0 0 auto;
	gap: 8px;
	align-items: center;
	padding-bottom: 4px;
	color: var(--orange-dark);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.offers-heading > a .tw-icon {
	width: 16px;
}

.tw-offers-products ul.products {
	margin: 0;
}

.tw-offers-products ul.products li.product {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	box-shadow: 0 9px 25px rgba(22, 31, 33, 0.06);
	transition: transform 0.18s, box-shadow 0.18s;
}

.tw-offers-products ul.products li.product:hover {
	transform: translateY(-2px);
	box-shadow: 0 13px 30px rgba(22, 31, 33, 0.1);
}

.tw-offers-products .onsale {
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	min-width: auto !important;
	min-height: auto !important;
	padding: 8px 10px !important;
	border-radius: 4px !important;
	background: linear-gradient(145deg, #f47b36, #d95311) !important;
	font-size: 10px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	letter-spacing: 0.55px;
	text-transform: uppercase;
	box-shadow: 0 5px 13px rgba(130, 42, 4, 0.25);
}

.tw-offers-products del {
	color: #8b9393;
	font-size: 12px;
}

.tw-offers-products ins {
	color: var(--orange-dark);
	font-weight: 850;
	text-decoration: none;
}

.offers-pagination {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin-top: 42px;
}

.offers-pagination .page-numbers {
	display: grid;
	min-width: 40px;
	height: 40px;
	place-items: center;
	padding: 0 12px;
	border: 1px solid #d8ddda;
	border-radius: 4px;
	background: #fff;
	color: #566062;
	font-size: 11px;
	font-weight: 800;
}

.offers-pagination .page-numbers.current,
.offers-pagination .page-numbers:hover {
	border-color: var(--orange);
	background: var(--orange);
	color: #fff;
}

.offers-empty {
	max-width: 720px;
	margin: 0 auto;
	padding: 52px 35px;
	border: 1px solid #d8ddda;
	border-radius: 10px;
	background: linear-gradient(145deg, #fff 0%, #fcfdfb 75%, #fff5ef 145%);
	box-shadow: 0 16px 45px rgba(22, 31, 33, 0.09);
	text-align: center;
}

.offers-empty > span {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	margin: 0 auto 19px;
	border-radius: 50%;
	background: linear-gradient(145deg, #f47b36, #d95311);
	color: #fff;
	font-size: 25px;
	font-weight: 900;
	box-shadow: 0 8px 19px rgba(190, 61, 5, 0.23);
}

.offers-empty h2 {
	margin: 0 0 9px;
	font-size: 30px;
}

.offers-empty p {
	max-width: 510px;
	margin: 0 auto 24px;
	color: #687274;
	font-size: 13px;
	line-height: 1.65;
}

@media (max-width: 1000px) {
	.offers-hero__inner {
		grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
		gap: 38px;
	}
}

@media (max-width: 720px) {
	.offers-hero {
		padding: 49px 0;
	}

	.offers-hero__inner {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.offers-hero h1 {
		font-size: 37px;
		letter-spacing: -1.4px;
	}

	.offers-hero h1 + p {
		font-size: 14px;
	}

	.offers-hero__pills {
		gap: 9px 15px;
		font-size: 9px;
	}

	.offers-content {
		padding: 48px 0 68px;
	}

	.offers-heading {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 26px;
	}

	.offers-heading h2 {
		font-size: 30px;
	}

	.offers-heading > a {
		padding: 0;
	}

	.offers-empty {
		padding: 39px 23px;
	}
}

@media (max-width: 430px) {
	.offers-hero__pills span {
		width: 100%;
	}
}
