/* Full Width Container */
.su-container-full {
	max-width: 100% !important;
	width: 100% !important;
	margin: 0 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

/* Header Section */
.su-archive-header-noon {
	width: auto;
	margin-left: -20px !important;
	margin-right: -20px !important;
	margin-top: -20px !important; /* Touch header on desktop */
	margin-bottom: 30px;
	background: #0a4c6a;
	padding: 30px 20px;
	text-align: center;
}
.woocommerce-breadcrumb {
	display: flex;
	justify-content: center;
	margin-bottom: 8px;
	font-size: 12px;
	color: rgba(255,255,255,0.7);
}
.woocommerce-breadcrumb a {
	color: rgba(255,255,255,0.9);
}
.su-title-row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}
.su-title-row h1 {
	font-size: 28px;
	font-weight: 900;
	margin: 0;
	color: #fff;
	text-transform: capitalize;
}
.su-price-filter-bar {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}
.su-price-filter-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 120px;
}
.su-price-filter-group label {
	font-size: 12px;
	font-weight: 700;
	color: rgba(255,255,255,0.85);
}
.su-price-filter-group input {
	height: 40px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 6px;
	padding: 0 12px;
	background: #fff;
	color: #111;
	font-weight: 600;
	box-sizing: border-box;
}
.su-price-filter-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	padding-bottom: 1px;
}
.su-price-filter-apply,
.su-price-filter-clear {
	height: 40px;
	padding: 0 16px;
	border-radius: 6px;
	border: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 13px;
	text-decoration: none;
	cursor: pointer;
}
.su-price-filter-apply {
	background: #fff;
	color: #0a4c6a;
}
.su-price-filter-clear {
	background: rgba(255,255,255,0.1);
	color: #fff;
	border: 1px solid rgba(255,255,255,0.2);
}
.su-price-filter-apply:hover {
	background: #f3f7fa;
}
.su-price-filter-clear:hover {
	background: rgba(255,255,255,0.18);
}

/* Remove result count if requested by "reove those" - let's hide it for now to see */
.su-results-row {
	display: none;
}

/* Filter Bar */
.su-noon-filter-bar {
	display: none; /* Removed as requested */
}

.su-noon-filters-scroll {
	display: flex;
	align-items: center;
	gap: 10px;
	overflow-x: auto;
	scrollbar-width: none;
	width: 100%;
}
.su-noon-filters-scroll::-webkit-scrollbar { display: none; }

.su-noon-dropdown {
	position: relative;
}

.su-noon-filter-chip {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
	padding: 6px 12px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.2s;
}
.su-noon-filter-chip:hover, .su-noon-filter-chip.active {
	background: #eee;
	border-color: #ddd;
}

/* Dropdown Content */
.su-noon-dropdown-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	min-width: 200px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	z-index: 1000;
	margin-top: 5px;
	padding: 10px 0;
}
.su-noon-dropdown-content.show {
	display: block;
}
.su-noon-dropdown-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.su-noon-dropdown-content ul li a {
	display: block;
	padding: 8px 20px;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}
.su-noon-dropdown-content ul li a:hover {
	background: #f8f8f8;
	color: var(--su-green);
}

.su-noon-tag {
	background: #f7f7f7;
	border: 1px solid #f0f0f0;
	padding: 6px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	color: #555;
	text-decoration: none;
	white-space: nowrap;
}
.su-noon-tag:hover {
	border-color: #3861fb;
	color: #3861fb;
}

/* Sorting & Results moved to center or hidden */
.su-noon-sort-wrap {
	margin-top: 10px;
}
.su-noon-sort-wrap .woocommerce-ordering {
	margin: 0 auto;
	display: inline-block;
}
.su-noon-sort-wrap .woocommerce-ordering select {
	border: 1px solid #eee;
	background: #fff;
	padding: 6px 30px 6px 12px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M0 3l5 5 5-5z' fill='%23666'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 10px center;
}

/* Full Width Grid */
.su-shop-content-full {
	width: 100%;
}
.su-shop-content-full .woocommerce ul.products {
	grid-template-columns: repeat(5, 1fr) !important;
	gap: 15px !important;
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
}

@media (max-width: 1200px) {
	.su-shop-content-full .woocommerce ul.products { grid-template-columns: repeat(4, 1fr) !important; }
}
@media (max-width: 992px) {
	.su-shop-content-full .woocommerce ul.products { grid-template-columns: repeat(3, 1fr) !important; }
}
@media (max-width: 768px) {
	.su-container-full { padding-left: 5px !important; padding-right: 5px !important; }
	.su-shop-content-full .woocommerce ul.products { 
		grid-template-columns: repeat(2, 1fr) !important; /* 2-column grid on mobile */
		gap: 8px !important;
	}
	.su-archive-header-noon { margin-top: 5px !important; } /* Very small white gap */
	.su-title-row { flex-direction: column; align-items: center; gap: 10px; }
	.su-noon-sort-wrap { width: 100%; }
	.su-noon-sort-wrap select { width: 100%; }
	.su-price-filter-bar {
		width: 100%;
		justify-content: stretch;
	}
	.su-price-filter-group {
		flex: 1 1 140px;
		min-width: 0;
	}
	.su-price-filter-actions {
		width: 100%;
		justify-content: stretch;
	}
	.su-price-filter-apply,
	.su-price-filter-clear {
		flex: 1;
	}
}
@media (max-width: 360px) {
	.su-shop-content-full .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
	.su-price-filter-group,
	.su-price-filter-actions {
		width: 100%;
	}
}
/* Pagination Improvements */
.woocommerce-pagination {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.woocommerce-pagination ul.page-numbers {
	display: inline-flex !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}
.woocommerce-pagination ul.page-numbers li {
	border-right: 1px solid #eee;
	margin: 0 !important;
	list-style: none !important;
}
.woocommerce-pagination ul.page-numbers li:last-child {
	border-right: none;
}
.woocommerce-pagination ul.page-numbers li .page-numbers {
	display: block;
	padding: 10px 18px;
	color: #333;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.2s;
}
.woocommerce-pagination ul.page-numbers li .page-numbers.current {
	background: var(--su-yellow);
	color: #000;
}
.woocommerce-pagination ul.page-numbers li .page-numbers:hover:not(.current) {
	background: #f8f8f8;
	color: var(--su-green);
}
.woocommerce-pagination ul.page-numbers li .next, 
.woocommerce-pagination ul.page-numbers li .prev {
	font-size: 18px;
	line-height: 1;
}
