.cgt-cat-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 12px;
	margin: 0 0 20px !important;
	display: block;
}
.cgt-cat-slider-desktop {
	max-height: 500px;
	aspect-ratio: 1600 / 500;
}
.cgt-cat-slider-mobile {
	display: none;
}
@media (max-width: 782px) {
	.cgt-cat-slider-desktop {
		display: none;
	}
	.cgt-cat-slider-mobile {
		display: block;
		max-height: none;
		aspect-ratio: 1600 / 1080;
	}
}
.cgt-cat-slide-img {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-size: cover;
	background-position: center;
}
.cgt-cat-slider-dots {
	position: absolute;
	bottom: 14px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}
.cgt-cat-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.6);
	cursor: pointer;
}
.cgt-cat-dot.active {
	background: #fff;
}

.cgt-cat-title {
	font-family: 'Fraunces', serif;
	font-size: 34px;
	text-align: center;
	margin: 10px 0 4px;
}
.cgt-cat-description {
	text-align: center;
	color: #5C6058;
	max-width: 640px;
	margin: 0 auto 20px;
	font-size: 14px;
}

.cgt-shop-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #E7E1DC;
	clear: both;
}
.woocommerce-result-count {
	float: none !important;
	display: block;
	margin: 0 0 10px !important;
	width: 100%;
}
.cgt-price-filter-wrap {
	position: relative;
}
.cgt-filter-toggle {
	background: #fff;
	border: 1px solid #DDD6C8;
	border-radius: 20px;
	padding: 8px 18px;
	font-size: 13px;
	font-weight: 600;
	color: #1F1F1F;
	cursor: pointer;
}
.cgt-filter-toggle:hover,
.cgt-price-filter-wrap.cgt-filter-open .cgt-filter-toggle {
	border-color: #880000;
	color: #880000;
}
.cgt-price-filters {
	display: none;
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	background: #fff;
	border: 1px solid #DDD6C8;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	padding: 12px;
	z-index: 50;
	flex-direction: column;
	gap: 6px;
	min-width: 160px;
}
.cgt-price-filter-wrap.cgt-filter-open .cgt-price-filters {
	display: flex;
}
.cgt-filter-link {
	padding: 6px 14px;
	border-radius: 20px;
	border: 1px solid #DDD6C8;
	font-size: 13px;
	font-weight: 600;
	color: #1F1F1F;
	text-decoration: none;
	white-space: nowrap;
}
.cgt-filter-link:hover,
.cgt-filter-link.active {
	background: #880000;
	border-color: #880000;
	color: #fff;
}

.cgt-col-selector {
	display: flex;
	gap: 6px;
}
.cgt-col-btn {
	display: flex;
	align-items: flex-end;
	gap: 2px;
	padding: 8px;
	background: #fff;
	border: 1px solid #DDD6C8;
	border-radius: 6px;
	cursor: pointer;
	color: #8A8578;
}
.cgt-col-btn:hover,
.cgt-col-btn.active {
	color: #880000;
	border-color: #880000;
}
.cgt-col-icon-bar {
	width: 4px;
	height: 14px;
	background: currentColor;
	border-radius: 1px;
}

@media (max-width: 600px) {
	.cgt-cat-title {
		font-size: 24px;
	}
	.cgt-shop-toolbar {
		flex-direction: column;
		align-items: stretch;
	}
	.cgt-col-selector {
		justify-content: flex-end;
	}
}

/* ---------- Remove any leftover top gap before the slider (from theme/WooCommerce wrappers) ---------- */
.woocommerce-products-header,
.page-header,
.entry-header,
.woocommerce-products-header__title {
	margin: 0 !important;
	padding: 0 !important;
}
.term-description {
	margin-top: 0 !important;
}
.site-content .ast-container > *:first-child,
.content-area > *:first-child {
	margin-top: 0 !important;
}
