/* Shop archive: approved dark desktop composition and mobile filter drawer. */

body:has(.kev-coffee-product-catalog),
body:has(.kev-coffee-product-catalog) .wp-site-blocks {
	background: #080a0b;
	color: #f7f3ed;
}

.kev-coffee-site-header + .kev-coffee-product-catalog,
.kev-coffee-mobile-header + .kev-coffee-site-header + .kev-coffee-product-catalog,
.kev-coffee-product-catalog + .kev-coffee-site-footer {
	margin-block-start: 0 !important;
}

.kev-coffee-product-catalog {
	--kev-catalog-accent: #e0ad62;
	--kev-catalog-border: rgb(224 173 98 / 18%);
	--kev-catalog-gutter: clamp(1.25rem, 4.45vw, 4rem);
	--kev-catalog-width: 88rem;
	width: 100%;
	margin: 0;
	background: #080a0b;
	color: #f7f3ed;
	overflow-x: clip;
}

.kev-coffee-product-catalog *,
.kev-coffee-product-catalog *::before,
.kev-coffee-product-catalog *::after { box-sizing: border-box; }

.kev-coffee-product-catalog__header {
	position: relative;
	isolation: isolate;
	min-height: 14rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid rgb(255 255 255 / 8%);
	background-color: #101112;
	background-image: linear-gradient(270deg, rgb(17 19 20 / 76%) 0%, rgb(17 19 20 / 58%) 42%, rgb(17 19 20 / 12%) 78%), var(--kev-catalog-hero-image, none);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}

.kev-coffee-product-catalog__header::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgb(8 10 11 / 4%) 0 42%, rgb(8 10 11 / 12%) 62%, rgb(8 10 11 / 24%) 100%);
	content: '';
}

.kev-coffee-product-catalog__header.has-coffee-fallback {
	background-color: #101112;
	background-image:
		radial-gradient(circle at 82% 38%, rgb(224 173 98 / 13%) 0 0.35rem, transparent 0.4rem),
		radial-gradient(ellipse at 78% 52%, rgb(224 173 98 / 8%) 0 5rem, transparent 5.1rem),
		linear-gradient(105deg, #111314 0%, #0d0f10 68%, #17120e 100%);
}

.kev-coffee-product-catalog__header-inner,
.kev-coffee-product-catalog__content,
.kev-coffee-product-catalog__empty {
	width: min(var(--kev-catalog-width), calc(100% - 2 * var(--kev-catalog-gutter)));
	margin-inline: auto;
}

.kev-coffee-product-catalog__header-inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(22rem, 34rem);
	grid-template-areas:
		'. title'
		'. description'
		'. breadcrumb';
	column-gap: clamp(2rem, 5vw, 5rem);
	align-content: center;
	padding-block: 2rem;
	direction: ltr;
}

.kev-coffee-product-catalog__header-inner > * {
	width: 100%;
	min-width: 0;
	margin-inline: 0;
	direction: rtl;
	text-align: right;
}

.kev-coffee-product-catalog__breadcrumb {
	grid-area: breadcrumb;
	margin: 1.1rem 0 0;
	padding-block-start: 0.85rem;
	border-block-start: 1px solid rgb(224 173 98 / 46%);
	color: var(--kev-catalog-accent);
	font-size: 0.8rem;
	font-weight: 650;
}

.kev-coffee-product-catalog__breadcrumb .woocommerce-breadcrumb {
	margin: 0;
	padding: 0;
	border: 0;
	color: inherit;
	font: inherit;
}

.kev-coffee-product-catalog__breadcrumb a { color: inherit; text-decoration: none; }

.kev-coffee-product-catalog__title {
	grid-area: title;
	margin: 0;
	color: #fffaf3;
	font-size: clamp(2.25rem, 3.2vw, 2.75rem);
	font-weight: 850;
	line-height: 1.2;
	text-shadow: 0 1px 1rem rgb(0 0 0 / 58%);
}

.kev-coffee-product-catalog__description {
	grid-area: description;
	width: 100%;
	max-width: 34rem;
	margin: 0.65rem 0 0;
	color: rgb(255 250 243 / 88%);
	font-size: 0.95rem;
	line-height: 2;
	text-shadow: 0 1px 0.6rem rgb(0 0 0 / 48%);
}

.kev-coffee-product-catalog__description > :first-child { margin-block-start: 0; }
.kev-coffee-product-catalog__description > :last-child { margin-block-end: 0; }

.kev-coffee-product-catalog__content { padding-block: 1.5rem 2.75rem; }

.kev-coffee-product-catalog__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 16.5rem;
	grid-template-areas: 'products filters';
	direction: ltr;
	align-items: start;
	gap: 2rem;
}

.kev-coffee-product-catalog__layout.has-no-filters { grid-template-columns: minmax(0, 1fr); }
.kev-coffee-product-catalog__product-area { grid-area: products; min-width: 0; direction: rtl; }
.kev-coffee-product-catalog__filter-region {
	position: sticky;
	top: 1rem;
	grid-area: filters;
	min-width: 0;
	max-height: calc(100vh - 2rem);
	direction: rtl;
	overflow: hidden;
}

.kev-coffee-product-catalog__toolbar {
	display: block;
	margin-bottom: 1rem;
}

.kev-coffee-product-catalog__filters {
	display: flex;
	max-height: inherit;
	flex-direction: column;
	margin: 0;
	border: 1px solid var(--kev-catalog-border);
	background: #0b0d0e;
}

.kev-coffee-product-catalog__filters-summary {
	display: flex;
	min-height: 3.5rem;
	align-items: center;
	gap: 0.7rem;
	padding: 1rem;
	border-bottom: 1px solid var(--kev-catalog-border);
	color: #f7f3ed;
	font-size: 1rem;
	font-weight: 750;
	list-style: none;
	cursor: pointer;
}

.kev-coffee-product-catalog__filters-summary::-webkit-details-marker { display: none; }
.kev-coffee-product-catalog__filters-summary::before {
	width: 0.9rem;
	height: 0.8rem;
	background: linear-gradient(to bottom, var(--kev-catalog-accent) 0 2px, transparent 2px 5px, var(--kev-catalog-accent) 5px 7px, transparent 7px 10px, var(--kev-catalog-accent) 10px 12px);
	content: '';
}

.kev-coffee-product-catalog__filters-panel {
	display: block;
	flex: 1 1 auto;
	min-height: 0;
	overflow: hidden auto;
	scrollbar-color: rgb(224 173 98 / 38%) transparent;
	scrollbar-width: thin;
}

.kev-coffee-product-catalog__filters-apply {
	position: relative;
	z-index: 2;
	bottom: 0;
	flex: 0 0 auto;
	display: block;
	width: calc(100% - 2rem);
	min-height: 2.85rem;
	margin: 0 1rem 1rem;
	padding: 0.65rem 1rem;
	border: 1px solid var(--kev-catalog-accent);
	border-radius: 0.2rem;
	background: var(--kev-catalog-accent);
	color: #17120d;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 850;
	cursor: pointer;
	box-shadow: 0 -0.75rem 1.25rem #0b0d0e;
}

.kev-coffee-product-catalog__filters-apply:hover { background: #efc17d; }

.kev-coffee-product-catalog__filters.is-desktop-filter > .kev-coffee-product-catalog__filters-summary { cursor: default; pointer-events: none; }

.kev-coffee-shop-filter {
	margin: 0;
	padding: 0 1rem 1rem;
	border-bottom: 1px solid var(--kev-catalog-border);
}

.kev-coffee-shop-filter:last-child { border-bottom: 0; }

.kev-coffee-shop-filter__title,
.kev-coffee-shop-filter .wp-block-heading,
.kev-coffee-shop-filter .wc-block-components-filter-title {
	margin: 0 0 0.85rem;
	color: #f7f3ed;
	font-size: 0.82rem;
	font-weight: 700;
}

.kev-coffee-shop-filter ul,
.kev-coffee-shop-filter .wc-block-components-checkbox-list {
	display: grid;
	gap: 0.55rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kev-coffee-shop-filter li,
.kev-coffee-shop-filter label,
.kev-coffee-shop-filter .count,
.kev-coffee-shop-filter .price_label {
	color: #f7f3ed;
	font-size: 0.8125rem;
	line-height: 1.7;
}

.kev-coffee-shop-filter li { margin: 0; }
.kev-coffee-shop-filter a { color: inherit; text-decoration: none; }
.kev-coffee-shop-filter a:hover,
.kev-coffee-shop-filter .chosen > a { color: var(--kev-catalog-accent); }
.kev-coffee-shop-filter .chosen > a::after { content: ' ×'; }

.kev-coffee-shop-filter input[type='checkbox'],
.kev-coffee-shop-filter input[type='radio'] {
	width: 0.95rem;
	height: 0.95rem;
	margin: 0 0 0 0.45rem;
	accent-color: var(--kev-catalog-accent);
}

.kev-coffee-shop-filter select,
.kev-coffee-shop-filter input[type='text'],
.kev-coffee-shop-filter input[type='number'] {
	width: 100%;
	min-height: 2rem;
	padding: 0.4rem 0.55rem;
	border: 1px solid var(--kev-catalog-border);
	background: #080a0b;
	color: #f7f3ed;
	font: inherit;
	font-size: 0.72rem;
}

.kev-coffee-shop-filter .ui-slider,
.kev-coffee-shop-filter .wc-block-price-filter__range {
	height: 0.2rem;
	margin: 1rem 0;
	border: 0;
	background: rgb(247 243 237 / 18%);
}

.kev-coffee-shop-filter .ui-slider-range { background: var(--kev-catalog-accent); }
.kev-coffee-shop-filter .ui-slider-handle {
	top: 50%;
	width: 0.85rem;
	height: 0.85rem;
	border: 0;
	border-radius: 50%;
	background: #f7f3ed;
	transform: translateY(-50%);
}

.kev-coffee-shop-filter button,
.kev-coffee-shop-filter .button {
	width: 100%;
	min-height: 2.6rem;
	margin-top: 0.7rem;
	border: 1px solid rgb(224 173 98 / 55%);
	border-radius: 0.2rem;
	background: transparent;
	color: var(--kev-catalog-accent);
	font: inherit;
	font-size: 0.75rem;
	font-weight: 700;
	cursor: pointer;
}

/* Native WooCommerce Product Filters composition rendered in the archive rail. */
.kev-coffee-shop-filter.wc-block-product-filters {
	--wc-product-filters-text-color: #f7f3ed !important;
	--wc-product-filters-background-color: transparent !important;
	color: #f7f3ed;
	background: transparent;
}

.kev-coffee-shop-filter fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

.kev-coffee-shop-filter .wp-block-woocommerce-accordion-item:not(:has(.accordion-content__wrapper input, .accordion-content__wrapper [role='slider'], .accordion-content__wrapper a)) {
	display: none;
}

.kev-coffee-shop-filter .accordion-item__heading { margin: 0; }
.kev-coffee-shop-filter .accordion-item__toggle {
	display: flex;
	width: 100%;
	min-height: 2.75rem;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0.65rem 0;
	border: 0;
	border-bottom: 1px solid var(--kev-catalog-border);
	border-radius: 0;
	background: transparent;
	color: #f7f3ed;
	font-size: 0.875rem;
	font-weight: 750;
	text-align: start;
}

.kev-coffee-shop-filter .accordion-item__toggle-icon::before {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	border-inline-end: 1px solid currentcolor;
	border-block-end: 1px solid currentcolor;
	content: '';
	transform: rotate(45deg);
	transition: transform 160ms ease;
}

.kev-coffee-shop-filter .wp-block-woocommerce-accordion-item.is-open .accordion-item__toggle-icon::before {
	transform: rotate(135deg);
}

.kev-coffee-shop-filter .accordion-content__wrapper { color: #f7f3ed; }
.kev-coffee-shop-filter .wp-block-woocommerce-accordion-panel { padding: 0; }
.kev-coffee-shop-filter .accordion-content__wrapper { padding: 0.75rem 0 1rem; }
.kev-coffee-shop-filter .wc-block-product-filter-checkbox-list__items { display: grid; gap: 0.55rem; margin: 0; padding: 0; list-style: none; }
.kev-coffee-shop-filter .wc-block-product-filter-checkbox-list__label { display: flex; align-items: center; gap: 0.45rem; }
.kev-coffee-shop-filter .wc-block-product-filter-checkbox-list__item,
.kev-coffee-shop-filter .wc-block-product-filter-checkbox-list__label { color: inherit; }
.kev-coffee-shop-filter .wc-block-product-filter-checkbox-list__input { accent-color: var(--kev-catalog-accent); }
.kev-coffee-shop-filter .wc-block-product-filter-checkbox-list__count { margin-inline-start: auto; color: rgb(247 243 237 / 68%); font-size: 0.75rem; }
.kev-coffee-shop-filter .kev-coffee-shop-filter__category-more {
	width: 100%;
	margin-top: 0.25rem;
	padding: 0.55rem 0;
	border: 0;
	border-top: 1px solid var(--kev-catalog-border);
	background: transparent;
	color: var(--kev-catalog-accent);
	font: inherit;
	font-size: 0.75rem;
	font-weight: 750;
	text-align: start;
	cursor: pointer;
}
.kev-coffee-shop-filter .wc-block-product-filter-price-slider__range { color: var(--kev-catalog-accent); }
.kev-coffee-shop-filter .wc-block-product-filter-price-slider__content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 0.65rem;
}
.kev-coffee-shop-filter .wc-block-product-filter-price-slider__range { width: 100%; margin-block: 0.75rem 0.5rem; }
.kev-coffee-shop-filter :is(.wc-block-product-filter-price-slider__left, .wc-block-product-filter-price-slider__right) {
	display: grid;
	grid-template-columns: 3.25rem minmax(0, 1fr);
	align-items: center;
	gap: 0.5rem;
	width: 100%;
	min-width: 0;
	border: 0;
	background: transparent;
	color: #f7f3ed;
	font-size: 0.75rem;
}
.kev-coffee-shop-filter .wc-block-product-filter-price-slider__left::before { content: 'کمترین'; }
.kev-coffee-shop-filter .wc-block-product-filter-price-slider__right::before { content: 'بیشترین'; }
.kev-coffee-shop-filter :is(.wc-block-product-filter-price-slider__left, .wc-block-product-filter-price-slider__right) input {
	width: 100%;
	max-width: none !important;
	min-width: 0;
	box-sizing: border-box;
	min-height: 2.4rem;
	padding: 0.45rem 0.55rem;
	border: 1px solid var(--kev-catalog-border);
	background: #080a0b;
	color: #f7f3ed;
	font-size: 0.75rem;
	direction: ltr;
	font-variant-numeric: tabular-nums;
	text-align: center;
}
.kev-coffee-shop-filter .wc-block-product-filter-price-slider__left,
.kev-coffee-shop-filter .wc-block-product-filter-price-slider__right { border-color: var(--kev-catalog-border); background: transparent; color: #f7f3ed; }
.kev-coffee-shop-filter .wc-block-product-filter-clear-button .wp-block-button__link { color: var(--kev-catalog-accent); }

.kev-coffee-product-catalog__active-filters {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 0.75rem;
	width: 100%;
	margin: 0;
	padding: 0.75rem;
	border: 1px dashed var(--kev-catalog-accent);
	border-radius: 0.25rem;
	background: rgb(11 13 14 / 72%);
}
.kev-coffee-product-catalog__active-filters-title {
	flex: 0 0 auto;
	margin: 0;
	color: #f7f3ed;
	font-size: 0.78rem;
	font-weight: 700;
}
.kev-coffee-product-catalog__active-filters-clear {
	flex: 0 0 auto;
	color: var(--kev-catalog-accent);
	font-size: 0.72rem;
	text-decoration: none;
}
.kev-coffee-product-catalog__active-filter-list {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.kev-coffee-product-catalog__active-filter {
	display: inline-flex;
	min-height: 2.2rem;
	align-items: center;
	gap: 0.7rem;
	padding: 0.45rem 0.8rem;
	border: 1px solid var(--kev-catalog-border);
	border-radius: 0.2rem;
	color: rgb(247 243 237 / 82%);
	font-size: 0.72rem;
	text-decoration: none;
}

.kev-coffee-product-catalog__active-filter-remove { color: var(--kev-catalog-accent); font-size: 1rem; }

.kev-coffee-product-catalog__product-area > .kev-coffee-product-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	width: 100%;
	margin: 0;
}

.kev-coffee-product-catalog .kev-coffee-product-card {
	width: 100%;
	min-width: 0;
	max-width: none;
	flex: none;
	margin: 0;
	border: 1px solid rgb(255 255 255 / 10%);
	border-radius: 0.875rem;
	background: #0c0e0f;
	box-shadow: none;
}

.kev-coffee-product-catalog .kev-coffee-product-card__link { height: 100%; color: inherit; text-decoration: none; }
.kev-coffee-product-catalog .kev-coffee-product-card__media {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #050606;
}
.kev-coffee-product-catalog .kev-coffee-product-card__image { width: 100%; height: 100%; object-fit: contain; object-position: center; padding: 0; }
.kev-coffee-product-catalog .kev-coffee-product-card__image-placeholder { width: 100%; height: 100%; object-fit: contain; padding: 0; }
.kev-coffee-product-catalog .kev-coffee-product-card__content { min-height: 0; gap: 0.2rem; padding: 0.65rem 0.85rem 0.8rem; text-align: center; }
.kev-coffee-product-catalog .kev-coffee-product-card__title { min-height: 0; margin: 0; color: #f7f3ed; font-size: 0.875rem; font-weight: 750; line-height: 1.45; }
.kev-coffee-product-catalog .kev-coffee-product-card__stock { margin: 0; color: rgb(247 243 237 / 45%); font-size: 0.68rem; line-height: 1.35; }
.kev-coffee-product-catalog .kev-coffee-product-card__price { min-height: 0; align-items: center; justify-content: center; margin: 0.05rem 0 0; color: var(--kev-catalog-accent); font-size: 0.85rem; font-weight: 750; line-height: 1.4; }
.kev-coffee-product-catalog .kev-coffee-product-card__price del { color: rgb(247 243 237 / 48%); font-size: 0.78em; }
.kev-coffee-product-catalog .kev-coffee-product-card__price ins { text-decoration: none; }
.kev-coffee-product-catalog .kev-coffee-product-card:hover { border-color: rgb(224 173 98 / 38%); transform: none; }
.kev-coffee-product-catalog .kev-coffee-product-card__badges {
	top: 0;
	right: 0;
	left: auto;
	align-items: flex-start;
}

.kev-coffee-product-catalog__pagination { display: flex; justify-content: center; margin-top: 1.5rem; }
.kev-coffee-product-catalog__pagination .woocommerce-pagination ul.page-numbers {
	display: inline-flex;
	gap: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid rgb(224 173 98 / 42%) !important;
	border-radius: 0.35rem;
	background: #0b0d0e !important;
	direction: rtl;
	list-style: none;
}
.kev-coffee-product-catalog__pagination .page-numbers li { margin: 0; border: 0; }
.kev-coffee-product-catalog__pagination .page-numbers li + li { border-inline-start: 1px solid rgb(224 173 98 / 20%); }
.kev-coffee-product-catalog__pagination .page-numbers a,
.kev-coffee-product-catalog__pagination .page-numbers span {
	display: grid;
	width: 2.75rem;
	height: 2.625rem;
	place-items: center;
	border: 0;
	border-radius: 0;
	background: #0b0d0e !important;
	color: #fffaf3 !important;
	font-family: inherit;
	font-size: 0.8125rem;
	font-weight: 650;
	text-decoration: none;
}
.kev-coffee-product-catalog__pagination .page-numbers a:hover,
.kev-coffee-product-catalog__pagination .page-numbers a:focus-visible { background: #20170f !important; color: #efb66f !important; }
.kev-coffee-product-catalog__pagination .page-numbers .current { background: #e0ad62 !important; color: #17120d !important; font-weight: 800; }
.kev-coffee-product-catalog__pagination .page-numbers :is(.prev, .next) { color: #efb66f !important; }

.kev-coffee-product-catalog :is(summary, a, button, select, input):focus-visible { outline: 2px solid var(--kev-catalog-accent); outline-offset: 3px; }

.kev-coffee-product-catalog__empty { padding-block: 5rem; text-align: center; }
.kev-coffee-product-catalog__empty-mark { width: 3rem; height: 3rem; margin: 0 auto 1rem; border: 1px solid var(--kev-catalog-border); border-radius: 50%; }
.kev-coffee-product-catalog__empty-title { margin: 0; font-size: 1.6rem; }
.kev-coffee-product-catalog__empty-description { max-width: 34rem; margin: 0.75rem auto 1.5rem; color: rgb(247 243 237 / 65%); }
.kev-coffee-product-catalog__empty-action { display: inline-flex; padding: 0.75rem 1rem; border: 1px solid var(--kev-catalog-border); color: var(--kev-catalog-accent); text-decoration: none; }

.kev-coffee-product-catalog + .kev-coffee-site-footer { border-top: 1px solid rgb(255 255 255 / 8%); }
.kev-coffee-product-catalog + .kev-coffee-site-footer::before { display: none; }

@media (max-width: 65.5rem) {
	.kev-coffee-product-catalog__product-area > .kev-coffee-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 52rem) {
	.kev-coffee-product-catalog__header { min-height: 7.5rem; }
	.kev-coffee-product-catalog__header-inner {
		grid-template-columns: 1fr;
		grid-template-areas: 'title' 'description' 'breadcrumb';
		padding-block: 1.25rem;
	}
	.kev-coffee-product-catalog__header-inner > * { width: 100%; margin-inline: 0; }
	.kev-coffee-product-catalog__breadcrumb { margin-top: 0.65rem; padding-block-start: 0.55rem; font-size: 0.6875rem; }
	.kev-coffee-product-catalog__title { font-size: 1.25rem; }
	.kev-coffee-product-catalog__description { margin-top: 0.25rem; font-size: 0.72rem; line-height: 1.6; }
	.kev-coffee-product-catalog__content { padding-block: 1rem 2rem; }
	.kev-coffee-product-catalog__layout { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-areas: 'filters'; gap: 0.75rem; direction: ltr; }
	.kev-coffee-product-catalog__filter-region { position: static; grid-area: filters; grid-column: 1 / -1; width: 100%; max-height: none; direction: rtl; overflow: visible; }
	.kev-coffee-product-catalog__product-area { display: contents; direction: rtl; }
	.kev-coffee-product-catalog__filters { border: 0; background: transparent; }
	.kev-coffee-product-catalog__filters-summary { min-height: 2.75rem; padding: 0.65rem 0.75rem; border: 1px solid var(--kev-catalog-border); background: #0b0d0e; font-size: 0.75rem; }
	.kev-coffee-product-catalog__filters-panel { display: none; }
	.kev-coffee-product-catalog__filters[open] .kev-coffee-product-catalog__filters-panel {
		display: block;
		flex: 1 1 auto;
		min-height: 0;
		overflow-y: auto;
	}
	.kev-coffee-product-catalog__filters[open] {
		position: fixed;
		z-index: 120;
		inset: 0;
		display: flex;
		max-height: 100vh;
		max-height: 100dvh;
		padding: 1rem;
		flex-direction: column;
		background: rgb(4 5 6 / 94%);
		overflow: hidden;
	}
	.kev-coffee-product-catalog__filters[open] .kev-coffee-product-catalog__filters-summary { position: sticky; z-index: 2; top: 0; border-color: var(--kev-catalog-border); background: #0b0d0e; }
	.kev-coffee-product-catalog__filters[open] .kev-coffee-product-catalog__filters-summary::after { margin-inline-start: auto; content: '\00d7'; color: var(--kev-catalog-accent); font-size: 1.25rem; }
	.kev-coffee-product-catalog__filters[open] .kev-coffee-product-catalog__filters-panel { border: 1px solid var(--kev-catalog-border); border-top: 0; background: #0b0d0e; }
	.kev-coffee-product-catalog__filters-apply {
		display: block;
		width: calc(100% - 2rem);
		margin: 0.75rem 1rem 1rem;
	}
	html.has-kev-catalog-filter-open { overflow: hidden; }
	.kev-coffee-product-catalog__filters[open] .kev-coffee-shop-filter.wc-block-product-filters { display: block !important; width: 100%; padding: 0 1rem 1rem; }
	.kev-coffee-product-catalog__filters[open] .wc-block-product-filters__open-overlay,
	.kev-coffee-product-catalog__filters[open] .wc-block-product-filters__overlay-header { display: none !important; }
	.kev-coffee-product-catalog__filters[open] .wc-block-product-filters__overlay,
	.kev-coffee-product-catalog__filters[open] .wc-block-product-filters__overlay-wrapper,
	.kev-coffee-product-catalog__filters[open] .wc-block-product-filters__overlay-dialog,
	.kev-coffee-product-catalog__filters[open] .wc-block-product-filters__overlay-content {
		position: static !important;
		inset: auto !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		max-height: none !important;
		padding: 0 !important;
		background: transparent !important;
		opacity: 1 !important;
		visibility: visible !important;
		pointer-events: auto !important;
		transform: none !important;
		overflow: visible !important;
	}
	.kev-coffee-product-catalog__filters[open] .wc-block-product-filters__overlay-footer { display: none !important; }
	.kev-coffee-product-catalog__filters[open] .wc-block-product-filters__apply {
		width: 100%;
		min-height: 2.9rem;
		margin: 0;
		border: 1px solid var(--kev-catalog-accent);
		border-radius: 0.2rem;
		background: var(--kev-catalog-accent);
		color: #17120d;
		font: inherit;
		font-weight: 800;
	}
	.kev-coffee-product-catalog__toolbar { grid-column: 1 / -1; width: 100%; min-width: 0; margin: 0; }
	.kev-coffee-product-catalog__active-filters,
	.kev-coffee-product-catalog__product-area > .kev-coffee-product-grid,
	.kev-coffee-product-catalog__pagination { grid-column: 1 / -1; }
	.kev-coffee-product-catalog__active-filters { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 0.5rem; padding: 0.65rem; border: 1px dashed var(--kev-catalog-accent); background: #0b0d0e; }
	.kev-coffee-product-catalog__active-filters-title { min-width: 0; white-space: nowrap; }
	.kev-coffee-product-catalog__active-filters-clear { justify-self: end; white-space: nowrap; }
	.kev-coffee-product-catalog__active-filter-list { grid-column: 1 / -1; width: 100%; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
	.kev-coffee-product-catalog__active-filter-list::-webkit-scrollbar { display: none; }
	.kev-coffee-product-catalog__active-filter-list > li { flex: 0 0 auto; }
	.kev-coffee-product-catalog__active-filter { white-space: nowrap; }
	.kev-coffee-product-catalog__product-area > .kev-coffee-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.625rem; margin-top: 0.25rem; }
}

@media (max-width: 35rem) {
	.kev-coffee-product-catalog { --kev-catalog-gutter: 1rem; }
	.kev-coffee-product-catalog__header { min-height: 6.75rem; background-image: linear-gradient(270deg, rgb(17 19 20 / 74%), rgb(17 19 20 / 28%)), var(--kev-catalog-hero-image, none); }
	.kev-coffee-product-catalog__header-inner { padding-block: 0.75rem; }
	.kev-coffee-product-catalog__title { font-size: 1rem; }
	.kev-coffee-product-catalog__description { display: none; }
	.kev-coffee-product-catalog .kev-coffee-product-card__media { margin: 0; }
	.kev-coffee-product-catalog .kev-coffee-product-card__content { min-height: 0; padding: 0.45rem 0.45rem 0.55rem; }
	.kev-coffee-product-catalog .kev-coffee-product-card__title { min-height: 0; font-size: 0.72rem; line-height: 1.4; }
	.kev-coffee-product-catalog .kev-coffee-product-card__stock { font-size: 0.58rem; }
	.kev-coffee-product-catalog .kev-coffee-product-card__price { font-size: 0.68rem; }
}

@media (prefers-reduced-motion: reduce) {
	.kev-coffee-product-catalog * { scroll-behavior: auto; transition-duration: 0.01ms !important; }
}
