.container-tabs {
	margin: 0 auto var(--space-6);
	max-width: var(--width-feature);

	--color: var(--sw-text-color);
	--color-hover: var(--primary-color-800);
	--text-color: var(--color);
	--button-color: var(--color);
	--border-color: var(--gray-200);
}

.container-tabs .tab-outer .contentRender_name_plugins_collections_template_custom_core_v2_slider_3_across {
	position: relative;
}

.container-tabs .tab-outer .contentRender_name_plugins_collections_template_custom_core_v2_slider_3_across::before {
	content: '';
	height: 71%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 1264px;
	transform: translateX(-50%);
	pointer-events: none;
}

.container-tabs .tab-outer .contentRender_name_plugins_collections_template_custom_core_v2_slider_3_across:nth-child(4n + 1).active:before {
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #8DC63F;
}

.container-tabs .tab-outer .contentRender_name_plugins_collections_template_custom_core_v2_slider_3_across:nth-child(4n + 2).active:before {
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #78DCD5;
}

.container-tabs .tab-outer .contentRender_name_plugins_collections_template_custom_core_v2_slider_3_across:nth-child(4n + 3).active:before {
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FD8F84;
}

.container-tabs .tab-outer .contentRender_name_plugins_collections_template_custom_core_v2_slider_3_across:nth-child(4n + 4).active:before {
	background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #FF639B;
}

.container-tabs .ccl-v2-widget.core-v2-slider.slider-v2-3-across .widget-title {
	display: none;
	visibility: hidden;
}

/* Tab Active/Inactive Functionality */
.container-tabs .tab-outer {
	opacity: 1;
	transition: opacity 150ms ease;
	overflow: hidden;
}

.container-tabs .tab-outer.animating {
	opacity: 0;
}

.inner-tab-cont:not(.active),
.inner-tab-cont:not(.active) .contentRender,
.container-tabs .tab-outer > div.contentRender:not(.active):not(.contentRender_name_plugins_common_custom_tab_inner) {
	opacity: 0;
	height: 0;
	pointer-events:none;
}

.container-tabs .tabs-header,
.container-tabs .tabs-footer {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin: 0 auto;
	max-width: var(--width-base);
	overflow: hidden;
}

.container-tabs .tabs-header .title-cont {
	margin-bottom: var(--space-3);
}

.container-tabs .tabs-header .title-cont .subtitle {
	font-size: 2.1875rem;
	line-height: var(--leading-none);
	font-family: var(--font-accent);
	color: var(--green);
	text-align: center;
}

.container-tabs .tabs-header .title-cont .title {
	font-family: var(--font-display);
	font-size: var(--text-3xl);
	font-weight: var(--font-weight-bold);
	color: var(--text-color);
	line-height: .8;
}

/*Tabs*/
.container-tabs .tabs {
	display: flex;
	flex-direction: row;
	gap: 3px;
	padding-left: 0;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100%;
	padding-inline: 68px;
	overflow-x: scroll;
	scrollbar-width: thin;
}

.container-tabs .tabs li:first-child button {
	border-radius: 10px 0 0 0;
}
.container-tabs .tabs li:last-child button {
	border-radius: 0 10px 0 0;
}

.container-tabs .tabs li:nth-child(4n + 1) button {
	background-color: var(--primary-color-300);
}

.container-tabs .tabs li:nth-child(4n + 2) button {
	background-color: var(--teal-light);
}

.container-tabs .tabs li:nth-child(4n + 3) button {
	background-color: var(--salmon-light);
}

.container-tabs .tabs li:nth-child(4n + 4) button {
	background-color: #FF639B;
}

.container-tabs .tabs button {
	padding: 10px 24px;
	background-color: var(--primary-color-200);
	line-height: var(--leading-relaxed);
	text-transform: capitalize;
	width: max-content;
	font-size: var(--text-base);
	font-family: var(--font-display);
	font-weight: 700;
}

/* View All */
.container-tabs .tabs-footer .view-all {
	display: inline-block;
	padding: var(--space-3) var(--space-6);
	font-family: var(--font-body);
	font-size: var(--text-base);
	font-weight: var(--font-weight-semibold);
	color: var(--gray-100);
	border-radius: var(--rounded-full);
	background-color: var(--button-color);
	text-decoration: none;
}

@media (hover: hover) {
	.container-tabs .tabs-footer .view-all:hover {
		--button-color: var(--color-hover);
		text-decoration: none;
	}
}

@media (min-width: 40em) {
	.container-tabs .tabs {
		justify-content: center;
		padding-inline: var(--space-5);
		overflow-x: unset;
	}
}

@media (min-width: 64em) {
	.container-tabs .tabs-header .title-cont {
		margin-bottom: 29px;
	}

	.container-tabs .tabs-header .title-cont .title,
	.container-tabs .tabs-header .title-cont .subtitle {
		font-size: 4.375rem;
	}

	.container-tabs .tab-outer .contentRender_name_plugins_collections_template_custom_core_v2_slider_3_across::before {
		border-radius: 20px 20px 0 0;
		height: 73%;
	}

	.container-tabs .tabs li button {
		position: relative;
	}

	.container-tabs .tabs li button:after {
		content: '';
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.94%, rgba(0, 0, 0, 0.2) 100%);
		opacity: 1;
	}

	.container-tabs .tabs li.active button:after {
		opacity: 0;
	}

	.container-tabs .tabs li button:hover {
		color: var(--off-black);
	}
}