@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2");
}

:root {
	--daweda-product-red: var(--daweda-color-primary, #e70012);
	--daweda-product-text: var(--daweda-global-text, #151515);
	--daweda-product-bg: var(--daweda-global-background, #fff);
	--daweda-product-muted: color-mix(in srgb, var(--daweda-product-text) 66%, transparent);
	--daweda-product-border: color-mix(in srgb, var(--daweda-product-text) 14%, var(--daweda-product-bg));
	--daweda-product-soft: color-mix(in srgb, var(--daweda-product-text) 4%, var(--daweda-product-bg));
}

.daweda-products-page,
.daweda-product-detail-page {
	color: var(--daweda-product-text);
	background: var(--daweda-product-bg);
}

/* Core Group blocks add flow spacing; product templates own their module spacing. */
.daweda-products-page.is-layout-flow > *,
.daweda-products-page .wp-block-post-content.is-layout-flow > *,
.daweda-product-detail-page.is-layout-flow > *,
.daweda-products-shell.is-layout-flow > *,
.daweda-products-layout.is-layout-flow > *,
.daweda-product-overview.is-layout-flow > *,
.daweda-product-content.is-layout-flow > *,
.daweda-product-tab-panel.is-layout-flow > * {
	margin-block-start: 0;
}

.tax-daweda_product_category .daweda-products-page,
.daweda-product-detail-page {
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	box-shadow: 0 4px 18px rgba(0, 0, 0, .05);
}

.daweda-products-shell {
	box-sizing: border-box;
	width: calc(100% - 30px);
	max-width: 1340px;
	margin: 0 auto;
	padding: clamp(38px, 5vw, 68px) 5px clamp(64px, 8vw, 112px);
}

.daweda-products-titlebar {
	background: var(--daweda-product-bg);
}

.daweda-products-titlebar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	box-sizing: border-box;
	width: calc(100% - 30px);
	max-width: 1340px;
	min-height: 60px;
	margin: 0 auto;
	padding: 20px 5px 0;
}

.daweda-products-titlebar__primary,
.daweda-products-titlebar__controls {
	display: flex;
	align-items: center;
}

.daweda-products-titlebar__controls {
	max-height: 100%;
}

.daweda-products-titlebar__primary {
	gap: 16px;
}

.daweda-product-breadcrumbs {
	margin: 0;
	color: #222;
	font-family: var(--wp--preset--font-family--fira-sans, "Fira Sans", sans-serif);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.05;
}

.daweda-product-breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.daweda-product-breadcrumbs li:not(:last-child)::after {
	margin-left: 5px;
	color: #222;
	content: "/";
	font-weight: 300;
	opacity: .35;
}

.daweda-product-breadcrumbs [aria-current="page"] {
	color: #222;
}

.daweda-product-breadcrumbs a {
	color: rgba(102, 102, 102, .7);
	font-weight: 400;
	text-decoration: none;
}

.daweda-product-breadcrumbs a:hover,
.daweda-product-breadcrumbs a:focus {
	color: #111;
}

.daweda-products-heading {
	max-width: 760px;
	margin-bottom: clamp(32px, 5vw, 54px);
}

.daweda-products-eyebrow {
	margin: 0 0 10px;
	color: var(--daweda-product-red);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.daweda-products-heading h1,
.daweda-product-summary h1 {
	margin: 0;
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.04;
	letter-spacing: -.035em;
}

.daweda-products-heading > p:last-child {
	max-width: 650px;
	margin: 20px 0 0;
	color: var(--daweda-product-muted);
	font-size: clamp(17px, 2vw, 20px);
	line-height: 1.65;
}

.daweda-products-count {
	display: inline-block;
	margin: 0 1em 0 auto;
	color: #777;
	font-family: var(--wp--preset--font-family--fira-sans, "Fira Sans", sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	white-space: nowrap;
}

.daweda-products-filter-button {
	display: none;
}

.daweda-products-ordering {
	display: inline-block;
	margin: 5px 0;
	font-family: var(--wp--preset--font-family--fira-sans, "Fira Sans", sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.daweda-products-ordering select {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 205px;
	height: 2.507em;
	margin: 0;
	padding: 0 2.4em 0 .75em;
	color: #333;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: normal;
	vertical-align: middle;
	transition: color .3s, border .3s, background .3s, opacity .3s, box-shadow .3s;
}

.daweda-products-ordering select:hover {
	box-shadow: inset 0 -1.8em 1em 0 transparent;
}

.daweda-products-ordering select:focus {
	color: #333;
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	opacity: 1;
	outline: 0;
}

.daweda-products-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	align-items: start;
	gap: clamp(30px, 4vw, 58px);
}

.daweda-products-filter-module {
	min-width: 0;
}

.daweda-products-sidebar {
	position: sticky;
	top: 100px;
}

.daweda-products-sidebar__header {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 6px;
	padding-bottom: 18px;
}

.daweda-products-sidebar__header::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: var(--daweda-product-red);
	content: "";
}

.daweda-products-sidebar__header h2 {
	margin: 0;
	font-family: var(--wp--preset--font-family--fira-sans, sans-serif);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.daweda-products-sidebar__header button {
	display: none;
}

.daweda-product-category-tree {
	margin: 0;
	padding: 0;
	list-style: none;
}

.daweda-product-category-tree .daweda-product-category-tree {
	display: none;
	margin: 0 0 10px 3px;
	padding-left: 15px;
	border-left: 1px solid var(--daweda-product-border);
}

.daweda-product-category-tree .is-open > .daweda-product-category-tree {
	display: block;
}

.daweda-product-category-row {
	display: flex;
	align-items: center;
	min-height: 38px;
	border-bottom: 0;
}

.daweda-product-category-row a {
	flex: 1;
	padding: 8px 4px 8px 0;
	color: var(--daweda-product-muted);
	font-family: var(--wp--preset--font-family--fira-sans, sans-serif);
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}

.daweda-product-category-tree .daweda-product-category-tree .daweda-product-category-row {
	min-height: 32px;
	border-bottom: 0;
}

.daweda-product-category-tree .daweda-product-category-tree .daweda-product-category-row a {
	padding: 5px 4px 5px 0;
	font-size: 14.5px;
}

.daweda-product-category-row a:hover,
.daweda-product-category-row a:focus,
.is-current > .daweda-product-category-row a {
	color: var(--daweda-product-red);
}

.daweda-product-category-toggle {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	padding: 0;
	color: var(--daweda-product-muted);
	background: transparent;
	border: 0;
	cursor: pointer;
}

.daweda-product-category-toggle:hover,
.daweda-product-category-toggle:focus,
.daweda-product-category-toggle:active {
	background: transparent;
	border: 0;
	box-shadow: none;
	outline: 0;
}

.daweda-product-category-toggle svg {
	display: block;
	width: 12px;
	height: 8px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
	transition: transform .2s ease;
}

.is-open > .daweda-product-category-row .daweda-product-category-toggle svg {
	transform: rotate(180deg);
}

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

.daweda-product-card {
	min-width: 0;
	margin: 0;
	background: #fff;
	box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
	transition: transform .3s, box-shadow .3s, background-color .3s, color .3s, opacity .3s;
}

.daweda-product-card:hover {
	box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 8px 0 rgba(0, 0, 0, .23);
}

.daweda-product-card__media {
	display: grid;
	overflow: hidden;
	place-items: center;
	aspect-ratio: 1;
	background: #f4f4f6;
}

.daweda-product-card__media img {
	display: block;
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: opacity .3s ease, transform .3s ease, background-color .3s ease;
}

.daweda-product-card__media .is-primary {
	opacity: 1;
}

.daweda-product-card__media .is-hover {
	opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
	.daweda-product-card__media.has-hover-image:hover .is-primary {
		opacity: 0;
	}

	.daweda-product-card__media.has-hover-image:hover .is-hover {
		opacity: 1;
	}
}

.daweda-product-card__placeholder,
.daweda-product-gallery__empty {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	color: color-mix(in srgb, var(--daweda-product-text) 16%, transparent);
	font-size: clamp(64px, 10vw, 130px);
	font-weight: 700;
}

.daweda-product-card__body {
	padding: 10.08px 17.28px 20.16px;
}

.daweda-product-card__body h2 {
	margin: 1.44px 0;
	font-family: var(--wp--preset--font-family--fira-sans, "Fira Sans", sans-serif);
	font-size: 14.4px;
	font-weight: 400;
	line-height: 18.72px;
}

.daweda-product-card__body h2 a {
	display: inline-block;
	margin: 1.44px 0;
	color: #334862;
	font-weight: 400;
	text-decoration: none;
	transition: color .3s, opacity .3s;
}

.daweda-product-card__body h2 a:hover,
.daweda-product-card__body h2 a:focus {
	color: var(--daweda-product-red);
}

.daweda-product-card__summary {
	margin-top: 10px;
	color: var(--daweda-product-muted);
	font-size: 14px;
	line-height: 1.6;
}

.daweda-product-card__summary p {
	margin: 0;
}

.daweda-products-pagination {
	display: flex;
	justify-content: center;
	gap: 6px;
	margin-top: 54px;
}

.daweda-products-pagination .page-numbers {
	display: grid;
	place-items: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	color: var(--daweda-product-text);
	border: 1px solid var(--daweda-product-border);
	text-decoration: none;
}

.daweda-products-pagination .current,
.daweda-products-pagination a:hover,
.daweda-products-pagination a:focus {
	color: #fff;
	background: var(--daweda-product-red);
	border-color: var(--daweda-product-red);
}

.daweda-products-empty {
	padding: clamp(42px, 8vw, 90px) 24px;
	text-align: center;
	background: var(--daweda-product-soft);
}

.daweda-products-empty h2 {
	margin-top: 0;
}

.daweda-products-filter-backdrop {
	display: none;
}

.daweda-product-overview {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: start;
	margin: 0 -15px;
}

.daweda-product-detail-page {
	color: #777;
	background: #fff;
	font-family: var(--wp--preset--font-family--fira-sans, "Fira Sans", sans-serif);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.daweda-product-detail-titlebar .daweda-products-titlebar__inner {
	justify-content: flex-start;
}

.daweda-product-detail-shell {
	width: calc(100% - 30px);
	max-width: 1340px;
	padding: 40px 5px 0;
}

.daweda-product-gallery,
.daweda-product-summary {
	box-sizing: border-box;
	min-width: 0;
	padding: 0 15px;
}

.daweda-product-gallery__stage {
	position: relative;
	aspect-ratio: 1;
	overflow: hidden;
	background: #fff;
}

.daweda-product-gallery__stage figure {
	position: absolute;
	inset: 0;
	display: grid;
	visibility: hidden;
	place-items: center;
	margin: 0;
	opacity: 0;
	transition: opacity .3s ease;
}

.daweda-product-gallery__stage figure.is-active {
	visibility: visible;
	opacity: 1;
}

.daweda-product-gallery__stage img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.daweda-gallery-arrow {
	position: absolute;
	top: 40%;
	bottom: 40%;
	z-index: 2;
	width: 36px;
	height: 20%;
	min-height: 70px;
	margin: 0;
	padding: 0;
	color: #111;
	background: transparent;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	opacity: 0;
	transform: translateX(0);
	transition: opacity .3s, transform .3s, background .3s, box-shadow .3s;
}

.daweda-gallery-arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	padding: 20%;
	fill: currentColor;
	transform: translate(-50%, -50%);
	transition: fill .3s;
}

.daweda-product-gallery__stage:hover .daweda-gallery-arrow,
.daweda-gallery-arrow:focus-visible {
	opacity: .7;
}

.daweda-gallery-arrow:hover {
	opacity: 1 !important;
}

.daweda-gallery-arrow:focus,
.daweda-gallery-arrow:focus-visible,
.daweda-gallery-arrow:active {
	box-shadow: none;
	outline: 0;
}

.daweda-gallery-arrow.is-prev {
	left: 2%;
	transform: translateX(20%);
}

.daweda-gallery-arrow.is-next {
	right: 2%;
	transform: translateX(-20%);
}

.daweda-product-gallery__thumbs-wrap {
	position: relative;
	overflow: hidden;
	margin-top: 15px;
}

.daweda-product-gallery__thumbs {
	display: grid;
	grid-auto-columns: 25%;
	grid-auto-flow: column;
	overflow-x: auto;
	padding-top: 0;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.daweda-product-gallery__thumbs::-webkit-scrollbar {
	display: none;
}

.daweda-product-gallery__thumbs button {
	box-sizing: border-box;
	min-width: 0;
	padding: 0 8px;
	aspect-ratio: 1;
	background: #fff;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	outline: 0;
}

.daweda-product-gallery__thumbs img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .5;
	transform: translateY(0);
	transition: transform .6s, opacity .6s;
}

.daweda-product-gallery__thumbs button::after {
	position: absolute;
	inset: 0;
	border: 1px solid transparent;
	content: "";
	pointer-events: none;
}

.daweda-product-gallery__thumbs button {
	position: relative;
}

.daweda-product-gallery__thumbs button:hover::after {
	border-color: rgba(0, 0, 0, .2);
}

.daweda-product-gallery__thumbs button:focus::after,
.daweda-product-gallery__thumbs button:focus-visible::after,
.daweda-product-gallery__thumbs button:active::after,
.daweda-product-gallery__thumbs button.is-active::after {
	border-color: transparent;
}

.daweda-product-gallery__thumbs button:hover img,
.daweda-product-gallery__thumbs button:focus-visible img,
.daweda-product-gallery__thumbs button.is-active img {
	opacity: 1;
	transform: translateY(-5px);
}

.daweda-gallery-thumb-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 3;
	width: 24px;
	margin: 0;
	padding: 0;
	color: #111;
	background: rgba(255, 255, 255, .8);
	border: 0;
	font-size: 32px;
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s;
}

.daweda-product-gallery__thumbs-wrap:hover .daweda-gallery-thumb-arrow,
.daweda-gallery-thumb-arrow:focus-visible {
	opacity: .7;
}

.daweda-gallery-thumb-arrow:hover {
	opacity: 1 !important;
}

.daweda-gallery-thumb-arrow:disabled {
	cursor: default;
	opacity: 0 !important;
	pointer-events: none;
}

.daweda-gallery-thumb-arrow.is-prev {
	left: 0;
}

.daweda-gallery-thumb-arrow.is-next {
	right: 0;
}

.daweda-product-summary h1 {
	width: 100%;
	margin: 0 0 .5em;
	color: #555;
	font-family: "Roboto", sans-serif;
	font-size: 27.2px;
	font-weight: 400;
	line-height: 1.3;
}

.daweda-product-summary {
	position: relative;
	padding-top: 10px;
}

.daweda-product-title-divider {
	width: 30px;
	height: 3px;
	margin: 16px 0;
	background: var(--daweda-product-red);
}

.daweda-product-next {
	position: absolute;
	top: 53px;
	right: 15px;
	z-index: 5;
	display: none;
}

.daweda-product-next__button {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	color: #999;
	background: transparent;
	border: 2px solid currentColor;
	border-radius: 999px;
	font-size: 28px;
	font-weight: 300;
	line-height: 1;
	text-decoration: none;
	transition: color .3s, background-color .3s, border-color .3s;
}

.daweda-product-next__button:hover,
.daweda-product-next__button:focus-visible {
	color: #fff;
	background: #334862;
	border-color: #334862;
}

.daweda-product-next__preview {
	position: absolute;
	top: calc(100% + 7px);
	right: 0;
	visibility: hidden;
	width: 90px;
	padding: 2px;
	color: #334862;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
	font-size: 11px;
	line-height: 1.3;
	opacity: 0;
	text-align: center;
	text-decoration: none;
	transform: translateY(6px);
	transition: opacity .2s, transform .2s, visibility .2s;
}

.daweda-product-next__preview img {
	display: block;
	width: 100%;
	height: auto;
}

.daweda-product-next:hover .daweda-product-next__preview,
.daweda-product-next:focus-within .daweda-product-next__preview {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.daweda-product-lead {
	margin: 0;
	color: #777;
	font-size: 16px;
	line-height: 1.6;
}

.daweda-product-lead p {
	margin: 0 0 20.8px;
}

.daweda-product-content {
	margin-top: 40px;
	padding: 30px 0 0;
	border-top: 1px solid #ececec;
}

.daweda-product-tabs {
	display: flex;
	margin-top: -31px;
}

.daweda-product-tabs span {
	position: relative;
	display: block;
	padding: 12px 0 10px;
	color: rgba(17, 17, 17, .85);
	border-top: 3px solid var(--daweda-product-red);
	font-size: 27.2px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.daweda-product-entry {
	font-size: 16px;
	line-height: 1.6;
}

.daweda-product-entry > :first-child {
	margin-top: 0;
}

.daweda-product-entry img {
	max-width: 100%;
	height: auto;
}

.daweda-product-tab-panel {
	padding-top: 16px;
}

.daweda-product-description-section {
	margin-top: 30px;
}

.daweda-product-description-section + .daweda-product-description-section {
	margin-top: 50px;
}

.daweda-product-description-section h2 {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 24px;
	color: var(--daweda-product-red);
	font-family: "Roboto", sans-serif;
	font-size: 25.6px;
	font-weight: 400;
	line-height: 1.3;
}

.daweda-product-description-section h2 b {
	display: block;
	flex: 1;
	height: 2px;
	background: currentColor;
	opacity: 1;
}

.daweda-product-description-section h2 span {
	margin: 0 15px;
	text-align: center;
}

.daweda-product-description-section ul {
	margin: 0 0 20.8px 20.8px;
	padding: 0;
}

.daweda-product-description-section li {
	margin-bottom: 9.6px;
}

.daweda-related-products {
	margin-top: 30px;
	padding-top: 0;
	border-top: 1px solid #ececec;
}

.daweda-related-products > h2 {
	margin: 0;
	padding: 20px 0;
	color: #555;
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}

.daweda-related-products__viewport {
	position: relative;
	overflow: hidden;
	margin: 0 -3.75px 30px;
}

.daweda-related-products__track {
	display: flex;
	align-items: stretch;
	transition: transform .3s ease;
}

.daweda-related-products__track .daweda-product-card {
	box-sizing: border-box;
	flex: 0 0 calc(25% - 7.5px);
	margin: 0 3.75px 20px;
	box-shadow: none;
}

.daweda-related-products__track .daweda-product-card:hover {
	box-shadow: none;
}

.daweda-related-products__track .daweda-product-card__media {
	background: #fff;
}

.daweda-related-arrow {
	position: absolute;
	top: -2px;
	bottom: 20px;
	z-index: 4;
	width: 30px;
	margin: 0;
	padding: 0;
	color: #111;
	background: rgba(255, 255, 255, .95);
	border: 0;
	border-radius: 0;
	box-shadow: 0 -150px 15px 0 rgba(0, 0, 0, .3);
	cursor: pointer;
	opacity: 0;
	transition: opacity .3s, transform .3s;
}

.daweda-related-products__viewport:hover .daweda-related-arrow:not(:disabled),
.daweda-related-arrow:focus-visible {
	opacity: .7;
}

.daweda-related-arrow:hover:not(:disabled) {
	opacity: 1 !important;
}

.daweda-related-arrow:disabled {
	cursor: default;
	opacity: 0;
	pointer-events: none;
}

.daweda-related-arrow span {
	font-size: 42px;
	font-weight: 300;
}

.daweda-related-arrow.is-prev {
	left: -1px;
	transform: translateX(-10%);
}

.daweda-related-arrow.is-next {
	right: -1px;
	transform: translateX(10%);
}

@media (max-width: 900px) {
	.daweda-products-shell,
	.daweda-products-titlebar__inner {
		width: 100%;
		max-width: none;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 849px) {
	.daweda-product-next {
		display: block;
	}

	.daweda-products-titlebar__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 5px;
		padding: 15px 15px 5px;
	}

	.daweda-products-titlebar__primary,
	.daweda-products-titlebar__controls {
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 5px 0;
		text-align: center;
	}

	.daweda-product-breadcrumbs {
		font-size: 17px;
	}

	.daweda-products-count {
		display: none;
	}

	.daweda-product-overview {
		grid-template-columns: 1fr;
	}

	.daweda-product-summary {
		padding-top: 30px;
	}

	.daweda-related-products__track .daweda-product-card {
		flex-basis: calc(33.333333% - 7.5px);
	}
}

@media (max-width: 820px) {
	.daweda-products-titlebar__inner {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		align-items: center;
		gap: 12px;
		padding: 15px;
	}

	.daweda-products-filter-button {
		display: none !important;
	}

	.daweda-products-titlebar__primary,
	.daweda-products-titlebar__controls {
		display: contents;
	}

	.daweda-product-breadcrumbs {
		grid-column: 1;
		min-width: 0;
		text-align: left;
	}

	.daweda-products-ordering {
		grid-column: 2;
		justify-self: end;
		margin: 0;
	}

	.daweda-products-ordering select {
		width: clamp(140px, 40vw, 160px);
		min-width: 0;
		max-width: 100%;
		padding-right: 1.8em;
		padding-left: .6em;
		font-size: 15px;
	}

	.daweda-products-layout {
		display: block;
	}

	.daweda-products-sidebar {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		z-index: 1200;
		overflow-y: auto;
		width: min(360px, 88vw);
		padding: 26px;
		background: var(--daweda-product-bg);
		box-shadow: 10px 0 35px rgba(0, 0, 0, .18);
		transform: translateX(-105%);
		transition: transform .25s ease;
	}

	.daweda-products-sidebar__header button {
		display: block;
		padding: 0;
		background: transparent;
		border: 0;
		font-size: 30px;
		cursor: pointer;
	}

	.daweda-products-filter-backdrop {
		position: fixed;
		inset: 0;
		z-index: 1190;
		background: rgba(0, 0, 0, .42);
	}

	.daweda-products-filter-is-open {
		overflow: hidden;
	}

	.daweda-products-filter-is-open .daweda-products-sidebar {
		transform: translateX(0);
	}

	.daweda-products-filter-is-open .daweda-products-filter-backdrop {
		display: block;
	}

	.daweda-product-detail-titlebar .daweda-products-titlebar__primary {
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.daweda-product-description-section h2 {
		font-size: 22px;
	}
}

@media (max-width: 360px) {
	.daweda-product-breadcrumbs {
		font-size: 15px;
		white-space: nowrap;
	}
}

@media (max-width: 549px) {
	.daweda-products-shell {
		padding-top: 28px;
		padding-bottom: 56px;
	}

	.daweda-products-heading {
		margin-bottom: 28px;
	}

	.daweda-products-page .daweda-product-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.daweda-products-page .daweda-product-card__media {
		aspect-ratio: 4 / 3;
	}

	.daweda-products-page .daweda-product-card__body {
		padding: 16px 20px 20px;
	}

	.daweda-products-page .daweda-product-card__body h2 {
		font-size: 17px;
		line-height: 1.4;
	}

	.daweda-related-products__track .daweda-product-card {
		flex-basis: calc(50% - 7.5px);
	}

	.daweda-product-detail-shell {
		padding-top: 30px;
	}

}

@media (prefers-reduced-motion: reduce) {
	.daweda-product-card__media img,
	.daweda-product-gallery__stage figure,
	.daweda-product-gallery__thumbs,
	.daweda-product-gallery__thumbs img,
	.daweda-related-products__track,
	.daweda-products-sidebar {
		transition: none;
	}
}
