.wetheme-advanced-categories {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-radius: 20px;
	padding: 25px;
	gap: 24px;
	--wac-bg-start: #400EFF;
	--wac-bg-end: #F2295B;
	--wac-bg-angle: 135deg;
	background: linear-gradient(var(--wac-bg-angle), var(--wac-bg-start), var(--wac-bg-end));
}

.wetheme-advanced-categories .categories-columns {
	display: flex;
	gap: 30px;
	align-items: flex-start;
	justify-content: flex-start;
	padding-top: 10px;
}

.wetheme-advanced-categories .category-column {
	flex: 1 1 22%;
	min-width: 220px;
	position: relative;
	padding-right: 16px;
}

.wetheme-advanced-categories .category-separator {
	position: absolute;
	right: 0;
	top: 0px;
	width: 0;
	height: 100%;
	border-right: 1px solid rgba(255, 255, 255, 0.85);
	box-sizing: content-box;
	backface-visibility: hidden;
	pointer-events: none;
}

.wetheme-advanced-categories .category-title {
	display: flex;
	align-items: center;
	gap: 2px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 12px;
}

.wetheme-advanced-categories .category-title i,
.wetheme-advanced-categories .category-title svg {
	font-size: 28px;
	width: 28px;
	height: 28px;
	margin-left: 6px;
	color: #fff;
}

.wetheme-advanced-categories .category-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wetheme-advanced-categories .category-list li {
	margin: 4px 0;
}

.wetheme-advanced-categories .category-list a {
	color: #fff;
	text-decoration: none;
}

.wetheme-advanced-categories .category-list a:hover {
	color: #ffeb3b;
}

.wetheme-advanced-categories .category-image-box {
	position: relative;
	flex: 0 0 225px;
	border-radius: 16px;
	overflow: hidden;
	align-self: center;
	justify-items: center;
}

.wetheme-advanced-categories .category-image-box img {
	display: block;
	width: 225px;
	height: auto;
}

.wetheme-advanced-categories .category-image-box .image-title {
	display: none;
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
	.wetheme-advanced-categories {
		flex-direction: row;
        gap: 25px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
	}
	.wetheme-advanced-categories .categories-columns {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 10px;
		padding-top: 0;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar {
		height: 5px;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar-track {
		background: transparent;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.3);
		border-radius: 2px;
	}
	.wetheme-advanced-categories .category-column {
		flex: 0 0 200px;
		min-width: 200px;
		max-width: 200px;
		padding-right: 14px;
		margin-bottom: 0;
	}
	.wetheme-advanced-categories .category-separator {
		display: block;
		height: 200px;
	}
	.wetheme-advanced-categories .category-title {
		font-size: 16px;
		margin-bottom: 10px;
		white-space: nowrap;
	}
	.wetheme-advanced-categories .category-title i,
	.wetheme-advanced-categories .category-title svg {
		font-size: 24px;
		width: 24px;
		height: 24px;
		margin-left: 5px;
		flex-shrink: 0;
	}
	.wetheme-advanced-categories .category-list li {
		margin: 3.5px 0;
	}
	.wetheme-advanced-categories .category-list a {
		font-size: 13px;
		white-space: nowrap;
	}
	.wetheme-advanced-categories .category-image-box {
		order: 3;
        align-self: stretch;
        height: 100%;
        flex: 1 1 auto;
	}
	.wetheme-advanced-categories .category-image-box img {
		width: 400px;
	}
}

/* Mobile */
@media (max-width: 768px) {
	.wetheme-advanced-categories {
		flex-direction: row;
        gap: 25px;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
	}
	.wetheme-advanced-categories .categories-columns {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 16px;
		padding-top: 0;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar {
		height: 4px;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar-track {
		background: transparent;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.3);
		border-radius: 2px;
	}
	.wetheme-advanced-categories .category-column {
		flex: 0 0 180px;
		min-width: 180px;
		max-width: 180px;
		padding-right: 12px;
		margin-bottom: 0;
	}
	.wetheme-advanced-categories .category-separator {
		display: block;
		height: 180px;
	}
	.wetheme-advanced-categories .category-title {
		font-size: 15px;
		margin-bottom: 8px;
		white-space: nowrap;
	}
	.wetheme-advanced-categories .category-title i,
	.wetheme-advanced-categories .category-title svg {
		font-size: 22px;
		width: 22px;
		height: 22px;
		margin-left: 4px;
		flex-shrink: 0;
	}
	.wetheme-advanced-categories .category-list li {
		margin: 3px 0;
	}
	.wetheme-advanced-categories .category-list a {
		font-size: 12px;
		white-space: nowrap;
	}
	.wetheme-advanced-categories .category-image-box {
        order: 3;
        align-self: stretch;
        height: 100%;
        flex: 1 1 auto;
	}
	.wetheme-advanced-categories .category-image-box img {
		width: 400px;
	}
}

/* Mobile */
@media (max-width: 480px) {
	.wetheme-advanced-categories {
		flex-direction: column;
		padding: 18px;
		gap: 18px;
		border-radius: 16px;
		overflow-x: hidden;
		width: 100%;
		max-width: 100%;
	}
	.wetheme-advanced-categories .categories-columns {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 16px;
		padding-top: 0;
		overflow-x: auto;
		overflow-y: hidden;
		width: 100%;
		max-width: 100%;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar {
		height: 4px;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar-track {
		background: transparent;
	}
	.wetheme-advanced-categories .categories-columns::-webkit-scrollbar-thumb {
		background: rgba(255, 255, 255, 0.3);
		border-radius: 2px;
	}
	.wetheme-advanced-categories .category-column {
		flex: 0 0 180px;
		min-width: 180px;
		max-width: 180px;
		padding-right: 12px;
		margin-bottom: 0;
	}
	.wetheme-advanced-categories .category-separator {
		display: block;
		height: 180px;
	}
	.wetheme-advanced-categories .category-title {
		font-size: 15px;
		margin-bottom: 8px;
		white-space: nowrap;
	}
	.wetheme-advanced-categories .category-title i,
	.wetheme-advanced-categories .category-title svg {
		font-size: 22px;
		width: 22px;
		height: 22px;
		margin-left: 4px;
		flex-shrink: 0;
	}
	.wetheme-advanced-categories .category-list li {
		margin: 3px 0;
	}
	.wetheme-advanced-categories .category-list a {
		font-size: 12px;
		white-space: nowrap;
	}
	.wetheme-advanced-categories .category-image-box {
		order: 3;
		align-self: stretch;
		width: 100%;
		flex: 1 1 auto;
	}
	.wetheme-advanced-categories .category-image-box img {
		width: 100%;
	}
}


