/** Shopify CDN: Minification failed

Line 240:0 Expected "*/" to terminate multi-line comment

**/
.product-grid-slider {
	position: relative;
}

.product-grid-slider.section-overlay:after {
	content: '';
	background: #202621;
	width: 100%;
	height: 60%;
	display: block;
	position: absolute;
	top: 0;
	z-index: -9;
}

.product-item {
	background: #ffffff;
	box-shadow: 0px 16px 35px rgba(0, 0, 0, 0.1);
	border-radius: 16px;
}

.product-item img {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	height: 220px;
	width: 100%;
	object-fit: contain;
	padding-top: 10px;
}

.product-product-wrapper {
	margin-top: 3rem;
}

.rich-text-content {
	max-width: 750px;
	margin: auto;
}
/* .slider-content {
  padding-left: 5rem;
}

.grid-content {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: var(--page-width);
  margin-left: auto;
  margin-right: auto;
} */

.product-grid-slider .section-heading p {
	padding: 1rem 0 2rem;
	color: white;
}

.right_align .product-slider {
	padding-left: max(5rem, calc(50% - 650px));
}

.product-slider .swiper-scrollbar {
	margin-left: max(5rem, calc(50% - 650px));
	left: 0;
}

.product-slider_content {
	padding: 0 20px 20px;
}

.product-slider {
	padding-bottom: 5rem;
}

.product--title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 44px;
}

.product--coverage {
	color: #8f918f;
}

.product--info {
	margin-bottom: 10px;
}

.product-grid-slider h2 {
	margin-bottom: 0;
}

span.price-item.price-item--regular {
	color: #005bac;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

a.cart_button {
	text-decoration: none;
	background: #005bac;
	color: white;
	padding: 3px 20px;
	display: block;
	width: fit-content;
	border-radius: 8px;
	margin-top: 10px;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	bottom: 30px;
}

@media (max-width: 749px) {
	.product-product-wrapper.page-width {
		padding-right: 0;
		padding-left: 1rem;
	}

	.product-product-wrapper.right_align .product-slider {
		padding-left: 1.5rem;
	}

	.product-slider .swiper-scrollbar {
		margin-left: 1.5rem;
	}

	span.price-item.price-item--regular {
		font-size: 18px;
	}

	/* .swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 50px;
  } */

	.product-slider_content {
		padding: 0 10px 20px;
	}

	.product-item img {
		height: 170px;
	}
}

.product-slider-tab-section {
	position: relative;
}

.product-slider-tab-section:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background: #202621;
	z-index: -1;
}

.section-heading {
	color: white;
}

.section-heading h2,
.section-heading h1 {
	margin: 0;
}

.product-slider-tabs {
	display: flex;
	justify-content: center;
	margin: 40px 0;
	gap: 20px;
	color: white;
}

.product-slider-tab {
	background: #efefef;
	color: #595d59;
	padding: 20px 30px;
	border-radius: 50px;
	cursor: pointer;
	line-height: 1;
}

.product-slider-tab.active {
	background: #bce6ed;
	color: #202621;
}

@media (max-width: 749px) {
	.product-slider-tabs {
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
	}

	.product-slider-tab {
		padding: 15px 10px;
	}

	.product-slider-tab-wrapper {
		padding-right: 0;
	}
}

/* .product--description {
	margin: 1rem 0;
	line-height: 1.2;
	display: block !important;
	-webkit-line-clamp: unset !important;
	overflow-y: auto !important;
	max-height: 44px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.product--description::-webkit-scrollbar {
	display: none;
}

.product-slider .price-item.price-item--sale {
	font-size: 20px;
	font-weight: bold;
	color: #d96d4c;
}

.product-grid-slider::before {
	position: absolute;
	content: '';
	width: 100%;
}
