body {
	background-color: #f8f8f8 !important;
	color: #000 !important;
	font-family: 'Inter', sans-serif;
	margin: 0;
}

.product-card {
	background-color: white !important;
	border-radius: 1.5rem !important;
	border: 1px solid #f0f0f0 !important;
	transition: all 0.5s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.product-card:hover {
	border-color: #0066ff !important;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.filter-btn {
	border: 1px solid transparent !important;
	color: rgba(0, 0, 0, 0.4) !important;
	text-align: left !important;
	transition: all 0.3s ease !important;
	border-radius: 0.75rem !important;
	padding: 0.6rem 0.8rem !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.05em !important;
	text-transform: uppercase !important;
	background: rgba(0, 0, 0, 0.03) !important;
}

.filter-btn.active {
	border-color: #0066ff !important;
	color: #0066ff !important;
	background: rgba(0, 102, 255, 0.05) !important;
}

.sidebar-title {
	color: #aaa !important;
	font-size: 11px !important;
	margin-top: 3rem !important;
	margin-bottom: 1rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.15em !important;
	text-transform: uppercase !important;
}

.custom-scrollbar::-webkit-scrollbar {
	width: 4px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background: #eee;
	border-radius: 10px;
}

h1,
.catalog-h1 {
	font-size: clamp(2.5rem, 8vw, 6rem);
	line-height: 0.85;
	letter-spacing: -0.05em;
}