/** Shopify CDN: Minification failed

Line 194:2 Unexpected "{"
Line 195:2 Expected identifier but found "%"
Line 203:2 Unexpected "{"
Line 204:2 Expected identifier but found "%"

**/


:root{
  --font-custom-body: "Elza Trial", -apple-system, system-ui, Segoe UI, Roboto, Arial, sans-serif;
  --font-heading-custom: "Elza Trial", -apple-system, system-ui, Segoe UI, Roboto, Arial, sans-serif;
  --fw-custom-heading: 300;
  --fw-custom-body: 900;
  --fs-custom-body: italic;
  --fs-heading-custom: italic;
}

.ritual-section {
	text-align: center;
}

.ritual-title {
	color: #CFCFCF;
	position: relative;
	margin: 0 auto;
	line-height: 0.7;
	font-family: var(--font-custom-body);
	font-weight: var(--fw-custom-body);
	font-size: 181.48px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	width: max-content;
}

.ritual-title span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin-top: -10px;
}

.ritual-steps {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
	flex-wrap: wrap;
	margin-top: 39px;
}

.step {
	flex: 1 1 250px;
	max-width: 300px;
	text-align: center;
	position: relative;
}

.step-number {
	font-family: var(--font-heading-custom);
	font-size: 373px;
	font-weight: var(--fw-custom-heading);
	color: #636363;
	position: absolute;
	top: 0;
	left: -25%;
	font-style: var(--fs-heading-custom);
	z-index: 0;
	line-height: normal;

}

.step img {
	position: relative;
	z-index: 1;
	max-width: 100%;
	height: auto;
}

.step h3 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 32.44px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	color: #636363;
	margin: 0;

}

.step a {
	margin-top: 8px;
	color: #2EC2DC;
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 16.92px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	text-decoration: underline;
	display: inline-block;
}

.custom--razor-for-mens .custom-product-grid .card-media {
	border-radius: 12px 12px 0 0 !important;
	padding-bottom: 100% !important;
}

.step a:hover {
	text-decoration: underline;
}

.banner-box {
	width: 100%;
	aspect-ratio: 4 / 5;
	margin-bottom: 37px;
}

.banner-box .banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.heading-ritual {
	width: max-content;
	margin: auto;
}

.heading-ritual span {
	font-family: Poppins;
	font-weight: 700;
	font-style: Italic;
	font-size: 30.87px;
	line-height: normal;
	text-align: end;
	text-transform: capitalize;
	display: block;

}
@media (max-width: 1024px) {
	.ritual-steps {
		flex-direction: column;
		align-items: center;
	}

	.step-number {
		font-size: 90px;
		top: 20px;
	}

	.ritual-title {
		font-size: 36px;
	}

	.banner-box,
	.ritual-steps {
		margin: 0;
	}
}

@media (max-width: 600px) {


	.ritual-title {
		font-size: 102px;
	}

	.heading-ritual span {
		font-size: 17px;
	}

	.ritual-title span {
		font-size: 16px;
	}

	.ritual-steps {
		gap: 0
	}

	.step-number {
		font-size: 160.08px;
		top: 0;
		left: 0;
		line-height: 100%;
	}

		{
		% comment %
	}

	/* .step-number {
		display: none !important;

	} */

		{
		% endcomment %
	}

	.step {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.Image-part {
		position: relative;
	}

	.banner-box {
		aspect-ratio: 1 / 1;
	}

	.step h3 {
		font-size: 22px;
	}

	.step a {
		font-size: 11px;
	}
}