:root {
	--dd-ink: #142235;
	--dd-blue: #0f5faf;
	--dd-orange: #f35b2c;
	--dd-green: #1c8c57;
	--dd-canvas: #f5f7fb;
	--dd-surface: #ffffff;
	--dd-border: #dfe6ef;
	--dd-muted: #64748b;
	--dd-shadow: 0 18px 45px rgba(20, 34, 53, 0.08);
}

#header.header-builder {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid rgba(20, 34, 53, 0.08);
	box-shadow: 0 10px 24px rgba(20, 34, 53, 0.05);
}

#header .porto-block[data-id="153319"] > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

#header .porto-block[data-id="153319"] .vc_row.wpb_row.top-row.custom-header-top,
#header .porto-block[data-id="153319"] .vc_row.wpb_row.top-row.header-main {
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1240px;
	padding-left: 22px !important;
	padding-right: 22px !important;
}

#header .porto-block[data-id="153319"] .custom-header-top {
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	border-bottom-color: rgba(20, 34, 53, 0.08) !important;
	background: linear-gradient(180deg, rgba(246, 248, 251, 0.88) 0%, rgba(255, 255, 255, 0.94) 100%);
}

#header .porto-block[data-id="153319"] .custom-header-top .row,
#header .porto-block[data-id="153319"] .header-main .row {
	align-items: center;
}

#header .porto-block[data-id="153319"] .custom-header-top .vc_column-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

#header .porto-block[data-id="153319"] .custom-header-top .porto-sicon-box-link,
#header .porto-block[data-id="153319"] .custom-header-top .my-account,
#header .porto-block[data-id="153319"] .custom-header-top #mini-cart {
	flex-shrink: 0;
}

#header .porto-block[data-id="153319"] .custom-header-top .porto-sicon-box {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

#header .porto-block[data-id="153319"] .custom-header-top .porto-sicon-default .porto-icon,
#header .porto-block[data-id="153319"] .custom-header-top .porto-sicon-default .porto-just-icon-wrapper {
	color: var(--dd-blue);
}

#header .porto-block[data-id="153319"] .custom-header-top .porto-sicon-title,
#header .porto-block[data-id="153319"] .custom-header-top .porto-sicon-header h3 {
	font-size: 0.95rem !important;
	font-weight: 600 !important;
	color: var(--dd-ink) !important;
	letter-spacing: -0.02em;
}

#header .porto-block[data-id="153319"] .custom-header-top .separator {
	opacity: 0.45;
	margin-left: 4px !important;
	margin-right: 4px !important;
}

#header .porto-block[data-id="153319"] .custom-header-top .vc_custom_heading {
	display: none !important;
}

#header .porto-block[data-id="153319"] .custom-header-top .my-account,
#header .porto-block[data-id="153319"] .custom-header-top #mini-cart .cart-head {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 14px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(20, 34, 53, 0.1);
	box-shadow: 0 8px 20px rgba(20, 34, 53, 0.06);
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
	color: var(--dd-ink) !important;
	text-decoration: none;
}

#header .porto-block[data-id="153319"] .custom-header-top .my-account:hover,
#header .porto-block[data-id="153319"] .custom-header-top #mini-cart:hover .cart-head {
	border-color: rgba(15, 95, 175, 0.25);
	box-shadow: 0 14px 26px rgba(20, 34, 53, 0.1);
	transform: translateY(-1px);
}

#header .porto-block[data-id="153319"] .custom-header-top .my-account {
	font-size: 1.15rem !important;
	padding: 0 16px;
	margin-right: 10px !important;
}

#header .porto-block[data-id="153319"] .custom-header-top #mini-cart .cart-head {
	gap: 10px;
	font-size: 0.94rem;
	padding-right: 16px;
	padding-left: 16px;
}

#header .porto-block[data-id="153319"] .custom-header-top #mini-cart .cart-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(15, 95, 175, 0.1);
	color: var(--dd-blue);
}

#header .porto-block[data-id="153319"] .custom-header-top #mini-cart .cart-items {
	top: -6px;
	right: -9px;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border: 2px solid #fff;
	background: var(--dd-orange);
	font-size: 0.68rem;
	line-height: 14px;
}

#header .porto-block[data-id="153319"] .custom-header-top #mini-cart .cart-items-text {
	font-size: 0.84rem;
	font-weight: 600;
	color: var(--dd-ink);
}

#header .porto-block[data-id="153319"] .header-main {
	padding-top: 16px !important;
	padding-bottom: 16px !important;
	background: rgba(255, 255, 255, 0.98);
}

#header .porto-block[data-id="153319"] .header-main .vc_column-inner {
	display: flex;
	align-items: center;
	gap: 18px;
	min-height: 72px;
}

#header .porto-block[data-id="153319"] .header-main .mobile-toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 16px;
	background: rgba(15, 95, 175, 0.08) !important;
	border: 1px solid rgba(15, 95, 175, 0.12);
	color: var(--dd-blue) !important;
	box-shadow: none;
	transition: background-color 0.18s ease, transform 0.18s ease;
}

#header .porto-block[data-id="153319"] .header-main .mobile-toggle:hover,
#header .porto-block[data-id="153319"] .header-main .mobile-toggle:focus {
	background: rgba(15, 95, 175, 0.14) !important;
	transform: translateY(-1px);
}

#header .porto-block[data-id="153319"] .header-main .logo {
	margin-right: auto !important;
	padding-right: 16px;
}

#header .porto-block[data-id="153319"] .header-main .logo img {
	max-height: 52px;
	width: auto;
}

#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-header-"],
#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-"] {
	display: block;
	text-align: right;
}

#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-header-"] {
	font-size: 0.78rem !important;
	font-weight: 700 !important;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--dd-orange) !important;
}

#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-"] {
	font-size: 1.5rem !important;
	font-weight: 800 !important;
	letter-spacing: 0.06em !important;
	color: var(--dd-ink) !important;
	line-height: 1.05;
	white-space: nowrap;
}

#header .porto-block[data-id="153319"] .header-main .wpb_text_column,
#header .porto-block[data-id="153319"] .header-main .wpb_text_column .wpb_wrapper,
#header .porto-block[data-id="153319"] .header-main .vc_column_text,
#header .porto-block[data-id="153319"] .header-main .vc_column_text .wpb_wrapper {
	margin: 0;
	padding: 0;
}

#header .porto-block[data-id="153319"] .header-main .vc_column_text {
	margin-left: auto;
	padding: 12px 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #fff8f3 0%, #fff0e7 100%);
	border: 1px solid rgba(243, 91, 44, 0.16);
	box-shadow: 0 10px 24px rgba(243, 91, 44, 0.08);
}

@media (max-width: 1199px) {
	#header .porto-block[data-id="153319"] .vc_row.wpb_row.top-row.custom-header-top,
	#header .porto-block[data-id="153319"] .vc_row.wpb_row.top-row.header-main {
		max-width: none;
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	#header .porto-block[data-id="153319"] .custom-header-top .porto-sicon-title,
	#header .porto-block[data-id="153319"] .custom-header-top .porto-sicon-header h3 {
		font-size: 0.88rem !important;
	}

	#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-"] {
		font-size: 1.28rem !important;
	}
}

@media (max-width: 991px) {
	#header.header-builder {
		backdrop-filter: none;
	}

	#header .porto-block[data-id="153319"] .custom-header-top {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	#header .porto-block[data-id="153319"] .custom-header-top .row {
		justify-content: space-between;
	}

	#header .porto-block[data-id="153319"] .custom-header-top .vc_column_container.flex-auto {
		display: none;
	}

	#header .porto-block[data-id="153319"] .custom-header-top .vc_column_container.flex-1 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#header .porto-block[data-id="153319"] .custom-header-top .vc_column_container.flex-1 .vc_column-inner {
		justify-content: flex-end;
	}

	#header .porto-block[data-id="153319"] .custom-header-top .separator {
		display: none !important;
	}

	#header .porto-block[data-id="153319"] .custom-header-top .my-account,
	#header .porto-block[data-id="153319"] .custom-header-top #mini-cart .cart-head {
		min-height: 42px;
	}

	#header .porto-block[data-id="153319"] .custom-header-top #mini-cart .cart-items-text {
		display: none;
	}

	#header .porto-block[data-id="153319"] .header-main {
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}

	#header .porto-block[data-id="153319"] .header-main .vc_column-inner {
		flex-wrap: wrap;
		gap: 12px;
		min-height: auto;
	}

	#header .porto-block[data-id="153319"] .header-main .logo {
		order: 2;
		flex: 1 1 auto;
		padding-right: 0;
	}

	#header .porto-block[data-id="153319"] .header-main .mobile-toggle {
		order: 1;
	}

	#header .porto-block[data-id="153319"] .header-main .vc_column_text {
		order: 3;
		flex: 0 0 100%;
		width: 100%;
		margin-left: 0;
		padding: 10px 14px;
		text-align: center;
	}

	#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-header-"],
	#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-"] {
		text-align: center;
	}

	#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-header-"] {
		font-size: 0.72rem !important;
	}

	#header .porto-block[data-id="153319"] .header-main [id^="dailydeals-timer-"] {
		font-size: 1.18rem !important;
		letter-spacing: 0.04em !important;
	}

	#header .porto-block[data-id="153319"] .header-main .logo img {
		max-height: 44px;
	}
}

@media (max-width: 575px) {
	#header .porto-block[data-id="153319"] .vc_row.wpb_row.top-row.custom-header-top,
	#header .porto-block[data-id="153319"] .vc_row.wpb_row.top-row.header-main {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	#header .porto-block[data-id="153319"] .custom-header-top .my-account,
	#header .porto-block[data-id="153319"] .custom-header-top #mini-cart .cart-head {
		padding-left: 12px;
		padding-right: 12px;
	}

	#header .porto-block[data-id="153319"] .header-main .mobile-toggle {
		width: 44px;
		height: 44px;
		border-radius: 14px;
	}

	#header .porto-block[data-id="153319"] .header-main .logo img {
		max-height: 38px;
	}
}

.dailydeals-home-redesign {
	background: linear-gradient(180deg, #f7f9fc 0%, #ffffff 30%, #f8fafc 100%);
}

.dailydeals-home-redesign .page-content,
.dailydeals-home-redesign .main-content {
	background: transparent;
}

.dailydeals-home-redesign .dd-home-shell {
	padding: 24px 0 56px;
}

.dailydeals-home-redesign .dd-home-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	color: inherit;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.dailydeals-home-redesign .dd-home-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.95fr);
	gap: 24px;
	margin-bottom: 24px;
	align-items: stretch;
}

.dailydeals-home-redesign .dd-home-hero-main {
	padding: 38px;
	border-radius: 30px;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 36%),
		linear-gradient(135deg, #142235 0%, #1a3660 48%, #0f5faf 100%);
	box-shadow: var(--dd-shadow);
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

.dailydeals-home-redesign .dd-home-hero-main::after {
	content: "";
	position: absolute;
	inset: auto -8% -28% auto;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	filter: blur(8px);
	pointer-events: none;
}

.dailydeals-home-redesign .dd-home-hero-main h1 {
	margin: 18px 0 14px;
	color: #ffffff;
	font-size: clamp(2rem, 4.2vw, 3.45rem);
	line-height: 1.04;
	letter-spacing: -0.04em;
	max-width: 12ch;
	text-wrap: balance;
}

.dailydeals-home-redesign .dd-home-hero-main p {
	max-width: 60ch;
	margin-bottom: 24px;
	font-size: 1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.86);
}

.dailydeals-home-redesign .dd-home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	align-items: center;
	margin-bottom: 28px;
}

.dailydeals-home-redesign .dd-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.dailydeals-home-redesign .dd-home-button:hover,
.dailydeals-home-redesign .dd-home-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 14px 24px rgba(20, 34, 53, 0.16);
	text-decoration: none;
}

.dailydeals-home-redesign .dd-home-button-primary {
	background: #ffffff;
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-button-secondary {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #ffffff;
}

.dailydeals-home-redesign .dd-home-link {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.dailydeals-home-redesign .dd-home-metrics {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	position: relative;
	z-index: 1;
}

.dailydeals-home-redesign .dd-home-metric {
	padding: 16px 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
}

.dailydeals-home-redesign .dd-home-metric strong {
	display: block;
	margin-bottom: 4px;
	font-size: 0.95rem;
	color: #ffffff;
}

.dailydeals-home-redesign .dd-home-metric span {
	display: block;
	font-size: 0.82rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.76);
}

.dailydeals-home-redesign .dd-home-hero-side {
	display: grid;
	gap: 16px;
}

.dailydeals-home-redesign .dd-home-timer-card,
.dailydeals-home-redesign .dd-home-promo-tile,
.dailydeals-home-redesign .dd-home-trust-card,
.dailydeals-home-redesign .dd-home-shortcut-card,
.dailydeals-home-redesign .dd-home-section {
	background: var(--dd-surface);
	border: 1px solid var(--dd-border);
	box-shadow: var(--dd-shadow);
}

.dailydeals-home-redesign .dd-home-timer-card {
	padding: 24px;
	border-radius: 28px;
	color: var(--dd-ink);
	min-height: 220px;
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.dailydeals-home-redesign .dd-home-timer-card h2 {
	margin: 0 0 8px;
	color: var(--dd-ink);
	font-size: 1.45rem;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.dailydeals-home-redesign .dd-home-timer-card p {
	margin-bottom: 18px;
	color: var(--dd-muted);
	line-height: 1.65;
}

.dailydeals-home-redesign .dd-home-timer-wrap {
	display: flex;
	justify-content: center;
	padding: 4px 0 0;
}

.dailydeals-home-redesign .dd-home-timer-wrap [id^="dailydeals-timer-header-"],
.dailydeals-home-redesign .dd-home-timer-wrap [id^="dailydeals-timer-"] {
	color: var(--dd-ink) !important;
	font-weight: 700;
	text-align: center;
}

.dailydeals-home-redesign .dd-home-promo-grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dailydeals-home-redesign .dd-home-promo-tile {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 148px;
	padding: 18px;
	border-radius: 24px;
	text-decoration: none;
	transition: transform 0.18s ease, box-shadow 0.18s ease;
	color: var(--dd-ink);
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.dailydeals-home-redesign .dd-home-promo-tile:hover,
.dailydeals-home-redesign .dd-home-promo-tile:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(20, 34, 53, 0.12);
	text-decoration: none;
}

.dailydeals-home-redesign .dd-home-promo-tile-1 {
	background: linear-gradient(180deg, #fff8f3 0%, #fff1e6 100%);
}

.dailydeals-home-redesign .dd-home-promo-tile-2 {
	background: linear-gradient(180deg, #f4f9ff 0%, #ebf3ff 100%);
}

.dailydeals-home-redesign .dd-home-promo-tile-3 {
	background: linear-gradient(180deg, #f6fbf8 0%, #edf8f2 100%);
}

.dailydeals-home-redesign .dd-home-promo-label {
	font-size: 0.82rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--dd-blue);
}

.dailydeals-home-redesign .dd-home-promo-tile strong {
	margin: 10px 0 8px;
	font-size: 1.08rem;
	line-height: 1.2;
	letter-spacing: -0.03em;
}

.dailydeals-home-redesign .dd-home-promo-tile span:last-child {
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--dd-muted);
}

.dailydeals-home-redesign .dd-home-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 24px;
}

.dailydeals-home-redesign .dd-home-trust-card {
	padding: 18px 20px;
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.9);
}

.dailydeals-home-redesign .dd-home-trust-card strong {
	display: block;
	margin-bottom: 5px;
	font-size: 0.98rem;
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-trust-card span {
	display: block;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--dd-muted);
}

.dailydeals-home-redesign .dd-home-shortcuts {
	padding: 26px;
	margin-bottom: 32px;
	border-radius: 28px;
	background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
	border: 1px solid var(--dd-border);
	box-shadow: var(--dd-shadow);
}

.dailydeals-home-redesign .dd-home-shortcuts-head {
	margin-bottom: 18px;
}

.dailydeals-home-redesign .dd-home-shortcuts-head .dd-home-kicker {
	background: rgba(20, 34, 53, 0.06);
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-shortcuts-head h2 {
	margin: 12px 0 0;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
	max-width: 15ch;
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-shortcuts-head p {
	margin: 12px 0 0;
	max-width: 62ch;
	font-size: 0.98rem;
	line-height: 1.7;
	color: var(--dd-muted);
}

.dailydeals-home-redesign .dd-home-shortcuts-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
}

.dailydeals-home-redesign .dd-home-shortcut-card {
	display: grid;
	gap: 10px;
	padding: 22px;
	border-radius: 24px;
	text-decoration: none;
	transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
	background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
	border: 1px solid rgba(20, 34, 53, 0.08);
	box-shadow: 0 10px 24px rgba(20, 34, 53, 0.06);
	min-height: 214px;
	align-content: start;
}

.dailydeals-home-redesign .dd-home-shortcut-card:hover,
.dailydeals-home-redesign .dd-home-shortcut-card:focus {
	transform: translateY(-2px);
	border-color: rgba(15, 95, 175, 0.3);
	box-shadow: 0 18px 30px rgba(20, 34, 53, 0.1);
	text-decoration: none;
}

.dailydeals-home-redesign .dd-home-shortcut-card:nth-child(1) {
	background: linear-gradient(180deg, #fffaf2 0%, #fff1e0 100%);
}

.dailydeals-home-redesign .dd-home-shortcut-card:nth-child(2) {
	background: linear-gradient(180deg, #f4fbff 0%, #eaf6ff 100%);
}

.dailydeals-home-redesign .dd-home-shortcut-card:nth-child(3) {
	background: linear-gradient(180deg, #f8fbf7 0%, #eef8f0 100%);
}

.dailydeals-home-redesign .dd-home-shortcut-card:nth-child(4) {
	background: linear-gradient(180deg, #fff8fb 0%, #fff0f6 100%);
}

.dailydeals-home-redesign .dd-home-shortcut-card:nth-child(5) {
	background: linear-gradient(180deg, #f8f8ff 0%, #efefff 100%);
}

.dailydeals-home-redesign .dd-home-shortcut-card:nth-child(6) {
	background: linear-gradient(180deg, #f7fbff 0%, #eef5fb 100%);
}

.dailydeals-home-redesign .dd-home-shortcut-eyebrow {
	font-size: 0.76rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--dd-blue);
}

.dailydeals-home-redesign .dd-home-shortcut-name {
	font-size: 1rem;
	font-weight: 800;
	color: var(--dd-ink);
	line-height: 1.15;
	font-size: 1.24rem;
	letter-spacing: -0.03em;
}

.dailydeals-home-redesign .dd-home-shortcut-copy {
	font-size: 0.92rem;
	color: var(--dd-muted);
	line-height: 1.6;
}

.dailydeals-home-redesign .dd-home-shortcut-cta {
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-shortcut-cta::after {
	content: ">";
	margin-left: 8px;
	color: var(--dd-orange);
}

.dailydeals-home-redesign .dd-home-catalog {
	display: grid;
	gap: 30px;
}

.dailydeals-home-redesign .dd-home-feature-shelf {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.9fr);
	gap: 18px;
	margin-bottom: 14px;
}

.dailydeals-home-redesign .dd-home-feature-main,
.dailydeals-home-redesign .dd-home-feature-side-card {
	display: grid;
	gap: 12px;
	padding: 28px;
	border-radius: 28px;
	border: 1px solid rgba(20, 34, 53, 0.08);
	box-shadow: var(--dd-shadow);
	text-decoration: none;
}

.dailydeals-home-redesign .dd-home-feature-main {
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 35%),
		linear-gradient(135deg, #142235 0%, #19375d 46%, #0f5faf 100%);
	color: #ffffff;
}

.dailydeals-home-redesign .dd-home-feature-main h2 {
	margin: 0;
	max-width: 16ch;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	line-height: 1.05;
	letter-spacing: -0.04em;
	color: #ffffff;
}

.dailydeals-home-redesign .dd-home-feature-main p {
	max-width: 58ch;
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.82);
}

.dailydeals-home-redesign .dd-home-feature-main .dd-home-kicker {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.dailydeals-home-redesign .dd-home-feature-side {
	display: grid;
	gap: 18px;
}

.dailydeals-home-redesign .dd-home-feature-side-card {
	background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
	color: var(--dd-ink);
	transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dailydeals-home-redesign .dd-home-feature-side-card:hover,
.dailydeals-home-redesign .dd-home-feature-side-card:focus {
	transform: translateY(-2px);
	box-shadow: 0 18px 30px rgba(20, 34, 53, 0.1);
	text-decoration: none;
}

.dailydeals-home-redesign .dd-home-feature-side-card-policy {
	background: linear-gradient(180deg, #fff7f2 0%, #fff1e6 100%);
}

.dailydeals-home-redesign .dd-home-feature-side-card-contact {
	background: linear-gradient(180deg, #f4fbff 0%, #eaf6ff 100%);
}

.dailydeals-home-redesign .dd-home-feature-side-card strong {
	font-size: 1.18rem;
	line-height: 1.18;
	letter-spacing: -0.03em;
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-feature-side-card span:last-child:not(.dd-home-feature-link) {
	font-size: 0.94rem;
	line-height: 1.65;
	color: var(--dd-muted);
}

.dailydeals-home-redesign .dd-home-feature-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	min-height: 46px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.16);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
}

.dailydeals-home-redesign .dd-home-feature-side-card .dd-home-feature-link {
	background: rgba(20, 34, 53, 0.06);
	border-color: rgba(20, 34, 53, 0.08);
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-section {
	padding: 30px;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
}

.dailydeals-home-redesign .dd-home-section-2 {
	background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.dailydeals-home-redesign .dd-home-section-3 {
	background: linear-gradient(180deg, #fffdf9 0%, #ffffff 100%);
}

.dailydeals-home-redesign .dd-home-section-4 {
	background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.dailydeals-home-redesign .dd-home-section-head {
	max-width: 720px;
	margin-bottom: 22px;
	position: relative;
}

.dailydeals-home-redesign .dd-home-section-head .dd-home-kicker {
	background: rgba(20, 34, 53, 0.06);
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-section-head h2 {
	margin: 12px 0 10px;
	font-size: clamp(1.6rem, 3vw, 2.55rem);
	line-height: 1.04;
	letter-spacing: -0.045em;
	color: var(--dd-ink);
	text-wrap: balance;
}

.dailydeals-home-redesign .dd-home-section-head p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.7;
	color: var(--dd-muted);
}

.dailydeals-home-redesign .dd-home-section-link {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 16px;
	border-radius: 999px;
	background: rgba(20, 34, 53, 0.06);
	border: 1px solid rgba(20, 34, 53, 0.08);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-section .vc_row.top-row {
	margin-left: 0;
	margin-right: 0;
}

.dailydeals-home-redesign .dd-home-section .vc_column_container {
	padding-left: 0;
	padding-right: 0;
}

.dailydeals-home-redesign .dd-home-section .vc_column-inner,
.dailydeals-home-redesign .dd-home-section .wpb_wrapper {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	width: 100%;
}

.dailydeals-home-redesign .dd-home-section .wpb_wrapper {
	display: block;
}

.dailydeals-home-redesign .dd-home-section .porto-posts-grid {
	display: block;
	width: 100%;
	padding: 16px;
	margin-bottom: 18px;
	border: 1px solid rgba(20, 34, 53, 0.08);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.84);
	backdrop-filter: blur(6px);
	box-shadow: 0 10px 24px rgba(20, 34, 53, 0.06);
}

.dailydeals-home-redesign .dd-home-section .porto-posts-grid:last-child {
	margin-bottom: 0;
}

.dailydeals-home-redesign .dd-home-section .posts-wrap.products-container {
	width: 100%;
	align-items: stretch;
}

.dailydeals-home-redesign .dd-home-section .porto-tb-item.product {
	height: 100%;
	margin: 0;
}

.dailydeals-home-redesign .dd-home-section .porto-section.product-type-acqv {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 16px;
	border-radius: 22px;
	background: #ffffff;
	border: 1px solid rgba(20, 34, 53, 0.08);
	box-shadow: 0 8px 20px rgba(20, 34, 53, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.dailydeals-home-redesign .dd-home-section .porto-section.product-type-acqv:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 32px rgba(20, 34, 53, 0.1);
	border-color: rgba(15, 95, 175, 0.24);
}

.dailydeals-home-redesign .dd-home-section .porto-tb-featured-image.tb-image-type-hover.product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 220px;
	padding: 16px;
	border-radius: 18px;
	background: linear-gradient(180deg, #fbfcfd 0%, #f1f5f9 100%);
	margin-bottom: 14px;
	overflow: hidden;
}

.dailydeals-home-redesign .dd-home-section .porto-tb-featured-image .img-thumbnail {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.dailydeals-home-redesign .dd-home-section .porto-tb-featured-image img {
	width: 100%;
	height: 220px;
	object-fit: contain;
	mix-blend-mode: multiply;
}

.dailydeals-home-redesign .dd-home-section .labels {
	position: absolute;
	top: 14px;
	left: 14px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	z-index: 3;
}

.dailydeals-home-redesign .dd-home-section .onsale,
.dailydeals-home-redesign .dd-home-section .onsale-percentage {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 10px;
	font-size: 0.72rem;
	line-height: 1;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	border-radius: 999px;
}

.dailydeals-home-redesign .dd-home-section .onsale {
	background: var(--dd-orange);
	color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.dailydeals-home-redesign .dd-home-section .onsale-percentage {
	margin-top: 6px;
	background: #ffffff;
	color: var(--dd-orange);
	border: 1px solid rgba(243, 91, 44, 0.2);
}

.dailydeals-home-redesign .dd-home-section .out-of-stock {
	inset: 16px;
	width: auto !important;
	height: auto !important;
	padding: 14px;
	border-radius: 16px;
	background: rgba(20, 34, 53, 0.74);
	color: #ffffff !important;
	font-size: 0.88rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	backdrop-filter: blur(4px);
}

.dailydeals-home-redesign .dd-home-section .outofstock .product-type-acqv {
	background: #f6f7f9;
	border-color: rgba(20, 34, 53, 0.06);
}

.dailydeals-home-redesign .dd-home-section .porto-section.product-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
	padding-top: 0 !important;
}

.dailydeals-home-redesign .dd-home-section .porto-section.product-content h3,
.dailydeals-home-redesign .dd-home-section .porto-section.product-content .porto-heading {
	margin: 0;
	min-height: 2.9em;
}

.dailydeals-home-redesign .dd-home-section .porto-section.product-content h3 a,
.dailydeals-home-redesign .dd-home-section .porto-section.product-content .porto-heading a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(--dd-ink) !important;
	font-size: 1rem !important;
	line-height: 1.42 !important;
	font-weight: 600 !important;
	letter-spacing: -0.01em;
	text-decoration: none;
}

.dailydeals-home-redesign .dd-home-section .tb-woo-price {
	margin-bottom: 0 !important;
	width: auto !important;
}

.dailydeals-home-redesign .dd-home-section .price {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: baseline;
	margin: 0;
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-section .price > .woocommerce-Price-amount,
.dailydeals-home-redesign .dd-home-section .sale-price,
.dailydeals-home-redesign .dd-home-section .sale-price .woocommerce-Price-amount {
	font-size: 1.55rem;
	font-weight: 800;
	letter-spacing: -0.04em;
	color: var(--dd-ink);
}

.dailydeals-home-redesign .dd-home-section del {
	font-size: 0.88rem;
	color: #7b8797;
	font-weight: 500;
}

.dailydeals-home-redesign .dd-home-section ins {
	text-decoration: none;
	order: -1;
}

.dailydeals-home-redesign .dd-home-section .price span[style*="color:green"] {
	color: var(--dd-green) !important;
	font-weight: 700;
	font-size: 0.9rem;
}

.dailydeals-home-redesign .dd-home-section .porto-tb-addcart {
	float: none !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: auto;
	padding: 12px 18px !important;
	border-radius: 999px !important;
	background: var(--dd-ink) !important;
	color: #ffffff !important;
	font-size: 0.9rem !important;
	font-weight: 700 !important;
	opacity: 1 !important;
	box-shadow: none !important;
	border: 0 !important;
	text-decoration: none;
}

.dailydeals-home-redesign .dd-home-section .porto-tb-addcart:hover,
.dailydeals-home-redesign .dd-home-section .porto-tb-addcart:focus {
	background: var(--dd-blue) !important;
	text-decoration: none;
}

.dailydeals-home-redesign .dd-home-section .porto-tb-addcart i {
	font-size: 0.8rem;
	line-height: 1;
}

.dailydeals-home-redesign .dd-home-section .porto-tb-addcart i::before {
	font-size: 0.8rem !important;
}

.dailydeals-home-redesign .newsletter,
.dailydeals-home-redesign .sib_signup_box_inside_1 {
	border-radius: 24px;
}

@media (max-width: 1279px) {
	.dailydeals-home-redesign .dd-home-hero {
		grid-template-columns: 1fr;
	}

	.dailydeals-home-redesign .dd-home-metrics,
	.dailydeals-home-redesign .dd-home-trust-grid,
	.dailydeals-home-redesign .dd-home-shortcuts-grid,
	.dailydeals-home-redesign .dd-home-promo-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dailydeals-home-redesign .dd-home-feature-shelf {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 991px) {
	.dailydeals-home-redesign .dd-home-shell {
		padding-top: 14px;
	}

	.dailydeals-home-redesign .dd-home-hero-main,
	.dailydeals-home-redesign .dd-home-section,
	.dailydeals-home-redesign .dd-home-shortcuts,
	.dailydeals-home-redesign .dd-home-timer-card,
	.dailydeals-home-redesign .dd-home-feature-main,
	.dailydeals-home-redesign .dd-home-feature-side-card {
		padding: 24px;
		border-radius: 24px;
	}

	.dailydeals-home-redesign .dd-home-metrics,
	.dailydeals-home-redesign .dd-home-trust-grid,
	.dailydeals-home-redesign .dd-home-shortcuts-grid,
	.dailydeals-home-redesign .dd-home-promo-grid {
		grid-template-columns: 1fr 1fr;
	}

	.dailydeals-home-redesign .dd-home-section .porto-tb-featured-image.tb-image-type-hover.product-image,
	.dailydeals-home-redesign .dd-home-section .porto-tb-featured-image img {
		min-height: 190px;
		height: 190px;
	}
}

@media (max-width: 767px) {
	.dailydeals-home-redesign .dd-home-hero-main h1,
	.dailydeals-home-redesign .dd-home-section-head h2,
	.dailydeals-home-redesign .dd-home-shortcuts-head h2 {
		max-width: none;
	}

	.dailydeals-home-redesign .dd-home-metrics,
	.dailydeals-home-redesign .dd-home-trust-grid,
	.dailydeals-home-redesign .dd-home-shortcuts-grid,
	.dailydeals-home-redesign .dd-home-promo-grid {
		grid-template-columns: 1fr;
	}

	.dailydeals-home-redesign .dd-home-section-link {
		position: static;
		margin-bottom: 14px;
	}

	.dailydeals-home-redesign .dd-home-hero-main,
	.dailydeals-home-redesign .dd-home-section,
	.dailydeals-home-redesign .dd-home-shortcuts,
	.dailydeals-home-redesign .dd-home-timer-card,
	.dailydeals-home-redesign .dd-home-trust-card,
	.dailydeals-home-redesign .dd-home-shortcut-card,
	.dailydeals-home-redesign .dd-home-promo-tile,
	.dailydeals-home-redesign .dd-home-feature-main,
	.dailydeals-home-redesign .dd-home-feature-side-card {
		padding: 20px;
		border-radius: 22px;
	}

	.dailydeals-home-redesign .dd-home-hero-main h1 {
		font-size: 2.2rem;
	}

	.dailydeals-home-redesign .dd-home-button,
	.dailydeals-home-redesign .dd-home-link {
		width: 100%;
	}

	.dailydeals-home-redesign .dd-home-section .porto-tb-featured-image.tb-image-type-hover.product-image,
	.dailydeals-home-redesign .dd-home-section .porto-tb-featured-image img {
		min-height: 170px;
		height: 170px;
	}
}