.woo-category-grid-3194d433 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.woo-category-item-3194d433 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 250px;
	overflow: hidden;
	text-decoration: none;
	border-radius: 8px;
}

.woo-category-bg-3194d433 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: transform 0.3s ease;
	z-index: 1;
}

.woo-category-item-3194d433:hover .woo-category-bg-3194d433 {
	transform: scale(1.05);
}

.woo-category-overlay-3194d433 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 2;
	transition: background-color 0.3s ease;
}

.woo-category-item-3194d433:hover .woo-category-overlay-3194d433 {
	background-color: rgba(0, 0, 0, 0.5);
}

.woo-category-title-3194d433 {
	position: relative;
	z-index: 3;
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
	text-align: center;
	font-weight: 600;
}

@media (max-width: 768px) {
	.woo-category-grid-3194d433 {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media (max-width: 480px) {
	.woo-category-grid-3194d433 {
		grid-template-columns: 1fr !important;
	}
}
