.dc-hp-banner,
.dc-hp-product-box,
.dc-hp-loop-details,
.dc-hp-image-wrap {
	--dc-hp-navy: #042453;
	--dc-hp-navy-soft: #10245c;
	--dc-hp-red: #ff3b3b;
	--dc-hp-green: #087b43;
	--dc-hp-muted: #68758c;
	--dc-hp-border: #dfe6f0;
	--dc-hp-accent-soft: #f7f9fd;
	--dc-hp-soft: #f6f9fc;
	box-sizing: border-box;
}

.dc-hp-banner {
	position: relative;
	max-width: 1180px;
	margin: 24px auto 20px;
	padding: 0;
	border: 1px solid var(--dc-hp-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(4, 36, 83, 0.12);
	overflow: hidden;
}

.dc-hp-banner__badge {
	position: absolute;
	top: 28px;
	left: 42px;
	z-index: 2;
	display: inline-flex;
	gap: 7px;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 16px;
	border-radius: 6px;
	background: var(--dc-hp-red);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
}

.dc-hp-banner .dc-hp-icon {
	display: block;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
}

.dc-hp-banner__logo {
	position: absolute;
	top: 28px;
	right: 42px;
	z-index: 2;
	display: block;
	width: 120px;
	max-width: 14%;
	line-height: 0;
}

.dc-hp-banner__logo-img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.dc-hp-banner__inner {
	display: grid;
	grid-template-columns: minmax(300px, 46%) minmax(0, 1fr);
	gap: clamp(34px, 5vw, 72px);
	align-items: center;
	min-height: 470px;
	padding: 70px clamp(42px, 5vw, 78px) 50px;
}

.dc-hp-banner__media {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 360px;
	padding-top: 18px;
	background: #fff;
	border-radius: 10px;
}

.dc-hp-banner__media img {
	width: auto;
	max-width: 100%;
	max-height: 390px;
	object-fit: contain;
}

.dc-hp-banner__body {
	max-width: 560px;
	padding-right: 72px;
	color: var(--dc-hp-navy);
}

.dc-hp-eyebrow {
	margin: 0 0 6px;
	color: var(--dc-hp-navy);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.dc-hp-banner .dc-hp-eyebrow {
	color: var(--dc-hp-red);
	font-size: 16px;
}

.dc-hp-title {
	margin: 0 0 10px;
	color: var(--dc-hp-navy);
	font-size: clamp(30px, 3vw, 42px);
	line-height: 1.1;
}

.dc-hp-title a {
	color: inherit;
	text-decoration: none;
}

.dc-hp-price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 14px;
	margin: 18px 0 8px;
}

.dc-hp-price__regular {
	color: var(--dc-hp-muted);
	text-decoration: line-through;
	font-size: 18px;
}

.dc-hp-price__sale {
	color: var(--dc-hp-red);
	font-size: clamp(32px, 3vw, 42px);
	line-height: 1;
}

.dc-hp-omnibus,
.dc-hp-stock,
.dc-hp-countdown {
	display: block;
	margin: 6px 0 0;
	color: #34415a;
	font-size: 13px;
	line-height: 1.35;
}

.dc-hp-banner .dc-hp-omnibus {
	margin-top: 8px;
	color: rgba(4, 36, 83, 0.72);
	font-size: 13px;
}

.dc-hp-stock {
	color: var(--dc-hp-green);
	font-weight: 700;
}

.dc-hp-countdown {
	font-weight: 800;
	color: var(--dc-hp-navy);
}

.dc-hp-countdown-label {
	margin: 26px 0 11px;
	color: var(--dc-hp-navy);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.3;
}

.dc-hp-countdown.dc-hp-countdown-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(64px, 1fr));
	gap: 10px;
	width: min(400px, 100%);
	margin: 0;
}

.dc-hp-countdown-tile {
	display: grid;
	gap: 3px;
	align-content: center;
	min-height: 66px;
	padding: 9px 8px;
	border: 1px solid rgba(4, 36, 83, 0.12);
	border-radius: 8px;
	background: #fff;
	color: var(--dc-hp-navy);
	text-align: center;
}

.dc-hp-countdown-tile strong {
	display: block;
	color: var(--dc-hp-navy);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.dc-hp-countdown-tile span {
	display: block;
	color: rgba(4, 36, 83, 0.72);
	font-size: 11px;
	font-weight: 800;
	line-height: 1.15;
}

.dc-hp-image-wrap {
	position: relative;
	display: block;
}

.dc-hp-image-wrap img {
	display: block;
}

.dc-hp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin-top: 18px;
	padding: 0 23px 0 26px;
	border-radius: 6px;
	background: var(--dc-hp-navy);
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	gap: 12px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.dc-hp-button::after {
	content: "→";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
}

.dc-hp-banner__actions {
	display: grid;
	grid-template-columns: minmax(170px, 220px) minmax(190px, 1fr);
	width: min(430px, 100%);
	gap: 10px;
	align-items: stretch;
	margin-top: 18px;
}

.dc-hp-banner__actions--single {
	grid-template-columns: minmax(170px, max-content);
}

.dc-hp-quantity {
	grid-column: 1;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 44px;
	min-height: 43px;
	border: 1px solid rgba(4, 36, 83, 0.26);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.dc-hp-quantity__button,
.dc-hp-quantity__input {
	box-sizing: border-box;
	min-width: 0;
	min-height: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff;
	box-shadow: none !important;
	color: var(--dc-hp-navy);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
}

.dc-hp-quantity__button {
	cursor: pointer;
	transition: background-color 0.16s ease, color 0.16s ease;
}

.dc-hp-quantity__button:hover,
.dc-hp-quantity__button:focus-visible {
	background: var(--dc-hp-navy);
	color: #fff;
	outline: 2px solid rgba(4, 36, 83, 0.24);
	outline-offset: -2px;
}

.dc-hp-quantity__input {
	border-inline: 1px solid rgba(4, 36, 83, 0.16) !important;
	appearance: textfield;
}

.dc-hp-quantity__input:focus {
	outline: 2px solid rgba(4, 36, 83, 0.24);
	outline-offset: -2px;
}

.dc-hp-quantity__input::-webkit-outer-spin-button,
.dc-hp-quantity__input::-webkit-inner-spin-button {
	margin: 0;
	appearance: none;
}

.dc-hp-add-to-cart {
	grid-column: 2;
	grid-row: 1;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--dc-hp-navy) !important;
	color: #fff !important;
	box-shadow: 0 13px 28px rgba(4, 36, 83, 0.14);
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none !important;
	gap: 9px;
}

.dc-hp-add-to-cart .dc-hp-icon {
	width: 18px;
	height: 18px;
}

.dc-hp-add-to-cart:hover,
.dc-hp-add-to-cart:focus-visible {
	background: #0a1a48 !important;
	color: #fff !important;
	outline: 0;
}

.dc-hp-add-to-cart.loading {
	opacity: 0.72;
	pointer-events: none;
}

.dc-hp-banner__actions .added_to_cart {
	grid-column: 1 / -1;
	justify-self: start;
	margin: 0;
	color: var(--dc-hp-navy);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: underline;
}

.dc-hp-button--secondary {
	grid-column: 1 / -1;
	grid-row: 2;
	align-self: end;
	justify-self: stretch;
	min-width: 156px;
	margin-top: 0;
	padding-inline: 18px 15px;
	border: 1px solid rgba(4, 36, 83, 0.18);
	background: #fff;
	color: var(--dc-hp-navy);
	box-shadow: none;
}

.dc-hp-banner__actions--single .dc-hp-button--secondary {
	grid-column: 1;
	grid-row: auto;
}

.dc-hp-button.dc-hp-button--secondary:hover,
.dc-hp-button.dc-hp-button--secondary:focus {
	border-color: var(--dc-hp-navy);
	background: var(--dc-hp-navy);
	color: #fff;
}

.dc-hp-banner__benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	min-height: 56px;
	padding: 10px clamp(36px, 5vw, 78px);
	background: var(--dc-hp-navy);
	color: #fff;
}

.dc-hp-banner__benefit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 0;
	color: #fff;
}

.dc-hp-banner__benefit .dc-hp-icon {
	width: 28px;
	height: 28px;
	opacity: 0.95;
}

.dc-hp-banner__benefit span {
	display: grid;
	gap: 1px;
	min-width: 0;
	line-height: 1.15;
}

.dc-hp-banner__benefit strong,
.dc-hp-banner__benefit small {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
}

.dc-hp-banner__benefit small {
	font-size: 11px;
	font-weight: 400;
	opacity: 0.92;
}

.dc-hp-button:hover,
.dc-hp-button:focus {
	color: #fff;
	background: #0a1a48;
}

.dc-hp-loop-badge {
	position: absolute;
	z-index: 8;
	top: 10px;
	left: 10px;
	display: inline-flex;
	gap: 4px;
	align-items: center;
	justify-content: center;
	min-height: 22px;
	max-width: min(150px, calc(100% - 20px));
	padding: 0 8px;
	border-radius: 4px;
	border: 0;
	background: var(--dc-hp-navy);
	color: #fff;
	font-size: 9.5px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0;
	box-shadow: 0 7px 16px rgba(4, 36, 83, 0.12);
	pointer-events: none;
	white-space: nowrap;
}

.dc-hp-loop-badge strong {
	color: inherit;
	font-weight: 900;
}

.woocommerce ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product {
	position: relative;
}

.dc-hp-promo-card {
	border-radius: 8px;
}

.e-loop-item.dc-hp-promo-card > .e-con,
.e-loop-item.dc-hp-promo-card .e-con-inner,
.woocommerce ul.products li.product.dc-hp-promo-card {
	background: #fff;
}

.e-loop-item.dc-hp-promo-card .elementor-element-1367455 > .e-con-inner,
.woocommerce ul.products li.product.dc-hp-promo-card {
	box-shadow: 0 8px 18px rgba(4, 36, 83, 0.04);
}

.dc-hp-loop-details {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 3px 6px;
	margin-top: 7px;
	padding: 6px 8px;
	border: 1px solid var(--dc-hp-border);
	border-radius: 6px;
	background: var(--dc-hp-accent-soft);
	font-size: 11px;
	line-height: 1.3;
	color: var(--dc-hp-navy);
}

.dc-hp-loop-summary,
.dc-hp-loop-countdown {
	display: inline-flex;
	align-items: center;
	font-weight: 900;
}

.dc-hp-loop-summary {
	color: var(--dc-hp-navy);
	font-weight: 800;
}

.dc-hp-loop-summary::after {
	content: "·";
	margin-left: 6px;
	color: var(--dc-hp-muted);
	font-weight: 700;
}

.dc-hp-loop-countdown {
	padding: 2px 7px;
	border-radius: 999px;
	background: #fff;
	color: var(--dc-hp-green);
	font-weight: 800;
	text-transform: lowercase;
}

.dc-hp-loop-details .dc-hp-omnibus,
.dc-hp-loop-details .dc-hp-stock,
.dc-hp-loop-details [data-dc-hp-countdown] {
	margin-top: 0;
	font-size: 11px;
}

.dc-hp-loop-details .dc-hp-omnibus {
	flex-basis: 100%;
	color: var(--dc-hp-muted);
	font-weight: 400;
}

.dc-hp-loop-details .dc-hp-stock {
	color: var(--dc-hp-green);
	font-weight: 700;
}

.dc-hp-product-box {
	margin: 14px 0;
	padding: 14px 16px;
	border: 1px solid var(--dc-hp-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(4, 36, 83, 0.05);
}

.dc-hp-product-box__header {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--dc-hp-border);
}

.dc-hp-product-box__header .dc-hp-eyebrow {
	margin-bottom: 0;
	color: var(--dc-hp-navy);
}

.dc-hp-product-box__header .dc-hp-countdown {
	display: inline-flex;
	width: auto;
	margin: 0;
	padding: 4px 9px;
	border-radius: 999px;
	background: var(--dc-hp-soft);
	color: var(--dc-hp-green);
	font-size: 12px;
}

.dc-hp-product-box__prices {
	display: grid;
	gap: 4px;
	margin: 10px 0 8px;
	color: var(--dc-hp-navy);
}

.dc-hp-product-box__prices strong {
	color: var(--dc-hp-green);
	font-size: 18px;
}

.dc-hp-product-box .dc-hp-omnibus,
.dc-hp-product-box .dc-hp-stock {
	font-size: 12px;
}

body.single-product .dc-hp-product-box,
.elementor-widget-woocommerce-product-price .dc-hp-product-box {
	width: min(360px, 100%) !important;
	max-width: 360px !important;
	margin: 8px 0 12px !important;
	padding: 8px 10px !important;
	border-radius: 7px;
	border-color: #d9e3f0;
	border-left: 3px solid var(--dc-hp-navy);
	background: #fff;
	box-shadow: none !important;
}

body.single-product .dc-hp-product-box__header,
.elementor-widget-woocommerce-product-price .dc-hp-product-box__header {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start !important;
	gap: 4px 10px;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
}

body.single-product .dc-hp-product-box__header .dc-hp-eyebrow,
.elementor-widget-woocommerce-product-price .dc-hp-product-box__header .dc-hp-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin: 0;
	padding: 0 9px;
	border-radius: 999px;
	background: var(--dc-hp-navy);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
}

body.single-product .dc-hp-product-box__header .dc-hp-countdown,
.elementor-widget-woocommerce-product-price .dc-hp-product-box__header .dc-hp-countdown {
	justify-self: start;
	padding: 0;
	background: transparent;
	font-size: 12px;
	line-height: 1.25;
}

body.single-product .dc-hp-product-box__prices,
.elementor-widget-woocommerce-product-price .dc-hp-product-box__prices {
	display: none;
}

body.single-product .dc-hp-product-box .dc-hp-stock,
.elementor-widget-woocommerce-product-price .dc-hp-product-box .dc-hp-stock {
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.25;
}

@media (max-width: 720px) {
	.dc-hp-banner {
		margin: 16px 12px;
		padding: 0;
		border-radius: 9px;
	}

	.dc-hp-banner__logo {
		display: none;
	}

	.dc-hp-banner__badge {
		position: static;
		width: fit-content;
		min-height: 30px;
		margin: 18px 18px 0;
		padding: 0 12px;
		font-size: 11px;
	}

	.dc-hp-banner__inner {
		grid-template-columns: 1fr;
		gap: 18px;
		min-height: 0;
		padding: 14px 18px 22px;
	}

	.dc-hp-banner__media {
		min-height: 0;
		padding-top: 0;
	}

	.dc-hp-banner__media img {
		max-height: 235px;
	}

	.dc-hp-banner__body {
		max-width: none;
		padding-right: 0;
	}

	.dc-hp-title {
		font-size: 24px;
	}

	.dc-hp-price__sale {
		font-size: 26px;
	}

	.dc-hp-countdown-label {
		margin-top: 18px;
	}

	.dc-hp-countdown.dc-hp-countdown-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.dc-hp-countdown-tile {
		min-height: 58px;
	}

	.dc-hp-button {
		width: 100%;
	}

	.dc-hp-banner__actions,
	.dc-hp-banner__actions--single {
		grid-template-columns: minmax(118px, 38%) minmax(0, 1fr);
		gap: 9px;
		margin-top: 16px;
		width: 100%;
	}

	.dc-hp-quantity,
	.dc-hp-add-to-cart {
		width: 100%;
	}

	.dc-hp-quantity {
		grid-column: 1;
		grid-row: 1;
		grid-template-columns: 36px minmax(0, 1fr) 36px;
	}

	.dc-hp-add-to-cart {
		grid-column: 2;
		grid-row: 1;
		padding-inline: 10px !important;
		font-size: 13px;
	}

	.dc-hp-button--secondary {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: stretch;
		width: 100%;
	}

	.dc-hp-banner__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px 12px;
		padding: 14px 18px;
	}

	.dc-hp-banner__benefit {
		justify-content: flex-start;
		gap: 9px;
	}

	.dc-hp-banner__benefit .dc-hp-icon {
		width: 24px;
		height: 24px;
	}

	.dc-hp-loop-badge {
		top: 8px;
		left: 8px;
		min-height: 22px;
		padding: 0 7px;
		font-size: 9px;
	}

	.dc-hp-loop-details {
		gap: 4px 6px;
		padding: 6px 7px;
		font-size: 10.5px;
	}

	.dc-hp-loop-details .dc-hp-omnibus,
	.dc-hp-loop-details .dc-hp-stock,
	.dc-hp-loop-details [data-dc-hp-countdown] {
		font-size: 10.5px;
	}

	.dc-hp-loop-details .dc-hp-omnibus {
		display: none;
	}

	.dc-hp-product-box {
		margin: 12px 0;
		padding: 12px;
	}

	.dc-hp-product-box__header {
		align-items: flex-start;
		gap: 6px;
	}
}

@media (max-width: 420px) {
	.dc-hp-banner__actions,
	.dc-hp-banner__actions--single {
		grid-template-columns: 1fr;
	}

	.dc-hp-quantity,
	.dc-hp-add-to-cart,
	.dc-hp-button--secondary {
		grid-column: 1;
		grid-row: auto;
	}

	.dc-hp-quantity {
		grid-template-columns: 42px minmax(0, 1fr) 42px;
	}

	.dc-hp-banner__benefits {
		grid-template-columns: 1fr;
	}
}

body.single-product .dc-hp-product-box,
body.single-product .elementor-widget-woocommerce-product-price .dc-hp-product-box {
	display: grid !important;
	grid-template-columns: 116px minmax(0, 1fr);
	align-items: stretch;
	width: min(100%, 520px) !important;
	max-width: 520px !important;
	min-height: 96px;
	margin: 18px 0 22px !important;
	padding: 0 !important;
	border: 1px solid rgba(255, 59, 59, 0.82) !important;
	border-left: 1px solid rgba(255, 59, 59, 0.82) !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	box-shadow: 0 14px 30px rgba(4, 36, 83, 0.05) !important;
	overflow: hidden;
}

body.single-product .dc-hp-product-box__deal {
	display: grid;
	align-content: center;
	justify-items: center;
	gap: 6px;
	min-height: 96px;
	padding: 14px 10px;
	background: var(--dc-hp-red);
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
}

body.single-product .dc-hp-product-box__deal span {
	display: block;
	color: inherit;
	font-size: 13px;
	font-weight: 900;
	line-height: 1;
}

body.single-product .dc-hp-product-box__deal strong {
	display: block;
	color: inherit;
	font-size: 31px;
	font-weight: 900;
	line-height: 0.95;
	letter-spacing: 0;
}

body.single-product .dc-hp-product-box__content {
	display: grid;
	align-content: center;
	gap: 7px;
	min-width: 0;
	padding: 16px 18px;
	color: var(--dc-hp-navy);
}

body.single-product .dc-hp-product-box__timer,
body.single-product .dc-hp-product-box__stock {
	margin: 0;
	color: var(--dc-hp-navy);
	font-size: 14px;
	line-height: 1.25;
}

body.single-product .dc-hp-product-box__timer strong {
	display: inline-block;
	color: var(--dc-hp-red);
	font-size: 18px;
	font-weight: 900;
	line-height: 1.15;
}

body.single-product .dc-hp-product-box__stock {
	color: var(--dc-hp-navy);
	font-weight: 800;
}

body.single-product .dc-hp-product-box__progress {
	width: min(100%, 320px);
	height: 8px;
	border-radius: 999px;
	background: rgba(4, 36, 83, 0.1);
	overflow: hidden;
}

body.single-product .dc-hp-product-box__progress span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--dc-hp-red);
}

body.single-product .dc-hp-product-box__prices,
body.single-product .elementor-widget-woocommerce-product-price .dc-hp-product-box__prices {
	display: none !important;
}

body.single-product .dc-hp-product-box .dc-hp-omnibus,
body.single-product .dc-hp-product-box .dc-hp-stock {
	display: none !important;
}

@media (max-width: 767px) {
	body.single-product .dc-hp-product-box,
	body.single-product .elementor-widget-woocommerce-product-price .dc-hp-product-box {
		grid-template-columns: 96px minmax(0, 1fr);
		width: 100% !important;
		max-width: 100% !important;
		min-height: 84px;
		margin: 12px 0 16px !important;
	}

	body.single-product .dc-hp-product-box__deal {
		min-height: 84px;
		padding: 12px 8px;
	}

	body.single-product .dc-hp-product-box__deal span {
		font-size: 11px;
	}

	body.single-product .dc-hp-product-box__deal strong {
		font-size: 24px;
	}

	body.single-product .dc-hp-product-box__content {
		padding: 12px;
	}

	body.single-product .dc-hp-product-box__timer strong {
		font-size: 15px;
	}
}
