@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");

:root {
	--dn-page-width: 1100px;
}

.site-header {
	background: #111314 !important;
	border-bottom: 0 !important;
	box-shadow: none !important;
	color: #ffffff !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	position: sticky;
	top: 0;
	z-index: 999;
}

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

.dn-header,
.dn-header * {
	box-sizing: border-box;
}

.dn-header {
	--dn-red: #e52528;
	--dn-red-dark: #c9161d;
	--dn-dark: #111314;
	--dn-dark-2: #17191a;
	--dn-dark-3: #0c0d0e;
	--dn-line: rgba(255, 255, 255, 0.12);
	--dn-text: #ffffff;
	--dn-muted: rgba(255, 255, 255, 0.68);
	--dn-green: #27b363;
	--dn-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
	--dn-font: "Open Sans", Arial, Helvetica, sans-serif;
	background:
		radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.055), transparent 28%),
		linear-gradient(90deg, #101112 0%, #191b1c 48%, #0f1011 100%);
	color: var(--dn-text);
	font-family: var(--dn-font);
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.25;
	text-rendering: geometricPrecision;
	width: 100%;
}

.dn-header a {
	color: inherit;
	text-decoration: none;
}

.dn-header button,
.dn-header input {
	font-family: inherit;
}

.dn-header__inner {
	margin: 0 auto;
	max-width: none;
	padding-left: 78px;
	padding-right: 78px;
	width: 100%;
}

.dn-header__icon {
	display: block;
	filter: brightness(0) invert(1);
	flex: 0 0 auto;
	font-size: 27px;
	height: 1em;
	line-height: 1;
	object-fit: contain;
	width: 1em;
}

.dn-header__topline {
	background: rgba(7, 8, 9, 0.48);
	border-bottom: 1px solid var(--dn-line);
}

.dn-header__topline-inner {
	align-items: center;
	display: grid;
	grid-template-columns: 472px 373px 599px max-content;
	justify-content: start;
	min-height: 70px;
	padding-left: 116px;
	padding-right: 0;
}

.dn-header__proof {
	align-items: center;
	color: #ffffff !important;
	display: flex;
	font-size: 20px;
	font-weight: 600;
	gap: 16px;
	justify-content: flex-start;
	letter-spacing: 0;
	min-width: 0;
	white-space: nowrap;
}

.dn-header__proof .dn-header__icon {
	color: #ffffff;
	font-size: 25px;
}

.dn-header__proof--green .dn-header__icon {
	color: #ffffff;
	filter: brightness(0) invert(1);
}

.dn-header__proof--phone {
	font-weight: 600;
}

.dn-header__body {
	box-shadow: var(--dn-shadow);
}

.dn-header__main {
	align-items: center;
	display: grid;
	gap: 65px;
	grid-template-columns: 485px minmax(720px, 1fr) minmax(560px, auto);
	min-height: 132px;
}

.dn-header__logo {
	align-items: center;
	display: inline-flex;
	min-width: 0;
}

.dn-header__logo img {
	border: 0;
	border-radius: 0;
	display: block;
	height: auto;
	max-width: 440px;
	width: min(440px, 100%);
}

.dn-header__search-panel {
	min-width: 0;
}

.dn-header__search {
	align-items: stretch;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 5px;
	display: flex;
	height: 70px;
	margin: 0;
	min-width: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.dn-header__search:focus-within {
	box-shadow: 0 0 0 3px rgba(229, 37, 40, 0.28);
}

.dn-header__search-input {
	background: #ffffff;
	border: 0;
	color: #191b1c;
	flex: 1 1 auto;
	font-size: 23px;
	font-weight: 400;
	min-width: 0;
	padding: 0 25px;
	width: 100%;
}

.dn-header__search-input::placeholder {
	color: #b6b6b6;
	font-weight: 400;
	opacity: 1;
}

.dn-header__search-input:focus {
	outline: 0;
}

.dn-header__search-submit {
	align-items: center;
	background: var(--dn-red);
	border: 0;
	color: #ffffff;
	display: inline-flex;
	justify-content: center;
	min-width: 75px;
	padding: 0;
}

.dn-header__search-submit:hover,
.dn-header__search-submit:focus {
	background: var(--dn-red-dark);
	color: #ffffff;
	outline: 0;
}

.dn-header__search-submit .dn-header__icon {
	font-size: 33px;
}

.dn-header__actions {
	align-items: center;
	display: flex;
	gap: 42px;
	justify-content: flex-end;
	min-width: 0;
}

.dn-header__action {
	align-items: center;
	background: transparent;
	border: 0;
	color: #ffffff !important;
	display: inline-flex;
	gap: 15px;
	min-height: 58px;
	position: relative;
}

.dn-header__action .dn-header__icon {
	color: #ffffff;
	font-size: 39px;
}

.dn-header__action-copy {
	display: flex;
	flex-direction: column;
	gap: 5px;
	min-width: 0;
}

.dn-header__action-copy > span,
.dn-header__action-copy strong,
.dn-header__action-copy em {
	color: #ffffff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.08;
	white-space: nowrap;
}

.dn-header__action-copy strong,
.dn-header__action-copy em {
	color: rgba(255, 255, 255, 0.86);
	font-size: 17px;
	font-weight: 600;
}

.dn-header__action:hover,
.dn-header__action:focus {
	color: var(--dn-red) !important;
	outline: 0;
}

.dn-header__action:hover .dn-header__icon,
.dn-header__action:focus .dn-header__icon {
	color: var(--dn-red);
	filter: brightness(0) saturate(100%) invert(20%) sepia(98%) saturate(3122%) hue-rotate(348deg) brightness(98%) contrast(91%);
}

.dn-header__cart-badge {
	align-items: center;
	background: var(--dn-red);
	border-radius: 999px;
	color: #ffffff;
	display: flex;
	font-size: 14px;
	font-weight: 900;
	height: 25px;
	justify-content: center;
	min-width: 25px;
	padding: 0 7px;
	position: absolute;
	right: -16px;
	top: -4px;
}

.dn-header__nav-row {
	align-items: stretch;
	border-bottom: 3px solid rgba(229, 37, 40, 0.64);
	display: grid;
	grid-template-columns: 345px minmax(0, 1fr);
	min-height: 70px;
}

.dn-header__category-menu {
	position: relative;
	z-index: 20;
}

.dn-header__category-link {
	align-items: center;
	appearance: none;
	background: var(--dn-red);
	border: 0;
	border-radius: 5px 5px 0 0;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font-family: inherit;
	gap: 15px;
	justify-content: flex-start;
	margin-top: 2px;
	min-height: 68px;
	padding: 0 24px;
	text-transform: uppercase;
	width: 100%;
}

.dn-header__category-link span {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0;
	white-space: nowrap;
}

.dn-header__category-link .dn-header__icon {
	font-size: 30px;
}

.dn-header__category-arrow {
	font-size: 24px !important;
	line-height: 1;
	margin-left: auto;
	opacity: 0.9;
}

.dn-header__category-link:hover,
.dn-header__category-link:focus {
	background: var(--dn-red-dark);
	color: #ffffff !important;
	outline: 0;
}

.dn-header__category-dropdown {
	background: #ffffff;
	border: 1px solid #dedede;
	box-shadow: 0 26px 60px rgba(0, 0, 0, 0.28);
	color: #151719;
	display: none;
	left: 0;
	position: absolute;
	top: 100%;
	width: min(var(--dn-page-width), calc(100vw - 40px));
	z-index: 10000;
}

.dn-header__category-menu.is-open .dn-header__category-dropdown {
	display: block;
}

.dn-header__category-dropdown-inner {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	max-height: min(70vh, 680px);
	min-height: 430px;
	overflow: hidden;
}

.dn-header__category-rail {
	align-content: start;
	background: #111314;
	border-right: 1px solid #25282b;
	display: grid;
	grid-auto-rows: minmax(50px, auto);
	overflow-y: auto;
	padding: 10px 0;
}

.dn-header__category-rail-link {
	align-items: center;
	border-left: 4px solid transparent;
	color: #ffffff !important;
	display: grid;
	gap: 8px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 50px;
	padding: 0 16px 0 18px;
	text-decoration: none !important;
}

.dn-header__category-rail-link:hover,
.dn-header__category-rail-link:focus,
.dn-header__category-rail-link.is-active {
	background: #1c1f22;
	border-left-color: var(--dn-red);
	outline: 0;
}

.dn-header__category-rail-link span {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.dn-header__category-rail-link em {
	color: rgba(255, 255, 255, 0.58);
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.dn-header__category-panels {
	background: #ffffff;
	overflow-y: auto;
	padding: 22px 24px 26px;
}

.dn-header__category-panel {
	display: none;
}

.dn-header__category-panel.is-active {
	display: block;
}

.dn-header__category-panel-head {
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 14px;
}

.dn-header__category-panel-head strong {
	color: #111314;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.15;
}

.dn-header__category-panel-head a {
	color: var(--dn-red) !important;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.dn-header__category-columns {
	display: grid;
	gap: 20px 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dn-header__category-column {
	min-width: 0;
}

.dn-header__category-column-title {
	color: #151719 !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	margin-bottom: 9px;
	text-decoration: none !important;
	text-transform: uppercase;
}

.dn-header__category-column-title:hover,
.dn-header__category-column-title:focus,
.dn-header__category-column a:hover,
.dn-header__category-column a:focus {
	color: var(--dn-red) !important;
	outline: 0;
}

.dn-header__category-column ul {
	display: grid;
	gap: 7px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dn-header__category-column li {
	margin: 0;
}

.dn-header__category-column li a {
	color: #4a4f54 !important;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.28;
	text-decoration: none !important;
}

.dn-header__nav {
	clear: none !important;
	display: block !important;
	width: 100% !important;
}

.dn-header__nav-list {
	align-items: stretch;
	display: flex;
	gap: 52px;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	max-height: none;
	overflow: visible;
	padding: 0 0 0 55px;
	width: 100%;
}

.dn-header__nav-list li {
	display: block;
	margin: 0;
	position: relative;
}

.dn-header__nav-list a {
	align-items: center;
	color: #ffffff !important;
	display: flex;
	font-size: 19px;
	font-weight: 600;
	min-height: 70px;
	padding: 0 18px;
	text-transform: uppercase;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.site-header .dn-header .dn-header__search {
		margin: 0 !important;
	}

	.site-header .dn-header .dn-header__search-input {
		color: #191b1c !important;
		font-weight: 400 !important;
		padding: 0 25px !important;
	}

	.site-header .dn-header .dn-header__search-input::placeholder {
		color: #b6b6b6 !important;
		font-weight: 400 !important;
		opacity: 1 !important;
	}

	.site-header .dn-header .dn-header__nav-row {
		height: 73px;
		min-height: 73px;
	}

	.site-header .dn-header .dn-header__nav-list {
		display: flex !important;
		gap: 52px !important;
		margin: 0 !important;
		padding: 0 0 0 55px !important;
	}

	.site-header .dn-header .dn-header__category-link {
		align-self: start;
		height: 68px;
		min-height: 68px;
	}

	.site-header .dn-header .dn-header__nav-list a {
		display: flex !important;
		font-size: 19px !important;
		font-weight: 600 !important;
		min-height: 70px !important;
		padding: 0 18px !important;
	}
}

.dn-header__nav-list a:hover,
.dn-header__nav-list a:focus {
	color: var(--dn-red) !important;
	outline: 0;
}

.dn-header__nav-item--promo > a {
	color: var(--dn-red) !important;
}

.dn-header__nav-list .sub-menu,
.dn-header__nav-list .children {
	background: #17191a;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	min-width: 250px;
	padding: 8px 0;
	position: absolute;
	top: 100%;
	z-index: 9999;
}

.dn-header__nav-list li:hover > .sub-menu,
.dn-header__nav-list li.focus > .sub-menu,
.dn-header__nav-list li:hover > .children,
.dn-header__nav-list li.focus > .children {
	display: block;
}

.dn-header__nav-list .sub-menu a,
.dn-header__nav-list .children a {
	font-size: 14px;
	min-height: 42px;
	padding: 0 16px;
	text-transform: none;
}

.dn-header__menu-toggle {
	display: none !important;
}


.dn-hero-banner {
	background: #050505;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	box-sizing: border-box;
	line-height: 0;
	padding: 20px 0;
	width: 100%;
}

.dn-hero-banner img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: min(var(--dn-page-width), calc(100% - 40px));
	width: 100%;
}

@media (max-width: 767px) {
	.dn-hero-banner {
		padding: 16px 15px;
	}

	.dn-hero-banner img {
		max-width: 100%;
	}
}

@media (max-width: 1500px) {
	.dn-header__inner {
		padding-left: 36px;
		padding-right: 36px;
	}

	.dn-header__topline-inner {
		display: flex;
		justify-content: space-between;
		min-height: 62px;
	}

	.dn-header__main {
		gap: 28px;
		grid-template-columns: 300px minmax(360px, 1fr) minmax(390px, auto);
	}

	.dn-header__logo img {
		width: 300px;
	}

	.dn-header__actions {
		gap: 22px;
	}

	.dn-header__action-copy > span,
	.dn-header__action-copy strong,
	.dn-header__action-copy em {
		font-size: 14px;
	}

	.dn-header__nav-row {
		grid-template-columns: 280px minmax(0, 1fr);
	}

	.dn-header__category-dropdown {
		width: min(calc(100vw - 72px), var(--dn-page-width));
	}

	.dn-header__category-link span,
	.dn-header__nav-list a {
		font-size: 15px;
	}

	.dn-header__nav-list a {
		padding-left: 12px;
		padding-right: 12px;
	}

	.dn-header__nav-list {
		gap: 24px;
		padding-left: 18px;
	}
}

@media (max-width: 1080px) {
	.dn-header__topline-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding-bottom: 9px;
		padding-top: 9px;
		row-gap: 8px;
	}

	.dn-header__proof {
		font-size: 14px;
	}

	.dn-header__main {
		grid-template-columns: 220px minmax(260px, 1fr) auto;
		min-height: 104px;
	}

	.dn-header__logo img {
		width: 220px;
	}

	.dn-header__search {
		height: 56px;
	}

	.dn-header__search-input {
		font-size: 16px;
	}

	.dn-header__category-dropdown-inner {
		grid-template-columns: 230px minmax(0, 1fr);
	}

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

}

@media (min-width: 1081px) {
	body .col-full {
		box-sizing: border-box;
		max-width: var(--dn-page-width);
		padding-left: 18px;
		padding-right: 18px;
		width: min(var(--dn-page-width), calc(100% - 40px));
	}

	.dn-header__inner {
		max-width: var(--dn-page-width);
		padding-left: 0;
		padding-right: 0;
		width: calc(100% - 40px);
	}

	.dn-header__topline-inner {
		display: flex;
		justify-content: space-between;
		min-height: 44px;
		padding-left: 0;
		padding-right: 0;
	}

	.dn-header__proof {
		font-size: 14px;
		gap: 8px;
	}

	.dn-header__proof .dn-header__icon {
		font-size: 18px;
	}

	.dn-header__main {
		gap: 24px;
		grid-template-columns: 235px minmax(380px, 1fr) 345px;
		min-height: 96px;
	}

	.dn-header__logo img {
		max-width: 232px;
		width: 232px;
	}

	.dn-header__search {
		height: 48px;
	}

	.dn-header__search-input {
		font-size: 16px;
		padding: 0 18px;
	}

	.dn-header__search-submit {
		min-width: 54px;
	}

	.dn-header__search-submit .dn-header__icon {
		font-size: 24px;
	}

	.dn-header__actions {
		gap: 18px;
	}

	.dn-header__action {
		gap: 9px;
		min-height: 46px;
	}

	.dn-header__action .dn-header__icon {
		font-size: 28px;
	}

	.dn-header__action-copy {
		gap: 2px;
	}

	.dn-header__action-copy > span,
	.dn-header__action-copy strong,
	.dn-header__action-copy em {
		font-size: 13px;
	}

	.dn-header__action-copy strong,
	.dn-header__action-copy em {
		font-size: 12px;
	}

	.dn-header__cart-badge {
		font-size: 10px;
		height: 18px;
		min-width: 18px;
		padding: 0 5px;
		right: -10px;
		top: -2px;
	}

	.dn-header__nav-row {
		grid-template-columns: 235px minmax(0, 1fr);
		min-height: 56px;
	}

	.site-header .dn-header .dn-header__nav-row {
		height: 56px;
		min-height: 56px;
	}

	.dn-header__category-link {
		gap: 12px;
		margin-top: 0;
		min-height: 54px;
		padding: 0 18px;
	}

	.site-header .dn-header .dn-header__category-link {
		height: 54px;
		min-height: 54px;
	}

	.dn-header__category-link span {
		font-size: 14px;
	}

	.dn-header__category-link .dn-header__icon {
		font-size: 22px;
	}

	.dn-header__category-arrow {
		font-size: 18px !important;
	}

	.dn-header__category-dropdown {
		width: calc(var(--dn-page-width) - 40px);
	}

	.site-header .dn-header .dn-header__nav-list {
		gap: 0 !important;
		justify-content: space-between !important;
		padding-left: 28px !important;
		width: 100% !important;
	}

	.site-header .dn-header .dn-header__nav-list a {
		font-size: 14px !important;
		min-height: 54px !important;
		padding: 0 !important;
	}

	.dn-hero-banner img {
		margin-left: auto;
		margin-right: auto;
		max-width: calc(var(--dn-page-width) - 40px);
	}
}

@media (max-width: 767px) {
	.site-header {
		position: relative;
		top: auto;
	}

	body.admin-bar .site-header {
		top: auto;
	}

	.dn-header__inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.dn-header__body .dn-header__inner {
		position: relative;
	}

	.dn-header__topline-inner {
		display: flex;
		justify-content: center;
		min-height: 40px;
		padding-bottom: 0;
		padding-top: 0;
	}

	.dn-header__proof {
		font-size: 14px;
		gap: 8px;
	}

	.dn-header__proof .dn-header__icon {
		font-size: 19px;
	}

	.dn-header__proof:not(:first-child) {
		display: none;
	}

	.dn-header__main {
		border-bottom: 1px solid var(--dn-line);
		display: grid;
		gap: 0;
		grid-template-columns: minmax(0, 1fr) 74px 58px;
		min-height: 78px;
	}

	.dn-header__logo img {
		width: 184px;
	}

	.dn-header__search-panel {
		grid-column: 1 / -1;
		order: 4;
		padding-bottom: 12px;
	}

	.dn-header__search {
		border-radius: 0;
		height: 50px;
	}

	.dn-header__search-input {
		font-size: 15px;
		padding-left: 14px;
		padding-right: 12px;
	}

	.dn-header__search-submit {
		background: #ffffff;
		color: #202122;
		min-width: 52px;
	}

	.dn-header__search-submit:hover,
	.dn-header__search-submit:focus {
		background: #ffffff;
		color: var(--dn-red);
	}

	.dn-header__search-submit .dn-header__icon {
		filter: brightness(0) saturate(100%) invert(13%) sepia(9%) saturate(559%) hue-rotate(169deg) brightness(90%) contrast(87%);
		font-size: 25px;
	}

	.dn-header__actions {
		display: contents;
	}

	.dn-header__action--account {
		display: none;
	}

	.dn-header__cart {
		align-items: center;
		border-left: 1px solid var(--dn-line);
		grid-column: 2;
		height: 78px;
		justify-content: center;
		min-height: 78px;
	}

	.dn-header__cart .dn-header__icon {
		font-size: 31px;
	}

	.dn-header__cart .dn-header__action-copy {
		display: none;
	}

	.dn-header__cart-badge {
		right: 13px;
		top: 18px;
	}

	.dn-header__nav-row {
		border-bottom: 0;
		display: block;
		min-height: 0;
	}

	.dn-header__category-link {
		border-radius: 0;
		display: flex;
		gap: 10px;
		margin-top: 0;
		min-height: 52px;
		padding: 0 15px;
	}

	.dn-header__category-link span {
		font-size: 13px;
	}

	.dn-header__category-link .dn-header__icon {
		font-size: 22px;
	}

	.dn-header__category-arrow {
		font-size: 18px !important;
		transform: rotate(90deg);
	}

	.dn-header__category-menu.is-open .dn-header__category-arrow {
		transform: rotate(-90deg);
	}

	.dn-header__category-dropdown {
		border-left: 0;
		border-right: 0;
		box-shadow: none;
		position: static;
		width: 100%;
	}

	.dn-header__category-dropdown-inner {
		display: grid;
		grid-template-columns: 1fr;
		max-height: none;
		min-height: 0;
	}

	.dn-header__category-rail {
		max-height: 260px;
	}

	.dn-header__category-rail-link {
		min-height: 46px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.dn-header__category-panels {
		max-height: 390px;
		padding: 18px 15px 22px;
	}

	.dn-header__category-panel-head {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.dn-header__category-panel-head strong {
		font-size: 20px;
	}

	.dn-header__category-columns {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.dn-header__menu-toggle {
		align-items: center;
		background: transparent !important;
		border: 0 !important;
		border-left: 1px solid var(--dn-line) !important;
		border-radius: 0 !important;
		color: #ffffff !important;
		display: flex !important;
		float: none !important;
		height: 78px;
		justify-content: center;
		margin: 0 !important;
		max-width: none !important;
		min-height: 78px;
		padding: 0 !important;
		position: absolute;
		right: 15px;
		text-align: center;
		top: 0;
		width: 58px;
		z-index: 3;
	}

	.dn-header__menu-toggle::before,
	.dn-header__menu-toggle::after,
	.dn-header__menu-toggle span::before {
		display: none;
	}

	.dn-header__menu-toggle span {
		display: none;
	}

	.dn-header__menu-toggle .dn-header__icon {
		font-size: 31px;
	}

	.dn-header__nav-list {
		background: #17191a;
		border-bottom: 1px solid var(--dn-line);
		display: none !important;
		padding: 8px 0;
	}

	.dn-header__nav.toggled .dn-header__nav-list,
	.dn-header__nav-list[aria-expanded="true"] {
		display: grid !important;
	}

	.dn-header__nav-list li {
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		width: 100%;
	}

	.dn-header__nav-list li:first-child {
		border-top: 0;
	}

	.dn-header__nav-list a {
		font-size: 14px;
		min-height: 44px;
		padding: 0 16px;
		white-space: normal;
	}

	.dn-header__nav-list .sub-menu,
	.dn-header__nav-list .children {
		border: 0;
		box-shadow: none;
		display: block;
		position: static;
	}
}

@media (max-width: 380px) {
	.dn-header__logo img {
		width: 168px;
	}

	.dn-header__search-input {
		font-size: 14px;
	}
}

@media (min-width: 768px) and (max-width: 782px) {
	body.admin-bar .site-header {
		top: 0;
	}
}

body.home .site-content {
	background: #ffffff;
}

body.home .site-content .col-full {
	box-sizing: border-box;
}

.dn-home,
.dn-home * {
	box-sizing: border-box;
}

.dn-home {
	background: #ffffff;
	color: #1b1d1f;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	padding: 46px 0 56px;
	width: 100%;
}

.dn-home-showcase {
	margin: 0 auto;
	max-width: var(--dn-page-width);
	width: 100%;
}

.dn-home-category-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	margin: 0 0 18px;
}

.dn-home-category-card {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	color: #1b1d1f !important;
	display: flex;
	flex-direction: column;
	min-height: 174px;
	overflow: hidden;
	padding: 11px 13px 13px;
	position: relative;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dn-home-category-card:hover,
.dn-home-category-card:focus {
	border-color: rgba(229, 37, 40, 0.45);
	box-shadow: 0 10px 24px rgba(17, 19, 20, 0.08);
	outline: 0;
	transform: translateY(-1px);
}

.dn-home-category-card__media {
	align-items: center;
	display: flex;
	height: 106px;
	justify-content: center;
	margin-bottom: auto;
	padding: 0 3px;
	width: 100%;
}

.dn-home-category-card__media img {
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.dn-home-category-card__body {
	display: grid;
	gap: 6px;
	margin-top: 10px;
}

.dn-home-category-card__title {
	color: #1d2023;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.16;
	text-transform: uppercase;
}

.dn-home-category-card__more {
	color: #34383c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.2;
}

.dn-home-benefits {
	align-items: stretch;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 16px;
	min-height: 67px;
}

.dn-home-benefit {
	align-items: center;
	display: flex;
	gap: 14px;
	min-width: 0;
	padding: 13px 20px;
}

.dn-home-benefit + .dn-home-benefit {
	border-left: 1px solid #ececec;
}

.dn-home-benefit__icon {
	display: block;
	flex: 0 0 auto;
	height: 31px;
	object-fit: contain;
	width: 31px;
}

.dn-home-benefit__copy {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.dn-home-benefit__copy strong {
	color: #1c1f22;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	text-transform: uppercase;
}

.dn-home-benefit__copy span {
	color: #4b4f53;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
}

.dn-auto-promo {
	align-items: stretch;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	display: grid;
	grid-template-columns: 1.05fr 230px 1.05fr;
	margin: 18px 0 24px;
	min-height: 218px;
	overflow: hidden;
}

.dn-auto-promo__content {
	background: #151719;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px 30px;
}

.dn-auto-promo__eyebrow,
.dn-auto-promo__badge,
.dn-auto-promo-loop-badge {
	background: #e52528;
	color: #ffffff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	padding: 7px 9px;
	text-transform: uppercase;
	width: max-content;
}

.dn-auto-promo__content h2 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 14px 0 10px;
}

.dn-auto-promo__content p {
	color: #e7e8ea;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
}

.dn-auto-promo__timer {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 18px;
	padding-top: 15px;
	text-transform: uppercase;
}

.dn-auto-promo__media {
	align-items: center;
	background: #ffffff;
	display: flex;
	justify-content: center;
	padding: 20px;
	text-decoration: none !important;
}

.dn-auto-promo__image {
	display: block;
	height: auto;
	max-height: 176px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.dn-auto-promo__product {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 26px 30px;
}

.dn-auto-promo__product h3 {
	color: #151719;
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 12px 0 15px;
}

.dn-auto-promo__product h3 a {
	color: inherit !important;
	text-decoration: none !important;
}

.dn-auto-promo__prices {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 16px;
}

.dn-auto-promo__prices del {
	color: #7a8086;
	font-size: 15px;
	font-weight: 700;
	opacity: 1;
}

.dn-auto-promo__prices strong {
	color: #e52528;
	font-size: 30px;
	font-weight: 800;
	line-height: 1;
}

.dn-auto-promo__button {
	align-items: center;
	background: #202326;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 160ms ease;
	width: max-content;
}

.dn-auto-promo__button:hover,
.dn-auto-promo__button:focus {
	background: #e52528;
	outline: 0;
}

.dn-home-products {
	margin-top: 20px;
}

.dn-home-products__header {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 12px;
}

.dn-home-products__header h2 {
	color: #151719;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.dn-home-products__all {
	color: #e52528 !important;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.dn-home-bestseller-wrap {
	position: relative;
}

.dn-home-product-grid {
	display: grid;
	gap: 12px;
}

.dn-home-product-grid--bestsellers {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.dn-home-product-grid--new {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dn-home-product-card {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dn-home-product-card:hover,
.dn-home-product-card:focus-within {
	border-color: rgba(229, 37, 40, 0.42);
	box-shadow: 0 12px 28px rgba(17, 19, 20, 0.08);
	transform: translateY(-1px);
}

.dn-home-product-card__media {
	align-items: center;
	background: #ffffff;
	display: flex;
	height: 182px;
	justify-content: center;
	padding: 14px;
	position: relative;
	text-decoration: none !important;
}

.dn-home-product-card--bestseller .dn-home-product-card__media {
	height: 122px;
	padding: 11px 12px 6px;
}

.dn-home-product-card__badge {
	background: #e52528;
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	left: 12px;
	line-height: 1;
	padding: 6px 8px;
	position: absolute;
	text-transform: uppercase;
	top: 12px;
	z-index: 2;
}

.products .product {
	position: relative;
}

.dn-auto-promo-loop-badge {
	left: 11px;
	position: absolute;
	top: 11px;
	z-index: 4;
}

.dn-home-product-card__image {
	display: block;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.dn-home-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 12px 13px 14px;
}

.dn-home-product-card h3 {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.3;
	margin: 0 0 11px;
	min-height: 52px;
}

.dn-home-product-card--bestseller h3 {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.28;
	margin-bottom: 7px;
	min-height: 46px;
}

.dn-home-product-card h3 a {
	color: #151719 !important;
	text-decoration: none !important;
}

.dn-home-product-card__rating {
	align-items: center;
	display: flex;
	gap: 5px;
	line-height: 1;
	margin: 0 0 9px;
	min-height: 12px;
}

.dn-home-product-card__stars {
	color: #f6b72a;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 1;
}

.dn-home-product-card__rating-count {
	color: #25282b;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
}

.dn-home-product-card__price {
	color: #e52528;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	margin: auto 0 12px;
}

.dn-home-product-card--bestseller .dn-home-product-card__price {
	font-size: 16px;
	margin-bottom: 11px;
}

.dn-home-product-card__price .woocommerce-Price-currencySymbol {
	font-size: 0.82em;
	margin-right: 2px;
}

.dn-home-product-card__button {
	align-items: center;
	background: #202326;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	justify-content: center;
	min-height: 38px;
	padding: 0 10px;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background 160ms ease;
	width: 100%;
}

.dn-home-product-card__button:hover,
.dn-home-product-card__button:focus {
	background: #e52528;
	outline: 0;
}

.dn-home-product-card--bestseller .dn-home-product-card__button {
	min-height: 31px;
}

.dn-home-products__arrow {
	align-items: center;
	background: transparent;
	border: 0;
	color: #b8bdc2;
	display: inline-flex;
	height: 38px;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	z-index: 3;
}

.dn-home-products__arrow span {
	display: block;
	font-size: 31px;
	font-weight: 300;
	line-height: 1;
}

.dn-home-products__arrow--prev {
	left: -31px;
}

.dn-home-products__arrow--next {
	right: -31px;
}

.dn-home-products__arrow:hover,
.dn-home-products__arrow:focus {
	color: #e52528;
	outline: 0;
}

.dn-home-producers {
	margin-top: 46px;
}

.dn-home-producers__header {
	align-items: center;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 16px;
}

.dn-home-producers__header h2 {
	color: #151719;
	font-size: 31px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
}

.dn-home-producers__all {
	color: #e52528 !important;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.dn-home-producer-carousel {
	padding: 0 48px;
	position: relative;
}

.dn-home-producer-viewport {
	overflow-x: auto;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
}

.dn-home-producer-viewport::-webkit-scrollbar {
	display: none;
}

.dn-home-producer-track {
	display: flex;
	gap: 12px;
}

.dn-home-producer-card {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e7e7e7;
	display: flex;
	flex: 0 0 calc((100% - 60px) / 6);
	justify-content: center;
	min-height: 104px;
	padding: 18px 16px;
	scroll-snap-align: start;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dn-home-producer-card:hover,
.dn-home-producer-card:focus {
	border-color: rgba(229, 37, 40, 0.42);
	box-shadow: 0 10px 24px rgba(17, 19, 20, 0.08);
	outline: 0;
	transform: translateY(-1px);
}

.dn-home-producer-card img {
	display: block;
	height: auto;
	max-height: 58px;
	max-width: 92%;
	object-fit: contain;
	width: auto;
}

.dn-home-producer-arrow {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #111315;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: color 160ms ease, opacity 160ms ease;
	width: 42px;
	z-index: 3;
}

.dn-home-producer-arrow span {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 0.8;
	margin-top: -2px;
}

.dn-home-producer-arrow--prev {
	left: 0;
}

.dn-home-producer-arrow--next {
	right: 0;
}

.dn-home-producer-arrow:hover,
.dn-home-producer-arrow:focus {
	background: transparent;
	color: #111315;
	outline: 0;
}

.dn-home-producer-arrow:focus-visible {
	outline: 2px solid #111315;
	outline-offset: 3px;
}

.dn-home-producer-arrow:disabled {
	cursor: default;
	opacity: 1 !important;
	pointer-events: none;
}

.dn-producers-page,
.dn-producers-page * {
	box-sizing: border-box;
}

.dn-producers-page {
	background: #ffffff;
	color: #1b1d1f;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	padding: 46px 0 64px;
	width: 100%;
}

.dn-producers-page__inner {
	margin: 0 auto;
	max-width: var(--dn-page-width);
	width: 100%;
}

.dn-producers-page__header {
	display: grid;
	gap: 8px;
	margin-bottom: 24px;
}

.dn-producers-page__header p {
	color: #e52528;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.dn-producers-page__header h1 {
	color: #151719;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.dn-producers-page__header span {
	color: #4b4f53;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.45;
}

.dn-producers-list {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dn-producers-list__card {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	color: #151719 !important;
	display: grid;
	gap: 18px;
	min-height: 190px;
	padding: 24px 22px 20px;
	text-decoration: none !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.dn-producers-list__card:hover,
.dn-producers-list__card:focus {
	border-color: rgba(229, 37, 40, 0.42);
	box-shadow: 0 10px 24px rgba(17, 19, 20, 0.08);
	outline: 0;
	transform: translateY(-1px);
}

.dn-producers-list__media {
	align-items: center;
	display: flex;
	justify-content: center;
	min-height: 92px;
}

.dn-producers-list__media img {
	display: block;
	height: auto;
	max-height: 68px;
	max-width: 78%;
	object-fit: contain;
	width: auto;
}

.dn-producers-list__body {
	border-top: 1px solid #ededed;
	display: grid;
	gap: 8px;
	padding-top: 16px;
}

.dn-producers-list__body strong {
	color: #151719;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.dn-producers-list__body span {
	color: #e52528;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.dn-footer,
.dn-footer * {
	box-sizing: border-box;
}

.site-footer.dn-footer {
	background: #101112;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: #d7d9dc;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	padding: 0;
}

.dn-footer__inner {
	margin: 0 auto;
	max-width: var(--dn-page-width);
	padding: 42px 0 24px;
	width: 100%;
}

.dn-footer__brand {
	align-items: start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 22px;
	grid-template-columns: 270px minmax(0, 1fr);
	padding-bottom: 30px;
}

.dn-footer__logo {
	display: inline-flex;
	line-height: 0;
	width: max-content;
}

.dn-footer__logo img {
	display: block;
	height: auto;
	max-width: 232px;
	width: 232px;
}

.dn-footer__brand p {
	color: #f4f5f6;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
	margin: 0;
	max-width: 620px;
}

.dn-footer__icon {
	display: block;
	filter: brightness(0) invert(1);
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
}

.dn-footer__nav {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding: 32px 0;
}

.dn-footer__column h2,
.dn-footer__contact h2 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.dn-footer__column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dn-footer__column li + li {
	margin-top: 9px;
}

.dn-footer a {
	color: #d7d9dc !important;
	text-decoration: none !important;
	transition: color 160ms ease;
}

.dn-footer a:hover,
.dn-footer a:focus {
	color: #ffffff !important;
	outline: 0;
}

.dn-footer__column a {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
}

.dn-footer__column a:hover,
.dn-footer__column a:focus,
.dn-footer__bottom a {
	color: #e52528 !important;
}

.dn-footer__contact {
	align-items: start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: grid;
	gap: 24px;
	grid-template-columns: 1.1fr 1fr 1.15fr auto;
	padding: 30px 0;
}

.dn-footer__contact-main {
	display: grid;
	gap: 8px;
}

.dn-footer__contact-main a {
	color: #ffffff !important;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.25;
	width: max-content;
}

.dn-footer__contact-main a + a {
	font-size: 16px;
}

.dn-footer__contact-main a:last-child {
	color: #e52528 !important;
}

.dn-footer address,
.dn-footer__company {
	color: #d7d9dc;
	display: grid;
	font-size: 14px;
	font-weight: 600;
	gap: 5px;
	line-height: 1.45;
	margin: 0;
}

.dn-footer address {
	font-style: normal;
}

.dn-footer address strong,
.dn-footer__company strong {
	color: #ffffff;
	font-weight: 800;
}

.dn-footer__company h2 {
	margin-bottom: 10px;
}

.dn-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.dn-footer__socials a {
	align-items: center;
	border: 1px solid rgba(255, 255, 255, 0.14);
	color: #ffffff !important;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	min-height: 40px;
	padding: 0 15px;
	text-transform: uppercase;
}

.dn-footer__socials a:hover,
.dn-footer__socials a:focus {
	background: #e52528;
	border-color: #e52528;
}

.dn-footer__bottom {
	align-items: center;
	color: #aeb3b8;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	gap: 20px;
	justify-content: space-between;
	line-height: 1.45;
	padding-top: 22px;
}

.dn-footer__bottom p {
	margin: 0;
}

@media (max-width: 1080px) {
	.dn-home {
		padding: 24px 0 48px;
	}

	.dn-home-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dn-home-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dn-home-benefit:nth-child(odd) {
		border-left: 0;
	}

	.dn-home-benefit:nth-child(n + 3) {
		border-top: 1px solid #ececec;
	}

	.dn-auto-promo {
		grid-template-columns: 1fr 190px 1fr;
	}

	.dn-auto-promo__content,
	.dn-auto-promo__product {
		padding: 24px 22px;
	}

	.dn-auto-promo__content h2 {
		font-size: 26px;
	}

	.dn-auto-promo__prices strong {
		font-size: 26px;
	}

	.dn-home-product-grid--bestsellers,
	.dn-home-product-grid--new {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.dn-home-products__arrow {
		display: none;
	}

	.dn-home-producer-card {
		flex-basis: calc((100% - 24px) / 3);
	}

	.dn-producers-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dn-footer__inner {
		width: calc(100% - 40px);
	}

	.dn-footer__brand {
		grid-template-columns: 1fr;
	}

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

	.dn-footer__contact {
		grid-template-columns: 1fr 1fr;
	}

	.dn-footer__socials {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	body.home .site-content .col-full {
		width: calc(100% - 30px);
	}

	.dn-producers-page {
		padding: 30px 0 48px;
	}

	.dn-producers-page__header h1 {
		font-size: 30px;
	}

	.dn-producers-list {
		grid-template-columns: 1fr;
	}

	.dn-producers-list__card {
		min-height: 166px;
		padding: 20px 18px 18px;
	}

	.dn-home-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.dn-home-category-card {
		min-height: 150px;
		padding: 10px 11px 12px;
	}

	.dn-home-category-card__media {
		height: 88px;
	}

	.dn-home-category-card__title {
		font-size: 11px;
	}

	.dn-home-benefits {
		grid-template-columns: 1fr;
	}

	.dn-home-benefit,
	.dn-home-benefit + .dn-home-benefit {
		border-left: 0;
	}

	.dn-home-benefit + .dn-home-benefit {
		border-top: 1px solid #ececec;
	}

	.dn-auto-promo {
		grid-template-columns: 1fr;
		margin: 16px 0 22px;
	}

	.dn-auto-promo__content,
	.dn-auto-promo__product {
		padding: 22px 18px;
	}

	.dn-auto-promo__content h2 {
		font-size: 25px;
	}

	.dn-auto-promo__media {
		min-height: 180px;
	}

	.dn-auto-promo__image {
		max-height: 150px;
	}

	.dn-auto-promo__button {
		width: 100%;
	}

	.dn-home-products__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.dn-home-products__header h2 {
		font-size: 25px;
	}

	.dn-home-producers__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.dn-home-producers__header h2 {
		font-size: 25px;
	}

	.dn-home-product-grid--bestsellers,
	.dn-home-product-grid--new {
		grid-template-columns: 1fr;
	}

	.dn-home-product-card h3 {
		min-height: 0;
	}

	.dn-home-producer-track {
		gap: 10px;
	}

	.dn-home-producer-carousel {
		padding: 0 30px;
	}

	.dn-home-producer-card {
		flex-basis: calc((100% - 10px) / 2);
		min-height: 88px;
		padding: 16px 14px;
	}

	.dn-home-producer-card img {
		max-height: 52px;
		max-width: 92%;
	}

	.dn-home-producer-arrow {
		height: 36px;
		width: 36px;
	}

	.dn-home-producer-arrow span {
		font-size: 34px;
	}

	.dn-home-producer-arrow--prev {
		left: 0;
	}

	.dn-home-producer-arrow--next {
		right: 0;
	}

	.dn-footer__inner {
		padding: 34px 0 22px;
		width: calc(100% - 30px);
	}

	.dn-footer__brand {
		gap: 18px;
		padding-bottom: 24px;
	}

	.dn-footer__brand p {
		font-size: 16px;
	}

	.dn-footer__nav,
	.dn-footer__contact {
		grid-template-columns: 1fr;
	}

	.dn-footer__nav {
		gap: 24px;
		padding: 28px 0;
	}

	.dn-footer__contact {
		gap: 20px;
		padding: 28px 0;
	}

	.dn-footer__contact-main a {
		font-size: 20px;
	}

	.dn-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}
}

body.single-product,
body.single-product button,
body.single-product input,
body.single-product select,
body.single-product textarea {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

body.single-product .site-content {
	background: #ffffff;
	padding-top: 0;
}

body.single-product .dn-hero-banner,
body.single-product .widget-area,
body.single-product .storefront-product-pagination {
	display: none !important;
}

body.single-product .storefront-breadcrumb {
	background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
	min-height: 56px;
	overflow: visible;
	padding: 0;
	position: relative;
	z-index: 5;
}

body.single-product .storefront-breadcrumb .col-full,
body.single-product .site-content .col-full {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--dn-page-width);
	padding-left: 0;
	padding-right: 0;
	width: min(var(--dn-page-width), calc(100% - 40px));
}

body.single-product .woocommerce-breadcrumb {
	align-items: center;
	color: #73777b;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 600;
	gap: 0 6px;
	line-height: 1.45;
	margin: 0;
	min-height: 56px;
	overflow: visible;
	padding: 14px 0 13px;
	position: relative;
	z-index: 6;
}

body.single-product .woocommerce-breadcrumb a {
	color: #3a3e42;
	text-decoration: none;
}

body.single-product .woocommerce-breadcrumb a:hover,
body.single-product .woocommerce-breadcrumb a:focus {
	color: #e52528;
}

body.single-product .content-area {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

body.single-product .site-main {
	margin: 0;
	padding: 30px 0 56px;
}

body.single-product div.product {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) 420px;
	margin: 0;
	overflow: visible;
}

body.single-product div.product > .onsale {
	display: none !important;
}

body.single-product div.product::before,
body.single-product div.product::after {
	display: none;
}

body.single-product div.product .woocommerce-product-gallery,
body.single-product div.product .summary {
	float: none !important;
	margin: 0 !important;
	width: auto !important;
}

body.single-product div.product .woocommerce-product-gallery {
	background: #ffffff;
	min-width: 0;
	opacity: 1 !important;
	position: relative;
}

body.single-product div.product .woocommerce-product-gallery .flex-viewport,
body.single-product div.product .woocommerce-product-gallery__wrapper {
	background: #ffffff;
	border: 1px solid #e6e7e8;
	min-height: 540px;
}

body.single-product div.product .woocommerce-product-gallery__image {
	align-items: center;
	background: #ffffff;
	display: flex !important;
	justify-content: center;
	min-height: 540px;
	padding: 34px;
}

body.single-product div.product .woocommerce-product-gallery__image a {
	align-items: center;
	display: flex;
	justify-content: center;
	width: 100%;
}

body.single-product div.product .woocommerce-product-gallery__image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-height: 470px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	background: #202326;
	border-radius: 0;
	color: #ffffff;
	height: 42px;
	right: 14px;
	top: 14px;
	width: 42px;
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	border-color: #ffffff;
}

body.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
	background: #ffffff;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 12px 0 0;
	padding: 0;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	background: #ffffff;
	border: 1px solid #e6e7e8;
	float: none !important;
	list-style: none;
	margin: 0 !important;
	padding: 8px;
	width: auto !important;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
	display: block;
	height: 86px;
	object-fit: contain;
	opacity: 0.72;
	width: 100%;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img:hover {
	opacity: 1;
}

body.single-product div.product .summary {
	background: #ffffff;
	border: 1px solid #e6e7e8;
	box-shadow: 0 16px 36px rgba(17, 19, 20, 0.06);
	min-width: 0;
	padding: 27px 28px 30px;
}

.dn-product-kicker {
	align-items: center;
	color: #e52528;
	display: flex;
	flex-wrap: wrap;
	font-size: 11px;
	font-weight: 800;
	gap: 8px;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.dn-product-kicker span {
	border: 1px solid rgba(229, 37, 40, 0.28);
	padding: 5px 8px;
}

body.single-product div.product .product_title {
	color: #151719;
	font-size: 28px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0 0 18px;
}

body.single-product div.product p.price {
	border-top: 1px solid #ececec;
	color: #e52528;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0 0 13px;
	padding-top: 20px;
}

body.single-product div.product p.price .woocommerce-Price-currencySymbol {
	font-size: 0.72em;
	margin-left: 3px;
}

body.single-product div.product p.price del {
	color: #8a9096;
	font-size: 0.82em;
	opacity: 1;
}

body.single-product div.product p.price ins {
	color: #e52528;
	text-decoration: none;
}

.dn-product-quick-meta {
	color: #62676c;
	display: grid;
	font-size: 12px;
	font-weight: 600;
	gap: 7px;
	margin: 0 0 16px;
}

.dn-product-quick-meta a {
	color: #202326;
	font-weight: 800;
	text-decoration: none;
}

.dn-product-quick-meta strong {
	color: #202326;
}

.dn-auto-promo-single {
	background: #fff7f7;
	border: 1px solid rgba(229, 37, 40, 0.22);
	color: #202326;
	display: grid;
	font-size: 12px;
	font-weight: 700;
	gap: 5px;
	line-height: 1.25;
	margin: -3px 0 16px;
	padding: 10px 12px;
}

.dn-auto-promo-single strong {
	color: #e52528;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

body.single-product div.product .stock {
	align-items: center;
	background: #f3fbf6;
	color: #14884b;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	line-height: 1.2;
	margin: 0 0 18px;
	padding: 9px 11px;
}

body.single-product div.product .stock::before {
	background: #14884b;
	border-radius: 999px;
	content: "";
	display: block;
	height: 8px;
	width: 8px;
}

body.single-product div.product form.cart {
	align-items: stretch;
	border-bottom: 1px solid #ececec;
	display: grid;
	gap: 10px;
	grid-template-columns: 78px minmax(0, 1fr);
	margin: 0 0 18px;
	padding-bottom: 20px;
}

body.single-product div.product form.cart::before,
body.single-product div.product form.cart::after {
	display: none;
}

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

body.single-product div.product form.cart .qty {
	background: #f6f6f6;
	border: 1px solid #e4e4e4;
	box-shadow: none;
	color: #202326;
	font-size: 16px;
	font-weight: 800;
	height: 48px;
	padding: 0;
	text-align: center;
	width: 100%;
}

body.single-product div.product form.cart .single_add_to_cart_button {
	background: #e52528;
	border: 0;
	border-radius: 0;
	color: #ffffff;
	float: none;
	font-size: 12px;
	font-weight: 800;
	height: 48px;
	letter-spacing: 0;
	line-height: 1;
	padding: 0 18px;
	text-transform: uppercase;
	width: 100%;
}

body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart .single_add_to_cart_button:focus {
	background: #202326;
	color: #ffffff;
}

.dn-product-benefits {
	border: 1px solid #ececec;
	display: grid;
	grid-template-columns: 1fr;
	margin: 0 0 18px;
}

.dn-product-benefit {
	align-items: center;
	display: flex;
	gap: 12px;
	min-width: 0;
	padding: 12px 13px;
}

.dn-product-benefit + .dn-product-benefit {
	border-top: 1px solid #ececec;
}

.dn-product-benefit__icon {
	display: block;
	filter: brightness(0) saturate(100%) invert(9%) sepia(9%) saturate(760%) hue-rotate(169deg) brightness(94%) contrast(91%);
	flex: 0 0 auto;
	height: 27px;
	object-fit: contain;
	width: 27px;
}

.dn-product-benefit span {
	display: grid;
	gap: 3px;
	min-width: 0;
}

.dn-product-benefit strong {
	color: #1b1d1f;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.1;
	text-transform: uppercase;
}

.dn-product-benefit em {
	color: #555a5f;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

.dn-product-info-list {
	background: #f8f8f8;
	display: grid;
	gap: 0;
	margin: 0;
}

.dn-product-info-list div {
	align-items: center;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	padding: 11px 13px;
}

.dn-product-info-list div + div {
	border-top: 1px solid #e9e9e9;
}

.dn-product-info-list span {
	color: #6a6f74;
	font-size: 12px;
	font-weight: 700;
}

.dn-product-info-list strong {
	color: #202326;
	font-size: 12px;
	font-weight: 800;
	text-align: right;
}

body.single-product div.product .woocommerce-tabs,
body.single-product div.product .related.products,
body.single-product div.product .upsells.products {
	grid-column: 1 / -1;
}

body.single-product div.product .woocommerce-tabs {
	border-top: 1px solid #e6e7e8;
	margin-top: 12px;
	padding-top: 0;
}

body.single-product div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid #e6e7e8;
	display: flex;
	float: none;
	gap: 0;
	margin: 0 0 24px;
	padding: 0;
	width: 100%;
}

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

body.single-product div.product .woocommerce-tabs ul.tabs li {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
}

body.single-product div.product .woocommerce-tabs ul.tabs li a {
	border-bottom: 3px solid transparent;
	color: #202326;
	display: block;
	font-size: 13px;
	font-weight: 800;
	padding: 18px 24px 15px;
	text-decoration: none;
	text-transform: uppercase;
}

body.single-product div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom-color: #e52528;
	color: #e52528;
}

body.single-product div.product .woocommerce-tabs .panel {
	float: none;
	margin: 0;
	width: 100%;
}

body.single-product div.product .woocommerce-tabs .panel h2,
body.single-product .related.products > h2 {
	color: #151719;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
}

body.single-product div.product .woocommerce-tabs .panel p,
body.single-product div.product .woocommerce-tabs .panel li {
	color: #3e4449;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.65;
}

body.single-product table.shop_attributes {
	border: 1px solid #e6e7e8;
	margin: 0;
}

body.single-product table.shop_attributes th,
body.single-product table.shop_attributes td {
	background: #ffffff;
	border-bottom: 1px solid #ececec;
	color: #202326;
	font-size: 13px;
	padding: 12px 14px;
}

body.single-product table.shop_attributes th {
	font-weight: 800;
	width: 32%;
}

body.single-product .related.products {
	border-top: 1px solid #e6e7e8;
	margin-top: 28px;
	padding-top: 25px;
}

body.single-product .related.products ul.products {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
}

body.single-product .related.products ul.products::before,
body.single-product .related.products ul.products::after {
	display: none;
}

body.single-product .related.products ul.products li.product {
	border: 1px solid #e7e7e7;
	float: none !important;
	margin: 0 !important;
	padding: 12px;
	width: auto !important;
}

body.single-product .related.products ul.products li.product img {
	height: 140px;
	object-fit: contain;
	width: 100%;
}

body.single-product .related.products ul.products li.product .woocommerce-loop-product__title {
	color: #151719;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	min-height: 50px;
}

body.single-product .related.products ul.products li.product .price {
	color: #e52528;
	font-size: 18px;
	font-weight: 800;
}

body.single-product .related.products ul.products li.product .button {
	align-items: center;
	background: #202326;
	color: #ffffff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	justify-content: center;
	min-height: 36px;
	padding: 0 10px;
	text-transform: uppercase;
	width: 100%;
}

body.single-product .related.products ul.products li.product .button:hover,
body.single-product .related.products ul.products li.product .button:focus {
	background: #e52528;
}

body.single-product .storefront-sticky-add-to-cart {
	display: none;
}

@media (max-width: 900px) {
	body.single-product .site-main {
		padding-top: 20px;
	}

	body.single-product div.product {
		display: block;
	}

	body.single-product div.product .woocommerce-product-gallery {
		margin-bottom: 18px !important;
	}

	body.single-product div.product .summary {
		padding: 22px 20px 24px;
	}

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

	body.single-product div.product p.price {
		font-size: 30px;
	}

	body.single-product div.product .woocommerce-product-gallery .flex-viewport,
	body.single-product div.product .woocommerce-product-gallery__wrapper,
	body.single-product div.product .woocommerce-product-gallery__image {
		min-height: 380px;
	}

	body.single-product div.product .woocommerce-product-gallery__image {
		padding: 22px;
	}

	body.single-product div.product .woocommerce-product-gallery__image img {
		max-height: 330px;
	}

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

@media (max-width: 640px) {
	body.single-product .storefront-breadcrumb .col-full,
	body.single-product .site-content .col-full {
		width: calc(100% - 30px);
	}

	body.single-product .woocommerce-breadcrumb {
		font-size: 11px;
		padding: 14px 0;
	}

	body.single-product .site-main {
		padding-bottom: 42px;
	}

	body.single-product div.product .summary {
		box-shadow: none;
	}

	body.single-product div.product form.cart {
		grid-template-columns: 70px minmax(0, 1fr);
	}

	.dn-product-benefit {
		padding: 11px;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs {
		overflow-x: auto;
		white-space: nowrap;
	}

	body.single-product div.product .woocommerce-tabs ul.tabs li a {
		font-size: 12px;
		padding-left: 16px;
		padding-right: 16px;
	}

	body.single-product .related.products ul.products {
		grid-template-columns: 1fr;
	}
}
