/** Shopify CDN: Minification failed

Line 2549:2 Cannot use type selector "--small" directly after nesting selector "&"

**/
media-gallery {
	display: flex !important;
	align-items: flex-start;
	column-gap: 23px;
}

.product__media-list.grid {
	margin-bottom: 0;
}
slider-component {
	width: 100%;
}
.thumbnail-slider {
	order: -1;
	width: 79px;
	flex: 0 0 79px;
}
.thumbnail-list {
	flex-direction: column;

	padding: 0 !important;
}
.thumbnail-list__item {
	width: 100% !important;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid transparent;
}
.thumbnail-list__item:has(.thumbnail[aria-current="true"]) {
	border: 1px solid #4e4e74;
}
.product__media img {
	border-radius: 20px;
}
.product__title > * {
	color: #4e4e74;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	font-family: "Surt-BoldExtended";
}
.product__title {
	margin-block-end: 8px;
}
span.jdgm-prev-badge__text {
	font-weight: 400 !important;
	color: #4f4f4e !important;
	font-size: 13px !important;
}
.jdgm-star:before {
	color: #ffa41c;
	/* text-shadow: rgb(225, 129, 47) 1px 0px 0px, rgb(225, 129, 47) 0.540302px 0.841471px 0px, rgb(225, 129, 47) -0.416147px 0.909297px 0px, rgb(225, 129, 47) -0.989992px 0.14112px 0px, rgb(225, 129, 47) -0.653644px -0.756802px 0px, rgb(225, 129, 47) 0.283662px -0.958924px 0px, rgb(225, 129, 47) 0.96017px -0.279415px 0px; */
}
.product-form__quantity {
	display: none !important;
}
.selling-widget {
	box-shadow: 0 0 13px 2px #0003;
	background: #fffdf8;
	border-radius: 20px;
}

.selling-widget-wrapper {
	margin-bottom: 28px;
	/* padding: 14px 20px;  */
	color: #4e4e74;
}
.selling-widget-headers {
	display: flex;
	position: relative;
}
.selling-widget__callout {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	flex: 1 0 100%;
	padding: 8px 10px;
	text-align: center;
	border-radius: 20px 20px 0 0;
	order: -1;
	line-height: 1.1;
}
@media screen and (max-width: 550px) {
	.selling-widget__callout {
		margin-block: -10px 5px;
		font-size: 11px;
		padding: 10px;
	}
}
@media screen and (max-width: 390px) {
	.selling-widget__callout {
		font-size: 10px;
	}
}
.selling-widget-headers:has(.selling-widget__callout) {
	flex-wrap: wrap;
}
.selling-widget__header {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	/* padding: 14px 8px 14px 20px; */
	padding: 14px 4px 14px 20px;
	cursor: pointer;
	flex: 1 1 50%;
}
.selling-widget__header:nth-child(2) {
	padding: 14px 20px 14px 5px;
}
.selling-widget__option {
	font-weight: 700;
	font-size: 17px;
	color: #4e4e74;
}
.selling-widget__prices .current-price {
	font-weight: 700;
	font-size: 22px;
	color: #4a7798;
}
.selling-widget__prices .sale-price {
	font-weight: 400;
	font-size: 22px;
	text-decoration: line-through;
	color: #7a7a7a;
	margin-left: 44px;
}
.selling-widget__label {
	font-weight: 400;
	font-size: 13px;
	margin-top: 20px;
}
/* .selling-widget__plans{
  margin-top: 15px;
} */
.selling-plan {
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.16);
	padding: 8px 13px;
	background: #fffdf8;
	border-radius: 15px;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
.selling-plan__wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	flex: 1 1 auto;
}
.selling-widget-wrapper.widget-hide {
	display: none;
}
.selling-plan__description {
	font-weight: 400;
	font-size: 13px;
	line-height: 1.15;
}
.selling-plan__prices {
	font-size: 20px;
	margin-bottom: 5px;
	text-align: right;
}
.selling-plan__prices--regular {
	font-weight: 700;
}
.selling-plan__prices--compare {
	color: #7a7a7a;
	font-weight: 400;
	text-decoration: line-through;
}
.selling-plan__price-discount {
	background: #4e4e74;
	border-radius: 20px;
	height: 28px;
	font-size: 10px;
	font-weight: 400;
	color: #fffdf8;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 84px;
	margin-left: auto;
}
.selling-plan__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 4px;
}
.selling-plan__name {
	font-weight: 700;
	font-size: 13px;
}
.selling-plan__savings {
	font-weight: 400;
	font-size: 10px;
	margin-top: 4px;
}
.selling-plan__discount {
	display: flex;
	align-items: center;
	gap: 1px;
}
.selling-widget__benefits li {
	/* list-style-type: "✅"; */
	list-style-type: none;
	padding-inline-start: 23px;
	font-weight: 400;
	font-size: 12px;
	position: relative;
	&:before{
		content:"";
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 20px;
	}
}
.selling-widget__benefits li:not(:last-child) {
	margin-block-end: 4px;
}
.selling-widget__benefits li:marker {
	margin-inline-end: 10px;
}
.selling-plan__discount {
	flex: 0 0 70px;
	text-align: right;
	justify-content: flex-end;
}
.selling-plan__discount span {
	font-weight: 700;
	font-size: 30px;
}
.selling-plan__discount p {
	font-weight: 700;
	font-size: 8px;
	letter-spacing: 0.1em;
	max-width: 24px;
	text-align: center;
}
.selling-plan__discount p strong {
	font-size: 13px;
}
.selling-plan__label {
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 8px;
	letter-spacing: 0.1em;
	padding: 7px 10px;
	flex: 0 1 146px;
	text-align: center;
}
.selling-widget__congrats {
	border-radius: 10px;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.25);
	background: #fffdf8;
	padding: 19px 10px;
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	margin-block: 18px 16px;
}
.selling-widget__congrats strong {
	font-weight: 700;
}
.selling-widget__why-subscribe {
	text-align: center;
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 11px;
}
.selling-widget__why-subscribe:last-child{
	margin-bottom: 0;
}
.selling-widget__why-subscribe strong {
	font-weight: 700;
}
.selling-widget__free-shipping {
	margin-block: 15px 0;
}
.selling-widget__free-shipping-label {
	display: flex;
	align-items: center;
	padding-inline-start: 10px;
	font-weight: 400;
	font-size: 8px;
	gap: 2px;
}
.selling-widget__free-shipping-label span {
	font-weight: 700;
	color: #e01a1a;
}
.selling-widget__free-shipping-label img {
	width: 19px;
	height: auto;
	margin-inline-end: 6px;
}
.selling-widget__free-shipping-progressbar {
	position: relative;
	border-radius: 10px;
	background: #e6e6e6;
	overflow: hidden;
	width: 100%;
	height: 17px;
	margin-block-start: 3px;
}
.selling-widget__free-shipping-progressbar span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #adb4f4 0%, #6fa4f5 50%, #44a6ec 100%);
	transition: 0.5s all ease-in;
}
.selling-widget__button {
	border: 1px solid #4e4e74;
	border-radius: 35px;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.25);
	background: #4e4e74;
	color: #fff;
	padding-inline: 30px;
	padding-block: 15px;
	/* max-width: max-content; */
	width: 100%;
	justify-content: center;
	margin: 15px auto 20px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	transition: 0.3s ease;
}
.selling-widget__button:hover {
	filter: brightness(115%);
}
.selling-widget__button.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.selling-widget__button .current-price {
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.1em;
	color: #fff;
}
.selling-widget__button .sale-price {
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-left: 25px;
}
.selling-widget__change-subscription {
	font-weight: 700;
	font-size: 13px;
	text-align: center;
	color: #fffdf8;
	padding-block: 26px;
	width: 100%;
}
.selling-widget__body {
	padding: 0 20px 33px;
}
.selling-widget-wrapper:has(.selling-widget__header input:checked) .selling-widget__body {
}

.product.grid {
	align-items: flex-start;
}

.product.grid media-gallery {
	position: static;
	margin-bottom: 25px;
}
.custom-product-reviews.swiper {
	height: auto;
	position: relative;
}
.custom-product-reviews.swiper .swiper-pagination {
	position: static;
}
.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #4e4e74;
}
.product-review__stars {
	display: flex;
	align-items: center;
	gap: 3px;
	margin-block-end: 6px;
}
.product-review__stars svg {
	width: 23px;
	height: 20px;
}
.product-review__stars svg path {
	fill: #f09c39;
	stroke: #f09c39;
	width: 100%;
	height: 100%;
}

.custom-product-reviews__wrapper {
	padding-block: 20px !important;
	padding-inline: 18px !important;
	/* margin-inline: 15px !important; */
	/* border-top: 1px solid #4e4e74;
  border-bottom: 1px solid #4e4e74; */
	border: 1px solid #4e4e74;
	border-radius: 16px;
}
.product-review {
	color: #4e4e74;
	text-align: left;
}
.product-review__header {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8px;
}
.product-review__title {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.01em;
	margin-block-end: 2px;
}
.product-review__text {
	font-weight: 300;
	font-size: 16px;
	color: #070d59;
	/* letter-spacing: 0.01em; */
	margin-block-end: 12px;
}
.product-review__author {
	display: flex;
	align-items: center;
	/* font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #070D59; */
	color: #070d59;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 132.4%;
	/* text-transform: uppercase; */
	gap: 3px;
}
.product-review__author span {
	/* color: #0065DE; */
	font-size: 15px;
	font-weight: 400;
}
.image-row {
	display: flex;
	align-items: center;
	gap: 3%;
}
.image-row img {
	max-width: 100%;
	height: auto;
	flex: 1 1 auto;
}
.selling-widget__option,
.selling-widget__plan {
	position: relative;
}
.selling-widget__option input,
.selling-widget__plan input {
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute;
}
.selling-widget__option:before,
.selling-widget__plan:before {
	border: 1px solid #4e4e74;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.selling-widget__option:before {
	width: 33px;
	height: 33px;
	flex: 0 0 33px;
	left: 4px;
}
.selling-widget__plan:before {
	width: 23px;
	height: 23px;
	flex: 0 0 23px;
	left: 14px;
}
.selling-widget__option:after,
.selling-widget__plan:after {
	content: "";
	background: #4e4e74;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%) scale(0);
	transition: all 0.3s ease;
}
.selling-widget__option:has(input:checked):after,
.selling-widget__plan:has(input:checked):after {
	transform: translateY(-50%) scale(1);
}
.selling-widget__option:after {
	width: 24px;
	height: 24px;
	left: 8.5px;
}
.selling-widget__option:has(input:checked) {
	background: #e8e5f9;
	outline: 1px solid #4e4e74;
	box-shadow: none;
}
.selling-widget__plan:after {
	width: 17px;
	height: 17px;
	left: 17px;
}
.selling-widget__option {
	padding: 7px 4px 7px 10px;
	padding-left: 43px;
	/* border: 1px solid #F3EFE9;
  border-radius: 15px; */
	box-shadow: 0 0 8px 1px #00000029;
	border-radius: 15px;
	width: 100%;
}
.selling-widget__plan {
	padding-left: 43px;
	transition: all 0.3s ease;
}
.selling-widget__plan:has(input:checked) {
	background: #e8e5f9;
	outline: 1px solid #4e4e74;
	box-shadow: none;
}
.product__text{
	font-size: 19px;
}
.product__text.inline-richtext {
	color: #4e4e74;
	&.subtitle{
		font-size: 22px;
		line-height: 1.27;
		color: #575775;
		font-family: "Surt-BoldExtended";
		letter-spacing: normal;
	}
}
.product__text ul {
	list-style: none;
	padding-left: 0;
	margin-top: 5px;
	li{
		position: relative;
		padding-left: 26px;
		
		&:before{
			content:"";
			position: absolute;
			left: 0;
			top: 2px;
			width: 20px;
			height: 20px;
		}
	}
}
.product__text ul li:not(:last-child) {
	margin-block-end: 1px;
}
.selling-widget__button:last-child {
	margin-bottom: 0;
}
.image-row {
	margin: 30px 0;
}
.comparisons {
	border-radius: 30px;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
	background: #fffdf8;
	padding: 15px 59px 40px;
	margin-top: 39px;
	margin-bottom: 39px;
}
.comrarisons-row {
	display: grid;
	grid-template-columns: 1fr 19% 19% 19%;
	column-gap: 5px;
}
.comrarisons-row.comrarisons-row-2-columns {
	grid-template-columns: 1fr 19% 19%;
}
.comparisons__header img {
	max-width: 149px;
	height: auto;
}
.comparisons__column {
	text-align: center;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.40909;
	color: #4e4e74;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	gap: 2px;
	span{
		position: relative;
	}
}
.comparisons-title {
	color: #4e4e74;
	font-weight: 900;
	font-size: 30px;
}
.comparisons-heading {
	text-align: center;
	color: #4e4e74;
	margin: 15px 0;
}
.comparisons-subtitle {
	font-size: 22px;
}
.comparisons-title--mob {
	text-align: center;
}
.comparisons__header .comparisons__column svg {
	max-width: 106px;
	width: 100% !important;
	margin-block-end: 3px;
}
.comparisons__label {
	font-weight: 400;
	font-size: 22px;
	line-height: 1.40909;
	color: #4e4e74;
	padding-left: 11%;
	display: flex;
	align-items: center;
}
.comparisons__row {
	padding: 20px 0;
}
.comparisons__row:not(:last-child) {
	border-bottom: 1px solid #4e4e74;
}
.comparisons-layout.row{
	display: flex;
	gap: 10px;
	align-items: center;
	.comparisons-heading{
		width: 388px;
		flex: 0 0 388px;
		text-align: left;
		
	}

}

.new-comparisons{
	.comparisons-title {
		font-weight: 700;
		font-size: 34px;
	}
	.comparisons-title{
		margin-bottom: 8px;
	}
	.comparisons-subtitle{
		font-size: 24px;
	}
	.comparison__button{
		max-width: 235px;
		margin-top: 28px;
		min-width: unset;
		width: 100%;
	}
		.comparisons{
		margin-top: 0;
		width: 100%;
		container-type: inline-size;
      	container-name: compare-table; /* Optional, for named queries */
		@container compare-table (max-width: 750px) {
			.comparisons__label,
			.comparisons__column {
				font-size: 18px;
			}
			.comparisons__label{
				padding-left: 16px;
			}
				.comrarisons-row {
				grid-template-columns: 1.5fr repeat(3, 1fr);
		}
		.comrarisons-row.comrarisons-row-2-columns {
				grid-template-columns: 2fr repeat(2,1.25fr);
			}
		}
		.comparisons__column-sourse{
			font-family: var(--second-family);
			font-weight: 900;
			font-size: 22px;
			line-height: 118%;
			text-align: center;
			color: #fff;
			img{
				width:auto !important;
				height: 20px !important;
				max-width: 100%;
			}
		}
		.comparisons__column img{
			width: 40px;
			height: 40px;
			position: relative;
			z-index: 1;
		}
		.comparisons__column:nth-child(2){
			position: relative;
			&:before{
				content:"";
				top: -20px;
				height: calc(100% + 42px);
				position: absolute;
				/* box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2); */
				background: #4e4e74;
				width: 100%;
			}

		}
		.comparisons__header .comparisons__column:nth-child(2){
			&:before{
				border-radius: 30px 30px 0 0;
			}

		}
		.comparisons__row:last-child .comparisons__column:nth-child(2){
			&:before{
				border-radius: 0 0 30px 30px;
				height: calc(100% + 62px);
			}
		}
	}
	.comparisons__row:not(:last-child) {
		border-bottom: none;
	}
	.comparisons__row:nth-child(odd){
		background: rgba(78, 78, 116, 0.1);
	}
	.comparisons{
		padding: 43px 0;
	}
	.comparisons__label{
		padding-left: 38px;
	}
	.comrarisons-row {
		grid-template-columns: 1fr 19% 19% 24%;
	}
	.comrarisons-row.comrarisons-row-2-columns {
				grid-template-columns: 1fr 19% 19%;
			}
}

@media screen and (min-width: 991px){	
	.comparison__button--wrapper{
		display: none;
	}
	.new-comparisons {
		.comparisons {
			margin-inline: 20px;
		}
	}
}
@media screen and (max-width: 991px){
	.new-comparisons{
		.comparisons-layout.row{
		flex-direction: column;
		.comparisons-heading{
			width: 100%;
			flex: 1 1 auto;
			text-align: center;
				
			}
		}
		.comparisons{
			margin-bottom: 0;
			.comparisons__column img {
				width: 25px;
				height: 25px;
			}
		}
		.comparison__button--desktop{
			display: none !important;
		}
		.comparison__button--wrapper{
			display: flex;
			justify-content: center;
			width: 100%;
		}
		.comparisons__label,
		.comparisons__column {
				font-size: 18px;
		}
		.comrarisons-row {
				grid-template-columns: 1fr 19% 19% 19%;
		}
		.comrarisons-row.comrarisons-row-2-columns {
				grid-template-columns: 1fr 19% 19%;
		}
		.comparisons .comparisons__column-sourse{
				max-width: 80px;
				margin-inline: auto;
				img{
					width: 100% !important;
					height: auto !important;
				}
			}
			
	}

	
}
@media screen and (max-width: 767px){
	.new-comparisons{
		.comparisons__label,
		.comparisons__column {
			font-size: 12px !important;
		}
		.comparisons-title {
			font-size: 25px;
			line-height: 1.2;
		}
		.comparisons-subtitle {
			font-size: 16px;
		}
		.comrarisons-row {
			grid-template-columns: 1.5fr repeat(3, 1fr);
		}
		.comrarisons-row.comrarisons-row-2-columns {
				grid-template-columns: 2fr repeat(2,1.25fr);
		}
		.comparisons .comparisons__column-sourse{
				max-width: 90%;
		}
		.comparisons {
			.comparisons__header .comparisons__column:nth-child(2) {
				&:before {
					border-radius: 16px 16px 0 0;
				}
			}
			.comparisons__row:last-child .comparisons__column:nth-child(2) {
				&:before {
					border-radius: 0 0 16px 16px;
				}
			}
		}
		
	}

	
}
/* @container compare-table (max-width: 750px) {
			.comparisons__label,
			.comparisons__column {
				font-size: 18px;
			}
			.comparisons__label{
				padding-left: 16px;
			}
			.comrarisons-row {
				grid-template-columns: 1fr 19% 19% 19%;
			}
		} */
.ingradients__heading {
	font-weight: 700;
	font-size: 45px;
	text-align: center;
	color: #4e4e74;
	padding-bottom: 5px;
	border-bottom: 1px solid #4e4e74;
	margin-bottom: 50px;
}
.section-ingradients-slider .ingradients__heading {
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	color: #4e4e74;
	padding-bottom: 5px;
	border-bottom: none;
	margin-bottom: 10px;
}
@media screen and (max-width: 550px) {
	.section-ingradients-slider .ingradients__heading {
		font-size: 25px;
	}
}
.shopify-section.section-ingradients {
	margin: 35px 0;
}
.ingradients__badges {
	display: flex;
	align-items: center;
	gap: 11px;
}
.ingradients__badges img {
	max-width: 50px;
	height: auto;
}
.ingradients__description:not(:last-child) {
	margin-bottom: 44px;
}
.columns-header {
	font-weight: 700;
	font-size: 40px;
	text-align: center;
	color: #4e4e74;
	margin-bottom: 34px;
}
.columns-header span {
	color: #af4983;
}
.columns__column {
	justify-items: center;
	text-align: center;
	color: #4e4e74;
}
.columns__wrapper {
	column-gap: 5% !important;
	row-gap: 37px !important;
}
.columns__column img.medium {
	max-width: 117px;
	height: auto;
}
.what_expect.columns__column img.medium {
	max-width: 100px;
}
.what_expect.columns__column {
}
@media screen and (min-width: 991px) {
	.what_expect.columns__column:has(.columns__image) {
		position: relative;
		padding-left: 134px;
	}
	.what_expect.columns__column .columns__image {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100px;
		height: 100px;
		transform: translateY(-50%);
	}
	.what_expect.columns__column .columns__caption {
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 767px) {
	.columns__column-wrapper {
	}
	.what_expect.columns__column:has(.columns__image) {
		display: grid;
		grid-template: auto 1fr / 125px 1fr;
		column-gap: 19px;
	}
	.what_expect.columns__column:has(.columns__image) .columns__caption {
		order: 0;
		margin-bottom: 13px;
	}
	.what_expect.columns__column:has(.columns__image) .columns__image {
		order: 2;
		margin-bottom: 0;
	}
	.what_expect.columns__column:has(.columns__image) .columns__column-wrapper {
		order: 1;
		grid-row: span 2;
	}
	.what_expect.columns__column:has(.columns__image) .columns__column-text h5 {
		font-size: 18px;
	}
}
.columns__image {
	height: 113px;
	display: flex;
	align-items: center;
}
.columns__column-title {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.01em;
	margin-bottom: 16px;
    font-family: 'Surt-BoldExtended';
}
.columns__column-text {
	font-weight: 400;
	font-size: 13px;
}
.columns__image {
	margin-bottom: 41px;
}
.section-columns {
	margin-top: 85px;
	margin-bottom: 35px;
}
.section-image-columns {
	margin: 35px 0;
}
.columns__caption {
	border: 2px solid #4e4e74;
	border-radius: 30px;
	background: #4e4e74;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.01em;
	text-align: center;
	color: #fffdf8;
	padding: 8px 12px;
	min-width: 125px;
	margin-bottom: 16px;
}
/* .columns__column-text h5{
	font-size: 18px;
} */
.section-image-columns .columns__wrapper {
	column-gap: 54px !important;
	/* align-items: center; */
	margin: 0 auto;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.section-image-columns .image-column img {
	width: 100%;
	border-radius: 30px;
	object-fit: cover;
}
.two-columns .image-column img {
	aspect-ratio: 643/553;
}
.image-column--mob img:nth-child(1) {
	display: none;
}
.reviews-slider__wrapper {
	border-radius: 30px;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
	background: #fffdf8;
	padding: 36px 23px;
	height: 100%;
}
.reviews-slider {
	padding: 20px !important;
	margin: -20px 0 0 !important;
	height: auto;
	overflow: hidden;
}
.reviews-slider .container {
	position: relative;
}
#shopify-buyer-consent {
	display: none !important;
}
@media screen and (min-width: 767.98px) {
	.reviews-slider .swiper-pagination {
		display: none;
	}
	.section-image-columns .image-column img {
		width: 85%;
	}
}
.reviews-slider .swiper-pagination {
	position: static;
	margin-bottom: 10px;
}
.reviews-slider__image img {
	border-radius: 30px;
	/* aspect-ratio: 306/211; */
	aspect-ratio: 1;
	object-fit: cover;
}
.reviews-slider__image {
	margin-bottom: 22px;
}
.reviews-slider__stars-row {
	display: flex;
	margin-bottom: 13px;
	align-items: center;
	gap: 3px;
}
.reviews-slider__label {
	font-size: 15px;
	letter-spacing: 0.01em;
	color: #4e4e74;
}
.reviews-slider__stars {
	display: flex;
	/* align-items: center;
  justify-content: center; */
	/* margin-bottom: 13px; */
}
.reviews-slider__stars svg {
	width: 20px;
	height: auto;
}
.reviews-slider__title {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.01em;
	text-align: left;
	color: #4e4e74;
	margin-bottom: 10px;
}
.reviews-slider__text {
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 0.01em;
	color: #4e4e74;
	text-align: left;
}
.product__info-container .jdgm-prev-badge__text {
	text-decoration: underline;
}
.reviews-slider__author {
	/* font-weight: 400; */
	font-size: 15px;
	letter-spacing: 0.01em;
	/* text-transform: uppercase; */
	color: #4e4e74;
	margin-top: 13px;
	text-align: left;
}
.reviews-slider__slide.swiper-slide {
	height: auto;
}
/* main#main{
  overflow: hidden;
} */
.faq-title {
	text-align: center;
	flex: 0 0 28%;
}
.faq-title h3 {
	font-weight: 700;
}
.ultimate-faqs-list {
	flex: 1 1 auto;
}
.selling-widget__benefits ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	margin-top: 10px;
}
@media screen and (min-width: 1100px){
	.selling-widget__benefits ul{
		max-width: 85%;
		margin-inline: auto;
	}
}
@media screen and (max-width: 991px){
	.selling-widget__benefits li:before{
		top: -2px;
	}
}
@media screen and (max-width: 550px){
	.selling-widget__benefits li {
		font-size: 10px;
	}
}
@media screen and (max-width: 467px) {
	.selling-widget__benefits ul {
		/* grid-template-columns: 1fr; */
		column-gap: 2px;
	}
	
}
@media screen and (max-width: 395px) {
	.selling-widget__benefits li {
		font-size: 9.5px;
		margin-inline-start: 14px;
	}
}
/* Tooltip container */
.tooltip {
	position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
	/* visibility: hidden;
  width: max-content;
  max-width: 100%; */
	/* background-color: #4e4e74; */
	/* color: #fff; */
	/* box-shadow: 0 0 13px 2px #0003; */
	text-align: left;
	/* padding: 5px;
  border-radius: 6px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%); */
	/* Position the tooltip text - see examples below! */
	/* position: absolute; */
	z-index: 1;
}
.is-atc-sticky .shopify-section.sticky-button {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
/* Show the tooltip text when you mouse over the tooltip container */
/* @media (hover: hover) {
  .tooltip:hover .tooltiptext {
  visibility: visible;
}
} */

.review-slider__more {
	color: #0d3063;
	display: inline-flex;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	text-decoration: underline;
}
.review-slider__more:hover {
	text-decoration: underline;
}
.accordion + .accordion {
	margin-top: 0;
	border-top: 0;
}
.container.full-width {
	max-width: 100%;
}
.hero-section__bg {
	.container.full-width {
		padding-inline: 0 !important;
	}
}
.hero-section__media img {
	width: 100%;
}
.hero-section__wrapper {
	max-width: 745px;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 43px 3% 59px;
}
.hero-section__content.left .hero-section__wrapper {
	margin-right: auto;
}
.hero-section__content.center .hero-section__wrapper {
	margin-right: auto;
	margin-left: auto;
}
.hero-section__content.right .hero-section__wrapper {
	margin-left: auto;
}
.hero-section__bg .container {
	position: relative;
}
.hero-section__media,
.hero-section__media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero-section__title {
	font-weight: 700;
	font-size: 72px;
	/* letter-spacing: 0.01em; */
	line-height: 1.2;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 18px;
	color: inherit;
    font-family: 'Surt-BoldExtended';

}
.hero-section__body {
	font-weight: 400;
	font-size: 23px;
	/* text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); */
	margin-bottom: 12px;
	max-width: 485px;
	margin-left: auto;
	margin-right: auto;
}
.hero-section__button {
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.1em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #4e4e74;
	border: 1px solid #4e4e74;
	border-radius: 40px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	background: #fffdf8;
	margin-block: 12px;
	padding: 15px 80px;
	border: 1px solid #fffdf8;
	font-family: 'Surt-Bold';
}
.hero-section__stars {
	display: flex;
	align-items: center;
}
.hero-section__stars svg {
	width: 26px;
	height: 26px;
	gap: 1px;
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.hero-section__rating {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 12px;
	color: inherit;
	justify-content: center;
	font-weight: 700;
	margin-block-end: 20px;
	padding: 7px 14px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: rgba(255, 253, 248, 0.5);
	border: 1px dashed #000;
	border-radius: 40px;

}
.hero-section__items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 39px;
	margin-top: 12px;
	font-size: 18px;
    font-family: 'Surt-BoldExtended';
	font-weight: 700;
}
.item-hero {
	display: flex;
	align-items: center;
	gap: 13px;
}
.item-hero__icon-wrapper{
	width: 35px;
}
.item-hero img {
	width: 100%;
	height: auto;
}
.four-columns {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.section-image-columns .swiper-pagination{
	position: static !important;
	margin-top: 13px;
	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
}
.swiper.image-columns__slider {
	height: 100%;
}
.section-researches {
	padding: 35px 0 45px;
}
.researches-header {
	padding: 21px 36px;
	margin: 0 auto 39px;
	position: relative;
	max-width: max-content;
	box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.25);
	background: #fffdf8;
	border-radius: 30px;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
	color: #4e4e74;
}

.researches__columns,
.researches__group {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 10px;
	row-gap: 19px;
	position: relative;
}
.researches__column {
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: center;
	max-width: 338px;
	position: relative;
}

.researches__title {
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 0.01em;
	color: #4e4e74;
	flex: 1 0 auto;
}
.researches__text {
	font-weight: 400;
	font-size: 19px;
	color: #4e4e74;
	max-width: 297px;
	margin: 0 auto;
	line-height: 1.2;
}
.researches__image {
	margin-bottom: 10px;
}
.researches__image img {
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.researches-header:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	height: 26px;
	width: 1px;
	background: #4e4e74;
	transform: translate(-50%, 100%);
}
.text-image__media {
	position: relative;
	-webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.text-image__wrapper {
	display: flex;
}
.text-image__wrapper > * {
	flex: 0 0 50%;
	width: 50%;
}
.text-image__wrapper.row-reverse {
	flex-direction: row-reverse;
	
}
.text-image__content {
	display: flex;
	flex-direction: column;
	padding-left: 59px;
	padding-right: 59px;
	padding-top: 40px;
	text-align: left;
}
.text-image__content strong {
	letter-spacing: 0.1em;
}
.text-image__content h2 {
	font-weight: 700;
	letter-spacing: 0.01em;
	color: #4e4e74;
	margin-bottom: 31px;
	line-height: 1.2;
    font-family: 'Surt-BoldExtended';
}
.text-image__content h2 span {
	color: #af4983;
}
.text-image__content div {
	font-size: 19px;
	color: #4e4e74;
}
.text-image__content div:not(:last-child) {
	margin-bottom: 35px;
}
.text-image__content a.text-image__button {
	border: 1px solid #4e4e74;
	border-radius: 40px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	background: #ddddf9;
	min-height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 380px;
	font-weight: 700;
	font-size: 19px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #4e4e74;
	text-transform: uppercase;
	max-width: max-content;
	position: relative;
}
.button-animation {
	transition: 0.3s ease all;
}
.button-animation:active {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	top: 2px;
}
.button-animation:hover {
	filter: brightness(0.92);
}
.featured-products {
	overflow: hidden;
}
.featured-products__slider.swiper {
	height: auto;
	overflow: visible;
}
.featured-products__slider.swiper:before,
.featured-products__slider.swiper:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100vw;
	background: #fffdf8;
	top: 0;

	z-index: 3;
}
.featured-products__slider.swiper:before {
	left: 0;
	transform: translateX(-100%);
}
.featured-products__slider.swiper:after {
	right: 0;
	transform: translateX(100%);
}
.featured-products__slider .swiper-slide {
	padding: 13px;
	text-align: left;
	height: auto !important;
}
.sections-subtitle {
	font-size: 22px;
	font-weight: 400;
}
.footer-row:has(.footer__statement) {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	gap: 15px;
}
.footer__statement {
	text-align: center;
	color: rgb(79, 79, 79);
	font-size: 12px;
	max-width: 600px;
}
.comparisons-title,
.ingradients__heading h3,
.columns-header {
	font-family: "Surt-BoldExtended";
}
.sections-subtitle {
	font-family: "Surt-Regular";
}
/* =========== Header ============= */
.list-menu__item {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 2px;
	font-size: 16px;
}
.mega-menu {
	position: relative;
}
.mega-menu__content {
	position: absolute;
	bottom: 0;
}
body {
	position: relative;
}
body:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 40;
	background: #00000099;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.3s ease;
}
body.mega-menu-open:before {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
body.mega-menu-open {
	overflow: hidden;
	touch-action: none;
	overscroll-behavior: none;
}
.header-drawer__wrapper {
	background: #fff;
	padding: 80px 19px 100px;
	gap: 18px;
	height: 100vh !important;
}
._header-show .header-drawer__wrapper {
	padding-block-end: 60px;
}
.header-drawer__wrapper .mega-menu__list {
	padding-inline: 0;
}
.header-drawer__collections {
	border-bottom: 1px solid #4e4e74;
	flex-grow: 1;
	padding-block-end: 18px;
}
.header-drawer__top-icons {
	display: flex;
	align-items: center;
	gap: 17px;
}
.header-icon--cart {
	position: relative;
}
.cart-icon-bubble {
	position: absolute;
	bottom: -9px;
	right: -9px;
	line-height: 2;
	width: 18px;
	height: 18px;
	border-radius: 100%;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #4e4e74;
}
.header-drawer__menu-list li:not(:last-child) {
	margin-bottom: 14px;
}
.header-drawer__menu-link {
	color: #4e4e74;
	font-family: "Surt-RegularExtended";
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
/* #shopify-section-header .mobile-menu.mobile-menu__header{
  grid-template-columns: auto 1fr auto;
} */
.header-drawer__top-icons--mobile {
	justify-content: flex-end;
}
.mobile-menu__wrapper {
	position: relative;
	z-index: 9999999;
}
body.max-h-screen.relative.overflow-hidden .mobile-menu__wrapper {
	background: #fff;
}
.header-drawer__overlay {
	transform: translateX(-100%);
	transition-property: all !important;
}
body.max-h-screen.relative.overflow-hidden .header-drawer__overlay {
	transform: translateX(0);
}
.icon-menu {
	display: none;
	@media (max-width: 1024px) {
		display: block;
		position: relative;
		width: 15px;
		height: 12px;
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #4e4e74;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - 1px);
		}
	}
}
body.max-h-screen.relative.overflow-hidden .icon-menu {
	span {
		width: 0;
	}
	&::before,
	&::after {
	}
	&::before {
		top: calc(50% - 1px);
		transform: rotate(-45deg);
	}
	&::after {
		bottom: calc(50% - 1px);
		transform: rotate(45deg);
	}
}
.header-drawer__collections .mega-menu__list li:not(:last-child) {
	margin-bottom: 8px;
}
/* Media Queries */
@media (min-width: 1280px) {
	.container {
		max-width: 1440px;
	}
}
@media screen and (min-width: 750px) {
	.comparisons-title--mob {
		display: none;
	}
	.product__info-wrapper {
		padding: 0 0 0 3.5rem;
	}
	.image-column--mob img:nth-child(2),
	.hero-section__media--mob img:nth-child(2) {
		display: none;
	}
	.image-column--mob img:nth-child(1),
	.hero-section__media--mob img:nth-child(1) {
		display: block;
	}
}
@media screen and (min-width: 990px) {
	.product__media-wrapper {
		position: sticky;
		top: 2rem;
	}
}
@media screen and (max-width: 1300px) {
	.product__info-wrapper {
		padding: 0 0 0 1.5rem;
	}
	.selling-widget__prices .sale-price {
		margin-left: 20px;
	}
	.container {
		max-width: 1440px;
	}
	.page-width {
		padding: 0 1.5rem;
	}
	.product__title > * {
		font-size: 40px;
	}
	.selling-plan {
		gap: 8px;
	}
	.selling-plan {
		font-size: 18px;
	}
	.selling-plan__discount span {
		font-size: 22px;
	}

	.selling-plan__wrapper {
		gap: 5px;
	}
	.selling-plan__discount {
		flex: 0 1 70px;
	}
	.reviews-slider__wrapper {
		padding: 26px 23px 26px;
	}
}
@media screen and (max-width: 1300px) and (min-width: 991.98px) {
	.selling-plan__info {
		flex: 1 0 auto;
	}
}
@media screen and (max-width: 991.98px) {
	.text-image__content {
		padding-top: 30px;
	}
	.text-image__wrapper.row-reverse .text-image__content {
		padding-left: 25px;
		padding-right: 0;
	}
	.text-image__content div {
		font-size: 16px;
	}
	.text-image__content h2 {
		margin-bottom: 16px;
	}
	.text-image__content a.text-image__button {
		min-height: 50px;
		min-width: 267px;
		font-size: 17px;
	}
	.text-image__wrapper.row .text-image__content {
		padding-left: 0;
		padding-right: 25px;
	}
	.researches__title {
		font-size: 20px;
	}
	.researches__text {
		font-size: 16px;
	}
	.custom-product-reviews__wrapper {
		margin-inline: 0 !important;
	}
	.tooltip.tooltip-active .tooltiptext {
		visibility: visible;
	}
	.reviews-slider.swiper {
		overflow: visible;
		padding: 0 0 20px !important;
		margin: 0 !important;
	}

	.product--medium:not(.product--no-media) .product__media-wrapper,
	.product--medium:not(.product--no-media) .product__info-wrapper {
		width: 100% !important;
		flex: 0 0 100%;
	}
	.product__info-container.product__column-sticky {
		position: static;
	}
	.comparisons {
		padding: 26px 14px 30px;
		/* border-radius: 0; */
		/* overflow-x: scroll; */
		/* margin-left: -1.5rem;
    margin-right: -1.5rem; */
	}
	.comparisons__header img {
		max-width: 102px;
	}
	.comparisons__column {
		font-size: 12px;
	}
	.comparisons__label {
		font-size: 12px;
		padding-left: 22px;
	}
	.comparisons__row .comparisons__column img {
		width: 25px;
		height: 25px;
	}
	.comparisons__row {
		padding: 12px 0;
	}
}
@media screen and (min-width: 767.98px) {
	.researches__columns {
		padding-top: 63px;
	}
	.researches-header {
		position: relative;
	}
	.researches-header:after {
		height: 39px;
	}
	.researches__group:nth-child(1) .researches__column:nth-child(2):before,
	.researches__group:nth-child(2) .researches__column:nth-child(1):before {
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		height: 63px;
		width: 1px;
		background: #4e4e74;
		transform: translate(-50%, -100%);
	}
	.researches__columns:before {
		content: "";
		position: absolute;
		top: 0;
		left: 11.5%;
		height: 63px;
		width: 76%;
		border-radius: 30px 30px 0 0;
		border-top: 1px solid #4e4e74;
		border-left: 1px solid #4e4e74;
		border-right: 1px solid #4e4e74;
	}
}
@media screen and (max-width: 767px) {
	.product.grid media-gallery {
		margin-bottom: 0;
	}
	.product.product--medium {
		gap: 0.5rem !important;
	}
	.text-image__wrapper {
		flex-direction: column-reverse !important;
	}
	.text-image__wrapper > * {
		width: 100%;
		flex: 1 0 100%;
	}
	.text-image__content {
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
		align-items: center;
	}
	.text-image__content h2 {
		font-size: 30px !important;
	}
	.text-image__content div {
		font-size: 13px;
	}

	.researches__title {
		font-size: 18px;
	}
	.researches__text {
		font-size: 12px;
	}
	.researches__column {
		gap: 10px;
	}
	.section-researches {
		padding: 10px 0 18px;
	}
	.researches-header {
		font-size: 18px;
		margin-bottom: 26px;
	}
	.researches__group {
		padding-top: 29px;
	}
	.researches__group:before {
		content: "";
		position: absolute;
		top: 0;
		left: 23.5%;
		height: 29px;
		width: 52%;
		border-radius: 30px 30px 0 0;
		border-top: 1px solid #4e4e74;
		border-left: 1px solid #4e4e74;
		border-right: 1px solid #4e4e74;
	}
	.researches__group:nth-child(2):after {
		position: absolute;
		content: "";
		top: 0;
		left: 50%;
		height: 800px;
		width: 1px;
		background: #4e4e74;
		transform: translate(-50%, -100%);
	}
	.researches__columns {
		grid-template-columns: 1fr;
		overflow: hidden;
	}
	.faq-title {
		flex: 1 0 100%;
	}
	.ultimate-faqs-sub-title {
		margin-left: auto;
		margin-right: auto;
	}
	.reviews-slider__wrapper {
		padding: 32px 22px;
	}
	.custom-product-reviews__wrapper {
		display: none !important;
	}
	.comrarisons-row {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		column-gap: 5px;
		/* width: fit-content; */
	}
	.comrarisons-row.comrarisons-row-2-columns {
		grid-template-columns: 2fr repeat(2, 1.25fr);
	}
	.comparisons__label {
		padding-left: 0;
	}
	.comparisons__header img {
		max-width: 100%;
	}
	.ingradients__description:not(:last-child) {
		margin-bottom: 15px;
	}
	.section-columns .columns__box {
		border-radius: 30px;
		box-shadow: 0 0 13px 2px rgba(0, 0, 0, 0.2);
		background: #fffdf8;
		padding: 44px 8px 40px;
	}
	.section-columns {
		margin-top: 35px;
		margin-bottom: 35px;
	}
	.columns-header {
		font-size: 35px;
	}
	.columns__wrapper {
		padding: 0 40px;
	}
	.columns__image {
		margin-bottom: 20px;
	}
	.columns__column-title {
		font-size: 19px !important;
		margin-bottom: 12px;
	}
	.columns__column-text {
		font-size: 13px;
	}
	.section-image-columns .columns__wrapper {
		padding: 0;
		row-gap: 13px !important;
		column-gap: 20px !important;
	}
}
@media screen and (max-width: 749px) and (min-width: 550px) {
	.hero-section__content {
		max-height: 100vh;
	}
}
@media screen and (max-width: 749px) {
	.hero-section__title {
		font-size: 43px;
		line-height: 1.2;
		margin-bottom: 9px;
	}
	.hero-section__body {
		font-size: 12px;
		margin-bottom: 17px;
	}
	.hero-section__button {
		margin: 0 0 12px;
		font-size: 17px;
		padding: 8px 22px;
		border-radius: 40px;
	}
	.hero-section__rating {
		gap: 10px;
		font-size: 12px;
	}
	.hero-section__stars svg {
		width: 16px;
		height: 16px;
	}
	.hero-section__items {
		margin-top: 24px;
		gap: 20px;
	}
	.hero-section__item {
		font-size: 12px;
		gap: 6px;
	}
	.hero-section__wrapper {
		padding: 110px 0 8px;
		margin-top: auto;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.hero-section__content {
		display: flex;
		width: 100%;
	}
	.selling-widget__option {
		padding: 11px 4px 11px 43px;
	}
	.hero-section__media--mob .hero-section__image--desktop {
		display: none;
	}
	.comparisons-title--desktop {
		display: none;
	}
	.image-row {
		margin: 40px 0 15px !important;
	}
	.product__media-item.slider__slide {
		display: none;
	}
	.product__media-item.slider__slide.is-active {
		display: block;
	}
	.thumbnail-slider {
		width: 44px;
		flex: 0 0 44px;
	}
	.thumbnail-list__item {
		border-radius: 10px;
		width: 44px !important;
	}

	media-gallery {
		column-gap: 6px;
		align-items: flex-start;
	}
	/* .product.grid media-gallery {
	margin-bottom: 15px;
} */
	.product__media-list.grid {
		display: flex !important;
	}
	.product__media-list:after {
		display: none;
	}
	.thumbnail-slider .slider-button {
		display: none;
	}
	.grid--peek.slider .grid__item:first-of-type {
		margin-left: 0;
	}
	.product__media img {
		border-radius: 10px;
	}
	/* .product.product--medium {
		gap: 1rem !important;
	} */
	.custom-product-reviews__wrapper {
		padding-block: 10px !important;
		padding-inline: 5px !important;
		margin-inline: 15px !important;
		border-top: 1px solid #4e4e74;
		border-bottom: 1px solid #4e4e74;
	}
	.product-review__title,
	.product-review__text {
		font-size: 15px;
	}
	.product-review__author {
		font-size: 10px;
	}
	.product-review__author svg {
		width: 15px;
		height: 15px;
	}
	.product__title > * {
		font-size: 30px;
	}
	.product__text.inline-richtext {
		&.subtitle {
			font-size: 19px;
		}
	}
	.product__title {
		margin-block-end: 2px;
		margin-bottom: 0.2rem;
		margin-top: 5px;
	}
	.product__text{
		font-size: 15px;
		margin-top: 5px;
	}

	.product__text ul li:not(:last-child) {
		margin-block-end: 4px;
	}
	/* .product__info-container>*+* {
	margin: 10px 0;
} */
	.shopify-block:has(.jdgm-widget) {
		margin-top: 2px;
	}
	.accordion .summary__title {
		font-size: 18px;
	}
	.selling-widget__header {
		padding: 20px;
	}
	.selling-widget__option {
		padding-left: 42px;
		font-size: 18px;
		line-height: 1.2;
	}
	.selling-widget__prices .sale-price {
		font-size: 13px;
		margin-left: 4px;
	}
	.selling-widget__label {
		margin-top: -14px;
	}
	/* .selling-widget__plan:before,
  .selling-widget__plan:after{
    display: none;
  } */
	.selling-widget__plan:before {
		transform: translateY(0);
		top: 0;
	}
	.selling-widget__plan:after {
		transform: translateY(0) scale(0);
		top: 0;
	}
	.selling-widget__plan:before {
		top: 9px;
		left: 18px;
	}
	.selling-widget__plan:after {
		top: 12px;
		left: 21px;
	}
	.selling-plan__label {
		margin: auto 0;
	}
	.selling-widget__plan:has(input:checked):after {
		transform: translateY(0) scale(1);
	}
	.selling-plan__title {
		padding-left: 20px;
	}
	.selling-plan {
		padding: 10px 22px;
	}
	.selling-widget__button {
		padding-inline: 8px;
		font-size: 13px;
	}
	.selling-widget__change-subscription {
		padding-block: 19px;
	}
	.selling-plan__wrapper {
		align-items: flex-start;
	}
	.selling-plan__info {
		flex: 1 0 auto;
	}
	.selling-plan__label {
		flex: 1 0 100px;
	}
	.accordion summary {
		padding: 0.8rem 0;
	}
	/* .dynamic-checkout__content{
    display: flex;
    align-items:center;
  } */
	#shopify-buyer-consent {
		display: none !important;
	}
	.wallet-cart-button-container,
	.wallet-cart-button {
		width: 150px !important;
	}
	.wallet-cart-grid {
		flex-direction: row;
		gap: 5px;
	}
	/* shop-pay-wallet-button,
  shopify-google-pay-button,
  shopify-apple-pay-button,
  shopify-paypal-button{
    width: 30%;
    display: block;
    height: 50px;
  }
  .wallet-cart-button-container {
    margin: 0;
  } */
}
@media screen and (min-width: 550px) {
	.selling-plan__description span {
		display: block;
	}
}

@media screen and (max-width: 550px) {
	.selling-widget__header:nth-child(1) {
		padding: 10px 20px 3px;
	}
	.selling-widget__header:nth-child(2) {
		padding: 3px 20px 7px;
	}
	.selling-widget-headers {
		flex-direction: column;
		padding: 10px 0;
	}
	.selling-widget__header {
		padding: 10px 20px;
	}
	.selling-plan__title {
		font-size: 18px;
	}
	.selling-plan__description {
		font-size: 11px;
	}
	/* .selling-plan__wrapper{
      flex-wrap: wrap;
    }
  .selling-plan__info {
		flex: 1 0 100%;
	}
  .selling-plan__label,
  .selling-plan__price-info{
    flex: 0 1 calc(50% - 2.5px);
  } */
	.selling-plan__prices {
		font-size: 16px;
	}
	.selling-widget__plan:before {
		width: 16px;
		height: 16px;
		flex: 0 0 16px;
	}
	.selling-widget__plan:after {
		width: 10px;
		height: 10px;
		left: 21px;
	}
	.selling-plan__label {
		margin-bottom: 0;
	}
	.selling-plan__wrapper {
		display: grid;
		grid-template-columns: 1fr auto;
	}
	.selling-plan__info {
		order: 0;
	}
	.selling-plan__price-info {
		order: 1;
	}
	.selling-plan__label {
		order: 2;
		max-width: max-content;
		min-width: 150px;
	}
	.comparisons-title {
		font-size: 25px;
	}
	.comparisons-subtitle {
		font-size: 16px;
	}
	.sections-subtitle {
		font-size: 16px;
	}
}
@media screen and (max-width: 466.97px) {
	.product__text.inline-richtext {
		&.subtitle {
			font-size: 16px;
		}
	}
	.footer-row:has(.footer__statement) {
		grid-template-columns: 1fr;
		gap: 0;
	}
	.footer__statement {
		padding-block-end: 10px;
	}
	.selling-widget__why-subscribe p {
		font-size: 11px;
	}
	.hero-section__item {
		font-size: 10px;
	}
	.selling-plan__prices {
		font-size: 14px;
	}
	.selling-widget__prices .current-price,
	.selling-widget__option {
		font-size: 14px;
	}
	.selling-widget__header {
		padding: 10px;
		gap: 5px;
	}
	/* .selling-widget__header:nth-child(2) {
		padding: 10px;
	} */
	.selling-widget__header:nth-child(1) {
		padding: 10px 10px 3px;
	}
	.selling-widget__header:nth-child(2) {
		padding: 3px 10px 7px;
	}
	.selling-widget__body {
		padding: 0 10px 20px;
	}
	.selling-widget__option {
		padding-left: 26px;
	}
	.selling-widget__option:after {
		width: 10px;
		height: 10px;
		left: 7.5px;
	}
	.selling-widget__option:before {
		width: 16px;
		height: 16px;
		flex: 0 0 16px;
	}
	/* .selling-plan__title {
		padding: 18px;
	} */
	.columns-header {
		font-size: 30px;
	}
	.product__media-wrapper .thumbnail-list {
		grid-gap: 0.5rem;
	}
	/* .product-media-container .media {
    height: 86vw;
  } */
}
@media screen and (max-width: 360px) {
	.selling-widget__change-subscription {
		font-size: 10px;
		padding-block: 14px;
	}
	.selling-plan__label {
		min-width: 135px;
	}
	.selling-plan__title {
		font-size: 14px;
		padding-left: 14px;
	}
	.comparisons__label {
		font-size: 10px;
	}
	.comparisons__column {
		font-size: 10px;
	}
	.accordion .summary__title {
		font-size: 14px;
	}
}
.container {
	padding-left: 2rem;
	padding-right: 2rem;
}
.cart-items__body {
	overflow: hidden scroll;
}
.cart-drawer__freeshipping-footer {
	display: none !important;
}
.page-header {
	z-index: 101 !important;
}
:host(shopify-accelerated-checkout-cart) {
	background: red;
}
/* New Redesign 09.2025 */
.header-wrapper{
	background: #FFFDF8 !important;
}
.hero-section{
	.hero-section__box{
		position: relative;
		overflow: hidden;
	}
	.hero-section__content.text-align__left{
		.hero-section__wrapper{
			padding-left: 0;
		}
		.hero-section__rating{
			justify-content: start;
    		font-family: 'Surt-Bold';

		}
		.hero-section__body{
			margin-left: 0;
			max-width: 100%;
		}
		.hero-section__items{
			justify-content: start;
			align-items: start;
			row-gap: 5px;
		}
	}
	.hero-section__content{
		display: flex;
	}
}
.main-title{
	font-weight: 700;
	font-size: 45px;
	text-align: center;
	color: #4e4e74;
    font-family: 'Surt-BoldExtended';

}
.main-button{
	min-height: 58px;
	border-radius: 40px;
	min-width: 380px;
	/* text-transform: uppercase; */
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding-inline: 12px;
	border: 1px solid #fffdf8;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	font-family: 'Surt-BoldExtended';
	&--small{
		min-height: 50px;
		border-radius: 30px;
	}
}
.text-image__heading{
   margin-bottom: 37px;
   font-size: 40px;
}
.image-column {
	.image-column__wrapper{
		display: flex;
		flex-direction: column;
		position: relative;
		z-index: 1;
	}
	.image-column-icon{
		width: 19px !important;
		height: 19px;
		margin-block: 18px 16px;
	}
	.image-column__label{
		font-size: 17px;
		font-weight: 700;
		font-family: "Surt-BoldExtended";
		line-height: 1.2;
	}
	&.image-column--padding{
		.image-column__wrapper{
			padding: 33px 24px 21px;
		}
	}
	.image-column__media-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.source-prose h3 a{
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-decoration: none;
}
.multicolumn-column{
	&.multicolumn-column--padding{
		padding: 12px;
	}
	.multicolumn-column__top{
		display: flex;
		align-items: center;
		gap: 8px;
		padding-block-end: 12px;
		margin-block-end: 12px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.multicolumn-column__top-wrapper{
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.multicolumn-column__author{
		font-family: 'Surt-lightExtended';
		font-weight: 400;
		font-size: 20px;
		color: #4e4e74;
	}
	.multicolumn-column__rating svg{
		filter: none;
		width: 24px;
		height: 24px;
		path{
			stroke: #e1812f;
			fill: #ffa41c;
		}
	}
	.multicolumn-column__badge{
		display: inline-flex;
		align-items: center;
		border-radius: 27px;
		padding: 8px 14px;
		font-size: 12px;
		
	}
	.multicolumn-column__title{
		font-family: 'Surt-BoldExtended';
		font-weight: 700;
		font-size: 19px;
		letter-spacing: 0.01em;
		color: #4e4e74;
	}
	.multicolumn-column__text{
		font-size: 16px;
		letter-spacing: 0.01em;
		color: #4e4e74;
	}
}
@media screen and (min-width: 750px){
	.hero-section{
		.hero-section__wrapper.mobile-layout{
			.hero-section__title--mobile,
			.hero-section__body--mobile{
				display: none;
			}

		}

	}
}
@media screen and (max-width: 991px){
	.image-column {
		&.image-column--padding{
			.image-column__wrapper{
				padding: 20px 16px 16px;
			}
		}
	}
	.columns-header{
		line-height: 1.2;
	}
}
@media screen and (max-width: 600px){
	.main-button,
	.hero-section__button{
		min-height: 50px;
	}
	.section-image-columns .columns__wrapper--horisontal{
			padding-left: 0 !important;
			padding-right: 0 !important;
			.image-column {
					.image-column__wrapper{			
						flex-direction: row;
						justify-content: start !important;
					}
					.image-column-icon{
						margin-block: 0;
						margin-inline: 17px 8px;
					}
					.image-column__label{
						font-size: 18px;
						letter-spacing: 0.02em;
						text-align: left;
					}
					&.image-column--padding{
						.image-column__wrapper{
							padding: 8.5px 11px;
						}
					}
					.image-column__media-wrapper {
						width: 30% !important;
						flex: 0 0 30%;
						aspect-ratio: 1;
						height: auto !important;
						border-radius: 50%;
						background: #39395E;
						img{
							max-height: 58%;
							max-width: 58%;
						}
					}
					&:before{
						left: 0 !important;
						top: 6px !important;
					}
				}
	}
	.multicolumn-column {
		.multicolumn-column__rating svg {

			width: 18px;
			height: 18px;
		}
	}
}
@media screen and (max-width: 749px){
	.hero-section{
		.hero-section__wrapper.mobile-layout{
			margin-top: 0;
			height: 100%;
			padding-block: 18px !important;
			display: flex;
			flex-direction: column;
			align-items: center;
			.hero-section__title--desktop,
			.hero-section__body--desktop{
				display: none;
			}
			.hero-section__header-mobile{
				margin-bottom: auto;
			}
			.hero-section__rating {
				margin-block-end: 9px;
				position: relative;
			}
			.hero-section__button{
				min-width: 297px;
				margin-block: 9px 5px !important;
				font-size: 14px;
				position: relative;
			}
			.hero-section__item {
				font-size: 12px;
			}
			.hero-section__items{
				row-gap: 5px;
				margin-top: 5px;
				position: relative;
			}
		}

	}
	.main-title{
		font-size: 20px;
	}
	.text-image__heading{
		font-size: 30px;
		margin-bottom: 27px;
		line-height: 1.3;
	}
	.image-text__button{
		min-width: unset !important;
	}
	.multicolumn-column{

		.multicolumn-column__author{
			font-size: 15px;
		}
	}
}
@media screen and (max-width: 461px){
	.hero-section{
		.hero-section__button{
			min-width: unset !important;
			width: 100%;
		}
	}
	.main-button{
		min-width: unset !important;
		width: 100%;
	}
}

