
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

body.wc-block-product-gallery-modal-open, body.wc-modal--open {
	overflow: hidden;
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating, .wp-block-woocommerce-product-review-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .wc-block-grid__product-rating .wc-block-product-review-rating__stars, .wp-block-woocommerce-product-review-rating .star-rating, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars:before, .wp-block-woocommerce-product-review-rating .star-rating:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span, .wp-block-woocommerce-product-review-rating .star-rating span, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before, .wp-block-woocommerce-product-review-rating .star-rating span:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .7;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size);
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
	text-decoration: none;
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important;
}

.wc-block-components-notice-banner>.wc-block-components-button:active, .wc-block-components-notice-banner>.wc-block-components-button:focus, .wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1;
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba;
}

.wc-block-components-notice-banner:focus {
	outline-width: 0;
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px;
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-price-slider {
	margin-bottom: 24px;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
	visibility: hidden;
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button, .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
		animation: none;
	}
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
	display: none;
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
	animation: none;
}

.wc-block-components-price-slider__range-input-wrapper {
	appearance: none;
	background: transparent;
	border: 0 !important;
	border-radius: 4px;
	clear: both;
	flex-grow: 1;
	height: 4px;
	margin: 15px 0;
	outline: none;
	padding: 0 !important;
	position: relative;
}

.wc-block-components-price-slider__range-input-wrapper:before {
	background: currentColor;
	bottom: 0;
	content: "";
	left: 0;
	opacity: .2;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	height: .5625em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
	visibility: hidden;
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider__range-input-wrapper.is-loading {
		animation: none;
	}
}

.wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(to right, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	--range-color: currentColor;
	background: var(--track-background);
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wc-block-components-price-slider__controls {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	margin: 16px 0;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	border-radius: 4px;
	border-width: 1px;
	font-size: .875em;
	margin: 0;
	max-width: 80px;
	min-width: 0;
	padding: 8px;
	width: auto;
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	max-width: 60px;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0 !important;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: max-content;
	z-index: 1;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
	visibility: hidden;
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
		animation: none;
	}
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls {
	align-items: start;
}

.wc-block-components-price-slider__control {
	align-items: start;
	display: grid;
	gap: 4px;
}

.wc-block-components-price-slider__label {
	font-size: .875em;
	order: 1;
}

.wc-block-components-price-slider__range-text {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 24px 0;
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
	font-size: .875em;
}

.wc-block-components-price-slider__actions {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	font-size: .875em;
	margin-left: 0;
	margin-top: 0;
}

.wc-block-components-price-slider__range-input {
	appearance: none;
	background: transparent;
	border: 0 !important;
	display: block;
	height: 0;
	left: 0;
	margin: 0;
	outline: none;
	outline: none !important;
	padding: 0 !important;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
	appearance: none;
	cursor: default;
	height: 1px;
	outline: 0;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: -5px 0 0;
	padding: 0;
	pointer-events: auto;
	-webkit-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
	appearance: none;
	background: transparent;
	border: 0 !important;
	margin: 0;
	outline: none;
	padding: 0 !important;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
	border: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-track {
	appearance: none;
	cursor: default;
	height: 1px;
	outline: 0;
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
	appearance: none;
	background: transparent;
	border: 0 !important;
	margin: 0;
	outline: none;
	padding: 0 !important;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	-moz-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input::-ms-thumb {
	appearance: none;
	background: #fff;
	background-position: 0 0;
	border: 2px solid #1e1e1e;
	border-radius: 100%;
	box-sizing: content-box;
	cursor: pointer;
	height: 12px;
	margin: 0;
	padding: 0;
	pointer-events: auto;
	-ms-transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	vertical-align: top;
	width: 12px;
	z-index: 20;
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
	background: #1e1e1e;
	border-color: #fff;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
	z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
	background-position-x: left;
	margin-left: -2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	background-position-x: left;
	transform: translate(-2px, 2px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
	background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
	z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
	background-position-x: right;
	margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	background-position-x: right;
	transform: translate(2px, 2px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
	background-position-x: right;
}

.rtl .wc-block-components-price-slider__range-input-progress {
	--track-background: linear-gradient(to left, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
	background: var(--track-background);
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
	background: transparent;
	border: 3px solid;
	box-sizing: border-box;
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
	background: transparent;
	height: 0;
	width: calc(100% + 6px);
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
	filter: none;
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
	background: #fff;
	height: 12px;
	margin-top: -6px;
	width: 12px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
	background: #fff;
	box-sizing: content-box;
	height: 12px;
	transform: translate(2px, 2px);
	width: 12px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
	background: #fff;
	box-sizing: content-box;
	height: 12px;
	transform: translate(-2px, 2px);
	width: 12px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
	border-color: transparent !important;
}

.theme-twentytwentyfive .wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__range-input-wrapper {
	margin: 17px 0 15px;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-filter-submit-button {
	border: none;
	display: block;
	margin-left: auto;
	white-space: nowrap;
}

.wc-block-components-filter-submit-button.is-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	line-height: normal;
	margin-top: 16px;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: max-content;
	z-index: 1;
}

.wc-block-components-filter-submit-button.is-loading>* {
	visibility: hidden;
}

.wc-block-components-filter-submit-button.is-loading:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-components-filter-submit-button.is-loading {
		animation: none;
	}
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-filter-reset-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-size: .875em;
	font-style: inherit;
	font-weight: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-decoration: inherit;
	text-decoration: underline;
	text-shadow: none;
	text-transform: inherit;
	vertical-align: baseline;
}

.wc-block-components-filter-reset-button:active, .wc-block-components-filter-reset-button:focus, .wc-block-components-filter-reset-button:hover {
	background: transparent;
}

.wc-block-components-filter-reset-button:hover {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

.wc-block-components-filter-reset-button[disabled] {
	cursor: not-allowed;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-filter-title-placeholder {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 1.625em;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	line-height: 1;
	margin-bottom: 12px;
	margin-top: 12px;
	max-width: 100% !important;
	max-width: max-content !important;
	min-width: 80px;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	z-index: 1;
}

.wc-block-filter-title-placeholder>* {
	visibility: hidden;
}

.wc-block-filter-title-placeholder:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-filter-title-placeholder {
		animation: none;
	}
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title, .wc-block-filter-title-placeholder .wc-block-attribute-filter__title, .wc-block-filter-title-placeholder .wc-block-price-filter__title, .wc-block-filter-title-placeholder .wc-block-rating-filter__title, .wc-block-filter-title-placeholder .wc-block-stock-filter__title {
	height: 1em;
	margin: 0;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wp-block-woocommerce-price-filter {
	border-color: #757575;
	border-radius: 4px;
	border-style: none !important;
}

.wp-block-woocommerce-price-filter h1, .wp-block-woocommerce-price-filter h2, .wp-block-woocommerce-price-filter h3, .wp-block-woocommerce-price-filter h4, .wp-block-woocommerce-price-filter h5, .wp-block-woocommerce-price-filter h6 {
	text-transform: inherit;
}

.wc-block-price-filter, .wc-block-price-filter__controls, .wc-block-price-slider {
	border-color: inherit;
	border-radius: inherit;
}

.wc-block-price-filter__controls input {
	border-color: inherit !important;
	border-radius: inherit !important;
	border-style: solid;
}

.wc-block-price-filter__controls .input-loading {
	background-color: currentColor !important;
	border: 0 !important;
	border-radius: .25rem;
	border-radius: 0;
	box-shadow: none;
	color: currentColor !important;
	display: block;
	height: 2em;
	line-height: 1;
	max-width: 100% !important;
	opacity: .15;
	outline: 0 !important;
	overflow: hidden !important;
	pointer-events: none;
	position: relative !important;
	width: 100%;
	width: 5.625em;
	z-index: 1;
}

.wc-block-price-filter__controls .input-loading>* {
	visibility: hidden;
}

.wc-block-price-filter__controls .input-loading:after {
	animation: loading__animation 1.5s ease-in-out infinite;
	background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
	background-repeat: no-repeat;
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX(-100%);
}

@keyframes loading__animation {
	to {
		transform: translateX(100%);
	}
}

@media screen and (prefers-reduced-motion:reduce) {
	.wc-block-price-filter__controls .input-loading {
		animation: none;
	}
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button, .wc-block-price-filter__button.wc-block-components-price-slider__button {
	font-size: .875em;
	padding: .5em 1em;
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-error {
	align-items: center;
	color: #757575;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 48px 0;
	padding: 48px 0;
	text-align: center;
}

.wc-block-components-error__header {
	color: #646970;
	font-size: 2em;
	margin: 0;
}

.wc-block-components-error__image {
	margin: 0 0 24px;
	width: 25%;
}

.wc-block-components-error__text {
	color: #8c8f94;
	font-size: 1.25em;
	margin: 1em 0 0;
	max-width: 60ch;
}

.wc-block-components-error__message {
	color: #8c8f94;
	font-style: italic;
	margin: 1em auto 0;
	max-width: 60ch;
}

.wc-block-error__button {
	margin: 48px 0 0;
}

.ct-filter-widget-wrapper {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.ct-filter-widget-wrapper.ct-active .ct-filter-widget:not(.ct-filter-search-results) {
	display: none;
}

.ct-filter-widget {
	display: flex;
	gap: 10px 15px;
	font-size: 15px;
	--theme-link-initial-color: var(--theme-text-color);
}

.ct-filter-widget[data-display-type=inline] {
	flex-wrap: wrap;
}

.ct-filter-widget[data-display-type=list] {
	flex-direction: column;
}

.ct-filter-widget .ct-filter-item-inner {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ct-filter-widget .ct-filter-item-inner a {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1;
}

.ct-filter-widget .ct-filter-item-inner a .ct-checkbox {
	top: 0;
	margin: 0;
}

.ct-filter-widget .ct-filter-item-inner a>.ct-filter-count {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	min-width: 30px;
	height: 22px;
	padding: 0 5px;
	margin-inline-start: auto;
	border-radius: 50px;
	border: 1px solid var(--theme-border-color);
	transition: color .12s cubic-bezier(.455, .03, .515, .955), background .12s cubic-bezier(.455, .03, .515, .955), border-color .12s cubic-bezier(.455, .03, .515, .955);
}

.ct-filter-widget .ct-filter-item-inner a:hover>.ct-filter-count {
	color: #fff;
	background: var(--theme-link-hover-color);
	border-color: var(--theme-link-hover-color);
}

.ct-filter-widget .active>.ct-filter-item-inner .ct-filter-label {
	font-weight: 600;
}

.ct-filter-widget .ct-filter-label .ct-filter-count {
	opacity: .5;
	margin-inline-start: .5em;
}

.ct-price-filter {
	font-size: 14px;
}

.ct-price-filter-slider {
	--handle-size: 18px;
	display: flex;
	align-items: center;
	position: relative;
	margin-block: calc(var(--handle-size) / 2) 25px;
	margin-inline: calc(var(--handle-size) / 2);
}

.ct-price-filter-slider .ct-price-filter-range-track {
	position: absolute;
	inset-inline: calc(var(--handle-size) / 2 * -1);
	height: 14px;
	padding: 6px 0;
	background-clip: content-box;
	cursor: pointer;
	background-image: linear-gradient(90deg, var(--theme-form-field-border-initial-color) var(--start), var(--theme-palette-color-1) var(--start), var(--theme-palette-color-1) var(--end), var(--theme-form-field-border-initial-color) var(--end));
}

.ct-price-filter-slider [class*=ct-price-filter-range-handle] {
	display: flex;
	justify-content: center;
	position: absolute;
	width: var(--handle-size);
	height: var(--handle-size);
	border-radius: 100%;
	background: #fff;
	border: 2px solid var(--theme-palette-color-1);
	transform: translateX(calc(var(--handle-size) / 2 * -1));
	transition: box-shadow .1s ease;
}

.ct-price-filter-slider [class*=ct-price-filter-range-handle] .ct-tooltip {
	transform: translate3d(0px, calc(-100% - 7px), 0px);
}

.ct-price-filter-slider input[type=range] {
	position: absolute;
	z-index: 2;
	opacity: 0;
	width: calc(100% + var(--handle-size));
	inset-inline: calc(var(--handle-size) / 2 * -1);
	outline: none;
	appearance: none;
	pointer-events: none;
	background: rgba(0, 0, 0, 0);
}

.ct-price-filter-slider input[type=range]::-webkit-slider-thumb {
	width: var(--handle-size);
	height: var(--handle-size);
	cursor: grab;
	pointer-events: auto;
}

.ct-price-filter-slider input[type=range]::-moz-range-thumb {
	width: var(--handle-size);
	height: var(--handle-size);
	cursor: grab;
	pointer-events: auto;
}

.ct-price-filter-slider input[type=range]:hover+[class*=ct-price-filter-range-handle] {
	z-index: 1;
	box-shadow: 0px 0px 0px 1px var(--theme-palette-color-1), 0px 6px 13px rgba(0, 0, 0, .2);
}

.ct-price-filter-slider input[type=range]:hover+[class*=ct-price-filter-range-handle] .ct-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, calc(-100% - 15px), 0px);
}

.ct-price-filter-values [class*=ct-price-filter] {
	font-weight: 600;
}

.ct-price-filter-inputs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.ct-price-filter-inputs .ct-price-filter-input {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 5px;
}

.ct-price-filter-inputs .ct-price-filter-input input {
	border: none;
	padding: initial;
	background: rgba(0, 0, 0, 0);
	-moz-appearance: textfield;
}

.ct-price-filter-inputs .ct-price-filter-input input::-webkit-inner-spin-button, .ct-price-filter-inputs .ct-price-filter-input input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.ct-price-filter-inputs .ct-price-filter-input small {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	height: 24px;
	min-width: 24px;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 5px;
	border-radius: calc(var(--theme-form-field-border-radius, 3px) * .6);
	background: var(--theme-form-field-border-initial-color);
	transition: all .12s cubic-bezier(.455, .03, .515, .955);
}

.ct-price-filter-inputs .ct-price-filter-input:has(input:focus) {
	color: var(--theme-form-text-focus-color, var(--theme-text-color));
	border-color: var(--theme-form-field-border-focus-color);
	background-color: var(--has-classic-forms, var(--theme-form-field-background-focus-color));
}

.ct-price-filter-inputs .ct-price-filter-input:has(input:focus) small {
	color: #fff;
	background: var(--theme-form-field-border-focus-color);
}

.ct-price-filter-inputs[data-currency-position*=left] .ct-price-filter-input {
	padding-inline-start: 8px;
}

.ct-price-filter-inputs[data-currency-position*=right] .ct-price-filter-input {
	flex-direction: row-reverse;
	padding-inline-end: 8px;
}

[data-filter-criteria*=taxonomy] .ct-filter-children {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

[data-filter-criteria*=taxonomy] .ct-filter-children li:first-child {
	margin-top: 10px;
}

[data-filter-criteria*=taxonomy] .ct-media-container {
	overflow: initial;
	justify-content: center;
	width: var(--product-taxonomy-logo-size, 40px);
}

[data-filter-criteria*=taxonomy] .ct-media-container .ct-tooltip {
	top: 0;
	transform: translate3d(0px, calc(-100% - 7px), 0px);
}

[data-filter-criteria*=taxonomy] .ct-media-container:hover .ct-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, calc(-100% - 12px), 0px);
}

[data-filter-criteria*=taxonomy][data-frame=yes] .ct-media-container {
	padding: 8px;
	border-radius: 2px;
	box-sizing: content-box;
	transition: border .2s ease;
	border: 2px solid var(--theme-border-color);
}

[data-filter-criteria*=taxonomy][data-frame=yes] .ct-filter-item:is(:hover,.active) .ct-media-container {
	border-color: var(--theme-link-hover-color);
}

[data-filter-criteria*=brands][data-display-type=inline] {
	row-gap: 15px;
}

.ct-rating-filter ul {
	gap: 0;
}

.ct-rating-filter li:not(:last-child) a {
	padding-inline-end: 3px;
}

.ct-rating-filter li:not(:first-child) a {
	padding-inline-start: 3px;
}

.ct-rating-filter li.active a, .ct-rating-filter li:has(~.active) a, .ct-rating-filter li:hover a, .ct-rating-filter li:has(~:hover) a {
	color: var(--star-rating-initial-color, #fda256);
}

.ct-rating-filter li:hover~li a {
	color: var(--star-rating-inactive-color, #f9dfcc);
}

.ct-rating-filter li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--star-rating-inactive-color, #f9dfcc);
}

.ct-rating-filter li a:hover .ct-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, calc(-100% - 10px), 0px);
}

.ct-rating-filter .ct-tooltip {
	transform: translate3d(0px, calc(-100% - 5px), 0px);
}

.wp-block-heading.ct-expandable-trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	--theme-icon-color: currentColor;
}

.wp-block-heading[aria-expanded=false] {
	margin-bottom: 0 !important;
}

.ct-filter-search {
	position: relative;
	--theme-form-field-height: 40px;
}

.ct-filter-search input[type=search] {
	padding-inline-end: var(--theme-form-field-height, 40px);
}

.ct-filter-search input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.ct-filter-search .ct-filter-search-icon {
	position: absolute;
	top: 0;
	inset-inline-end: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: var(--theme-form-field-height, 40px);
	height: var(--theme-form-field-height, 40px);
	cursor: pointer;
}

.ct-filter-widget-wrapper.ct-active .ct-filter-search-zoom-icon {
	display: none;
}

.ct-filter-widget-wrapper:not(.ct-active) .ct-filter-search-reset-icon {
	display: none;
}

.ct-filter-widget[style*=height] {
	overflow-y: auto;
	scrollbar-width: thin;
	padding-inline-end: 7px;
	-webkit-overflow-scrolling: touch;
}

.ct-filter-widget[style*=height]::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .03);
}

.ct-filter-widget[style*=height]::-webkit-scrollbar {
	width: 4px;
}

.ct-filter-widget[style*=height]::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(0, 0, 0, .1);
}
