.deals-page {
	background: transparent;
}

.deals-hero {
	max-width: 760px;
	margin-bottom: 30px;
}

.deals-hero .eyebrow {
	color: #6d6d6d;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.16em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.deals-hero h2 {
	color: #1f1f1f;
	font-size: 2.4rem;
	line-height: 1.1;
	margin-bottom: 14px;
}

.deals-hero .lede {
	color: #555;
	font-size: 1.05rem;
	max-width: 620px;
}

.deals-toolbar {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 28px;
	padding: 0;
}

.deals-search {
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
}

.deals-search .form-control {
	background: #f1f1f1;
	border: 0;
	border-radius: 40px;
	color: #949494;
	font-size: 14px;
	min-height: 50px;
	padding: 10px 24px;
}

.deals-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.deal-chip {
	background: #f1f1f1;
	border: 0;
	border-radius: 999px;
	color: #747474;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 16px;
	transition: all 0.2s ease;
}

.deal-chip.active,
.deal-chip:hover {
	background: #f1f1f1;
	color: #0073da;
}

.deals-layout {
	display: grid;
	grid-template-columns: 232px minmax(0, 1fr);
	gap: 20px;
}

.filter-card {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	position: sticky;
	top: 120px;
}

.filter-card h6 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}

.filter-card label {
	color: #000;
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.filter-card .widget {
	margin-bottom: 20px;
}

.filter-card .form-control {
	border: 1px solid #000;
	border-radius: 40px;
	color: #949494;
	font-size: 14px;
	min-height: 50px;
	padding: 10px 24px;
}

.filter-card .form-control:focus {
	border-color: #000;
	box-shadow: none;
	outline: none;
}

.filter-card .filter-reset {
	margin-top: 15px;
}

.filter-card .filter-reset a:first-child {
	border-bottom: solid 1px;
	color: #00ba6c !important;
	font-size: 14px;
	margin-right: 10px;
}

.filter-card .filter-reset a:last-child {
	border-bottom: solid 1px;
	color: #cd4330 !important;
	font-size: 14px;
}

.results-head {
	align-items: end;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.results-head h4 {
	margin-bottom: 2px;
}

.results-head p,
.active-filter {
	color: #000;
	font-size: 14px;
	margin-bottom: 0;
}

.active-filter-summary {
	margin-top: 4px;
}

.deals-grid {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
}

.deal-card {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #eadfcd;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.coupon-block {
	align-items: center;
	background: transparent;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
	padding: 8px 10px;
}

.coupon-block span {
	color: #000;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.coupon-block strong {
	color: #252525;
	font-size: 0.95rem;
	letter-spacing: 0.08em;
}

.deal-meta-row {
	align-items: center;
	border-top: 1px solid #e1e1e1;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
	padding-top: 10px;
}

.deal-store {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}

.deal-cashback-text {
	color: #00ba6c !important;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.1;
}

.deal-category {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 6px;
}

.deal-action-copy {
	border-radius: 10px;
	font-weight: 700;
	padding: 6px 12px;
}

.deal-row {
	align-items: flex-start;
	display: flex !important;
	flex-wrap: nowrap;
	margin-bottom: 0 !important;
}

.deal-row li:first-child {
	flex: 1 1 auto !important;
	max-width: none !important;
}

.deal-row li:nth-child(2) {
	flex: 0 0 auto !important;
	max-width: none !important;
	width: auto !important;
}

.deal-row li:nth-child(2) {
	margin-left: 18px;
}

.deal-row li:nth-child(2) .pro-list {
	border-bottom: none !important;
}

.deal-from {
	color: #000;
	font-weight: 400;
}

.deal-benefit {
	color: #00ba6c;
	font-weight: 500;
}

.deal-link-icon {
	color: #00ba6c;
	font-size: 0.8rem;
	margin-left: 8px;
	vertical-align: middle;
}

.deal-actions-inline {
	align-items: center;
	display: flex;
	gap: 14px;
	padding: 6px 0 10px;
}

.deal-details-toggle,
.share-earn-link {
	background: transparent;
	border: 0;
	color: #00ba6c;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}

.share-earn-link {
	align-self: auto;
	margin-top: 0;
	margin-left: 0;
}

.deal-details-panel {
	padding: 8px 0 0;
}

.deal-coupon-panel {
	padding: 8px 0 0;
}

.deal-store-overview {
	padding: 20px 10px 10px;
}

.deal-store-overview .logo {
	margin-bottom: 10px;
	max-width: 120px;
}

.deal-store-overview h5 {
	color: #00910E;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 12px;
}

.deal-store-overview h5 span {
	color: #00910E;
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.deal-store-overview .deal-store {
	font-size: 18px;
	font-weight: 600;
}

.deal-store-details {
	padding: 20px 24px !important;
}

.deal-details-layout {
	border-bottom: none !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.deals-empty {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 24px;
	padding: 40px 24px;
	text-align: center;
}

.deals-loading {
	padding: 30px 0;
}

.deals-autoload p {
	color: #000;
	font-size: 0.88rem;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.deals-layout {
		grid-template-columns: 1fr;
	}

	.filter-card {
		position: static;
	}
}

@media (max-width: 767px) {
	.deals-hero h2 {
		font-size: 1.9rem;
	}

	.deals-search {
		flex-direction: column;
	}

	.results-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.deal-topline {
		align-items: flex-start;
		gap: 6px;
	}

	.deal-row {
		flex-wrap: wrap;
	}

	.deal-row li:first-child,
	.deal-row li:nth-child(2) {
		flex: 0 0 100% !important;
		margin-left: 0;
	}

	.deal-actions-inline {
		flex-wrap: wrap;
	}

	.deal-action-copy,
	.deal-details-toggle,
	.share-earn-link {
		text-align: center;
	}
}
