:root {
	--denya-shop-navy: #06385f;
	--denya-shop-navy-dark: #031f35;
	--denya-shop-blue: #0b70b7;
	--denya-shop-cyan: #2ab9d1;
	--denya-shop-ink: #102f45;
	--denya-shop-muted: #516b7c;
	--denya-shop-line: #d7e4ec;
	--denya-shop-soft: #f2f7fa;
	--denya-shop-white: #ffffff;
	--denya-shop-shadow: 0 20px 55px rgba(3, 31, 53, 0.13);
}

html {
	scroll-behavior: smooth;
}

body.denya-shop-site {
	color: var(--denya-shop-ink);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.denya-shop-site #main-content {
	overflow: hidden;
	background: #ffffff;
}

body.denya-shop-site h1,
body.denya-shop-site h2,
body.denya-shop-site h3,
body.denya-shop-site h4,
body.denya-shop-site h5,
body.denya-shop-site h6 {
	color: var(--denya-shop-ink);
	font-family: inherit;
	font-weight: 720;
	letter-spacing: -0.025em;
}

/* Keep headings legible on DENYA's dark surfaces despite Divi's heading rules. */
body.denya-shop-site .denya-shop-hero h1,
body.denya-shop-site .denya-shop-guide-hero h1,
body.denya-shop-site .denya-shop-process h2,
body.denya-shop-site .denya-shop-process h3,
body.denya-shop-site .denya-shop-cta h2,
body.denya-shop-site .denya-shop-archive-hero h1,
body.denya-shop-site .denya-shop-archive-cta h2,
body.denya-shop-site .denya-shop-site-footer h2 {
	color: #ffffff !important;
}

body.denya-shop-site a {
	color: var(--denya-shop-blue);
}

body.denya-shop-site a:focus-visible,
body.denya-shop-site button:focus-visible,
body.denya-shop-site input:focus-visible,
body.denya-shop-site summary:focus-visible {
	outline: 3px solid var(--denya-shop-cyan) !important;
	outline-offset: 3px !important;
}

.denya-shop-skip-link {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 100000;
	padding: 11px 16px;
	border-radius: 8px;
	background: #ffffff;
	color: var(--denya-shop-navy) !important;
	font-weight: 750;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	transform: translateY(-180%);
	transition: transform 160ms ease;
}

.denya-shop-skip-link:focus {
	transform: translateY(0);
}

#top-header,
#main-header,
#main-footer {
	display: none !important;
}

.denya-shop-site-header,
.denya-shop-site-footer,
.denya-shop-page {
	padding: 0 !important;
}

.denya-shop-site-header {
	position: relative;
	z-index: 9999;
	border-bottom: 1px solid rgba(6, 56, 95, 0.11);
	box-shadow: 0 8px 28px rgba(3, 31, 53, 0.08);
}

.denya-shop-site-header .et_pb_row,
.denya-shop-site-header .et_pb_column,
.denya-shop-site-header .et_pb_code,
.denya-shop-site-header .et_pb_code_inner,
.denya-shop-site-footer .et_pb_row,
.denya-shop-site-footer .et_pb_column,
.denya-shop-site-footer .et_pb_code,
.denya-shop-site-footer .et_pb_code_inner,
.denya-shop-page .et_pb_row,
.denya-shop-page .et_pb_column,
.denya-shop-page .et_pb_code,
.denya-shop-page .et_pb_code_inner {
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.denya-shop-site-header .et_pb_row {
	width: min(92%, 1240px) !important;
	margin: 0 auto !important;
}

.denya-shop-navigation {
	position: relative;
	display: grid;
	grid-template-columns: 168px minmax(0, 1fr) auto;
	gap: 26px;
	min-height: 82px;
	align-items: center;
}

.denya-shop-brand {
	display: inline-flex;
	align-items: center;
}

.denya-shop-brand img {
	display: block;
	width: 154px;
	height: 54px;
	object-fit: contain;
}

.denya-shop-desktop-nav {
	display: flex;
	gap: 25px;
	align-items: center;
	justify-content: flex-end;
}

.denya-shop-desktop-nav a {
	position: relative;
	padding: 30px 0 27px;
	color: var(--denya-shop-ink) !important;
	font-size: 14px;
	font-weight: 680;
	line-height: 1.2;
	white-space: nowrap;
}

.denya-shop-desktop-nav a::after {
	position: absolute;
	right: 0;
	bottom: 21px;
	left: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--denya-shop-blue);
	content: "";
	transform: scaleX(0);
	transition: transform 160ms ease;
}

.denya-shop-desktop-nav a:hover::after,
.denya-shop-desktop-nav a:focus-visible::after {
	transform: scaleX(1);
}

.denya-shop-header-cta,
.denya-shop-mobile-quote {
	display: inline-flex;
	min-height: 45px;
	padding: 11px 18px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--denya-shop-navy) !important;
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 750;
	line-height: 1.2;
	white-space: nowrap;
	transition: background-color 160ms ease, transform 160ms ease;
}

.denya-shop-header-cta:hover,
.denya-shop-header-cta:focus-visible,
.denya-shop-mobile-quote:hover,
.denya-shop-mobile-quote:focus-visible {
	background: var(--denya-shop-blue) !important;
	transform: translateY(-1px);
}

.denya-shop-mobile-menu {
	display: none;
}

.denya-shop-shell {
	width: min(90%, 1180px);
	margin: 0 auto;
}

.denya-shop-hero {
	position: relative;
	overflow: hidden;
	padding: 88px 0 98px;
	background: radial-gradient(circle at 86% 16%, rgba(42, 185, 209, 0.19), transparent 31%), linear-gradient(135deg, #031f35 0%, #063f69 60%, #07527f 100%);
}

.denya-shop-hero::after {
	position: absolute;
	right: -140px;
	bottom: -190px;
	width: 480px;
	height: 480px;
	border: 70px solid rgba(255, 255, 255, 0.045);
	border-radius: 50%;
	content: "";
}

.denya-shop-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
	gap: clamp(48px, 7vw, 90px);
	align-items: center;
}

.denya-shop-kicker,
.denya-shop-eyebrow {
	margin: 0 0 14px;
	color: #82d8e7;
	font-size: 13px;
	font-weight: 820;
	letter-spacing: 0.15em;
	line-height: 1.4;
	text-transform: uppercase;
}

.denya-shop-eyebrow {
	color: var(--denya-shop-blue);
}

.denya-shop-hero h1,
.denya-shop-guide-hero h1 {
	max-width: 760px;
	margin: 0 0 25px;
	padding: 0;
	color: #ffffff;
	font-size: clamp(42px, 5vw, 67px);
	line-height: 1.06;
}

.denya-shop-lead {
	max-width: 720px;
	margin: 0;
	color: #e6f1f7;
	font-size: 19px;
	line-height: 1.75;
}

.denya-shop-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 31px;
}

.denya-shop-button {
	display: inline-flex;
	min-height: 52px;
	padding: 14px 22px;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 760;
	letter-spacing: 0.005em;
	line-height: 1.25;
	text-align: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.denya-shop-button::after {
	display: none !important;
	content: none !important;
}

.denya-shop-button:hover,
.denya-shop-button:focus-visible {
	transform: translateY(-2px);
}

.denya-shop-button-primary {
	background: #ffffff;
	color: var(--denya-shop-navy) !important;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.denya-shop-button-primary:hover,
.denya-shop-button-primary:focus-visible {
	background: #edf8fb;
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}

.denya-shop-button-secondary,
.denya-shop-button-outline-light {
	border-color: rgba(255, 255, 255, 0.74);
	background: rgba(255, 255, 255, 0.07);
	color: #ffffff !important;
}

.denya-shop-button-secondary:hover,
.denya-shop-button-secondary:focus-visible,
.denya-shop-button-outline-light:hover,
.denya-shop-button-outline-light:focus-visible {
	border-color: #ffffff;
	background: rgba(255, 255, 255, 0.14);
}

.denya-shop-button-dark {
	background: var(--denya-shop-navy);
	color: #ffffff !important;
}

.denya-shop-button-dark:hover,
.denya-shop-button-dark:focus-visible {
	background: var(--denya-shop-blue);
	box-shadow: 0 10px 24px rgba(6, 56, 95, 0.22);
}

.denya-shop-button-light {
	background: #ffffff;
	color: var(--denya-shop-navy) !important;
}

.denya-shop-button-light:hover,
.denya-shop-button-light:focus-visible {
	background: #edf8fb;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.17);
}

.denya-shop-hero-note {
	margin: 18px 0 0;
	color: #bad2df;
	font-size: 13px;
	line-height: 1.55;
}

.denya-shop-hero-visual {
	position: relative;
	min-height: 510px;
}

.denya-shop-hero-primary {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 74%;
	height: 476px;
	border: 8px solid rgba(255, 255, 255, 0.13);
	border-radius: 28px;
	object-fit: cover;
	object-position: center 30%;
	box-shadow: 0 32px 72px rgba(0, 0, 0, 0.32);
}

.denya-shop-hero-secondary-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 44%;
	padding: 9px;
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

.denya-shop-hero-secondary {
	display: block;
	width: 100%;
	height: 190px;
	border-radius: 13px;
	object-fit: cover;
}

.denya-shop-hero-secondary-wrap span {
	display: block;
	padding: 9px 5px 3px;
	color: var(--denya-shop-navy);
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.12em;
	text-align: center;
}

.denya-shop-trust {
	position: relative;
	z-index: 4;
	margin-top: -38px;
}

.denya-shop-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	overflow: hidden;
	border: 1px solid rgba(6, 56, 95, 0.09);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: var(--denya-shop-shadow);
}

.denya-shop-trust-grid > div {
	display: flex;
	min-height: 110px;
	padding: 25px 28px;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid var(--denya-shop-line);
}

.denya-shop-trust-grid > div:last-child {
	border-right: 0;
}

.denya-shop-trust-grid strong {
	margin-bottom: 7px;
	color: var(--denya-shop-navy);
	font-size: 16px;
	line-height: 1.4;
}

.denya-shop-trust-grid span {
	color: var(--denya-shop-muted);
	font-size: 14px;
	line-height: 1.55;
}

.denya-shop-section {
	padding: 92px 0;
}

.denya-shop-section-heading {
	max-width: 780px;
	margin: 0 auto 46px;
	text-align: center;
}

.denya-shop-section-heading h2,
.denya-shop-preparation h2,
.denya-shop-proof h2,
.denya-shop-cta h2,
.denya-shop-guide h2,
.denya-shop-archive-hero h1,
.denya-shop-archive-cta h2 {
	margin: 0 0 17px;
	padding: 0;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.15;
}

.denya-shop-section-heading > p:last-child,
.denya-shop-preparation-grid > div > p,
.denya-shop-proof-grid > div > p,
.denya-shop-cta-inner > div > p:last-child,
.denya-shop-archive-hero > p,
.denya-shop-archive-cta p {
	color: var(--denya-shop-muted);
	font-size: 17px;
	line-height: 1.75;
}

.denya-shop-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.denya-shop-category-card {
	overflow: hidden;
	border: 1px solid var(--denya-shop-line);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 15px 36px rgba(3, 31, 53, 0.08);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.denya-shop-category-card:hover {
	border-color: rgba(11, 112, 183, 0.38);
	box-shadow: 0 22px 45px rgba(3, 31, 53, 0.13);
	transform: translateY(-4px);
}

.denya-shop-category-image {
	display: block;
	overflow: hidden;
	background: var(--denya-shop-soft);
}

.denya-shop-category-image img {
	display: block;
	width: 100%;
	height: 280px;
	object-fit: cover;
	transition: transform 260ms ease;
}

.denya-shop-category-card:hover .denya-shop-category-image img {
	transform: scale(1.025);
}

.denya-shop-category-content {
	padding: 28px;
}

.denya-shop-card-number,
.denya-shop-loop-kicker {
	display: block;
	margin-bottom: 10px;
	color: var(--denya-shop-blue);
	font-size: 11px;
	font-weight: 820;
	letter-spacing: 0.11em;
	line-height: 1.4;
	text-transform: uppercase;
}

.denya-shop-category-content h3 {
	margin: 0 0 13px;
	padding: 0;
	font-size: 25px;
	line-height: 1.25;
}

.denya-shop-category-content h3 a {
	color: var(--denya-shop-ink);
}

.denya-shop-category-content p {
	min-height: 112px;
	margin: 0;
	color: var(--denya-shop-muted);
	font-size: 15px;
	line-height: 1.72;
}

.denya-shop-card-actions {
	display: flex;
	gap: 16px;
	margin-top: 23px;
	align-items: center;
	justify-content: space-between;
}

.denya-shop-card-actions .denya-shop-button {
	min-height: 46px;
	padding: 12px 17px;
	font-size: 14px;
}

.denya-shop-text-link {
	color: var(--denya-shop-blue) !important;
	font-size: 14px;
	font-weight: 730;
	text-decoration: underline;
	text-decoration-color: rgba(11, 112, 183, 0.3);
	text-underline-offset: 4px;
}

.denya-shop-text-link:hover,
.denya-shop-text-link:focus-visible {
	text-decoration-color: currentColor;
}

.denya-shop-text-link-large {
	display: inline-block;
	margin-top: 12px;
	font-size: 16px;
}

.denya-shop-process {
	background: radial-gradient(circle at 8% 18%, rgba(42, 185, 209, 0.14), transparent 28%), var(--denya-shop-navy-dark);
}

.denya-shop-section-heading-light h2,
.denya-shop-section-heading-light > p:last-child,
.denya-shop-process .denya-shop-eyebrow,
.denya-shop-process h3 {
	color: #ffffff;
}

.denya-shop-section-heading-light > p:last-child {
	opacity: 0.78;
}

.denya-shop-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.denya-shop-process-grid li {
	padding: 25px 23px 28px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.055);
}

.denya-shop-process-grid li > span {
	display: inline-flex;
	width: 42px;
	height: 42px;
	margin-bottom: 21px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #ffffff;
	color: var(--denya-shop-navy);
	font-size: 12px;
	font-weight: 830;
}

.denya-shop-process-grid h3 {
	margin: 0 0 10px;
	padding: 0;
	font-size: 19px;
}

.denya-shop-process-grid p {
	margin: 0;
	color: #c7dbe6;
	font-size: 14px;
	line-height: 1.7;
}

.denya-shop-process-action {
	margin-top: 35px;
	text-align: center;
}

.denya-shop-preparation {
	background: var(--denya-shop-soft);
}

.denya-shop-preparation-grid,
.denya-shop-proof-grid,
.denya-shop-cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(440px, 1.16fr);
	gap: clamp(48px, 8vw, 92px);
	align-items: center;
}

.denya-shop-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.denya-shop-checklist li {
	display: flex;
	min-height: 104px;
	padding: 20px;
	flex-direction: column;
	justify-content: center;
	border: 1px solid var(--denya-shop-line);
	border-radius: 14px;
	background: #ffffff;
}

.denya-shop-checklist strong {
	margin-bottom: 6px;
	color: var(--denya-shop-navy);
	font-size: 16px;
}

.denya-shop-checklist span {
	color: var(--denya-shop-muted);
	font-size: 14px;
	line-height: 1.55;
}

.denya-shop-proof {
	background: #ffffff;
}

.denya-shop-proof-grid {
	grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
}

.denya-shop-proof-links {
	display: grid;
	gap: 12px;
}

.denya-shop-proof-links a {
	display: flex;
	padding: 22px 24px;
	flex-direction: column;
	border: 1px solid var(--denya-shop-line);
	border-radius: 14px;
	background: var(--denya-shop-soft);
	transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.denya-shop-proof-links a:hover,
.denya-shop-proof-links a:focus-visible {
	border-color: rgba(11, 112, 183, 0.4);
	background: #eaf4f9;
	transform: translateX(3px);
}

.denya-shop-proof-links strong {
	margin-bottom: 4px;
	color: var(--denya-shop-navy);
	font-size: 17px;
}

.denya-shop-proof-links span {
	color: var(--denya-shop-muted);
	font-size: 14px;
	line-height: 1.5;
}

.denya-shop-cta {
	padding: 68px 0;
	background: linear-gradient(120deg, #07507c, #06385f);
}

.denya-shop-cta-inner {
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 48px;
}

.denya-shop-cta h2,
.denya-shop-cta .denya-shop-eyebrow,
.denya-shop-cta-inner > div > p:last-child {
	color: #ffffff;
}

.denya-shop-cta-inner > div > p:last-child {
	max-width: 710px;
	margin: 0;
	opacity: 0.82;
}

.denya-shop-cta .denya-shop-actions {
	margin-top: 0;
	justify-content: flex-end;
}

.denya-shop-guide-hero {
	padding: 82px 0 76px;
	background: radial-gradient(circle at 82% 10%, rgba(42, 185, 209, 0.18), transparent 34%), linear-gradient(135deg, #031f35, #074f7b);
}

.denya-shop-guide-hero .denya-shop-lead {
	max-width: 790px;
}

.denya-shop-guide-steps {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.denya-shop-guide-steps li {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 18px;
	padding: 27px;
	border: 1px solid var(--denya-shop-line);
	border-radius: 17px;
	background: #ffffff;
	box-shadow: 0 12px 32px rgba(3, 31, 53, 0.07);
}

.denya-shop-guide-steps li > span {
	display: inline-flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--denya-shop-soft);
	color: var(--denya-shop-blue);
	font-size: 12px;
	font-weight: 820;
}

.denya-shop-guide-steps h3 {
	margin: 1px 0 7px;
	padding: 0;
	font-size: 20px;
}

.denya-shop-guide-steps p {
	margin: 0;
	color: var(--denya-shop-muted);
	font-size: 15px;
	line-height: 1.7;
}

.denya-shop-guide-data {
	background: var(--denya-shop-soft);
	scroll-margin-top: 90px;
}

.denya-shop-message-template {
	margin-top: 25px;
	padding: 22px 24px;
	border-left: 4px solid var(--denya-shop-blue);
	border-radius: 0 13px 13px 0;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(3, 31, 53, 0.07);
}

.denya-shop-message-template strong {
	display: block;
	margin-bottom: 9px;
	color: var(--denya-shop-navy);
}

.denya-shop-message-template p {
	margin: 0 !important;
	color: var(--denya-shop-muted);
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	font-size: 13px !important;
	line-height: 1.8 !important;
}

body.denya-shop-site .denya-shop-site-footer.et_pb_section {
	background: var(--denya-shop-navy-dark) !important;
}

.denya-shop-footer-shell {
	width: min(90%, 1180px);
	margin: 0 auto;
	padding: 62px 0 25px;
	color: #c8dbe6;
}

.denya-shop-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.72fr 0.78fr 1fr;
	gap: 46px;
}

.denya-shop-footer-grid > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.denya-shop-footer-brand img {
	width: 165px;
	height: 55px;
	margin-bottom: 18px;
	object-fit: contain;
	filter: drop-shadow(0 4px 9px rgba(0, 0, 0, 0.16));
}

.denya-shop-footer-brand p,
.denya-shop-footer-contact p {
	margin: 0;
	color: #b7ceda;
	font-size: 14px;
	line-height: 1.75;
}

.denya-shop-footer-brand strong {
	color: #ffffff;
}

.denya-shop-footer-grid h2 {
	margin: 0 0 19px;
	padding: 0;
	color: #ffffff;
	font-size: 17px;
	letter-spacing: 0;
}

.denya-shop-footer-grid a:not(.denya-shop-footer-button) {
	margin-bottom: 11px;
	color: #c8dbe6;
	font-size: 14px;
	line-height: 1.45;
}

.denya-shop-footer-grid a:not(.denya-shop-footer-button):hover,
.denya-shop-footer-grid a:not(.denya-shop-footer-button):focus-visible {
	color: #ffffff;
}

.denya-shop-footer-button {
	display: inline-flex;
	width: 100%;
	min-height: 46px;
	margin-top: 14px;
	padding: 12px 16px;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	border-radius: 10px;
	background: #ffffff;
	color: var(--denya-shop-navy) !important;
	font-size: 14px;
	font-weight: 760;
	line-height: 1.25;
}

.denya-shop-footer-button-secondary {
	margin-top: 9px;
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.05);
	color: #ffffff !important;
}

.denya-shop-footer-button:hover,
.denya-shop-footer-button:focus-visible {
	background: #edf8fb;
}

.denya-shop-footer-button-secondary:hover,
.denya-shop-footer-button-secondary:focus-visible {
	background: rgba(255, 255, 255, 0.13);
}

.denya-shop-footer-bottom {
	display: flex;
	gap: 30px;
	margin-top: 46px;
	padding-top: 23px;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.denya-shop-footer-bottom p {
	max-width: 630px;
	margin: 0;
	color: #92adbc;
	font-size: 12px;
	line-height: 1.6;
}

.denya-shop-footer-bottom > div {
	display: flex;
	gap: 18px;
}

.denya-shop-footer-bottom a {
	color: #b7ceda;
	font-size: 12px;
}

/* WooCommerce catalogue */
body.post-type-archive-product #main-content > .container,
body.tax-product_cat #main-content > .container,
body.search-results.post-type-archive-product #main-content > .container {
	width: min(90%, 1180px);
	max-width: 1180px;
	padding: 64px 0 86px;
}

body.post-type-archive-product #main-content .container::before,
body.tax-product_cat #main-content .container::before,
body.search-results.post-type-archive-product #main-content .container::before {
	display: none;
}

body.post-type-archive-product #left-area,
body.tax-product_cat #left-area,
body.search-results.post-type-archive-product #left-area {
	width: 100%;
	padding: 0;
	float: none;
}

body.post-type-archive-product #sidebar,
body.tax-product_cat #sidebar,
body.search-results.post-type-archive-product #sidebar {
	display: none;
}

.denya-shop-archive-hero {
	margin-bottom: 28px;
	padding: 42px;
	border-radius: 22px;
	background: radial-gradient(circle at 90% 10%, rgba(42, 185, 209, 0.19), transparent 31%), linear-gradient(135deg, #031f35, #074f7b);
	color: #ffffff;
}

.denya-shop-archive-hero .denya-shop-eyebrow,
.denya-shop-archive-hero h1,
.denya-shop-archive-hero > p {
	color: #ffffff;
}

.denya-shop-archive-hero > p {
	max-width: 760px;
	margin: 0;
	opacity: 0.84;
}

.denya-shop-product-search {
	display: flex;
	max-width: 620px;
	margin-top: 25px;
	overflow: hidden;
	border-radius: 11px;
	background: #ffffff;
}

.denya-shop-product-search input[type="search"] {
	min-width: 0;
	height: 50px;
	padding: 0 17px;
	flex: 1;
	border: 0;
	background: #ffffff;
	color: var(--denya-shop-ink);
	font-size: 15px;
}

.denya-shop-product-search button {
	min-width: 125px;
	padding: 0 18px;
	border: 0;
	background: var(--denya-shop-blue);
	color: #ffffff;
	font-weight: 750;
	cursor: pointer;
}

.denya-shop-category-navigation {
	display: flex;
	gap: 9px;
	margin-bottom: 18px;
	flex-wrap: wrap;
}

.denya-shop-category-navigation a {
	display: inline-flex;
	min-height: 42px;
	padding: 10px 15px;
	align-items: center;
	border: 1px solid var(--denya-shop-line);
	border-radius: 999px;
	background: #ffffff;
	color: var(--denya-shop-ink) !important;
	font-size: 13px;
	font-weight: 690;
}

.denya-shop-category-navigation a:hover,
.denya-shop-category-navigation a:focus-visible,
.denya-shop-category-navigation a.is-current {
	border-color: var(--denya-shop-navy);
	background: var(--denya-shop-navy);
	color: #ffffff !important;
}

.denya-shop-catalog-notice {
	display: flex;
	gap: 8px 20px;
	margin-bottom: 28px;
	padding: 17px 19px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #bcdce8;
	border-radius: 12px;
	background: #edf8fb;
}

.denya-shop-catalog-notice strong {
	color: var(--denya-shop-navy);
	font-size: 14px;
}

.denya-shop-catalog-notice span {
	color: var(--denya-shop-muted);
	font-size: 13px;
}

body.denya-shop-site .woocommerce-result-count,
body.denya-shop-site .woocommerce-ordering {
	margin-bottom: 24px;
}

body.denya-shop-site .woocommerce-ordering select {
	min-height: 43px;
	padding: 8px 38px 8px 12px;
	border: 1px solid var(--denya-shop-line);
	border-radius: 9px;
	background: #ffffff;
	color: var(--denya-shop-ink);
}

body.denya-shop-site.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	clear: both;
}

body.denya-shop-site.woocommerce ul.products::before,
body.denya-shop-site.woocommerce ul.products::after {
	display: none;
}

body.denya-shop-site.woocommerce ul.products li.product {
	display: flex;
	width: auto !important;
	margin: 0 !important;
	overflow: hidden;
	flex-direction: column;
	border: 1px solid var(--denya-shop-line);
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 14px 34px rgba(3, 31, 53, 0.08);
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

body.denya-shop-site.woocommerce ul.products li.product:hover {
	border-color: rgba(11, 112, 183, 0.36);
	box-shadow: 0 20px 44px rgba(3, 31, 53, 0.13);
	transform: translateY(-4px);
}

body.denya-shop-site.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link {
	display: block;
	flex: 1;
}

body.denya-shop-site.woocommerce ul.products li.product img {
	width: 100%;
	height: 310px;
	margin: 0;
	object-fit: cover;
}

body.denya-shop-site.woocommerce ul.products li.product .denya-shop-loop-kicker,
body.denya-shop-site.woocommerce ul.products li.product .woocommerce-loop-product__title,
body.denya-shop-site.woocommerce ul.products li.product .denya-shop-loop-note,
body.denya-shop-site.woocommerce ul.products li.product > .button {
	margin-right: 24px;
	margin-left: 24px;
}

body.denya-shop-site.woocommerce ul.products li.product .denya-shop-loop-kicker {
	margin-top: 23px;
}

body.denya-shop-site.woocommerce ul.products li.product .woocommerce-loop-product__title {
	padding: 0;
	color: var(--denya-shop-ink);
	font-size: 22px;
	line-height: 1.28;
}

body.denya-shop-site.woocommerce ul.products li.product .price,
body.denya-shop-site .et_pb_wc_price,
body.denya-shop-site .et_pb_wc_rating,
body.denya-shop-site .et_pb_wc_stock,
body.denya-shop-site .et_pb_wc_reviews {
	display: none !important;
}

.denya-shop-loop-note {
	min-height: 44px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: var(--denya-shop-muted);
	font-size: 13px;
	line-height: 1.55;
}

.denya-shop-loop-actions {
	display: grid;
	grid-template-columns: 0.78fr 1.22fr;
	gap: 9px;
	padding: 0 24px 24px;
}

.denya-shop-loop-actions a {
	display: inline-flex;
	min-height: 44px;
	padding: 11px 12px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--denya-shop-navy);
	border-radius: 10px;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
}

.denya-shop-loop-detail {
	background: #ffffff;
	color: var(--denya-shop-navy) !important;
}

.denya-shop-loop-detail:hover,
.denya-shop-loop-detail:focus-visible {
	background: var(--denya-shop-soft);
}

.denya-shop-loop-actions .denya-shop-quote-button {
	margin: 0 !important;
	background: var(--denya-shop-navy) !important;
	color: #ffffff !important;
}

body.denya-shop-site.woocommerce ul.products li.product > .button,
body.denya-shop-site .denya-shop-quote-button {
	display: inline-flex;
	min-height: 46px;
	margin-top: 0;
	margin-bottom: 25px;
	padding: 12px 17px !important;
	align-items: center;
	justify-content: center;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--denya-shop-navy) !important;
	color: #ffffff !important;
	font-size: 14px !important;
	font-weight: 750 !important;
	line-height: 1.2 !important;
}

body.denya-shop-site.woocommerce ul.products li.product > .button:hover,
body.denya-shop-site .denya-shop-quote-button:hover,
body.denya-shop-site.woocommerce ul.products li.product > .button:focus-visible,
body.denya-shop-site .denya-shop-quote-button:focus-visible {
	padding: 12px 17px !important;
	background: var(--denya-shop-blue) !important;
}

body.denya-shop-site.woocommerce ul.products li.product > .button::after,
body.denya-shop-site .denya-shop-quote-button::after,
body.denya-shop-site .product-type-external form.cart .button::after {
	display: none !important;
	content: none !important;
}

body.single-product.denya-shop-site .et_pb_section_1_tb_body,
body.single-product.denya-shop-site .et_pb_section_2_tb_body {
	display: none !important;
}

.denya-shop-archive-cta {
	display: flex;
	gap: 32px;
	margin-top: 50px;
	padding: 35px 38px;
	align-items: center;
	justify-content: space-between;
	border-radius: 19px;
	background: var(--denya-shop-navy-dark);
}

.denya-shop-archive-cta h2,
.denya-shop-archive-cta .denya-shop-eyebrow,
.denya-shop-archive-cta p {
	color: #ffffff;
}

.denya-shop-archive-cta h2 {
	font-size: 31px;
}

.denya-shop-archive-cta p {
	margin: 0;
	opacity: 0.8;
}

.denya-shop-archive-cta > a {
	display: inline-flex;
	min-width: 205px;
	min-height: 50px;
	padding: 13px 19px;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: #ffffff;
	color: var(--denya-shop-navy) !important;
	font-size: 14px;
	font-weight: 760;
	text-align: center;
}

/* Single catalogue product */
body.single-product .et-l--body {
	background: var(--denya-shop-soft);
}

body.single-product .et-l--body > .et_pb_section:first-child {
	padding-top: 58px;
}

body.single-product .et-l--body .et_pb_row {
	width: min(90%, 1120px);
	max-width: 1120px;
}

body.single-product .et_pb_wc_breadcrumb {
	margin-bottom: 14px;
}

body.single-product .et_pb_wc_title h1 {
	font-size: clamp(34px, 4vw, 48px) !important;
	line-height: 1.12 !important;
}

body.single-product .et_pb_wc_description p {
	color: var(--denya-shop-muted);
	font-size: 16px;
	line-height: 1.75;
}

.denya-product-availability {
	margin-top: 16px !important;
	padding: 13px 15px;
	border-left: 3px solid var(--denya-shop-blue);
	border-radius: 0 8px 8px 0;
	background: var(--denya-shop-soft);
	font-size: 13px !important;
}

body.single-product .product-type-external form.cart .button {
	min-height: 52px;
	padding: 14px 22px !important;
	border: 0 !important;
	border-radius: 11px !important;
	background: var(--denya-shop-navy) !important;
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 760 !important;
}

body.single-product .product-type-external form.cart .button:hover,
body.single-product .product-type-external form.cart .button:focus-visible {
	padding: 14px 22px !important;
	background: var(--denya-shop-blue) !important;
}

body.single-product .et_pb_wc_images img {
	border-radius: 16px;
}

.denya-product-information h2 {
	font-size: 29px;
	line-height: 1.25;
}

.denya-product-information > p,
.denya-product-information-grid p,
.denya-product-information-grid li {
	color: var(--denya-shop-muted);
	font-size: 15px;
	line-height: 1.72;
}

.denya-product-information-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin-top: 25px;
}

.denya-product-information-grid > div {
	padding: 24px;
	border: 1px solid var(--denya-shop-line);
	border-radius: 13px;
	background: var(--denya-shop-soft);
}

.denya-product-information-grid h3 {
	font-size: 20px;
}

.denya-product-information-grid ul {
	margin-bottom: 0;
}

@media (max-width: 1180px) {
	.denya-shop-navigation {
		grid-template-columns: 150px 1fr auto;
		gap: 18px;
	}

	.denya-shop-desktop-nav {
		gap: 17px;
	}

	.denya-shop-desktop-nav a {
		font-size: 13px;
	}

	.denya-shop-footer-grid {
		grid-template-columns: 1.2fr 0.8fr 0.8fr;
	}

	.denya-shop-footer-contact {
		grid-column: 1 / -1;
		max-width: 460px;
	}
}

@media (max-width: 980px) {
	.denya-shop-navigation {
		grid-template-columns: 155px 1fr auto;
		min-height: 74px;
	}

	.denya-shop-desktop-nav,
	.denya-shop-header-cta {
		display: none;
	}

	.denya-shop-mobile-menu {
		position: relative;
		display: block;
		grid-column: 3;
	}

	.denya-shop-mobile-menu summary {
		display: flex;
		width: 46px;
		height: 46px;
		padding: 11px;
		flex-direction: column;
		gap: 5px;
		align-items: stretch;
		justify-content: center;
		border: 1px solid var(--denya-shop-line);
		border-radius: 10px;
		background: #ffffff;
		cursor: pointer;
		list-style: none;
	}

	.denya-shop-mobile-menu summary::-webkit-details-marker {
		display: none;
	}

	.denya-shop-mobile-menu summary span {
		display: block;
		height: 2px;
		border-radius: 2px;
		background: var(--denya-shop-navy);
	}

	.denya-shop-mobile-menu nav {
		position: absolute;
		top: 55px;
		right: 0;
		display: flex;
		width: min(86vw, 345px);
		padding: 13px;
		flex-direction: column;
		border: 1px solid var(--denya-shop-line);
		border-radius: 14px;
		background: #ffffff;
		box-shadow: var(--denya-shop-shadow);
	}

	.denya-shop-mobile-menu nav a {
		padding: 11px 12px;
		border-radius: 8px;
		color: var(--denya-shop-ink);
		font-size: 14px;
		font-weight: 680;
	}

	.denya-shop-mobile-menu nav a:hover,
	.denya-shop-mobile-menu nav a:focus-visible {
		background: var(--denya-shop-soft);
	}

	.denya-shop-mobile-menu .denya-shop-mobile-quote {
		margin-top: 7px;
		color: #ffffff !important;
	}

	.denya-shop-hero {
		padding: 72px 0 88px;
	}

	.denya-shop-hero-grid {
		grid-template-columns: 1fr 0.82fr;
		gap: 38px;
	}

	.denya-shop-hero h1,
	.denya-shop-guide-hero h1 {
		font-size: clamp(39px, 6.7vw, 56px);
	}

	.denya-shop-hero-visual {
		min-height: 430px;
	}

	.denya-shop-hero-primary {
		height: 406px;
	}

	.denya-shop-hero-secondary {
		height: 145px;
	}

	.denya-shop-category-grid,
	body.denya-shop-site.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.denya-shop-category-card:last-child {
		grid-column: 1 / -1;
	}

	.denya-shop-category-card:last-child .denya-shop-category-image img {
		height: 330px;
	}

	.denya-shop-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.denya-shop-preparation-grid,
	.denya-shop-proof-grid,
	.denya-shop-cta-inner {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.denya-shop-cta .denya-shop-actions {
		justify-content: flex-start;
	}

	.denya-shop-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.denya-shop-footer-contact {
		grid-column: auto;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.denya-shop-navigation {
		grid-template-columns: 142px 1fr auto;
		min-height: 70px;
	}

	.denya-shop-brand img {
		width: 137px;
		height: 48px;
	}

	.denya-shop-hero,
	.denya-shop-guide-hero {
		padding: 58px 0 68px;
	}

	.denya-shop-hero-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.denya-shop-hero h1,
	.denya-shop-guide-hero h1 {
		font-size: 38px;
		line-height: 1.1;
	}

	.denya-shop-lead {
		font-size: 16px;
		line-height: 1.7;
	}

	.denya-shop-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.denya-shop-button {
		width: 100%;
	}

	.denya-shop-hero-visual {
		display: grid;
		min-height: 0;
		grid-template-columns: 1.25fr 0.75fr;
		gap: 11px;
		align-items: end;
	}

	.denya-shop-hero-primary {
		position: static;
		width: 100%;
		height: 370px;
		border-width: 6px;
		border-radius: 22px;
	}

	.denya-shop-hero-secondary-wrap {
		position: static;
		width: 100%;
		padding: 6px;
		border-radius: 15px;
	}

	.denya-shop-hero-secondary {
		height: 210px;
		border-radius: 10px;
	}

	.denya-shop-trust {
		margin-top: -24px;
	}

	.denya-shop-trust-grid {
		grid-template-columns: 1fr;
	}

	.denya-shop-trust-grid > div {
		min-height: auto;
		padding: 20px 22px;
		border-right: 0;
		border-bottom: 1px solid var(--denya-shop-line);
	}

	.denya-shop-trust-grid > div:last-child {
		border-bottom: 0;
	}

	.denya-shop-section {
		padding: 68px 0;
	}

	.denya-shop-section-heading {
		margin-bottom: 32px;
		text-align: left;
	}

	.denya-shop-section-heading h2,
	.denya-shop-preparation h2,
	.denya-shop-proof h2,
	.denya-shop-cta h2,
	.denya-shop-guide h2,
	.denya-shop-archive-hero h1 {
		font-size: 32px;
	}

	.denya-shop-section-heading > p:last-child,
	.denya-shop-preparation-grid > div > p,
	.denya-shop-proof-grid > div > p,
	.denya-shop-cta-inner > div > p:last-child {
		font-size: 15px;
	}

	.denya-shop-category-grid,
	body.denya-shop-site.woocommerce ul.products,
	.denya-shop-process-grid,
	.denya-shop-checklist,
	.denya-shop-guide-steps,
	.denya-product-information-grid {
		grid-template-columns: 1fr;
	}

	.denya-shop-category-card:last-child {
		grid-column: auto;
	}

	.denya-shop-category-image img,
	.denya-shop-category-card:last-child .denya-shop-category-image img {
		height: 270px;
	}

	.denya-shop-category-content {
		padding: 24px;
	}

	.denya-shop-category-content p {
		min-height: 0;
	}

	.denya-shop-card-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.denya-shop-card-actions .denya-shop-button {
		width: 100%;
	}

	.denya-shop-process-grid li {
		padding: 23px;
	}

	.denya-shop-preparation-grid,
	.denya-shop-proof-grid,
	.denya-shop-cta-inner {
		gap: 30px;
	}

	.denya-shop-checklist li {
		min-height: 96px;
	}

	.denya-shop-cta {
		padding: 56px 0;
	}

	.denya-shop-footer-shell {
		padding-top: 49px;
	}

	.denya-shop-footer-grid {
		grid-template-columns: 1fr;
		gap: 34px;
	}

	.denya-shop-footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.denya-shop-footer-bottom > div {
		flex-wrap: wrap;
	}

	body.post-type-archive-product #main-content > .container,
	body.tax-product_cat #main-content > .container,
	body.search-results.post-type-archive-product #main-content > .container {
		padding: 36px 0 68px;
	}

	.denya-shop-archive-hero {
		padding: 30px 24px;
	}

	.denya-shop-product-search {
		align-items: stretch;
		flex-direction: column;
		background: transparent;
	}

	.denya-shop-product-search input[type="search"],
	.denya-shop-product-search button {
		width: 100%;
		border-radius: 9px;
	}

	.denya-shop-product-search button {
		min-height: 46px;
		margin-top: 8px;
	}

	.denya-shop-category-navigation {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.denya-shop-category-navigation a {
		justify-content: center;
		text-align: center;
	}

	.denya-shop-catalog-notice {
		align-items: flex-start;
		flex-direction: column;
	}

	body.denya-shop-site.woocommerce ul.products li.product img {
		height: 285px;
	}

	.denya-shop-archive-cta {
		padding: 29px 24px;
		align-items: stretch;
		flex-direction: column;
	}

	.denya-shop-archive-cta > a {
		width: 100%;
	}

	body.single-product .et-l--body > .et_pb_section:first-child {
		padding-top: 38px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}
}
