:root {
	--wpkah-navy: #081f49;
	--wpkah-navy-2: #12315f;
	--wpkah-muted: #667894;
	--wpkah-line: #dce5f2;
	--wpkah-soft: #f4f9ff;
	--wpkah-pink: #f90055;
	--wpkah-pink-dark: #d9004b;
	--wpkah-blue: #1599e6;
	--wpkah-shadow: 0 18px 50px rgba(12, 52, 105, .13);
}

body.wpkah-home-active {
	margin: 0;
	min-width: 320px;
	background: #fff;
	color: var(--wpkah-navy);
	-webkit-font-smoothing: antialiased;
}

body.wpkah-home-active .wd-toolbar,
body.wpkah-home-active .scrollToTop,
body.wpkah-home-active .wd-close-side,
body.wpkah-home-active .wd-cookies-popup,
body.wpkah-home-active > .website-wrapper,
body.wpkah-home-active > .footer-container {
	display: none !important;
}

#wpk-ash-home,
#wpk-ash-home * {
	box-sizing: border-box;
}

#wpk-ash-home {
	min-height: 100vh;
	background: #fff;
	color: var(--wpkah-navy);
	font: 400 15px/1.5 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#wpk-ash-home [hidden] {
	display: none !important;
}

#wpk-ash-home button,
#wpk-ash-home input {
	font: inherit;
}

#wpk-ash-home button,
#wpk-ash-home a {
	-webkit-tap-highlight-color: transparent;
}

#wpk-ash-home button:focus-visible,
#wpk-ash-home a:focus-visible,
#wpk-ash-home input:focus-visible,
#wpk-ash-home summary:focus-visible {
	outline: 3px solid rgba(21, 153, 230, .35);
	outline-offset: 3px;
}

#wpk-ash-home img {
	display: block;
	max-width: 100%;
}

#wpk-ash-home a {
	color: inherit;
	text-decoration: none;
}

#wpk-ash-home p,
#wpk-ash-home h1,
#wpk-ash-home h2,
#wpk-ash-home h3,
#wpk-ash-home ul {
	margin-top: 0;
}

.wpkah-shell {
	width: min(calc(100% - 72px), 1392px);
	margin-inline: auto;
}

.wpkah-skip-link {
	position: fixed;
	top: -80px;
	left: 16px;
	z-index: 99999;
	padding: 10px 16px;
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--wpkah-shadow);
}

.wpkah-skip-link:focus {
	top: 16px;
}

.wpkah-header {
	position: relative;
	z-index: 50;
	background: #fff;
}

.wpkah-header-main {
	height: 82px;
	display: grid;
	grid-template-columns: 282px minmax(260px, 1fr) auto;
	align-items: center;
	gap: 34px;
}

.wpkah-brand {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	width: max-content;
}

.wpkah-brand img {
	width: 52px;
	height: 52px;
	object-fit: cover;
	border-radius: 10px;
}

.wpkah-brand > span {
	display: grid;
	line-height: 1;
}

.wpkah-brand strong {
	font-size: 29px;
	font-weight: 780;
	letter-spacing: -1.2px;
}

.wpkah-brand small {
	margin-top: 6px;
	color: #537099;
	font-size: 9px;
	font-weight: 750;
	letter-spacing: 1.15px;
}

.wpkah-search-wrap {
	position: relative;
}

.wpkah-search {
	height: 50px;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 0 17px;
	border: 1px solid #d6e0ec;
	border-radius: 11px;
	background: #fff;
	color: #526986;
	box-shadow: 0 4px 14px rgba(24, 57, 103, .04);
}

.wpkah-search:focus-within {
	border-color: #79bce9;
	box-shadow: 0 0 0 4px rgba(21, 153, 230, .09);
}

.wpkah-search > span {
	font-size: 26px;
	line-height: 1;
	transform: rotate(-15deg);
}

.wpkah-search input {
	width: 100%;
	min-width: 0;
	border: 0;
	outline: 0;
	background: transparent;
	color: var(--wpkah-navy);
	font-size: 15px;
}

.wpkah-search input::placeholder {
	color: #8290a9;
}

.wpkah-search-panel {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 70;
	min-width: 520px;
	padding: 18px;
	border: 1px solid var(--wpkah-line);
	border-radius: 15px;
	background: #fff;
	box-shadow: var(--wpkah-shadow);
}

.wpkah-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--wpkah-line);
}

.wpkah-panel-head strong {
	font-size: 13px;
}

.wpkah-panel-head button,
.wpkah-mega-close,
.wpkah-dialog-close,
.wpkah-drawer-head button {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	border: 0;
	border-radius: 50%;
	background: #f1f5fa;
	color: var(--wpkah-navy);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.wpkah-search-results {
	display: grid;
	gap: 5px;
	padding-top: 10px;
}

.wpkah-search-result {
	min-height: 64px;
	display: grid;
	grid-template-columns: 48px 1fr auto;
	align-items: center;
	gap: 12px;
	padding: 7px 9px;
	border-radius: 9px;
}

.wpkah-search-result:hover {
	background: var(--wpkah-soft);
}

.wpkah-search-result img,
.wpkah-search-result .wpkah-search-fallback {
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.wpkah-search-result .wpkah-search-fallback {
	display: grid;
	place-items: center;
	border-radius: 8px;
	background: #e9f5fd;
	color: var(--wpkah-blue);
}

.wpkah-search-result > span {
	display: grid;
	gap: 2px;
}

.wpkah-search-result small {
	color: var(--wpkah-muted);
}

.wpkah-actions {
	display: flex;
	align-items: center;
	gap: 15px;
}

.wpkah-actions > a,
.wpkah-cart-trigger,
.wpkah-switcher > summary {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 0;
	background: transparent;
	color: var(--wpkah-navy);
	font-style: normal;
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
}

.wpkah-actions em {
	font-style: normal;
}

.wpkah-actions > a:hover,
.wpkah-cart-trigger:hover,
.wpkah-switcher > summary:hover,
.wpkah-nav button:hover {
	color: var(--wpkah-pink);
}

.wpkah-cart-trigger {
	position: relative;
	padding: 0 5px;
}

.wpkah-cart-count {
	position: absolute;
	top: -1px;
	left: 21px;
	min-width: 18px;
	height: 18px;
	display: grid;
	place-items: center;
	padding: 0 5px;
	border-radius: 99px;
	background: var(--wpkah-pink);
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	box-shadow: 0 0 0 3px #fff;
}

.wpkah-switcher {
	position: relative;
}

.wpkah-switcher > summary {
	list-style: none;
}

.wpkah-switcher > summary::-webkit-details-marker {
	display: none;
}

.wpkah-switcher > summary::after {
	content: "⌄";
	color: #657895;
}

.wpkah-switcher > div {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	z-index: 90;
	width: 210px;
	max-height: 390px;
	overflow: auto;
	padding: 8px;
	border: 1px solid var(--wpkah-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--wpkah-shadow);
}

.wpkah-switcher a {
	display: block;
	padding: 8px 10px;
	border-radius: 7px;
	font-size: 13px;
}

.wpkah-switcher a:hover,
.wpkah-switcher a[aria-current="true"] {
	background: var(--wpkah-soft);
	color: var(--wpkah-blue);
}

#wpk-ash-home .wpkah-mobile-menu {
	display: none;
}

.wpkah-nav {
	height: 52px;
	border-top: 1px solid #edf1f6;
	border-bottom: 1px solid #dfe7f1;
	background: #fff;
}

.wpkah-nav-inner {
	height: 100%;
	display: flex;
	align-items: center;
	gap: 58px;
}

.wpkah-nav button {
	height: 100%;
	min-width: 88px;
	border: 0;
	border-bottom: 3px solid transparent;
	background: transparent;
	color: var(--wpkah-navy);
	font-weight: 750;
	cursor: pointer;
}

.wpkah-nav button.is-active {
	border-bottom-color: var(--wpkah-pink);
	color: var(--wpkah-pink);
}

.wpkah-mega {
	position: absolute;
	top: 134px;
	left: 0;
	right: 0;
	z-index: 65;
	border-bottom: 1px solid var(--wpkah-line);
	background: #fff;
	box-shadow: 0 24px 60px rgba(4, 31, 73, .15);
}

.wpkah-mega-inner {
	position: relative;
	display: grid;
	grid-template-columns: 260px 1fr;
	gap: 36px;
	padding: 28px 42px 32px 0;
}

.wpkah-mega-intro {
	padding-right: 24px;
	border-right: 1px solid var(--wpkah-line);
}

.wpkah-mega-intro > span,
.wpkah-dialog-kicker,
.wpkah-section-heading > span {
	color: var(--wpkah-pink);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.wpkah-mega-intro h2 {
	margin: 8px 0;
	font-size: 25px;
	letter-spacing: -.7px;
}

.wpkah-mega-intro p {
	margin: 0;
	color: var(--wpkah-muted);
	font-size: 14px;
}

.wpkah-mega-items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 9px;
}

.wpkah-mega-items button {
	min-height: 80px;
	display: grid;
	grid-template-columns: 58px 1fr auto;
	align-items: center;
	gap: 10px;
	padding: 8px 9px;
	border: 1px solid transparent;
	border-radius: 10px;
	background: #fff;
	color: var(--wpkah-navy);
	text-align: left;
	cursor: pointer;
}

.wpkah-mega-items button:hover,
.wpkah-freeware-items a:hover {
	border-color: #d7e7f5;
	background: #f7fbff;
}

.wpkah-mega-items img {
	width: 58px;
	height: 58px;
	object-fit: contain;
}

.wpkah-mega-items button > span {
	display: grid;
	gap: 3px;
}

.wpkah-mega-items small {
	color: var(--wpkah-muted);
	font-size: 11px;
}

.wpkah-freeware-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.wpkah-freeware-items a {
	min-height: 52px;
	display: grid;
	grid-template-columns: 22px 1fr auto;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid transparent;
	border-radius: 9px;
	font-size: 13px;
}

.wpkah-freeware-items a > span {
	color: var(--wpkah-blue);
}

.wpkah-mega-close {
	position: absolute;
	top: 18px;
	right: 0;
}

.wpkah-hero {
	position: relative;
	height: 468px;
	overflow: hidden;
	background: #eef7ff;
}

.wpkah-hero-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wpkah-hero-grid {
	position: relative;
	height: 100%;
	width: min(calc(100% - 88px), 1448px);
	display: grid;
	grid-template-columns: minmax(460px, 1fr) minmax(320px, .72fr) 452px;
	gap: 22px;
	align-items: center;
}

.wpkah-hero-copy {
	z-index: 2;
	padding-left: 66px;
}

[dir="rtl"] .wpkah-hero-copy {
	padding-right: 66px;
	padding-left: 0;
}

.wpkah-eyebrow {
	margin-bottom: 2px;
	font-size: 27px;
	letter-spacing: -.5px;
}

.wpkah-eyebrow sup,
.wpkah-promo-card sup,
.wpkah-dialog-kicker sup {
	font-size: .5em;
	vertical-align: super;
}

.wpkah-hero h1 {
	margin: 0;
	color: #061b41;
	font-size: clamp(52px, 5vw, 80px);
	font-weight: 820;
	line-height: .98;
	letter-spacing: -4px;
	white-space: nowrap;
}

.wpkah-hero-description {
	max-width: 430px;
	margin: 17px 0 0;
	color: #18345b;
	font-size: 17px;
	line-height: 1.55;
}

.wpkah-hero-price,
.wpkah-card-prices,
.wpkah-quick-price {
	display: flex;
	align-items: center;
}

.wpkah-hero-price {
	gap: 17px;
	margin-top: 24px;
}

.wpkah-hero-price strong {
	font-size: 46px;
	line-height: 1;
	letter-spacing: -2px;
}

.wpkah-hero-price del {
	color: #6d7d98;
	font-size: 26px;
	font-weight: 700;
	text-decoration-color: #d05b75;
}

.wpkah-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	background: var(--wpkah-pink);
	color: #fff;
	font-weight: 850;
}

.wpkah-hero-price .wpkah-discount-badge {
	height: 36px;
	padding: 0 13px;
	font-size: 17px;
}

.wpkah-pink-button {
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border: 0;
	border-radius: 8px;
	background: var(--wpkah-pink);
	color: #fff !important;
	padding: 0 23px;
	font-weight: 780;
	cursor: pointer;
	box-shadow: 0 10px 22px rgba(249, 0, 85, .19);
	transition: transform .15s ease, background .15s ease;
}

.wpkah-pink-button:hover {
	transform: translateY(-1px);
	background: var(--wpkah-pink-dark);
}

.wpkah-hero-button {
	min-width: 200px;
	height: 52px;
	margin-top: 22px;
	font-size: 16px;
}

.wpkah-delivery-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 16px 0 0;
	color: #40577a;
	font-size: 13px;
}

.wpkah-delivery-note span {
	width: 19px;
	height: 19px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #2d9fe1;
	color: #fff;
	font-size: 11px;
}

.wpkah-hero-art {
	align-self: end;
	height: 93%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.wpkah-hero-art img {
	width: min(100%, 420px);
	max-height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 28px 24px rgba(16, 57, 102, .2));
}

.wpkah-promo-stack {
	display: grid;
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 10px;
	align-self: stretch;
	padding-top: 21px;
}

.wpkah-promo-card {
	min-height: 204px;
	display: grid;
	grid-template-columns: 1fr 150px;
	align-items: center;
	overflow: hidden;
	border: 1px solid rgba(187, 209, 231, .76);
	border-radius: 12px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 12px 30px rgba(20, 70, 123, .08);
	backdrop-filter: blur(12px);
}

.wpkah-promo-card > div {
	z-index: 1;
	padding: 20px 0 20px 28px;
}

[dir="rtl"] .wpkah-promo-card > div {
	padding: 20px 28px 20px 0;
}

.wpkah-promo-card p {
	margin: 0;
	font-size: 13px;
}

.wpkah-promo-card h2 {
	margin: 4px 0 9px;
	font-size: 21px;
	line-height: 1.12;
	letter-spacing: -.7px;
}

.wpkah-promo-card > div > span {
	display: block;
	min-height: 40px;
	color: #405578;
	font-size: 12px;
}

.wpkah-promo-card button {
	height: 39px;
	margin-top: 10px;
	padding: 0 20px;
	border: 0;
	border-radius: 6px;
	background: var(--wpkah-pink);
	color: #fff;
	font-weight: 750;
	cursor: pointer;
}

.wpkah-promo-card img {
	width: 160px;
	height: 180px;
	align-self: end;
	justify-self: end;
	object-fit: contain;
	margin-right: -7px;
}

.wpkah-newsletter {
	min-height: 94px;
	display: grid;
	grid-template-columns: 66px 1fr minmax(420px, 590px);
	align-items: center;
	gap: 22px;
	margin-top: 16px;
	padding: 13px 19px;
	border: 1px solid #bddcf6;
	border-radius: 15px;
	background: #f7fbff;
}

.wpkah-mail-orb {
	width: 56px;
	height: 56px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: #41a8e8;
	color: #fff;
	font-size: 28px;
	box-shadow: 0 8px 18px rgba(29, 138, 208, .32);
}

.wpkah-newsletter-copy h2 {
	margin: 0 0 4px;
	font-size: 17px;
}

.wpkah-newsletter-copy p {
	margin: 0;
	color: #536986;
	font-size: 12px;
}

.wpkah-newsletter-row {
	display: grid;
	grid-template-columns: 1fr 128px;
}

.wpkah-newsletter-row input {
	height: 46px;
	min-width: 0;
	padding: 0 15px;
	border: 1px solid #d6e1ee;
	border-right: 0;
	border-radius: 9px 0 0 9px;
	outline: 0;
}

.wpkah-newsletter-row .wpkah-pink-button {
	border-radius: 0 8px 8px 0;
	box-shadow: none;
}

.wpkah-consent {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin-top: 6px;
	color: #60728d;
	font-size: 10px;
}

.wpkah-consent input {
	margin-top: 2px;
}

.wpkah-honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	opacity: 0 !important;
}

.wpkah-form-status {
	min-height: 14px;
	margin: 3px 0 0;
	color: #176a38;
	font-size: 10px;
}

.wpkah-products {
	padding: 52px 0 66px;
}

.wpkah-section-heading {
	max-width: 760px;
	margin: 0 auto 26px;
	text-align: center;
}

.wpkah-section-heading h2 {
	margin: 7px 0 8px;
	font-size: 34px;
	letter-spacing: -1.2px;
}

.wpkah-section-heading p {
	margin: 0;
	color: var(--wpkah-muted);
}

.wpkah-product-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 13px;
}

.wpkah-product-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: 100%;
	overflow: hidden;
	border: 1px solid #dfe6ef;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 8px 26px rgba(19, 57, 101, .05);
	transition: transform .17s ease, box-shadow .17s ease, border-color .17s ease;
}

.wpkah-product-card:hover {
	transform: translateY(-3px);
	border-color: #b7d4ec;
	box-shadow: 0 16px 34px rgba(19, 57, 101, .11);
}

.wpkah-product-art {
	height: 188px;
	display: grid;
	place-items: center;
	padding: 5px 12px 0;
	background: #f9fbfe;
}

.wpkah-product-art img {
	width: 175px;
	height: 175px;
	object-fit: contain;
	filter: drop-shadow(0 15px 10px rgba(11, 35, 66, .14));
}

.wpkah-product-content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 11px 14px 14px;
}

.wpkah-product-content h3 {
	min-height: 37px;
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
}

.wpkah-card-prices {
	min-height: 50px;
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 8px;
}

.wpkah-card-prices strong {
	color: #0b2348;
	font-size: 21px;
	font-weight: 850;
	line-height: 1.1;
	letter-spacing: -.6px;
}

.wpkah-card-prices del {
	color: #8290a5;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration-thickness: 1.5px;
}

.wpkah-card-prices .wpkah-discount-badge {
	height: 21px;
	padding: 0 6px;
	font-size: 9px;
}

.wpkah-card-actions {
	display: grid;
	grid-template-columns: 1fr;
	gap: 7px;
	margin-top: auto;
	padding-top: 12px;
}

.wpkah-secondary-button,
.wpkah-compact {
	min-width: 0;
	height: 38px;
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding: 0 7px;
	border-radius: 6px;
	font-size: 10px;
	font-weight: 750;
	line-height: 1.2;
	text-align: center;
	text-transform: none;
	white-space: nowrap;
	cursor: pointer;
}

.wpkah-secondary-button {
	border: 1px solid #d4dfeb;
	background: #fff;
	color: var(--wpkah-navy);
}

.wpkah-secondary-button:hover {
	border-color: #8ec5e9;
	background: #f5fbff;
	color: #0878bd;
}

.wpkah-compact {
	box-shadow: none;
}

.wpkah-footer {
	padding: 56px 0 20px;
	background: #071b3e;
	color: #d8e5f7;
}

.wpkah-footer-grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, 1fr);
	gap: 54px;
}

.wpkah-footer .wpkah-brand {
	color: #fff;
}

.wpkah-footer-brand > p,
.wpkah-footer-grid > div > p {
	max-width: 330px;
	margin: 18px 0 0;
	color: #9fb1ca;
	font-size: 13px;
}

.wpkah-footer-grid h2 {
	margin: 4px 0 16px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .8px;
}

.wpkah-footer-grid > div > a:not(.wpkah-brand) {
	display: block;
	margin: 9px 0;
	color: #bac9dd;
	font-size: 13px;
}

.wpkah-footer-grid > div > a:hover {
	color: #fff;
}

.wpkah-footer-cart {
	margin-top: 16px !important;
	color: #5ec5ff !important;
	font-weight: 750;
}

.wpkah-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 46px;
	padding-top: 18px;
	border-top: 1px solid rgba(255, 255, 255, .12);
	color: #8296b2;
	font-size: 11px;
}

.wpkah-overlay,
.wpkah-drawer-layer {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(4, 21, 47, .52);
	backdrop-filter: blur(6px);
}

.wpkah-dialog {
	position: relative;
	width: min(100%, 820px);
	max-height: calc(100vh - 48px);
	display: grid;
	grid-template-columns: .9fr 1.1fr;
	gap: 30px;
	overflow: auto;
	padding: 34px;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 35px 100px rgba(1, 17, 42, .34);
}

.wpkah-dialog-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
}

.wpkah-quick-art {
	min-height: 370px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #f5f9fd;
}

.wpkah-quick-art img {
	width: 90%;
	max-height: 340px;
	object-fit: contain;
}

.wpkah-quick-copy {
	align-self: center;
	padding-right: 10px;
}

.wpkah-quick-copy h2 {
	margin: 7px 0 10px;
	font-size: 34px;
	line-height: 1.1;
	letter-spacing: -1.3px;
}

.wpkah-quick-copy > p {
	color: var(--wpkah-muted);
}

.wpkah-quick-price {
	gap: 12px;
	margin: 18px 0;
}

.wpkah-quick-price strong {
	font-size: 33px;
}

.wpkah-quick-price del {
	color: #7a889e;
	font-size: 18px;
}

.wpkah-quick-price .wpkah-discount-badge {
	padding: 5px 9px;
	font-size: 12px;
}

@media (max-width: 1100px) {
	.wpkah-card-actions {
		grid-template-columns: 1fr;
	}

	.wpkah-secondary-button,
	.wpkah-compact {
		height: 38px;
		font-size: 11px;
	}
}

.wpkah-quick-copy ul {
	padding: 0;
	list-style: none;
	color: #40577a;
	font-size: 13px;
}

.wpkah-quick-copy li {
	margin: 8px 0;
}

.wpkah-drawer-layer {
	place-items: stretch end;
	padding: 0;
}

.wpkah-cart-drawer {
	width: min(100%, 430px);
	height: 100%;
	display: grid;
	grid-template-rows: auto 1fr auto;
	overflow: hidden;
	background: #fff;
	box-shadow: -25px 0 70px rgba(0, 20, 48, .28);
}

.wpkah-drawer-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
	border-bottom: 1px solid var(--wpkah-line);
}

.wpkah-drawer-head span {
	color: var(--wpkah-pink);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.wpkah-drawer-head h2 {
	margin: 2px 0 0;
	font-size: 24px;
}

.wpkah-mini-cart-content {
	overflow: auto;
	padding: 20px 24px;
}

.wpkah-mini-cart-content ul.woocommerce-mini-cart {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wpkah-mini-cart-content li.woocommerce-mini-cart-item {
	position: relative;
	min-height: 84px;
	padding: 10px 28px 10px 84px !important;
	border-bottom: 1px solid var(--wpkah-line);
}

.wpkah-mini-cart-content li img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 70px !important;
	height: 70px !important;
	object-fit: contain;
}

.wpkah-mini-cart-content a.remove {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 2;
	font-size: 20px;
}

.wpkah-mini-cart-content .quantity {
	display: block;
	margin-top: 5px;
	color: var(--wpkah-muted);
}

.wpkah-mini-cart-content .woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	margin: 20px 0;
	font-size: 18px;
}

.wpkah-mini-cart-content .woocommerce-mini-cart__buttons {
	display: none;
}

.wpkah-mini-cart-content .woocommerce-mini-cart__empty-message {
	padding: 80px 20px;
	color: var(--wpkah-muted);
	text-align: center;
}

.wpkah-drawer-actions {
	display: grid;
	grid-template-columns: 1fr 1.25fr;
	gap: 10px;
	padding: 20px 24px 24px;
	border-top: 1px solid var(--wpkah-line);
}

.wpkah-drawer-actions > a:first-child {
	display: grid;
	place-items: center;
	border: 1px solid #d0dbe8;
	border-radius: 8px;
	font-weight: 750;
}

.wpkah-toast {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 100001;
	max-width: 360px;
	padding: 13px 17px;
	border-radius: 10px;
	background: #071f49;
	color: #fff;
	font-size: 13px;
	box-shadow: var(--wpkah-shadow);
}

@media (max-width: 1280px) {
	.wpkah-header-main {
		grid-template-columns: 240px minmax(230px, 1fr) auto;
		gap: 20px;
	}
	.wpkah-brand strong { font-size: 25px; }
	.wpkah-actions { gap: 9px; }
	.wpkah-hero-grid {
		grid-template-columns: minmax(420px, 1fr) minmax(290px, .7fr) 380px;
	}
	.wpkah-hero-copy { padding-left: 24px; }
	.wpkah-promo-card { grid-template-columns: 1fr 125px; }
	.wpkah-promo-card img { width: 138px; }
	.wpkah-product-grid { grid-template-columns: repeat(3, 1fr); }
	.wpkah-product-art { height: 220px; }
	.wpkah-product-art img { width: 205px; height: 205px; }
}

@media (max-width: 1024px) {
	.wpkah-shell { width: min(calc(100% - 40px), 960px); }
	.wpkah-header-main { grid-template-columns: 220px 1fr auto; }
	.wpkah-actions em { display: none; }
	.wpkah-hero { height: auto; }
	.wpkah-hero-grid {
		height: auto;
		grid-template-columns: 1.1fr .9fr;
		padding: 46px 0 26px;
	}
	.wpkah-hero-copy { padding-left: 0; }
	.wpkah-hero h1 { font-size: clamp(48px, 7vw, 68px); }
	.wpkah-hero-art { height: 380px; }
	.wpkah-promo-stack {
		grid-column: 1 / -1;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: none;
		padding-top: 0;
	}
	.wpkah-promo-card { min-height: 190px; }
	.wpkah-newsletter { grid-template-columns: 58px 1fr; }
	.wpkah-newsletter form { grid-column: 1 / -1; }
	.wpkah-mega-inner { grid-template-columns: 220px 1fr; }
	.wpkah-mega-items { grid-template-columns: repeat(2, 1fr); }
	.wpkah-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
	.wpkah-shell { width: min(calc(100% - 28px), 620px); }
	.wpkah-header-main {
		height: auto;
		min-height: 74px;
		grid-template-columns: 42px 1fr auto;
		gap: 8px;
		padding: 9px 0;
	}
	#wpk-ash-home .wpkah-mobile-menu {
		width: 40px;
		height: 40px;
		display: grid;
		place-content: center;
		gap: 4px;
		border: 0;
		border-radius: 8px;
		background: #f3f7fb;
	}
	.wpkah-mobile-menu span { width: 20px; height: 2px; background: var(--wpkah-navy); }
	.wpkah-brand img { width: 42px; height: 42px; }
	.wpkah-brand strong { font-size: 21px; }
	.wpkah-brand small { display: none; }
	.wpkah-search-wrap {
		grid-column: 1 / -1;
		grid-row: 2;
	}
	.wpkah-search-panel { min-width: 0; }
	.wpkah-actions { gap: 5px; }
	.wpkah-account { display: none !important; }
	.wpkah-actions > a,
	.wpkah-cart-trigger,
	.wpkah-switcher > summary { min-height: 36px; font-size: 11px; }
	.wpkah-cart-trigger > span:first-child { font-size: 0; }
	.wpkah-cart-trigger > span:first-child::after { content: "🛒"; font-size: 17px; }
	.wpkah-cart-count { top: -2px; left: 12px; }
	.wpkah-language-switcher > summary > span:first-child { display: none; }
	.wpkah-switcher > div { position: fixed; top: 74px; right: 12px; }
	.wpkah-nav {
		height: auto;
		display: none;
	}
	.wpkah-nav.is-open { display: block; }
	.wpkah-nav-inner { height: auto; display: grid; gap: 0; padding: 6px 0; }
	.wpkah-nav button { width: 100%; height: 46px; text-align: left; border-bottom: 0; }
	.wpkah-mega { position: absolute; top: 176px; }
	.wpkah-mega-inner { display: block; padding: 20px 44px 22px 0; }
	.wpkah-mega-intro { padding: 0 0 16px; border: 0; border-bottom: 1px solid var(--wpkah-line); }
	.wpkah-mega-items,
	.wpkah-freeware-items { grid-template-columns: 1fr; max-height: 330px; overflow: auto; padding-top: 10px; }
	.wpkah-mega-close { top: 12px; }
	.wpkah-hero-grid { grid-template-columns: 1fr; padding: 38px 0 24px; }
	.wpkah-hero-copy { text-align: center; }
	.wpkah-hero h1 { font-size: clamp(43px, 13vw, 62px); letter-spacing: -2.7px; white-space: normal; }
	.wpkah-eyebrow { font-size: 23px; }
	.wpkah-hero-description { margin-inline: auto; font-size: 15px; }
	.wpkah-hero-price { justify-content: center; flex-wrap: wrap; }
	.wpkah-hero-price strong { font-size: 41px; }
	.wpkah-delivery-note { justify-content: center; }
	.wpkah-hero-art { grid-row: 1; height: 300px; }
	.wpkah-hero-art img { max-width: 310px; }
	.wpkah-promo-stack { grid-template-columns: 1fr; }
	.wpkah-promo-card { min-height: 180px; }
	.wpkah-newsletter { grid-template-columns: 48px 1fr; gap: 12px; padding: 14px; }
	.wpkah-mail-orb { width: 46px; height: 46px; font-size: 22px; }
	.wpkah-newsletter-row { grid-template-columns: 1fr; gap: 7px; }
	.wpkah-newsletter-row input { border: 1px solid #d6e1ee; border-radius: 8px; }
	.wpkah-newsletter-row .wpkah-pink-button { border-radius: 8px; }
	.wpkah-products { padding: 42px 0 52px; }
	.wpkah-section-heading h2 { font-size: 29px; }
	.wpkah-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.wpkah-product-art { height: 160px; }
	.wpkah-product-art img { width: 150px; height: 150px; }
	.wpkah-product-content { padding: 10px; }
	.wpkah-card-actions { grid-template-columns: 1fr; }
	.wpkah-footer-grid { grid-template-columns: 1fr; gap: 30px; }
	.wpkah-footer-bottom { display: grid; }
	.wpkah-dialog { grid-template-columns: 1fr; padding: 22px; gap: 18px; }
	.wpkah-quick-art { min-height: 250px; }
	.wpkah-quick-art img { max-height: 230px; }
	.wpkah-quick-copy h2 { font-size: 29px; }
}

@media (max-width: 420px) {
	.wpkah-brand { gap: 6px; }
	.wpkah-brand strong { font-size: 19px; letter-spacing: -.8px; }
	.wpkah-actions { gap: 2px; }
	.wpkah-switcher > summary { padding-inline: 3px; }
	.wpkah-hero-art { height: 270px; }
	.wpkah-product-grid { grid-template-columns: 1fr; }
	.wpkah-product-art { height: 230px; }
	.wpkah-product-art img { width: 210px; height: 210px; }
	.wpkah-product-content h3 { min-height: 0; font-size: 15px; }
	.wpkah-card-actions { grid-template-columns: 1fr; }
	.wpkah-secondary-button,
	.wpkah-compact { font-size: 11px; }
	.wpkah-drawer-actions { grid-template-columns: 1fr; }
}
