body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) {
	--uncleunit-shop-bg: #fffaf6;
	--uncleunit-shop-surface: #fffdf9;
	--uncleunit-shop-card: #fffdfb;
	--uncleunit-shop-line: rgba(140, 95, 63, 0.1);
	--uncleunit-shop-text: #2f241f;
	--uncleunit-shop-muted: #6f5d52;
	--uncleunit-shop-accent: #78986a;
	--uncleunit-shop-accent-deep: #5f7b54;
	--uncleunit-shop-shadow: 0 20px 40px rgba(68, 44, 29, 0.06);
	background: var(--uncleunit-shop-bg);
	color: var(--uncleunit-shop-text);
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .entry-hero.product-archive-hero-section,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .entry-hero[class*="archive-hero-section"],
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .entry-hero[class*="archive-hero-section"] .entry-hero-container-inner,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .entry-hero[class*="archive-hero-section"] .hero-section-overlay,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .entry-hero[class*="archive-hero-section"] .hero-container,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .entry-hero[class*="archive-hero-section"] .entry-header,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .page-description,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .kadence-shop-top-row {
	display: none !important;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .entry-hero[class*="archive-hero-section"] {
	height: 0 !important;
	min-height: 0 !important;
	max-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 0 !important;
	background: transparent !important;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .woocommerce-products-header,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .woocommerce-products-header__title,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .archive-title,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .product-archive-title {
	display: none !important;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .content-area {
	margin-top: 1.5rem;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .site-main {
	background: transparent;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-hero {
	margin-bottom: 20px;
	padding: 18px 0 10px;
	background: var(--uncleunit-shop-surface);
	border-top: 1px solid var(--uncleunit-shop-line);
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-hero__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-hero__title {
	margin: 0;
	color: var(--uncleunit-shop-text);
	font-size: clamp(2.5rem, 5vw, 4rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 10px 0 6px;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__filters,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__meta,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__sort {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 10px 18px;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__meta {
	justify-content: flex-end;
	margin-left: auto;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__label,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__count {
	color: var(--uncleunit-shop-muted);
	font-size: 14px;
	line-height: 1.4;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__count {
	white-space: nowrap;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-active-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 12px 0 28px;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-active-filters__chip {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--uncleunit-shop-line);
	border-radius: 999px;
	background: rgba(255, 248, 241, 0.96);
	color: var(--uncleunit-shop-text);
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-active-filters__chip:hover,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-active-filters__chip:focus {
	border-color: rgba(120, 152, 106, 0.24);
	background: var(--uncleunit-shop-surface);
	color: var(--uncleunit-shop-text);
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-active-filters__remove {
	color: var(--uncleunit-shop-muted);
	font-size: 18px;
	line-height: 1;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-empty-state {
	margin: 0 0 28px;
	padding: 0;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-empty-state__inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
	padding: 34px 36px;
	border: 1px solid var(--uncleunit-shop-line);
	border-radius: 28px;
	background: linear-gradient(180deg, #fffdf9 0%, #fcf4ec 100%);
	box-shadow: 0 16px 32px rgba(68, 44, 29, 0.05);
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-empty-state__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid rgba(140, 95, 63, 0.1);
	border-radius: 999px;
	background: #f7efe6;
	color: #8a6f5b;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-empty-state__title {
	margin: 0;
	color: var(--uncleunit-shop-text);
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	line-height: 1.12;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-empty-state__copy {
	max-width: 620px;
	margin: 0;
	color: var(--uncleunit-shop-muted);
	font-size: 1rem;
	line-height: 1.7;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-empty-state__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border: 1px solid rgba(140, 95, 63, 0.12);
	border-radius: 999px;
	background: #e7c7a6;
	box-shadow: 0 10px 20px rgba(68, 44, 29, 0.04);
	color: #6f4e37;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-empty-state__button:hover,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-empty-state__button:focus {
	background: #ddb78f;
	color: #5e4331;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__form {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	gap: 14px;
	margin: 0;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__field {
	position: relative;
	display: inline-flex;
	align-items: center;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar select {
	min-height: 42px;
	padding: 0 36px 0 14px;
	border: 1px solid transparent;
	border-radius: 999px;
	background-color: transparent;
	background-image: linear-gradient(45deg, transparent 50%, var(--uncleunit-shop-text) 50%), linear-gradient(135deg, var(--uncleunit-shop-text) 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(50% - 2px), calc(100% - 14px) calc(50% - 2px);
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	color: var(--uncleunit-shop-text);
	font-size: 15px;
	font-weight: 500;
	box-shadow: none;
	appearance: none;
	cursor: pointer;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar .woocommerce-ordering {
	margin: 0;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar select:hover,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar select:focus {
	border-color: var(--uncleunit-shop-line);
	outline: none;
	background-color: var(--uncleunit-shop-surface);
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px 26px;
	padding: 0;
	list-style: none;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product {
	display: flex !important;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	float: none !important;
	clear: none !important;
	flex-direction: column;
	padding: 0;
	border: 1px solid var(--uncleunit-shop-line);
	border-radius: 24px;
	background: var(--uncleunit-shop-card);
	box-shadow: 0 12px 32px rgba(68, 44, 29, 0.04);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product:hover {
	transform: translateY(-3px);
	border-color: rgba(120, 152, 106, 0.22);
	box-shadow: 0 18px 36px rgba(68, 44, 29, 0.08);
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .product-thumbnail {
	background: linear-gradient(180deg, #fffaf5 0%, #f7efe6 100%);
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .woocommerce-loop-product__link img,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .product-details,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .entry-content-wrap,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .product-content-wrap {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: flex-start;
	gap: 10px;
	padding: 18px 18px 20px;
	text-align: center;
	background: var(--uncleunit-shop-card);
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .woocommerce-loop-product__title_ink,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .woocommerce-LoopProduct-link-title {
	color: inherit;
	text-decoration: none;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .woocommerce-loop-product__title {
	color: var(--uncleunit-shop-text);
	font-size: 1.08rem;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .price {
	color: var(--uncleunit-shop-text);
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .product-excerpt,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .product-excerpt p {
	color: var(--uncleunit-shop-muted);
	font-size: 0.94rem;
	line-height: 1.55;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .product-action-wrap .button {
	width: 100%;
	min-height: 44px;
	margin-top: auto;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #858585;
	color: #fff8f2;
	font-size: 14px;
	font-weight: 600;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .product-action-wrap .button:hover,
body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .product-action-wrap .button:focus {
	background: var(--uncleunit-shop-text);
	color: #fff8f2;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .woocommerce-pagination {
	margin: 42px 0 18px;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .woocommerce-pagination ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin: 0;
	padding: 0;
	border: 0;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .woocommerce-pagination ul.page-numbers li {
	border: 0;
	float: none;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	min-height: 28px;
	padding: 0 2px;
	border: 0;
	background: transparent;
	color: var(--uncleunit-shop-text);
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .woocommerce-pagination .page-numbers.current {
	border-bottom: 1px solid currentColor;
}

body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products li.product .onsale {
	top: auto;
	left: 14px;
	bottom: 14px;
	min-width: 0;
	min-height: 0;
	padding: 6px 12px;
	border: 1px solid rgba(140, 95, 63, 0.08);
	border-radius: 999px;
	background: rgba(255, 245, 235, 0.96);
	color: #5d4a3c;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 1024px) {
	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__form,
	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__meta {
		justify-content: space-between;
		margin-left: 0;
	}

	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .content-area {
		margin-top: 1rem;
	}

	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-hero {
		padding-top: 10px;
	}

	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__filters,
	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__meta {
		align-items: flex-start;
		flex-direction: column;
	}

	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-active-filters {
		margin-top: 10px;
	}

	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__form,
	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar__sort {
		align-items: flex-start;
		flex-wrap: wrap;
	}

	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) .uncleunit-shop-toolbar select {
		min-width: 0;
		width: auto;
	}

	body.post-type-archive-product:not(.tax-product_cat):not(.tax-product_tag) ul.products {
		grid-template-columns: 1fr;
	}
}
