/** Shopify CDN: Minification failed

Line 101:15 Expected ":"

**/
.index-tab-slider-sec {
	position: relative;
}

/* .index-tab-slider-sec:before{
  content:'';
  padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='595' height='503' viewBox='0 0 595 503'%3E%3Cg%3E%3Cg opacity='.09'%3E%3Cpath fill='%23983520' d='M.892.867L123.797 127.58v-21.03c0-13.774 11.154-24.929 24.928-24.929l261.13.706c35.374 0 64.047 28.673 64.047 64.05 0 35.375-28.673 64.048-64.048 64.048h-205.74l254.29 262.344a97.637 97.637 0 0 0 70.1 29.674h66.113L396.492 292.768a146.2 146.2 0 0 0 14.345.706c82.567 0 149.164-68.4 146.205-151.639C554.227 62.556 486.656.867 407.324.867z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
    background-size: 30% auto;
    background-position: top 10rem right -4.5rem;
    background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
} */

.tab-content-slider {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 0 80px;
	row-gap: 12px;
}

.slider-img-banner {
	position: relative;
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	margin: 0 auto;
}

.slider-img-banner img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.index-tab-slider-sec .floating-icon {
	position: absolute;
	right: 0;
	top: 40px;
}

.index-tab-slider-sec .floating-icon svg {
	width: 500px;
	height: 500px;
}


.index-tab-section {
	display: grid;
	grid-template-columns: 25% 70%;
	column-gap: 40px;
}

.index-tab-section .left h3 {
	text-transform: uppercase;
	font-size: 18px;
	color: #983520;
	font-style: italic;
	margin: 0;
	letter-spacing: normal;

}

.index-tab-section .left h2 {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 5px 0;
}

.index-tab-section .left p {
	font-size: 17px;
	line-height: 1.4;
}

.index-tab-slider-sec .index-tab-section .tab_content img {
	width: 100%;
	height: 100%;
	display: block;
	max-width: 770px;
}

.index-tab-slider-sec .index-tab-section .dot-container {
	display: none;
}

.index-tab-slider-sec .index-tab-section .arrow_btn {
	pointer-events auto;
	cursor: pointer;
}

.index-tab-slider-sec .index-tab-section .tab_card {
	position: relative;
}

.index-tab-slider-sec .index-tab-section .slider-img-banner {
	display: flex;
	justify-content: center;
}

.index-tab-slider-sec .index-tab-section .tab_card {
	position: relative;
}

.index-tab-slider-sec .index-tab-section .arrow_and_dots {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	z-index: 10;
}

.index-tab-slider-sec .index-tab-section .arrow_and_dots .slide-arrow {
	height: 4rem;
	width: 100%;
}

.index-tab-slider-sec .index-tab-section .arrow_and_dots .product-next.slide-arrow {
	transform: rotate(180deg);
}

/* .fade-slider {
  position: relative;
  width: 400px;
  height: 250px;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.slide.active {
  opacity: 1;
}
 */

.collection_products_div {
	opacity: 0;
	transition: opacity 1s ease-in-out;
	display: none;
}

.collection_products_div[style*="display: block"] {
	display: block !important;
	animation: fadeIn 1s ease-in-out;
	opacity: 1;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.tab_content .tab-content-slider {
	/* max-width: 770px; */
	max-width: 100%;
	margin: auto;
}

.tab-content-slider .text-section h2 {
	font-family: "Arkitech Bold";
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
}

.tab-content-slider .text-section p:first-of-type {
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 15px;
	text-overflow: ellipsis;
	gap: 5px
}

.tab-content-slider .text-section p {
	flex: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.tab_content .tab-content-slider .content-row {
	display: flex;
	flex-direction: column;
	height: auto;
}

.tab_content .tab-content-slider .content-row {
	display: grid;
	grid-template-columns: 75% 25%;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}

.tab_content .tab-content-slider .content-row .bike-cta a:before,
.tab_content .tab-content-slider .content-row .bike-cta a:after {
	box-shadow: none;
}

.tab_content .tab-content-slider .content-row .bike-cta a {
	background: #983520;
	padding: 7px 16px;
	font-family: var(--font-barlow-bold);
	text-transform: uppercase;
}


.index-tab-section ul {
	padding: 0;
	list-style: none;
	column-gap: 15px;
	row-gap: 15px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

.index-tab-section ul .tab-link.active {
	background: #983520;
}

.index-tab-section ul .tab-link {

	background: rgba(152, 53, 32, 0.5);
	padding: 12px 16px;
	font-family: var(--font-arkitech-light);
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index-tab-section ul .tab-link p {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	font-family: "Arkitech Light", serif;
	/* font-family: var(--font-barlow-bold); */
}

.index-tab-slider-sec .wheel-discription {
	display: flex;
	gap: 10px;
}

@media screen and (max-width: 990px) {
	.index-tab-slider-sec .floating-icon {
		position: absolute;
		right: 0;
		top: auto;
		bottom: 181px;
	}

	.index-tab-slider-sec .floating-icon svg {
		width: 340px;
		height: 340px;
	}

	.index-tab-section {
		display: grid;
		grid-template-columns: 1fr;
		column-gap: 20px;
	}
}

@media screen and (max-width: 767px) {
	.index-tab-slider-sec .floating-icon {
		display: none;
	}

	.tab_content .tab-content-slider .content-row {
		grid-template-columns: 1fr;
		row-gap: 15px;
	}

	.tab-content-slider .text-section h2 {
		font-size: 28px;
	}
}

/* --- MOBILE OVERFLOW FIX FOR TAB SLIDER --- */
.index-tab-slider-sec,
.index-tab-slider-sec * {
	max-width: auto;
	box-sizing: border-box;
}

.index-tab-slider-sec {
	overflow-x: hidden;
}

/* Fix excessive padding */
.tab-content-slider {
	padding: 0 20px;
}

@media (max-width: 990px) {
	.tab-content-slider {
		padding: 0 16px;
	}
}

/* Ensure SVG and floating icons never break viewport */
.index-tab-slider-sec .floating-icon {
	right: 0;
	max-width: 100%;
	overflow: hidden;
}

.index-tab-slider-sec .floating-icon svg {
	max-width: 90vw;
	height: auto;
}

/* Force all images to scale properly */
.index-tab-slider-sec img,
.index-tab-slider-sec svg {
	max-width: 100%;
	height: auto;
	display: block;
}

/* Prevent grids from exceeding container width */
.index-tab-section,
.tab_content .tab-content-slider .content-row {
	overflow-x: hidden;
}

/* Responsive grid and content fix */
@media (max-width: 768px) {
	.index-tab-section {
		display: flex;
		flex-direction: column;
		text-align: center;
		padding: 0 1rem;
	}

	.index-tab-section .left {
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.tab-content-slider {
		padding: 0 1rem;
	}

	.tab_content .tab-content-slider .content-row {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.wheel-discription {
		flex-wrap: wrap;
		justify-content: center;
	}

	.bike-cta a.button {
		width: 100%;
		text-align: center;
	}

.index-tab-slider-sec .index-tab-section .arrow_and_dots {
		z-index: 1
}
}

@media screen and (max-width: 699px) {
	.tab-content-slider .text-section p:first-of-type {
		margin: 0;
	}

	.tab_content .tab-content-slider .content-row {
		width: 100%;
	}
}

@media screen and (max-width: 499px) {
	.tab-content-slider .text-section p:first-of-type {
		margin: 4px auto;
		font-size: 14px;
	}

	.index-tab-slider-sec .index-tab-section .arrow_and_dots {
		top: 50%;
    padding: 0px;

	}

	.index-tab-slider-sec .index-tab-section .arrow_and_dots .slide-arrow {
		height: 3rem;
	}
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
	.tab_content .tab-content-slider .content-row {
		align-items: flex-start;
		width: 100%;

	}
}


@media (max-width: 749px) {
	.index-tab-section ul .tab-link p {
		font-size: 13px;
	}
}