.elithair-row {
	display: flex;
	gap: 1rem;
	align-items: center;
	justify-content: space-between;
}
.elithair-row.allow-wrap {
	flex-wrap: wrap;
}

.elithair-row.space-between {
	justify-content: space-between;
}

.elit-container {
	max-width: 1280px;
	margin: 0 auto;
}

.elit-container.small {
	max-width: 1089px;
}

@media(max-width:1280px) {
	.elit-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.ht-guide-section__hair-analysis {
	background-color: var(--bg-color);
	padding: 54px 0 50px;
}

.ht-guide-section__hair-analysis .ht-guide-section__hair-analysis__top-row {
	gap: 4rem;
}

.ht-guide-section__hair-analysis .ht-guide-section__hair-analysis__top-row .elithair-group {
	padding: 0 19px;
}

.ht-guide-section__hair-analysis .elithair-image img {
	display: block;
}

.elithair-card {
	background: linear-gradient(180deg, rgba(103, 152, 233, 0.00) 61.96%, rgba(103, 152, 233, 0.43) 100%), #FFF;
	box-shadow: 3px 4px 12.8px 0 rgba(0, 0, 0, 0.14);
	border-radius: 14px;
	padding: 26px 31px;
}

.ht-guide-section__hair-analysis .elithair-card:nth-child(2) {
	background: #ffffff;
}
.your-results-card {
	text-align: center;
}
.your-results-card > :not(:first-child) {
	margin-top: 1.5rem;
}
.your-results-card h4 {
	font-size: 24px;
	font-weight: 400;
}
.your-results-card strong {
	font-weight: 500 !important;
}
@media(min-width:781px) {

	.elithair-card {
		padding: 4rem 2.75rem;
		background: linear-gradient(90deg, rgba(103, 152, 233, 0.00) 50.07%, rgba(103, 152, 233, 0.15) 100.07%), #FFF;;
	}
	.ht-guide-section__hair-analysis .ht-guide-section__hair-analysis__top-row> :first-child {
		flex-shrink: 0;
		flex-basis: 334px;
	}

	.ht-guide-section__hair-analysis .ht-guide-section__hair-analysis__top-row> .elithair-image {
		flex-basis: 677px;
	}

	.ht-guide-section__hair-analysis .ht-guide-section__hair-analysis__top-row> .elithair-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.ht-guide-section__hair-analysis__bottom-row .content-container {
		flex-basis: 301px;
	}

	.your-results-card {
		flex-shrink: 0;
		flex-basis: 358px;
		align-self: stretch;
	}

	.ht-guide-section__hair-analysis .ht-guide-section__hair-analysis__top-row .elithair-group {
		padding: 0;
	}
}

.elithair-pricing-component__price-label {
	font-weight: 500;
}

.elithair-pricing-component__price-heading {
	font-weight: 600;
}

.elithair-pricing-component {
	width: 301px;
	height: 368px;
	position: relative;
}
.elithair-pricing-component .elithair-pricing-component__price-container {
	border-radius: 100%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.elithair-pricing-component .elithair-pricing-component__price-container.large-price {
	background-color: #005ACD;
	color: #fff;
	justify-content: center;
	align-items: center;
	width: 193px;
	height: 193px;
	position: absolute;
	top: 0;
	left: 26%;
}

.elithair-pricing-component .elithair-pricing-component__price-container.large-price .elithair-pricing-component__price-element {
	font-size: 40px;
	font-weight: 700;
	line-height: 0.7;
}
.elithair-pricing-component .elithair-pricing-component__price-container.large-price .elithair-pricing-component__price-label {
	line-height: 1.2;
	font-weight: 500;
	margin-top: 0.3rem;
}
.elithair-pricing-component .elithair-pricing-component__price-container.medium-price {
	background-color: #F6F5F5;
	color: #212121;
	justify-content: center;
	align-items: center;
	width: 161px;
	height: 161px;
	gap: 0.25rem;
	position: absolute;
	top: 55%;
	left: 46%;
}

.elithair-pricing-component .elithair-pricing-component__price-container.medium-price .elithair-pricing-component__price-element {
	font-size: 31.68px;
	font-weight: 700;
}

.elithair-pricing-component .elithair-pricing-component__price-container.medium-price .elithair-pricing-component__price-label {
	line-height: 1;
	text-align: center;
	font-size: 14px;
	margin-top: 0.65rem;
}

/** small size **/
.elithair-pricing-component .elithair-pricing-component__price-container.small-price {
	background-color: #F6F5F5;
	color: #212121;
	justify-content: center;
	align-items: center;
	width: 120px;
	height: 120px;
	gap: 0.35rem;
	position: absolute;
	top: 47%;
	left: 1%;
}

.elithair-pricing-component .elithair-pricing-component__price-container.small-price .elithair-pricing-component__price-element {
	font-size: 22.8px;
	font-weight: 700;

}

.elithair-pricing-component .elithair-pricing-component__price-container.small-price .elithair-pricing-component__price-label {
	line-height: 1;
	font-size: 12px;
}

.elithair-pricing-component .elithair-pricing-component__price-container.small-price .elithair-pricing-component__price-heading {
	font-size: 13.31px;
	line-height: 1;
}

.elithair-group> :not(:first-child) {
	margin-top: 1rem;
	gap: 1.1rem;
}

.highlight-blue {
	color: #6798E9 !important;
}

.section-intro-pill {
	background-color: #6798E9;
	color: #fff;
	padding: 0.55rem 2.25rem;
	border-radius: 30px;
	font-weight: 500;
}

.rounded-image {
	border-radius: 14px;
}

.ht-guide-section__hair-analysis__bottom-row h3 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}

.ht-guide-section__hair-analysis .section-button {
	display: flex;
	flex-direction: column;
	gap: 0;
	align-items: center;
}

.ht-guide-section__hair-analysis .section-button .btn.orange {
	border-radius: 37px;
    background: #e77d27 !important;
	font-size: 20px !important;
	font-weight: 700;
	width: 100%;
}

.ht-guide-section__hair-analysis .section-button .small {
	text-align: center;
	color: #999;
	font-size: 14px;
	flex: 0 0 100%;
}

@media (max-width: 1024px) {
	.pricing-row {
		display: flex;
		flex-direction: column;
		flex-wrap:wrap;
		gap: 24px;
	}
}
@media (max-width: 810px) {
	.unround-image-mobile {
		border-radius: 0 !important;
	}
	.ht-guide-section__hair-analysis__top-row .elithair-image {
		margin-left: -20px;
		margin-right: -20px;
	}
	.ht-guide-section__hair-analysis__bottom-row {
		flex-direction: column;
	}

	.ht-guide-section__hair-analysis__bottom-row .section-button a.btn {
		width: 100%;
	}

	.ht-guide-section__hair-analysis .ht-guide-section__hair-analysis__top-row{
		flex-direction: column;
        gap: 20px;
	}
}

@media (max-width: 1000px) {
	.extra-pad {
		padding-inline: 15px !important;
	}
	.mega-pad {
		padding-inline: 30px !important;
	}
}