.fc-shop-archive {
	--fc-shop-columns: 4;
	--fc-shop-gap: 20px;
}

.fc-shop-archive--preset-classic_sidebar {
	--fc-shop-gap: 30px;
}

.fc-shop-archive--preset-clean_grid {
	--fc-shop-gap: 24px;
}

.fc-shop-archive--preset-marketplace_dense {
	--fc-shop-gap: 28px;
}

.fc-shop-breadcrumb {
	margin-block-end: 20px;
	color: var(--fc-color-muted);
	font-size: 0.875rem;
}

.fc-shop-breadcrumb a {
	color: var(--fc-color-text);
	text-decoration: none;
}

.fc-shop-banner {
	position: relative;
	display: grid;
	min-height: 220px;
	margin-block-end: 28px;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--fc-color-primary) 28%, var(--fc-color-border));
	border-radius: 18px;
	background:
		linear-gradient(90deg, rgba(33, 37, 41, 0.86), rgba(33, 37, 41, 0.34)),
		linear-gradient(135deg, var(--fc-color-primary), var(--fc-color-primary-dark));
	color: #fff;
}

.fc-shop-banner__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

.fc-shop-banner__content {
	position: relative;
	z-index: 1;
	display: grid;
	align-content: center;
	max-width: 620px;
	padding: clamp(24px, 4vw, 48px);
}

.fc-shop-banner__subtitle {
	margin: 0 0 10px;
	font-weight: 800;
}

.fc-shop-banner__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 4rem);
	line-height: 0.96;
	letter-spacing: 0;
}

.fc-shop-banner__description {
	max-width: 42rem;
	margin: 14px 0 0;
	color: rgba(255, 255, 255, 0.84);
	font-size: 1rem;
}

.fc-shop-banner__button {
	justify-self: start;
	margin-block-start: 22px;
	padding: 12px 18px;
	border-radius: 999px;
	background: #fff;
	color: var(--fc-color-primary-dark);
	font-weight: 800;
	text-decoration: none;
}

.fc-shop-layout {
	display: grid;
	gap: 28px;
}

.fc-shop-layout--has-sidebar {
	grid-template-columns: minmax(0, 1fr) 300px;
}

.fc-shop-archive--left_sidebar .fc-shop-layout--has-sidebar {
	grid-template-columns: 300px minmax(0, 1fr);
}

.fc-shop-archive--preset-clean_grid .fc-shop-layout,
.fc-shop-archive--preset-clean_grid .fc-shop-layout--has-sidebar,
.fc-shop-archive--preset-clean_grid.fc-shop-archive--left_sidebar .fc-shop-layout--has-sidebar {
	grid-template-columns: 1fr;
}

.fc-shop-layout__main {
	min-width: 0;
}

.fc-shop-sidebar {
	min-width: 0;
}

.fc-shop-sidebar__inner {
	position: sticky;
	top: 24px;
	padding: 20px;
	border: 1px solid var(--fc-color-border);
	border-radius: 16px;
	background: #fff;
}

.fc-shop-sidebar__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-block-end: 16px;
	padding-block-end: 12px;
	border-bottom: 1px solid var(--fc-color-border);
}

.fc-shop-sidebar__title {
	margin: 0;
	font-size: 1rem;
}

.fc-shop-sidebar__close {
	display: none;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--fc-color-border);
	border-radius: 999px;
	background: #fff;
	color: var(--fc-color-text);
}

.fc-shop-sidebar__close svg {
	width: 18px;
	height: 18px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
}

.fc-shop-sidebar-overlay {
	display: none;
}

.fc-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-block-end: 20px;
	padding: 14px 16px;
	border: 1px solid var(--fc-color-border);
	border-radius: 14px;
	background: #fff;
}

.fc-shop-archive--preset-clean_grid .fc-shop-toolbar {
	padding-inline: 0;
	border-color: transparent;
	background: transparent;
}

.fc-shop-archive--preset-marketplace_dense .fc-shop-toolbar {
	margin-block-end: 22px;
	padding: 18px 24px;
	border: 0;
	border-radius: 10px;
	background: color-mix(in srgb, var(--fc-color-surface-soft) 76%, #fff);
	box-shadow: none;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar {
	margin-block-end: 22px;
	padding: 14px 24px;
	border: 0;
	border-radius: 7px;
	background: color-mix(in srgb, var(--fc-color-surface-soft) 72%, #fff);
	box-shadow: none;
}

.fc-shop-toolbar .woocommerce-result-count {
	margin: 0;
	color: var(--fc-color-muted);
	font-size: 0.9375rem;
}

.fc-shop-toolbar__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.fc-shop-toolbar__filter-button {
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--fc-color-border);
	border-radius: 10px;
	background: var(--fc-color-surface-soft);
	color: var(--fc-color-text);
	font-weight: 800;
}

.fc-shop-toolbar__filter-button svg,
.fc-shop-toolbar__view svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.fc-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

.fc-shop-toolbar__per-page {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.fc-shop-toolbar__per-page label {
	color: var(--fc-color-muted);
	font-size: 0.875rem;
	font-weight: 800;
}

.fc-shop-toolbar select {
	min-height: 42px;
	padding-inline: 12px;
	border: 1px solid var(--fc-color-border);
	border-radius: 10px;
	background: #fff;
	color: var(--fc-color-text);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar select {
	min-height: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--fc-color-text);
	font-size: 0.8125rem;
	font-weight: 800;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar__per-page label,
.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar .woocommerce-result-count {
	font-size: 0.8125rem;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar__actions {
	gap: 20px;
}

.fc-shop-toolbar__views {
	display: inline-flex;
	gap: 6px;
	padding: 4px;
	border: 1px solid var(--fc-color-border);
	border-radius: 12px;
	background: var(--fc-color-surface-soft);
}

.fc-shop-toolbar__view {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	border-radius: 9px;
	color: var(--fc-color-muted);
	text-decoration: none;
}

.fc-shop-toolbar__view:hover,
.fc-shop-toolbar__view:focus-visible,
.fc-shop-toolbar__view.is-active {
	background: #fff;
	color: var(--fc-color-primary);
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar__views {
	gap: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar__view {
	width: 34px;
	height: 34px;
	border: 1px solid transparent;
	border-radius: 50%;
	background: transparent;
	color: var(--fc-color-muted);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar__view:hover,
.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar__view:focus-visible,
.fc-shop-archive--preset-classic_sidebar .fc-shop-toolbar__view.is-active {
	border-color: color-mix(in srgb, var(--fc-color-border) 80%, #fff);
	background: #fff;
	color: var(--fc-color-text);
	box-shadow: 0 6px 18px rgba(33, 37, 41, 0.08);
}

.woocommerce .fc-shop-archive ul.products {
	display: grid;
	grid-template-columns: repeat(var(--fc-shop-columns), minmax(0, 1fr));
	gap: var(--fc-shop-gap);
	margin: 0;
	padding: 0;
}

.woocommerce .fc-shop-archive ul.products::before,
.woocommerce .fc-shop-archive ul.products::after {
	display: none;
}

.woocommerce .fc-shop-archive ul.products.columns-2 { --fc-shop-columns: 2; }
.woocommerce .fc-shop-archive ul.products.columns-3 { --fc-shop-columns: 3; }
.woocommerce .fc-shop-archive ul.products.columns-4 { --fc-shop-columns: 4; }
.woocommerce .fc-shop-archive ul.products.columns-5 { --fc-shop-columns: 5; }
.woocommerce .fc-shop-archive ul.products.columns-6 { --fc-shop-columns: 6; }

.woocommerce .fc-shop-archive ul.products li.product.fc-product-card {
	display: flex;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 14px;
	border: 1px solid var(--fc-color-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.04);
	transition: border-color var(--fc-transition), box-shadow var(--fc-transition), transform var(--fc-transition);
}

.woocommerce .fc-shop-archive--preset-classic_sidebar ul.products {
	background: #fff;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar ul.products li.product.fc-product-card {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transform: none;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar ul.products li.product.fc-product-card::before {
	position: absolute;
	z-index: -1;
	inset: -12px -12px -54px;
	content: "";
	border: 1px solid var(--fc-color-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 22px 44px rgba(33, 37, 41, 0.13);
	opacity: 0;
	transition: opacity var(--fc-transition);
}

.woocommerce .fc-shop-archive--preset-classic_sidebar ul.products li.product.fc-product-card:hover {
	z-index: 5;
	border-color: var(--fc-color-border);
	box-shadow: none;
	transform: none;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar ul.products li.product.fc-product-card:hover::before {
	opacity: 1;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__shell {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__main,
.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__body,
.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__footer-inner {
	min-width: 0;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.woocommerce .fc-shop-archive--preset-clean_grid ul.products li.product.fc-product-card {
	padding: 0;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.woocommerce .fc-shop-archive--preset-clean_grid .fc-product-card__media {
	border-width: 0 0 1px;
	border-radius: 0;
}

.woocommerce .fc-shop-archive--preset-clean_grid .fc-product-card__body {
	padding: 16px;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense ul.products li.product.fc-product-card {
	position: relative;
	z-index: 1;
	display: block;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	transform: none;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense:not(.fc-shop-archive--view-list) ul.products li.product.fc-product-card::before {
	position: absolute;
	z-index: -1;
	inset: -12px -12px -64px;
	content: "";
	border: 1px solid var(--fc-color-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 56px rgba(33, 37, 41, 0.12);
	opacity: 0;
	transition: opacity var(--fc-transition);
}

.woocommerce .fc-shop-archive--preset-marketplace_dense ul.products li.product.fc-product-card:hover {
	z-index: 7;
	border-color: transparent;
	box-shadow: none;
	transform: none;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense:not(.fc-shop-archive--view-list) ul.products li.product.fc-product-card:hover::before {
	opacity: 1;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__shell {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__main {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__media {
	border-radius: 5px;
	background: #f8f9fa;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__media img {
	padding: 10px;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__body {
	gap: 6px;
	padding-block-start: 12px;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__title {
	font-size: 0.93rem;
	font-weight: 800;
	line-height: 1.32;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__price {
	font-size: 1.12rem;
	line-height: 1.1;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__actions {
	padding-block-start: 4px;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__stock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #099268;
	font-size: 0.8125rem;
	font-weight: 800;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__stock::before {
	width: 0.55rem;
	height: 0.55rem;
	content: "";
	border: 2px solid currentColor;
	border-radius: 2px;
	transform: rotate(45deg);
}

.woocommerce .fc-shop-archive ul.products li.product.fc-product-card:hover {
	border-color: color-mix(in srgb, var(--fc-color-primary) 28%, var(--fc-color-border));
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	transform: translateY(-2px);
}

.woocommerce .fc-shop-archive--view-list ul.products {
	grid-template-columns: 1fr;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list ul.products {
	gap: 0;
	border-block-start: 1px solid var(--fc-color-border);
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list ul.products li.product.fc-product-card {
	padding: 26px 0;
	border-bottom: 1px solid var(--fc-color-border);
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list ul.products li.product.fc-product-card::before {
	display: none;
}

.woocommerce .fc-shop-archive--view-list:not(.fc-shop-archive--preset-classic_sidebar):not(.fc-shop-archive--preset-marketplace_dense) ul.products li.product.fc-product-card {
	display: grid;
	grid-template-columns: minmax(180px, 0.28fr) minmax(0, 1fr);
	gap: 20px;
	align-items: stretch;
	padding: 16px;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list ul.products {
	gap: 0;
	border-block-start: 1px solid var(--fc-color-border);
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list ul.products li.product.fc-product-card {
	padding: 28px 0;
	border-bottom: 1px solid var(--fc-color-border);
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__shell {
	display: grid;
	grid-template-columns: 210px minmax(220px, 1fr) minmax(200px, 0.85fr) minmax(180px, 230px);
	align-items: center;
	column-gap: 28px;
	min-height: 214px;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__main {
	display: contents;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__media-wrap {
	grid-column: 1;
	min-width: 0;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__body {
	display: flex;
	grid-column: 2;
	flex-direction: column;
	justify-content: center;
	gap: 7px;
	min-width: 0;
	padding-block-start: 0;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__media {
	height: 210px;
	min-height: 0;
	border-radius: 8px;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__title {
	max-width: 360px;
	font-size: 1.18rem;
	line-height: 1.2;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__rating {
	line-height: 1;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__price {
	font-size: 1.35rem;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__footer {
	position: relative;
	display: block;
	grid-column: 3 / 5;
	align-items: center;
	min-width: 0;
	opacity: 1;
	visibility: visible;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
	gap: 34px;
	align-items: center;
	width: 100%;
	padding-left: 0;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__footer-inner:not(:has(.fc-product-card__excerpt)) {
	grid-template-columns: minmax(180px, 240px);
	justify-content: end;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__excerpt {
	display: block;
	color: var(--fc-color-text);
	font-size: 0.9375rem;
	line-height: 1.55;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__excerpt ul,
.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__excerpt ol {
	margin: 0;
	padding-left: 1.1rem;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__excerpt li + li {
	margin-top: 5px;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__actions {
	align-self: center;
	max-width: none;
	padding-block-start: 0;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense.fc-shop-archive--view-list .fc-product-card__actions .button {
	width: 100%;
	min-height: 46px;
	border-radius: 7px;
	font-size: 0.9rem;
	font-weight: 800;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__shell {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 0;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__main {
	display: flex;
	flex: 0 0 58%;
	max-width: 58%;
	flex-direction: row;
	align-items: flex-start;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__media-wrap {
	flex: 0 0 38%;
	max-width: 38%;
	margin-right: 22px;
}

.woocommerce .fc-shop-archive--view-list .fc-product-card__media-link {
	min-width: 0;
}

.woocommerce .fc-shop-archive--view-list .fc-product-card__media {
	height: 100%;
	min-height: 210px;
	aspect-ratio: auto;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__media {
	height: 210px;
	min-height: 0;
}

.woocommerce .fc-shop-archive--view-list .fc-product-card__body {
	padding-block-start: 0;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-self: center;
	gap: 7px;
	padding-block-start: 0;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__footer {
	position: relative;
	display: flex;
	flex: 1 1 42%;
	align-items: center;
	min-width: 0;
	opacity: 1;
	visibility: visible;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__footer-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(170px, 190px);
	gap: 24px;
	align-items: center;
	width: 100%;
	padding-left: 24px;
}

.woocommerce .fc-shop-archive--view-list .fc-product-card__title {
	font-size: clamp(1.1rem, 1.4vw, 1.35rem);
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__title {
	font-size: 1.05rem;
	line-height: 1.25;
}

.woocommerce .fc-shop-archive--view-list .fc-product-card__actions {
	max-width: 260px;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__actions {
	align-self: center;
	max-width: none;
	padding-block-start: 0;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__actions .button {
	width: 100%;
}

.fc-product-card__media-link {
	display: block;
	text-decoration: none;
}

.fc-product-card__media {
	position: relative;
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border: 1px solid color-mix(in srgb, var(--fc-color-border) 72%, transparent);
	border-radius: 14px;
	background: #f8f9fa;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__media {
	border-color: color-mix(in srgb, var(--fc-color-border) 78%, transparent);
	border-radius: 4px;
	background: #f7f8fa;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__media-link {
	margin-bottom: 14px;
}

.fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__media-link {
	margin-bottom: 0;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__media img {
	padding: 10px;
}

.fc-product-card__media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 14px;
	transition: transform var(--fc-transition);
}

.fc-product-card:hover .fc-product-card__media img {
	transform: scale(1.035);
}

.fc-product-card .onsale {
	position: absolute;
	z-index: 2;
	top: 12px;
	left: 12px;
	min-height: 0;
	margin: 0;
	padding: 7px 12px;
	border-radius: 999px;
	background: var(--fc-color-primary);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 900;
	line-height: 1;
	text-transform: uppercase;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card .onsale {
	top: 10px;
	left: 10px;
	padding: 7px 11px;
	border-radius: 999px;
	font-size: 0.6875rem;
}

.fc-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 9px;
	padding-block-start: 14px;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__body {
	gap: 7px;
	padding-block-start: 0;
}

.fc-product-card__sku {
	color: var(--fc-color-muted);
	font-size: 0.8125rem;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__sku {
	color: var(--fc-color-muted);
	font-size: 0.75rem;
	font-weight: 700;
}

.woocommerce .fc-product-card__title {
	margin: 0;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__title {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.32;
}

.fc-product-card__title a {
	color: var(--fc-color-text);
	text-decoration: none;
}

.fc-product-card__title a:hover,
.fc-product-card__title a:focus-visible {
	color: var(--fc-color-primary);
}

.fc-product-card__rating .star-rating {
	margin: 0;
	color: #fbbf24;
	font-size: 0.8125rem;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__rating .star-rating {
	font-size: 0.78rem;
}

.fc-product-card__price {
	color: var(--fc-color-text);
	font-size: 1.125rem;
	font-weight: 900;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__price {
	font-size: 1.15rem;
	line-height: 1.1;
}

.fc-product-card__price del {
	color: var(--fc-color-muted);
	font-size: 0.875rem;
	font-weight: 500;
}

.fc-product-card__price ins {
	color: var(--fc-color-primary);
	text-decoration: none;
}

.fc-product-card__excerpt {
	display: none;
	color: var(--fc-color-muted);
	font-size: 0.875rem;
	line-height: 1.55;
}

.fc-shop-archive--view-list .fc-product-card__excerpt {
	display: block;
}

.fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__excerpt {
	color: var(--fc-color-text);
}

.fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__excerpt ul,
.fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__excerpt ol {
	margin: 0;
	padding-left: 1.1rem;
}

.fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__excerpt li + li {
	margin-top: 4px;
}

.fc-product-card__stock {
	color: #099268;
	font-size: 0.875rem;
	font-weight: 800;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__stock {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #099268;
	font-size: 0.8125rem;
	font-weight: 800;
}

.fc-shop-archive--preset-classic_sidebar .fc-product-card__stock::before {
	width: 0.55rem;
	height: 0.55rem;
	content: "";
	border: 2px solid currentColor;
	border-radius: 2px;
	transform: rotate(45deg);
}

.fc-product-card__stock.is-out-of-stock {
	color: var(--fc-color-primary);
}

.fc-product-card__actions {
	margin-block-start: auto;
	padding-block-start: 8px;
}

.woocommerce .fc-product-card__actions .button {
	width: 100%;
	text-align: center;
	text-decoration: none;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__actions .button {
	min-height: 38px;
	border-radius: 6px;
	background: var(--fc-color-primary);
	font-size: 0.875rem;
	font-weight: 800;
}

.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__actions .button {
	min-height: 42px;
	border-radius: 7px;
	background: var(--fc-color-primary);
	font-size: 0.875rem;
	font-weight: 800;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar:not(.fc-shop-archive--view-list) .fc-product-card__actions .button {
	min-height: 42px;
	border-radius: 6px;
}

.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__actions .button {
	min-height: 44px;
	padding-inline: 20px;
	border-radius: 7px;
	font-size: 0.86rem;
}

@media (min-width: 1025px) {
	.woocommerce .fc-shop-archive--preset-classic_sidebar:not(.fc-shop-archive--view-list) .fc-product-card__actions {
		position: absolute;
		z-index: 2;
		top: calc(100% + 10px);
		left: 0;
		right: 0;
		overflow: visible;
		padding-block-start: 0;
		opacity: 0;
		pointer-events: none;
		transition: opacity var(--fc-transition), transform var(--fc-transition);
		transform: translateY(-4px);
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar:not(.fc-shop-archive--view-list) li.product.fc-product-card:hover .fc-product-card__actions {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.woocommerce .fc-shop-archive--preset-marketplace_dense:not(.fc-shop-archive--view-list) .fc-product-card__footer {
		position: absolute;
		z-index: 2;
		top: calc(100% + 12px);
		left: 0;
		right: 0;
		overflow: visible;
		opacity: 0;
		pointer-events: none;
		transition: opacity var(--fc-transition), transform var(--fc-transition);
		transform: translateY(-6px);
	}

	.woocommerce .fc-shop-archive--preset-marketplace_dense:not(.fc-shop-archive--view-list) .fc-product-card__footer-inner {
		display: block;
		padding: 0;
	}

	.woocommerce .fc-shop-archive--preset-marketplace_dense:not(.fc-shop-archive--view-list) .fc-product-card__excerpt {
		display: none;
	}

	.woocommerce .fc-shop-archive--preset-marketplace_dense:not(.fc-shop-archive--view-list) li.product.fc-product-card:hover .fc-product-card__footer {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}
}

.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__actions .button:hover,
.woocommerce .fc-shop-archive--preset-classic_sidebar .fc-product-card__actions .button:focus-visible,
.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__actions .button:hover,
.woocommerce .fc-shop-archive--preset-marketplace_dense .fc-product-card__actions .button:focus-visible {
	background: var(--fc-color-primary-dark);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar__inner,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar__inner {
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar__header,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar__header {
	margin: 0;
	padding: 0 0 12px;
	border-bottom: 1px solid var(--fc-color-border);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar__title,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar__title {
	font-size: 0.9375rem;
	font-weight: 800;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget {
	margin: 0;
	padding: 22px 0;
	border-bottom: 1px solid var(--fc-color-border);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget_search,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget_recent_entries,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget_recent_comments,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget_archive,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget_meta,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget_block:has(.wp-block-search),
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget_block:has(.wp-block-latest-posts),
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget_search,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget_recent_entries,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget_recent_comments,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget_archive,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget_meta,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget_block:has(.wp-block-search),
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget_block:has(.wp-block-latest-posts) {
	display: none;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .widget-title,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wp-block-heading,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .widget-title,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wp-block-heading {
	margin: 0 0 16px;
	color: var(--fc-color-text);
	font-size: 1.28rem;
	line-height: 1.2;
	font-weight: 800;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar ul,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar ol,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar ul,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar li + li,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar li + li {
	margin-block-start: 12px;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar a,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar a {
	color: var(--fc-color-text);
	text-decoration: none;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar a:hover,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar a:focus-visible,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar a:hover,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar a:focus-visible {
	color: var(--fc-color-primary);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar label,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--fc-color-text);
	font-size: 0.94rem;
	line-height: 1.35;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar input[type="checkbox"],
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--fc-color-primary);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wc-block-components-checkbox,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wc-block-components-checkbox {
	margin: 0;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__label,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__label {
	color: var(--fc-color-text);
	font-size: 0.94rem;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"],
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
	border-radius: 4px;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wc-block-components-price-slider__range-input-wrapper,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wc-block-components-price-slider__range-input-progress,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wc-block-components-price-slider__range-input-wrapper,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wc-block-components-price-slider__range-input-progress {
	color: var(--fc-color-primary);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .ui-slider,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .ui-slider {
	height: 4px;
	margin-block: 18px 22px;
	border: 0;
	border-radius: 999px;
	background: var(--fc-color-border);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .ui-slider .ui-slider-range,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .ui-slider .ui-slider-range {
	background: var(--fc-color-primary);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .ui-slider .ui-slider-handle,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .ui-slider .ui-slider-handle {
	top: -6px;
	width: 16px;
	height: 16px;
	border: 0;
	border-radius: 50%;
	background: var(--fc-color-primary);
	box-shadow: 0 2px 8px rgba(239, 35, 60, 0.28);
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wp-block-search__inside-wrapper,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wp-block-search__inside-wrapper {
	display: flex;
	gap: 8px;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wp-block-search__input,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .search-field,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wp-block-search__input,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .search-field {
	min-height: 42px;
	border: 1px solid var(--fc-color-border);
	border-radius: 2px;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .wp-block-search__button,
.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .search-submit,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .wp-block-search__button,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .search-submit {
	min-height: 42px;
	padding-inline: 18px;
	border: 0;
	border-radius: 2px;
	background: var(--fc-color-text);
	color: #fff;
	font-weight: 700;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .price_slider_wrapper .price_slider_amount,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .price_slider_wrapper .price_slider_amount {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	gap: 12px;
}

.fc-shop-archive--preset-classic_sidebar .fc-shop-sidebar .price_slider_wrapper .button,
.fc-shop-archive--preset-marketplace_dense .fc-shop-sidebar .price_slider_wrapper .button {
	min-height: 34px;
	padding-inline: 16px;
	border-radius: 6px;
	background: var(--fc-color-surface-soft);
	color: var(--fc-color-text);
	font-size: 0.72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.fc-shop-pagination {
	margin-block-start: 28px;
}

.fc-shop-pagination .woocommerce-pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0;
	border: 0;
}

.fc-shop-pagination .woocommerce-pagination ul li {
	border: 0;
}

.fc-shop-pagination .page-numbers {
	display: grid;
	min-width: 40px;
	min-height: 40px;
	place-items: center;
	border: 1px solid var(--fc-color-border);
	border-radius: 10px;
	background: #fff;
	color: var(--fc-color-text);
	text-decoration: none;
}

.fc-shop-pagination .page-numbers.current {
	border-color: var(--fc-color-primary);
	background: var(--fc-color-primary);
	color: #fff;
}

@media (max-width: 1180px) {
	.woocommerce .fc-shop-archive ul.products.columns-5,
	.woocommerce .fc-shop-archive ul.products.columns-6 {
		--fc-shop-columns: 4;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list ul.products li.product.fc-product-card {
		padding-block: 22px;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__media {
		height: 180px;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__main {
		flex-basis: 62%;
		max-width: 62%;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__footer-inner {
		grid-template-columns: 1fr;
		gap: 14px;
		padding-left: 20px;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__actions {
		width: 190px;
	}
}

@media (max-width: 1024px) {
	.fc-shop-layout,
	.fc-shop-layout--has-sidebar,
	.fc-shop-archive--left_sidebar .fc-shop-layout--has-sidebar {
		grid-template-columns: 1fr;
	}

	.fc-shop-sidebar__inner {
		position: static;
	}

	.fc-shop-sidebar {
		position: fixed;
		z-index: 1001;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		width: min(390px, calc(100vw - 32px));
		min-width: 0;
		overflow: auto;
		background: #fff;
		box-shadow: 24px 0 54px rgba(15, 23, 42, 0.22);
		transform: translateX(-105%);
		transition: transform var(--fc-transition);
	}

	.fc-shop-sidebar[data-fc-open] {
		transform: translateX(0);
	}

	.fc-shop-sidebar__inner {
		min-height: 100%;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	.fc-shop-sidebar__close {
		display: grid;
		place-items: center;
	}

	.fc-shop-sidebar-overlay {
		position: fixed;
		z-index: 1000;
		inset: 0;
		display: block;
		visibility: hidden;
		border: 0;
		background: rgba(15, 23, 42, 0.46);
		opacity: 0;
		transition: opacity var(--fc-transition), visibility var(--fc-transition);
	}

	.fc-shop-sidebar[data-fc-open] ~ .fc-shop-sidebar-overlay,
	.fc-shop-archive:has(.fc-shop-sidebar[data-fc-open]) .fc-shop-sidebar-overlay,
	:root[data-fc-shop-sidebar-open] .fc-shop-sidebar-overlay {
		visibility: visible;
		opacity: 1;
	}

	:root[data-fc-shop-sidebar-open] {
		overflow: hidden;
	}

	.fc-shop-toolbar__filter-button {
		display: inline-flex;
		align-items: center;
	}

	.woocommerce .fc-shop-archive ul.products {
		--fc-shop-columns: 3;
	}
}

@media (max-width: 720px) {
	.fc-shop-toolbar {
		align-items: stretch;
		flex-direction: column;
	}

	.fc-shop-toolbar__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fc-shop-toolbar__per-page,
	.fc-shop-toolbar .woocommerce-ordering {
		display: grid;
		gap: 7px;
	}

	.fc-shop-toolbar select,
	.fc-shop-toolbar__filter-button {
		width: 100%;
	}

	.fc-shop-toolbar__views {
		justify-content: center;
	}

	.woocommerce .fc-shop-archive ul.products {
		--fc-shop-columns: 2;
		--fc-shop-gap: 14px;
	}

	.woocommerce .fc-shop-archive ul.products li.product.fc-product-card {
		padding: 10px;
	}

	.fc-product-card__body {
		gap: 7px;
	}

	.woocommerce .fc-shop-archive--view-list ul.products li.product.fc-product-card {
		grid-template-columns: 1fr;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__body {
		display: flex;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__shell,
	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__main {
		flex-direction: column;
		max-width: none;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__main,
	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__footer {
		flex-basis: auto;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__media-wrap {
		max-width: none;
		margin-right: 0;
		margin-bottom: 14px;
	}

	.woocommerce .fc-shop-archive--view-list .fc-product-card__media,
	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__media {
		height: auto;
		min-height: 0;
		aspect-ratio: 1 / 1;
	}

	.woocommerce .fc-shop-archive--preset-classic_sidebar.fc-shop-archive--view-list .fc-product-card__footer-inner {
		padding-left: 0;
		padding-top: 14px;
	}

	.woocommerce .fc-shop-archive--view-list .fc-product-card__actions {
		width: auto;
		max-width: none;
	}
}
