/*
* Used to style the WooCommerce plugin output for the Katerina theme.
*/

/*
* Table of contents:
*
* General messages
* Tabs & navigation
* Columns
* Forms
* Product thumbnail
* Account
* Cart
* Checkout
* Single product
* Reviews
* Rating stars
* Categories view
* Widgets
* Various
*/

/* > General messages */
.demo_store,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-notice {
	position: relative;
	padding: calc(3 * var(--wp--custom--spacing--gap) / 4) var(--wp--custom--spacing--gap);
	margin-bottom: var(--wp--custom--spacing--gap);
	font-size: 0.9rem;
	font-weight: 500;
	background-color: var(--wp--preset--color--background);
	border: 2px solid var(--wp--preset--color--theme-border);
}

.demo_store,
.woocommerce-error,
.woocommerce-info {
	background-color: var(--wp--preset--color--tertiary);
	border-color: var(--wp--preset--color--tertiary);
	color: var(--wp--custom--color--tertiary-alt);
}

.woocommerce-notice.woocommerce-notice--success {
	background-color: var(--wp--preset--color--secondary);
	border-color: var(--wp--preset--color--secondary);
	color: var(--wp--custom--color--secondary-alt);
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
	float: right;
	margin: -.3em -0.75em 0 2em;
	font-size: .7em;
	padding: 0 .75em;
	background-color: var(--wp--preset--color--foreground);
	border-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

.woocommerce small.note,
.woocommerce-page small.note {
	display: block;
	font-size: 0.85em;
	margin-top: 0.5em;
}

.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
	list-style: none outside;
	padding-left: 0;
	margin-left: 0;
}

.woocommerce-info a.showcoupon {
	text-decoration: none;
}

/* > Tabs & navigation */
.woocommerce-tabs,
.woocommerce-MyAccount-content {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.woocommerce-tabs > ul,
.woocommerce-MyAccount-navigation > ul {
	list-style: none;
	font-size: 0;
	padding: 0;
	margin-bottom: var(--wp--custom--spacing--gap);
	border-bottom: 2px solid var(--wp--preset--color--primary);
}

@media (min-width: 992px) {
	.single-product .product > .woocommerce-tabs {
		max-width: var(--spacing--block--default-width);
		margin-left: auto;
		margin-right: auto;
	}
}

.single-product .woocommerce-tabs > ul {
	text-align: center;
}

.woocommerce-tabs > ul:after,
.woocommerce-MyAccount-navigation > ul:after {
	content: "";
	display: table;
	clear: both;
}

.woocommerce-tabs > ul li,
.woocommerce-MyAccount-navigation > ul li {
	display: inline-block;
	margin: 0;
}

.woocommerce-tabs > ul a,
.woocommerce-MyAccount-navigation > ul a {
	display: block;
	font-size: 1rem;
	text-decoration: none;
	padding: calc(0.75 * var(--wp--custom--spacing--gap)) calc(1.5 * var(--wp--custom--spacing--gap));
	color: inherit;
	transition: all var(--wp--custom--duration--transition);
}

.woocommerce-tabs > ul a:hover:focus,
.woocommerce-MyAccount-navigation > ul a:hover:focus {
	outline: 0;
}

.woocommerce-tabs > ul a:hover,
.woocommerce-tabs > ul a:focus,
.woocommerce-MyAccount-navigation > ul a:hover,
.woocommerce-MyAccount-navigation > ul a:focus {
	background-color: var(--wp--preset--color--background);
}

.woocommerce-tabs > ul a:focus,
.woocommerce-MyAccount-navigation > ul a:focus {
	color: var(--wp--preset--color--faded);
}

.woocommerce-tabs > ul a:active,
.woocommerce-MyAccount-navigation > ul a:active {
	color: inherit;
}

.woocommerce-tabs > ul .active a,
.woocommerce-MyAccount-navigation > ul .is-active a {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--custom--color--primary-alt);
}

.woocommerce-MyAccount-navigation > ul a {
	padding: calc(0.5 * var(--wp--custom--spacing--gap)) calc(0.7 * var(--wp--custom--spacing--gap));
}

@media (min-width: 992px) {
	.woocommerce-MyAccount-navigation > ul a {
		padding: calc(0.75 * var(--wp--custom--spacing--gap)) calc(0.9 * var(--wp--custom--spacing--gap));
	}
}

@media (min-width: 1200px) {
	.woocommerce-MyAccount-navigation > ul a {
		padding: calc(0.75 * var(--wp--custom--spacing--gap)) calc(1.25 * var(--wp--custom--spacing--gap));
	}
}

.woocommerce-Tabs-panel {
	padding-top: var(--wp--custom--spacing--gap);
}

/*.woocommerce-tabs > ul,
.woocommerce-MyAccount-navigation > ul {
	border-bottom: none;
	margin-bottom: calc(1.5 * var(--wp--custom--spacing--gap));
}

.woocommerce-tabs > ul li,
.woocommerce-MyAccount-navigation > ul li {
	margin-right: var(--wp--custom--spacing--gap);
}

.woocommerce-tabs > ul li:last-child,
.woocommerce-MyAccount-navigation > ul li:last-child {
	margin-right: 0;
}

.woocommerce-tabs > ul a,
.woocommerce-MyAccount-navigation > ul a {
	padding: calc(var(--wp--custom--spacing--gap) / 4) 0;
	color: var(--wp--preset--color--faded);
	border-bottom: 2px solid transparent;
}

.woocommerce-tabs > ul a:hover,
.woocommerce-tabs > ul a:focus,
.woocommerce-MyAccount-navigation > ul a:hover,
.woocommerce-MyAccount-navigation > ul a:focus {
	background-color: transparent;
}

.woocommerce-tabs > ul .active a,
.woocommerce-MyAccount-navigation > ul .is-active a {
	background-color: transparent;
	color: var(--wp--preset--color--foreground);
	border-bottom-color: var(--wp--preset--color--primary);
}*/

.woocommerce-tabs .panel > h2:first-child,
.woocommerce-tabs .panel .woocommerce-Reviews-title {
	display: none;
	font-size: var(--wp--custom--typography--font-size--medium);
}

.woocommerce-tabs .panel > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	max-width: none;
}

/* > Columns */
.products,
.products ul {
	margin: 0;
	padding-left: 0;
	list-style: none outside;
	clear: both;
}

.products li,
.products ul li {
	list-style: none outside;
}

.products .product {
	margin: 0 0 calc(2 * var(--wp--style--block-gap));
	padding: 0;
	position: relative;
}

@media (min-width: 992px) {
	.products .product {
		margin-bottom: calc(2.5 * var(--wp--style--block-gap));
	}
}

.shop-filters {
	margin-bottom: calc(2 * var(--wp--custom--spacing--gap));
}

.woocommerce-ordering select {
	margin-bottom: 0;
}

.woocommerce-result-count {
	text-align: center;
	color: var(--wp--preset--color--faded);
}

.shop-filters .searchform button {
	width: 2.5rem;
}

.shop-filters .searchform button svg {
	margin-top: 8px;
}

@media (min-width: 768px) {
	.shop-filters {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.shop-filters .woocommerce-ordering,
	.shop-filters .woocommerce-ordering select,
	.shop-filters .woocommerce-result-count {
		margin-bottom: 0;
	}

	.shop-filters .woocommerce-ordering {
		order: 1;
		padding-right: var(--wp--custom--spacing--gap);
	}

	.shop-filters .woocommerce-result-count {
		order: 2;
		padding-left: var(--wp--custom--spacing--gap);
		text-align: right;
	}

	.shop-filters .searchform + .woocommerce-result-count {
		font-size: 0.9rem;
		text-align: center;
		padding-right: var(--wp--custom--spacing--gap);
	}

	.shop-filters .searchform {
		order: 3;
		padding-left: var(--wp--custom--spacing--gap);
		margin-bottom: 0;
	}

	.shop-filters > * {
		flex-basis: 0;
		flex-grow: 1;
		width: 100%;
		max-width: 100%;
		min-height: 1px;
	}
}

@media (min-width: 1200px) {
	.shop-filters .searchform + .woocommerce-result-count {
		font-size: 1rem;
	}
}

@media (min-width: 480px) {
	.woocommerce ul.products li.product {
		float: left;
	}

	.woocommerce ul.products:after,
	.woocommerce ul.products:before,
	.woocommerce-pagination:after,
	.woocommerce-pagination:before {
		display: table;
		content: " ";
	}

	.woocommerce ul.products:after,
	.woocommerce-pagination:after {
		clear: both;
	}

	.woocommerce ul.products.columns-2 li.product {
		width: 49%;
		width: calc((100% - 2 * var(--wp--custom--spacing--gap)) / 2);
		margin-right: 2%;
		margin-right: calc(2 * var(--wp--custom--spacing--gap));
	}

	.woocommerce ul.products.columns-3 li.product {
		width: 32%;
		width: calc((100% - 4 * var(--wp--custom--spacing--gap)) / 3);
		margin-right: 2%;
		margin-right: calc(2 * var(--wp--custom--spacing--gap));
	}

	.woocommerce.has-sidebar ul.products.columns-3 li.product {
		width: calc((100% - 2 * var(--wp--custom--spacing--gap)) / 3);
		margin-right: var(--wp--custom--spacing--gap);
	}

	.woocommerce ul.products.columns-4 li.product {
		width: 23%;
		width: calc((100% - 6 * var(--wp--custom--spacing--gap)) / 4);
		margin-right: 2.66667%;
		margin-right: calc(2 * var(--wp--custom--spacing--gap));
	}

	.woocommerce.has-sidebar ul.products.columns-4 li.product {
		width: calc((100% - 3 * var(--wp--custom--spacing--gap)) / 4);
		margin-right: var(--wp--custom--spacing--gap);
	}

	.woocommerce ul.products li.product.first {
		clear: both;
	}

	.woocommerce ul.products li.product.last,
	.woocommerce ul.products.columns-2 li.product.last,
	.woocommerce ul.products.columns-3 li.product.last,
	.woocommerce ul.products.columns-4 li.product.last {
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.woocommerce:not(.has-sidebar) ul.products.columns-3 li.product {
		width: calc((100% - 4 * var(--wp--custom--spacing--gap)) / 3);
		margin-right: calc(2 * var(--wp--custom--spacing--gap));
	}

	.woocommerce ul.products.columns-4 li.product {
		width: calc((100% - 6 * var(--wp--custom--spacing--gap)) / 4);
		margin-right: calc(2 * var(--wp--custom--spacing--gap));
	}

	.woocommerce:not(.has-sidebar) ul.products.columns-2 li.product.last,
	.woocommerce:not(.has-sidebar) ul.products.columns-3 li.product.last,
	.woocommerce:not(.has-sidebar) ul.products.columns-4 li.product.last {
		margin-right: 0;
	}
}

@media (min-width: 992px) {
	.woocommerce:not(.has-sidebar) ul.products.columns-2 li.product {
		width: calc((100% - 2 * var(--wp--style--block-gap)) / 2);
		margin-right: calc(2 * var(--wp--style--block-gap));
	}
}

@media (min-width: 768px) {
	.col2-set {
		display: flex;
		flex-wrap: wrap;
		gap: var(--wp--custom--spacing--gap);
	}

	.col2-set > * {
		flex: 0 0 50%;
		max-width: 50%;
		flex-basis: 0;
		flex-grow: 1;
	}
}

/* > Forms */
.select2-container,
.widget_product_categories .select2-container,
.woocommerce-widget-layered-nav .select2-container {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.select2-container .select2-selection--single,
.widget_product_categories .select2-container .select2-selection--single,
.woocommerce-widget-layered-nav .select2-container .select2-selection--multiple {
	font-size: 1rem;
	line-height: 1.5;
	padding: 0.5rem 2rem 0.5rem 0.75rem;
	background-color: var(--wp--custom--color--input--regular--background);
	color: var(--wp--custom--color--input--regular--foreground);
	border: 2px solid var(--wp--custom--color--input--regular--border);
	width: 100%;
	border-radius: 0;
	height: auto;
	transition: color var(--wp--custom--duration--transition), border-color var(--wp--custom--duration--transition), box-shadow var(--wp--custom--duration--transition);
}

.select2-container--focus .select2-selection--single,
.widget_product_categories .select2-container--focus .select2-selection--single,
.woocommerce-widget-layered-nav .select2-container--focus .select2-selection--multiple {
	background-color: var(--wp--custom--color--input--focus--background);
	color: var(--wp--custom--color--input--focus--foreground);
	border-color: var(--wp--custom--color--input--focus--border);
	outline: 0;
	box-shadow: 0 0 0 0.2rem var(--wp--custom--color--input--outline--normal);
}

.select2-container .select2-selection--single .select2-selection__rendered,
.widget_product_categories .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-widget-layered-nav .select2-container .select2-selection--multiple .select2-selection__rendered {
	color: var(--wp--custom--color--input--regular--foreground);
	padding: 0;
	line-height: inherit;
}

.select2-container .select2-selection--single .select2-selection__arrow,
.widget_product_categories .select2-container .select2-selection--single .select2-selection__arrow {
	top: 7px;
	right: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin: 0 5px 5px 0;
}

.select2-dropdown {
	background-color: var(--wp--custom--color--input--regular--background);
	color: var(--wp--custom--color--input--regular--foreground);
	border: 2px solid var(--wp--custom--color--input--regular--border);
	border-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	margin-top: 4px;
}

.select2-dropdown .select2-search--dropdown {
	padding: 0.75rem 0.75rem 0;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
	border: 2px solid var(--wp--custom--color--input--regular--border);
	padding: 2px 6px;
	margin: 0;
}

.select2-dropdown .select2-search--dropdown .select2-search__field:focus {
	background-color: var(--wp--custom--color--input--focus--background);
	color: var(--wp--custom--color--input--focus--foreground);
	border-color: var(--wp--custom--color--input--focus--border);
}

.select2-dropdown .select2-results {
	padding: 0.5rem 0.75rem;
}

.select2-dropdown .select2-results li {
	margin: 0;
}

.select2-dropdown .select2-results .select2-results__option--highlighted[data-selected] {
	background-color: var(--wp--preset--color--tertiary);
	color: var(--wp--custom--color--tertiary-alt);
}

.select2-dropdown .select2-results .select2-results__option[data-selected=true] {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--custom--color--secondary-alt);
}

.form-row input,
.form-row select,
.form-row textarea {
	width: 100%;
}

.form-row .button,
.form-row input[type=checkbox],
.form-row input[type=radio] {
	width: auto;
}

.form-row.woocommerce-invalid input.input-text {
	border-color: var(--wp--custom--color--input--required);
}

.form-row label.hidden {
	visibility: hidden;
}

.form-row {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.form-row-first,
	.form-row-last {
		float: left;
		width: 48%;
	}

	.form-row-first {
		margin-right: 2%;
	}

	.form-row-last {
		margin-left: 2%;
	}
}

/* > Product thumbnail */
.woocommerce .product .thumb {
	text-align: center;
}

.woocommerce .product .thumb .photo,
.woocommerce .product .product-gallery {
	display: block;
	position: relative;
}

.woocommerce .product .thumb .photo a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.woocommerce .product .thumb .photo img {
	display: block;
	width: 100%;
}

.woocommerce .product .thumb .photo img.secondary {
	display: none;
}

@media (min-width: 768px) {
	.woocommerce .product .thumb .photo img.secondary {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		visibility: visible;
		opacity: 0;
		transition: opacity var(--wp--custom--duration--transition);
	}

	.woocommerce .product .thumb .photo a:hover img.secondary,
	.woocommerce .product .thumb .photo:hover a img.secondary {
		opacity: 1;
	}
}

.woocommerce .onsale {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0.5rem;
	right: 0.5rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	background-color: var(--wp--preset--color--tertiary);
	color: var(--wp--custom--color--tertiary-alt);
	font-size: var(--wp--custom--typography--font-size--tiny);
	font-weight: 400;
	pointer-events: none;
		border-radius: 50%;
}

.woocommerce .product-gallery .onsale {
	left: 0.5rem;
	right: auto;
}

@media (min-width: 768px) {
	.woocommerce .onsale {
		top: -1.5rem;
		right: -1.5rem;
	}

	.woocommerce .product-gallery .onsale {
		left: -1.5rem;
	}
}

.woocommerce .product .thumb a.product-title {
	display: block;
	text-decoration: none;
	color: inherit;
	margin-top: var(--wp--custom--spacing--gap);
}

.woocommerce .product.outofstock .thumb a.woocommerce-loop-product__link {
	opacity: .5;
}

.woocommerce .related .product:not(.outofstock) .thumb a.woocommerce-loop-product__link {
	opacity: 1;
}

.woocommerce .product .thumb a br {
	display: none;
}

.woocommerce .product .thumb .title {
	display: block;
	font-family: var(--wp--preset--font-family--headings-font);
	font-size: var(--wp--custom--typography--font-size--medium);
	font-weight: var(--wp--custom--typography--weight--headings);
	line-height: var(--wp--custom--typography--line-height--tiny);
	color: var(--wp--preset--color--headings);
}

.woocommerce .product .thumb .price {
	display: block;
	margin-top: calc(0.25 * var(--wp--custom--spacing--gap));
}

.woocommerce .product .price ins,
.woocommerce .product .thumb .price ins,
.woocommerce .product .woocommerce-grouped-product-list-item__price ins {
	padding: 0;
	background-color: transparent;
	color: inherit;
}

.woocommerce .product .price del {
	opacity: 1;
	color: var(--wp--preset--color--faded);
}

.woocommerce .product .thumb .star-rating {
	margin: .25em auto 1em;
}

.woocommerce .product .thumb .photo {
	position: relative;
}

.woocommerce .product .thumb .photo .button,
.woocommerce .product .thumb .photo .added_to_cart {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.57145em 1.57145em;
	font-size: var(--wp--custom--typography--font-size--tiny);
	font-weight: 400;
	line-height: 24px;
	margin: 0;
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	transition: all var(--wp--custom--duration--transition);
}

.woocommerce .product .thumb .photo .button {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--custom--color--primary-alt);
	border-color: var(--wp--preset--color--primary);
}

.woocommerce .product .thumb .photo .added_to_cart {
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	border-color: var(--wp--preset--color--foreground);
}

.woocommerce .product .thumb .photo .button:hover,
.woocommerce .product .thumb .photo .added_to_cart:hover,
.woocommerce .product .thumb .photo a.woocommerce-loop-product__link:hover + a,
.woocommerce .product .thumb .photo a.woocommerce-loop-product__link:hover + .button.added + .added_to_cart {
	opacity: 1;
	visibility: visible;
}

.woocommerce .product .thumb .photo .button:hover,
.woocommerce .product .thumb .photo .added_to_cart:hover {
	background-color: var(--wp--preset--color--foreground);
	border-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

.woocommerce .product .thumb .photo .button.added {
	display: none;
}

.woocommerce .thumb .out-of-stock,
.woocommerce .product-summary .stock.out-of-stock {
	padding: 0.15rem 0.3rem;
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	text-decoration: none;
}

.woocommerce .thumb .out-of-stock {
	display: inline-block;
	margin-top: calc(0.5 * var(--wp--custom--spacing--gap));
	font-size: var(--wp--custom--typography--font-size--tiny);
	line-height: 1.5;
}

.woocommerce .product-summary .stock.out-of-stock {
	padding: 0.75rem 1rem;
}

.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before,
.woocommerce-page a.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce-page #content input.button.loading:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: var(--wp--custom--color--overlay--normal--background);
	opacity: 0.5;
}

.blockOverlay {
	background-color: var(--wp--preset--color--background-alt) !important;
	opacity: 0.5;
}

/* > Account */
form.login p.form-row,
form.register p.form-row,
form.lost_reset_password p.form-row {
	margin-bottom: 0;
}

form.login p.form-row label.inline {
	display: inline-block;
	position: relative;
	top: -0.6em;
	margin-left: 0.5em;
}

.woocommerce-account fieldset {
	margin-bottom: calc(0.75 * var(--wp--custom--spacing--gap));
}

.woocommerce-account fieldset legend {
	font-family: var(--wp--preset--font-family--headings-font);
	font-size: var(--wp--custom--typography--font-size--large);
	font-weight: var(--wp--custom--typography--weight--headings);
	line-height: var(--wp--custom--typography--line-height--tiny);
	color: var(--wp--preset--color--headings);
	margin-top: calc(2 * var(--wp--custom--spacing--gap));
	margin-bottom: calc(0.75 * var(--wp--custom--spacing--gap));
	padding-bottom: 0;
	border-bottom: 0;
	text-transform: none;
}

.woocommerce-account input#account_display_name ~ span {
	display: block;
	margin-top: -1em;
	margin-bottom: 1em;
}

.woocommerce-account .addresses .title {
	margin-bottom: calc(1.25 * var(--wp--custom--spacing--gap));
}

/* > Cart */
.woocommerce-cart table.cart {
	margin-bottom: 3em;
}

.shop_table .product-remove {
	width: 2.5em;
	text-align: center;
}

.shop_table .product-remove .remove {
	display: inline-block;
	width: 28px;
	height: 28px;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
}

.shop_table .product-remove .remove,
.no-touchevents .shop_table .product-remove .remove:hover {
	border: 2px solid var(--wp--custom--color--input--required);
	background-color: var(--wp--custom--color--input--required);
	color: #fff;
	text-decoration: none;
}

.no-touchevents .shop_table .product-remove .remove {
	background-color: var(--wp--custom--color--input--regular--background);
	color: var(--wp--custom--color--input--regular--foreground);
	border-color: var(--wp--custom--color--input--regular--border);
}

.shop_table .product-thumbnail {
	display: none;
}

@media (min-width: 992px) {
	.shop_table .product-thumbnail,
	.shop_table .product-thumbnail a {
		display: block;
	}

	.shop_table .product-thumbnail img {
		max-width: 5rem;
	}
}

.shop_table .product-name .variation {
	font-size: 0.8em;
	font-family: inherit;
	padding-top: 0.25em;
}

.shop_table .product-name .variation,
.shop_table .product-name .variation dd,
.shop_table .product-name .variation p {
	margin-bottom: 0;
}

.shop_table .product-name .variation dt,
.shop_table .product-name .variation dd,
.shop_table .product-name .variation dd p {
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: 1;
}

.shop_table .product-name .variation dd {
	padding-left: 0.5em;
	color: var(--wp--preset--color--faded);
}

.shop_table .product-quantity .quantity input {
	margin-bottom: 0;
}

.woocommerce-cart .product-subtotal {
	text-align: right;
}

.woocommerce-cart .product-subtotal {
	text-align: right;
}

.woocommerce-cart .cart .actions {
	text-align: right;
}

.woocommerce-cart .cart .actions .coupon {
	position: relative;
}

@media (min-width: 480px) {
	.woocommerce-cart .cart .actions .coupon {
		position: relative;
		max-width: 20em;
		float: left;
	}
}

.woocommerce-cart .cart .actions label {
	display: none;
}

.woocommerce-cart .cart .actions input {
	padding-right: 8em;
}

@media (min-width: 480px) {
	.woocommerce-cart .cart .actions input {
		margin-bottom: 0;
	}
}

.woocommerce-cart .cart .actions .button {
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	margin-right: 0;
	margin-bottom: 0;
}

.woocommerce-cart .cart .actions .coupon .button {
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: var(--wp--custom--color--button--hover--background);
	border-color: var(--wp--custom--color--button--hover--border);
	color: var(--wp--custom--color--button--hover--foreground);
}

.woocommerce-cart .cart .actions .button[name="update_cart"] {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--custom--color--primary-alt);
}

.woocommerce-cart .cart .actions .button[disabled] {
	pointer-events: none;
}

.woocommerce-cart .woocommerce-shipping-calculator,
.woocommerce-cart .woocommerce-shipping-calculator p {
	margin-bottom: 0;
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
	display: inline-block;
	font-size: 0.8em;
	color: var(--wp--preset--color--faded);
	border: 1px solid var(--wp--custom--color--button--regular--border);
	font-weight: inherit;
	outline: 0;
	text-decoration: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.2em 0.6em;
	transition: color var(--wp--custom--duration--transition) ease, background-color var(--wp--custom--duration--transition) ease, border-color var(--wp--custom--duration--transition) ease;
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button:hover,
.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button:focus {
	border-color: var(--wp--custom--color--button--regular--border);
	color: var(--wp--custom--color--button--regular--foreground);
	background-color: var(--wp--custom--color--button--regular--border);
}

.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
	margin-top: 1em;
}

.woocommerce-cart .cart-discount .woocommerce-remove-coupon {
	text-decoration: none;
}

.woocommerce-cart .wc-proceed-to-checkout a.button {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--custom--color--primary-alt);
	font-size: 1.2em;
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

.woocommerce-cart .cart .actions {
	padding-left: var(--wp--custom--spacing--gap);
}

.shop_table tbody th + td {
	padding-left: calc(.75 * var(--wp--custom--spacing--gap));
}

@media (min-width: 768px) {
	.shop_table tbody th + td {
		padding-left: var(--wp--custom--spacing--gap);
	}

	.woocommerce-cart .cart .actions {
		padding-left: calc(1.25 * var(--wp--custom--spacing--gap));
	}
}

@media (min-width: 992px) {
	.shop_table tbody th + td {
		padding-left: calc(1.25 * var(--wp--custom--spacing--gap));
	}

	.woocommerce-cart .cart .actions {
		padding-left: calc(1.5 * var(--wp--custom--spacing--gap));
	}
}

select.shipping_method {
	width: 100%;
	margin-bottom: 0;
}

.woocommerce-shipping-destination {
	margin-bottom: 0.5rem;
}

ul#shipping_method {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

ul#shipping_method li {
	margin-left: 0;
}

ul#shipping_method li label {
	display: inline;
	vertical-align: middle;
}

.woocommerce-notices-wrapper + .return-to-shop {
	margin-top: var(--wp--custom--spacing--gap);
}

/* > Checkout */
.checkout_coupon .button {
	padding-top: 0.45rem;
	padding-bottom: 0.45rem;
	margin-right: 0;
	margin-bottom: 0;
}

.checkout .woocommerce-shipping-fields h3 {
	font-family: var(--wp--preset--font-family--system-font);
}

.checkout .notes textarea {
	min-height: 8.25rem;
}

.payment_methods {
	list-style: none;
}

.payment_methods li {
	margin-left: 0;
}

.payment_methods li.woocommerce-notice {
	padding: .5em .75em;
}

.payment_methods li input[type=radio] {
	display: inline;
	vertical-align: middle;
	margin: 0 0.2em 0 0;
}

.payment_methods li label {
	display: inline;
	vertical-align: middle;
}

.payment_methods li p {
	margin-bottom: 0;
	font-size: 0.9em;
}

.payment_methods li img {
	float: right;
	border: 0;
	padding: 0;
	max-height: 1.9em;
}

.payment_methods .payment_method_paypal .about_paypal {
	margin-left: 0.5em;
}

.place-order button[type="submit"] {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--custom--color--primary-alt);
	font-size: 1.2em;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.woocommerce-order-details {
	margin-top: calc(2 * var(--wp--custom--spacing--gap));
}

.woocommerce-table--order-details,
.woocommerce-order-details .order-again {
	margin-bottom: calc(2 * var(--wp--custom--spacing--gap)) !important;
}

.woocommerce-table--order-details .wc-item-meta {
	list-style: none;
}

.woocommerce-table--order-details .wc-item-meta li {
	margin-left: 0;
}

.woocommerce-table--order-details .wc-item-meta p {
	display: inline-block;
	color: var(--wp--preset--color--faded);
}

.woocommerce-orders-table .button:first-child:last-child {
	margin-bottom: 0;
}

/* > Single product */
.product-gallery-summary {
	margin-bottom: calc(3 * var(--wp--custom--spacing--gap));
}

.woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	z-index: 1;
	top: 0.5rem;
	right: 0.5rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-indent: -999px;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 50%;
}

@media (min-width: 768px) {
	.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
		right: calc(var(--wp--style--block-gap) - 1rem);
	}
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
	position: absolute;
	top: 5px;
	left: 14px;
	display: block;
	text-indent: 0;
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" width="18" height="18"><path fill="%23000000" d="M10,21V19H6.41L10.91,14.5L9.5,13.09L5,17.59V14H3V21H10M14.5,10.91L19,6.41V10H21V3H14V5H17.59L13.09,9.5L14.5,10.91Z" /></svg>');
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display: none !important;
}

.woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
	max-width: none;
}

.woocommerce div.product ol.flex-control-thumbs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: calc(0.5 * var(--wp--custom--spacing--gap));
	margin-top: calc(0.5 * var(--wp--custom--spacing--gap));
}

@media (min-width: 1200px) {
	.woocommerce div.product ol.flex-control-thumbs {
		grid-template-columns: repeat(4, 1fr);
	}
}

.woocommerce div.product ol.flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	min-height: 1px;
}

.woocommerce div.product ol.flex-control-thumbs li img {
	display: block;
	width: 100%;
}

.woocommerce div.product ol.flex-control-thumbs li:last-child {
	margin-right: 0;
}

.woocommerce table.variations {
	overflow: visible;
}

.woocommerce table.variations .reset_variations {
	display: inline-block;
	padding: calc(0.5 * var(--wp--custom--spacing--gap));
	margin-left: 0.25rem;
}

.woocommerce .variations select,
.woocommerce .grouped_form .quantity input[type=number] {
	margin-bottom: 0;
}

.woocommerce .variations select {
	width: auto;
}

.woocommerce .woocommerce-variation-price {
	font-size: var(--wp--custom--typography--font-size--small);
	padding: var(--wp--style--block-gap) 0;
}

.woocommerce .woocommerce-variation-price:empty {
	padding: 0;
}

.woocommerce .grouped_form label {
	line-height: var(--wp--custom--typography--line-height--medium);
	margin-bottom: 0;
}

.woocommerce .product .summary > * {
	margin-bottom: var(--wp--style--block-gap);
}

.woocommerce .product .summary > .price {
	font-size: var(--wp--custom--typography--font-size--medium);
}

.woocommerce .product .summary > .price:empty {
	display: none;
}

.woocommerce .product .product-summary .product_meta {
	margin-top: calc(2 * var(--wp--custom--spacing--gap));
	padding-top: calc(2 * var(--wp--custom--spacing--gap));
	padding-bottom: calc(2 * var(--wp--custom--spacing--gap));
	border-top: 2px solid var(--wp--preset--color--theme-border);
}

.woocommerce .product .summary > .product_meta > span {
	display: block;
}

.woocommerce .product .summary > .product_meta .sku_wrapper .sku {
	font-style: italic;
}

.woocommerce .stock.in-stock {
	font-style: italic;
}

.woocommerce .product-summary .stock.in-stock {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	background-color: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
}

.woocommerce .quantity {
	position: relative;
	display: inline-block;
	margin-right: 0.25rem;
}

.woocommerce .quantity input[type=number] {
	width: 7.2rem;
	margin-bottom: 0;
	font-size: var(--wp--custom--typography--font-size--normal);
	padding: 0.75rem 2.6rem;
	text-align: center;
	-webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.woocommerce .grouped_form .quantity input[type=number] {
	width: 6.5rem;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
}

.woocommerce .cart .quantity {
	margin-right: 0;
}

.woocommerce .cart .quantity input[type=number] {
	width: 5.5rem;
	line-height: 1.35;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button, 
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.woocommerce .grouped_form .quantity {
	margin-right: 0;
}

.woocommerce .quantity .decrease,
.woocommerce .quantity .increase {
	position: absolute;
	top: 2px;
	bottom: 2px;
	width: 2rem;
	line-height: 2.6rem;
	text-align: center;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.woocommerce .quantity .decrease svg,
.woocommerce .quantity .increase svg {
	display: inline-block;
	width: 18px;
	height: 16px;
	fill: var(--wp--preset--color--faded);
	transition: fill var(--wp--custom--duration--transition);
}

.woocommerce .quantity .decrease:hover svg,
.woocommerce .quantity .increase:hover svg {
	fill: var(--wp--preset--color--foreground);
}

.woocommerce .quantity .decrease {
	left: 2px;
}

.woocommerce .quantity .increase {
	right: 2px;
}

@media (max-width: 767px), (min-width: 992px) {
	.woocommerce .cart .quantity input[type=number] {
		width: 6.3rem;
		line-height: 1.5;
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.woocommerce .quantity .decrease,
	.woocommerce .quantity .increase {
		width: 2.25rem;
		line-height: 2.8rem;
	}

	.woocommerce .quantity .decrease svg,
	.woocommerce .quantity .increase svg {
		width: 24px;
		height: 24px;
	}
}

.woocommerce .product .summary .button[type=submit] {
	background-color: var(--wp--preset--color--primary);
	border-color: var(--wp--preset--color--primary);
	color: var(--wp--custom--color--primary-alt);
	padding: 0.7rem calc(1.5 * var(--wp--custom--spacing--gap));
	margin-bottom: 0;
	margin-right: 0;
	font-size: var(--wp--custom--typography--font-size--normal);
}

.woocommerce .product .summary .quantity + .button[type=submit] {
	margin-left: calc(0.25 * var(--wp--custom--spacing--gap));
}

.woocommerce .product .summary .button[type=submit]:hover,
.woocommerce .product .summary .button[type=submit]:focus {
	background-color: var(--wp--preset--color--foreground);
	border-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

.woocommerce .product .summary .grouped_form .button[type=submit] {
	padding-top: 0.57145em;
	padding-bottom: 0.57145em;
}

@media (max-width: 767px) {
	.woocommerce .product.product-type-grouped .group_table {
		width: auto;
		max-width: 100%;
	}

	.woocommerce .product:not(.product-type-grouped) .quantity {
		display: block;
	}

	.woocommerce .product.product-type-grouped .quantity {
		display: inline-block;
	}

	.woocommerce .product .quantity input[type=number] {
		width: 100%;
		margin-bottom: calc(0.5 * var(--wp--custom--spacing--gap));
	}

	.woocommerce .product.product-type-grouped .quantity input[type=number] {
		width: 8rem;
		margin-bottom: 0;
	}

	.woocommerce .product .summary .button[type=submit] {
		width: 100%;
	}

	.woocommerce .product.product-type-grouped .summary .button[type=submit] {
		width: auto;
	}
}

.woocommerce .product .summary .variations_form table {
	margin-bottom: var(--wp--style--block-gap);
}

.woocommerce table.variations td,
.woocommerce table.variations th {
	padding: calc(0.5 * var(--wp--custom--spacing--gap));
}

.woocommerce .product .summary .grouped_form table {
	overflow: visible;
}

.woocommerce table.variations td,
.woocommerce table.variations th,
.woocommerce .product .summary .grouped_form table th,
.woocommerce .product .summary .grouped_form table td {
	background-color: transparent;
}

.woocommerce .product .summary .grouped_form table td {
	padding: calc(0.75 * var(--wp--custom--spacing--gap));
}

.woocommerce table.variations th:before,
.woocommerce table.variations td:before,
.woocommerce .product .summary .grouped_form table th:before,
.woocommerce .product .summary .grouped_form table td:before {
	content: none;
}

.woocommerce table.variations tr:first-child th,
.woocommerce table.variations tr:first-child td,
.woocommerce .product .summary .grouped_form table tr:first-child th,
.woocommerce .product .summary .grouped_form table tr:first-child td {
	padding-top: 0;
}

.woocommerce table.variations tr:last-child th,
.woocommerce table.variations tr:last-child td,
.woocommerce .product .summary .grouped_form table tr:last-child th,
.woocommerce .product .summary .grouped_form table tr:last-child td {
	padding-bottom: 0;
}

.woocommerce table.variations th:first-child,
.woocommerce .product .summary .grouped_form table td:first-child {
	padding-left: 0;
}

.woocommerce table.variations td:last-child,
.woocommerce .product .summary .grouped_form table td:last-child {
	padding-right: 0;
}

.woocommerce .product-gallery-summary .product-summary {
	margin-top: calc(3 * var(--wp--custom--spacing--gap));
	margin-bottom: calc(3 * var(--wp--custom--spacing--gap));
}

.woocommerce .product-gallery-summary .product-summary .woocommerce-review-link {
	color: inherit;
	text-decoration: none;
}

.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image a,
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	display: block;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
	width: 100%;
}

@media (min-width: 768px) {
	.woocommerce .product-gallery-summary {
		display: flex;
		flex-wrap: wrap;
	}

	.woocommerce .product-gallery-summary > * {
		flex: 0 0 50%;
		max-width: 50%;
		flex-basis: 0;
		flex-grow: 1;
		width: 100%;
		min-height: 1px;
	}

	.woocommerce .product-gallery-summary .product-gallery {
		order: 1;
		padding-right: calc(0.5 * var(--wp--style--block-gap));
	}

	.woocommerce .product-gallery-summary .product-summary {
		order: 2;
		padding-left: calc(0.5 * var(--wp--style--block-gap));
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.woocommerce .product-gallery-summary .product-gallery {
		padding-right: var(--wp--style--block-gap);
	}

	.woocommerce .product-gallery-summary .product-summary {
		padding-left: var(--wp--style--block-gap);
	}
}

@media (min-width: 1200px) {
	.woocommerce .product-gallery-summary .product-gallery {
		flex: 0 0 60%;
		max-width: 60%;
	}

	.woocommerce .product-gallery-summary .product-summary {
		flex: 0 0 40%;
		max-width: 40%;
	}
}

.product .related.products {
	margin-top: calc(2 * var(--wp--style--block-gap));
}

.product .related h2 {
	font-size: var(--wp--custom--typography--font-size--large);
}

.product .related.products .add_to_cart_button {
	display: none;
}

/* > Reviews */
.woocommerce-Reviews #comments {
	margin-top: 0;
	margin-bottom: var(--wp--custom--spacing--gap);
	padding-top: 0;
	border-top: none;
}

.woocommerce-Reviews .commentlist {
	list-style: none;
	padding: 0;
}

.commentlist .review {
	margin-left: 0;
}

.commentlist .review .comment_container {
	padding-bottom: var(--wp--custom--spacing--gap);
}

.commentlist .review .star-rating {
	float: right;
}

.commentlist .review .comment_container {
	display: flex;
	flex-wrap: wrap;
}

.commentlist .review .avatar {
	flex: 0 0 auto;
	display: block;
	width: 63px;
	height: 63px;
	margin-right: var(--wp--custom--spacing--gap);
	border-radius: 50%;
}

.commentlist .review .comment-text {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.commentlist .review .woocommerce-review__dash,
.commentlist .review .woocommerce-review__published-date {
	color: var(--wp--preset--color--faded);
}

.commentlist .review.bypostauthor .woocommerce-review__author {
	display: inline-block;
	background-color: transparent;
	background-position: 0 100%;
	background-repeat: repeat-x;
	background-size: 100% 10px;
	text-decoration: none;
	background-image: linear-gradient(to right, var(--wp--preset--color--tertiary) 0%, var(--wp--preset--color--tertiary) 100%);
}

.woocommerce-Reviews .comment-reply-title {
	display: block;
	font-family: var(--wp--preset--font-family--headings-font);
	font-weight: var(--wp--custom--typography--weight--headings);
	font-size: var(--wp--preset--font-size--large);
	line-height: var(--wp--custom--typography--line-height--tiny);
	color: var(--wp--preset--color--headings);
	margin-bottom: var(--wp--custom--spacing--gap);
}

.woocommerce-Reviews .comment-form-rating {
	clear: both;
	margin-bottom: 0;
}

.woocommerce-Reviews .comment-form-comment {
	margin-bottom: 0;
}

.woocommerce-Reviews .comment-form-comment textarea {
	min-height: 64px;
	height: 87px;
	max-height: 132px;
}

.woocommerce-Reviews #review_form {
	margin-top: calc(2 * var(--wp--custom--spacing--gap));
	padding-top: calc(2 * var(--wp--custom--spacing--gap));
	border-top: 2px solid var(--wp--preset--color--theme-border);
}

.woocommerce-Reviews .woocommerce-noreviews,
.woocommerce-Reviews .comment-form-cookies-consent,
.woocommerce-Reviews .comment-reply-title,
.woocommerce-Reviews .comment-form-rating,
.woocommerce-Reviews .form-submit {
	text-align: center;
}

.woocommerce-Reviews .form-submit input[type="submit"],
.woocommerce-Reviews .form-submit button[type="submit"] {
	padding: 0.7rem calc(1.5 * var(--wp--custom--spacing--gap));
	font-size: var(--wp--custom--typography--font-size--normal);
}

.woocommerce-Reviews .woocommerce-noreviews {
	color: var(--wp--preset--color--faded);
	margin-bottom: var(--wp--custom--spacing--gap);
}

/* > Rating stars */
.woocommerce p.stars {
	font-family: var(--wp--preset--font-family--system-font);
	font-size: 0;
	line-height: 1;
	margin-bottom: var(--wp--custom--spacing--gap);
}

.woocommerce p.stars a {
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	direction: ltr;
	text-decoration: none;
	font-size: 28px;
	width: 30px;
	height: 28px;
}

.woocommerce p.stars a:before {
	content: "\2605";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	text-indent: 0;
	width: 20px;
	height: 20px;
	transition: color var(--wp--custom--duration--transition);
}

.woocommerce p.stars a:before,
.woocommerce p.stars a:hover ~ a:before,
.woocommerce p.stars.selected a.active ~ a:before,
.woocommerce .star-rating:before {
	color: rgba(127, 127, 127, 0.5);
}

.woocommerce p.stars:hover a:before,
.woocommerce p.stars.selected a:not(.active):before,
.woocommerce p.stars.selected a.active:before,
.woocommerce .star-rating span:before {
	color: #f7b90c;
}

.woocommerce .star-rating {
	position: relative;
	overflow: hidden;
	width: 116px;
	height: 1em;
	line-height: 1;
	font-size: var(--wp--custom--typography--font-size--medium);
	letter-spacing: 5px;
}

.woocommerce .star-rating span {
	overflow: hidden;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1.5em;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
	content: "\2605\2605\2605\2605\2605";
	position: absolute;
	top: 0;
	left: 0;
}

.woocommerce .star-rating:before {
	display: block;
	float: left;
}

.single-product div.product .woocommerce-product-rating {
	margin-bottom: var(--wp--style--block-gap);
}

.single-product div.product .woocommerce-product-rating .star-rating {
	margin-bottom: 3px;
}

.single-product div.product .woocommerce-product-rating:after {
	clear: both;
	content: "";
	display: table;
}

/* > Categories view */
.woocommerce .product-category a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.woocommerce .product-category a img {
	display: block;
	width: 100%;
}

.woocommerce .product-category h2 {
	display: block;
	font-size: var(--wp--custom--typography--font-size--medium);
	padding: 0.5em 10px;
	margin: 0;
}

.woocommerce .product-category h2 mark {
	background-color: inherit;
	color: var(--wp--preset--color--faded);
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
}

/* > Widgets */
.site-sidebar .widget.widget_block:has(> .no-padding-border),
.site-sidebar .widget.widget_block:has(> .wp-block-woocommerce-product-search),
.site-sidebar .widget.widget_block:has(> .wp-block-woocommerce-mini-cart) {
	padding: 0;
	border: none;
	background-color: transparent;
}

.site-sidebar .widget ul ul > li:last-child {
	margin-bottom: calc(0.5 * var(--wp--custom--spacing--gap));
}

.wc-block-product-categories,
.wc-block-product-categories select {
	margin-bottom: 0;
}

.wc-block-product-search .wc-block-product-search__fields {
	position: relative;
	display: block;
}

.wc-block-product-search .wc-block-product-search__button {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 2.2rem;
	height: 2.75rem;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	background-color: transparent;
	color: var(--wp--custom--color--input--regular--foreground);
	border-radius: 0;
	transition: none;
}

.wc-block-components-review-sort-select {
	margin-bottom: 0;
}

.wc-block-components-review-list-item__rating {
	width: 100%;
}

.wc-block-components-review-list-item__info {
	margin-bottom: calc(0.5 * var(--wp--custom--spacing--gap));
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
	color: var(--wp--preset--color--faded);
	padding-left: 0;
}

.site-sidebar .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
	font-size: 0.9rem;
}

.site-sidebar .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
	content: none;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product {
	margin-top: 0;
	margin-bottom: 0;
}

.wc-block-grid__product .wc-block-grid__product-title {
	font-family: var(--wp--preset--font-family--headings-font);
	font-weight: var(--wp--custom--typography--weight--headings);
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--typography--line-height--tiny);
	color: var(--wp--preset--color--headings);
	margin-bottom: calc(0.5 * var(--wp--custom--spacing--gap));
}

.wc-block-grid__product:last-child .wc-block-grid__product-add-to-cart,
.wc-block-grid__product:last-child .wc-block-grid__product-onsale,
.wc-block-grid__product:last-child .wc-block-grid__product-price:last-child,
.wc-block-grid__product:last-child .wc-block-grid__product-rating {
	margin-bottom: 0;
}

.wc-block-grid__product:last-child {
	border-bottom: 0;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: var(--wp--custom--typography--font-size--tiny);
	padding: 0.38465em 0.75em;
	margin: calc(0.5 * var(--wp--custom--spacing--gap)) calc(0.25 * var(--wp--custom--spacing--gap)) 0;
	color: var(--wp--custom--color--button--regular--foreground);
}

.wc-block-grid__product .wc-block-grid__product-onsale {
	padding: .3em .5em;
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	font-size: .8rem;
	font-weight: 400;
	border-radius: 0;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image):last-child {
	margin-bottom: 0;
}

.wc-block-product-categories__dropdown + .wc-block-product-categories__button {
	margin-left: 10px;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove svg {
	vertical-align: top;
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
	color: var(--wp--custom--color--input--required);
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
	display: inline-block;
	font-size: var(--wp--custom--typography--font-size--tiny);
	padding: 0.38465em 0.75em;
	margin: .75rem 0 0;
	text-decoration: none;
	background-color: var(--wp--custom--color--button--regular--background);
	color: var(--wp--custom--color--button--regular--foreground);
	border: 2px solid var(--wp--custom--color--button--regular--border);
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus {
	background-color: var(--wp--custom--color--button--hover--background);
	border-color: var(--wp--custom--color--button--hover--border);
	color: var(--wp--custom--color--button--hover--foreground);
}

.wc-block-components-price-slider__range-input-wrapper {
	background-color: var(--wp--custom--color--button--background);
}

.wc-block-components-price-slider__range-input-progress {
	--range-color: var(--wp--preset--color--foreground);
}

.wc-block-price-slider .wc-block-components-price-slider__range-input:focus {
	box-shadow: none;
}

.wp-block-woocommerce-mini-cart button {
	border: 2px solid var(--wp--custom--color--button--regular--border);
	padding: 0.75em 1em;
	margin-bottom: 0;
}

.wp-block-woocommerce-mini-cart .wc-block-mini-cart__badge {
	display: inline-block;
	color: var(--wp--preset--color--foreground);
	background-color: var(--wp--preset--color--theme-border);
	width: 17px;
	height: 17px;
	line-height: 17px;
	font-size: 10px;
	text-align: center;
	border: 0;
	border-radius: 50%;
	transition: color var(--wp--custom--duration--transition), background-color var(--wp--custom--duration--transition);
}

.wp-block-woocommerce-mini-cart :hover .wc-block-mini-cart__badge {
	background-color: var(--wp--preset--color--tertiary);
}

.wc-block-mini-cart__button:hover:not([disabled]) {
	opacity: 1;
}

.wc-block-components-drawer .components-modal__header .components-button {
	top: -28px;
}

.wc-block-mini-cart__products-table td:before,
.wc-block-mini-cart__products-table tbody th:before {
	content: none;
}

.wc-block-mini-cart__footer {
	border-color: var(--wp--preset--color--theme-border);
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	color: var(--wp--custom--color--input--required);
}

.wc-block-components-quantity-selector:after {
	border-radius: 0;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button:hover {
	color: #fff;
}

.widget_shopping_cart .woocommerce-mini-cart-item.mini_cart_item,
.widget_products .product_list_widget li,
.widget_top_rated_products .product_list_widget li {
	margin-bottom: var(--wp--custom--spacing--gap);
}

.widget_shopping_cart .woocommerce-mini-cart-item.mini_cart_item {
	position: relative;
}

.widget_shopping_cart .woocommerce-mini-cart__total {
	margin-top: var(--wp--custom--spacing--gap);
}

.widget_shopping_cart .woocommerce-mini-cart-item.mini_cart_item .remove {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 28px;
	height: 28px;
	font-family: Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	background-color: var(--wp--custom--color--input--required);
	color: #fff;
}

.widget_shopping_cart .woocommerce-mini-cart-item.mini_cart_item > a,
.widget_products .product_list_widget li > a,
.widget_products .product_list_widget li > a .product-title,
.widget_top_rated_products .product_list_widget li > a,
.widget_top_rated_products .product_list_widget li > a .product-title {
	display: block;
	font-weight: bolder;
}

.wp-block-woocommerce-featured-category .wp-block-button .wp-block-button__link,
.wp-block-woocommerce-featured-product .wp-block-button .wp-block-button__link {
	color: inherit;
}

.site-sidebar .wc-block-stock-filter,
.site-sidebar .wc-block-components-price-slider,
.site-sidebar .wc-block-active-filters,
.site-sidebar .wc-block-attribute-filter,
.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
	margin-bottom: 0;
}

.wc-block-active-filters__list-item-type {
	color: var(--wp--preset--color--faded);
}

.wc-block-price-filter__controls,
.wc-block-price-filter__controls input,
.wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
	border-color: var(--wp--custom--color--input--regular--border);
}

.wc-block-price-filter__controls input:focus {
	border-color: var(--wp--custom--color--input--focus--border) !important;
}

.wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
	border-width: 2px;
	border-radius: 0;
	padding: 0;
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {

}

.wc-block-components-chip,
.wc-block-components-chip.is-removable {
	padding: 0.2rem 0.75rem;
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
	background-color: var(--wp--custom--color--button--hover--background);
	color: var(--wp--custom--color--button--hover--foreground);
}

.wc-block-components-chip .wc-block-components-chip__remove {
	margin-bottom: 0;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
	font-size: 1rem;
	color: var(--wp--custom--color--input--regular--foreground);
	padding: 0.5rem 0.75rem;
	margin: 0;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
	padding: 0;
	margin: 0;
}

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
	margin: 0 0.75rem 0.75rem;
	border: 2px solid var(--wp--custom--color--input--regular--border);
	padding: 3px 5px;
}

.wc-block-components-dropdown-selector__list {
	margin-top: -2px;
}

.wc-block-components-dropdown-selector__list:not(:empty) {
	border: 2px solid var(--wp--custom--color--input--regular--border);
	padding: 0.5rem 0.75rem;
}

.wc-block-components-dropdown-selector__list-item {
	padding: 4px 7px;
	color: inherit;
}

.is-single .wc-block-components-dropdown-selector__input:first-child {
	padding: 4px 7px;
}

.wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
	background-color: var(--wp--preset--color--secondary);
	color: var(--wp--custom--color--secondary-alt);
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
	margin-bottom: 0;
	outline: 0;
}

.site-sidebar .wc-block-active-filters ul ul > li:first-child {
	margin-top: 0;
}

.wc-block-components-drawer__screen-overlay {
	background-color: var(--wp--custom--color--overlay--inverted--background);
}

@media (min-width: 600px) {
	.wc-block-mini-cart__drawer .components-modal__content {
		padding-top: var(--spacing--admin--bar);
	}

	.wc-block-components-drawer .components-modal__header .components-button {
		top: calc(var(--spacing--admin--bar) - 25px);
		padding: 0.75rem;
	}
}

.wp-block-woocommerce-mini-cart-contents {
	padding: var(--wp--custom--spacing--gap) calc(0.5 * var(--wp--custom--spacing--gap)) calc(1.5 * var(--wp--custom--spacing--gap));
}

/* > Various */
.site-footer .wc-block-grid__product .wc-block-grid__product-title {
	color: var(--wp--custom--color--footer--foreground);
}

.site-footer .wc-block-grid__product .wc-block-grid__product-onsale {
	color: var(--wp--custom--color--footer--background);
	background-color: var(--wp--custom--color--footer--foreground);
	border-color: var(--wp--custom--color--footer--foreground);
}

.site-footer .wp-block-woocommerce-product-categories button,
.site-footer .woocommerce-mini-cart__buttons a {
	color: var(--wp--custom--color--footer--background);
	background-color: var(--wp--custom--color--footer--foreground);
	border-color: var(--wp--custom--color--footer--foreground);
}

.site-footer .wc-block-components-price-slider__range-input-progress {
	--range-color: var(--wp--custom--color--footer--foreground);
}

.site-footer .wc-block-product-categories.is-dropdown {
	justify-content: center;
}

.site-footer .widget_shopping_cart .woocommerce-mini-cart-item.mini_cart_item > a img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.site-footer .widget_shopping_cart .woocommerce-mini-cart-item.mini_cart_item .remove {
	left: 50%;
	margin-left: 115px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
	padding-left: 0;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item .wc-block-product-categories-list-item {
	margin-left: 25px;
}

.wc-block-product-search__label:empty {
	display: none;
}

.wc-block-product-search .wc-block-product-search__field {
	margin-bottom: 0;
}

.woocommerce-form-login__rememberme {
	display: block;
	margin-bottom: var(--wp--custom--spacing--gap);
}

.pswp__bg {
	background-color: rgba(0,0,0,0.8);
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
	background-color: transparent;
}
