body.ivee-category-style-pro .nm-shop-header,
body.ivee-category-style-pro .nm-shop-heading,
body.ivee-category-style-pro .nm-shop-categories,
body.ivee-category-style-pro .nm-shop-results-bar,
body.ivee-category-style-pro .woocommerce-breadcrumb {
	color: rgba(244, 241, 235, 0.76);
}

body.ivee-category-style-pro .page-title,
body.ivee-category-style-pro .woocommerce-products-header__title,
body.ivee-category-style-pro .nm-shop-title,
body.ivee-category-style-pro .nm-shop-heading h1,
body.ivee-category-style-pro .nm-shop-heading .page-title,
body.ivee-category-style-pro #nm-shop-taxonomy-header h1,
body.ivee-category-style-pro .nm-shop-taxonomy-header h1,
body.ivee-category-style-pro .term-description h1 {
	color: #fff !important;
	font-size: clamp(34px, 4vw, 58px);
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ivee-category-style-pro .term-description,
body.ivee-category-style-pro .nm-shop-default-description {
	color: rgba(244, 241, 235, 0.64);
	font-size: 17px;
}

body.ivee-category-style-pro .nm-shop-categories a,
body.ivee-category-style-pro .woocommerce-breadcrumb a {
	color: rgba(244, 241, 235, 0.84);
}

body.ivee-category-style-pro .nm-shop-categories a:hover,
body.ivee-category-style-pro .woocommerce-breadcrumb a:hover,
body.ivee-category-style-pro .nm-shop-categories .current-cat > a {
	color: #d7b574;
}

body.ivee-category-style-pro .nm-shop-categories-divider {
	color: rgba(215, 181, 116, 0.42);
}

body.ivee-category-style-pro #nm-shop-taxonomy-header,
body.ivee-category-style-pro #nm-shop > .nm-shop-taxonomy-text.align-center,
body.ivee-category-style-pro .nm-shop-results-bar.is-category {
	display: none;
}

body.ivee-category-style-pro .ivee-pro-archive-intro {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	margin: 0 0 34px;
	padding: 0;
}

body.ivee-category-style-pro .ivee-pro-archive-intro__text {
	width: 100%;
	max-width: none;
}

body.ivee-category-style-pro .ivee-pro-archive-intro h1 {
	margin: 0 0 10px;
	color: #fff;
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.ivee-category-style-pro .ivee-pro-archive-description {
	clear: both;
	width: 100%;
	max-width: none;
	margin: 42px 0 0;
	color: rgba(244, 241, 235, 0.64);
	font-size: 17px;
	line-height: 1.6;
}

body.ivee-category-style-pro .ivee-pro-archive-description p {
	margin: 0 0 16px;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

body.ivee-category-style-pro .ivee-pro-archive-description > :last-child {
	margin-bottom: 0;
}

body.ivee-category-style-pro ul.products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

body.ivee-category-style-pro ul.products::before,
body.ivee-category-style-pro ul.products::after {
	display: none;
}

body.ivee-category-style-pro ul.products li.product {
	float: none;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.ivee-category-style-pro ul.products li.product .nm-shop-loop-thumbnail-link {
	position: relative;
	display: block;
}

.products li.product.ivee-product-card-pro .nm-shop-loop-thumbnail-link {
	position: relative;
	display: block;
}

.products li.product.ivee-product-card-pro .nm-shop-loop-thumbnail-link::before {
	content: "PRO";
	position: absolute;
	top: 20px;
	left: 24px;
	z-index: 5;
	padding: 5px 8px 4px;
	border: 1px solid rgba(215, 181, 116, 0.48);
	border-radius: 4px;
	background: #000;
	color: #d7b574;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.08em;
}

body.ivee-category-style-pro .products .price span {color: #ccc;}
body.ivee-category-style-pro .nm-shop-loop-details .nm-quickview-btn {color: #ccc;}
body.ivee-category-style-pro .nm-shop-loop-details .nm-quickview-btn:hover {color: #fff;}

body.ivee-category-style-pro.images-lazyload .nm-shop-loop-thumbnail img:not(.nm-shop-hover-image),
body.ivee-pro-style.images-lazyload .ivee-category-products .nm-shop-loop-thumbnail img:not(.nm-shop-hover-image),
body.images-lazyload .ivee-category-filter-layout .nm-shop-loop-thumbnail img:not(.nm-shop-hover-image) {
	opacity: 1 !important;
}

.products li.product.ivee-has-card-specs .nm-shop-loop-details {
	overflow: visible;
	min-height: 52px;
}

.products li.product.ivee-has-card-specs .ivee-product-card-specs {
	clear: both;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	width: 100%;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid rgba(40, 40, 40, 0.18);
	justify-items: start;
	text-align: left;
}

.products li.product.ivee-has-card-specs .ivee-product-card-spec {
	min-width: 0;
}

.products li.product.ivee-has-card-specs .ivee-product-card-spec__value {
	color: #282828;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	white-space: nowrap;
}

.products li.product.ivee-has-card-specs .ivee-product-card-spec__label {
	margin-top: 3px;
	color: #777;
	font-size: 13px;
	line-height: 1.3;
	white-space: nowrap;
}

body.ivee-category-style-pro .products li.product.ivee-has-card-specs .ivee-product-card-specs {
	border-top-color: rgba(244, 241, 235, 0.22);
}

body.ivee-category-style-pro .products li.product.ivee-has-card-specs .ivee-product-card-spec__value {
	color: #f4f1eb;
}

body.ivee-category-style-pro .products li.product.ivee-has-card-specs .ivee-product-card-spec:nth-child(2) .ivee-product-card-spec__value {
	color: #d7b574;
}

body.ivee-category-style-pro .products li.product.ivee-has-card-specs .ivee-product-card-spec__label {
	color: rgba(244, 241, 235, 0.62);
}
.term-ivee-pro .woocommerce-loop-product__title a:hover {color: #d7b574;}
.term-ivee-pro .products .nm-wishlist-button:hover {color: #d7b574;}

.ivee-category-filter-layout {
	display: grid;
	grid-template-columns: 260px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	width: 100%;
}

.ivee-category-filter {
	position: sticky;
	top: 96px;
	padding: 18px 16px;
	border: 1px solid rgba(215, 181, 116, 0.16);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.88);
	color: rgba(244, 241, 235, 0.78);
}

.ivee-category-filter__form {
	margin: 0;
}

.ivee-category-filter__group {
	margin: 0;
	padding: 0 0 18px;
	border: 0;
	border-bottom: 1px solid rgba(215, 181, 116, 0.12);
}

.ivee-category-filter__group + .ivee-category-filter__group {
	margin-top: 18px;
	padding-top: 0;
}

.ivee-category-filter__title {
	width: 100%;
	margin: 0;
	padding: 0;
}

.ivee-category-filter__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #f4f1eb;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-align: left;
	cursor: pointer;
}

.ivee-category-filter__chevron {
	width: 8px;
	height: 8px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg) translateY(-2px);
	opacity: 0.75;
	transition: transform 0.18s ease;
}

.ivee-category-filter__group.is-open .ivee-category-filter__chevron {
	transform: rotate(225deg) translate(-2px, -1px);
}

.ivee-category-filter__options {
	display: grid;
	gap: 10px;
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	opacity: 0;
	transition: max-height 0.22s ease, margin-top 0.18s ease, opacity 0.18s ease;
}

.ivee-category-filter__group.is-open .ivee-category-filter__options {
	max-height: 760px;
	margin-top: 14px;
	overflow: auto;
	opacity: 1;
}

.ivee-category-filter__choice {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: rgba(244, 241, 235, 0.76);
	font-size: 14px;
	line-height: 1.35;
	cursor: pointer;
}

.ivee-category-filter__choice input {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: #d7b574;
}

.ivee-category-filter__choice:hover,
.ivee-category-filter__choice:has(input:checked) {
	color: #f4f1eb;
}

.ivee-category-filter__select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	min-height: 42px;
	padding: 0 34px 0 12px;
	border: 1px solid rgba(215, 181, 116, 0.16);
	border-radius: 6px;
	background-color: #000;
	background-image: linear-gradient(45deg, transparent 50%, rgba(244, 241, 235, 0.74) 50%), linear-gradient(135deg, rgba(244, 241, 235, 0.74) 50%, transparent 50%);
	background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px;
	background-size: 6px 6px, 6px 6px;
	background-repeat: no-repeat;
	color: #f4f1eb;
}

.ivee-category-filter__select:focus {
	border-color: rgba(215, 181, 116, 0.48);
	outline: 0;
}

.ivee-category-filter__reset {
	width: 100%;
	margin: 18px 0 0;
	padding: 11px 14px;
	border: 1px solid rgba(215, 181, 116, 0.24);
	border-radius: 6px;
	background: transparent;
	color: rgba(244, 241, 235, 0.84);
	font-size: 14px;
	line-height: 1.2;
	cursor: pointer;
}

.ivee-category-filter__reset:hover {
	border-color: #d7b574;
	color: #d7b574;
}

.ivee-category-products {
	min-width: 0;
	transition: opacity 0.18s ease;
}

.ivee-category-products.is-loading {
	opacity: 0.45;
	pointer-events: none;
}

.ivee-category-products .ivee-category-filter__empty {
	margin: 22px 0;
	color: rgba(244, 241, 235, 0.76);
}

.ivee-category-filter-layout .ivee-category-products ul.products {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 767px) {
	.ivee-category-filter-layout {
		display: block;
	}

	.ivee-category-filter {
		position: static;
		margin-bottom: 22px;
	}

	body.ivee-category-style-pro .page-title,
	body.ivee-category-style-pro .woocommerce-products-header__title,
	body.ivee-category-style-pro .nm-shop-title {
		font-size: 34px;
	}

	body.ivee-category-style-pro .ivee-pro-archive-intro {
		display: block;
		margin-bottom: 26px;
	}

	body.ivee-category-style-pro ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.products li.product.ivee-has-card-specs .ivee-product-card-specs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 6px;
		margin-top: 14px;
		padding-top: 14px;
	}

	.products li.product.ivee-has-card-specs .ivee-product-card-spec__value {
		font-size: 14px;
	}

	.products li.product.ivee-has-card-specs .ivee-product-card-spec__label {
		font-size: 11px;
		display: none;
	}
	body.ivee-category-style-pro .products li.product.ivee-has-card-specs .ivee-product-card-specs {display: flex;}
	body.ivee-category-style-pro ul.products li.product .nm-shop-loop-thumbnail-link:before {top: 10px; left: 10px;}
	body.ivee-category-style-pro .products li.product.ivee-has-card-specs .nm-shop-loop-details {min-height: 72px;}
	.ivee-category-filter-layout .ivee-category-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.ivee-category-style-pro ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ivee-category-filter-layout {
		grid-template-columns: 230px minmax(0, 1fr);
		gap: 18px;
	}

	.ivee-category-filter-layout .ivee-category-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

body.ivee-category-style-pro .nm-infload-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 0;
	margin: 46px 0 52px;
	overflow: visible;
	text-align: center;
}

body.ivee-category-style-pro .nm-infload-controls .nm-infload-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 230px;
	min-height: 54px;
	padding: 0 54px 0 30px;
	border: 1px solid rgba(215, 181, 116, 0.52);
	border-radius: 6px;
	color: #f4f1eb;
	background: rgba(0, 0, 0, 0.74);
	box-shadow: 0 0 0 1px rgba(215, 181, 116, 0.08), 0 14px 36px rgba(0, 0, 0, 0.28);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.ivee-category-style-pro .nm-infload-controls .nm-infload-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-65%) rotate(45deg);
}

body.ivee-category-style-pro .nm-infload-controls .nm-infload-btn:hover {
	border-color: #d7b574;
	color: #000;
	background: #d7b574;
	box-shadow: 0 0 0 1px rgba(215, 181, 116, 0.2), 0 18px 42px rgba(215, 181, 116, 0.18);
	transform: translateY(-2px);
}

body.ivee-category-style-pro .nm-infload-controls .nm-infload-to-top {
	display: none;
	border: 0;
	color: rgba(244, 241, 235, 0.7);
	background: transparent;
	line-height: 1.4;
}

body.ivee-category-style-pro.all-products-loaded .nm-infload-controls .nm-infload-to-top {
	display: block;
}

body.ivee-category-style-pro .nm-infload-controls.nm-loader .nm-infload-btn {
	min-width: 230px;
	text-indent: 0;
	color: transparent;
	pointer-events: none;
}

body.ivee-category-style-pro .nm-infload-controls.nm-loader .nm-infload-btn::after {
	right: 50%;
	width: 18px;
	height: 18px;
	margin-right: -9px;
	border: 2px solid rgba(244, 241, 235, 0.28);
	border-top-color: #d7b574;
	border-radius: 50%;
	transform: translateY(-50%);
	animation: ivee-load-more-spin 0.8s linear infinite;
}

@keyframes ivee-load-more-spin {
	to {
		transform: translateY(-50%) rotate(360deg);
	}
}

body.woocommerce.archive:not(.ivee-category-style-pro) .nm-infload-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 0;
	margin: 46px 0 52px;
	overflow: visible;
	text-align: center;
}

body.woocommerce.archive:not(.ivee-category-style-pro) .nm-infload-controls .nm-infload-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	min-width: 230px;
	min-height: 54px;
	padding: 0 54px 0 30px;
	border: 1px solid #004225;
	border-radius: 6px;
	color: #fff;
	background: #004225;
	box-shadow: 0 12px 28px rgba(0, 66, 37, 0.18), 0 0 0 1px rgba(0, 66, 37, 0.12);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
	transition: border-color 0.18s ease, color 0.18s ease, background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.woocommerce.archive:not(.ivee-category-style-pro) .nm-infload-controls .nm-infload-btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 28px;
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: translateY(-65%) rotate(45deg);
}

body.woocommerce.archive:not(.ivee-category-style-pro) .nm-infload-controls .nm-infload-btn:hover {
	border-color: #004225;
	color: #fff;
	background: #006238;
	box-shadow: 0 16px 34px rgba(0, 66, 37, 0.24), 0 0 0 1px rgba(0, 66, 37, 0.2);
	transform: translateY(-2px);
}

body.woocommerce.archive:not(.ivee-category-style-pro) .nm-infload-controls .nm-infload-to-top {
	display: none;
	border: 0;
	color: rgba(0, 0, 0, 0.62);
	background: transparent;
	line-height: 1.4;
}

body.woocommerce.archive:not(.ivee-category-style-pro).all-products-loaded .nm-infload-controls .nm-infload-to-top {
	display: block;
}

body.woocommerce.archive:not(.ivee-category-style-pro) .nm-infload-controls.nm-loader .nm-infload-btn {
	min-width: 230px;
	text-indent: 0;
	color: transparent;
	pointer-events: none;
}

body.woocommerce.archive:not(.ivee-category-style-pro) .nm-infload-controls.nm-loader .nm-infload-btn::after {
	right: 50%;
	width: 18px;
	height: 18px;
	margin-right: -9px;
	border: 2px solid rgba(0, 0, 0, 0.18);
	border-top-color: #fff;
	border-radius: 50%;
	transform: translateY(-50%);
	animation: ivee-load-more-spin 0.8s linear infinite;
}
