:root {
	--dnk-bg: #f4f6fb;
	--dnk-surface: #ffffff;
	--dnk-text: #172033;
	--dnk-muted: #5f6b7a;
	--dnk-border: #e4e9f2;
	--dnk-primary: #2563eb;
	--dnk-primary-dark: #1d4ed8;
	--dnk-topbar: #111827;
	--dnk-topbar-hover: #1f2937;
	--dnk-footer-bg: #0f172a;
	--dnk-footer-bg-hover: #1e293b;
	--dnk-product-accent: #283663;
	--dnk-product-accent-hover: #324575;
	--dnk-accent: #0f766e;
	--dnk-danger: #dc2626;
	--dnk-radius: 16px;
	--dnk-radius-sm: 10px;
	--dnk-shadow: 0 10px 30px rgba(23, 32, 51, 0.06);
	--dnk-container: 1180px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: var(--dnk-text);
	background: var(--dnk-bg);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--dnk-primary);
	text-decoration: none;
}

a:hover {
	color: var(--dnk-primary-dark);
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Outfit", sans-serif;
	line-height: 1.2;
	margin: 0 0 0.75rem;
}

p {
	margin: 0 0 1rem;
}

.screen-reader-text {
	position: absolute;
	left: -9999px;
}

.dnk-container {
	width: min(100% - 2rem, var(--dnk-container));
	margin-inline: auto;
}

.dnk-btn,
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-height: 48px;
	padding: 0.85rem 1.4rem;
	border: 0;
	border-radius: 999px;
	background: var(--dnk-primary);
	color: #fff !important;
	font-family: "Outfit", sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
}

.dnk-btn:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--dnk-primary-dark);
	transform: translateY(-1px);
}

.woocommerce button.show-password-input {
	min-height: 0 !important;
	width: 36px !important;
	padding: 0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
}

.dnk-btn-secondary {
	background: #fff;
	color: var(--dnk-text) !important;
	border: 1px solid var(--dnk-border);
	box-shadow: none;
}

.dnk-btn-secondary:hover {
	background: #f8fafc;
}

/* Header */
.dnk-header {
	background: var(--dnk-surface);
	border-bottom: 1px solid var(--dnk-border);
}

.dnk-topbar {
	background: var(--dnk-topbar);
	color: #cbd5e1;
	font-size: 0.8125rem;
}

.dnk-topbar-inner {
	padding: 0.55rem 0;
}

.dnk-topbar-text {
	margin: 0;
	max-width: 52ch;
}

.dnk-topbar-links {
	flex-shrink: 0;
}

.dnk-topbar-links a {
	color: #e5e7eb;
	font-weight: 500;
}

.dnk-topbar-email {
	font-family: "DM Sans", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #cbd5e1;
	white-space: nowrap;
}

.dnk-topbar-email:hover {
	color: #fff;
}

.dnk-topbar-links {
	display: flex;
	align-items: center;
	gap: 0.65rem;
}

.dnk-top-menu {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dnk-top-link {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.42rem 0.9rem;
	border: 1px solid transparent;
	border-radius: 999px;
	background: transparent;
	color: #f8fafc !important;
	font-family: "DM Sans", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dnk-top-link-inner {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
}

.dnk-top-link-label {
	white-space: nowrap;
}

.dnk-top-menu a .fa,
.dnk-top-menu a [class*="fa-"],
.dnk-top-menu a i[class*="fa"] {
	display: none !important;
}

.dnk-top-link--account::before,
.dnk-top-menu-item--account > a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0.1rem;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='4' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M5 20c1.5-3.5 4.5-5 7-5s5.5 1.5 7 5' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='8' r='4' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M5 20c1.5-3.5 4.5-5 7-5s5.5 1.5 7 5' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dnk-top-link--logout::before,
.dnk-top-menu-item--logout > a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0.1rem;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 7V6a2 2 0 0 1 2-2h7v16h-7a2 2 0 0 1-2-2v-1' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M3 12h11m0 0-3.5-3.5M14 12l-3.5 3.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M10 7V6a2 2 0 0 1 2-2h7v16h-7a2 2 0 0 1-2-2v-1' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M3 12h11m0 0-3.5-3.5M14 12l-3.5 3.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dnk-top-link--login::before,
.dnk-top-menu-item--login > a::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 0.1rem;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 7V6a2 2 0 0 0-2-2H5v16h7a2 2 0 0 0 2-2v-1' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M21 12H10m0 0 3.5-3.5M10 12l3.5 3.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M14 7V6a2 2 0 0 0-2-2H5v16h7a2 2 0 0 0 2-2v-1' stroke='black' stroke-width='1.8'/%3E%3Cpath d='M21 12H10m0 0 3.5-3.5M10 12l3.5 3.5' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.dnk-top-link--account {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.14);
}

.dnk-top-link--account:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.24);
	color: #fff !important;
	transform: translateY(-1px);
}

.dnk-top-link--logout {
	background: rgba(239, 68, 68, 0.12);
	border-color: rgba(248, 113, 113, 0.28);
	color: #fecaca !important;
}

.dnk-top-link--logout:hover {
	background: rgba(239, 68, 68, 0.22);
	border-color: rgba(248, 113, 113, 0.45);
	color: #fff !important;
}

.dnk-top-link--login {
	background: rgba(37, 99, 235, 0.18);
	border-color: rgba(96, 165, 250, 0.35);
	color: #dbeafe !important;
}

.dnk-top-link--login:hover {
	background: rgba(37, 99, 235, 0.3);
	color: #fff !important;
}

.dnk-top-menu-item--account > a,
.dnk-top-menu-item--logout > a,
.dnk-top-menu-item--login > a {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.42rem 0.9rem;
	border: 1px solid transparent;
	border-radius: 999px;
	font-family: "DM Sans", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.dnk-top-menu-item--account > a {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.14);
	color: #f8fafc !important;
}

.dnk-top-menu-item--logout > a {
	background: rgba(239, 68, 68, 0.12);
	border-color: rgba(248, 113, 113, 0.28);
	color: #fecaca !important;
}

.dnk-top-menu-item--login > a {
	background: rgba(37, 99, 235, 0.18);
	border-color: rgba(96, 165, 250, 0.35);
	color: #dbeafe !important;
}

.dnk-topbar-links a:hover {
	color: #fff;
}

.dnk-topbar-inner,
.dnk-topbar-links {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
}

.dnk-header-main {
	background: #fff;
}

.dnk-header-main-inner {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) auto;
	align-items: center;
	gap: 1.5rem;
	padding: 1rem 0;
}

.dnk-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	color: var(--dnk-text);
	font-family: "Outfit", sans-serif;
	font-weight: 700;
}

.dnk-logo img {
	width: 48px;
	height: 48px;
	border-radius: 0;
	object-fit: cover;
	flex-shrink: 0;
}

.dnk-logo span {
	font-size: 1.05rem;
	letter-spacing: -0.02em;
}

.dnk-header-search-wrap {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	justify-self: center;
	width: 100%;
	max-width: 720px;
	min-width: 0;
}

.dnk-header-search {
	flex: 1 1 auto;
	justify-self: auto;
	width: auto;
	max-width: none;
	min-width: 0;
}

.dnk-header-offer {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	flex: 0 0 auto;
	min-height: 48px;
	padding: 0.45rem 0.95rem 0.45rem 0.55rem;
	border-radius: 999px;
	background: linear-gradient(135deg, #f97316 0%, #ef4444 100%);
	color: #fff !important;
	text-decoration: none;
	box-shadow: 0 10px 24px rgba(239, 68, 68, 0.28);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.dnk-header-offer:hover {
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 28px rgba(239, 68, 68, 0.34);
	filter: brightness(1.03);
}

.dnk-header-offer__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.35rem;
	padding: 0.28rem 0.45rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.22);
	font-size: 0.62rem;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.dnk-header-offer__text {
	display: flex;
	flex-direction: column;
	gap: 0.05rem;
	line-height: 1.15;
}

.dnk-header-offer__text strong {
	font-family: "Outfit", sans-serif;
	font-size: 0.88rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.dnk-header-offer__text small {
	font-size: 0.68rem;
	font-weight: 600;
	opacity: 0.92;
}

.dnk-header-search .asl_w_container,
.dnk-header-search div[id*="ajaxsearchlite"],
.dnk-header-search #ajaxsearchlite1,
.dnk-header-search .asl_w,
.dnk-header-search form.search-form {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.dnk-header-search .asl_w,
.dnk-header-search div.asl_w {
	background: transparent !important;
	background-image: none !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.dnk-header-search .probox,
.dnk-header-search form.search-form {
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch !important;
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--dnk-border) !important;
	border-radius: 999px !important;
	overflow: hidden !important;
	background: #f8fafc !important;
	background-image: none !important;
	box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04) !important;
}

.dnk-header-search .proinput {
	flex: 1 1 auto !important;
	width: auto !important;
	float: none !important;
	order: 5 !important;
	margin: 0 !important;
	padding: 0 0 0 1rem !important;
	background: transparent !important;
	box-shadow: none !important;
}

.dnk-header-search .proinput form {
	display: block !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.dnk-header-search .proinput input,
.dnk-header-search .proinput input.orig,
.dnk-header-search form.search-form input[type="search"] {
	width: 100% !important;
	height: 48px !important;
	min-height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--dnk-text) !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: 0.95rem !important;
	line-height: 48px !important;
	box-shadow: none !important;
}

.dnk-header-search .proinput input::placeholder,
.dnk-header-search .proinput input.orig::placeholder {
	color: #94a3b8 !important;
	opacity: 1 !important;
}

.dnk-header-search .proinput input.autocomplete {
	display: none !important;
}

.dnk-header-search .promagnifier,
.dnk-header-search form.search-form input[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 48px !important;
	order: 10 !important;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 999px 999px 0 !important;
	background: var(--dnk-primary) !important;
	background-image: none !important;
	box-shadow: none !important;
	cursor: pointer;
}

.dnk-header-search .promagnifier .innericon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
}

.dnk-header-search .promagnifier .innericon svg {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	fill: #fff !important;
}

.dnk-header-search .proloading {
	display: none !important;
}

.dnk-header-search .proclose {
	display: none;
	align-items: center;
	justify-content: center;
	flex: 0 0 32px !important;
	order: 8 !important;
	width: 32px !important;
	height: 32px !important;
	margin: auto 0.25rem auto 0 !important;
	padding: 0 !important;
	background: transparent !important;
	cursor: pointer;
}

.dnk-header-search .proclose svg {
	width: 12px !important;
	height: 12px !important;
	fill: #64748b !important;
}

.dnk-header-search .prosettings {
	display: none !important;
}

.dnk-header-actions {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.dnk-cart-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	overflow: visible;
	border: 1px solid var(--dnk-border);
	border-radius: 12px;
	color: var(--dnk-text);
	background: #fff;
}

.dnk-cart-link svg {
	display: block;
	flex-shrink: 0;
}

.dnk-cart-count {
	position: absolute;
	top: -7px;
	right: -7px;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 4px;
	border: 2px solid #fff;
	border-radius: 999px;
	background: var(--dnk-danger);
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
}

.dnk-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--dnk-border);
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.dnk-nav-toggle:hover,
.dnk-nav-toggle.is-active {
	border-color: var(--dnk-primary);
	background: #f8fafc;
}

.dnk-nav-toggle-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 18px;
	height: 14px;
}

.dnk-nav-toggle-bar {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: var(--dnk-text);
	transition: transform 0.25s ease, opacity 0.25s ease, background 0.2s ease;
}

.dnk-nav-toggle.is-active .dnk-nav-toggle-bar:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.dnk-nav-toggle.is-active .dnk-nav-toggle-bar:nth-child(2) {
	opacity: 0;
}

.dnk-nav-toggle.is-active .dnk-nav-toggle-bar:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.dnk-primary-nav {
	border-top: 1px solid rgba(37, 99, 235, 0.1);
	border-bottom: 1px solid rgba(37, 99, 235, 0.12);
	background:
		linear-gradient(90deg, rgba(239, 246, 255, 0.95) 0%, rgba(248, 250, 252, 0.98) 52%, rgba(236, 254, 255, 0.95) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.dnk-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	list-style: none;
	margin: 0;
	padding: 0.7rem 0;
}

.dnk-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dnk-menu > li {
	position: relative;
}

.dnk-menu > li > a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.58rem 1rem;
	border-radius: 999px;
	color: #334155;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.2;
	transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.dnk-menu > li > a:hover,
.dnk-menu > li > a:focus-visible {
	color: var(--dnk-primary);
	background: rgba(255, 255, 255, 0.92);
	outline: none;
}

.dnk-menu > .current-menu-item > a,
.dnk-menu > .current-menu-ancestor > a,
.dnk-menu > .current_page_item > a,
.dnk-menu > .current-page-ancestor > a {
	color: #fff;
	background: linear-gradient(135deg, var(--dnk-primary) 0%, var(--dnk-primary-dark) 100%);
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.28);
}

.dnk-menu > .menu-item-has-children > a::after {
	content: "";
	flex: 0 0 auto;
	width: 0.42rem;
	height: 0.42rem;
	margin-top: -0.1rem;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.72;
	transition: transform 0.2s ease;
}

.dnk-menu > li:hover > a::after,
.dnk-menu > li:focus-within > a::after {
	transform: rotate(225deg);
}

.dnk-menu .sub-menu {
	position: absolute;
	top: calc(100% + 0.45rem);
	left: 0;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	min-width: 230px;
	padding: 0.45rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
	z-index: 120;
}

.dnk-menu li:hover > .sub-menu,
.dnk-menu li:focus-within > .sub-menu,
.dnk-menu li.is-sub-open > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.dnk-menu .sub-menu a {
	display: block;
	padding: 0.62rem 0.85rem;
	border-radius: 10px;
	color: #334155;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.35;
	transition: color 0.2s ease, background 0.2s ease;
}

.dnk-menu .sub-menu a:hover,
.dnk-menu .sub-menu a:focus-visible {
	color: var(--dnk-primary);
	background: #f1f5f9;
	outline: none;
}

.dnk-menu .sub-menu .current-menu-item > a,
.dnk-menu .sub-menu .current-menu-ancestor > a,
.dnk-menu .sub-menu .current_page_item > a {
	color: var(--dnk-primary);
	background: rgba(37, 99, 235, 0.08);
}

.dnk-menu .sub-menu .menu-item-has-children > a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.dnk-menu .sub-menu .menu-item-has-children > a::after {
	content: "";
	flex: 0 0 auto;
	width: 0.38rem;
	height: 0.38rem;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg);
	opacity: 0.55;
}

.dnk-menu .sub-menu .sub-menu {
	top: 0;
	left: calc(100% + 0.35rem);
}

.dnk-menu .wpmenucartli,
.dnk-top-menu .wpmenucartli {
	display: none !important;
}

.dnk-nav-drawer-head,
.dnk-nav-overlay {
	display: none;
}

.dnk-hero {
	position: relative;
	overflow: hidden;
	padding: 3.75rem 0 5rem;
	background:
		radial-gradient(circle at 8% 14%, rgba(56, 189, 248, 0.34), transparent 44%),
		radial-gradient(circle at 92% 18%, rgba(167, 139, 250, 0.3), transparent 40%),
		radial-gradient(circle at 78% 88%, rgba(45, 212, 191, 0.26), transparent 42%),
		radial-gradient(circle at 18% 82%, rgba(59, 130, 246, 0.22), transparent 38%),
		linear-gradient(128deg, #eef2ff 0%, #f5f3ff 34%, #ecfeff 68%, #f0fdfa 100%);
}

.dnk-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.35) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.35) 1px, transparent 1px);
	background-size: 56px 56px;
	mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), transparent 92%);
	pointer-events: none;
}

.dnk-hero::after {
	content: "";
	position: absolute;
	top: -18%;
	right: -6%;
	width: min(560px, 58vw);
	height: min(560px, 58vw);
	border-radius: 50%;
	background: radial-gradient(circle, rgba(99, 102, 241, 0.16) 0%, transparent 68%);
	pointer-events: none;
}

.dnk-hero-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 1.05fr);
	align-items: center;
	gap: 2.5rem;
}

.dnk-hero-content {
	position: relative;
	z-index: 2;
}

.dnk-hero-kicker {
	color: var(--dnk-accent);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.78rem;
}

.dnk-hero h1 {
	max-width: 14ch;
	font-size: clamp(2rem, 4vw, 3.4rem);
}

.dnk-hero-text {
	max-width: 48ch;
	color: var(--dnk-muted);
	font-size: 1.05rem;
}

.dnk-hero-stats {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
	margin: 1.25rem 0 0;
	padding: 0;
	list-style: none;
}

.dnk-hero-stats li {
	color: var(--dnk-muted);
	font-size: 0.92rem;
}

.dnk-hero-stats strong {
	color: var(--dnk-text);
	font-family: "Outfit", sans-serif;
	font-weight: 700;
}

.dnk-hero-visual {
	position: relative;
	min-height: 420px;
	max-width: 500px;
	width: 100%;
	margin: 0 0 0 auto;
}

.dnk-hero-card {
	position: absolute;
	z-index: 1;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
	width: 240px;
	padding: 0.9rem;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow:
		0 22px 46px rgba(15, 23, 42, 0.14),
		0 2px 10px rgba(15, 23, 42, 0.05);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dnk-hero-card:hover {
	box-shadow:
		0 22px 48px rgba(15, 23, 42, 0.16),
		0 4px 12px rgba(15, 23, 42, 0.06);
}

.dnk-hero-card--has-image {
	padding: 0.75rem;
}

.dnk-hero-card--no-label.dnk-hero-card--no-meta {
	padding: 0.65rem;
}

.dnk-hero-card-label {
	color: #64748b;
	font-family: "Outfit", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.dnk-hero-card-meta {
	color: var(--dnk-text);
	font-size: 0.72rem;
	font-weight: 600;
	line-height: 1.35;
}

.dnk-hero-card-art {
	display: block;
	width: 100%;
	height: 118px;
	border-radius: 14px;
	overflow: hidden;
}

.dnk-hero-card-art--has-image {
	height: 152px;
	background: #f8fafc;
}

.dnk-hero-card--has-image.dnk-hero-card--banner .dnk-hero-card-art--has-image {
	height: 168px;
}

.dnk-hero-card--has-image.dnk-hero-card--social .dnk-hero-card-art--has-image {
	height: 148px;
}

.dnk-hero-card--has-image.dnk-hero-card--vector .dnk-hero-card-art--has-image {
	height: 156px;
}

.dnk-hero-card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dnk-hero-card-art--banner:not(.dnk-hero-card-art--has-image) {
	background: linear-gradient(135deg, #2563eb, #7c3aed 55%, #db2777);
}

.dnk-hero-card-art--social:not(.dnk-hero-card-art--has-image) {
	background: linear-gradient(160deg, #0ea5e9, #14b8a6 60%, #f59e0b);
}

.dnk-hero-card-art--vector:not(.dnk-hero-card-art--has-image) {
	background:
		repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 0 8px, transparent 8px 16px),
		linear-gradient(135deg, #1d4ed8, #0891b2);
}

.dnk-hero-card--banner {
	top: 0;
	left: 0;
	width: 272px;
	z-index: 1;
	animation: dnk-float 6s ease-in-out infinite;
}

.dnk-hero-card--social {
	top: 8%;
	left: 42%;
	right: auto;
	width: 224px;
	z-index: 3;
	animation: dnk-float 5.5s ease-in-out infinite reverse;
}

.dnk-hero-card--vector {
	top: 38%;
	left: 4%;
	bottom: auto;
	width: 248px;
	z-index: 2;
	animation: dnk-float 7.5s ease-in-out infinite;
}

.dnk-hero-float {
	position: absolute;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 999px;
	background: #fff;
	color: var(--dnk-text);
	font-family: "DM Sans", sans-serif;
	font-size: 0.78rem;
	font-weight: 600;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.dnk-hero-float svg {
	color: var(--dnk-primary);
	flex-shrink: 0;
}

.dnk-hero-float--download {
	top: 0;
	right: 0;
	animation: dnk-float 4.5s ease-in-out infinite;
}

.dnk-hero-float--files {
	bottom: 2%;
	right: 0;
	animation: dnk-float 5.8s ease-in-out infinite reverse;
}

@keyframes dnk-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-10px); }
}

@media (prefers-reduced-motion: reduce) {
	.dnk-hero-card,
	.dnk-hero-float {
		animation: none;
	}
}

.dnk-page-intro {
	padding: 1.5rem 0;
	background: #fff;
	border-bottom: 1px solid var(--dnk-border);
}

.dnk-page-intro--shop {
	padding: 1.1rem 0 1.4rem;
	background: #fff;
	border-bottom: 1px solid var(--dnk-border);
}

.dnk-page-intro-top {
	margin-bottom: 0.45rem;
}

.dnk-page-title {
	margin: 0;
	font-size: clamp(1.75rem, 3vw, 2.25rem);
	letter-spacing: -0.02em;
}

.dnk-breadcrumb,
nav.woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--dnk-muted);
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.5;
}

.dnk-breadcrumb-item {
	display: inline-flex;
	align-items: center;
	color: inherit;
}

.dnk-breadcrumb-item:last-child {
	color: #64748b;
}

.dnk-breadcrumb a,
nav.woocommerce-breadcrumb a {
	color: var(--dnk-muted);
	font-weight: 500;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dnk-breadcrumb a:hover,
nav.woocommerce-breadcrumb a:hover {
	color: var(--dnk-primary);
}

.dnk-breadcrumb-sep {
	display: inline-flex;
	align-items: center;
	margin: 0 0.5rem;
	color: #cbd5e1;
	font-size: 0.9rem;
	line-height: 1;
	user-select: none;
}

.dnk-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.5rem;
}

.dnk-page-intro h1 {
	font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.dnk-page-intro--compact {
	padding-bottom: 0.75rem;
}

.dnk-main {
	padding: 2rem 0 4rem;
}

.single-product .dnk-main {
	padding-top: 1.5rem;
}

.dnk-shop-sidebar .widget {
	margin-bottom: 0;
}

.dnk-shop-sidebar .widget:last-child {
	margin-bottom: 0;
}

/* Shop */
.dnk-shop-layout {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 1.5rem;
}

.dnk-buybox-card,
.dnk-product-info,
.dnk-share-panel,
.dnk-customize-cta {
	background: var(--dnk-surface);
	border: 1px solid var(--dnk-border);
	border-radius: var(--dnk-radius);
	box-shadow: var(--dnk-shadow);
}

.dnk-shop-sidebar {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.dnk-buybox-card {
	padding: 1.25rem;
}

.dnk-filter-title,
.dnk-section-head h2,
.dnk-product-info h2,
.dnk-share-panel h2,
.dnk-customize-cta h2 {
	font-size: 1.25rem;
}

.woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 1.25rem;
	margin: 0;
	padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	flex-direction: column;
	height: 100%;
	background: var(--dnk-surface);
	border: 1px solid var(--dnk-border);
	border-radius: var(--dnk-radius-sm);
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce ul.products li.product:hover {
	transform: translateY(-4px);
	box-shadow: var(--dnk-shadow);
}

.woocommerce ul.products li.product a img {
	margin: 0;
	border-radius: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price {
	padding: 0 1rem;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button {
	margin: 0 1rem 1rem;
	width: calc(100% - 2rem);
	text-align: center;
}

.woocommerce ul.products li.product .dnk-product-card-actions .button,
.woocommerce ul.products li.product .dnk-product-card-actions a.button {
	margin: 0 !important;
	width: auto !important;
	min-height: 0;
	text-align: center;
}

.dnk-loop-price {
	display: block;
	padding-bottom: 0.35rem;
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--dnk-product-accent);
}

.dnk-product-sales {
	display: block;
	min-height: 1.3em;
	padding: 0 1rem 0.75rem;
	color: var(--dnk-muted);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.3;
}

.dnk-product-sales--empty {
	visibility: hidden;
}

.dnk-loop-price .woocommerce-Price-amount {
	font-size: inherit;
	font-weight: inherit;
}

/* Single product */
.dnk-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
	gap: 1.5rem;
	align-items: start;
}

.dnk-product-preview,
.dnk-product-buybox {
	min-width: 0;
}

.dnk-product-preview {
	background: var(--dnk-surface);
	border: 1px solid var(--dnk-border);
	border-radius: var(--dnk-radius);
	padding: 1rem;
	box-shadow: var(--dnk-shadow);
}

.woocommerce div.product div.images,
.woocommerce div.product div.images .woocommerce-product-gallery {
	width: 100% !important;
	float: none !important;
	max-width: none !important;
	margin: 0 !important;
}

.woocommerce div.product div.summary {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.dnk-buybox-label {
	margin-bottom: 0.75rem;
	color: var(--dnk-muted);
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.dnk-product .product_title {
	font-size: clamp(1.35rem, 2.5vw, 1.9rem);
	margin-bottom: 0.75rem;
}

.dnk-sales-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 1rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: #ecfdf5;
	color: #065f46;
	font-size: 0.875rem;
	font-weight: 600;
}

.dnk-price {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	margin: 1rem 0;
	padding: 1rem 0;
	border-top: 1px solid var(--dnk-border);
	border-bottom: 1px solid var(--dnk-border);
}

.dnk-price-label {
	color: var(--dnk-muted);
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
}

.dnk-price .amount,
.dnk-price ins {
	font-family: "Outfit", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	color: var(--dnk-text);
	text-decoration: none;
}

.woocommerce-product-details__short-description {
	color: var(--dnk-muted);
	margin-bottom: 1.25rem;
}

.dnk-product-buybox .quantity {
	display: none;
}

.dnk-product-buybox .single_add_to_cart_button {
	width: 100%;
	font-size: 1rem;
}

.dnk-buybox-note {
	margin: 1rem 0 0;
	padding-top: 1rem;
	border-top: 1px solid var(--dnk-border);
	color: var(--dnk-muted);
	font-size: 0.88rem;
	text-align: center;
}

.dnk-product-buybox {
	position: sticky;
	top: 1.25rem;
	align-self: start;
}

.dnk-buybox-card {
	position: relative;
}

.dnk-product-preview {
	padding: 1.25rem;
}

.dnk-product .product_meta,
.dnk-product .woocommerce-tabs,
.dnk-product .woocommerce-product-rating {
	display: none !important;
}

.dnk-product-buybox .woocommerce-product-details__short-description {
	padding: 0.85rem 1rem;
	border-radius: var(--dnk-radius-sm);
	background: #f8fafc;
	font-size: 0.95rem;
	line-height: 1.55;
}

.dnk-buybox-deliverables {
	margin: 0 0 1.15rem;
	padding: 0.95rem 1rem;
	border: 1px solid var(--dnk-border);
	border-radius: var(--dnk-radius-sm);
	background: #f8fafc;
}

.dnk-buybox-deliverables__title {
	margin: 0 0 0.75rem;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--dnk-product-accent);
}

.dnk-buybox-deliverables__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.65rem;
}

.dnk-buybox-deliverables__item {
	display: grid;
	grid-template-columns: minmax(0, 38%) minmax(0, 1fr);
	gap: 0.65rem;
	align-items: start;
}

.dnk-buybox-deliverables__item--feature {
	grid-template-columns: 1fr;
}

.dnk-buybox-deliverables__item--feature .dnk-buybox-deliverables__label {
	display: none;
}

.dnk-buybox-deliverables__item--feature .dnk-buybox-deliverables__value {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.55rem 0.7rem;
	border-radius: 10px;
	background: rgba(40, 54, 99, 0.08);
	color: var(--dnk-product-accent);
	font-size: 0.88rem;
	font-weight: 600;
	line-height: 1.35;
}

.dnk-buybox-deliverables__item--feature .dnk-buybox-deliverables__value::before {
	content: "";
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4v10m0 0 4-4m-4 4-4-4M5 20h14' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4v10m0 0 4-4m-4 4-4-4M5 20h14' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 480px) {
	.dnk-buybox-deliverables__item:not(.dnk-buybox-deliverables__item--feature) {
		grid-template-columns: 1fr;
		gap: 0.35rem;
	}
}

.dnk-buybox-deliverables__label {
	color: var(--dnk-muted);
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1.35;
}

.dnk-buybox-deliverables__value {
	color: var(--dnk-text);
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.35;
}

.dnk-buybox-deliverables__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.dnk-file-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.28rem 0.55rem;
	border: 1px solid rgba(40, 54, 99, 0.16);
	border-radius: 999px;
	background: #fff;
	color: var(--dnk-product-accent);
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

.dnk-product-buybox form.cart {
	margin-top: 0;
}

.dnk-product-extra {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-top: 2rem;
}

.dnk-product-info,
.dnk-product-extra > .related.products,
.dnk-product-extra > .upsells.products {
	grid-column: 1 / -1;
}

.dnk-share-panel p,
.dnk-customize-cta p {
	color: var(--dnk-muted);
	margin-bottom: 1rem;
}

.dnk-share-panel .heateor_sss_sharing_container,
.dnk-share-panel .heateorSssSharingContainer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.dnk-share-panel .heateor_sss_sharing_ul,
.dnk-share-panel .heateorSssSharingUl {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.dnk-share-panel .heateor_sss_sharing_ul li,
.dnk-share-panel .heateorSssSharingUl li {
	margin: 0 !important;
}

.dnk-share-panel .heateor_sss_svg,
.dnk-share-panel .heateorSssSvg {
	width: 42px !important;
	height: 42px !important;
	border-radius: 999px !important;
	box-shadow: none !important;
}

.dnk-customize-cta .dnk-btn {
	margin-top: 0.25rem;
}

.dnk-product-info,
.dnk-share-panel,
.dnk-customize-cta {
	padding: 1.5rem;
}

.dnk-info-table {
	width: 100%;
	border-collapse: collapse;
}

.dnk-info-table th,
.dnk-info-table td {
	padding: 0.85rem 0;
	border-bottom: 1px solid var(--dnk-border);
	text-align: left;
	vertical-align: top;
}

.dnk-info-table th {
	width: 34%;
	color: var(--dnk-muted);
	font-weight: 600;
}

.dnk-info-table tr:last-child th,
.dnk-info-table tr:last-child td {
	border-bottom: 0;
}

.dnk-customize-cta {
	background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.related.products,
.upsells.products {
	margin-top: 2rem;
}

.related.products > h2,
.upsells.products > h2 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

nav.woocommerce-breadcrumb {
	margin-bottom: 0;
}

.woocommerce-products-header {
	display: none;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-radius: var(--dnk-radius-sm);
}

/* Home + pages */
.dnk-home-section,
.dnk-page-section {
	padding: 2.5rem 0;
}

.dnk-home-section .woocommerce ul.products {
	margin-top: 0.5rem;
}

.dnk-home-section--muted {
	background: #fff;
}

.dnk-section-head {
	margin-bottom: 1.5rem;
}

.dnk-section-head p {
	color: var(--dnk-muted);
}

.dnk-popular-products {
	background: #fff;
	border-top: 1px solid var(--dnk-border);
	border-bottom: 1px solid var(--dnk-border);
}

.dnk-popular-products__layout {
	display: grid;
	grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	gap: 1.75rem;
	align-items: start;
}

.dnk-popular-products__sidebar {
	padding: 1.5rem;
	border: 1px solid var(--dnk-border);
	border-radius: var(--dnk-radius);
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
	box-shadow: var(--dnk-shadow);
}

.dnk-popular-products__title {
	margin-bottom: 0.75rem;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	line-height: 1.2;
}

.dnk-popular-products__intro {
	margin-bottom: 1.25rem;
	color: var(--dnk-muted);
	font-size: 0.95rem;
	line-height: 1.55;
}

.dnk-popular-products__tabs {
	display: flex;
	flex-direction: column;
	gap: 0.45rem;
	margin-bottom: 1.25rem;
}

.dnk-popular-tab {
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0.8rem 0.95rem;
	border: 1px solid transparent;
	border-radius: 12px;
	background: transparent;
	color: var(--dnk-text);
	font-family: "Outfit", sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.dnk-popular-tab:hover {
	background: rgba(40, 54, 99, 0.06);
	border-color: rgba(40, 54, 99, 0.1);
	color: var(--dnk-product-accent);
}

.dnk-popular-tab.is-active {
	background: var(--dnk-product-accent);
	border-color: var(--dnk-product-accent);
	color: #fff;
	box-shadow: 0 10px 24px rgba(40, 54, 99, 0.22);
}

.dnk-popular-products__more {
	width: 100%;
	background: var(--dnk-product-accent);
	box-shadow: 0 10px 24px rgba(40, 54, 99, 0.22);
}

.dnk-popular-products__more:hover {
	background: var(--dnk-product-accent-hover);
}

.dnk-popular-products__panels {
	min-width: 0;
}

.dnk-popular-panel {
	display: none;
}

.dnk-popular-panel.is-active {
	display: block;
}

.dnk-popular-products__grid,
.dnk-popular-products__shop {
	min-width: 0;
	width: 100%;
}

.dnk-popular-products ul.products,
.dnk-popular-products .woocommerce ul.products {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.dnk-popular-products ul.products::before,
.dnk-popular-products ul.products::after {
	display: none !important;
}

.dnk-popular-products ul.products li.product,
.dnk-popular-products .woocommerce ul.products li.product {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
}

.dnk-popular-products ul.products li.product .woocommerce-loop-product__title {
	font-size: 0.92rem;
	line-height: 1.35;
}

.dnk-popular-products ul.products li.product .price .woocommerce-Price-amount,
.dnk-popular-products ul.products li.product .price ins .woocommerce-Price-amount {
	font-size: 1rem;
}

.dnk-popular-products ul.products li.product .woocommerce-loop-product__link img {
	aspect-ratio: 4 / 3;
}

.dnk-popular-products__empty {
	margin: 0;
	padding: 2rem 1rem;
	border: 1px dashed var(--dnk-border);
	border-radius: var(--dnk-radius-sm);
	background: #f8fafc;
	color: var(--dnk-muted);
	text-align: center;
}

@media (max-width: 992px) {
	.dnk-popular-products__layout {
		grid-template-columns: 1fr;
	}

	.dnk-popular-products__tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.dnk-popular-products__tabs {
		grid-template-columns: 1fr;
	}

	.dnk-popular-products ul.products,
	.dnk-popular-products .woocommerce ul.products {
		grid-template-columns: 1fr !important;
	}
}

/* Contact page */
.dnk-contact {
	padding-top: 2rem;
}

.dnk-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr);
	gap: 1.5rem;
	align-items: start;
}

.dnk-contact-panel {
	padding: 1.75rem;
	border: 1px solid var(--dnk-border);
	border-radius: var(--dnk-radius);
	background: var(--dnk-surface);
	box-shadow: var(--dnk-shadow);
}

.dnk-contact-panel + .dnk-contact-panel {
	margin-top: 1rem;
}

.dnk-contact-panel-head {
	margin-bottom: 1.5rem;
}

.dnk-contact-panel-head h2,
.dnk-contact-panel--info h2 {
	font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.dnk-contact-panel-head p,
.dnk-contact-panel--info > p {
	color: var(--dnk-muted);
	margin-bottom: 0;
}

.dnk-contact-panel--note {
	background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}

.dnk-contact-panel--note h3 {
	font-size: 1.1rem;
	margin-bottom: 0.65rem;
}

.dnk-contact-panel--note p {
	margin-bottom: 0;
	color: var(--dnk-muted);
	font-size: 0.95rem;
}

.dnk-contact-list {
	list-style: none;
	margin: 1.5rem 0 0;
	padding: 0;
	display: grid;
	gap: 1rem;
}

.dnk-contact-list-item {
	display: flex;
	align-items: center;
	gap: 0.85rem;
}

.dnk-contact-list-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(37, 99, 235, 0.08);
	color: var(--dnk-primary);
	line-height: 0;
}

.dnk-contact-list-icon svg {
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.dnk-contact-list-item strong {
	display: block;
	margin-bottom: 0.15rem;
	font-family: "Outfit", sans-serif;
	font-size: 0.92rem;
}

.dnk-contact-list-item > div span,
.dnk-contact-list-item > div a {
	display: block;
	color: var(--dnk-muted);
	font-size: 0.92rem;
}

.dnk-contact-list-item a {
	color: var(--dnk-primary);
	font-weight: 500;
}

.dnk-contact-form .wpcf7 {
	margin: 0;
}

.dnk-contact-form .row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	margin: 0;
}

.dnk-contact-form .row + .row {
	margin-top: 1rem;
}

.dnk-contact-form .col-md-12,
.dnk-contact-form .col-md-6 {
	width: 100%;
	max-width: none;
	padding: 0;
	flex: none;
}

.dnk-contact-form .col-md-12 {
	grid-column: 1 / -1;
}

.dnk-contact-form .form-group {
	margin-bottom: 0;
}

.dnk-contact-form p {
	margin: 0;
}

.dnk-contact-form input[type="text"],
.dnk-contact-form input[type="email"],
.dnk-contact-form input[type="tel"],
.dnk-contact-form input[type="url"],
.dnk-contact-form input[type="file"],
.dnk-contact-form textarea,
.dnk-contact-form select {
	width: 100%;
	min-height: 48px;
	padding: 0.8rem 1rem;
	border: 1px solid var(--dnk-border);
	border-radius: var(--dnk-radius-sm);
	background: #fff;
	color: var(--dnk-text);
	font-family: inherit;
	font-size: 0.95rem;
	line-height: 1.4;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dnk-contact-form textarea {
	min-height: 160px;
	resize: vertical;
}

.dnk-contact-form input[type="file"] {
	padding: 0.65rem 1rem;
	cursor: pointer;
}

.dnk-contact-form input[type="file"]::file-selector-button {
	margin-right: 0.85rem;
	padding: 0.45rem 0.9rem;
	border: 0;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.1);
	color: var(--dnk-primary);
	font-family: "Outfit", sans-serif;
	font-size: 0.85rem;
	font-weight: 600;
	cursor: pointer;
}

.dnk-contact-form label {
	display: block;
	margin-bottom: 0.45rem;
	font-family: "Outfit", sans-serif;
	font-size: 0.88rem;
	font-weight: 600;
	color: var(--dnk-text);
}

.dnk-contact-form input:focus,
.dnk-contact-form textarea:focus,
.dnk-contact-form select:focus {
	outline: none;
	border-color: var(--dnk-primary);
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.dnk-contact-form input[type="submit"],
.dnk-contact-form button.wpcf7-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 0.5rem;
	padding: 0.85rem 1.6rem;
	border: 0;
	border-radius: 999px;
	background: var(--dnk-primary);
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(37, 99, 235, 0.24);
	transition: transform 0.2s ease, background 0.2s ease;
}

.dnk-contact-form input[type="submit"]:hover,
.dnk-contact-form button.wpcf7-submit:hover {
	background: var(--dnk-primary-dark);
	transform: translateY(-1px);
}

.dnk-contact-form .wpcf7-not-valid-tip {
	margin-top: 0.35rem;
	color: var(--dnk-danger);
	font-size: 0.82rem;
}

.dnk-contact-form .wpcf7-response-output {
	margin: 1rem 0 0;
	padding: 0.85rem 1rem;
	border-radius: var(--dnk-radius-sm);
	border-width: 1px;
	font-size: 0.92rem;
}

.dnk-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.dnk-contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.dnk-contact-form .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #fecaca;
	background: #fef2f2;
	color: #991b1b;
}

.dnk-contact-form .wpcf7 form.sent .wpcf7-response-output {
	border-color: #bbf7d0;
	background: #f0fdf4;
	color: #166534;
}

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

@media (max-width: 640px) {
	.dnk-contact-panel {
		padding: 1.25rem;
	}

	.dnk-contact-form .row {
		grid-template-columns: 1fr;
	}
}

/* Footer */
.dnk-footer {
	background: var(--dnk-footer-bg);
	color: #cbd5e1;
	margin-top: 2rem;
}

.dnk-footer-grid {
	display: grid;
	grid-template-columns: 1.15fr 0.85fr 0.85fr 0.85fr;
	gap: 2rem 2.5rem;
	align-items: start;
	padding: 3rem 0 2.5rem;
}

.dnk-footer-col {
	min-width: 0;
}

.dnk-footer-col--brand img {
	width: 110px;
	max-width: 100%;
	border-radius: 12px;
	margin-bottom: 1rem;
}

.dnk-footer-col--brand p {
	margin-bottom: 0.85rem;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #94a3b8;
}

.dnk-footer-emails a {
	color: #e2e8f0;
	font-weight: 500;
}

.dnk-footer a:hover {
	color: #fff;
}

.dnk-footer .widget {
	margin: 0 0 1.5rem;
}

.dnk-footer .widget:last-child {
	margin-bottom: 0;
}

.dnk-footer .widget-title {
	margin: 0 0 1rem;
	color: #fff;
	font-family: "Outfit", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.dnk-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dnk-footer-menu li {
	margin-bottom: 0.55rem;
}

.dnk-footer-menu a {
	color: #cbd5e1;
	font-family: "DM Sans", sans-serif;
	font-size: 0.95rem;
	font-weight: 500;
	text-decoration: none;
}

.dnk-footer-menu a:hover {
	color: #fff;
}

.dnk-footer .footer-social {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.dnk-footer .footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
	font-size: 1rem;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.dnk-footer .footer-social a:hover {
	background: var(--dnk-primary);
	border-color: var(--dnk-primary);
	transform: translateY(-2px);
}

.dnk-footer .footer-social .fa {
	font-family: "FontAwesome", sans-serif;
}

.dnk-footer .textwidget img {
	max-width: 100%;
	height: auto;
}

.dnk-footer .textwidget table {
	width: 100%;
	margin: 0;
	border: 0;
}

.dnk-footer .textwidget td {
	padding: 0;
	border: 0;
}

.dnk-footer .vf-offer {
	padding: 0.9rem 1rem;
	border: 1px dashed rgba(96, 165, 250, 0.45);
	border-radius: var(--dnk-radius-sm);
	background: rgba(37, 99, 235, 0.12);
	color: #e2e8f0;
	font-size: 0.92rem;
	line-height: 1.55;
}

.dnk-footer .vf-offer .offer {
	display: inline-block;
	margin-top: 0.5rem;
	padding: 0.35rem 0.75rem;
	border-radius: 999px;
	background: #fff;
	color: #0f172a;
	font-family: "Outfit", sans-serif;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.dnk-footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.dnk-footer-bottom-inner {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 1rem 2rem;
	padding: 1.1rem 0 1.5rem;
	font-size: 0.88rem;
	color: #94a3b8;
}

.dnk-footer-bottom-widgets:empty {
	display: none;
}

.dnk-footer-bottom .widget {
	margin: 0;
}

.dnk-footer-bottom .widget ul {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dnk-footer-bottom .widget li {
	margin: 0;
}

.dnk-footer-copy,
.dnk-footer-credit {
	margin: 0;
}

.dnk-footer-credit a {
	color: #cbd5e1;
}

.dnk-back-top {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 50%;
	background: var(--dnk-primary);
	color: #fff;
	font-size: 1.2rem;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
	z-index: 40;
}

.dnk-back-top.is-visible {
	opacity: 1;
	visibility: visible;
}

/* Responsive */
@media (max-width: 992px) {
	.dnk-header-main-inner {
		grid-template-columns: auto 1fr auto;
	}

	.dnk-product-buybox {
		position: static;
	}

	.dnk-product-extra {
		grid-template-columns: 1fr;
	}

	.dnk-logo span {
		display: none;
	}

	.dnk-shop-layout,
	.dnk-product-layout,
	.dnk-hero-inner {
		grid-template-columns: 1fr;
	}

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

	.dnk-footer-bottom-inner {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.dnk-hero-visual {
		min-height: 380px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		order: -1;
	}

	.dnk-hero-card--banner {
		left: 0;
		width: 238px;
	}

	.dnk-hero-card--social {
		left: 38%;
		width: 200px;
	}

	.dnk-hero-card--vector {
		left: 2%;
		width: 218px;
	}

	.dnk-menu .sub-menu {
		position: static;
		min-width: 0;
		margin-top: 0.35rem;
		padding: 0.35rem 0 0.35rem 0.85rem;
		border: 0;
		border-left: 2px solid rgba(37, 99, 235, 0.14);
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
	}

	.dnk-menu li.is-sub-open > .sub-menu {
		display: flex;
	}

	.dnk-menu .sub-menu .sub-menu {
		margin-left: 0.85rem;
		padding-left: 0.75rem;
	}

	.dnk-menu > .menu-item-has-children > a::after {
		margin-left: auto;
	}

	.dnk-menu > li > a {
		width: 100%;
		justify-content: space-between;
		border-radius: 12px;
	}

	.dnk-menu > .current-menu-item > a,
	.dnk-menu > .current-menu-ancestor > a,
	.dnk-menu > .current_page_item > a,
	.dnk-menu > .current-page-ancestor > a {
		box-shadow: none;
	}

	.dnk-nav-toggle {
		display: inline-flex;
	}

	.dnk-nav-drawer-head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		padding: 1rem 1.25rem;
		border-bottom: 1px solid var(--dnk-border);
		background: linear-gradient(135deg, #eef2ff 0%, #f8fafc 100%);
	}

	.dnk-nav-drawer-title {
		margin: 0;
		font-family: "Outfit", sans-serif;
		font-size: 1.05rem;
		font-weight: 700;
		color: var(--dnk-text);
	}

	.dnk-nav-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		padding: 0;
		border: 1px solid var(--dnk-border);
		border-radius: 12px;
		background: #fff;
		color: var(--dnk-text);
		font-size: 1.5rem;
		line-height: 1;
		cursor: pointer;
	}

	.dnk-nav-overlay {
		display: block;
		position: fixed;
		inset: 0;
		border: 0;
		padding: 0;
		background: rgba(15, 23, 42, 0.52);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		z-index: 9998;
		cursor: pointer;
	}

	body.dnk-nav-open .dnk-nav-overlay {
		opacity: 1;
		visibility: visible;
	}

	.dnk-primary-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: min(340px, 88vw);
		max-height: none;
		height: 100vh;
		height: 100dvh;
		margin: 0;
		padding: 0;
		overflow: hidden;
		border: 0;
		border-left: 1px solid var(--dnk-border);
		background: #fff;
		box-shadow: -16px 0 48px rgba(15, 23, 42, 0.18);
		transform: translateX(100%);
		transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
		z-index: 9999;
	}

	.dnk-primary-nav.is-open {
		transform: translateX(0);
	}

	.dnk-primary-nav .dnk-nav-drawer-body {
		width: 100%;
		max-width: none;
		height: calc(100% - 73px);
		overflow-y: auto;
		padding: 0.75rem 1.25rem 2rem;
		-webkit-overflow-scrolling: touch;
	}

	.dnk-primary-nav .dnk-menu {
		flex-direction: column;
		gap: 0;
		padding: 0.35rem 0 0.75rem;
	}

	.dnk-menu > li {
		width: 100%;
		border-bottom: 1px solid var(--dnk-border);
	}

	.dnk-menu > li:last-child {
		border-bottom: 0;
	}

	.dnk-menu a {
		display: block;
		padding: 0.95rem 0;
		font-size: 1rem;
	}

	.dnk-menu .sub-menu a {
		padding: 0.72rem 0.5rem;
		font-size: 0.94rem;
	}

	body.dnk-nav-open {
		overflow: hidden;
	}
}

@media (max-width: 640px) {
	.dnk-topbar-inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.dnk-topbar-text {
		max-width: none;
	}

	.dnk-header-main-inner {
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"logo actions"
			"search search";
		gap: 0.85rem 1rem;
	}

	.dnk-header-search-wrap {
		grid-area: search;
		max-width: none;
		flex-wrap: wrap;
	}

	.dnk-header-offer {
		flex: 1 1 auto;
		justify-content: center;
	}

	.dnk-logo {
		grid-area: logo;
	}

	.dnk-header-search {
		max-width: none;
	}

	.dnk-header-actions {
		grid-area: actions;
		justify-self: end;
	}

	.dnk-hero {
		padding: 2.5rem 0 3rem;
	}

	.dnk-hero h1 {
		max-width: none;
	}

	.dnk-hero-visual {
		min-height: 300px;
	}

	.dnk-topbar-links {
		flex-wrap: wrap;
		width: 100%;
	}

	.dnk-topbar-email {
		width: 100%;
	}

	.dnk-footer-grid {
		grid-template-columns: 1fr;
	}
}
