/**
 * GC Revamp Core: native WooCommerce and WoodMart product archives.
 *
 * Every rule is limited to a supported product-archive body class.
 */

body.gc-shop-archive-active {
	--gc-archive-ink: #18161b;
	--gc-archive-soft-black: #232128;
	--gc-archive-leaf: #9cc43c;
	--gc-archive-leaf-light: #b8ea45;
	--gc-archive-ivory: #f8f4ec;
	--gc-archive-porcelain: #fffdf8;
	--gc-archive-stone: #e8ded3;
	--gc-archive-product-surface: #f8f4ec;
	--gc-commerce-image-surface: #f8f4ec;
	--gc-archive-muted: #7b746d;
	--gc-archive-display: "EB Garamond", Georgia, serif;
	--gc-archive-body: "Hanken Grotesk", Arial, sans-serif;
	--gc-archive-focus: 2px solid var(--gc-archive-leaf);
	color: var(--gc-archive-ink);
}

/* Archive title and breadcrumbs */
body.gc-shop-archive-active .page-title,
body.gc-shop-archive-active .page-title-default,
body.gc-shop-archive-active .wd-page-title {
	min-height: 0;
	margin-bottom: clamp(34px, 4vw, 54px);
	padding: clamp(52px, 4.4vw, 64px) 0;
	border: 0;
	background-color: var(--gc-archive-ivory) !important;
	background-image: none !important;
	color: var(--gc-archive-ink);
	text-shadow: none;
}

body.gc-shop-archive-active .page-title::before,
body.gc-shop-archive-active .page-title-default::before,
body.gc-shop-archive-active .wd-page-title::before,
body.gc-shop-archive-active .page-title::after,
body.gc-shop-archive-active .page-title-default::after,
body.gc-shop-archive-active .wd-page-title::after,
body.gc-shop-archive-active .page-title .title-bg,
body.gc-shop-archive-active .page-title .title-background,
body.gc-shop-archive-active .page-title .page-title-bg,
body.gc-shop-archive-active .wd-page-title .title-bg,
body.gc-shop-archive-active .wd-page-title .title-background,
body.gc-shop-archive-active .wd-page-title .wd-page-title-bg,
body.gc-shop-archive-active .wd-page-title .wd-page-title-bg-image {
	background: transparent !important;
	background-image: none !important;
	opacity: 0 !important;
}

body.gc-shop-archive-active
	:is(.page-title, .page-title-default, .wd-page-title)
	[style*="background-image"] {
	background-image: none !important;
}

body.gc-shop-archive-active
	:is(.page-title, .page-title-default, .wd-page-title)
	> :is(img, picture),
body.gc-shop-archive-active
	:is(.page-title, .page-title-default, .wd-page-title)
	:is(
		.category-image,
		.category-heading-image,
		.term-image,
		.taxonomy-image
	),
body.gc-shop-archive-active
	:is(.page-title, .page-title-default, .wd-page-title)
	:is(
		.title-bg,
		.title-background,
		.page-title-bg,
		.wd-page-title-bg,
		.wd-page-title-bg-image,
		.category-image,
		.category-heading-image,
		.term-image,
		.taxonomy-image
	)
	:is(img, picture),
body.gc-shop-archive-active
	:is(.page-title, .page-title-default, .wd-page-title)
	.container
	> :is(
		img,
		picture,
		.category-image,
		.category-heading-image,
		.term-image,
		.taxonomy-image
	) {
	display: none !important;
}

body.gc-shop-archive-active .page-title .container,
body.gc-shop-archive-active .wd-page-title .container {
	position: relative;
	z-index: 1;
}

body.gc-shop-archive-active .page-title .entry-title,
body.gc-shop-archive-active .page-title h1,
body.gc-shop-archive-active .wd-page-title .entry-title,
body.gc-shop-archive-active .wd-page-title h1 {
	margin: 0;
	color: var(--gc-archive-ink) !important;
	font-family: var(--gc-archive-display);
	font-size: clamp(46px, 4.2vw, 54px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.02em;
	text-shadow: none;
}

body.gc-shop-archive-active .gc-archive-inline-title {
	max-width: var(--wd-container-w, 1222px);
	margin: 0 auto clamp(28px, 3vw, 42px);
	padding: 0 15px;
}

body.gc-shop-archive-active .gc-archive-inline-title h1 {
	margin: 0;
	color: var(--gc-archive-ink);
	font-family: var(--gc-archive-display);
	font-size: clamp(40px, 4vw, 54px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

body.gc-shop-archive-active .page-title .breadcrumbs,
body.gc-shop-archive-active .page-title .woocommerce-breadcrumb,
body.gc-shop-archive-active .wd-page-title .breadcrumbs,
body.gc-shop-archive-active .wd-page-title .woocommerce-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px 7px;
	max-width: 100%;
	margin-top: 13px;
	color: var(--gc-archive-muted) !important;
	font-family: var(--gc-archive-body);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.035em;
	text-shadow: none;
}

body.gc-shop-archive-active .page-title .breadcrumbs a,
body.gc-shop-archive-active .page-title .woocommerce-breadcrumb a,
body.gc-shop-archive-active .wd-page-title .breadcrumbs a,
body.gc-shop-archive-active .wd-page-title .woocommerce-breadcrumb a {
	color: var(--gc-archive-ink) !important;
	text-decoration: none;
}

body.gc-shop-archive-active .page-title .breadcrumbs a:hover,
body.gc-shop-archive-active .page-title .woocommerce-breadcrumb a:hover,
body.gc-shop-archive-active .wd-page-title .breadcrumbs a:hover,
body.gc-shop-archive-active .wd-page-title .woocommerce-breadcrumb a:hover {
	color: var(--gc-archive-leaf) !important;
}

body.gc-shop-archive-active .page-title .breadcrumbs a:focus-visible,
body.gc-shop-archive-active .page-title .woocommerce-breadcrumb a:focus-visible,
body.gc-shop-archive-active .wd-page-title .breadcrumbs a:focus-visible,
body.gc-shop-archive-active .wd-page-title .woocommerce-breadcrumb a:focus-visible {
	border-radius: 2px;
	outline: var(--gc-archive-focus);
	outline-offset: 3px;
}

body.gc-shop-archive-active .term-description,
body.gc-shop-archive-active .archive-description,
body.gc-shop-archive-active .woocommerce-products-header__description {
	max-width: 760px;
	margin-right: auto;
	margin-left: auto;
	color: var(--gc-archive-muted);
	font-family: var(--gc-archive-body);
	font-size: 15px;
	line-height: 1.7;
	text-align: center;
}

body.gc-shop-archive-active .page-title .term-description,
body.gc-shop-archive-active .page-title .archive-description,
body.gc-shop-archive-active .page-title .woocommerce-products-header__description {
	margin-top: 16px;
}

/* Archive content and toolbar */
body.gc-shop-archive-active .shop-content-area,
body.gc-shop-archive-active .site-content .woocommerce {
	font-family: var(--gc-archive-body);
}

body.gc-shop-archive-active .shop-loop-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px 24px;
	margin: 0 0 34px;
	padding: 14px 0;
	border-top: 1px solid var(--gc-archive-stone);
	border-bottom: 1px solid var(--gc-archive-stone);
	color: var(--gc-archive-ink);
	background: transparent;
}

body.gc-shop-archive-active .shop-loop-head .wd-shop-tools {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

body.gc-shop-archive-active .shop-loop-head .woocommerce-result-count {
	margin: 0;
	color: var(--gc-archive-muted);
	font-family: var(--gc-archive-body);
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.015em;
}

body.gc-shop-archive-active .shop-loop-head .wd-products-per-page,
body.gc-shop-archive-active .shop-loop-head .wd-products-shop-view,
body.gc-shop-archive-active .shop-loop-head .wd-products-per-row,
body.gc-shop-archive-active .shop-loop-head .wd-shop-view,
body.gc-shop-archive-active .shop-loop-head .products-per-page,
body.gc-shop-archive-active .shop-loop-head .per-page-variation,
body.gc-shop-archive-active .shop-loop-head .wd-col-switch,
body.gc-shop-archive-active .shop-loop-head .wd-grid-switch {
	display: none !important;
}

body.gc-shop-archive-active .shop-loop-head .wd-sidebar-opener,
body.gc-shop-archive-active .shop-loop-head .wd-show-sidebar-btn,
body.gc-shop-archive-active .shop-loop-head .wd-sidebar-opener.wd-action-btn {
	display: inline-flex !important;
	align-items: center;
	min-height: 44px;
	margin: 0;
}

body.gc-shop-archive-active
	.shop-loop-head
	:is(.wd-sidebar-opener, .wd-show-sidebar-btn)[hidden] {
	display: none !important;
}

body.gc-shop-archive-active .shop-loop-head .wd-sidebar-opener > a,
body.gc-shop-archive-active .shop-loop-head .wd-show-sidebar-btn > a,
body.gc-shop-archive-active .shop-loop-head a.wd-show-sidebar-btn,
body.gc-shop-archive-active .shop-loop-head .gc-filter-drawer__opener {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 8px 15px;
	border: 1px solid var(--gc-archive-stone);
	border-radius: 4px;
	background: var(--gc-archive-ivory);
	color: var(--gc-archive-ink) !important;
	font-family: var(--gc-archive-body);
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
	letter-spacing: 0.035em;
	text-decoration: none;
	appearance: none;
	box-shadow: none;
	transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

body.gc-shop-archive-active .shop-loop-head .wd-sidebar-opener > a:hover,
body.gc-shop-archive-active .shop-loop-head .wd-show-sidebar-btn > a:hover,
body.gc-shop-archive-active .shop-loop-head a.wd-show-sidebar-btn:hover,
body.gc-shop-archive-active .shop-loop-head .gc-filter-drawer__opener:hover {
	border-color: var(--gc-archive-leaf);
	background: var(--gc-archive-porcelain);
	color: var(--gc-archive-ink) !important;
}

body.gc-shop-archive-active .shop-loop-head .wd-sidebar-opener > a:focus-visible,
body.gc-shop-archive-active .shop-loop-head .wd-show-sidebar-btn > a:focus-visible,
body.gc-shop-archive-active .shop-loop-head a.wd-show-sidebar-btn:focus-visible,
body.gc-shop-archive-active
	.shop-loop-head
	.gc-filter-drawer__opener:focus-visible {
	outline: var(--gc-archive-focus);
	outline-offset: 3px;
}

body.gc-shop-archive-active .shop-loop-head .woocommerce-ordering,
body.gc-shop-archive-active .shop-loop-head form.woocommerce-ordering {
	display: flex !important;
	align-items: center;
	min-width: 0;
	margin: 0;
	opacity: 1 !important;
	visibility: visible !important;
}

body.gc-shop-archive-active .shop-loop-head .wd-ordering-mb {
	display: none !important;
}

body.gc-shop-archive-active .shop-loop-head .gc-sort-control__label {
	display: none;
}

body.gc-shop-archive-active .shop-loop-head .woocommerce-ordering select,
body.gc-shop-archive-active .shop-loop-head select.orderby {
	display: block !important;
	width: auto;
	min-width: 176px;
	height: 44px;
	margin: 0;
	padding: 0 38px 0 14px;
	border: 1px solid var(--gc-archive-stone);
	border-radius: 4px;
	background-color: var(--gc-archive-porcelain);
	color: var(--gc-archive-ink);
	font-family: var(--gc-archive-body);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	box-shadow: none;
	cursor: pointer;
}

body.gc-shop-archive-active .shop-loop-head .woocommerce-ordering select:hover,
body.gc-shop-archive-active .shop-loop-head select.orderby:hover {
	border-color: var(--gc-archive-leaf);
}

body.gc-shop-archive-active .shop-loop-head .woocommerce-ordering select:focus,
body.gc-shop-archive-active .shop-loop-head select.orderby:focus {
	border-color: var(--gc-archive-leaf);
	outline: var(--gc-archive-focus);
	outline-offset: 2px;
}

/* Native WoodMart off-canvas Shop Widget Area */
body.gc-shop-archive-active .area-sidebar-shop.wd-side-hidden,
body.gc-shop-archive-active .sidebar-container.area-sidebar-shop.wd-side-hidden {
	width: clamp(360px, 32vw, 430px);
	max-width: calc(100vw - 24px);
	padding: 0;
	background: var(--gc-archive-porcelain);
	color: var(--gc-archive-ink);
	font-family: var(--gc-archive-body);
	box-shadow: none;
}

body.gc-shop-archive-active .gc-filter-drawer {
	position: fixed !important;
	z-index: 100002;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	display: flex !important;
	width: clamp(360px, 32vw, 430px) !important;
	max-width: calc(100vw - 24px) !important;
	height: 100vh;
	height: 100dvh;
	margin: 0 !important;
	padding: 0 !important;
	flex-direction: column;
	overflow: hidden;
	background: var(--gc-archive-porcelain) !important;
	color: var(--gc-archive-ink);
	font-family: var(--gc-archive-body);
	opacity: 0;
	visibility: hidden;
	transform: translate3d(102%, 0, 0);
	transition: transform 220ms ease, opacity 180ms ease, visibility 0s linear 220ms;
	box-shadow: -18px 0 42px rgb(24 22 27 / 14%);
}

body.gc-shop-archive-active .gc-filter-drawer[aria-hidden="false"] {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	transition-delay: 0s;
}

body.gc-shop-archive-active .gc-filter-drawer__overlay {
	position: fixed;
	z-index: 100001;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: rgb(24 22 27 / 42%);
	appearance: none;
	cursor: pointer;
	opacity: 1;
	transition: opacity 180ms ease;
}

body.gc-shop-archive-active .gc-filter-drawer__overlay[hidden] {
	display: none;
}

body.gc-shop-archive-active.gc-filter-drawer-open {
	overflow: hidden;
}

body.gc-shop-archive-active .gc-filter-drawer__header {
	display: flex;
	min-height: 68px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 18px 12px 24px;
	flex: 0 0 auto;
	border-bottom: 1px solid var(--gc-archive-stone);
	background: var(--gc-archive-ivory);
}

body.gc-shop-archive-active .gc-filter-drawer__header h2 {
	margin: 0;
	color: var(--gc-archive-ink);
	font-family: var(--gc-archive-display);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.15;
}

body.gc-shop-archive-active .gc-filter-drawer__close {
	display: inline-flex;
	width: 44px;
	height: 44px;
	min-width: 44px;
	min-height: 44px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--gc-archive-ink);
	font-family: Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	appearance: none;
	cursor: pointer;
}

body.gc-shop-archive-active .gc-filter-drawer__close:hover {
	color: var(--gc-archive-leaf);
}

body.gc-shop-archive-active .gc-filter-drawer__close:focus-visible,
body.gc-shop-archive-active .gc-filter-drawer__overlay:focus-visible {
	outline: var(--gc-archive-focus);
	outline-offset: -4px;
}

body.gc-shop-archive-active .gc-filter-drawer__content,
body.gc-shop-archive-active .gc-filter-drawer > .wd-scroll,
body.gc-shop-archive-active .gc-filter-drawer > .wd-scroll-content,
body.gc-shop-archive-active .gc-filter-drawer > .widget-area {
	min-height: 0;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
}

body.gc-shop-archive-active .gc-filter-drawer > .wd-heading,
body.gc-shop-archive-active .gc-filter-drawer > .wd-scroll > .wd-heading,
body.gc-shop-archive-active
	.gc-filter-drawer
	> .wd-scroll-content
	> .wd-heading {
	display: none !important;
}

body.gc-shop-archive-active .gc-filter-drawer__content > .widget-area {
	padding: 24px;
}

body.gc-shop-archive-active .area-sidebar-shop .wd-heading {
	min-height: 68px;
	padding: 16px 24px;
	border-bottom: 1px solid var(--gc-archive-stone);
	background: var(--gc-archive-ivory);
}

body.gc-shop-archive-active .area-sidebar-shop .wd-heading .title,
body.gc-shop-archive-active .area-sidebar-shop .wd-heading .widget-title {
	color: var(--gc-archive-ink);
	font-family: var(--gc-archive-display);
	font-size: 25px;
	font-weight: 500;
	line-height: 1.15;
}

body.gc-shop-archive-active .area-sidebar-shop .close-side-widget,
body.gc-shop-archive-active .area-sidebar-shop .wd-heading .wd-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	color: var(--gc-archive-ink) !important;
}

body.gc-shop-archive-active .area-sidebar-shop .close-side-widget:hover,
body.gc-shop-archive-active .area-sidebar-shop .wd-heading .wd-action-btn:hover {
	color: var(--gc-archive-leaf) !important;
}

body.gc-shop-archive-active .area-sidebar-shop .close-side-widget:focus-visible,
body.gc-shop-archive-active .area-sidebar-shop .wd-heading .wd-action-btn:focus-visible {
	border-radius: 50%;
	outline: var(--gc-archive-focus);
	outline-offset: 2px;
}

body.gc-shop-archive-active .area-sidebar-shop .widget-area,
body.gc-shop-archive-active .area-sidebar-shop .wd-scroll-content {
	padding: 24px;
}

body.gc-shop-archive-active .area-sidebar-shop .widget {
	margin: 0;
	padding: 0 0 24px;
	border-bottom: 1px solid var(--gc-archive-stone);
}

body.gc-shop-archive-active .area-sidebar-shop .widget + .widget {
	padding-top: 24px;
}

body.gc-shop-archive-active .area-sidebar-shop .widget:last-child {
	border-bottom: 0;
}

body.gc-shop-archive-active .area-sidebar-shop .widget_top_rated_products {
	display: none !important;
}

body.gc-shop-archive-active .area-sidebar-shop .widget-title,
body.gc-shop-archive-active .area-sidebar-shop .wd-widget-title {
	margin: 0 0 15px;
	color: var(--gc-archive-ink);
	font-family: var(--gc-archive-body);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.065em;
	text-transform: uppercase;
}

body.gc-shop-archive-active .area-sidebar-shop ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.gc-shop-archive-active .area-sidebar-shop li {
	color: var(--gc-archive-muted);
	font-size: 14px;
	line-height: 1.55;
}

body.gc-shop-archive-active .area-sidebar-shop li + li {
	margin-top: 9px;
}

body.gc-shop-archive-active .area-sidebar-shop a {
	color: var(--gc-archive-ink);
	text-decoration: none;
}

body.gc-shop-archive-active .area-sidebar-shop a:hover {
	color: var(--gc-archive-leaf);
}

body.gc-shop-archive-active .area-sidebar-shop a:focus-visible,
body.gc-shop-archive-active .area-sidebar-shop input:focus-visible,
body.gc-shop-archive-active .area-sidebar-shop button:focus-visible {
	border-radius: 2px;
	outline: var(--gc-archive-focus);
	outline-offset: 3px;
}

body.gc-shop-archive-active .area-sidebar-shop .count,
body.gc-shop-archive-active .area-sidebar-shop .wd-filter-count {
	color: var(--gc-archive-muted);
	font-size: 12px;
}

body.gc-shop-archive-active .area-sidebar-shop input[type="checkbox"] {
	width: 18px;
	height: 18px;
	border: 1px solid var(--gc-archive-stone);
	accent-color: var(--gc-archive-leaf);
}

body.gc-shop-archive-active .area-sidebar-shop .chosen > a,
body.gc-shop-archive-active .area-sidebar-shop .wc-layered-nav-term.chosen > a,
body.gc-shop-archive-active .area-sidebar-shop .wd-active > a {
	color: var(--gc-archive-ink);
	font-weight: 700;
}

body.gc-shop-archive-active .area-sidebar-shop .widget_layered_nav_filters a,
body.gc-shop-archive-active .area-sidebar-shop .chosen a::before {
	border-color: var(--gc-archive-leaf);
}

body.gc-shop-archive-active .area-sidebar-shop .price_slider_wrapper .ui-widget-content,
body.gc-shop-archive-active .area-sidebar-shop .wd-price-filter .ui-slider {
	background: var(--gc-archive-stone);
}

body.gc-shop-archive-active .area-sidebar-shop .price_slider_wrapper .ui-slider-range,
body.gc-shop-archive-active .area-sidebar-shop .wd-price-filter .ui-slider-range {
	background: var(--gc-archive-ink);
}

body.gc-shop-archive-active .area-sidebar-shop .price_slider_wrapper .ui-slider-handle,
body.gc-shop-archive-active .area-sidebar-shop .wd-price-filter .ui-slider-handle {
	border: 2px solid var(--gc-archive-porcelain);
	background: var(--gc-archive-leaf);
	box-shadow: 0 0 0 1px var(--gc-archive-ink);
}

body.gc-shop-archive-active .area-sidebar-shop .price_slider_amount .button,
body.gc-shop-archive-active .area-sidebar-shop .wd-filter-button {
	min-height: 40px;
	border: 1px solid var(--gc-archive-ink);
	border-radius: 4px;
	background: var(--gc-archive-ink);
	color: var(--gc-archive-ivory);
	font-family: var(--gc-archive-body);
	box-shadow: none;
}

body.gc-shop-archive-active .area-sidebar-shop .price_slider_amount .button:hover,
body.gc-shop-archive-active .area-sidebar-shop .wd-filter-button:hover {
	border-color: var(--gc-archive-leaf);
	background: var(--gc-archive-soft-black);
	color: var(--gc-archive-ivory);
}

body.gc-shop-archive-active .area-sidebar-shop .woodmart-woocommerce-layered-nav .clear-selection,
body.gc-shop-archive-active .area-sidebar-shop .wd-clear-filters,
body.gc-shop-archive-active .area-sidebar-shop .reset-filters {
	color: var(--gc-archive-muted);
	font-size: 12px;
	font-weight: 650;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/* Preserve WoodMart's native grid mechanics; only refine its gap variables. */
body.gc-shop-archive-active :is(.wd-products, ul.products) {
	--wd-gap: 24px;
	row-gap: 48px;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product) {
	border: 0;
	background: transparent;
	color: var(--gc-archive-ink);
	box-shadow: none !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-wrapper {
	display: flex;
	height: 100%;
	flex-direction: column;
	background: transparent;
	box-shadow: none !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top {
	position: relative;
	display: flex;
	aspect-ratio: 4 / 5;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 15px;
	border: 0;
	border-radius: 8px;
	background: var(--gc-commerce-image-surface) !important;
	box-shadow: none;
	isolation: isolate;
	--gc-archive-image-width: 92%;
	--gc-archive-image-height: 92%;
	--gc-archive-image-base-scale: 1.13;
	--gc-archive-image-hover-scale: 1.16;
	--gc-archive-image-scale: var(--gc-archive-image-base-scale);
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	:is(
		.product-image-link,
		.woocommerce-loop-product__link,
		.wd-product-img
	):not(.hover-img, .wd-product-img-hover),
body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	> picture:not(.hover-img, .wd-product-img-hover),
body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	:is(
		.product-image-link,
		.woocommerce-loop-product__link,
		.wd-product-img
	):not(.hover-img, .wd-product-img-hover)
	> picture:not(.hover-img, .wd-product-img-hover) {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	background: transparent !important;
	background-color: transparent !important;
	isolation: auto !important;
	visibility: visible !important;
	opacity: 1 !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	:is(.hover-img, .wd-product-img-hover) {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	:is(
		.product-image-link,
		.woocommerce-loop-product__link,
		.wd-product-img
	):not(.hover-img, .wd-product-img-hover)
	> img:not(.hover-img, .wd-product-img-hover),
body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	:is(
		.product-image-link,
		.woocommerce-loop-product__link,
		.wd-product-img
	):not(.hover-img, .wd-product-img-hover)
	> picture:not(.hover-img, .wd-product-img-hover)
	img:not(.hover-img, .wd-product-img-hover),
body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	> img:not(.hover-img, .wd-product-img-hover),
body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	> picture:not(.hover-img, .wd-product-img-hover)
	img:not(.hover-img, .wd-product-img-hover) {
	width: var(--gc-archive-image-width);
	height: var(--gc-archive-image-height);
	max-height: none;
	margin: auto;
	padding: 0;
	background: transparent !important;
	mix-blend-mode: multiply !important;
	object-fit: contain !important;
	object-position: center !important;
	visibility: visible !important;
	opacity: 1 !important;
	transform: scale(var(--gc-archive-image-scale)) !important;
	transition: transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product):is(:hover, :focus-within)
		.product-element-top {
		--gc-archive-image-scale: var(--gc-archive-image-hover-scale);
	}
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-bottom {
	display: flex;
	min-height: 0;
	flex: 0 0 auto;
	flex-direction: column;
	align-items: stretch;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(.woocommerce-loop-product__title, .wd-entities-title, .product-title) {
	display: -webkit-box;
	min-height: 0;
	margin: 0 0 8px;
	overflow: hidden;
	color: var(--gc-archive-ink) !important;
	font-family: var(--gc-archive-body);
	font-size: 15px;
	font-weight: 520;
	line-height: 1.45;
	letter-spacing: 0;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(.woocommerce-loop-product__title, .wd-entities-title, .product-title)
	a {
	color: inherit !important;
	text-decoration: none;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(.woocommerce-loop-product__title, .wd-entities-title, .product-title)
	a:hover {
	color: var(--gc-archive-muted) !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(
		.woocommerce-loop-product__title a,
		.wd-entities-title a,
		.product-title a,
		.product-image-link
	):focus-visible {
	border-radius: 3px;
	outline: var(--gc-archive-focus);
	outline-offset: 3px;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.price {
	display: block;
	margin: 0;
	color: var(--gc-archive-ink) !important;
	font-family: var(--gc-archive-body);
	font-size: 15px;
	font-weight: 610;
	line-height: 1.45;
	letter-spacing: 0;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.price
	del {
	color: var(--gc-archive-muted) !important;
	font-weight: 500;
	opacity: 0.72;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.price
	ins {
	color: var(--gc-archive-ink) !important;
	font-weight: 610;
	text-decoration: none;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(.wd-product-cats, .posted_in) {
	color: var(--gc-archive-muted);
	font-family: var(--gc-archive-body);
	font-size: 11px;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

/* Badges */
body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-labels {
	display: flex;
	top: 12px;
	left: 12px;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(.product-label, .wd-product-label, .onsale) {
	display: inline-flex;
	width: auto;
	min-width: 0;
	min-height: 0;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 6px 9px;
	border: 1px solid var(--gc-archive-ink);
	border-radius: 4px !important;
	background: var(--gc-archive-ink) !important;
	color: var(--gc-archive-ivory) !important;
	font-family: var(--gc-archive-body);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.075em;
	text-align: center;
	text-transform: uppercase;
	box-shadow: none !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(
		.product-label.out-of-stock,
		.product-label.stock-out,
		.wd-product-label.out-of-stock,
		.out-of-stock-label
	) {
	border-color: var(--gc-archive-ink);
	background: var(--gc-archive-ivory) !important;
	color: var(--gc-archive-ink) !important;
}

/* Wishlist, quick view, and native product actions */
body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	.wd-buttons {
	top: 12px;
	right: 12px;
	gap: 7px;
	background: transparent;
	box-shadow: none;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(
		.wd-wishlist-btn > a,
		.wd-compare-btn > a,
		.quick-view > a,
		.wd-quick-view-icon > a,
		.wd-buttons .wd-action-btn > a
	) {
	display: inline-flex;
	width: 38px;
	height: 38px;
	min-width: 38px;
	min-height: 38px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--gc-archive-stone);
	border-radius: 50%;
	background: var(--gc-archive-porcelain) !important;
	color: var(--gc-archive-ink) !important;
	box-shadow: none !important;
	transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(
		.wd-wishlist-btn > a:hover,
		.wd-wishlist-btn.wd-added > a,
		.wd-wishlist-btn.wd-active > a,
		.quick-view > a:hover,
		.wd-quick-view-icon > a:hover,
		.wd-buttons .wd-action-btn > a:hover
	) {
	border-color: var(--gc-archive-leaf);
	background: var(--gc-archive-porcelain) !important;
	color: var(--gc-archive-leaf) !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(
		.wd-wishlist-btn > a,
		.quick-view > a,
		.wd-quick-view-icon > a,
		.wd-buttons .wd-action-btn > a
	):focus-visible {
	outline: var(--gc-archive-focus);
	outline-offset: 3px;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.wd-add-btn.wd-add-btn-replace {
	margin-top: 12px;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(
		.wd-add-btn.wd-add-btn-replace > a.add-to-cart-loop,
		.wd-add-btn.wd-add-btn-replace > a.button,
		.product-element-top .wd-add-btn > a
	) {
	display: inline-flex !important;
	width: auto !important;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0 16px !important;
	border: 1px solid var(--gc-archive-ink) !important;
	border-radius: 4px !important;
	background: var(--gc-archive-ink) !important;
	background-image: none !important;
	color: var(--gc-archive-ivory) !important;
	font-family: var(--gc-archive-body) !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	box-shadow: none !important;
	transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	.wd-add-btn {
	position: absolute;
	right: 12px;
	bottom: 12px;
	left: 12px;
	z-index: 4;
	display: flex;
	justify-content: center;
	background: transparent;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.product-element-top
	.wd-add-btn
	> a {
	width: 100% !important;
	max-width: 190px;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(
		.wd-add-btn.wd-add-btn-replace > a.add-to-cart-loop:hover,
		.wd-add-btn.wd-add-btn-replace > a.button:hover,
		.product-element-top .wd-add-btn > a:hover
	) {
	border-color: var(--gc-archive-leaf) !important;
	background: var(--gc-archive-soft-black) !important;
	color: var(--gc-archive-ivory) !important;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	:is(
		.wd-add-btn.wd-add-btn-replace > a,
		.product-element-top .wd-add-btn > a
	):focus-visible {
	outline: var(--gc-archive-focus);
	outline-offset: 3px;
}

body.gc-shop-archive-active
	:is(.wd-products, ul.products)
	:is(.wd-product, .product-grid-item, li.product)
	.added_to_cart.wc-forward {
	display: none !important;
}

/* Pagination */
body.gc-shop-archive-active nav.woocommerce-pagination,
body.gc-shop-archive-active .wd-pagination {
	margin-top: clamp(42px, 5vw, 64px);
	margin-bottom: 20px;
	font-family: var(--gc-archive-body);
}

body.gc-shop-archive-active nav.woocommerce-pagination ul.page-numbers,
body.gc-shop-archive-active .wd-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 0;
	border: 0;
}

body.gc-shop-archive-active nav.woocommerce-pagination ul.page-numbers li {
	margin: 0;
	border: 0;
}

body.gc-shop-archive-active nav.woocommerce-pagination .page-numbers a,
body.gc-shop-archive-active nav.woocommerce-pagination .page-numbers span,
body.gc-shop-archive-active .wd-pagination a,
body.gc-shop-archive-active .wd-pagination > span {
	display: inline-flex;
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 7px 11px;
	border: 1px solid var(--gc-archive-stone);
	border-radius: 4px;
	background: var(--gc-archive-porcelain);
	color: var(--gc-archive-ink);
	font-size: 13px;
	font-weight: 650;
	line-height: 1;
	text-decoration: none;
	box-shadow: none;
}

body.gc-shop-archive-active nav.woocommerce-pagination .page-numbers a:hover,
body.gc-shop-archive-active nav.woocommerce-pagination .page-numbers .current,
body.gc-shop-archive-active .wd-pagination a:hover,
body.gc-shop-archive-active .wd-pagination .current {
	border-color: var(--gc-archive-leaf);
	background: var(--gc-archive-leaf);
	color: var(--gc-archive-ink);
}

body.gc-shop-archive-active nav.woocommerce-pagination .page-numbers a:focus-visible,
body.gc-shop-archive-active .wd-pagination a:focus-visible {
	outline: var(--gc-archive-focus);
	outline-offset: 3px;
}

/* No-results and native notices */
body.gc-shop-archive-active .woocommerce-info,
body.gc-shop-archive-active .woocommerce-message,
body.gc-shop-archive-active .woocommerce-error,
body.gc-shop-archive-active .woocommerce-no-products-found {
	margin: 0 0 30px;
	padding: 22px 24px;
	border: 1px solid var(--gc-archive-stone);
	border-radius: 8px;
	background: var(--gc-archive-ivory);
	color: var(--gc-archive-ink);
	font-family: var(--gc-archive-body);
	font-size: 14px;
	line-height: 1.65;
	box-shadow: none;
}

body.gc-shop-archive-active .woocommerce-info::before,
body.gc-shop-archive-active .woocommerce-message::before,
body.gc-shop-archive-active .woocommerce-error::before {
	color: var(--gc-archive-leaf);
}

body.gc-shop-archive-active .woocommerce-info a,
body.gc-shop-archive-active .woocommerce-message a,
body.gc-shop-archive-active .woocommerce-error a,
body.gc-shop-archive-active .woocommerce-no-products-found a {
	color: var(--gc-archive-ink);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-color: var(--gc-archive-leaf);
	text-underline-offset: 3px;
}

body.gc-shop-archive-active .woocommerce-info a:focus-visible,
body.gc-shop-archive-active .woocommerce-message a:focus-visible,
body.gc-shop-archive-active .woocommerce-error a:focus-visible,
body.gc-shop-archive-active .woocommerce-no-products-found a:focus-visible {
	border-radius: 2px;
	outline: var(--gc-archive-focus);
	outline-offset: 3px;
}

@media (max-width: 1024px) {
	body.gc-shop-archive-active .page-title .entry-title,
	body.gc-shop-archive-active .page-title h1,
	body.gc-shop-archive-active .wd-page-title .entry-title,
	body.gc-shop-archive-active .wd-page-title h1 {
		font-size: clamp(40px, 5vw, 46px);
	}

	body.gc-shop-archive-active :is(.wd-products, ul.products) {
		--wd-gap: 20px;
		row-gap: 40px;
	}
}

@media (max-width: 767px) {
	body.gc-shop-archive-active .page-title,
	body.gc-shop-archive-active .page-title-default,
	body.gc-shop-archive-active .wd-page-title {
		margin-bottom: 30px;
		padding: 32px 0;
	}

	body.gc-shop-archive-active .page-title .entry-title,
	body.gc-shop-archive-active .page-title h1,
	body.gc-shop-archive-active .wd-page-title .entry-title,
	body.gc-shop-archive-active .wd-page-title h1 {
		font-size: clamp(34px, 10vw, 39px);
		line-height: 1.08;
	}

	body.gc-shop-archive-active .page-title .breadcrumbs,
	body.gc-shop-archive-active .page-title .woocommerce-breadcrumb,
	body.gc-shop-archive-active .wd-page-title .breadcrumbs,
	body.gc-shop-archive-active .wd-page-title .woocommerce-breadcrumb {
		gap: 4px 6px;
		margin-top: 10px;
		padding: 0 12px;
		font-size: 12px;
		overflow-wrap: anywhere;
	}

	body.gc-shop-archive-active .term-description,
	body.gc-shop-archive-active .archive-description,
	body.gc-shop-archive-active .woocommerce-products-header__description {
		font-size: 14px;
		line-height: 1.65;
	}

	body.gc-shop-archive-active .shop-loop-head {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 10px 12px;
		margin-bottom: 26px;
		padding: 13px 0;
	}

	body.gc-shop-archive-active .shop-loop-head .wd-shop-tools {
		display: contents;
	}

	body.gc-shop-archive-active .shop-loop-head .woocommerce-result-count {
		grid-column: 1 / -1;
		width: 100%;
		font-size: 12px;
	}

	body.gc-shop-archive-active .shop-loop-head .wd-sidebar-opener,
	body.gc-shop-archive-active .shop-loop-head .wd-show-sidebar-btn,
	body.gc-shop-archive-active .shop-loop-head .woocommerce-ordering,
	body.gc-shop-archive-active .shop-loop-head form.woocommerce-ordering {
		width: 100%;
		min-width: 0;
	}

	body.gc-shop-archive-active .shop-loop-head .wd-sidebar-opener,
	body.gc-shop-archive-active .shop-loop-head .wd-show-sidebar-btn {
		grid-column: 1;
		grid-row: 2;
		min-height: 48px;
	}

	body.gc-shop-archive-active .shop-loop-head .woocommerce-ordering,
	body.gc-shop-archive-active .shop-loop-head form.woocommerce-ordering {
		position: relative;
		display: flex !important;
		align-items: center;
		justify-content: center;
		grid-column: 2;
		grid-row: 2;
		min-height: 48px;
		border: 1px solid var(--gc-archive-stone);
		border-radius: 4px;
		background: var(--gc-archive-ivory);
		box-shadow: none;
		transition: border-color 180ms ease, background-color 180ms ease;
	}

	body.gc-shop-archive-active .shop-loop-head .gc-sort-control:hover,
	body.gc-shop-archive-active .shop-loop-head .gc-sort-control:focus-within {
		border-color: var(--gc-archive-leaf);
		background: var(--gc-archive-porcelain);
	}

	body.gc-shop-archive-active .shop-loop-head .gc-sort-control:focus-within {
		outline: var(--gc-archive-focus);
		outline-offset: 3px;
	}

	body.gc-shop-archive-active .shop-loop-head .wd-sidebar-opener > a,
	body.gc-shop-archive-active .shop-loop-head .wd-show-sidebar-btn > a,
	body.gc-shop-archive-active .shop-loop-head a.wd-show-sidebar-btn,
	body.gc-shop-archive-active .shop-loop-head .gc-filter-drawer__opener {
		width: 100%;
		min-width: 0;
		min-height: 48px;
		padding-right: 12px;
		padding-left: 12px;
	}

	body.gc-shop-archive-active
		.shop-loop-head
		form.woocommerce-ordering::before,
	body.gc-shop-archive-active
		.shop-loop-head
		form.woocommerce-ordering::after {
		display: none !important;
		content: none !important;
		background: none !important;
	}

	body.gc-shop-archive-active
		.shop-loop-head
		form.woocommerce-ordering.gc-sort-control
		select.orderby {
		position: relative;
		display: block !important;
		width: 100%;
		height: 100%;
		min-width: 0;
		min-height: 48px;
		box-sizing: border-box;
		margin: 0;
		padding: 0 42px;
		border: 0;
		border-radius: inherit;
		background-color: transparent;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25 11 1.25' fill='none' stroke='%2318161b' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 14px center;
		background-size: 12px 8px;
		color: var(--gc-archive-ink);
		-webkit-text-fill-color: var(--gc-archive-ink);
		font-family: var(--gc-archive-body);
		font-size: 12px;
		font-weight: 600;
		line-height: normal;
		text-align: center;
		text-align-last: center;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		opacity: 1 !important;
		visibility: visible !important;
		cursor: pointer;
		box-shadow: none;
	}

	body.gc-shop-archive-active
		.shop-loop-head
		form.woocommerce-ordering.gc-sort-control
		select.orderby:focus {
		border: 0;
		outline: 0;
	}

	body.gc-shop-archive-active
		.shop-loop-head
		form.woocommerce-ordering.gc-sort-control
		select.orderby
		option,
	body.gc-shop-archive-active
		.shop-loop-head
		form.woocommerce-ordering.gc-sort-control
		select.orderby
		optgroup {
		color: var(--gc-archive-ink);
		-webkit-text-fill-color: var(--gc-archive-ink);
	}

	body.gc-shop-archive-active
		.shop-loop-head
		form.woocommerce-ordering
		:is(.select2-container, .wd-ordering-mb),
	body.gc-shop-archive-active
		.shop-loop-head
		.wd-ordering-mb {
		display: none !important;
	}

	body.gc-shop-archive-active .area-sidebar-shop.wd-side-hidden,
	body.gc-shop-archive-active .sidebar-container.area-sidebar-shop.wd-side-hidden {
		width: min(92vw, 420px);
		max-width: calc(100vw - 24px);
	}

	body.gc-shop-archive-active .gc-filter-drawer {
		width: min(92vw, 420px) !important;
		max-width: calc(100vw - 24px) !important;
	}

	body.gc-shop-archive-active .gc-filter-drawer__header {
		padding-right: 12px;
		padding-left: 18px;
	}

	body.gc-shop-archive-active .gc-filter-drawer__content > .widget-area {
		padding: 20px 18px;
	}

	body.gc-shop-archive-active .area-sidebar-shop .wd-heading {
		padding-right: 18px;
		padding-left: 18px;
	}

	body.gc-shop-archive-active .area-sidebar-shop .widget-area,
	body.gc-shop-archive-active .area-sidebar-shop .wd-scroll-content {
		padding: 20px 18px;
	}

	body.gc-shop-archive-active :is(.wd-products, ul.products) {
		--wd-gap: 14px;
		row-gap: 34px;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		.product-element-top {
		margin-bottom: 12px;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		:is(.woocommerce-loop-product__title, .wd-entities-title, .product-title) {
		min-height: 0;
		margin-bottom: 7px;
		font-size: 13.5px;
		font-weight: 520;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		.price {
		font-size: 14px;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		.product-labels {
		top: 9px;
		left: 9px;
		gap: 5px;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		:is(.product-label, .wd-product-label, .onsale) {
		padding: 5px 7px;
		font-size: 9px;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		.product-element-top
		.wd-buttons {
		top: 9px;
		right: 9px;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		:is(
			.wd-wishlist-btn > a,
			.wd-compare-btn > a,
			.quick-view > a,
			.wd-quick-view-icon > a,
			.wd-buttons .wd-action-btn > a
		) {
		width: 36px;
		height: 36px;
		min-width: 36px;
		min-height: 36px;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		:is(.quick-view, .wd-quick-view-icon) {
		display: none !important;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		.product-element-top
		.wd-add-btn {
		right: auto;
		bottom: 9px;
		left: 9px;
		width: 40px;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		:is(
			.product-element-top .wd-add-btn > a,
			.wd-add-btn.wd-add-btn-replace > a.add-to-cart-loop,
			.wd-add-btn.wd-add-btn-replace > a.button
		) {
		width: 40px !important;
		min-width: 40px !important;
		height: 40px;
		min-height: 40px;
		padding: 0 !important;
		border-radius: 4px !important;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		:is(
			.product-element-top .wd-add-btn,
			.wd-add-btn.wd-add-btn-replace
		)
		.wd-action-text {
		position: absolute !important;
		width: 1px !important;
		height: 1px !important;
		padding: 0 !important;
		margin: -1px !important;
		overflow: hidden !important;
		clip: rect(0, 0, 0, 0) !important;
		white-space: nowrap !important;
		border: 0 !important;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		:is(
			.product-element-top .wd-add-btn,
			.wd-add-btn.wd-add-btn-replace
		)
		.wd-action-icon {
		align-items: center;
		justify-content: center;
		color: var(--gc-archive-ivory);
	}

	body.gc-shop-archive-active nav.woocommerce-pagination,
	body.gc-shop-archive-active .wd-pagination {
		margin-top: 42px;
		margin-bottom: 86px;
	}

	body.gc-shop-archive-active nav.woocommerce-pagination .page-numbers a,
	body.gc-shop-archive-active nav.woocommerce-pagination .page-numbers span,
	body.gc-shop-archive-active .wd-pagination a,
	body.gc-shop-archive-active .wd-pagination > span {
		min-width: 40px;
		min-height: 40px;
		padding: 6px 9px;
	}
}

@media (hover: none), (pointer: coarse) {
	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		:is(.quick-view, .wd-quick-view-icon) {
		display: none !important;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product)
		.product-element-top
		:is(.wd-buttons, .wd-add-btn) {
		opacity: 1 !important;
		visibility: visible !important;
		transform: none !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.gc-shop-archive-active
		:is(
			.page-title,
			.wd-page-title,
			.shop-loop-head,
			.area-sidebar-shop,
			.wd-products,
			ul.products,
			nav.woocommerce-pagination,
			.wd-pagination,
			.woocommerce-info,
			.woocommerce-message,
			.woocommerce-error,
			.woocommerce-no-products-found
		),
	body.gc-shop-archive-active
		:is(
			.page-title,
			.wd-page-title,
			.shop-loop-head,
			.area-sidebar-shop,
			.wd-products,
			ul.products,
			nav.woocommerce-pagination,
			.wd-pagination,
			.woocommerce-info,
			.woocommerce-message,
			.woocommerce-error,
			.woocommerce-no-products-found
		)::before,
	body.gc-shop-archive-active
		:is(
			.page-title,
			.wd-page-title,
			.shop-loop-head,
			.area-sidebar-shop,
			.wd-products,
			ul.products,
			nav.woocommerce-pagination,
			.wd-pagination,
			.woocommerce-info,
			.woocommerce-message,
			.woocommerce-error,
			.woocommerce-no-products-found
		)::after,
	body.gc-shop-archive-active
		:is(
			.page-title,
			.wd-page-title,
			.shop-loop-head,
			.area-sidebar-shop,
			.wd-products,
			ul.products,
			nav.woocommerce-pagination,
			.wd-pagination,
			.woocommerce-info,
			.woocommerce-message,
			.woocommerce-error,
			.woocommerce-no-products-found
		)
		*,
	body.gc-shop-archive-active
		:is(
			.page-title,
			.wd-page-title,
			.shop-loop-head,
			.area-sidebar-shop,
			.wd-products,
			ul.products,
			nav.woocommerce-pagination,
			.wd-pagination,
			.woocommerce-info,
			.woocommerce-message,
			.woocommerce-error,
			.woocommerce-no-products-found
		)
		*::before,
	body.gc-shop-archive-active
		:is(
			.page-title,
			.wd-page-title,
			.shop-loop-head,
			.area-sidebar-shop,
			.wd-products,
			ul.products,
			nav.woocommerce-pagination,
			.wd-pagination,
			.woocommerce-info,
			.woocommerce-message,
			.woocommerce-error,
			.woocommerce-no-products-found
		)
		*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	body.gc-shop-archive-active
		:is(.wd-products, ul.products)
		:is(.wd-product, .product-grid-item, li.product):is(:hover, :focus-within)
		.product-element-top {
		--gc-archive-image-scale: var(--gc-archive-image-base-scale);
	}

	body.gc-shop-archive-active .gc-filter-drawer,
	body.gc-shop-archive-active .gc-filter-drawer__overlay {
		transition: none !important;
	}
}
