/* ========================================
   GEARZONE GAMING PRODUCT PAGE STYLES
   ======================================== */

/* Breadcrumb */
.gz-breadcrumb {
	background: #0a0a0a;
	padding: 15px 0;
	border-bottom: 1px solid #1a1a1a;
}

.gz-breadcrumb-inner {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #a0a0b0;
}

.gz-breadcrumb-home,
.gz-breadcrumb-link {
	color: #a0a0b0;
	text-decoration: none;
	transition: color 0.3s;
}

.gz-breadcrumb-home:hover,
.gz-breadcrumb-link:hover {
	color: #00d9ff;
}

.gz-breadcrumb-sep {
	margin: 0 10px;
	color: #333;
}

.gz-breadcrumb-current {
	color: #fff;
}

/* Main Content */
.gz-main-content {
	background: #000;
	min-height: 100vh;
	padding: 40px 0;
}

/* Page Header */
.gz-page-header {
	margin-bottom: 40px;
}

.gz-page-title {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

.gz-highlight {
	background: linear-gradient(135deg, #00d9ff 0%, #00ffaa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.gz-page-subtitle {
	color: #a0a0b0;
	font-size: 16px;
	margin: 0 0 15px 0;
}

.gz-product-count {
	color: #a0a0b0;
	font-size: 14px;
}

.gz-product-count strong {
	color: #ff0050;
	font-weight: 700;
}

/* Sidebar */
.gz-sidebar {
	background: #0a0a0a;
	border-radius: 12px;
	padding: 0;
	position: sticky;
	top: 20px;
}

.gz-filter-section {
	border-bottom: 1px solid #1a1a1a;
	padding: 20px;
}

.gz-filter-section:last-child {
	border-bottom: none;
}

.gz-filter-title {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.gz-filter-toggle {
	color: #00d9ff;
}

/* Ensure filter content is visible by default */
.gz-filter-content {
	display: block !important;
}

.gz-category-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.gz-category-item {
	padding: 10px 0;
	color: #a0a0b0;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	transition: color 0.3s;
}

.gz-category-item:hover {
	color: #00d9ff;
}

.gz-category-item.active {
	color: #ff0050;
	font-weight: 600;
}

.gz-category-item i {
	width: 16px;
	font-size: 12px;
}

.gz-category-item a {
	color: inherit;
	text-decoration: none;
	flex: 1;
}

.gz-count {
	background: #1a1a2e;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 11px;
	color: #00d9ff;
	margin-left: auto;
}

.gz-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 0;
	color: #a0a0b0;
	cursor: pointer;
	transition: color 0.3s;
}

.gz-checkbox:hover {
	color: #fff;
}

.gz-checkbox input[type="checkbox"] {
	display: none;
}

.gz-checkbox i {
	width: 16px;
	font-size: 14px;
}

/* ========================================
   MODERN PRICE FILTER - EASY TO USE
   ======================================== */

.price-filter-premium .gz-filter-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.gz-price-filter-modern {
	padding: 15px 0 5px;
}

/* Price Input Fields */
.gz-price-inputs {
	display: grid !important;
	grid-template-columns: 1fr auto 1fr;
	gap: 10px;
	align-items: end;
	margin-bottom: 15px;
	min-height: 60px;
	visibility: visible !important;
	opacity: 1 !important;
}

.gz-price-input-group {
	position: relative;
}

.gz-price-input-group label {
	display: block;
	font-size: 10px;
	color: #666;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.gz-price-input {
	width: 100%;
	background: #1a1a2e;
	border: 1px solid #333;
	border-radius: 6px;
	padding: 10px 28px 10px 10px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	outline: none;
	transition: all 0.3s ease;
	font-family: 'Roboto Mono', monospace;
}

.gz-price-input:focus {
	border-color: #00d9ff;
	box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.1);
	background: #252540;
}

.gz-price-input::placeholder {
	color: #555;
	font-size: 11px;
}

.gz-currency {
	position: absolute;
	right: 10px;
	bottom: 11px;
	color: #00d9ff;
	font-size: 12px;
	font-weight: 700;
	pointer-events: none;
}

.gz-price-separator {
	color: #666;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 10px;
	text-align: center;
}

/* Quick Select Buttons */
.gz-price-quick-select {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
	margin-bottom: 15px;
}

.gz-quick-btn {
	background: #1a1a2e;
	border: 1px solid #333;
	border-radius: 6px;
	padding: 8px 10px;
	color: #a0a0b0;
	font-size: 11px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-align: center;
	letter-spacing: 0.3px;
}

.gz-quick-btn:hover {
	background: #252540;
	border-color: #00d9ff;
	color: #00d9ff;
	transform: translateY(-1px);
}

.gz-quick-btn.active {
	background: linear-gradient(135deg, #00d9ff 0%, #00b8d4 100%);
	border-color: #00d9ff;
	color: #000;
	font-weight: 700;
}

/* Apply Button */
.gz-apply-price-btn {
	width: 100%;
	background: linear-gradient(135deg, #ff0050 0%, #ff3366 100%);
	border: none;
	border-radius: 8px;
	padding: 12px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 0, 80, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.gz-apply-price-btn:hover {
	background: linear-gradient(135deg, #ff3366 0%, #ff5588 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 0, 80, 0.4);
}

.gz-apply-price-btn:active {
	transform: translateY(0);
}

.gz-apply-price-btn i {
	font-size: 12px;
}

/* Remove old slider styles - kept for backward compatibility */
.premium-slider,
.gz-price-values-modern,
.price-value-badge {
	display: none !important;
}

/* Notification Styles */
.gz-notification {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #1a1a2e;
	border: 1px solid #333;
	border-radius: 8px;
	padding: 15px 20px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	z-index: 99999;
	opacity: 0;
	transform: translateX(100px);
	transition: all 0.3s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	min-width: 250px;
}

.gz-notification.show {
	opacity: 1;
	transform: translateX(0);
}

.gz-notification-success {
	border-color: #00d9ff;
	background: linear-gradient(135deg, rgba(0, 217, 255, 0.1), rgba(0, 184, 212, 0.1));
}

.gz-notification-error {
	border-color: #ff0050;
	background: linear-gradient(135deg, rgba(255, 0, 80, 0.1), rgba(255, 51, 102, 0.1));
}

.gz-notification-info {
	border-color: #00ff88;
	background: linear-gradient(135deg, rgba(0, 255, 136, 0.1), rgba(0, 184, 98, 0.1));
}

/* Responsive Design for Price Filter */
@media (max-width: 768px) {
	.gz-price-inputs {
		gap: 8px;
	}

	.gz-price-input {
		padding: 8px 24px 8px 8px;
		font-size: 12px;
	}

	.gz-currency {
		bottom: 9px;
		font-size: 11px;
	}

	.gz-price-quick-select {
		grid-template-columns: 1fr 1fr;
		gap: 6px;
	}

	.gz-quick-btn {
		padding: 7px 8px;
		font-size: 10px;
	}

	.gz-apply-price-btn {
		padding: 10px 16px;
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.gz-price-inputs {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.gz-price-separator {
		display: none;
	}

	.gz-price-quick-select {
		grid-template-columns: 1fr;
	}

	.gz-notification {
		right: 10px;
		left: 10px;
		min-width: auto;
	}
}

/* Sort Bar */
.gz-sort-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	padding: 15px 20px;
	background: #0a0a0a;
	border-radius: 12px;
}

.gz-view-mode {
	display: flex;
	gap: 10px;
}

.gz-view-btn {
	background: transparent;
	border: 1px solid #333;
	color: #a0a0b0;
	padding: 8px 12px;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.3s;
}

.gz-view-btn:hover,
.gz-view-btn.active {
	background: #ff0050;
	border-color: #ff0050;
	color: #fff;
}

.gz-sort-select {
	display: flex;
	align-items: center;
	gap: 12px;
}

.gz-sort-select label {
	color: #a0a0b0;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0.5px;
}

/* ========================================
   CUSTOM GAMING DROPDOWN SELECTOR
   Professional & Modern Design
   ======================================== */

.gz-custom-select-wrapper {
	position: relative;
	min-width: 220px;
}

.gz-custom-select {
	position: relative;
	user-select: none;
}

/* Selected Option Display */
.gz-selected-option {
	display: flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
	border: 2px solid #333;
	border-radius: 8px;
	padding: 10px 16px;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

/* Animated background glow */
.gz-selected-option::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(0, 217, 255, 0.1), transparent);
	transition: left 0.6s ease;
}

.gz-selected-option:hover::before {
	left: 100%;
}

.gz-selected-option:hover {
	border-color: #00d9ff;
	background: linear-gradient(135deg, #1e2a4a 0%, #1a2847 100%);
	box-shadow: 0 4px 20px rgba(0, 217, 255, 0.2);
	transform: translateY(-2px);
}

.gz-custom-select.active .gz-selected-option {
	border-color: #00d9ff;
	box-shadow: 0 0 0 3px rgba(0, 217, 255, 0.1);
	background: linear-gradient(135deg, #1e2a4a 0%, #1a2847 100%);
}

.gz-sort-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	background: rgba(0, 217, 255, 0.1);
	border-radius: 6px;
	color: #00d9ff;
	font-size: 13px;
	flex-shrink: 0;
}

.gz-sort-label {
	flex: 1;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.3px;
}

.gz-dropdown-arrow {
	color: #00d9ff;
	font-size: 12px;
	transition: transform 0.3s ease;
	flex-shrink: 0;
}

.gz-custom-select.active .gz-dropdown-arrow {
	transform: rotate(180deg);
}

/* Options List Dropdown */
.gz-options-list {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	right: 0;
	background: #0e1628;
	border: 2px solid #00d9ff;
	border-radius: 10px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px) scale(0.95);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1000;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5),
				0 0 0 1px rgba(0, 217, 255, 0.2);
	backdrop-filter: blur(10px);
}

.gz-custom-select.active .gz-options-list {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

/* Individual Option */
.gz-option {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 16px;
	cursor: pointer;
	transition: all 0.2s ease;
	border-left: 3px solid transparent;
	position: relative;
	background: transparent;
}

.gz-option::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: linear-gradient(90deg, rgba(0, 217, 255, 0.15), transparent);
	transition: width 0.3s ease;
}

.gz-option:hover::before {
	width: 100%;
}

.gz-option:hover {
	background: rgba(0, 217, 255, 0.05);
	border-left-color: #00d9ff;
}

.gz-option.active {
	background: linear-gradient(90deg, rgba(0, 217, 255, 0.15) 0%, rgba(0, 217, 255, 0.05) 100%);
	border-left-color: #ff0050;
}

.gz-option i {
	width: 20px;
	color: #00d9ff;
	font-size: 14px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.gz-option.active i {
	color: #ff0050;
	transform: scale(1.2);
}

.gz-option span {
	color: #a0a0b0;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.2s ease;
	letter-spacing: 0.3px;
}

.gz-option:hover span,
.gz-option.active span {
	color: #fff;
	font-weight: 600;
}

/* Separator between options */
.gz-option:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Animation when opening */
.gz-option {
	animation: slideInOption 0.3s ease forwards;
	opacity: 0;
}

.gz-custom-select.active .gz-option:nth-child(1) { animation-delay: 0.05s; }
.gz-custom-select.active .gz-option:nth-child(2) { animation-delay: 0.1s; }
.gz-custom-select.active .gz-option:nth-child(3) { animation-delay: 0.15s; }
.gz-custom-select.active .gz-option:nth-child(4) { animation-delay: 0.2s; }
.gz-custom-select.active .gz-option:nth-child(5) { animation-delay: 0.25s; }
.gz-custom-select.active .gz-option:nth-child(6) { animation-delay: 0.3s; }
.gz-custom-select.active .gz-option:nth-child(7) { animation-delay: 0.35s; }

@keyframes slideInOption {
	from {
		opacity: 0;
		transform: translateX(-10px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* Pulse effect on active option */
.gz-option.active::after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background: #ff0050;
	border-radius: 50%;
	animation: pulseActive 2s ease-in-out infinite;
}

@keyframes pulseActive {
	0%, 100% {
		box-shadow: 0 0 0 0 rgba(255, 0, 80, 0.7);
	}
	50% {
		box-shadow: 0 0 0 6px rgba(255, 0, 80, 0);
	}
}

/* Responsive Design */
@media (max-width: 767px) {
	.gz-custom-select-wrapper {
		min-width: 180px;
	}
	
	.gz-selected-option {
		padding: 9px 12px;
	}
	
	.gz-sort-icon {
		width: 20px;
		height: 20px;
		font-size: 11px;
	}
	
	.gz-sort-label {
		font-size: 13px;
	}
	
	.gz-option {
		padding: 10px 12px;
	}
	
	.gz-option i {
		font-size: 12px;
	}
	
	.gz-option span {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.gz-custom-select-wrapper {
		min-width: 160px;
	}
	
	.gz-selected-option {
		padding: 8px 10px;
		gap: 8px;
	}
	
	.gz-sort-label {
		font-size: 12px;
	}
	
	.gz-option {
		padding: 9px 10px;
		gap: 10px;
	}
}

/* Products Grid */
.gz-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 20px;
	margin-bottom: 40px;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.gz-product-card {
	background: #0a0a0a;
	border-radius: 12px;
	overflow: hidden;
	transition: transform 0.3s, box-shadow 0.3s;
	border: 1px solid transparent;
}

.gz-product-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 217, 255, 0.2);
	border-color: #00d9ff;
}

.gz-product-image {
	position: relative;
	padding-top: 100%;
	background: #fff;
	overflow: hidden;
}

.gz-product-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.gz-product-card:hover .gz-product-image img {
	transform: scale(1.05);
}

.gz-badge {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 2;
}

.gz-badge-sale {
	background: #ff0050;
	color: #fff;
}

.gz-badge-new {
	background: linear-gradient(135deg, #00d9ff 0%, #00b8d4 100%);
	color: #fff;
	top: 45px;
}

.gz-badge-hot {
	background: linear-gradient(135deg, #00d9ff 0%, #00ffaa 100%);
	color: #000;
	font-weight: 800;
	top: 80px;
}

.gz-wishlist-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	background: rgba(0, 0, 0, 0.5);
	border: none;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 2;
}

.gz-wishlist-btn:hover {
	background: #ff0050;
	transform: scale(1.1);
}

.gz-product-info {
	padding: 20px;
}

.gz-product-category {
	color: #666;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0 0 8px 0;
}

.gz-product-name {
	margin: 0 0 12px 0;
	font-size: 15px;
	line-height: 1.4;
	min-height: 42px;
}

.gz-product-name a {
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.gz-product-name a:hover {
	color: #00d9ff;
}

.gz-product-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.gz-price-current {
	color: #ff0050;
	font-size: 20px;
	font-weight: 700;
}

.gz-price-old {
	color: #666;
	font-size: 14px;
	text-decoration: line-through;
}

/* ========================================
   PRODUCT CARD CTA STYLES
   ======================================== */

/* Contact Badge */
.gz-badge-contact {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	display: flex;
	align-items: center;
	gap: 5px;
}

.gz-badge-contact i {
	font-size: 10px;
}

/* Price Contact Text */
.gz-price-contact {
	color: #667eea;
	font-size: 15px;
	font-weight: 600;
	font-style: italic;
}

/* CTA Footer */
.gz-product-cta {
	padding: 0 20px 20px;
}

.gz-cta-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 12px 20px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
}

/* Add to Cart Button */
.gz-cta-add-cart {
	background: linear-gradient(135deg, #ff0050 0%, #ff3366 100%);
	color: #fff;
	box-shadow: 0 4px 15px rgba(255, 0, 80, 0.3);
}

.gz-cta-add-cart:hover {
	background: linear-gradient(135deg, #ff3366 0%, #ff0050 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 0, 80, 0.4);
}

.gz-cta-add-cart:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(255, 0, 80, 0.3);
}

.gz-cta-add-cart i {
	font-size: 16px;
}

/* Contact Button */
.gz-cta-contact {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.gz-cta-contact:hover {
	background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
	color: #fff;
	text-decoration: none;
}

.gz-cta-contact:active {
	transform: translateY(0);
	box-shadow: 0 2px 10px rgba(102, 126, 234, 0.3);
}

.gz-cta-contact i {
	font-size: 16px;
}

/* Product Card States */
.gz-product-card {
	display: flex;
	flex-direction: column;
}

.gz-product-card .gz-product-info {
	flex: 1;
}

/* Card with Price - Hover State */
.gz-product-card.has-price:hover {
	border-color: #ff0050;
	box-shadow: 0 10px 30px rgba(255, 0, 80, 0.2);
}

.gz-product-card.has-price:hover .gz-cta-add-cart {
	background: linear-gradient(135deg, #ff3366 0%, #ff5577 100%);
	box-shadow: 0 6px 25px rgba(255, 0, 80, 0.5);
}

/* Card without Price - Hover State */
.gz-product-card.no-price:hover {
	border-color: #667eea;
	box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}

.gz-product-card.no-price:hover .gz-cta-contact {
	background: linear-gradient(135deg, #764ba2 0%, #8b5cf6 100%);
	box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5);
}

/* CTA Hover Animation */
.gz-product-card:hover .gz-product-cta .gz-cta-btn {
	animation: pulse-cta 1.5s ease-in-out infinite;
}

@keyframes pulse-cta {

	0%,
	100% {
		transform: translateY(-2px);
	}

	50% {
		transform: translateY(-4px);
	}
}

/* Responsive CTA */
@media (max-width: 767px) {
	.gz-product-cta {
		padding: 0 15px 15px;
	}

	.gz-cta-btn {
		padding: 10px 15px;
		font-size: 13px;
	}

	.gz-cta-btn span {
		display: none;
	}

	.gz-cta-btn i {
		font-size: 18px;
	}
}

/* No Products */
.gz-no-products {
	text-align: center;
	padding: 80px 20px;
	color: #666;
	grid-column: 1 / -1;
}

.gz-no-products i {
	font-size: 64px;
	margin-bottom: 20px;
	display: block;
}

/* Pagination */
.gz-pagination {
	text-align: center;
	padding: 20px 0;
}

.gz-pagination .pagination {
	display: inline-flex;
	gap: 5px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gz-pagination .pagination li {
	list-style: none;
}

.gz-pagination .pagination li a,
.gz-pagination .pagination li span {
	display: block;
	padding: 10px 15px;
	background: #0a0a0a;
	color: #a0a0b0;
	border: 1px solid #333;
	border-radius: 6px;
	text-decoration: none;
	transition: all 0.3s;
}

.gz-pagination .pagination li a:hover,
.gz-pagination .pagination li.active span {
	background: #ff0050;
	border-color: #ff0050;
	color: #fff;
}

.gz-pagination .pagination li.disabled span {
	opacity: 0.3;
	cursor: not-allowed;
}

/* Responsive */
@media (max-width: 991px) {
	.gz-page-title {
		font-size: 32px;
	}

	.gz-sidebar {
		margin-bottom: 30px;
	}

	.gz-products-grid {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
}

@media (max-width: 767px) {
	.gz-page-title {
		font-size: 28px;
	}

	.gz-sort-bar {
		flex-direction: column;
		gap: 15px;
		align-items: flex-start;
	}

	.gz-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}

	.gz-product-info {
		padding: 15px;
	}

	.gz-price-current {
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.gz-products-grid {
		grid-template-columns: 1fr;
	}

	.gz-page-header {
		margin-bottom: 25px;
	}

	.gz-sidebar {
		position: static;
	}
}

/* ========================================
   FILTER ENHANCEMENTS
   ======================================== */

/* Filter Active Badge & Clear Button */
.gz-filter-active {
	display: inline-block;
	margin-left: 10px;
	padding: 2px 8px;
	background: linear-gradient(135deg, #00d9ff 0%, #00ffaa 100%);
	color: #000;
	font-size: 11px;
	font-weight: 600;
	border-radius: 10px;
}

.gz-clear-filter {
	display: inline-block;
	margin-left: 5px;
	padding: 2px 6px;
	background: #ff0050;
	color: #fff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 10px;
	line-height: 1;
	transition: all 0.3s ease;
}

.gz-clear-filter:hover {
	background: #ff3377;
	transform: scale(1.1);
}

/* Apply Filter Button - HIDDEN (using auto-filter now) */
.gz-apply-filter {
	display: none !important;
	/* Button removed - auto-filter is enabled */
}

/* Notification Styles */
.gz-notification {
	position: fixed;
	top: 20px;
	right: 20px;
	padding: 15px 25px;
	background: #1a1a1a;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
	z-index: 9999;
	opacity: 0;
	transform: translateX(100%);
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 500;
	border-left: 4px solid #00d9ff;
}

.gz-notification.show {
	opacity: 1;
	transform: translateX(0);
}

.gz-notification-success {
	border-left-color: #00ffaa;
}

.gz-notification-info {
	border-left-color: #00d9ff;
}

.gz-notification-error {
	border-left-color: #ff0050;
}

/* ========================================
   LIST VIEW MODE - COMPACT PREMIUM DESIGN
   ======================================== */

.gz-products-grid.gz-list-view {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.gz-products-grid.gz-list-view .gz-product-card {
	display: grid;
	grid-template-columns: 120px 1fr auto;
	grid-template-areas: "image info cta";
	gap: 20px;
	align-items: center;
	max-width: 100%;
	padding: 15px;
	background: #0a0a0a;
	border: 1px solid #1a1a2e;
	position: relative;
	overflow: hidden;
	min-height: 120px;
}

/* Subtle glow on hover */
.gz-products-grid.gz-list-view .gz-product-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(0, 217, 255, 0.1), transparent);
	transition: left 0.5s ease;
}

.gz-products-grid.gz-list-view .gz-product-card:hover::before {
	left: 100%;
}

.gz-products-grid.gz-list-view .gz-product-card:hover {
	transform: translateX(3px);
	border-color: #00d9ff;
	box-shadow: 0 4px 20px rgba(0, 217, 255, 0.15);
}

/* Image Area - Compact */
.gz-products-grid.gz-list-view .gz-product-image {
	grid-area: image;
	width: 120px;
	height: 120px;
	padding-top: 0;
	flex-shrink: 0;
	margin: 0;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.gz-products-grid.gz-list-view .gz-product-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85%;
	height: 85%;
	object-fit: contain;
	transition: transform 0.3s ease;
}

.gz-products-grid.gz-list-view .gz-product-card:hover .gz-product-image img {
	transform: translate(-50%, -50%) scale(1.08);
}

/* Compact Badges */
.gz-products-grid.gz-list-view .gz-badge {
	top: 8px;
	left: 8px;
	padding: 3px 8px;
	font-size: 10px;
}

.gz-products-grid.gz-list-view .gz-badge-new {
	top: 35px;
	left: 8px;
}

.gz-products-grid.gz-list-view .gz-badge-hot {
	top: 62px;
	left: 8px;
}

.gz-products-grid.gz-list-view .gz-wishlist-btn {
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
	font-size: 14px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(5px);
}

/* Info Area - Compact */
.gz-products-grid.gz-list-view .gz-product-info {
	grid-area: info;
	flex: 1;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}

.gz-products-grid.gz-list-view .gz-product-category {
	color: #666;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.5px;
	margin: 0;
	text-transform: uppercase;
}

.gz-products-grid.gz-list-view .gz-product-name {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	min-height: auto;
}

.gz-products-grid.gz-list-view .gz-product-name a {
	color: #fff;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.3s ease;
}

.gz-products-grid.gz-list-view .gz-product-card:hover .gz-product-name a {
	color: #00d9ff;
}

.gz-products-grid.gz-list-view .gz-product-price {
	display: flex;
	align-items: baseline;
	gap: 10px;
	margin-top: 4px;
}

.gz-products-grid.gz-list-view .gz-price-current {
	font-size: 20px;
	font-weight: 700;
	color: #ff0050;
}

.gz-products-grid.gz-list-view .gz-price-old {
	font-size: 14px;
	color: #666;
	text-decoration: line-through;
}

.gz-products-grid.gz-list-view .gz-price-contact {
	font-size: 14px;
	font-weight: 600;
	color: #667eea;
	font-style: italic;
}

/* CTA Area - Compact Button */
.gz-products-grid.gz-list-view .gz-product-cta {
	grid-area: cta;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
}

.gz-products-grid.gz-list-view .gz-cta-btn {
	width: auto;
	min-width: 160px;
	padding: 10px 16px;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.3px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	white-space: nowrap;
}

.gz-products-grid.gz-list-view .gz-cta-btn i {
	font-size: 14px;
	flex-shrink: 0;
}

/* Text display control for List View vs Grid View */
/* List View: Show ONLY full text */
.gz-products-grid.gz-list-view .gz-btn-text-full {
	display: inline !important;
	line-height: 1.2;
	white-space: nowrap;
}

.gz-products-grid.gz-list-view .gz-btn-text-short {
	display: none !important;
}

/* Grid View: Show ONLY full text */
.gz-products-grid:not(.gz-list-view) .gz-btn-text-full {
	display: inline !important;
}

.gz-products-grid:not(.gz-list-view) .gz-btn-text-short {
	display: none !important;
}

/* Add to Cart Button */
.gz-products-grid.gz-list-view .gz-cta-add-cart {
	background: linear-gradient(135deg, #ff0050 0%, #ff3366 100%);
	box-shadow: 0 4px 15px rgba(255, 0, 80, 0.3);
	border: none;
}

.gz-products-grid.gz-list-view .gz-cta-add-cart:hover {
	background: linear-gradient(135deg, #ff3366 0%, #ff5588 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 0, 80, 0.4);
}

/* Contact Button */
.gz-products-grid.gz-list-view .gz-cta-contact {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
	border: none;
}

.gz-products-grid.gz-list-view .gz-cta-contact:hover {
	background: linear-gradient(135deg, #764ba2 0%, #8b5cf6 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Responsive List View - Compact */
@media (max-width: 991px) {
	.gz-products-grid.gz-list-view .gz-product-card {
		grid-template-columns: 100px 1fr auto;
		gap: 15px;
		padding: 12px;
	}

	.gz-products-grid.gz-list-view .gz-product-image {
		width: 100px;
		height: 100px;
	}

	.gz-products-grid.gz-list-view .gz-product-cta {
		min-width: 150px;
	}

	.gz-products-grid.gz-list-view .gz-cta-btn {
		min-width: 140px;
		padding: 9px 12px;
		font-size: 11px;
	}

	.gz-products-grid.gz-list-view .gz-cta-btn i {
		font-size: 13px;
	}

	.gz-products-grid.gz-list-view .gz-product-name {
		font-size: 15px;
	}

	.gz-products-grid.gz-list-view .gz-price-current {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.gz-products-grid.gz-list-view .gz-product-card {
		grid-template-columns: 90px 1fr;
		grid-template-areas:
			"image info"
			"cta cta";
		gap: 12px;
		padding: 12px;
	}

	.gz-products-grid.gz-list-view .gz-product-image {
		width: 90px;
		height: 90px;
	}

	.gz-products-grid.gz-list-view .gz-product-cta {
		padding-top: 8px;
		border-top: 1px solid #1a1a2e;
		min-width: auto;
	}

	.gz-products-grid.gz-list-view .gz-cta-btn {
		width: 100%;
		min-width: auto;
		padding: 10px;
		font-size: 12px;
	}

	.gz-products-grid.gz-list-view .gz-product-name {
		font-size: 14px;
	}

	.gz-products-grid.gz-list-view .gz-price-current {
		font-size: 16px;
	}

	.gz-products-grid.gz-list-view .gz-price-old {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	.gz-products-grid.gz-list-view .gz-product-card {
		gap: 10px;
		padding: 10px;
	}

	.gz-products-grid.gz-list-view .gz-product-image {
		width: 80px;
		height: 80px;
	}

	.gz-products-grid.gz-list-view .gz-product-category {
		font-size: 9px;
	}

	.gz-products-grid.gz-list-view .gz-product-name {
		font-size: 13px;
	}

	.gz-products-grid.gz-list-view .gz-price-current {
		font-size: 15px;
	}

	.gz-products-grid.gz-list-view .gz-cta-btn {
		font-size: 11px;
		padding: 8px;
	}
}