/* /Components/Breadcrumbs.razor.rz.scp.css */
[b-2o70lezzdw] .mud-breadcrumbs {
	padding: 0px;
	font-size: 14px;
	line-height: 1;
}

[b-2o70lezzdw] .mud-breadcrumbs .mud-breadcrumb-separator {
	padding: 0px 6px;
}

[b-2o70lezzdw] .mud-breadcrumb-separator > span {
	color: #ff4900;
	opacity: 1;
}

[b-2o70lezzdw] .mud-breadcrumbs .mud-breadcrumb-item:not(.mud-disabled):hover a {
	text-decoration: underline;
}
/* /Components/Busy.razor.rz.scp.css */
.busy[b-bo6w9erbz8] {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-radius: inherit;
	z-index: 1700;
}

.busy[mode="page"][b-bo6w9erbz8] {
}

.busy[mode="page"][b-bo6w9erbz8] {
	position: fixed;
	top: 70px;
	left: 0px;
	width: 100%;
	height: 6px;
	display: block;
}

.busy[mode="component"][b-bo6w9erbz8] {
	display: flex;
	align-items: center;
	justify-content: center;
}

[b-bo6w9erbz8] .mud-progress-linear {
	height: 100% !important;
}

[b-bo6w9erbz8] .mud-progress-linear::before {
	background-color: transparent !important;
}
/* /Components/PageContent.razor.rz.scp.css */
.page-content[b-76l4k5ul78] {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	padding: 20px 20px 40px 20px;
	margin: 0px auto;
	transition: padding 150ms linear;
}

.page-content[margin-balanced][b-76l4k5ul78] {
	padding: 20px 20px 40px 20px;
}

@media screen and (max-width: 960px) {
	.page-content[b-76l4k5ul78],
	.page-content[margin-balanced][b-76l4k5ul78] {
		padding: 16px 16px 40px 16px;
	}
}

@media screen and (max-width: 600px) {
	.page-content:not([margin-required])[b-76l4k5ul78] {
		padding: 0px 0px 40px 0px;
	}
}
/* /Components/PageHeading.razor.rz.scp.css */
h1[b-bdm6tfv5n2] {
	line-height: 1;
}

a[b-bdm6tfv5n2] {
	line-height: 1;
	text-decoration: none;
}

a:hover[b-bdm6tfv5n2] {
	text-decoration: underline;
}
/* /Components/ProductTile.razor.rz.scp.css */
.product-tile[b-tu1ld44weu] {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	user-select: none;
	transition: box-shadow 100ms linear;
}

.product-tile:hover[b-tu1ld44weu] {
	box-shadow: 0px 10px 15px -5px #222222;
}

.product-tile > a[b-tu1ld44weu] {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.media[b-tu1ld44weu] {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.media .image[b-tu1ld44weu] {
	width: 100%;
	display: block;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.detail[b-tu1ld44weu] {
	line-height: 1;
	padding: 12px;
}

.detail .brand[b-tu1ld44weu] {
    font-size: 12px;
	line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
	color: #444444;
}

.detail > .title[b-tu1ld44weu] {
	font-size: 14px;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.detail .features[b-tu1ld44weu] {
	margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail .features .price[b-tu1ld44weu] {
    display: inline-block;
	font-weight: 700;
    background: #000000;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 3px;
}

.detail .features .price .currency[b-tu1ld44weu] {
    font-size: 11px;
    top: -3px;
    position: relative;
    left: -1px;
}

.detail .features .price .whole[b-tu1ld44weu] {
	font-size: 17px;
}

.detail .features .price .decimal[b-tu1ld44weu] {
	font-size: 17px;
}

.detail .features .price .fraction[b-tu1ld44weu] {
	font-size: 11px;
	position: relative;
	top: -4px;
}

.detail .features .variants[b-tu1ld44weu] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.detail .features .variants .options[b-tu1ld44weu] {
	font-size: 11px;
}

.detail .features .variants .colors[b-tu1ld44weu] {
	display: flex;
    justify-content: right;
	gap: 1px;
	margin-top: 2px;
}

.detail .features .variants .colors .color[b-tu1ld44weu] {
	width: 14px;
	height: 10px;
	border-width: 1px;
	border-style: solid;
}

.detail .store[b-tu1ld44weu] {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid var(--gray-1);
	font-size: 13px;
}

@media screen and (max-width: 600px) {
	.product-tile:hover[b-tu1ld44weu] {
		box-shadow: none;
	}
}
/* /Layouts/Components/Intro.razor.rz.scp.css */
.intro[b-lq60ic5g8i] {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	align-items: center;
	justify-content: center;
	display: flex;
	position: fixed;
	z-index: 1500;
}

.overlay-dark[b-lq60ic5g8i] {
	top: 70px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	align-items: center;
	justify-content: center;
	display: flex;
	position: fixed;
	background-color: rgba(0, 0, 0, .5);
}

.content[b-lq60ic5g8i] {
	width: 700px;
	margin: -200px 24px 0px 24px;
	border-radius: 4px;
	background-color: #ffffff;
	padding: 24px;
	box-shadow: 8px 8px 10px 4px #222222;
	position: relative;
}

[b-lq60ic5g8i] .close-button {
	position: absolute;
	top: 8px;
	right: 8px;
	padding: 8px;
}

.logo[b-lq60ic5g8i] {
	display: flex;
	justify-content: center;
	font-family: 'Bruno Ace SC';
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
}

.title[b-lq60ic5g8i] {
	display: flex;
	justify-content: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
	color: #ff0000;
	margin-top: 8px;
}

.search[b-lq60ic5g8i] {
	display: flex;
	flex: 1 1 auto;
	margin-top: 20px;
	background-color: #ffffff;
	border: 1px solid var(--divider-gray);
	border-radius: 4px;
}

.search .facet[b-lq60ic5g8i] {
	flex: 0 0 140px;
	border-right: 1px solid var(--divider-gray);
}

.search .autocomplete[b-lq60ic5g8i] {
	flex: 1 1 auto;
}

.search[b-lq60ic5g8i]  .mud-input-control.mud-input-control-margin-dense {
	margin: 0px;
}

.search[b-lq60ic5g8i]  .mud-input-outlined .mud-input-outlined-border {
	border-width: 0px;
}

.search[b-lq60ic5g8i]  .mud-input-outlined:focus-within .mud-input-outlined-border {
	border-width: 0px;
}

.search .autocomplete[b-lq60ic5g8i]  .mud-icon-button {
	position: absolute;
	top: 4px;
	padding: 4px;
	background-color: #ffffff !important;
	color: #000000;
}

.search .autocomplete[b-lq60ic5g8i]  .mud-icon-button:hover {
	background-color: #f5f5f5 !important;
}

.search .autocomplete[b-lq60ic5g8i]  .mud-input-clear-button {
	right: 40px;
	color: #888888;
}

.search .autocomplete[b-lq60ic5g8i]  .mud-input-clear-button svg {
	width: 23px;
	height: 23px;
}

.search .autocomplete[b-lq60ic5g8i]  .mud-input-adornment-icon-button {
	right: 16px;
}

.search .autocomplete[b-lq60ic5g8i]  .mud-input-adornment-icon-button svg {
	width: 24px;
	height: 24px;
}

.marquee[b-lq60ic5g8i] {
	position: relative;
	width: 100%;
	height: 32px;
	margin-top: 24px;
	overflow: hidden;
}

.marquee .icons[b-lq60ic5g8i] {
	position: absolute;
	width: 100%;
	height: 32px;
	top: 0px;
	left: 0px;
	background-repeat: repeat-x;
	animation: slide-b-lq60ic5g8i 60s linear infinite;
}

@media screen and (max-width: 600px) {
	.content[b-lq60ic5g8i] {
		margin: 0px 12px;
		padding: 12px;
		box-shadow: 6px 6px 5px 2px #222222;
	}

	.title[b-lq60ic5g8i] {
		font-size: 24px;
	}
}

@media screen and (max-width: 500px) {
	.title[b-lq60ic5g8i] {
		font-size: 20px;
	}

	.search .facet[b-lq60ic5g8i] {
		flex: 0 0 140px;
	}
}

@keyframes slide-b-lq60ic5g8i {
	from {
		background-position-x: 0px;
	}

	to {
		background-position-x: calc(((32px + 4px) * 60) * -1);
	}
}
/* /Layouts/Components/NavMenu.razor.rz.scp.css */
[b-3c45pby5p8] .mud-nav-group > .mud-nav-link > .mud-nav-link-text {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #000000 !important;
	margin-left: 0px !important;
}

[b-3c45pby5p8] .mud-nav-group > .mud-nav-link .mud-nav-link-expand-icon {
	fill: #000000 !important;
	font-size: 25px !important;
}

[b-3c45pby5p8] .mud-nav-link {
	padding-left: 16px !important;
}

[b-3c45pby5p8] .mud-nav-link:focus {
	background-color: #ffffff !important;
}

[b-3c45pby5p8] .mud-nav-link.active {
	background-color: #5e5e5e !important;
	color: #ffffff !important;
	font-weight: normal !important;
}

[b-3c45pby5p8] .mud-nav-link.active:hover,
[b-3c45pby5p8] .mud-nav-link.active:focus-visible {
	background-color: #5e5e5e !important;
}
/* /Layouts/Components/Searchbox.razor.rz.scp.css */
.searchbox[b-xoxukxjhkc] {
	display: flex;
	flex: 1 1 auto;
	background-color: #ffffff;
	border-radius: 4px;
}

.facet[b-xoxukxjhkc] {
	flex: 0 0 140px;
	border-right: 1px solid var(--divider-gray);
}

.autocomplete[b-xoxukxjhkc] {
	flex: 1 1 auto;
}

[b-xoxukxjhkc] .mud-input-control.mud-input-control-margin-dense {
    margin: 0px;
}

[b-xoxukxjhkc] .mud-input-outlined .mud-input-outlined-border {
	border-width: 0px;
}

[b-xoxukxjhkc] .mud-input-outlined:focus-within .mud-input-outlined-border {
	border-width: 0px;
}

.autocomplete[b-xoxukxjhkc]  input::placeholder {
	color: #6900ff;
	opacity: 1;
}

.autocomplete[b-xoxukxjhkc]  .mud-icon-button {
	position: absolute;
	top: 4px;
	padding: 4px;
	background-color: #ffffff !important;
	color: #000000;
}

.autocomplete[b-xoxukxjhkc]  .mud-icon-button:hover {
	background-color: #f5f5f5 !important;
}

.autocomplete[b-xoxukxjhkc]  .mud-input-clear-button {
	right: 40px;
	color: #888888;
}

.autocomplete[b-xoxukxjhkc]  .mud-input-clear-button svg {
	width: 23px;
	height: 23px;
}

.autocomplete[b-xoxukxjhkc]  .mud-input-adornment-icon-button {
	right: 16px;
}

.autocomplete[b-xoxukxjhkc]  .mud-input-adornment-icon-button svg {
	width: 24px;
	height: 24px;
}
/* /Layouts/MainLayout.razor.rz.scp.css */
[b-1f2vl82w4v] .mud-appbar .menu-button {
	display: none;
}

[b-1f2vl82w4v] .mud-appbar .logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 250px;
	padding-right: 28px;
	margin-top: -4px;
	font-family: 'Bruno Ace SC';
	text-transform: lowercase;
	font-size: 50px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
}

[b-1f2vl82w4v] .mud-appbar .logo .slogan {
    font-family: 'Roboto';
	text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
	line-height: 1;
    margin-top: -4px;
    letter-spacing: .5px;
	color: #d1d1d1;
}

[b-1f2vl82w4v] .mud-appbar .search {
	display: flex;
	flex: 1 1 auto;
	max-width: 600px;
}

[b-1f2vl82w4v] .mud-appbar .icons {
	display: flex;
	flex: 1 1 auto;
	justify-content: flex-end;
	padding-left: 12px;
	margin-right: -8px; /*offset gutter*/
}

[b-1f2vl82w4v] .mud-appbar .icons button {
	padding: 6px;
}

[b-1f2vl82w4v] .mud-appbar .icons button svg {
	font-size: 27px;
}

[b-1f2vl82w4v] .mud-appbar .icons button:hover svg {
	color: var(--nav-hover);
}

[b-1f2vl82w4v] .mud-drawer {
	padding-top: 8px;
}

main[b-1f2vl82w4v] {
	min-height: calc(100vh - var(--mud-appbar-height));
	display: flex;
	flex-direction: column;
}

footer[b-1f2vl82w4v] {
	background-color: #000000;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px 0px;
}

footer a[b-1f2vl82w4v] {
	color: #ffffff;
}

footer .divider[b-1f2vl82w4v] {
	background-color: #ffffff;
	margin: 0px 20px;
	width: 1px;
	height: 20px;
}

@media screen and (max-width: 960px) {
	/*
	::deep .mud-appbar .menu-button {
		display: inline-flex;
		margin-right: 8px;
	}
	*/

	[b-1f2vl82w4v] .mud-appbar .logo {
		width: 202px; /*menu button has width of 48px*/
	}
}

@media screen and (max-width: 700px) {
	[b-1f2vl82w4v] .mud-appbar .logo {
		align-items: flex-start;
	}

	[b-1f2vl82w4v] .mud-appbar .search {
		max-width: unset;
		position: absolute;
		top: 70px;
		left: 0px;
		right: 0px;
		background-color: #000000;
		padding: 0px 16px 16px 16px;
	}

	[b-1f2vl82w4v] .mud-appbar .icons {
		display: flex;
	}

	/*at this breakpoint, search adds 56px height*/
	main[b-1f2vl82w4v] {
		min-height: calc(100vh - var(--mud-appbar-height) - 56px);
		margin-top: 56px;
	}
}
/* /Pages/Error.razor.rz.scp.css */
.container[b-60463daqvj] {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0px 24px;
}

.container div:first-child[b-60463daqvj] {
	margin-top: -100px;
}

@media screen and (max-height: 800px) {
	.container div:first-child[b-60463daqvj] {
		margin-top: -0px;
	}
}
/* /Pages/Help/Policy.razor.rz.scp.css */
h2[b-6ssifbfbb8] {
	margin-top: 20px;
}

h3[b-6ssifbfbb8] {
	margin-top: 12px;
}

ol[b-6ssifbfbb8] {
	list-style-type: decimal;
	margin-left: 40px;
	margin-top: 4px;
}

ol ol[b-6ssifbfbb8] {
	list-style-type: lower-alpha;
}

@media screen and (max-width: 600px) {
	.policy[b-6ssifbfbb8] {
		border-width: 0px;
		border-radius: 0px;
	}
}
/* /Pages/Products/Components/FilterList.razor.rz.scp.css */
.filter-list[b-b0562pueq4] {
	display: flex;
	align-items: center;
	gap: 8px;
}

.filters[b-b0562pueq4] {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.filter[b-b0562pueq4] {
	height: 30px;
	display: flex;
	align-items: center;
	padding-left: 8px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 3px;
	cursor: pointer;
	user-select: none;
}

.filter:hover[b-b0562pueq4] {
	background-color: #ff0000;
}

.filter .text[b-b0562pueq4] {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
	padding-top: 2px;
}

.filter .clear-button[b-b0562pueq4] {
	width: 28px;
	height: 30px;
	font-size: 20px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.filter .clear-button svg[b-b0562pueq4] {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.clear-all[b-b0562pueq4] {
	height: 30px;
	display: flex;
	align-items: center;
	padding-top: 2px;
	padding-left: 2px;
	white-space: nowrap;
	color: #000000;
	cursor: pointer;
	user-select: none;
}

.clear-all:hover[b-b0562pueq4] {
	color: #ff0000;
}
/* /Pages/Products/Components/ProductFilter/CategoryList.razor.rz.scp.css */
a[b-3clxkwyhwv] {
	display: block;
	line-height: 24px;
	text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover[b-3clxkwyhwv] {
	color: var(--link-primary);
}
/* /Pages/Products/Components/ProductFilter/ColorFilter.razor.rz.scp.css */
.colors[b-yaz0deaned] {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	column-gap: 1px;
	row-gap: 1px;
}

.color[b-yaz0deaned] {
	height: 28px;
	border-width: 1px;
	border-style: solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

[b-yaz0deaned] .color .mud-icon-root {
	visibility: hidden;
}

[b-yaz0deaned] .color[selected] .mud-icon-root {
	visibility: visible;
}

[b-yaz0deaned] .color:not([selected]):hover .mud-icon-root {
	visibility: visible;
	opacity: .5;
}
/* /Pages/Products/Components/ProductFilter/FilterPanel.razor.rz.scp.css */
.filter-panel[b-jxpzwoh20e] {
	user-select: none;
}

.filter-panel.expanded .header-icon.toggle[b-jxpzwoh20e] {
	transform: rotate(-180deg);
}

.filter-panel.expanded .header .header-text .subtitle[b-jxpzwoh20e] {
	padding-bottom:8px;
}

.header[b-jxpzwoh20e] {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}

.header .header-text[b-jxpzwoh20e] {
	flex: 1 1 auto;
	padding-right: 8px;
}

.header .header-text .title[b-jxpzwoh20e] {
	font-size: 15px;
	font-weight: 500;
}

.header:hover .header-text .title[b-jxpzwoh20e] {
	color: var(--link-primary);
}

.header .header-text .subtitle[b-jxpzwoh20e] {
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 0px;
	min-width: 100%;
}

.header .header-icon[b-jxpzwoh20e] {
	flex: 0 0 25px;
	display: flex;
}

[b-jxpzwoh20e] .header-icon.clear {
	font-size: 18px;
	margin-top: 1px;
}

[b-jxpzwoh20e] .header-icon.clear .mud-icon-root {
	font-size: 18px;
}

[b-jxpzwoh20e] .header-icon.clear:hover .mud-icon-root {
	color: #ff0000;
}

[b-jxpzwoh20e] .header-icon.expand {
	margin-top: -2px;
	transform: rotate(0deg);
	transition: transform 150ms linear;
}

[b-jxpzwoh20e] .header-icon.expand .mud-icon-root {
	font-size: 25px;
}

.content[b-jxpzwoh20e] {
	transition: height 150ms linear;
	overflow-y: hidden;
}

.more[b-jxpzwoh20e] {
    font-size: 13px;
	text-decoration: underline;
    line-height: 1;
	padding-top: 4px;
	padding-bottom: 2px;
    cursor: pointer;
}

.more:hover[b-jxpzwoh20e] {
    color: var(--link-primary);
}
/* /Pages/Products/Components/ProductFilter/KeywordFilter.razor.rz.scp.css */
.keyword-filter[b-7inm781kru] {
	padding-bottom: 4px;
}

[b-7inm781kru] .mud-input-control.mud-input-control-margin-dense {
    margin: 0px;
}
/* /Pages/Products/Components/ProductFilter/LinkList.razor.rz.scp.css */
a[b-tzlu7twdfp] {
	display: block;
	line-height: 24px;
	text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover[b-tzlu7twdfp] {
	color: var(--link-primary);
}
/* /Pages/Products/Components/ProductFilter/PriceFilter.razor.rz.scp.css */
.range[b-1s5nr1govr] {
	display: flex;
}

.min[b-1s5nr1govr] {
}

.max[b-1s5nr1govr] {
	margin-left: 5px;
}
/* /Pages/Products/Components/ProductFilter/ProductFilter.razor.rz.scp.css */
.product-filter[b-vctkjlb3o8] {
	padding-bottom: 40px;
	user-select: none;
}

[b-vctkjlb3o8] .mud-divider {
	margin: 10px 0px 8px 0px;
}

[b-vctkjlb3o8] .checkbox-list {
	margin-left: -4px;
}

[b-vctkjlb3o8] .checkbox-list .mud-checkbox .mud-icon-button {
	padding: 0px 4px 0px 1px;
	color: #bdbdbd; /*match mud-input border*/
}

[b-vctkjlb3o8] .checkbox-list .mud-input-control-boolean-input.checked .mud-checkbox .mud-icon-button {
	color: #000000;
}

[b-vctkjlb3o8] .checkbox-list .mud-checkbox .mud-icon-button:hover,
[b-vctkjlb3o8] .checkbox-list .mud-checkbox .mud-icon-button:focus-visible {
	background-color: transparent;
}

[b-vctkjlb3o8] .checkbox-list .mud-checkbox p {
	font-size: 14px;
	padding-top: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-vctkjlb3o8] .checkbox-list .mud-checkbox:hover p  {
	text-decoration: underline;
}

[b-vctkjlb3o8] .mud-input input {
	font-size: 14px !important;
}
/* /Pages/Products/Components/ProductFilter/TagList.razor.rz.scp.css */
a[b-uiejws3c27] {
	display: block;
	line-height: 24px;
	text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover[b-uiejws3c27] {
	color: var(--link-primary);
}
/* /Pages/Products/Components/SortInput.razor.rz.scp.css */
.sort-input[b-mtjwa2ubgi] {	
	display: flex;
}
/* /Pages/Products/Search.razor.rz.scp.css */
.container[b-dp41mtudy4] {
	display: flex;
}

.drawer[b-dp41mtudy4] {
	flex: 0 0 250px;
	margin-right: 16px;
}

#filter[b-dp41mtudy4] {
	position: sticky;
	top: 90px;
	height: calc(100vh - 90px);
	width: 251px;
	overflow-y: auto;
	border-right: 1px solid var(--divider-gray);
	padding-right: 16px;
}

.content[b-dp41mtudy4] {
	flex: 1 1 auto;
}

.header[b-dp41mtudy4] {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header .toolbar[b-dp41mtudy4] {
	flex: 0 1 800px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header .toolbar .filter[b-dp41mtudy4] {
	width: 48px;
	display: none;
}

.header .toolbar .sort[b-dp41mtudy4] {
	flex: 0 0 185px;
	padding-left: 12px;
}

.products[b-dp41mtudy4] {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	column-gap: 16px;
	row-gap: 16px;
	margin-top: 16px;
}

@media screen and (max-width: 1600px) {
	.header .toolbar[b-dp41mtudy4] {
		flex: 0 1 500px;
	}
}

/*IMPORTANT: Keep in sync w/ OnAfterRenderAsync focus breakpoint*/
@media screen and (max-width: 1280px) {
	.header .toolbar[b-dp41mtudy4] {
		flex: 1 1 auto;
	}
}

@media screen and (max-width: 960px) {
	.container[b-dp41mtudy4] {
		display: block;
	}

	.drawer[b-dp41mtudy4] {
		position: absolute;
		top: 0px;
		left: -266px;
		width: 266px;
		height: 100%;
		padding-left: 16px;
		padding-right: 20px; /*4px extra padding for vertial scrollbar*/
		margin-right: 0px;
		background-color: #ffffff;
		z-index: 100;
		transition: left 200ms linear;
	}

	.drawer.open[b-dp41mtudy4] {
		left: 0px;
	}

	/*layout margins reduced to 8px*/
	#filter[b-dp41mtudy4] {
		top: 86px;
		height: calc(100vh - 86px);
	}

	.header .toolbar .filter[b-dp41mtudy4] {
		display: block;
	}
}

/*keep in sync w/ layout */
@media screen and (max-width: 660px) {
	#filter[b-dp41mtudy4] {
		top: calc(90px + 56px);
		height: calc(100vh - 90px - 56px);
	}
}

@media screen and (max-width: 650px) {
	.header .toolbar .sort[b-dp41mtudy4] {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.head[b-dp41mtudy4] {
		padding: 16px;
	}

	.products[b-dp41mtudy4] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 12px;
		row-gap: 16px;
		margin-top: 0px;
	}
}

@media screen and (max-width: 500px) {
	.header .toolbar[b-dp41mtudy4] {
		display: none;
	}
}
