.fixed-stuff {
	bottom: 12.86458rem;
}

.section-large.product-section{
	padding: 1.5rem 0;
}

.sidenav-list{
	border: none
}

.sidenav-item-title{
	padding: 1rem 0;
}

.sidenav-item .sub-list{
	background-color: transparent;
}

.sidenav-item .sub-list li a{
	padding: 0;
}

.sidenav-item, .sidenav-item .sub-list li{
	border-bottom: none
}

.sidenav-item .sub-list li .sub-list{
	background-color: transparent;
}

.product-category-sidenav .subnav-item-title{
	border-bottom: none;
}

.product-category-sidenav .subnav-item-title .category-toggle--subnav,
.product-category-sidenav .sidenav-item-title > .category-toggle--stage {
	color: #989898;
	flex-shrink: 0;
	cursor: pointer;
	font-weight: 600;
}

.product-category-sidenav .category-toggle--subnav {
	width: 12px;
	font-size: 16px;
}

.product-category-sidenav .category-toggle--stage {
	font-style: normal;
	font-size: 14px;
}

.product-category-sidenav .subnav-item.current > .subnav-item-title > .category-toggle--subnav,
.product-category-sidenav .subnav-item.is-ancestor > .subnav-item-title > .category-toggle--subnav,
.product-category-sidenav .sidenav-item.current > .sidenav-item-title > .category-toggle--stage,
.product-category-sidenav .sidenav-item.is-ancestor > .sidenav-item-title > .category-toggle--stage {
	color: #c9002b;
}

.product-category-sidenav .category-panel:not(.is-open) {
	display: none !important;
}

.product-category-sidenav .category-panel.is-open {
	display: block !important;
}

.product-category-sidenav .sidenav-item.current > .sidenav-item-title > a {
	text-decoration: none !important;
}

/* Product category sidenav - multi-level hierarchy */
.product-category-sidenav .sidenav-item > .sidenav-item-title > a {
	color: #292929;
	font-weight: 700;
}

.product-category-sidenav .sidenav-item.current > .sidenav-item-title > a,
.product-category-sidenav .sidenav-item.is-ancestor > .sidenav-item-title > a {
	color: #c9002b;
}
.product-category-sidenav .sidenav-item.current > .sidenav-item-title,
.product-category-sidenav .sidenav-item.is-ancestor > .sidenav-item-title {
	border-bottom: 2px solid #c9002b;
}

.product-category-sidenav .subnav-item-title {
	padding: 12px 0;
	border-bottom: 1px solid #efefef;
}

.product-category-sidenav .subnav-item.has-children > .subnav-item-title,
.product-category-sidenav .sidenav-item.has-children > .sidenav-item-title {
	width: 100%;
	cursor: pointer;
}

.product-category-sidenav .subnav-item:last-child > .subnav-item-title {
	border-bottom: 0;
}

.product-category-sidenav .subnav-item.is-leaf > .subnav-item-title .category-toggle--subnav {
	display: none;
}

.product-category-sidenav .subnav-item > .subnav-item-title > a {
	color: #656565;
	font-weight: 400;
}

.product-category-sidenav .subnav-item.current > .subnav-item-title > a,
.product-category-sidenav .subnav-item.is-ancestor > .subnav-item-title > a {
	color: #c9002b;
	font-weight: 700;
}

.product-category-sidenav .subnav-body {
	background-color: transparent;
}

.product-category-sidenav .subnav-body > ul > .subnav-item--level-2 > .subnav-item-title {
	padding-left: 24px;
}

.product-category-sidenav .subnav-body .subnav-body > ul > .subnav-item--level-3 > .subnav-item-title {
	padding-left: 44px;
}

.product-category-sidenav .subnav-body .subnav-body .subnav-body > ul > .subnav-item--level-4 > .subnav-item-title {
	padding-left: 60px;
}

.product-category-sidenav .sub-list-depth {
	background-color: transparent;
}

.product-category-sidenav .sub-list-depth > ul > .subnav-item > .subnav-item-title {
	padding: 10px 16px 10px 28px;
	border-bottom: 0;
}

.product-category-sidenav .sub-list-depth > ul > .subnav-item.has-children > .subnav-item-title {
	background-color: transparent;
	padding-left: 28px;
}

.product-category-sidenav .subnav-body > ul:not(:has(> .subnav-item.has-children)),
.product-category-sidenav .subnav-body .subnav-body > ul:not(:has(> .subnav-item.has-children)),
.product-category-sidenav .subnav-body .subnav-body .subnav-body > ul:not(:has(> .subnav-item.has-children)),
.product-category-sidenav .sub-list-depth > ul:not(:has(> .subnav-item.has-children)) {
	background-color: #f6f6f6;
	margin-left: 24px;
	padding: 4px 0;
}

.product-category-sidenav .subnav-body .subnav-body .subnav-body > ul:not(:has(> .subnav-item.has-children)) {
	margin-left: 16px;
}

.product-category-sidenav .subnav-item--level-2.is-leaf > .subnav-item-title,
.product-category-sidenav .subnav-item--level-3.is-leaf > .subnav-item-title,
.product-category-sidenav .subnav-item--level-4.is-leaf > .subnav-item-title,
.product-category-sidenav .subnav-item--level-5.is-leaf > .subnav-item-title,
.product-category-sidenav .sub-list-depth > ul > .subnav-item.is-leaf > .subnav-item-title {
	padding: 10px 16px;
	border-bottom: 0;
	background-color: transparent;
}

.product-category-sidenav .subnav-item--level-1.is-leaf > .subnav-item-title,
.product-category-sidenav .subnav-item.is-stage-1.is-leaf > .subnav-item-title {
	background-color: transparent;
}

.product-category-sidenav .subnav-item.has-children > .subnav-item-title {
	background-color: transparent;
}

.product-category-sidenav .sub-list-depth > ul > .subnav-item > .subnav-item-title > a {
	color: #656565;
	font-weight: 400;
}

.product-category-sidenav .sub-list-depth > ul > .subnav-item.current > .subnav-item-title > a,
.product-category-sidenav .sub-list-depth > ul > .subnav-item.is-ancestor > .subnav-item-title > a {
	color: #c9002b;
	font-weight: 700;
}

/* Product sort buttons */
.sort-by {
	flex-wrap: wrap;
}

.wc-ordering-buttons {
	flex-wrap: wrap;
}

.wc-ordering-btn {
	padding: 10px 16px;
	background-color: #f6f6f6;
	border: 1px solid transparent;
	border-radius: 8px;
	color: #292929;
	text-decoration: none;
	font-weight: 400;
	line-height: 1.4;
	transition: background-color 0.2s ease, border-color 0.2s ease;
	gap: 10px;
}

.wc-ordering-btn img {
	display: block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	object-fit: contain;
}

.wc-ordering-btn:hover {
	background-color: #efefef;
	color: #292929;
}

.wc-ordering-btn.active {
	background-color: #efefef;
	border-color: #c9002b;
	font-weight: 500;
}


.flex-col{
	flex-direction: column;
}

/* Product attribute filters */
.product-attribute-filters {
	width: 100%;
}

.product-attribute-filters__label {
	color: #292929;
	white-space: nowrap;
}

.product-filter-dropdown {
	position: relative;
}

.product-filter-dropdown__trigger {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-width: 140px;
	padding: 10px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	background-color: #f6f6f6;
	color: #292929;
	font: inherit;
	cursor: pointer;
	transition: border-color 0.2s ease;
}

.product-filter-dropdown__trigger i {
	font-size: 12px;
	color: #989898;
	transition: transform 0.2s ease;
}

.product-filter-dropdown.active .product-filter-dropdown__trigger,
.product-filter-dropdown.has-value .product-filter-dropdown__trigger {
	border-color: #c9002b;
}

.product-filter-dropdown.active .product-filter-dropdown__trigger i {
	transform: rotate(180deg);
}

.product-filter-dropdown__body {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	z-index: 30;
	box-sizing: border-box;
	width: min(600px, calc(100vw - 32px));
	min-width: 600px;
	max-width: 600px;
	background: #fff;
	border: 1px solid #efefef;
	border-radius: 12px;
	box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
	overflow: hidden;
}

.product-filter-dropdown:nth-last-child(-n+2) .product-filter-dropdown__body {
	left: auto;
	right: 0;
}

.product-filter-dropdown.active .product-filter-dropdown__body {
	display: block;
}

.product-filter-dropdown__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 20px;
}

.product-filter-tag {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #fff;
	color: #292929;
	text-decoration: none;
	line-height: 1.4;
	cursor: pointer;
	font: inherit;
	transition: border-color 0.2s ease, color 0.2s ease;
}

.product-filter-tag:hover,
.product-filter-tag.active {
	border-color: #c9002b;
	color: #c9002b;
}

.product-filter-dropdown__footer {
	padding: 14px 20px;
	background: #f6f6f6;
	flex-wrap: wrap;
	gap: 12px;
}

@media (max-width: 991px) {
	.product-filter-dropdown__body {
		width: min(520px, calc(100vw - 32px));
		min-width: 320px;
		max-width: calc(100vw - 32px);
	}
}

@media (max-width: 767px) {
	.product-attribute-filters {
		align-items: stretch;
	}

	.product-attribute-filters .product-attribute-filters__list {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.product-filter-dropdown {
		min-width: 0;
		max-width: 100%;
	}

	.product-filter-dropdown__trigger {
		width: 100%;
		min-width: 0;
	}

	.product-filter-dropdown__body,
	.product-filter-dropdown:nth-last-child(-n+2) .product-filter-dropdown__body {
		width: calc(200% + 12px);
		min-width: 0;
		max-width: none;
	}

	.product-filter-dropdown:nth-child(odd) .product-filter-dropdown__body {
		left: 0;
		right: auto;
	}

	.product-filter-dropdown:nth-child(even) .product-filter-dropdown__body {
		left: auto;
		right: 0;
	}

	.product-filter-dropdown__tags {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		padding: 16px;
		gap: 8px;
		max-height: calc(2 * (1.4 * 14px + 30px + 2px) + 8px);
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.product-filter-tag {
		justify-content: center;
		width: 100%;
		padding: 8px 12px;
		font-size: 14px;
	}

	.product-filter-dropdown__footer {
		padding: 12px 16px;
		flex-direction: column;
		align-items: stretch;
	}

	.product-filter-clear,
	.product-filter-apply {
		width: 100%;
		justify-content: center;
		text-align: center;
	}

	.product-filter-apply.is-loading {
		min-width: 0;
	}

	.fixed-stuff{
		bottom: 0;
	}
}

.product-filter-clear {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	background: #fff;
	color: #292929;
	text-decoration: none;
	cursor: pointer;
	font: inherit;
}

.product-filter-clear i {
	font-size: 10px;
}

.product-filter-apply {
	/* display: inline-flex;
	align-items: center;
	justify-content: center; */
	padding: 10px 16px;
	border-radius: 8px;
	background: #c9002b;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	white-space: nowrap;
}

.product-filter-apply.is-loading {
	opacity: 0.85;
	pointer-events: none;
	color: transparent;
	position: relative;
	min-width: 148px;
}

.product-filter-apply.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin: -9px 0 0 -9px;
	border: 2px solid rgba(255, 255, 255, 0.35);
	border-top-color: #fff;
	border-radius: 50%;
	animation: product-filter-spin 0.65s linear infinite;
}

@keyframes product-filter-spin {
	to {
		transform: rotate(360deg);
	}
}

.product-filter-apply:hover {
	color: #fff;
	background: #a80024;
}