body.dn-categories-page-body {
	background: #f4f5f6;
	color: #151719;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

body.dn-product-archive-body,
body.dn-categories-page-body,
body.dn-product-archive-body *,
body.dn-categories-page-body * {
	box-sizing: border-box;
	letter-spacing: 0;
}

body.dn-product-archive-body,
body.dn-product-archive-body .site-content,
body.dn-categories-page-body .site-content {
	background: #f4f5f6;
}

body.dn-product-archive-body .site-content .col-full,
body.dn-categories-page-body .site-content .col-full {
	margin: 0 auto;
	max-width: 1200px;
	padding: 34px 0 64px;
	width: min(1200px, calc(100% - 40px));
}

body.dn-product-archive-body .content-area,
body.dn-categories-page-body .content-area {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
}

body.dn-product-archive-body .widget-area,
body.dn-product-archive-body #secondary,
body.dn-categories-page-body .widget-area,
body.dn-categories-page-body #secondary {
	display: none !important;
}

body.dn-product-archive-body .storefront-breadcrumb,
body.dn-categories-page-body .storefront-breadcrumb {
	background: #ffffff;
	border-bottom: 1px solid #e7e8ea;
	margin: 0;
	padding: 18px 0;
}

body.dn-product-archive-body .woocommerce-breadcrumb,
body.dn-categories-page-body .woocommerce-breadcrumb {
	color: #6b7178;
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

body.dn-product-archive-body .woocommerce-breadcrumb a,
body.dn-categories-page-body .woocommerce-breadcrumb a {
	color: #151719;
	text-decoration: none;
}

.dn-categories-page {
	display: grid;
	gap: 20px;
}

.dn-categories-hero {
	align-items: end;
	background:
		linear-gradient(135deg, rgba(229, 37, 40, 0.1), rgba(229, 37, 40, 0) 42%),
		#ffffff;
	border: 1px solid #e3e5e7;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 420px;
	padding: 30px;
}

.dn-categories-eyebrow,
.dn-category-section-head span {
	color: #e52528;
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.dn-categories-hero h1,
.dn-category-section-head h2 {
	color: #111314;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

.dn-categories-hero p {
	color: #596069;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
	margin: 12px 0 0;
	max-width: 700px;
}

.dn-categories-search {
	display: grid;
	gap: 8px;
	margin: 0;
}

.dn-categories-search label {
	color: #626972;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
	text-transform: uppercase;
}

.dn-categories-search div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.dn-categories-search input {
	background: #ffffff;
	border: 1px solid #cfd4d8;
	border-radius: 0;
	box-shadow: none;
	color: #111314;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	height: 50px;
	min-width: 0;
	padding: 0 14px;
	width: 100%;
}

.dn-categories-search input:focus {
	border-color: #111314;
	outline: 2px solid rgba(229, 37, 40, 0.16);
	outline-offset: 0;
}

.dn-categories-search button,
.dn-category-empty a {
	align-items: center;
	background: #111314;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	min-height: 50px;
	padding: 0 20px;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.dn-categories-search button:hover,
.dn-categories-search button:focus,
.dn-category-empty a:hover,
.dn-category-empty a:focus {
	background: #e52528;
	outline: 0;
}

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

.dn-categories-stats div {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	padding: 18px 20px;
}

.dn-categories-stats span {
	color: #111314;
	display: block;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.dn-categories-stats p {
	color: #646b74;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	margin: 8px 0 0;
	text-transform: uppercase;
}

.dn-category-section-head {
	margin: 10px 0 16px;
}

.dn-category-section-head h2 {
	font-size: 28px;
}

.dn-category-section-head--inline {
	align-items: end;
	display: flex;
	gap: 16px;
	justify-content: space-between;
}

.dn-category-section-head--inline a {
	color: #e52528 !important;
	flex: 0 0 auto;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none !important;
	text-transform: uppercase;
}

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

.dn-category-featured-card {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	color: inherit !important;
	display: grid;
	min-height: 100%;
	text-decoration: none !important;
}

.dn-category-featured-card__media {
	background: #f6f7f8;
	border-bottom: 1px solid #e3e5e7;
	display: block;
	overflow: hidden;
	position: relative;
}

.dn-category-featured-card__media::before {
	content: "";
	display: block;
	padding-top: 50%;
}

.dn-category-featured-card__media img {
	display: block;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.dn-category-featured-card__body {
	display: grid;
	gap: 10px;
	padding: 18px;
}

.dn-category-featured-card strong,
.dn-category-popular-card strong,
.dn-category-help strong,
.dn-category-empty strong {
	color: #111314;
	font-size: 19px;
	font-weight: 800;
	line-height: 1.25;
}

.dn-category-featured-card em {
	color: #596069;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
}

.dn-category-featured-card__body span {
	color: #e52528;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}

.dn-category-featured-card:hover,
.dn-category-featured-card:focus,
.dn-category-popular-card:hover,
.dn-category-popular-card:focus,
.dn-category-letter a:hover,
.dn-category-letter a:focus {
	border-color: #e52528;
	outline: 0;
}

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

.dn-category-popular-card {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	color: inherit !important;
	display: grid;
	gap: 10px;
	min-height: 118px;
	padding: 16px;
	text-decoration: none !important;
}

.dn-category-popular-card strong {
	font-size: 16px;
}

.dn-category-popular-card span {
	color: #646b74;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
}

.dn-category-index__grid {
	column-gap: 14px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 14px;
}

.dn-category-letter {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	min-width: 0;
	padding: 18px;
}

.dn-category-letter h3 {
	color: #e52528;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	margin: 0 0 12px;
}

.dn-category-letter ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dn-category-letter li {
	margin: 0;
}

.dn-category-letter a {
	align-items: center;
	border: 1px solid #eceef0;
	color: #111314 !important;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	min-height: 44px;
	padding: 10px 12px;
	text-decoration: none !important;
}

.dn-category-letter span {
	font-size: 13px;
	font-weight: 800;
	line-height: 1.3;
	min-width: 0;
	overflow-wrap: anywhere;
}

.dn-category-letter em {
	color: #6a7078;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

.dn-category-empty {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	display: grid;
	gap: 12px;
	justify-items: start;
	padding: 24px;
}

.dn-category-empty p {
	color: #596069;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}

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

.dn-category-help div {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	display: grid;
	gap: 8px;
	padding: 20px;
}

.dn-category-help__icon {
	display: block;
	height: 26px;
	width: 26px;
}

.dn-category-help strong {
	font-size: 16px;
}

.dn-category-help span {
	color: #646b74;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

body.dn-product-archive-body .site-main {
	display: grid;
	gap: 18px;
}

body.dn-product-archive-body .woocommerce-products-header {
	background:
		linear-gradient(135deg, rgba(229, 37, 40, 0.1), rgba(229, 37, 40, 0) 42%),
		#ffffff;
	border: 1px solid #e3e5e7;
	margin: 0;
	padding: 30px;
}

body.dn-product-archive-body .woocommerce-products-header__title {
	color: #111314;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.1;
	margin: 0;
}

body.dn-product-archive-body .term-description {
	color: #596069;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.55;
	margin: 12px 0 0;
	max-width: 760px;
}

body.dn-product-archive-body .storefront-sorting {
	align-items: center;
	background: #ffffff;
	border: 1px solid #e3e5e7;
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: space-between;
	margin: 0;
	padding: 16px 18px;
}

body.dn-product-archive-body .woocommerce-ordering,
body.dn-product-archive-body .woocommerce-result-count {
	float: none;
	margin: 0;
}

body.dn-product-archive-body .woocommerce-result-count {
	color: #646b74;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	text-transform: uppercase;
}

body.dn-product-archive-body .woocommerce-ordering select {
	background: #ffffff;
	border: 1px solid #cfd4d8;
	border-radius: 0;
	box-shadow: none;
	color: #111314;
	font-family: inherit;
	font-size: 13px;
	font-weight: 800;
	min-height: 44px;
	padding: 0 12px;
}

body.dn-product-archive-body ul.products {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

body.dn-product-archive-body ul.products::before,
body.dn-product-archive-body ul.products::after {
	content: none;
	display: none;
}

body.dn-product-archive-body ul.products li.product {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	display: grid;
	float: none;
	margin: 0 !important;
	min-width: 0;
	padding: 0 0 18px;
	text-align: left;
	width: auto !important;
}

body.dn-product-archive-body ul.products li.product .woocommerce-LoopProduct-link {
	color: #111314 !important;
	display: grid;
	text-decoration: none !important;
}

body.dn-product-archive-body ul.products li.product img {
	aspect-ratio: 1 / 1;
	background: #ffffff;
	border-bottom: 1px solid #e3e5e7;
	display: block;
	height: auto;
	margin: 0;
	object-fit: contain;
	padding: 18px;
	width: 100%;
}

body.dn-product-archive-body ul.products li.product .woocommerce-loop-product__title {
	color: #111314;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	margin: 0;
	min-height: 62px;
	padding: 16px 18px 8px;
}

body.dn-product-archive-body ul.products li.product .price {
	color: #e52528;
	display: block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0;
	padding: 0 18px;
}

body.dn-product-archive-body ul.products li.product .dn-loop-stock {
	color: #646b74;
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.3;
	margin: 10px 18px 0;
	text-transform: uppercase;
}

body.dn-product-archive-body ul.products li.product .button {
	align-items: center;
	align-self: end;
	background: #111314;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: #ffffff !important;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	justify-content: center;
	margin: 16px 18px 0;
	min-height: 46px;
	padding: 0 16px;
	text-decoration: none !important;
	text-transform: uppercase;
	width: calc(100% - 36px);
}

body.dn-product-archive-body ul.products li.product .button:hover,
body.dn-product-archive-body ul.products li.product .button:focus,
body.dn-product-archive-body ul.products li.product:hover,
body.dn-product-archive-body ul.products li.product:focus-within {
	border-color: #e52528;
	outline: 0;
}

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

body.dn-product-archive-body .woocommerce-info {
	background: #ffffff;
	border: 1px solid #e3e5e7;
	color: #111314;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.45;
	margin: 0;
	padding: 18px 20px;
}

@media (max-width: 1080px) {
	body.dn-product-archive-body .site-content .col-full,
	body.dn-categories-page-body .site-content .col-full {
		width: calc(100% - 36px);
	}

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

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

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

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

@media (max-width: 760px) {
	body.dn-product-archive-body .site-content .col-full,
	body.dn-categories-page-body .site-content .col-full {
		padding: 24px 0 42px;
		width: calc(100% - 30px);
	}

	body.dn-product-archive-body .storefront-breadcrumb,
	body.dn-categories-page-body .storefront-breadcrumb {
		padding: 14px 0;
	}

	.dn-categories-hero {
		padding: 22px 16px;
	}

	.dn-categories-hero h1 {
		font-size: 34px;
	}

	.dn-categories-search div,
	.dn-categories-stats,
	.dn-category-featured__grid,
	.dn-category-popular__grid,
	.dn-category-index__grid,
	.dn-category-help {
		grid-template-columns: 1fr;
	}

	.dn-categories-search button {
		width: 100%;
	}

	.dn-category-section-head--inline {
		align-items: start;
		display: grid;
	}

	.dn-category-featured-card__body,
	.dn-category-letter,
	.dn-category-help div {
		padding: 16px;
	}

	body.dn-product-archive-body .woocommerce-products-header {
		padding: 22px 16px;
	}

	body.dn-product-archive-body .woocommerce-products-header__title {
		font-size: 34px;
	}

	body.dn-product-archive-body .storefront-sorting {
		align-items: stretch;
		display: grid;
	}

	body.dn-product-archive-body .woocommerce-ordering select {
		width: 100%;
	}

	body.dn-product-archive-body ul.products {
		grid-template-columns: 1fr;
	}
}
