/* White catalog content area */
body.komilfo-shop-page #main,
body.komilfo-shop-page #main .wf-wrap,
body.komilfo-shop-page #main .wf-container-main,
body.komilfo-shop-page .woocommerce .woocommerce-notices-wrapper {
	background: #fff;
	color: #000;
}

.woocommerce ul.products li.product .onsale {
	top: 12px !important;
	right: auto !important;
	left: 0 !important;
}

body.komilfo-shop-page .woocommerce {
	background: #fff;
}

/* Komilfo shop archive */
body.komilfo-shop-page,
body.komilfo-shop-page .komilfo-shop-layout {
	font-family: 'Roboto', Arial, sans-serif;
}

.komilfo-shop-layout {
	display: grid;
	grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
	gap: 2rem;
	align-items: start;
	margin-top: 0;
}

.komilfo-shop-layout__main {
	grid-column: 2;
	grid-row: 1;
	min-width: 0;
}

.komilfo-shop-layout .komilfo-filter {
	grid-column: 1;
	grid-row: 1;
}

/* Archive page header (breadcrumbs block) */
.komilfo-shop-page .breadcrumbs-container {
	padding: 2rem 0 2.5rem;
	text-align: center;
}

.komilfo-shop-page .breadcrumbs-container h1.cat-name {
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 0;
	color: #000;
}

.komilfo-shop-page .breadcrumbs-container .breadcrumbs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.komilfo-shop-page .breadcrumbs-container .breadcrumbs a,
.komilfo-shop-page .breadcrumbs-container .breadcrumbs .current {
	color: #999 !important;
	opacity: 1;
	text-decoration: none;
}

.komilfo-shop-page .breadcrumbs-container .breadcrumbs .current {
	color: #666 !important;
}

/* Toolbar */
.komilfo-shop-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1.5rem;
	flex-wrap: wrap;
}

.komilfo-shop-layout__main .woocommerce-result-count {
	margin: 0;
	font-size: 13px;
	color: #888;
	order: 2;
}

.komilfo-shop-layout__main .woocommerce-ordering {
	margin: 0;
	order: 1;
}

.komilfo-shop-layout__main .woocommerce-ordering select {
	min-width: 220px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	border-radius: 10px;
	background: #fff;
	font-size: 13px;
	color: #333;
	appearance: auto;
}

/* Product grid */
.komilfo-shop-layout__main ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin: 0 0 2.5rem !important;
	padding: 0 !important;
	list-style: none !important;
}

.komilfo-shop-layout__main ul.products::before,
.komilfo-shop-layout__main ul.products::after {
	display: none !important;
}

.komilfo-shop-layout__main ul.products li.product,
.komilfo-shop-card {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	min-height: 0 !important;
	display: flex !important;
	flex-direction: column !important;
}

/* Product card */
.komilfo-product-card--archive {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	height: 100% !important;
	background: #fff !important;
	border-radius: 16px !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .03) !important;
	border: 1px solid #f2f2f2 !important;
	padding: 1.25rem 1.25rem 1.5rem 1.25rem !important;
	text-align: center !important;
	box-sizing: border-box !important;
	transition: transform .3s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow .3s cubic-bezier(0.165, 0.84, 0.44, 1), border-color .3s ease !important;
}

.komilfo-product-card--archive:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 20px 40px rgba(185, 105, 221, 0.12) !important;
	border-color: rgba(185, 105, 221, 0.3) !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none !important;

}

.woocommerce nav.woocommerce-pagination ul li {
	border-right: none !important;
}

.komilfo-product-card--archive .komilfo-product-card__media {
	position: relative;
	margin-bottom: 1rem;
	border-radius: 12px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.komilfo-product-card .komilfo-product-card__image {
	display: block;
	width: 100%;
	margin-bottom: 0;
	overflow: hidden;
	position: relative !important;
}

.komilfo-product-card .komilfo-product-card__image img,
.komilfo-product-card .komilfo-product-card__image img.primary-image {
	width: 100%;
	height: auto;
	display: block;
	transition: opacity 0.4s ease-in-out, transform 0.5s ease !important;
}

.komilfo-product-card .komilfo-product-card__image .secondary-image {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: contain !important;
	opacity: 0 !important;
	z-index: 1 !important;
	transition: opacity 0.4s ease-in-out, transform 0.5s ease !important;
}

@media (min-width: 992px) {

	.komilfo-product-card:hover .komilfo-product-card__image img,
	.komilfo-product-card:hover .komilfo-product-card__image img.primary-image,
	.komilfo-related__slide:hover .komilfo-product-card__image img.primary-image {
		transform: scale(1.05) !important;
	}

	.komilfo-product-card:hover .komilfo-product-card__image .secondary-image,
	.komilfo-related__slide:hover .komilfo-product-card__image .secondary-image {
		opacity: 1 !important;
		transform: scale(1.05) !important;
		object-fit: cover !important;
	}
}

.onsale,
.custom-onsale,
.komilfo-product-card__badge,
.komilfo-product-card--archive .custom-onsale {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 6px;
	border-radius: 50%;
	background: #d3a3da !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1 !important;
	border: none !important;
	box-shadow: 0 4px 10px rgba(211, 163, 218, 0.2) !important;
}

.komilfo-product-card--archive .komilfo-product-card__title {
	margin: 0 0 .5rem;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.komilfo-product-card--archive .komilfo-product-card__title a {
	color: #222;
	text-decoration: none;
	transition: color 0.2s ease;
}

.komilfo-product-card--archive .komilfo-product-card__title a:hover {
	color: #b969dd;
}

.komilfo-product-card--archive .komilfo-product-card__sku {
	margin: 0 0 .5rem;
	font-size: 11px;
	color: #aaa;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	display: block;
	text-align: center;
}

.komilfo-product-card--archive .komilfo-product-card__price {
	margin: 0 0 1.25rem;
	font-size: 16px;
	font-weight: 700;
	color: #111;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.komilfo-product-card--archive .komilfo-product-card__price del {
	color: #999;
	font-size: 13px;
	font-weight: 400;
	margin-right: 4px;
	display: inline-block;
}

.komilfo-product-card--archive .komilfo-product-card__price ins {
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	color: #ff3366;
}

.komilfo-product-card--archive .button,
.komilfo-product-card--archive .add_to_cart_button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	box-sizing: border-box !important;
	min-height: 42px !important;
	margin: auto 0 0 !important;
	padding: 10px 14px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: #000 !important;
	color: #fff !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	letter-spacing: .05em !important;
	line-height: 1.2 !important;
	cursor: pointer !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
	transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease !important;
}

.komilfo-product-card--archive .button:hover,
.komilfo-product-card--archive .add_to_cart_button:hover {
	background: #b969dd !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(185, 105, 221, 0.3) !important;
}

.komilfo-product-card--archive .button.loading,
.komilfo-product-card--archive .add_to_cart_button.loading {
	opacity: .8;
	pointer-events: none;
	top: 10px;
}

/* Filter sidebar */
.komilfo-filter {
	background: transparent;
	border: 0;
	padding: 0;
	display: block !important;
}

.komilfo-filter__toggle {
	display: none;
}

.komilfo-filter__heading {
	margin: 0 0 12px;
	font-size: 14px;
	font-weight: 600;
	color: #000;
}

.komilfo-filter__section {
	margin-bottom: 18px;
}

.komilfo-filter__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.komilfo-filter__tag {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13px;
	color: #333;
	border-radius: 10px;
}

.komilfo-filter__tag-remove {
	color: #999;
	text-decoration: none;
	font-size: 18px;
	line-height: 1;
	transition: color 0.2s ease;
}

.komilfo-filter__tag-remove:hover {
	color: #b969dd;
}

.active-filters__clear-all {
	font-size: 12px;
	font-weight: 600;
	color: #b969dd;
	text-decoration: none;
	border-bottom: 1px dashed #b969dd;
	margin-left: 4px;
	transition: all 0.2s ease;
	align-self: center;
}

.active-filters__clear-all:hover {
	color: #9c4cb8;
	border-bottom-style: solid;
}

/* Modern Premmerce Filter Card Layout */
.komilfo-filter .filter__item {
	background: #fff !important;
	border: 1px solid #f0e6f6 !important;
	border-radius: 12px !important;
	padding: 16px 20px !important;
	margin: 0 0 16px 0 !important;
	box-shadow: 0 4px 12px rgba(185, 105, 221, 0.03) !important;
	transition: box-shadow 0.2s, border-color 0.2s !important;
	position: relative !important;
}

.komilfo-filter .filter__item:hover {
	box-shadow: 0 6px 18px rgba(185, 105, 221, 0.07) !important;
	border-color: #dcbceb !important;
}

/* Accordion Header & Toggle Arrow */
.komilfo-filter .filter__header {
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	position: relative !important;
	cursor: pointer !important;
	padding-right: 24px !important;
	user-select: none !important;
}

.komilfo-filter .filter__title {
	font-weight: 700 !important;
	font-size: 13.5px !important;
	text-transform: uppercase !important;
	color: #111 !important;
	letter-spacing: 0.03em !important;
	line-height: 1.2 !important;
}

.komilfo-filter .filter__header::after {
	content: "\f078" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	font-size: 11px !important;
	color: #b969dd !important;
	transition: transform 0.3s ease !important;
	position: absolute !important;
	right: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

.komilfo-filter .filter__item.active .filter__header::after {
	transform: translateY(-50%) rotate(180deg) !important;
}

/* Filter Inner Panel Content */
.komilfo-filter .filter__inner {
	display: none;
	padding-top: 16px !important;
}

.komilfo-filter .filter__item.active .filter__inner {
	display: block !important;
}

/* Properties List with Sleek Scrollbar */
.filter__properties-list {
	max-height: 220px !important;
	overflow-y: auto !important;
	padding-right: 6px !important;
	scrollbar-width: thin !important;
	scrollbar-color: #000000 #F5F5F5 !important;
}

.filter__properties-list::-webkit-scrollbar {
	width: 6px !important;
	background-color: #F5F5F5 !important;
}

.filter__properties-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
	background-color: #F5F5F5 !important;
	border-radius: 30px !important;
}

.filter__properties-list::-webkit-scrollbar-thumb {
	background-color: #000000 !important;
	border-radius: 30px !important;
}

/* Checkgroup list item layout */
.komilfo-filter .filter__properties-item {
	padding: 6px 0 !important;
}

.komilfo-filter .filter__checkgroup {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	width: 100% !important;
}

.komilfo-filter .filter__checkgroup-body {
	flex: 1 !important;
	min-width: 0 !important;
}

.komilfo-filter .filter__checkgroup-link {
	display: flex !important;
	align-items: center !important;
	cursor: pointer !important;
	position: relative !important;
}

/* Custom Checkbox Styling */
.komilfo-filter .filter__checkgroup-control {
	position: absolute !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	pointer-events: none !important;
}

.komilfo-filter .filter__checkgroup-check {
	display: inline-block !important;
	width: 18px !important;
	height: 18px !important;
	border: 2px solid #cbd5e1 !important;
	border-radius: 5px !important;
	margin-right: 10px !important;
	position: relative !important;
	cursor: pointer !important;
	transition: background 0.2s, border-color 0.2s !important;
	flex-shrink: 0 !important;
}

.komilfo-filter .filter__checkgroup-check::after {
	content: "" !important;
	position: absolute !important;
	left: 4.5px !important;
	top: 1.5px !important;
	width: 5px !important;
	height: 9px !important;
	border: solid white !important;
	border-width: 0 2px 2px 0 !important;
	transform: rotate(45deg) scale(0) !important;
	transition: transform 0.2s !important;
}

.komilfo-filter .filter__checkgroup-control:checked+.filter__checkgroup-check {
	background: #b969dd !important;
	border-color: #b969dd !important;
}

.komilfo-filter .filter__checkgroup-control:checked+.filter__checkgroup-check::after {
	transform: rotate(45deg) scale(1) !important;
}

.komilfo-filter .filter__checkgroup-link:hover .filter__checkgroup-check {
	border-color: #b969dd !important;
}

/* Checkgroup Title Label */
.komilfo-filter .filter__checkgroup-title {
	font-size: 13px !important;
	font-weight: 500 !important;
	color: #4a5568 !important;
	cursor: pointer !important;
	transition: color 0.2s !important;
	user-select: none !important;
}

.komilfo-filter .filter__checkgroup-control:checked~.filter__checkgroup-title {
	color: #1a202c !important;
	font-weight: 600 !important;
}

.komilfo-filter .filter__checkgroup-link:hover .filter__checkgroup-title {
	color: #b969dd !important;
}

/* Badge count for attributes */
.komilfo-filter .filter__checkgroup-count {
	background: #f7f3fa !important;
	color: #8c769b !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	padding: 2px 7px !important;
	border-radius: 12px !important;
	margin-left: 8px !important;
	transition: background 0.2s, color 0.2s !important;
}

.komilfo-filter .filter__properties-item:hover .filter__checkgroup-count {
	background: #f0e6f6 !important;
	color: #b969dd !important;
}

/* Price range text controls */
.komilfo-filter .filter__slider-control-group {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
	margin-bottom: 16px !important;
}

.komilfo-filter .filter__slider-control-column {
	flex: 1 !important;
}

.komilfo-filter .filter__slider-control {
	width: 80% !important;
	height: 36px !important;
	padding: 6px 10px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 8px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #1a202c !important;
	background: #fff !important;
	text-align: center !important;
	transition: border-color 0.2s, box-shadow 0.2s !important;
	appearance: textfield !important;
}

.komilfo-filter .filter__slider-control:focus {
	border-color: #b969dd !important;
	box-shadow: 0 0 0 3px rgba(185, 105, 221, 0.15) !important;
	outline: none !important;
}

/* Range Slider Double Thumb Track & Handles */
.komilfo-filter .filter__range-slider {
	position: relative !important;
	height: 24px !important;
	margin-top: 8px !important;
	padding: 0 4px !important;
	--min-percent: 0%;
	--max-percent: 100%;
}

.komilfo-filter .pc-range-slider__wrapper {
	position: relative !important;
	height: 6px !important;
}

.komilfo-filter .pc-range-slider__control {
	position: absolute !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	background: #e2e8f0 !important;
	border: 0 !important;
	border-radius: 3px !important;
	height: 6px !important;
}

.komilfo-filter .ui-slider-range {
	background: #b969dd !important;
	height: 100% !important;
	border-radius: 3px !important;
}

.komilfo-filter .ui-slider-handle {
	position: absolute !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	width: 15px !important;
	height: 15px !important;
	border-radius: 50% !important;
	background: #fff !important;
	border: 2px solid #b969dd !important;
	box-shadow: 0 2px 6px rgba(185, 105, 221, 0.3) !important;
	cursor: pointer !important;
	outline: none !important;
	transition: transform 0.1s, background 0.1s !important;
	z-index: 15 !important;
	pointer-events: none !important;
}

.komilfo-filter input.komilfo-filter__range-min:hover~.pc-range-slider__control .ui-slider-handle:first-of-type,
.komilfo-filter input.komilfo-filter__range-min:active~.pc-range-slider__control .ui-slider-handle:first-of-type {
	transform: translate(-50%, -50%) scale(1.15) !important;
	background: #fdf2ff !important;
}

.komilfo-filter input.komilfo-filter__range-max:hover~.pc-range-slider__control .ui-slider-handle:last-of-type,
.komilfo-filter input.komilfo-filter__range-max:active~.pc-range-slider__control .ui-slider-handle:last-of-type {
	transform: translate(-50%, -50%) scale(1.15) !important;
	background: #fdf2ff !important;
}

.komilfo-filter input[type="range"] {
	position: absolute !important;
	width: 100% !important;
	height: 6px !important;
	margin: 0 !important;
	top: 0 !important;
	left: 0 !important;
	pointer-events: none !important;
	appearance: none !important;
	background: transparent !important;
	z-index: 12 !important;
	border: 0 !important;
}

.komilfo-filter input[type="range"]:hover,
.komilfo-filter input[type="range"]:active {
	z-index: 13 !important;
}

.komilfo-filter input[type="range"]::-webkit-slider-thumb {
	appearance: none !important;
	width: 20px !important;
	height: 20px !important;
	border-radius: 50% !important;
	background: transparent !important;
	cursor: pointer !important;
	pointer-events: auto !important;
}

.komilfo-filter input[type="range"]::-moz-range-thumb {
	width: 20px !important;
	height: 20px !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	cursor: pointer !important;
	pointer-events: auto !important;
}

/* Submit filter button */
.komilfo-filter .filter__item--type-submit-button {
	background: transparent !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 10px 0 0 0 !important;
}

.komilfo-filter .button-filter-submit {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 46px !important;
	border-radius: 10px !important;
	background: #000 !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	border: 1px solid #000 !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
}

.komilfo-filter .button-filter-submit:hover {
	background: #b969dd !important;
	border-color: #b969dd !important;
	color: #fff !important;
	box-shadow: 0 6px 20px rgba(185, 105, 221, 0.3) !important;
	transform: translateY(-1px) !important;
}


#minicartbtn {
	color: black !important;
}


.komilfo-btn {
	display: inline-block;
	padding: 12px 16px;
	background: #000;
	color: #fff !important;
	text-decoration: none;
	text-transform: none;
	font-size: 14px;
	font-weight: 500;
	border: 0;
	text-align: center;
	border-radius: 10px !important;
}

.komilfo-btn:hover {
	background: #222;
	color: #fff !important;
}

.komilfo-btn--filter {
	display: block;
	width: 100%;
	padding: 12px 16px;
	border-radius: 10px !important;
	cursor: pointer;
}

.komilfo-filter__cats--hidden {
	display: none;
}

/* Pagination */
.woocommerce-pagination {
	margin: 2.5rem 0;
	display: flex;
	justify-content: center;
}

.woocommerce-pagination ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-pagination ul.page-numbers li a.page-numbers,
.woocommerce-pagination ul.page-numbers li span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 6px;
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #e8e3ed;
	color: #666 !important;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.woocommerce-pagination ul.page-numbers li a.page-numbers:hover:not(.current):not(.dots) {
	border-color: #b969dd;
	color: #b969dd !important;
	background: #fdfafc;
}

.woocommerce-pagination ul.page-numbers li span.page-numbers.current {
	background: #b969dd;
	border-color: #b969dd;
	color: #ffffff !important;
	box-shadow: 0 4px 10px rgba(185, 105, 221, 0.25);
}

.woocommerce-pagination ul.page-numbers li span.page-numbers.dots {
	border: none;
	background: transparent;
	color: #999 !important;
}


/* Mobile */
@media (max-width: 991px) {
	.komilfo-shop-layout {
		grid-template-columns: 1fr;
	}

	.komilfo-shop-layout__main,
	.komilfo-shop-layout .komilfo-filter {
		grid-column: 1;
	}

	.komilfo-shop-layout .komilfo-filter {
		grid-row: 1;
	}

	.komilfo-shop-layout__main {
		grid-row: 2;
	}

	/* Sticky mobile filter button (icon only) */
	.komilfo-filter__toggle {
		display: inline-flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: fixed !important;
		left: 0 !important;
		bottom: 140px !important;
		width: 44px !important;
		height: 44px !important;
		z-index: 9999 !important;
		padding: 0 !important;
		border: 1px solid rgba(185, 105, 221, 0.2) !important;
		border-left: 0 !important;
		border-radius: 0 12px 12px 0 !important;
		background: #000 !important;
		color: #fff !important;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
		cursor: pointer;
		transition: background 0.3s, transform 0.2s, right 0.3s, top 0.3s !important;
	}

	.komilfo-filter__toggle i {
		font-size: 16px !important;
		margin: 0 !important;
	}

	/* Fixed overlay backdrop when filter is open */
	.komilfo-filter.is-open {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 100000 !important;
		background: rgba(0, 0, 0, 0.5) !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-end !important;
	}

	.komilfo-filter__form {
		display: none;
	}

	.komilfo-filter.is-open .komilfo-filter__form {
		display: block !important;
		background: #fff !important;
		border-radius: 24px 24px 0 0 !important;
		padding: 2.5rem 1.5rem 2rem !important;
		max-height: 90vh !important;
		width: 100% !important;
		box-sizing: border-box !important;
		overflow-y: auto !important;
		-webkit-overflow-scrolling: touch;
		box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.15) !important;
		animation: komilfoSlideUp 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	}

	@keyframes komilfoSlideUp {
		from {
			transform: translateY(100%);
		}

		to {
			transform: translateY(0);
		}
	}

	.komilfo-shop-layout__main ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 1rem !important;
	}

	.komilfo-shop-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.komilfo-shop-layout__main .woocommerce-ordering select {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.komilfo-shop-layout__main ul.products {
		grid-template-columns: 1fr !important;
	}

	.komilfo-shop-page .breadcrumbs-container h1.cat-name {
		font-size: 22px;
	}
}


body.komilfo-filter-open {
	overflow: hidden;
}

/* Turn the toggle button into a Close icon when open */
.komilfo-filter.is-open .komilfo-filter__toggle {
	position: fixed !important;
	left: auto !important;
	right: 15px !important;
	top: 15px !important;
	bottom: auto !important;
	width: 40px !important;
	height: 40px !important;
	padding: 0 !important;
	border-radius: 50% !important;
	border: 1px solid #ddd !important;
	background: #fff !important;
	color: #000 !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
	font-size: 0 !important;
}

.komilfo-filter.is-open .komilfo-filter__toggle i,
.komilfo-filter.is-open .komilfo-filter__toggle span {
	display: none !important;
}

.komilfo-filter.is-open .komilfo-filter__toggle::before {
	content: "\f00d" !important;
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900 !important;
	font-size: 16px !important;
	display: inline-block !important;
}

/* ==========================================================================
   9. VENDOR SHOP HEADER (MULTIVENDORX INTEGRATION)
   ========================================================================== */
.archive.tax-dc_vendor_shop .woocommerce-products-header {
	margin-bottom: 2rem;
}

.mvx_bannersec_start.mvx-theme02 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}

.mvx-banner-wrap {
	position: relative;
	background: #fff;
	border: 1px solid #f1e9f6;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(185, 105, 221, 0.04);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.banner-img-cls {
	width: 100%;
	height: 240px;
	overflow: hidden;
	background: #fbf9fc;
}

.mvx-imgcls {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mvx-banner-area {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	padding: 24px 32px !important;
	position: relative !important;
	top: auto !important;
	z-index: 2;
	background: #fff !important;
	flex-wrap: wrap;
	gap: 20px;
	width: 100% !important;
	box-sizing: border-box;
}

.mvx-bannerleft {
	display: flow-root;
	flex: 1;
	min-width: 280px;
}

.mvx-profile-area {
	float: left;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	background: #fff;
	margin-right: 24px;
	margin-top: -65px;
	position: relative;
	z-index: 5;
}

.mvx-profile-imgcls {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.mvx-theme02 .mvx-heading,
.mvx-bannerleft .mvx-heading {
	margin: 0 0 8px 0 !important;
	font-size: 28px !important;
	font-weight: 700 !important;
	color: #111 !important;
	line-height: 1.2 !important;
	font-family: 'Roboto', Arial, sans-serif !important;
}

.mvx-bannerleft .mvx-address,
.mvx-bannerleft .mvx-contact-deatil,
.mvx-bannerleft .mvx-contact-deatil p {
	margin: 6px 0;
	font-size: 13px;
	color: #666;
	line-height: 1.45;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.mvx-bannerleft .mvx-address i,
.mvx-bannerleft .mvx-contact-deatil i {
	color: #b969dd;
	font-size: 14px;
	margin-right: 4px;
}

.mvx-bannerleft .mvx-address a,
.mvx-contact-deatil .mvx-address a,
a.mvx_vendor_detail {
	color: #666 !important;
	text-decoration: none;
	transition: color 0.2s ease;
}

.mvx-bannerleft .mvx-address a:hover,
.mvx-contact-deatil .mvx-address a:hover,
a.mvx_vendor_detail:hover {
	color: #b969dd !important;
}

.mvx-bannerright {
	display: flex;
	align-items: center;
	gap: 12px;
}

/* Tabs under the header */
.tax-dc_vendor_shop .mvx-main-section {
	margin-top: 10px;
	padding-top: 0 !important;
}

.tax-dc_vendor_shop .mvx-tab-header {
	display: inline-flex;
	background: #fdf8ff;
	border: 1px solid #f3e8fa;
	border-radius: 30px;
	padding: 4px;
	gap: 4px;
	margin: 10px 0 24px;
}

.tax-dc_vendor_shop .mvx-tab-header a {
	text-decoration: none;
}

.tax-dc_vendor_shop .mvx-tablink {
	padding: 8px 20px;
	font-size: 13px;
	font-weight: 600;
	color: #666;
	border-radius: 20px;
	background: transparent;
	transition: all 0.2s ease;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.tax-dc_vendor_shop .mvx-tablink::before {
	display: none !important;
}

.tax-dc_vendor_shop .mvx-tablink:hover {
	color: #b969dd;
}

.tax-dc_vendor_shop .mvx-tablink.active {
	background: #b969dd;
	color: #fff;
	box-shadow: 0 4px 12px rgba(185, 105, 221, 0.15);
}

/* Product list grid override on vendor archive page */
.tax-dc_vendor_shop ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1.5rem !important;
	margin: 0 0 2.5rem !important;
	padding: 0 !important;
	list-style: none !important;
}

.tax-dc_vendor_shop ul.products::before,
.tax-dc_vendor_shop ul.products::after {
	display: none !important;
}

.tax-dc_vendor_shop ul.products li.product {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	height: auto !important;
	display: flex !important;
	flex-direction: column !important;
}

/* Responsive Vendor shop styles */
@media (max-width: 768px) {
	.banner-img-cls {
		height: 160px;
	}

	.mvx-banner-area {
		padding: 16px 20px !important;
		margin-top: 0 !important;
		justify-content: center;
		text-align: center;
	}

	.mvx-profile-area {
		float: none;
		margin: -50px auto 16px auto;
		width: 90px;
		height: 90px;
		border-width: 3px;
	}

	.mvx-bannerleft {
		text-align: center;
	}

	.mvx-bannerleft .mvx-heading {
		font-size: 22px !important;
		margin: 8px 0 4px !important;
	}

	.mvx-bannerleft .mvx-address,
	.mvx-bannerleft .mvx-contact-deatil,
	.mvx-bannerleft .mvx-contact-deatil p {
		justify-content: center;
		text-align: center;
		font-size: 12px;
	}

	.mvx-bannerright {
		display: flex;
		justify-content: center;
		width: 100%;
	}
}

@media (max-width: 991px) {
	.tax-dc_vendor_shop ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 1rem !important;
	}
}

@media (max-width: 560px) {
	.tax-dc_vendor_shop ul.products {
		grid-template-columns: 1fr !important;
	}
}