:root {
	--dz-primary: #ff4d00;
	--dz-black: #111111;
	--dz-bg: #f5f5f5;
	--dz-white: #ffffff;
	--dz-text: #222222;
	--dz-muted: #6f6f6f;
	--dz-border: #e7e7e7;
	--dz-soft: #fff4ed;
	--dz-container: 1320px;
	--dz-radius: 8px;
	--dz-shadow: 0 12px 30px rgba(17, 17, 17, 0.08);
}

.dz-shopmart-footer {
	background: #ffffff;
	color: #111111;
	font-family: Arial, Helvetica, sans-serif;
}

.dz-shopmart-footer .dz-container {
	width: min(calc(100% - 112px), 1272px);
}

.dz-shopmart-footer-main {
	padding: 50px 0 38px;
	background: #ffffff;
}

.dz-shopmart-footer-grid {
	display: grid;
	grid-template-columns: 1.31fr 1fr 1fr 0.98fr;
	gap: 20px;
	align-items: start;
}

.dz-shopmart-footer-brand,
.dz-shopmart-footer-column,
.dz-shopmart-follow {
	min-width: 0;
}

.dz-shopmart-footer-column,
.dz-shopmart-follow {
	padding-left: 20px;
	border-left: 1px solid #e4e4e4;
}

.dz-shopmart-logo {
	display: inline-flex;
	align-items: center;
	margin: 12px 0 14px;
	line-height: 1;
}

.dz-shopmart-logo img {
	display: block;
	width: 205px;
	height: auto;
	margin-left: -28px;
	max-width: 100%;
}

.dz-shopmart-footer-brand p {
	max-width: 365px;
	margin: 0 0 20px;
	color: #111111;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42;
}

.dz-shopmart-contact,
.dz-shopmart-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dz-shopmart-contact {
	display: grid;
	gap: 12px;
	max-width: 370px;
}

.dz-shopmart-contact li {
	display: grid;
	grid-template-columns: 24px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	color: #111111;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.2;
}

.dz-shopmart-contact .dz-icon {
	width: 21px;
	height: 21px;
	margin-top: 1px;
	color: #ff5a00;
	stroke-width: 2.3;
}

.dz-shopmart-contact strong,
.dz-shopmart-contact small {
	display: block;
}

.dz-shopmart-contact strong,
.dz-shopmart-contact a {
	color: #111111;
	font-size: 15px;
	font-weight: 600;
}

.dz-shopmart-contact small {
	margin-top: 7px;
	color: #111111;
	font-size: 13px;
	font-weight: 400;
}

.dz-shopmart-footer-column h2,
.dz-shopmart-follow h2 {
	margin: 11px 0 16px;
	color: #111111;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.15;
}

.dz-shopmart-footer-column ul {
	display: grid;
	gap: 10px;
}

.dz-shopmart-footer-column a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding-left: 22px;
	color: #111111;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.18;
}

.dz-shopmart-footer-column a::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-top: 2px solid #ff5a00;
	border-right: 2px solid #ff5a00;
	transform: translateY(-50%) rotate(45deg);
}

.dz-shopmart-footer-column a:hover {
	color: #ff5a00;
}

.dz-shopmart-follow > p {
	margin: -8px 0 10px;
	color: #111111;
	font-size: 15px;
	font-weight: 400;
}

.dz-shopmart-social {
	display: flex;
	gap: 9px;
	margin-bottom: 12px;
}

.dz-shopmart-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.dz-shopmart-social .dz-icon {
	width: 15px;
	height: 15px;
	stroke-width: 2;
}

.dz-shopmart-social .is-facebook {
	background: #4c68a2;
}

.dz-shopmart-social .is-x,
.dz-shopmart-social .is-instagram {
	background: #111111;
}

.dz-shopmart-social .is-youtube {
	background: #d82b25;
}

.dz-shopmart-app-box {
	width: 264px;
	max-width: 100%;
	padding: 21px 20px 22px;
	border: 1px solid #ffb39a;
	border-radius: 5px;
	background: #fff3ef;
}

.dz-shopmart-app-box h3 {
	margin: 0 0 14px;
	color: #111111;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.1;
}

.dz-shopmart-app-box img {
	display: block;
	width: 158px;
	height: auto;
	margin-left: 8px;
}

.dz-shopmart-footer-partners {
	padding: 10px 0 9px;
	border-top: 1px solid #d2d2d2;
	background: #fbfbfb;
}

.dz-shopmart-partner-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
	align-items: center;
	min-height: 90px;
}

.dz-shopmart-partner-grid > div {
	min-width: 0;
}

.dz-shopmart-partner-grid > div + div {
	padding-left: 60px;
	border-left: 1px solid #e2e2e2;
}

.dz-shopmart-partner-grid > div:last-child {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.dz-shopmart-partner-grid h2 {
	margin: 0 0 16px;
	color: #111111;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
}

.dz-shopmart-payment-image {
	display: block;
	width: 315px;
	height: auto;
}

.dz-shopmart-delivery-image {
	display: block;
	width: 322px;
	height: auto;
	margin-left: auto;
}

.dz-shopmart-partner-grid > div:last-child h2 {
	width: 322px;
	max-width: 100%;
}

.dz-shopmart-footer-bottom {
	background: #000000;
	color: #ffffff;
}

.dz-shopmart-footer-bottom .dz-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 58px;
}

.dz-shopmart-footer-bottom p {
	margin: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}

.dz-shopmart-footer-bottom strong {
	font-weight: 800;
}

@media (max-width: 1180px) {
	.dz-shopmart-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}

	.dz-shopmart-footer-column:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}

	.dz-shopmart-delivery-image {
		margin-left: 0;
	}
}

@media (max-width: 760px) {
	.dz-shopmart-footer-main {
		padding: 34px 0 28px;
	}

	.dz-shopmart-footer .dz-container {
		width: min(calc(100% - 32px), var(--dz-container));
	}

	.dz-shopmart-footer-grid,
	.dz-shopmart-partner-grid {
		grid-template-columns: 1fr;
	}

	.dz-shopmart-footer-column,
	.dz-shopmart-follow,
	.dz-shopmart-partner-grid > div + div {
		padding-left: 0;
		border-left: 0;
	}

	.dz-shopmart-footer-column,
	.dz-shopmart-follow {
		padding-top: 20px;
		border-top: 1px solid #e4e4e4;
	}

	.dz-shopmart-partner-grid {
		gap: 24px;
	}

	.dz-shopmart-partner-grid > div:last-child {
		align-items: flex-start;
	}

	.dz-shopmart-partner-grid > div:last-child h2 {
		width: auto;
	}

	.dz-shopmart-payment-image,
	.dz-shopmart-delivery-image {
		width: min(100%, 330px);
	}

	.dz-shopmart-footer-bottom .dz-container {
		flex-direction: column;
		justify-content: center;
		gap: 6px;
		padding: 13px 0;
		text-align: center;
	}
}

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

html {
	scroll-behavior: smooth;
	overflow-x: hidden;
}

body {
	margin: 0;
	overflow-x: hidden;
	background: var(--dz-bg);
	color: var(--dz-text);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.55;
	letter-spacing: 0;
}

body.dz-menu-open {
	overflow: hidden;
}

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

a {
	color: inherit;
	text-decoration: none;
}

button,
input,
textarea,
select {
	font: inherit;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.dz-container {
	width: min(calc(100% - 32px), var(--dz-container));
	margin-inline: auto;
}

.dz-icon {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.dz-btn,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 42px;
	padding: 11px 18px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-weight: 700;
	line-height: 1.1;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.dz-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	transform: translateY(-1px);
}

.dz-btn--dark,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
	background: var(--dz-black);
	color: var(--dz-white);
}

.dz-btn--dark:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
	background: var(--dz-primary);
	color: var(--dz-white);
}

.dz-btn--light {
	background: var(--dz-white);
	color: var(--dz-black);
}

.dz-btn--light:hover {
	background: var(--dz-black);
	color: var(--dz-white);
}

.dz-site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: var(--dz-white);
	transition: box-shadow 0.2s ease;
}

.admin-bar .dz-site-header {
	top: 0;
}

.dz-site-header.is-stuck {
	box-shadow: 0 8px 24px rgba(17, 17, 17, 0.11);
}

.dz-topbar {
	background: var(--dz-black);
	color: var(--dz-white);
	font-size: 13px;
}

.dz-topbar__inner,
.dz-main-header__inner,
.dz-nav-bar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.dz-topbar__inner {
	min-height: 38px;
}

.dz-topbar__notice {
	font-weight: 600;
	color: var(--dz-white);
}

.dz-topbar__links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	color: rgba(255, 255, 255, 0.82);
}

.dz-topbar__links a:hover {
	color: var(--dz-white);
}

.dz-main-header {
	background: var(--dz-white);
	border-bottom: 1px solid var(--dz-border);
}

.dz-main-header__inner {
	min-height: 86px;
}

.dz-logo {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--dz-black);
	font-weight: 900;
	font-size: 28px;
	white-space: nowrap;
}

.dz-logo img {
	width: 210px;
	height: auto;
	max-width: 210px;
	max-height: none;
	object-fit: contain;
}

.dz-logo-mark {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-size: 25px;
	line-height: 1;
}

.dz-logo-text {
	letter-spacing: 0;
}

.dz-product-search {
	display: flex;
	align-items: stretch;
	flex: 1 1 560px;
	max-width: 660px;
	height: 48px;
	border: 2px solid var(--dz-primary);
	border-radius: 8px;
	overflow: hidden;
	background: var(--dz-white);
}

.dz-product-search input[type="search"] {
	width: 100%;
	min-width: 0;
	border: 0;
	padding: 0 16px;
	outline: 0;
	color: var(--dz-text);
}

.dz-product-search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	border: 0;
	background: var(--dz-primary);
	color: var(--dz-white);
	cursor: pointer;
}

.dz-header-contact {
	display: flex;
	flex-direction: column;
	gap: 2px;
	font-size: 13px;
	color: var(--dz-muted);
	white-space: nowrap;
}

.dz-header-contact a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.dz-header-contact .dz-icon {
	width: 15px;
	height: 15px;
	color: var(--dz-primary);
}

.dz-header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
}

.dz-header-action,
.dz-menu-toggle,
.dz-action-btn,
.dz-carousel-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--dz-border);
	background: var(--dz-white);
	color: var(--dz-black);
	border-radius: 8px;
	cursor: pointer;
}

.dz-header-action,
.dz-menu-toggle {
	position: relative;
	width: 44px;
	height: 44px;
}

.dz-header-action:hover,
.dz-menu-toggle:hover,
.dz-action-btn:hover,
.dz-carousel-btn:hover {
	border-color: var(--dz-primary);
	color: var(--dz-primary);
}

.dz-cart-count {
	position: absolute;
	top: -7px;
	right: -7px;
	display: inline-grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-size: 11px;
	font-weight: 800;
}

.dz-wishlist-count {
	position: absolute;
	top: 2px;
	left: 27px;
	display: inline-grid;
	place-items: center;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--dz-white);
	color: var(--dz-primary);
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

.dz-wishlist-count[hidden] {
	display: none;
}

.dz-menu-toggle {
	display: none;
}

.dz-mobile-menu-actions {
	display: none;
}

.dz-nav-bar {
	background: var(--dz-primary);
	color: var(--dz-white);
}

.dz-primary-menu {
	display: flex;
	align-items: center;
	gap: 2px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dz-primary-menu li {
	margin: 0;
}

.dz-primary-menu a {
	display: block;
	padding: 15px 18px;
	color: var(--dz-white);
	font-weight: 800;
	font-size: 15px;
}

.dz-primary-menu a:hover,
.dz-primary-menu .current-menu-item > a {
	background: rgba(17, 17, 17, 0.16);
}

.dz-section,
.dz-hero,
.dz-big-banner,
.dz-service-strip {
	padding: 34px 0;
}

.dz-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 2.2fr) minmax(270px, 0.8fr);
	gap: 22px;
}

.dz-hero-slider,
.dz-hero-promo,
.dz-big-banner__inner {
	position: relative;
	overflow: hidden;
	border-radius: var(--dz-radius);
	background-position: center;
	background-size: cover;
	box-shadow: var(--dz-shadow);
}

.dz-hero-slider {
	min-height: 430px;
	background: #1c1c1c;
}

.dz-hero-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	padding: clamp(28px, 5vw, 64px);
	background-position: center;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: none;
}

.dz-hero-slide::before,
.dz-hero-promo::before,
.dz-big-banner__inner::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.72) 48%, rgba(17, 17, 17, 0.14));
}

.dz-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.dz-hero-slide__content {
	position: relative;
	z-index: 1;
	max-width: 560px;
	color: var(--dz-white);
}

.dz-hero-slide__content span,
.dz-section-heading span,
.dz-hero-promo span,
.dz-big-banner__inner span,
.dz-page-header span {
	display: inline-block;
	color: var(--dz-primary);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 0;
}

.dz-hero-slide__content h1 {
	margin: 10px 0 12px;
	font-size: clamp(34px, 5vw, 58px);
	line-height: 1.02;
	letter-spacing: 0;
}

.dz-hero-slide__content p {
	max-width: 470px;
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 18px;
}

.dz-hero-dots {
	position: absolute;
	z-index: 2;
	left: clamp(28px, 5vw, 64px);
	bottom: 24px;
	display: flex;
	gap: 8px;
}

.dz-hero-dots button {
	width: 28px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
}

.dz-hero-dots button.is-active {
	background: var(--dz-primary);
}

.dz-hero-promo {
	min-height: 430px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	padding: 28px;
	color: var(--dz-white);
}

.dz-hero-promo::before {
	background: linear-gradient(180deg, rgba(17, 17, 17, 0.12), rgba(17, 17, 17, 0.9));
}

.dz-hero-promo > * {
	position: relative;
	z-index: 1;
}

.dz-hero-promo h2 {
	margin: 8px 0 8px;
	font-size: 34px;
	line-height: 1.1;
}

.dz-hero-promo p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.82);
}

.dz-hero-promo a {
	color: var(--dz-white);
	font-weight: 900;
	border-bottom: 2px solid var(--dz-primary);
}

.dz-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 22px;
}

.dz-section-heading h2 {
	margin: 3px 0 0;
	color: var(--dz-black);
	font-size: clamp(24px, 3vw, 34px);
	line-height: 1.15;
}

.dz-section-heading > a {
	color: var(--dz-primary);
	font-weight: 900;
}

.dz-category-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	gap: 14px;
}

.dz-category-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	min-height: 158px;
	padding: 18px 10px;
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
	text-align: center;
	transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.dz-category-card:hover {
	border-color: var(--dz-primary);
	box-shadow: var(--dz-shadow);
	transform: translateY(-2px);
}

.dz-category-card__image {
	display: grid;
	place-items: center;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: var(--dz-soft);
	overflow: hidden;
}

.dz-category-card img {
	width: 72px;
	height: 72px;
	object-fit: contain;
}

.dz-category-card strong {
	color: var(--dz-black);
	font-size: 14px;
	line-height: 1.25;
}

.dz-flash-sale {
	background: var(--dz-white);
}

.dz-section-heading--timer {
	align-items: center;
}

.dz-countdown {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px;
	border-radius: 8px;
	background: var(--dz-black);
	color: var(--dz-white);
}

.dz-countdown span {
	display: grid;
	min-width: 58px;
	padding: 7px 8px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.72);
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
}

.dz-countdown strong {
	color: var(--dz-white);
	font-size: 18px;
	line-height: 1;
}

.dz-carousel {
	position: relative;
}

.dz-carousel-viewport {
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.dz-carousel-viewport::-webkit-scrollbar {
	display: none;
}

ul.products,
.woocommerce ul.products,
.woocommerce-page ul.products,
.dz-product-carousel,
.dz-product-grid {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dz-product-carousel {
	display: flex;
	gap: 16px;
}

.dz-product-carousel > li.product,
.dz-product-carousel > .dz-product-card {
	flex: 0 0 calc((100% - 80px) / 6);
	scroll-snap-align: start;
}

.dz-product-grid {
	display: grid;
	gap: 16px;
}

.dz-product-grid--recent {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dz-load-more-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 28px;
}

.dz-load-more-btn {
	width: min(100%, 388px);
	min-height: 42px;
	border: 1px solid var(--dz-primary);
	border-radius: 0;
	background: transparent;
	color: var(--dz-primary);
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.dz-load-more-btn:hover {
	background: var(--dz-primary);
	border-color: var(--dz-primary);
	color: var(--dz-white);
}

.dz-load-more-btn:disabled,
.dz-load-more-btn.is-loading {
	border-color: #666666;
	background: #666666;
	color: var(--dz-white);
	cursor: wait;
	opacity: 1;
	transform: none;
}

.dz-load-more-btn[hidden] {
	display: none;
}

.dz-load-more-status {
	margin: 0;
	color: var(--dz-muted);
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
}

.woocommerce ul.products[class*="columns-"] li.product,
.woocommerce-page ul.products[class*="columns-"] li.product {
	clear: none !important;
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.dz-product-card,
.woocommerce ul.products li.product {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	padding: 0;
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
	box-shadow: none;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.dz-product-card:hover,
.woocommerce ul.products li.product:hover {
	border-color: rgba(255, 77, 0, 0.5);
	box-shadow: var(--dz-shadow);
	transform: translateY(-2px);
}

.dz-product-media {
	position: relative;
	aspect-ratio: 1 / 1;
	width: 100%;
	margin-bottom: 14px;
	border-radius: calc(var(--dz-radius) - 1px) calc(var(--dz-radius) - 1px) 0 0;
	background: #f7f7f7;
	overflow: hidden;
}

.dz-product-image-link {
	display: block;
	width: 100%;
	height: 100%;
}

.dz-product-media img,
.woocommerce ul.products li.product .dz-product-media img {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
	padding: 8px;
	object-fit: contain;
	object-position: center center;
	transform-origin: center center;
	transition: transform 0.25s ease;
}

.dz-product-card:hover .dz-product-media img,
.woocommerce ul.products li.product:hover .dz-product-media img {
	transform: none;
}

.dz-sale-badge,
.woocommerce span.onsale {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: auto;
	left: 10px;
	bottom: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 5px 8px;
	border-radius: 5px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.woocommerce ul.products li.product .dz-product-media .dz-sale-badge,
.woocommerce-page ul.products li.product .dz-product-media .dz-sale-badge {
	top: 12px;
	right: auto;
	left: 12px;
	bottom: auto;
	z-index: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	min-width: 0;
	min-height: 0;
	margin: 0;
	transform: none;
}

.dz-product-actions {
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
	display: flex;
	flex-direction: column;
	gap: 7px;
	opacity: 0;
	transform: translateX(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.dz-product-card:hover .dz-product-actions,
.woocommerce ul.products li.product:hover .dz-product-actions {
	opacity: 1;
	transform: translateX(0);
}

.dz-action-btn {
	width: 34px;
	height: 34px;
	box-shadow: 0 8px 18px rgba(17, 17, 17, 0.1);
}

.dz-action-btn .dz-icon {
	width: 17px;
	height: 17px;
}

.dz-action-btn.is-wishlisted {
	border-color: var(--dz-primary);
	background: var(--dz-primary);
	color: var(--dz-white);
}

.dz-action-btn.is-wishlisted .dz-icon {
	fill: currentColor;
}

.dz-wishlist-fly {
	position: fixed;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin: -17px 0 0 -17px;
	border-radius: 999px;
	background: var(--dz-primary);
	color: var(--dz-white);
	pointer-events: none;
	transition: transform 0.72s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.72s ease;
	box-shadow: 0 10px 26px rgba(255, 77, 0, 0.32);
}

.dz-wishlist-fly .dz-icon {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.dz-cart-fly {
	position: fixed;
	z-index: 10000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin: -21px 0 0 -21px;
	border-radius: 999px;
	background: var(--dz-primary);
	color: var(--dz-white);
	pointer-events: none;
	transition: transform 0.78s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.78s ease;
	box-shadow: 0 14px 30px rgba(255, 77, 0, 0.34);
}

.dz-cart-fly .dz-icon {
	width: 22px;
	height: 22px;
}

.dz-cart-link.is-cart-bumped {
	animation: dz-cart-bump 0.36s ease;
}

@keyframes dz-cart-bump {
	0% {
		transform: scale(1);
	}

	45% {
		transform: scale(1.12);
	}

	100% {
		transform: scale(1);
	}
}

.dz-toast-region {
	position: fixed;
	top: 118px;
	right: 18px;
	z-index: 10001;
	display: grid;
	gap: 10px;
	width: min(360px, calc(100vw - 32px));
	pointer-events: none;
}

.dz-toast {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 13px 15px;
	border: 1px solid rgba(255, 77, 0, 0.18);
	border-radius: 8px;
	background: var(--dz-white);
	color: var(--dz-black);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	opacity: 0;
	transform: translateY(-10px);
	transition: opacity 0.22s ease, transform 0.22s ease;
	box-shadow: 0 18px 36px rgba(17, 17, 17, 0.14);
}

.dz-toast.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.dz-toast-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border-radius: 999px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-size: 13px;
	font-weight: 900;
}

.dz-toast--error {
	border-color: rgba(179, 35, 0, 0.18);
}

.dz-toast--error .dz-toast-icon {
	background: #b32300;
}

.dz-wishlist-page {
	display: grid;
	gap: 22px;
}

.dz-wishlist-hero {
	padding: 28px;
	border-radius: 8px;
	background: #fff4ed;
}

.dz-wishlist-hero span {
	color: var(--dz-primary);
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.dz-wishlist-hero h2 {
	margin: 6px 0 8px;
	color: var(--dz-black);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.05;
}

.dz-wishlist-hero p,
.dz-wishlist-empty p,
.dz-wishlist-status {
	margin: 0;
	color: var(--dz-muted);
	font-weight: 600;
}

.dz-wishlist-empty {
	display: grid;
	justify-items: center;
	gap: 12px;
	padding: 42px 20px;
	border: 1px dashed #ffc2a6;
	border-radius: 8px;
	background: var(--dz-white);
	text-align: center;
}

.dz-wishlist-empty[hidden],
.dz-wishlist-grid[hidden],
.dz-wishlist-status[hidden] {
	display: none;
}

.dz-wishlist-empty h3 {
	margin: 0;
	color: var(--dz-black);
	font-size: 24px;
}

.dz-wishlist-status {
	padding: 14px 0;
	text-align: center;
}

.dz-wishlist-grid {
	margin-top: 0;
}

.dz-product-title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: -webkit-box;
	min-height: 42px;
	margin: 0 0 8px;
	padding: 0 12px;
	overflow: hidden;
	color: var(--dz-black);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.dz-product-title a:hover {
	color: var(--dz-primary);
}

.dz-product-card .dzc-loop-vendor,
.woocommerce ul.products li.product .dzc-loop-vendor {
	padding: 0 12px;
}

.dz-rating,
.dz-rating-wrap,
.woocommerce .star-rating {
	color: var(--dz-primary);
	font-size: 13px;
	line-height: 1;
}

.dz-rating {
	display: flex;
	align-items: center;
	gap: 1px;
	margin-bottom: 7px;
	padding: 0 12px;
	color: #d8d8d8;
}

.dz-rating-wrap .dz-rating {
	padding: 0;
}

.dz-rating .is-filled,
.dz-rating--empty span,
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
	color: var(--dz-primary);
}

.dz-rating-wrap {
	min-height: 16px;
	margin-bottom: 7px;
	padding: 0 12px;
}

.dz-rating-count {
	margin-left: 6px;
	color: var(--dz-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.dz-product-price,
.woocommerce ul.products li.product .price {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 24px;
	margin: auto 0 12px;
	padding: 0 12px;
	color: var(--dz-primary);
	font-size: 16px;
	font-weight: 900;
}

.dz-product-price del,
.woocommerce ul.products li.product .price del {
	color: #9a9a9a;
	font-size: 13px;
	opacity: 1;
}

.dz-product-price ins,
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}

.dz-card-cart,
.dz-product-card > .button,
.woocommerce ul.products li.product .button,
.dz-add-to-cart {
	display: none;
}

.dz-card-cart,
.dz-product-card > .button,
.woocommerce ul.products li.product .button {
	margin-top: auto;
}

.dz-card-cart {
	width: 100%;
	padding: 0 12px 12px;
}

.dz-card-cart .button,
.dz-product-card > .button,
.woocommerce ul.products li.product .button {
	width: 100%;
	min-height: 38px;
	padding: 9px 12px;
	font-size: 14px;
}

.dz-product-card > .button,
.woocommerce ul.products li.product > .button {
	width: calc(100% - 24px);
	margin: auto 12px 12px;
}

@media (hover: hover) and (pointer: fine) {
	.dz-card-cart,
	.dz-product-card > .button,
	.woocommerce ul.products li.product .button {
		opacity: 0;
		transform: translateY(8px);
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	.dz-product-card:hover .dz-card-cart,
	.dz-product-card:hover > .button,
	.woocommerce ul.products li.product:hover .button {
		opacity: 1;
		transform: translateY(0);
	}
}

.dz-carousel-btn {
	position: absolute;
	top: 100px;
	z-index: 4;
	width: 42px;
	height: 42px;
	background: var(--dz-white);
	box-shadow: var(--dz-shadow);
	transform: translateY(-50%);
}

.dz-carousel-btn--prev {
	left: -12px;
}

.dz-carousel-btn--next {
	right: -12px;
}

.dz-big-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 235px;
	padding: clamp(28px, 5vw, 54px);
	color: var(--dz-white);
}

.dz-big-banner__inner::before {
	background: linear-gradient(90deg, rgba(255, 77, 0, 0.96), rgba(255, 77, 0, 0.82), rgba(17, 17, 17, 0.5));
}

.dz-big-banner__inner > * {
	position: relative;
	z-index: 1;
}

.dz-big-banner__inner span {
	color: var(--dz-white);
}

.dz-big-banner__inner h2 {
	max-width: 680px;
	margin: 5px 0 8px;
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.05;
}

.dz-big-banner__inner p {
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
}

.dz-service-strip {
	background: var(--dz-black);
	color: var(--dz-white);
}

.dz-service-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.dz-service-strip__grid > div {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	column-gap: 12px;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: var(--dz-radius);
}

.dz-service-strip .dz-icon {
	grid-row: span 2;
	width: 34px;
	height: 34px;
	color: var(--dz-primary);
}

.dz-service-strip strong {
	font-size: 16px;
	line-height: 1.2;
}

.dz-service-strip span {
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
}

.dz-blog-grid,
.dz-post-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.dz-blog-card {
	overflow: hidden;
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
	transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.dz-blog-card:hover {
	border-color: rgba(255, 77, 0, 0.45);
	box-shadow: var(--dz-shadow);
	transform: translateY(-2px);
}

.dz-blog-card__image {
	display: block;
	aspect-ratio: 1.58 / 1;
	background: #ececec;
	overflow: hidden;
}

.dz-blog-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.dz-blog-card:hover .dz-blog-card__image img {
	transform: scale(1.04);
}

.dz-blog-card > div {
	padding: 18px;
}

.dz-blog-card span {
	color: var(--dz-primary);
	font-size: 13px;
	font-weight: 800;
}

.dz-blog-card h2,
.dz-blog-card h3 {
	margin: 7px 0 8px;
	color: var(--dz-black);
	font-size: 20px;
	line-height: 1.25;
}

.dz-blog-card h2 a:hover,
.dz-blog-card h3 a:hover {
	color: var(--dz-primary);
}

.dz-blog-card p {
	margin: 0;
	color: var(--dz-muted);
}

.dz-site-footer {
	background: var(--dz-black);
	color: var(--dz-white);
}

.dz-footer-main {
	padding: 50px 0 0;
}

.dz-footer-grid {
	display: grid;
	grid-template-columns: 1.45fr 0.85fr 0.85fr 1.1fr;
	gap: 34px;
}

.dz-footer-about .dz-logo {
	margin-left: -26px;
	color: var(--dz-white);
}

.dz-footer-about p,
.dz-footer-contact,
.dz-footer-column,
.dz-footer-row {
	color: rgba(255, 255, 255, 0.7);
}

.dz-footer-about p {
	max-width: 360px;
	margin: 16px 0;
}

.dz-footer-contact,
.dz-footer-column ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dz-footer-contact li,
.dz-footer-contact a,
.dz-footer-column a {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

.dz-footer-contact li + li,
.dz-footer-column li + li {
	margin-top: 10px;
}

.dz-footer-contact .dz-icon {
	width: 17px;
	height: 17px;
	color: var(--dz-primary);
	margin-top: 3px;
}

.dz-footer-column h2 {
	margin: 0 0 16px;
	color: var(--dz-white);
	font-size: 18px;
}

.dz-footer-column a:hover,
.dz-footer-contact a:hover {
	color: var(--dz-white);
}

.dz-social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 18px;
}

.dz-social-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	color: var(--dz-white);
}

.dz-social-links a:hover {
	background: var(--dz-primary);
	border-color: var(--dz-primary);
}

.dz-app-box {
	padding: 16px;
	border-radius: var(--dz-radius);
	background: rgba(255, 255, 255, 0.08);
}

.dz-app-box span {
	color: var(--dz-primary);
	font-weight: 900;
	font-size: 13px;
}

.dz-app-box strong {
	display: block;
	margin: 3px 0 12px;
	color: var(--dz-white);
}

.dz-app-buttons {
	display: flex;
	gap: 8px;
}

.dz-app-buttons a {
	padding: 8px 10px;
	border-radius: 6px;
	background: var(--dz-white);
	color: var(--dz-black);
	font-size: 13px;
	font-weight: 800;
}

.dz-footer-rows {
	display: grid;
	gap: 12px;
	margin-top: 34px;
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dz-footer-row {
	display: flex;
	align-items: center;
	gap: 16px;
}

.dz-footer-row > span {
	min-width: 130px;
	color: var(--dz-white);
	font-weight: 900;
}

.dz-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dz-badge-row span {
	padding: 6px 10px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.78);
	font-size: 12px;
	font-weight: 800;
}

.dz-footer-bottom {
	padding: 17px 0;
	background: #050505;
	color: rgba(255, 255, 255, 0.68);
	text-align: center;
}

.dz-footer-bottom p {
	margin: 0;
}

.dz-page {
	padding: 42px 0 56px;
}

.dz-content-wrap {
	max-width: 980px;
}

.dz-content-wrap--narrow {
	max-width: 860px;
}

.dz-page-header {
	margin-bottom: 24px;
}

.dz-page-header h1 {
	margin: 4px 0 0;
	color: var(--dz-black);
	font-size: clamp(30px, 5vw, 46px);
	line-height: 1.12;
}

.dz-page-header p {
	margin: 8px 0 0;
	color: var(--dz-muted);
}

.dz-entry,
.dz-empty-state,
.woocommerce .woocommerce-notices-wrapper,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
}

.woocommerce .woocommerce-notices-wrapper:empty {
	display: none;
}

.dz-entry,
.dz-empty-state {
	padding: clamp(22px, 4vw, 38px);
}

.dz-entry-content > *:first-child {
	margin-top: 0;
}

.dz-entry-content > *:last-child {
	margin-bottom: 0;
}

.dz-entry-featured {
	margin-bottom: 24px;
	overflow: hidden;
	border-radius: var(--dz-radius);
}

.dz-entry-featured img {
	width: 100%;
}

.dz-post-navigation {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	margin-top: 20px;
}

.dz-post-navigation a {
	display: inline-flex;
	padding: 12px 16px;
	border-radius: 6px;
	background: var(--dz-white);
	color: var(--dz-black);
	font-weight: 800;
}

.dz-post-navigation a:hover {
	color: var(--dz-primary);
}

.dz-empty-state {
	text-align: center;
}

.dz-empty-state > span {
	display: block;
	color: var(--dz-primary);
	font-size: 64px;
	font-weight: 900;
	line-height: 1;
}

.dz-empty-state h1,
.dz-empty-state h2 {
	margin: 8px 0;
	color: var(--dz-black);
}

.dz-empty-state p {
	margin: 0 auto 18px;
	max-width: 540px;
	color: var(--dz-muted);
}

.dz-empty-actions {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.navigation.pagination {
	margin-top: 24px;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border-radius: 6px;
	background: var(--dz-white);
	color: var(--dz-black);
	font-weight: 800;
}

.page-numbers.current,
.page-numbers:hover {
	background: var(--dz-primary);
	color: var(--dz-white);
}

.dz-shop-page .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 18px;
	color: var(--dz-muted);
}

.woocommerce-products-header__title,
.woocommerce div.product .product_title {
	color: var(--dz-black);
}

.dz-shop-layout {
	display: grid;
	grid-template-columns: 252px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	margin-top: 20px;
}

.dz-shop-main {
	min-width: 0;
}

.woocommerce .dz-shop-main .woocommerce-result-count,
.woocommerce-page .dz-shop-main .woocommerce-result-count {
	margin: 0 0 18px;
	color: var(--dz-muted);
}

.woocommerce .dz-shop-main .woocommerce-ordering,
.woocommerce-page .dz-shop-main .woocommerce-ordering {
	margin: 0 0 18px;
}

.woocommerce .dz-shop-main ul.products,
.woocommerce-page .dz-shop-main ul.products {
	clear: both;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dz-shop-filter-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	border: 1px solid var(--dz-primary);
	border-radius: 6px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-size: 15px;
	font-weight: 900;
	cursor: pointer;
}

.dz-shop-filter-toggle .dz-icon {
	width: 18px;
	height: 18px;
}

.dz-shop-filter {
	width: 100%;
	padding: 16px;
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
}

.dz-shop-filter__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.dz-shop-filter__head h2,
.dz-shop-filter__group h3 {
	margin: 0;
	color: var(--dz-black);
}

.dz-shop-filter__head h2 {
	font-size: 20px;
	line-height: 1.2;
}

.dz-shop-filter__reset {
	color: var(--dz-primary);
	font-size: 13px;
	font-weight: 800;
}

.dz-shop-filter__search {
	display: flex;
	align-items: stretch;
	height: 42px;
	margin-bottom: 18px;
	overflow: hidden;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: var(--dz-white);
}

.dz-shop-filter__search input[type="search"] {
	min-width: 0;
	flex: 1;
	border: 0;
	padding: 0 11px;
	background: transparent;
	color: var(--dz-text);
	outline: none;
}

.dz-shop-filter__search button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	border: 0;
	background: var(--dz-primary);
	color: var(--dz-white);
	cursor: pointer;
}

.dz-shop-filter__search .dz-icon {
	width: 17px;
	height: 17px;
}

.dz-shop-filter__group + .dz-shop-filter__group {
	margin-top: 20px;
	padding-top: 18px;
	border-top: 1px solid var(--dz-border);
}

.dz-shop-filter__group h3 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 900;
}

.dz-shop-filter__list {
	display: grid;
	gap: 6px;
}

.dz-shop-filter__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	min-height: 34px;
	padding: 8px 10px;
	border-radius: 6px;
	color: var(--dz-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: background 0.2s ease, color 0.2s ease;
}

.dz-shop-filter__option:hover,
.dz-shop-filter__option.is-active {
	background: var(--dz-soft);
	color: var(--dz-primary);
}

.dz-shop-filter__count {
	color: var(--dz-muted);
	font-size: 12px;
	font-weight: 800;
}

.dz-shop-filter__stars {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	color: #d8d8d8;
	font-size: 13px;
	line-height: 1;
}

.dz-shop-filter__stars .is-filled {
	color: var(--dz-primary);
}

.single-product .woocommerce-notices-wrapper:empty {
	display: none;
}

.single-product .dz-shop-page {
	padding-top: 30px;
}

.single-product .woocommerce-breadcrumb {
	margin-bottom: 16px;
	font-size: 14px;
}

.single-product .dz-shop-page,
.single-product .dz-shop-page button,
.single-product .dz-shop-page input,
.single-product .dz-shop-page select,
.single-product .dz-shop-page textarea {
	font-family: Arial, Helvetica, sans-serif !important;
}

.single-product .dz-shop-page :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, small, label, button, input, select, textarea, td, th, li, div) {
	font-weight: 500 !important;
	letter-spacing: 0;
}

.single-product div.product.dz-product-card,
.woocommerce.single-product div.product.dz-product-card {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
	gap: 34px;
	align-items: start;
	height: auto;
	min-width: 0;
	padding: 24px;
	overflow: visible;
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
	box-shadow: none;
	transform: none;
}

.single-product div.product.dz-product-card:hover,
.woocommerce.single-product div.product.dz-product-card:hover {
	border-color: var(--dz-border);
	box-shadow: none;
	transform: none;
}

.single-product div.product > .onsale {
	top: 18px;
	left: 18px;
	z-index: 6;
}

.single-product.woocommerce div.product div.images,
.single-product.woocommerce-page div.product div.images {
	float: none;
	width: 100%;
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
	margin: 0;
}

.single-product div.product .woocommerce-product-gallery__image a {
	display: block;
}

.single-product.woocommerce div.product div.images img,
.single-product.woocommerce-page div.product div.images img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 0;
	background: var(--dz-white);
}

.single-product.woocommerce div.product div.images .flex-control-thumbs,
.single-product.woocommerce-page div.product div.images .flex-control-thumbs {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-padding-inline: 46px;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	touch-action: pan-x;
	cursor: grab;
	user-select: none;
	-webkit-overflow-scrolling: touch;
	margin: 0;
	padding: 12px 46px;
	border-top: 1px solid var(--dz-border);
	background: var(--dz-white);
}

.single-product.woocommerce div.product div.images .flex-control-thumbs.is-dragging,
.single-product.woocommerce-page div.product div.images .flex-control-thumbs.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
	scroll-snap-type: none;
}

.dz-gallery-thumb-wrap {
	position: relative;
	border-top: 1px solid var(--dz-border);
	background: var(--dz-white);
}

.dz-gallery-thumb-wrap .flex-control-thumbs {
	border-top: 0 !important;
	background: transparent !important;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar,
.single-product.woocommerce-page div.product div.images .flex-control-thumbs::-webkit-scrollbar {
	display: none;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li,
.single-product.woocommerce-page div.product div.images .flex-control-thumbs li {
	display: block;
	flex: 0 0 calc((100% - 50px) / 6);
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.dz-gallery-scroll-btn {
	position: absolute;
	top: 50%;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--dz-primary);
	font-size: 0;
	font-weight: 500;
	line-height: 1;
	box-shadow: none;
	cursor: pointer;
	transform: translateY(-50%);
}

.dz-gallery-scroll-btn::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.dz-gallery-scroll-btn--prev::before {
	transform: rotate(-135deg);
	margin-left: 3px;
}

.dz-gallery-scroll-btn--next::before {
	transform: rotate(45deg);
	margin-right: 3px;
}

.dz-gallery-scroll-btn:hover {
	background: transparent;
	color: var(--dz-black);
}

.dz-gallery-scroll-btn:disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none;
}

.dz-gallery-scroll-btn--prev {
	left: 8px;
}

.dz-gallery-scroll-btn--next {
	right: 8px;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	object-fit: cover;
	opacity: 0.68;
	transition: border-color 0.2s ease, opacity 0.2s ease;
	user-select: none;
	-webkit-user-drag: none;
}

.single-product.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.single-product.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: var(--dz-primary);
	opacity: 1;
}

.single-product.woocommerce div.product div.summary,
.single-product.woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
	margin: 0;
}

.single-product div.product .summary {
	min-width: 0;
	padding: 2px 0 0;
}

.single-product div.product .product_title {
	margin: 0 0 12px;
	font-size: clamp(24px, 2.7vw, 34px);
	font-weight: 600;
	line-height: 1.12;
}

.single-product div.product .dzc-single-vendor {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: auto;
	margin: 0 0 16px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 77, 0, 0.16);
	border-radius: 6px;
	background: var(--dz-soft);
	color: var(--dz-black);
	font-size: 13px;
	font-weight: 800;
}

.single-product div.product .woocommerce-product-rating {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--dz-muted);
	font-size: 14px;
}

.single-product div.product .woocommerce-product-rating .star-rating {
	float: none;
	margin: 0;
	color: var(--dz-primary);
}

.single-product div.product .woocommerce-review-link {
	color: var(--dz-muted);
	font-weight: 700;
}

.single-product div.product .woocommerce-review-link:hover {
	color: var(--dz-primary);
}

.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px;
	margin: 0 0 16px;
	color: var(--dz-primary);
	font-size: clamp(24px, 2.7vw, 32px);
	font-weight: 600;
	line-height: 1.1;
}

.single-product div.product p.price del {
	display: none;
	color: #9a9a9a;
	font-size: 18px;
	font-weight: 600;
	opacity: 1;
}

.single-product div.product p.price ins {
	text-decoration: none;
}

.single-product div.product .woocommerce-product-details__short-description {
	margin: 0 0 18px;
	color: var(--dz-text);
	font-size: 15px;
	line-height: 1.7;
}

.single-product div.product .woocommerce-product-details__short-description p {
	margin: 0;
}

.single-product div.product .stock {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	margin: 0 0 18px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #effaf2;
	color: #267a35;
	font-size: 13px;
	font-weight: 900;
}

.single-product div.product .stock.out-of-stock {
	background: #fff1ee;
	color: #b32300;
}

.single-product div.product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid var(--dz-border);
}

.single-product div.product form.variations_form.cart {
	display: block;
}

.single-product div.product form.cart table.variations {
	width: 100%;
	margin: 0 0 12px;
	border: 0;
}

.single-product div.product form.cart table.variations tbody,
.single-product div.product form.cart table.variations tr,
.single-product div.product form.cart table.variations th,
.single-product div.product form.cart table.variations td {
	display: block;
	padding: 0;
	border: 0;
}

.single-product div.product form.cart table.variations tr + tr {
	margin-top: 12px;
}

.single-product div.product form.cart table.variations label {
	display: block;
	margin-bottom: 7px;
	color: var(--dz-black);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.single-product div.product form.cart table.variations select {
	width: 100%;
	height: 46px;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: var(--dz-white);
	color: var(--dz-black);
	font-weight: 800;
}

.single-product div.product form.cart table.variations select.dz-variation-select {
	display: none;
}

.single-product div.product .dz-variation-swatches {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

.single-product div.product .dz-variation-swatch {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 88px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: var(--dz-white);
	color: var(--dz-black);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.single-product div.product .dz-variation-swatch::before {
	display: none;
	content: "";
	width: 14px;
	height: 14px;
	border: 1px solid var(--dz-border);
	border-radius: 50%;
	background: currentColor;
}

.single-product div.product .dz-variation-swatch[data-value="Black"]::before,
.single-product div.product .dz-variation-swatch[data-value="Blue"]::before,
.single-product div.product .dz-variation-swatch[data-value="White"]::before {
	display: inline-block;
}

.single-product div.product .dz-variation-swatch[data-value="Black"]::before {
	background: #111111;
}

.single-product div.product .dz-variation-swatch[data-value="Blue"]::before {
	background: #2563eb;
}

.single-product div.product .dz-variation-swatch[data-value="White"]::before {
	background: #ffffff;
}

.single-product div.product .dz-variation-swatch.is-active {
	border-color: var(--dz-primary);
	background: var(--dz-primary);
	color: var(--dz-white);
}

.single-product div.product .dz-variation-swatch.is-active::before {
	border-color: rgba(255, 255, 255, 0.7);
}

.single-product div.product .dz-variation-swatch:disabled {
	opacity: 0.42;
	cursor: not-allowed;
}

.single-product div.product form.cart .reset_variations {
	display: inline-flex;
	margin-top: 8px;
	color: var(--dz-primary);
	font-size: 12px;
	font-weight: 900;
}

.single-product div.product .single_variation_wrap {
	margin-top: 12px;
}

.single-product div.product .woocommerce-variation {
	margin-bottom: 12px;
}

.single-product div.product .woocommerce-variation-price {
	display: none;
}

.single-product div.product .woocommerce-variation-price .price {
	margin: 0 0 10px;
	font-size: 24px;
}

.single-product div.product .woocommerce-variation-availability .stock {
	margin-bottom: 12px;
}

.single-product div.product .woocommerce-variation-add-to-cart {
	display: grid;
	grid-template-columns: 114px minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	gap: 10px;
	width: min(100%, 452px);
}

.single-product div.product form.cart:not(.variations_form) {
	display: grid;
	grid-template-columns: 114px minmax(0, 1fr) minmax(0, 1fr);
	align-items: stretch;
	gap: 10px;
	width: min(100%, 452px);
}

.single-product div.product .woocommerce-variation-add-to-cart div.quantity,
.single-product div.product form.cart:not(.variations_form) div.quantity {
	grid-column: 1;
	grid-row: 1;
}

.single-product div.product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
.single-product div.product form.cart:not(.variations_form) .single_add_to_cart_button {
	grid-column: 2;
	grid-row: 1;
}

.single-product div.product .woocommerce-variation-add-to-cart .dz-buy-now-button,
.single-product div.product form.cart:not(.variations_form) .dz-buy-now-button {
	grid-column: 3;
	grid-row: 1;
}

.single-product div.product form.cart div.quantity {
	float: none;
	margin: 0;
}

.single-product div.product form.cart div.quantity.dz-quantity-control {
	display: grid;
	grid-template-columns: 34px 46px 34px;
	align-items: stretch;
	width: 114px;
	height: 50px;
	overflow: hidden;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: var(--dz-white);
}

.single-product .quantity .qty {
	width: 76px;
	height: 50px;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: var(--dz-white);
	color: var(--dz-black);
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.single-product .quantity.dz-quantity-control .qty {
	width: 100%;
	height: 48px;
	min-height: 48px;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	-moz-appearance: textfield;
}

.single-product .quantity.dz-quantity-control .qty::-webkit-outer-spin-button,
.single-product .quantity.dz-quantity-control .qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.dz-qty-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 48px;
	border: 0;
	background: #f7f7f7;
	color: var(--dz-black);
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
	transition: background 0.16s ease, color 0.16s ease, opacity 0.16s ease;
}

.dz-qty-btn:hover {
	background: var(--dz-primary);
	color: var(--dz-white);
}

.dz-qty-btn:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.dz-qty-btn:disabled:hover {
	background: #f7f7f7;
	color: var(--dz-black);
}

.single-product.woocommerce div.product form.cart .button {
	float: none;
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 0 12px;
	border-radius: 6px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-size: 15px;
	font-weight: 600;
}

.single-product.woocommerce div.product form.cart .button:hover {
	background: var(--dz-black);
	color: var(--dz-white);
}

.single-product.woocommerce div.product form.cart .button.loading,
.single-product.woocommerce div.product form.cart .button:disabled {
	opacity: 0.72;
	cursor: wait;
}

.single-product.woocommerce div.product form.cart .dz-buy-now-button {
	background: var(--dz-black);
}

.single-product.woocommerce div.product form.cart .dz-buy-now-button:hover {
	background: var(--dz-primary);
}

.dz-single-benefits {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin: 0 0 18px;
}

.dz-single-benefit {
	min-width: 0;
	padding: 12px;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: #fbfbfb;
}

.dz-single-benefit span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-bottom: 8px;
	border-radius: 50%;
	background: var(--dz-soft);
	color: var(--dz-primary);
}

.dz-single-benefit .dz-icon {
	width: 17px;
	height: 17px;
}

.dz-single-benefit strong,
.dz-single-benefit small {
	display: block;
}

.dz-single-benefit strong {
	color: var(--dz-black);
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
}

.dz-single-benefit small {
	margin-top: 4px;
	color: var(--dz-muted);
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
}

.single-product div.product .product_meta {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 14px 0 0;
	border-top: 1px solid var(--dz-border);
	color: var(--dz-muted);
	font-size: 13px;
	font-weight: 700;
}

.single-product div.product .product_meta a,
.single-product div.product .product_meta .sku {
	color: var(--dz-black);
	font-weight: 900;
}

.single-product div.product .product_meta a:hover {
	color: var(--dz-primary);
}

.single-product div.product .woocommerce-tabs {
	grid-column: 1 / -1;
	margin: 6px 0 0;
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
	overflow: hidden;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	gap: 6px;
	margin: 0;
	padding: 10px 10px 0;
	overflow: visible;
	border-bottom: 1px solid var(--dz-border);
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 6px 6px 0 0;
	background: transparent;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	padding: 11px 16px;
	color: var(--dz-muted);
	font-size: 14px;
	font-weight: 900;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	background: var(--dz-primary);
	color: var(--dz-white);
}

.single-product.woocommerce div.product .woocommerce-tabs .panel {
	margin: 0;
	padding: 24px;
	color: var(--dz-text);
}

.single-product.woocommerce div.product .woocommerce-tabs .panel h2,
.single-product .related.products > h2 {
	margin: 0 0 14px;
	color: var(--dz-black);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.2;
}

.single-product .woocommerce-Reviews-title {
	font-size: 20px;
}

.single-product #reviews #comments ol.commentlist {
	margin: 0 0 22px;
	padding: 0;
}

.single-product #reviews #comments ol.commentlist li {
	padding: 0;
}

.single-product #reviews #comments ol.commentlist li img.avatar {
	width: 46px;
	height: 46px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--dz-border);
}

.single-product #reviews #comments ol.commentlist li .comment-text {
	margin-left: 62px;
	padding: 16px;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
}

.single-product #review_form_wrapper {
	padding-top: 18px;
	border-top: 1px solid var(--dz-border);
}

.single-product #review_form .comment-reply-title {
	display: block;
	margin-bottom: 12px;
	color: var(--dz-black);
	font-size: 20px;
	font-weight: 900;
}

.single-product #review_form input,
.single-product #review_form textarea,
.single-product #review_form select {
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: var(--dz-white);
}

.single-product #review_form textarea {
	min-height: 120px;
	padding: 12px;
}

.single-product .related.products {
	grid-column: 1 / -1;
	margin-top: 30px;
}

.single-product .related.products ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select,
.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select {
	min-height: 42px;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: var(--dz-white);
	padding: 8px 10px;
}

.woocommerce div.product div.images img {
	border-radius: var(--dz-radius);
	background: var(--dz-white);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--dz-primary);
	font-weight: 900;
}

.woocommerce div.product form.cart .button {
	background: var(--dz-primary);
	color: var(--dz-white);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border-top-color: var(--dz-primary);
	background: var(--dz-white);
}

.woocommerce-message::before,
.woocommerce-info::before {
	color: var(--dz-primary);
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	padding: 18px;
}

.woocommerce-cart .woocommerce-cart-form button.button[name="update_cart"],
.woocommerce-cart .woocommerce-cart-form input.button[name="update_cart"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button {
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--dz-primary) !important;
	color: var(--dz-white) !important;
	font-weight: 500 !important;
	box-shadow: 0 12px 24px rgba(255, 77, 0, 0.16);
}

.woocommerce-cart .woocommerce-cart-form button.button[name="update_cart"],
.woocommerce-cart .woocommerce-cart-form input.button[name="update_cart"] {
	min-height: 42px;
	padding: 11px 20px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 64px;
	margin: 0 !important;
	font-size: 20px !important;
}

.woocommerce-cart .woocommerce-cart-form button.button[name="update_cart"]:hover,
.woocommerce-cart .woocommerce-cart-form input.button[name="update_cart"]:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout a.button:hover {
	background: var(--dz-black) !important;
	color: var(--dz-white) !important;
}

.woocommerce-cart .woocommerce-cart-form button.button[name="update_cart"]:disabled,
.woocommerce-cart .woocommerce-cart-form button.button[name="update_cart"]:disabled[disabled],
.woocommerce-cart .woocommerce-cart-form input.button[name="update_cart"]:disabled,
.woocommerce-cart .woocommerce-cart-form input.button[name="update_cart"]:disabled[disabled] {
	background: #ffb396 !important;
	color: var(--dz-white) !important;
	opacity: 1 !important;
	cursor: not-allowed;
	box-shadow: none;
}

.woocommerce-account .woocommerce {
	display: grid !important;
	grid-template-columns: 245px minmax(0, 1fr) !important;
	gap: 24px;
	align-items: start;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
	min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	grid-column: 1;
	grid-row: 1;
}

.woocommerce-account .woocommerce-MyAccount-content {
	grid-column: 2;
	grid-row: 1;
}

.woocommerce-account .woocommerce:has(.dz-auth-page) {
	display: block !important;
}

.woocommerce-account .woocommerce:has(.dz-lost-password-page) {
	display: block !important;
}

.woocommerce-account .woocommerce:has(.dz-auth-page) .woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce-account .woocommerce:has(.dz-lost-password-page) .woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce:has(.acr-checkout-scope) > .woocommerce-notices-wrapper:empty {
	display: none;
}

.acr-checkout-scope .woocommerce-notices-wrapper:empty {
	display: none !important;
}

.woocommerce-checkout.acr-checkout-active .dz-page {
	padding-top: 0;
}

.woocommerce-order-received.acr-thankyou-active .dz-page {
	padding-top: 0;
	padding-bottom: 0;
}

.dz-entry:has(.dz-auth-page) {
	padding: 0;
	border: 0;
	background: transparent;
}

.dz-entry:has(.dz-lost-password-page) {
	padding: 0;
	border: 0;
	background: transparent;
}

.dz-entry:has(.acr-checkout-scope) {
	padding: 0;
	border: 0;
	background: transparent;
}

.dz-entry:has(.acr-thankyou-scope) {
	padding: 0;
	border: 0;
	background: transparent;
}

.dz-auth-page {
	display: flex;
	justify-content: center;
	padding: 12px 0 26px;
}

.dz-auth-card {
	width: min(100%, 414px);
	padding: 32px;
	border: 1px solid #dfe5e8;
	border-radius: 18px;
	background: var(--dz-white);
	box-shadow: 0 18px 42px rgba(17, 17, 17, 0.06);
}

.dz-auth-tabs {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	gap: 0;
	margin-bottom: 26px;
	padding: 4px;
	border-radius: 12px;
	background: #f1f2f3;
}

.dz-auth-tab {
	min-height: 40px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: #5d646b;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.dz-auth-tab.is-active {
	background: var(--dz-white);
	color: var(--dz-primary);
	box-shadow: 0 2px 8px rgba(17, 17, 17, 0.08);
}

.dz-auth-panel[hidden] {
	display: none;
}

.dz-auth-panel h2 {
	margin: 0 0 12px;
	color: var(--dz-black);
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
}

.dz-auth-panel > p {
	margin: 0 0 18px;
	color: var(--dz-muted);
	font-size: 15px;
}

.dz-auth-form,
.woocommerce .dz-auth-form,
.woocommerce form.dz-auth-form {
	display: grid;
	gap: 15px;
	margin: 0;
	border: 0 !important;
}

.dz-auth-form p {
	margin: 0;
}

.dz-auth-form label,
.woocommerce .dz-auth-form label {
	display: grid;
	gap: 8px;
	margin: 0;
	color: var(--dz-black);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25;
}

.dz-auth-form input[type="text"],
.dz-auth-form input[type="email"],
.dz-auth-form input[type="password"],
.dz-auth-form textarea,
.woocommerce .dz-auth-form .input-text {
	width: 100%;
	min-height: 42px;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #e2e7eb;
	border-radius: 12px;
	background: var(--dz-white);
	color: #25292d;
	font-size: 15px;
	font-weight: 500;
	box-shadow: 0 1px 0 rgba(17, 17, 17, 0.02);
	outline: 0;
	transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.dz-auth-form input[type="text"]:hover,
.dz-auth-form input[type="email"]:hover,
.dz-auth-form input[type="password"]:hover,
.dz-auth-form textarea:hover,
.woocommerce .dz-auth-form .input-text:hover {
	border-color: #d5dde3;
}

.dz-auth-form input[type="text"]:focus,
.dz-auth-form input[type="email"]:focus,
.dz-auth-form input[type="password"]:focus,
.dz-auth-form textarea:focus,
.woocommerce .dz-auth-form .input-text:focus {
	border-color: #cfd8df;
	box-shadow: 0 0 0 3px rgba(207, 216, 223, 0.24);
	outline: 0;
}

.woocommerce form.dz-auth-form .form-row .input-text,
.woocommerce-page form.dz-auth-form .form-row .input-text,
body.woocommerce-account .woocommerce form.dz-auth-form input.input-text {
	border-width: 1px !important;
	border-style: solid !important;
	border-color: #e3e8ec !important;
	border-radius: 10px !important;
	box-shadow: 0 1px 0 rgba(17, 17, 17, 0.015) !important;
	outline: 0 !important;
}

.woocommerce form.dz-auth-form .form-row .input-text:hover,
.woocommerce-page form.dz-auth-form .form-row .input-text:hover,
body.woocommerce-account .woocommerce form.dz-auth-form input.input-text:hover {
	border-color: #d9e0e5 !important;
}

.woocommerce form.dz-auth-form .form-row .input-text:focus,
.woocommerce-page form.dz-auth-form .form-row .input-text:focus,
body.woocommerce-account .woocommerce form.dz-auth-form input.input-text:focus {
	border-color: #cfd8df !important;
	box-shadow: 0 0 0 3px rgba(207, 216, 223, 0.24) !important;
	outline: 0 !important;
}

.dz-auth-form textarea {
	min-height: 92px;
	padding-top: 11px;
	resize: vertical;
}

.dz-auth-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	color: var(--dz-text);
	font-size: 14px;
}

.dz-auth-row label {
	display: inline-flex;
	grid-template-columns: none;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
}

.dz-auth-row input[type="checkbox"],
.dz-auth-form .dzc-check input[type="checkbox"] {
	width: 14px;
	min-height: 14px;
	margin: 0;
	accent-color: var(--dz-primary);
}

.dz-auth-row a {
	color: var(--dz-primary);
	font-weight: 700;
	white-space: nowrap;
}

.dz-auth-submit,
.woocommerce .dz-auth-submit,
.woocommerce .woocommerce-form-login .dz-auth-submit,
.woocommerce .woocommerce-form-register .dz-auth-submit {
	width: 100%;
	min-height: 44px;
	margin: 2px 0 0;
	border: 0;
	border-radius: 12px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-size: 15px;
	font-weight: 800;
	box-shadow: 0 12px 24px rgba(255, 77, 0, 0.16);
}

.dz-auth-submit:hover,
.woocommerce .dz-auth-submit:hover {
	background: var(--dz-black);
	color: var(--dz-white);
}

.dz-auth-form .dzc-check {
	display: flex !important;
	align-items: flex-start;
	gap: 8px !important;
	font-size: 13px;
	font-weight: 500;
}

.dz-lost-password-page {
	display: flex;
	justify-content: center;
	padding: 12px 0 26px;
}

.dz-lost-password-card {
	width: min(100%, 430px);
}

.dz-lost-password-panel h2 {
	margin-bottom: 10px;
}

.dz-lost-password-panel > p {
	margin-bottom: 22px;
	line-height: 1.55;
}

.dz-lost-password-form {
	gap: 18px;
}

.woocommerce form.dz-lost-password-form .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

.dz-auth-back {
	justify-self: center;
	color: var(--dz-primary);
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.dz-auth-back:hover {
	color: var(--dz-black);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
	display: block;
	padding: 11px 12px;
	border-radius: 6px;
	color: var(--dz-black);
	font-weight: 700;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
	background: var(--dz-primary);
	color: var(--dz-white);
}

.dz-account-vendor-card,
.dz-account-vendor-panel {
	margin-top: 18px;
	padding: 18px;
	border: 1px solid var(--dz-border);
	border-radius: 8px;
	background: #fff7f2;
}

.dz-account-vendor-panel {
	margin-top: 0;
	background: var(--dz-white);
}

.dz-account-vendor-card h3,
.dz-account-vendor-panel h2 {
	margin: 0 0 8px;
	color: var(--dz-black);
	font-size: 22px;
	font-weight: 800;
}

.dz-account-vendor-card p,
.dz-account-vendor-panel > p {
	margin: 0 0 14px;
	color: var(--dz-muted);
}

.dz-account-vendor-card .button,
.woocommerce-account .dzc-btn {
	border: 0;
	border-radius: 6px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-weight: 800;
}

.dz-account-vendor-card .button:hover,
.woocommerce-account .dzc-btn:hover {
	background: var(--dz-black);
	color: var(--dz-white);
}

.woocommerce-account .dzc-notice--success {
	background: #fff4ed;
	color: #c33a00;
}

.woocommerce-account .dzc-dashboard .dzc-stats > div {
	background: #ffffff;
}

@media (max-width: 1180px) {
	.dz-header-contact {
		display: none;
	}

	.dz-product-carousel > li.product,
	.dz-product-carousel > .dz-product-card {
		flex-basis: calc((100% - 64px) / 5);
	}

	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.dz-shop-layout {
		grid-template-columns: 230px minmax(0, 1fr);
		gap: 18px;
	}

	.woocommerce .dz-shop-main ul.products,
	.woocommerce-page .dz-shop-main ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.single-product div.product.dz-product-card,
	.woocommerce.single-product div.product.dz-product-card {
		grid-template-columns: minmax(0, 0.9fr) minmax(330px, 0.8fr);
		gap: 24px;
	}

	.single-product .related.products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dz-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

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

@media (max-width: 980px) {
	.admin-bar .dz-site-header {
		top: 0;
	}

	.dz-main-header__inner {
		display: grid;
		grid-template-columns: auto 1fr;
		min-height: auto;
		padding: 14px 0;
	}

	.dz-brand {
		min-width: 0;
	}

	.dz-header-actions {
		justify-self: end;
	}

	.dz-product-search {
		grid-column: 1 / -1;
		order: 3;
		max-width: none;
		width: 100%;
	}

	.dz-menu-toggle {
		display: inline-flex;
	}

	.dz-nav-bar {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.25s ease;
	}

	.dz-nav-bar.is-open {
		max-height: 480px;
	}

	.dz-nav-bar__inner {
		align-items: stretch;
	}

	.dz-primary-menu {
		display: block;
		padding: 8px 0;
	}

	.dz-primary-menu a {
		padding: 12px 2px;
	}

	.dz-hero__grid {
		grid-template-columns: 1fr;
	}

	.dz-hero-slider,
	.dz-hero-promo {
		min-height: 360px;
	}

	.dz-product-carousel > li.product,
	.dz-product-carousel > .dz-product-card {
		flex-basis: calc((100% - 48px) / 4);
	}

	.dz-product-grid--recent,
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dz-shop-layout {
		grid-template-columns: 220px minmax(0, 1fr);
	}

	.single-product div.product.dz-product-card,
	.woocommerce.single-product div.product.dz-product-card {
		grid-template-columns: 1fr;
	}

	.dz-service-strip__grid,
	.dz-blog-grid,
	.dz-post-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {
	.dz-topbar__inner {
		justify-content: center;
		text-align: center;
	}

	.dz-topbar__links {
		display: none;
	}

	.dz-logo {
		font-size: 23px;
	}

	.dz-logo-mark {
		width: 38px;
		height: 38px;
	}

	.dz-header-action,
	.dz-menu-toggle {
		width: 40px;
		height: 40px;
	}

	.dz-section,
	.dz-hero,
	.dz-big-banner,
	.dz-service-strip {
		padding: 26px 0;
	}

	.dz-section-heading,
	.dz-section-heading--timer,
	.dz-big-banner__inner,
	.dz-footer-row {
		align-items: flex-start;
		flex-direction: column;
	}

	.dz-section-heading {
		align-items: center;
		flex-direction: row;
		gap: 12px;
	}

	.dz-section-heading h2 {
		font-size: 22px;
	}

	.dz-section-heading > a {
		margin-left: auto;
		white-space: nowrap;
	}

	.dz-countdown {
		width: 100%;
		justify-content: space-between;
	}

	.dz-countdown span {
		min-width: 0;
		flex: 1;
	}

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

	.dz-product-carousel > li.product,
	.dz-product-carousel > .dz-product-card {
		flex-basis: calc((100% - 16px) / 2);
	}

	.dz-product-grid--recent,
	.woocommerce ul.products,
	.woocommerce-page ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.dz-shop-layout {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.dz-shop-filter-toggle {
		display: inline-flex;
	}

	.dz-shop-filter-toggle.is-active {
		background: var(--dz-black);
		border-color: var(--dz-black);
	}

	.dz-shop-filter {
		max-height: 0;
		padding: 0 16px;
		border-width: 0;
		opacity: 0;
		overflow: hidden;
		pointer-events: none;
		transform: translateY(-8px);
		transition: max-height 0.28s ease, padding 0.28s ease, opacity 0.2s ease, transform 0.28s ease;
	}

	.dz-shop-filter.is-open {
		max-height: min(76vh, 760px);
		padding: 16px;
		border-width: 1px;
		opacity: 1;
		overflow-y: auto;
		pointer-events: auto;
		transform: translateY(0);
	}

	.dz-shop-filter__list {
		grid-template-columns: 1fr;
	}

	.woocommerce .dz-shop-main ul.products,
	.woocommerce-page .dz-shop-main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-product div.product.dz-product-card,
	.woocommerce.single-product div.product.dz-product-card {
		padding: 16px;
	}

	.dz-single-benefits {
		grid-template-columns: 1fr;
	}

	.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
	}

	.single-product .related.products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dz-carousel-btn {
		display: none;
	}

	.dz-toast-region {
		top: 92px;
		right: 12px;
		left: 12px;
		width: auto;
	}

	.dz-service-strip__grid,
	.dz-blog-grid,
	.dz-post-grid,
	.dz-footer-grid {
		grid-template-columns: 1fr;
	}

	.dz-footer-row > span {
		min-width: 0;
	}

	.dz-empty-actions,
	.dz-app-buttons {
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.dz-container {
		width: min(calc(100% - 24px), var(--dz-container));
	}

	.dz-product-search {
		height: 44px;
	}

	.dz-product-search input[type="search"] {
		padding: 0 12px;
		font-size: 14px;
	}

	.dz-product-search button {
		width: 48px;
	}

	.dz-hero-slider,
	.dz-hero-promo {
		min-height: 330px;
	}

	.dz-hero-slide {
		padding: 24px;
	}

	.dz-hero-slide__content p {
		font-size: 15px;
	}

	.dz-hero-dots {
		left: 24px;
		bottom: 18px;
	}

	.dz-category-card {
		min-height: 142px;
		padding: 14px 8px;
	}

	.dz-category-card__image {
		width: 72px;
		height: 72px;
	}

	.dz-product-card,
	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		padding: 0;
	}

	.dz-product-actions {
		opacity: 1;
		transform: none;
	}

	.dz-product-title,
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		font-size: 14px;
		min-height: 40px;
	}

	.dz-product-price,
	.woocommerce ul.products li.product .price {
		font-size: 14px;
	}

	.single-product div.product .product_title {
		font-size: 23px;
	}

	.single-product div.product form.cart:not(.variations_form) {
		display: grid;
		grid-template-columns: 114px minmax(0, 1fr) minmax(0, 1fr);
		align-items: stretch;
	}

	.single-product div.product form.variations_form.cart {
		display: block;
	}

	.single-product div.product .woocommerce-variation-add-to-cart {
		display: grid;
		grid-template-columns: 114px minmax(0, 1fr) minmax(0, 1fr);
		align-items: stretch;
	}

	.single-product div.product form.cart div.quantity {
		grid-column: 1;
		grid-row: 1;
	}

	.single-product div.product form.cart .single_add_to_cart_button {
		grid-column: 2;
		grid-row: 1;
		float: none;
		white-space: nowrap;
	}

	.single-product div.product form.cart .dz-buy-now-button {
		grid-column: 3;
		grid-row: 1;
		white-space: nowrap;
	}

	.single-product.woocommerce div.product form.cart .button {
		width: 100%;
		padding: 0 12px;
	}

	.single-product.woocommerce div.product .woocommerce-tabs .panel {
		padding: 18px;
	}

	.single-product #reviews #comments ol.commentlist li .comment-text {
		margin-left: 0;
	}

	.single-product #reviews #comments ol.commentlist li img.avatar {
		position: static;
		margin-bottom: 10px;
	}

	.dz-blog-card h2,
	.dz-blog-card h3 {
		font-size: 18px;
	}
}

/* Reference-matched header, hero, and category strip. */
:root {
	--dz-container: 1300px;
}

.dz-site-header {
	background: var(--dz-primary);
	box-shadow: none;
}

.dz-site-header.is-stuck {
	box-shadow: 0 4px 14px rgba(17, 17, 17, 0.12);
}

.dz-topbar {
	min-height: 40px;
	background: #e84300;
	color: var(--dz-white);
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.dz-topbar__inner {
	align-items: stretch;
	min-height: 40px;
}

.dz-topbar__notice {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--dz-white);
	font-weight: 500;
	white-space: nowrap;
}

.dz-topbar__notice .dz-icon {
	width: 14px;
	height: 14px;
}

.dz-topbar__links {
	align-self: stretch;
	gap: 0;
	color: var(--dz-white);
}

.dz-topbar__links a {
	display: inline-flex;
	align-items: center;
	padding: 0 22px;
	border-left: 1px solid rgba(17, 17, 17, 0.08);
	color: var(--dz-white);
	font-weight: 500;
}

.dz-topbar__links a:hover {
	background: rgba(17, 17, 17, 0.08);
}

.dz-main-header {
	background: var(--dz-primary);
	border-bottom: 0;
}

.dz-main-header__inner {
	min-height: 68px;
	gap: 20px;
}

.dz-brand {
	flex: 0 0 230px;
}

.dz-main-header .dz-logo {
	gap: 0;
	margin-left: -18px;
	color: var(--dz-white);
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.dz-main-header .dz-logo img {
	width: 190px;
	height: auto;
	max-width: 100%;
	max-height: none;
}

.dz-main-header .dz-logo-word--plain {
	color: var(--dz-white);
	letter-spacing: 0;
}

.dz-main-header .dz-logo-word--boxed {
	display: inline-flex;
	align-items: center;
	height: 28px;
	margin-left: 4px;
	padding: 0 4px;
	border: 2px solid var(--dz-white);
	background: var(--dz-black);
	color: var(--dz-white);
	font-size: 23px;
	line-height: 1;
}

.dz-footer-about .dz-logo-word--plain,
.dz-footer-about .dz-logo-word--boxed {
	color: var(--dz-white);
}

.dz-footer-about .dz-logo-word--boxed {
	display: inline-flex;
	align-items: center;
	margin-left: 4px;
	padding: 2px 5px;
	border: 2px solid var(--dz-white);
	background: var(--dz-primary);
}

.dz-product-search {
	position: relative;
	flex: 0 1 614px;
	max-width: 614px;
	height: 48px;
	border: 0;
	border-radius: 3px;
	background: #f4f4f6;
	padding: 4px;
	overflow: visible;
	z-index: 20;
}

.dz-product-search input[type="search"] {
	background: transparent;
	color: #7d7d7d;
	font-size: 15px;
	font-weight: 400;
}

.dz-product-search button {
	width: 66px;
	border-radius: 3px;
	background: var(--dz-primary);
	color: var(--dz-white);
}

.dz-product-search button .dz-icon {
	width: 22px;
	height: 22px;
	stroke-width: 2.6;
}

.dz-live-search-results {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	z-index: 40;
	max-height: 390px;
	overflow-y: auto;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: var(--dz-white);
	box-shadow: 0 18px 40px rgba(17, 17, 17, 0.18);
}

.dz-live-search-results[hidden] {
	display: none;
}

.dz-live-search-state {
	padding: 14px 16px;
	color: var(--dz-muted);
	font-size: 13px;
	font-weight: 500;
}

.dz-live-search-list {
	display: grid;
	gap: 0;
}

.dz-live-search-item {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 10px 12px;
	border-bottom: 1px solid var(--dz-border);
	color: var(--dz-black);
}

.dz-live-search-item:last-child {
	border-bottom: 0;
}

.dz-live-search-item:hover {
	background: #fff3ed;
	color: var(--dz-black);
}

.dz-live-search-item img {
	width: 54px;
	height: 54px;
	border-radius: 4px;
	background: #f6f6f6;
	object-fit: cover;
}

.dz-live-search-content {
	display: grid;
	gap: 3px;
	min-width: 0;
	font-size: 13px;
	line-height: 1.25;
}

.dz-live-search-content strong {
	color: var(--dz-black);
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dz-live-search-content small {
	color: var(--dz-muted);
	font-size: 12px;
	font-weight: 500;
}

.dz-live-search-price {
	color: var(--dz-primary);
	font-size: 13px;
	font-weight: 600;
}

.dz-live-search-price del {
	display: none;
}

.dz-live-search-price ins {
	text-decoration: none;
}

.dz-header-contact,
.dz-menu-toggle,
.dz-nav-bar {
	display: none;
}

.dz-header-actions {
	flex: 0 0 286px;
	gap: 18px;
}

.dz-main-header .dz-header-action {
	width: auto;
	height: 48px;
	border: 0;
	background: transparent;
	color: var(--dz-white);
	gap: 5px;
	overflow: visible;
	border-radius: 0;
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}

.dz-wishlist-link,
.dz-login-link {
	flex-direction: column;
	min-width: 54px;
}

.dz-cart-link.dz-header-action {
	gap: 8px;
	min-width: 118px;
}

.dz-main-header .dz-header-action .dz-icon {
	width: 26px;
	height: 26px;
	stroke-width: 2.2;
}

.dz-cart-link .dz-icon {
	width: 32px;
	height: 32px;
}

.dz-cart-count {
	top: 2px;
	right: auto;
	left: 23px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	background: var(--dz-white);
	color: var(--dz-primary);
	font-size: 10px;
}

.dz-cart-total {
	color: var(--dz-white);
	font-size: 14px;
	font-weight: 600;
}

.dz-header-action-label {
	color: var(--dz-white);
	font-size: 11px;
	font-weight: 600;
	line-height: 1;
}

.dz-cart-link .dz-header-action-label {
	display: none;
}

.dz-hero {
	padding: 10px 0 6px;
	background: var(--dz-bg);
}

.dz-reference-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 297px;
	gap: 27px;
}

.dz-reference-hero__main,
.dz-reference-hero__side {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.dz-reference-hero__main {
	aspect-ratio: 976 / 388;
}

.dz-reference-hero__side {
	aspect-ratio: 297 / 388;
}

.dz-reference-arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 48px;
	color: var(--dz-white);
	transform: translateY(-50%);
}

.dz-reference-arrow .dz-icon {
	width: 32px;
	height: 32px;
	stroke-width: 3;
}

.dz-reference-arrow--left {
	left: 6px;
}

.dz-reference-arrow--right {
	right: 6px;
}

.dz-reference-categories {
	padding: 5px 0 8px;
	background: var(--dz-bg);
}

.dz-reference-categories + .dz-section {
	padding-top: 10px;
}

.dz-reference-category-grid {
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	border-top: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	background: var(--dz-white);
}

.dz-reference-category-grid .dz-category-card {
	min-height: 158px;
	padding: 12px 8px 10px;
	border: 0;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-radius: 0;
	background: var(--dz-white);
	box-shadow: none;
	gap: 7px;
}

.dz-reference-category-grid .dz-category-card:hover {
	border-color: #dfdfdf;
	box-shadow: none;
	transform: none;
}

.dz-reference-category-grid .dz-category-card__image {
	width: 108px;
	height: 108px;
	border-radius: 4px;
	background: transparent;
	overflow: hidden;
}

.dz-reference-category-grid .dz-category-card img {
	width: 108px;
	height: 108px;
	object-fit: cover;
}

.dz-reference-category-grid .dz-category-card strong {
	color: #111111;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.15;
}

.dz-content-wrap:has(.dz-contact-page) {
	max-width: 1120px;
}

.dz-entry:has(.dz-contact-page) {
	border: 0;
	background: transparent;
	padding: 0;
}

.dz-entry:has(.dz-contact-page) .dz-page-header {
	display: none;
}

.dz-contact-page {
	display: grid;
	gap: 18px;
	color: var(--dz-text);
}

.dz-contact-hero,
.dz-contact-card,
.dz-contact-panel {
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
}

.dz-contact-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 24px;
	align-items: center;
	padding: clamp(26px, 4vw, 42px);
	background:
		linear-gradient(135deg, rgba(255, 77, 0, 0.1), rgba(255, 255, 255, 0) 54%),
		var(--dz-white);
}

.dz-contact-eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--dz-primary);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dz-contact-hero h2,
.dz-contact-panel h3 {
	margin: 0;
	color: var(--dz-black);
	line-height: 1.1;
}

.dz-contact-hero h2 {
	max-width: 680px;
	font-size: clamp(34px, 5vw, 52px);
}

.dz-contact-hero p,
.dz-contact-panel p {
	max-width: 690px;
	margin: 14px 0 0;
	color: var(--dz-muted);
	font-size: 16px;
	line-height: 1.55;
}

.dz-contact-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 22px;
}

.dz-contact-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	border: 1px solid var(--dz-primary);
	border-radius: 6px;
	padding: 0 18px;
	color: var(--dz-primary);
	font-weight: 900;
	text-decoration: none;
}

.dz-contact-action--primary {
	background: var(--dz-primary);
	color: var(--dz-white);
	box-shadow: 0 12px 24px rgba(255, 77, 0, 0.18);
}

.dz-contact-hero__aside {
	display: grid;
	gap: 7px;
	border-radius: 8px;
	background: var(--dz-black);
	padding: 22px;
	color: var(--dz-white);
}

.dz-contact-hero__aside strong {
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.dz-contact-hero__aside span {
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
	white-space: nowrap;
}

.dz-contact-hero__aside small {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.45;
}

.dz-contact-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.dz-contact-card {
	display: grid;
	gap: 8px;
	min-height: 150px;
	padding: 20px;
	text-decoration: none;
}

.dz-contact-card span {
	color: var(--dz-primary);
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.dz-contact-card strong {
	color: var(--dz-black);
	font-size: 18px;
	line-height: 1.25;
}

.dz-contact-card small {
	color: var(--dz-muted);
	font-size: 14px;
	line-height: 1.45;
}

a.dz-contact-card:hover {
	border-color: rgba(255, 77, 0, 0.35);
	box-shadow: 0 12px 26px rgba(17, 17, 17, 0.08);
	transform: translateY(-1px);
}

.dz-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 18px;
	align-items: stretch;
}

.dz-contact-panel {
	padding: clamp(20px, 3vw, 28px);
}

.dz-contact-panel h3 {
	font-size: clamp(24px, 3vw, 32px);
}

.dz-contact-help-list {
	display: grid;
	gap: 12px;
	margin-top: 20px;
}

.dz-contact-help-list div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 6px 14px;
	align-items: center;
	border: 1px solid var(--dz-border);
	border-radius: 7px;
	background: #fbfbfb;
	padding: 14px;
}

.dz-contact-help-list strong {
	color: var(--dz-black);
	font-size: 15px;
}

.dz-contact-help-list small {
	color: var(--dz-muted);
	font-size: 13px;
	line-height: 1.4;
}

.dz-contact-help-list a {
	grid-column: 2;
	grid-row: 1 / span 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	border-radius: 5px;
	background: var(--dz-soft);
	padding: 0 12px;
	color: var(--dz-primary);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.dz-contact-panel--dark {
	background: var(--dz-black);
	color: var(--dz-white);
}

.dz-contact-panel--dark .dz-contact-eyebrow {
	color: var(--dz-primary);
}

.dz-contact-panel--dark h3 {
	color: var(--dz-white);
}

.dz-contact-panel--dark ul {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.dz-contact-panel--dark li {
	position: relative;
	padding-left: 20px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 14px;
	line-height: 1.5;
}

.dz-contact-panel--dark li::before {
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--dz-primary);
	content: "";
}

.dz-content-wrap:has(.dz-info-page) {
	max-width: 1120px;
}

.dz-entry:has(.dz-info-page) {
	border: 0;
	background: transparent;
	padding: 0;
}

.dz-entry:has(.dz-info-page) .dz-page-header {
	display: none;
}

.dz-info-page {
	display: grid;
	gap: 18px;
	color: var(--dz-text);
}

.dz-info-hero,
.dz-info-card,
.dz-info-support {
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
}

.dz-info-hero {
	padding: clamp(26px, 4vw, 42px);
	background:
		linear-gradient(135deg, rgba(255, 77, 0, 0.1), rgba(255, 255, 255, 0) 54%),
		var(--dz-white);
}

.dz-info-eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--dz-primary);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dz-info-hero h2 {
	max-width: 760px;
	margin: 0;
	color: var(--dz-black);
	font-size: clamp(34px, 5vw, 52px);
	line-height: 1.08;
}

.dz-info-hero p {
	max-width: 760px;
	margin: 14px 0 0;
	color: var(--dz-muted);
	font-size: 16px;
	line-height: 1.55;
}

.dz-info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.dz-info-card {
	padding: 22px;
}

.dz-info-card > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 16px;
	border-radius: 6px;
	background: var(--dz-soft);
	color: var(--dz-primary);
	font-weight: 900;
}

.dz-info-card h3 {
	margin: 0 0 14px;
	color: var(--dz-black);
	font-size: 21px;
	line-height: 1.2;
}

.dz-info-card ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dz-info-card li {
	position: relative;
	padding-left: 18px;
	color: var(--dz-muted);
	font-size: 14px;
	line-height: 1.5;
}

.dz-info-card li::before {
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--dz-primary);
	content: "";
}

.dz-info-support {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px;
}

.dz-info-support strong {
	display: block;
	color: var(--dz-black);
	font-size: 22px;
	line-height: 1.2;
}

.dz-info-support p {
	margin: 6px 0 0;
	color: var(--dz-muted);
	line-height: 1.45;
}

.dz-info-support a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 44px;
	border-radius: 6px;
	background: var(--dz-primary);
	padding: 0 18px;
	color: var(--dz-white);
	font-weight: 900;
	text-decoration: none;
}

.dz-content-wrap:has(.dz-faq-page) {
	max-width: 1120px;
}

.dz-entry:has(.dz-faq-page) {
	border: 0;
	background: transparent;
	padding: 0;
}

.dz-entry:has(.dz-faq-page) .dz-page-header {
	display: none;
}

.dz-faq-page {
	display: grid;
	gap: 18px;
	color: var(--dz-text);
}

.dz-faq-hero,
.dz-faq-item,
.dz-faq-side {
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
}

.dz-faq-hero {
	padding: clamp(26px, 4vw, 42px);
	background:
		linear-gradient(135deg, rgba(255, 77, 0, 0.1), rgba(255, 255, 255, 0) 54%),
		var(--dz-white);
}

.dz-faq-eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--dz-primary);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dz-faq-hero h2,
.dz-faq-side h3 {
	margin: 0;
	color: var(--dz-black);
	line-height: 1.08;
}

.dz-faq-hero h2 {
	font-size: clamp(34px, 5vw, 52px);
}

.dz-faq-hero p,
.dz-faq-side p,
.dz-faq-item p {
	color: var(--dz-muted);
	line-height: 1.55;
}

.dz-faq-hero p {
	max-width: 720px;
	margin: 14px 0 0;
	font-size: 16px;
}

.dz-faq-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 18px;
	align-items: start;
}

.dz-faq-list {
	display: grid;
	gap: 12px;
}

.dz-faq-item {
	overflow: hidden;
}

.dz-faq-item summary {
	position: relative;
	display: grid;
	grid-template-columns: 44px minmax(0, 1fr) 28px;
	gap: 14px;
	align-items: center;
	min-height: 68px;
	padding: 16px 20px;
	color: var(--dz-black);
	cursor: pointer;
	list-style: none;
}

.dz-faq-item summary::-webkit-details-marker {
	display: none;
}

.dz-faq-item summary span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 6px;
	background: var(--dz-soft);
	color: var(--dz-primary);
	font-size: 13px;
	font-weight: 900;
}

.dz-faq-item summary strong {
	font-size: 16px;
	line-height: 1.3;
}

.dz-faq-item summary::after {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f2f2f2;
	color: var(--dz-black);
	font-size: 20px;
	font-weight: 900;
	line-height: 1;
	content: "+";
}

.dz-faq-item[open] summary::after {
	background: var(--dz-primary);
	color: var(--dz-white);
	content: "-";
}

.dz-faq-item p {
	margin: 0;
	padding: 0 20px 18px 78px;
	font-size: 15px;
}

.dz-faq-side {
	position: sticky;
	top: 118px;
	padding: 22px;
	background: var(--dz-black);
	color: var(--dz-white);
}

.dz-faq-side h3 {
	color: var(--dz-white);
	font-size: 28px;
}

.dz-faq-side p {
	margin: 12px 0 18px;
	color: rgba(255, 255, 255, 0.75);
	font-size: 14px;
}

.dz-faq-side a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	margin-top: 10px;
	border-radius: 6px;
	background: var(--dz-primary);
	color: var(--dz-white);
	font-weight: 900;
	text-decoration: none;
}

.dz-faq-side a + a {
	border: 1px solid rgba(255, 255, 255, 0.24);
	background: transparent;
}

.dz-content-wrap:has(.dz-track-order) {
	max-width: 1120px;
}

.dz-entry:has(.dz-track-order) {
	border: 0;
	background: transparent;
	padding: 0;
}

.dz-entry:has(.dz-track-order) .dz-page-header {
	display: none;
}

.dz-track-order {
	display: grid;
	gap: 18px;
	color: var(--dz-text);
}

.dz-track-hero,
.dz-track-result-head,
.dz-track-shell,
.dz-track-panel,
.dz-track-progress {
	border: 1px solid var(--dz-border);
	border-radius: var(--dz-radius);
	background: var(--dz-white);
}

.dz-track-hero,
.dz-track-result-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(24px, 4vw, 38px);
	overflow: hidden;
}

.dz-track-hero {
	background:
		linear-gradient(135deg, rgba(255, 77, 0, 0.08), rgba(255, 255, 255, 0) 54%),
		var(--dz-white);
}

.dz-track-eyebrow {
	display: inline-flex;
	margin-bottom: 8px;
	color: var(--dz-primary);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.dz-track-hero h2,
.dz-track-result-head h2 {
	margin: 0;
	color: var(--dz-black);
	font-size: clamp(32px, 5vw, 48px);
	line-height: 1.08;
}

.dz-track-hero p,
.dz-track-result-head p {
	max-width: 660px;
	margin: 12px 0 0;
	color: var(--dz-muted);
	font-size: 16px;
	line-height: 1.55;
}

.dz-track-hero-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 96px;
	width: 96px;
	height: 96px;
	border-radius: 8px;
	background: var(--dz-soft);
	color: var(--dz-primary);
}

.dz-track-hero-icon .dz-icon {
	width: 44px;
	height: 44px;
}

.dz-track-shell {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 20px;
	padding: clamp(18px, 3vw, 28px);
}

.woocommerce form.track_order.dz-track-form {
	display: grid;
	gap: 18px;
	align-content: start;
	align-self: start;
	margin: 0;
}

.dz-track-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.woocommerce form.track_order.dz-track-form .form-row {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

.woocommerce form.track_order.dz-track-form label {
	display: block;
	margin-bottom: 8px;
	color: var(--dz-black);
	font-weight: 800;
}

.dz-track-input {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	align-items: center;
	border: 1px solid #dedede;
	border-radius: 6px;
	background: var(--dz-white);
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.dz-track-input:focus-within {
	border-color: var(--dz-primary);
	box-shadow: 0 0 0 3px rgba(255, 77, 0, 0.12);
}

.dz-track-input .dz-icon {
	justify-self: center;
	width: 19px;
	height: 19px;
	color: var(--dz-primary);
}

.woocommerce form.track_order.dz-track-form .dz-track-input input.input-text {
	width: 100%;
	min-height: 48px;
	border: 0;
	border-left: 1px solid #eeeeee;
	border-radius: 0;
	background: transparent;
	padding: 10px 14px;
	box-shadow: none;
}

.woocommerce form.track_order.dz-track-form .dz-track-input input.input-text:focus {
	outline: 0;
}

.dz-track-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: start;
	justify-self: start;
	gap: 10px;
	width: fit-content;
	min-height: 48px;
	border: 0 !important;
	border-radius: 6px !important;
	background: var(--dz-primary) !important;
	padding: 0 24px !important;
	color: var(--dz-white) !important;
	font-weight: 500 !important;
	box-shadow: 0 12px 24px rgba(255, 77, 0, 0.18);
}

.dz-track-submit .dz-icon {
	width: 18px;
	height: 18px;
}

.dz-track-help {
	display: grid;
	gap: 12px;
	align-content: start;
}

.dz-track-help-item {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	padding: 14px;
	border: 1px solid var(--dz-border);
	border-radius: 6px;
	background: #fbfbfb;
}

.dz-track-help-item > span,
.dz-track-panel-head > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 6px;
	background: var(--dz-soft);
	color: var(--dz-primary);
}

.dz-track-help-item .dz-icon,
.dz-track-panel-head .dz-icon {
	width: 19px;
	height: 19px;
}

.dz-track-help-item strong,
.dz-track-help-item small {
	display: block;
	grid-column: 2;
}

.dz-track-help-item strong {
	color: var(--dz-black);
	font-size: 14px;
	font-weight: 900;
}

.dz-track-help-item small {
	margin-top: 3px;
	color: var(--dz-muted);
	font-size: 12px;
	line-height: 1.35;
}

.dz-track-result-head {
	align-items: stretch;
}

.dz-track-status-card {
	display: grid;
	align-content: center;
	min-width: 210px;
	border-radius: 8px;
	background: var(--dz-black);
	padding: 18px;
	color: var(--dz-white);
}

.dz-track-status-card span {
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.dz-track-status-card strong {
	font-size: 24px;
	line-height: 1.15;
}

.dz-track-progress {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 20px;
}

.dz-track-step {
	position: relative;
	display: grid;
	gap: 8px;
	justify-items: center;
	color: var(--dz-muted);
	font-weight: 900;
	text-align: center;
}

.dz-track-step:not(:last-child)::after {
	position: absolute;
	top: 9px;
	left: calc(50% + 14px);
	width: calc(100% - 28px);
	height: 2px;
	background: #dddddd;
	content: "";
}

.dz-track-step.is-active {
	color: var(--dz-primary);
}

.dz-track-step.is-active:not(:last-child)::after {
	background: var(--dz-primary);
}

.dz-track-step span {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	border: 4px solid #dddddd;
	border-radius: 50%;
	background: var(--dz-white);
}

.dz-track-step.is-active span {
	border-color: var(--dz-primary);
	background: var(--dz-primary);
	box-shadow: 0 0 0 4px rgba(255, 77, 0, 0.12);
}

.dz-track-step strong {
	font-size: 13px;
}

.dz-track-result-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 18px;
	align-items: start;
}

.dz-track-panel {
	padding: 18px;
}

.dz-track-panel-head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.dz-track-panel-head h3 {
	margin: 0;
	color: var(--dz-black);
	font-size: 18px;
	line-height: 1.2;
}

.dz-track-product-list {
	display: grid;
	gap: 12px;
}

.dz-track-product {
	display: grid;
	grid-template-columns: 74px minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	padding: 12px;
	border: 1px solid var(--dz-border);
	border-radius: 7px;
	background: #fbfbfb;
}

.dz-track-product-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	overflow: hidden;
	border: 1px solid #eeeeee;
	border-radius: 7px;
	background: var(--dz-white);
	color: var(--dz-primary);
}

.dz-track-product-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dz-track-product-image .dz-icon {
	width: 28px;
	height: 28px;
}

.dz-track-product-info h4 {
	margin: 0 0 8px;
	color: var(--dz-black);
	font-size: 15px;
	line-height: 1.28;
}

.dz-track-product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.dz-track-product-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	border-radius: 999px;
	background: var(--dz-white);
	padding: 3px 9px;
	color: var(--dz-muted);
	font-size: 12px;
	font-weight: 800;
}

.dz-track-item-meta {
	margin-top: 8px;
	color: var(--dz-muted);
	font-size: 12px;
}

.dz-track-product-total {
	color: var(--dz-primary);
	font-size: 15px;
	white-space: nowrap;
}

.dz-track-side {
	display: grid;
	gap: 18px;
}

.dz-track-address {
	color: var(--dz-text);
	font-size: 14px;
	line-height: 1.55;
}

.dz-track-address p {
	margin: 0;
}

.dz-track-contact-lines {
	display: grid;
	gap: 8px;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid var(--dz-border);
}

.dz-track-contact-lines span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--dz-black);
	font-size: 13px;
	font-weight: 800;
}

.dz-track-contact-lines .dz-icon {
	width: 16px;
	height: 16px;
	color: var(--dz-primary);
}

.dz-track-summary {
	display: grid;
	gap: 10px;
	margin: 0;
}

.dz-track-summary div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--dz-border);
}

.dz-track-summary div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.dz-track-summary dt {
	color: var(--dz-muted);
	font-size: 13px;
	font-weight: 800;
}

.dz-track-summary dd {
	margin: 0;
	color: var(--dz-black);
	font-size: 14px;
	font-weight: 900;
	text-align: right;
}

.dz-track-updates ol {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dz-track-updates li {
	padding-left: 18px;
	border-left: 3px solid var(--dz-primary);
}

.dz-track-updates time {
	display: block;
	margin-bottom: 4px;
	color: var(--dz-muted);
	font-size: 12px;
	font-weight: 800;
}

.dz-track-updates p {
	margin: 0;
}

@media (max-width: 1180px) {
	.dz-reference-hero {
		grid-template-columns: minmax(0, 1fr) 260px;
		gap: 18px;
	}

	.dz-reference-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.dz-topbar__inner {
		justify-content: center;
	}

	.dz-contact-hero,
	.dz-contact-grid {
		grid-template-columns: 1fr;
	}

	.dz-contact-cards {
		grid-template-columns: 1fr;
	}

	.dz-faq-layout {
		grid-template-columns: 1fr;
	}

	.dz-faq-side {
		position: static;
	}

	.dz-info-grid {
		grid-template-columns: 1fr;
	}

	.dz-track-shell,
	.dz-track-result-grid {
		grid-template-columns: 1fr;
	}

	.dz-track-help,
	.dz-track-side {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dz-topbar__links {
		display: none;
	}
}

@media (max-width: 760px) {
	.dz-container {
		width: min(calc(100% - 24px), var(--dz-container));
	}

	.dz-topbar__inner {
		min-height: 34px;
	}

	.dz-topbar {
		min-height: 34px;
		font-size: 11px;
	}

	.dz-topbar__links {
		display: none;
	}

	.dz-main-header__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) max-content;
		column-gap: 8px;
		min-height: 68px;
		padding: 8px 0;
		row-gap: 6px;
	}

	.dz-brand {
		flex-basis: auto;
		min-width: 0;
	}

	.dz-main-header .dz-logo {
		font-size: 24px;
	}

	.dz-main-header .dz-logo img {
		width: 165px;
		height: auto;
		max-height: none;
	}

	.dz-main-header .dz-logo-word--boxed {
		height: 25px;
		font-size: 20px;
	}

	.dz-product-search {
		grid-column: 1 / -1;
		order: 3;
		width: 100%;
		max-width: none;
		margin-top: 0;
	}

	.woocommerce-account .woocommerce {
		grid-template-columns: 1fr !important;
		gap: 14px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		grid-column: 1;
		width: auto !important;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
		grid-row: 1;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		grid-row: 2;
	}

	.dz-auth-page {
		padding: 4px 0 18px;
	}

	.dz-auth-card {
		padding: 24px;
		border-radius: 16px;
	}

	.dz-auth-tabs {
		margin-bottom: 22px;
	}

	.dz-auth-tab {
		font-size: 13px;
	}

	.dz-auth-panel h2 {
		font-size: 24px;
	}

	.dz-header-actions {
		flex-basis: auto;
		gap: 6px;
		align-items: center;
		justify-content: flex-end;
		position: relative;
		z-index: 35;
		min-width: 0;
		white-space: nowrap;
	}

	.dz-header-actions > .dz-header-action {
		display: none;
	}

	.dz-header-actions > .dz-cart-link,
	.dz-header-actions > .dz-wishlist-link {
		display: inline-flex;
		width: 38px;
		height: 38px;
		min-width: 38px;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.dz-header-actions > .dz-cart-link {
		gap: 0;
	}

	.dz-header-actions > .dz-cart-link .dz-cart-total,
	.dz-header-actions > .dz-cart-link .dz-header-action-label,
	.dz-header-actions > .dz-wishlist-link .dz-header-action-label {
		display: none;
	}

	.dz-header-actions > .dz-cart-link .dz-icon {
		width: 26px;
		height: 26px;
	}

	.dz-header-actions > .dz-wishlist-link .dz-icon {
		width: 24px;
		height: 24px;
	}

	.dz-header-actions > .dz-cart-link .dz-cart-count {
		top: 4px;
		left: 23px;
	}

	.dz-header-actions > .dz-wishlist-link .dz-wishlist-count {
		top: 4px;
		left: 23px;
	}

	.dz-menu-toggle {
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		flex: 0 0 38px;
		border: 0;
		background: transparent;
		color: var(--dz-white);
		border-radius: 8px;
		position: relative;
		z-index: 36;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.dz-menu-toggle .dz-icon {
		width: 29px;
		height: 29px;
		stroke-width: 2.8;
	}

	.dz-menu-toggle[aria-expanded="true"] {
		background: rgba(255, 255, 255, 0.16);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.46);
		color: var(--dz-white);
	}

	.dz-nav-bar {
		display: block;
		position: relative;
		z-index: 20;
		max-height: 0;
		overflow: hidden;
		background: var(--dz-primary);
		box-shadow: 0 14px 24px rgba(17, 17, 17, 0.16);
		transition: max-height 0.25s ease;
	}

	.dz-nav-bar.is-open {
		max-height: calc(100vh - 102px);
		overflow-y: auto;
	}

	.dz-nav-bar__inner {
		display: block;
	}

	.dz-primary-menu {
		display: block;
		padding: 6px 0 0;
	}

	.dz-primary-menu a {
		padding: 13px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
		background: transparent !important;
		-webkit-tap-highlight-color: transparent;
	}

	.dz-primary-menu a:hover,
	.dz-primary-menu a:focus,
	.dz-primary-menu a:active,
	.dz-primary-menu .current-menu-item > a {
		background: transparent !important;
		color: var(--dz-white);
		outline: 0;
	}

	.dz-mobile-menu-actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 8px;
		padding: 12px 0 16px;
	}

	.dz-mobile-menu-actions a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 40px;
		border-radius: 4px;
		background: var(--dz-white);
		color: var(--dz-black);
		font-weight: 800;
	}

	.dz-reference-hero {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.dz-reference-hero__side {
		display: none;
	}

	.dz-reference-category-grid {
		display: flex;
		grid-template-columns: none;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.dz-reference-category-grid::-webkit-scrollbar {
		display: none;
	}

	.dz-reference-category-grid .dz-category-card {
		box-sizing: border-box;
		flex: 0 0 33.333333%;
		min-width: 0;
		scroll-snap-align: start;
		min-height: 150px;
	}

	.dz-reference-category-grid .dz-category-card__image,
	.dz-reference-category-grid .dz-category-card img {
		width: 96px;
		height: 96px;
	}

	.dz-contact-hero,
	.dz-contact-panel {
		padding: 20px;
	}

	.dz-contact-actions,
	.dz-contact-action {
		width: 100%;
	}

	.dz-contact-help-list div {
		grid-template-columns: 1fr;
	}

	.dz-contact-help-list a {
		grid-column: 1;
		grid-row: auto;
		width: fit-content;
	}

	.dz-faq-hero,
	.dz-faq-side {
		padding: 20px;
	}

	.dz-faq-item summary {
		grid-template-columns: 38px minmax(0, 1fr) 28px;
		gap: 10px;
		padding: 14px;
	}

	.dz-faq-item summary span {
		width: 34px;
		height: 34px;
	}

	.dz-faq-item summary strong {
		font-size: 15px;
	}

	.dz-faq-item p {
		padding: 0 14px 16px 62px;
		font-size: 14px;
	}

	.dz-info-hero,
	.dz-info-card,
	.dz-info-support {
		padding: 20px;
	}

	.dz-info-support {
		display: grid;
	}

	.dz-info-support a {
		width: 100%;
	}

	.dz-track-hero,
	.dz-track-result-head {
		display: grid;
		padding: 22px;
	}

	.dz-track-hero-icon,
	.dz-track-status-card {
		width: 100%;
		min-width: 0;
	}

	.dz-track-shell,
	.dz-track-panel {
		padding: 14px;
	}

	.dz-track-form-grid,
	.dz-track-help,
	.dz-track-side {
		grid-template-columns: 1fr;
	}

	.dz-track-submit {
		width: 100%;
	}

	.dz-track-progress {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 16px;
	}

	.dz-track-step {
		grid-template-columns: 20px minmax(0, 1fr);
		justify-items: start;
		text-align: left;
	}

	.dz-track-step:not(:last-child)::after {
		top: 22px;
		left: 9px;
		width: 2px;
		height: calc(100% + 10px);
	}

	.dz-track-product {
		grid-template-columns: 64px minmax(0, 1fr);
		align-items: start;
	}

	.dz-track-product-image {
		width: 64px;
		height: 64px;
	}

	.dz-track-product-total {
		grid-column: 2;
		justify-self: start;
	}
}

@media (max-width: 760px) {
	.dz-main-header__inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 8px !important;
		align-items: center !important;
	}

	.dz-brand {
		min-width: 0 !important;
		max-width: calc(100vw - 170px);
	}

	.dz-logo img {
		max-width: 140px;
	}

	.dz-header-actions {
		display: grid !important;
		grid-template-columns: 38px 38px 42px !important;
		gap: 6px !important;
		justify-content: end !important;
		justify-self: end !important;
		align-items: center !important;
		width: 132px !important;
		min-width: 132px !important;
		max-width: 132px !important;
		overflow: visible !important;
		position: relative !important;
		z-index: 1002 !important;
	}

	.dz-header-actions > .dz-header-action {
		display: none !important;
	}

	.dz-header-actions > .dz-cart-link,
	.dz-header-actions > .dz-wishlist-link {
		display: inline-flex !important;
		width: 38px !important;
		height: 38px !important;
		min-width: 38px !important;
		max-width: 38px !important;
	}

	.dz-header-actions > .dz-cart-link {
		grid-column: 1;
	}

	.dz-header-actions > .dz-wishlist-link {
		grid-column: 2;
	}

	.dz-menu-toggle {
		display: inline-flex !important;
		grid-column: 3;
		align-items: center !important;
		justify-content: center !important;
		width: 42px !important;
		height: 42px !important;
		min-width: 42px !important;
		max-width: 42px !important;
		flex: 0 0 42px !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		transform: none !important;
		color: var(--dz-white) !important;
		position: relative !important;
		z-index: 1003 !important;
	}

	.dz-menu-toggle .dz-icon,
	.dz-menu-toggle svg {
		display: block !important;
		width: 30px !important;
		height: 30px !important;
		opacity: 1 !important;
		visibility: visible !important;
		color: currentColor !important;
		stroke: currentColor !important;
	}
}

body,
button,
input,
textarea,
select,
body :where(h1, h2, h3, h4, h5, h6, p, a, span, strong, small, label, button, input, textarea, select, td, th, li, div) {
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 500 !important;
}

.woocommerce .star-rating,
.woocommerce .star-rating::before,
.woocommerce .star-rating span,
.woocommerce .star-rating span::before,
.woocommerce p.stars a::before,
.wc-block-components-product-rating-stars__stars,
.wc-block-components-product-rating-stars__stars::before,
.wc-block-components-product-rating-stars__stars span::before,
.wc-block-components-review-list-item__rating__stars,
.wc-block-components-review-list-item__rating__stars::before,
.wc-block-components-review-list-item__rating__stars span::before {
	font-family: WooCommerce, star !important;
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
}
