.product-container {
	position: relative;
	z-index: 3;
	max-width: 1440px;
	padding-left: 80px;
	padding-right: 80px;
	margin: 0 auto;
	display: flex;
}

@media screen and (max-width: 1200px) {
	.product-container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media screen and (max-width: 964px) {
	.product-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 989px) {
	.product-container {
		display: block;
	}
}

.product-container .price {
	margin-top: 30px;
	margin-bottom: 15px;
}

.product__media-wrapper {
	width: auto;
	flex: 1 1 auto;
	padding-right: 50px;
}

@media screen and (max-width: 1200px) {
	.product__media-wrapper {
		padding-right: 25px;
	}
}

@media screen and (max-width: 989px) {
	.product__media-wrapper {
		padding-right: 0;
		width: 100%;
	}
}

.product__info-wrapper {
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.product__info-wrapper {
		padding-left: 25px;
	}
}

@media screen and (max-width: 767px) {
	.product__info-wrapper {
		padding-left: 0;
		width: 100%;
		margin-top: 24px;
	}
}

.product__info-container .okeReviews.okeReviews--theme .okeReviews-starRating-indicator-layer--foreground {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='80' height='14' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.996 11.368l-3.94 2.42c-.474.292-.756.096-.628-.443l1.074-4.53-3.507-3.022c-.422-.363-.324-.693.24-.74l4.602-.37 1.778-4.3c.21-.51.55-.512.762 0l1.78 4.3 4.602.37c.552.046.666.37.237.74l-3.507 3.02 1.075 4.532c.127.536-.147.74-.628.444l-3.94-2.422zm-16 0l-3.94 2.42c-.474.292-.756.096-.628-.443l1.074-4.53-3.507-3.022c-.422-.363-.324-.693.24-.74l4.602-.37 1.778-4.3c.21-.51.55-.512.762 0l1.78 4.3 4.602.37c.552.046.666.37.237.74l-3.507 3.02 1.075 4.532c.127.536-.147.74-.628.444l-3.94-2.422zm-15.873 0l-3.94 2.42c-.475.292-.756.096-.63-.443l1.076-4.53-3.508-3.022c-.422-.363-.324-.693.24-.74l4.602-.37 1.778-4.3c.21-.51.55-.512.762 0l1.778 4.3 4.603.37c.554.046.667.37.24.74l-3.508 3.02 1.075 4.532c.127.536-.147.74-.628.444l-3.94-2.422zm-16.047 0l-3.94 2.42c-.475.292-.757.096-.63-.443l1.076-4.53-3.507-3.022c-.422-.363-.324-.693.238-.74l4.603-.37 1.78-4.3c.21-.51.55-.512.76 0l1.78 4.3 4.602.37c.554.046.667.37.24.74l-3.508 3.02 1.074 4.532c.127.536-.146.74-.628.444l-3.94-2.422zm-15.953 0l-3.94 2.42c-.475.292-.756.096-.63-.443l1.076-4.53L1.12 5.792c-.422-.363-.324-.693.24-.74l4.602-.37L7.74.382c.21-.51.55-.512.762 0l1.778 4.3 4.603.37c.554.046.667.37.24.74l-3.508 3.02 1.075 4.532c.127.536-.147.74-.628.444l-3.94-2.422z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
	background-size: 100px 18px;
	background-position: 0;
}

.product {
	color: #fff;
}

.product__title {
	margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
	.product__title {
		font-size: 40px;
		line-height: 1;
	}
}

.product__text {
	font-family: inherit;
	margin: 20px 0;
}

@media screen and (max-width: 767px) {
	.product__text {
		font-size: 16px;
	}
}

.flavors__items {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flavors__item {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid hsla(0, 0%, 100%, 0.4);
	margin: 0 7.5px 10px;
}

.flavors__item.active {
	border: 2px solid #fff;
}

.flavors__item .image-wrapper,
.flavors__item a,
.flavors__item img {
	width: 100%;
	height: 100%;
	display: block;
}

.flavors__item img {
	-o-object-fit: cover;
	object-fit: cover;
}

.flavors__title {
	display: block;
	margin-bottom: 15px;
}

variant-selects {
	margin-top: 20px;
	display: block;
	margin-bottom: 20px;
}

shopify-payment-terms {
	margin: 10px 0 15px;
	display: block;
}

.product-form_cta {
	display: flex;
	gap: 10px;
}

.product-form__submit {
	margin-left: 15px;
	width: auto;
}

@media screen and (max-width: 767px) {
	.product-form__submit {
		margin-left: 0;
	}
}

.product-images {
	display: flex;
}

@media screen and (max-width: 1063px) {
	.product-images {
		flex-direction: column-reverse;
	}
}

.product-images.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}

.product-thumbnails__wrapper {
	width: 80px;
	min-width: 80px;
	position: relative;
	height: 100%;
}

@media screen and (max-width: 1063px) {
	.product-thumbnails__wrapper {
		width: 100%;
		min-width: auto;
		margin-top: 30px;
	}
}

@media screen and (min-width: 1064px) {
	.product-thumbnails__wrapper .swiper-arrow {
		top: auto;
	}
}

@media screen and (min-width: 1064px) {
	.product-thumbnails__wrapper .swiper-arrow.swiper-button-prev {
		bottom: calc(100% + 15px);
		left: 15px;
		transform: rotate(90deg) !important;
	}
}

@media screen and (min-width: 1064px) {
	.product-thumbnails__wrapper .swiper-arrow.swiper-button-next {
		top: calc(100% + 15px);
		left: 15px;
		transform: rotate(90deg) !important;
	}
}

.product-thumbnails {
	height: 475px;
}

@media screen and (max-width: 1063px) {
	.product-thumbnails {
		height: 100%;
	}
}

.product-thumbnails .image-wrapper {
	height: 100%;
	width: 100%;
}

.product-thumbnails .image-wrapper img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product-thumbnails .swiper-slide {
	border: 2px solid transparent;
	transition: 0.3s;
	border-radius: 6px;
	overflow: hidden;
}

@media screen and (min-width: 1064px) {
	.product-thumbnails .swiper-slide {
		height: 80px !important;
	}
}

.product-thumbnails .swiper-slide.swiper-slide-thumb-active {
	border: 2px solid #fff;
}

.product-thumbnails .swiper-slide:not(.swiper-slide-thumb-active) {
	opacity: 0.7;
}

.product-thumbnails .swiper-slide .image-wrapper {
	position: relative;
	padding-top: 100%;
}

.product-thumbnails .swiper-slide .image-wrapper img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.product-form__dynamic {
	margin-top: 15px;
}

.product-gallery {
	width: 100%;
	margin-left: 0px;
}

@media screen and (max-width: 1063px) {
	.product-gallery {
		margin-left: 0;
	}
}

.product-gallery .swiper-slide {
	position: relative;
}

.swiper.Product__Gallery-Zoom-Enabled:hover {
	cursor: zoom-in;
}

.Product__Gallery-Zoom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-repeat: no-repeat;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.2s;
	display: block !important;
	z-index: 2;
	background-color: currentColor;
}

@media screen and (max-width: 767px) {
	.Product__Gallery-Zoom {
		display: none !important;
	}
}

.no-js .shopify-payment-button__button [role="button"],
.shopify-payment-button__button [role="button"] {
	min-height: 62px;
}

.shopify-payment-button__button {
	font-family: inherit;
	min-height: 62px;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none !important;
}

.shopify-payment-button__button--unbranded {
	color: var(--button-text-color-2);
	background-color: var(--button-bg-color-2-hover);
	border: 1px solid var(--button-border-color-2);
	padding: 2px 20px 0;
	cursor: pointer;
	font-family: var(--font-heading-family);
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.shopify-payment-button__button--unbranded:hover {
	color: var(--button-text-color-2-hover) !important;
	background-color: var(--button-bg-color-1) !important;
	border: 1px solid var(--button-border-color-2-hover) !important;
}

.shopify-payment-button__button--hidden,
.shopify-payment-button__more-options {
	display: none;
}

.product__accordion {
	padding: 20px 0;
	border-top: 1px solid;
}

.product__accordion:last-child {
	border-bottom: 1px solid;
}

@media screen and (max-width: 767px) {
	.product__accordion {
		padding: 16px 0;
	}
}

.product-template--reviews-header {
	display: flex;
	align-items: center;
	color: inherit;
}

.product-template--reviews-header .spr-badge-caption {
	opacity: 0.7;
}

.product-template--reviews-header .okeReviews-reviewsSummary,
.product-template--reviews-header .okeReviews-reviewsSummary-ratingCount {
	display: flex;
	align-items: center;
}

.product-template--reviews-header .okeReviews-reviewsSummary-ratingCount {
	margin-left: 5px;
	font-size: 16px;
	line-height: 19px;
	color: inherit !important;
	opacity: 0.7;
	position: relative;
	top: 3px;
}

.product-template--reviews-header .okeReviews-reviewsSummary-ratingCount:before {
	content: "(";
}

.product-template--reviews-header .okeReviews-reviewsSummary-ratingCount:after {
	content: ")";
}

.product_cta-wrapper {
	margin-top: 15px;
}

.spr-header-title,
.spr-review-reportreview {
	display: none;
}

.spr-review-header {
	position: relative;
	padding-left: 120px;
}

@media screen and (max-width: 767px) {
	.spr-review-header {
		padding-top: 40px;
		padding-left: 0;
	}
}

.spr-review-header .spr-icon-star {
	font-size: 100%;
	margin-right: 5px;
}

.spr-review-header .spr-icon-star:before {
	font-size: 15px;
}

.spr-container {
	border: none;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0 20px !important;
}

@media screen and (max-width: 767px) {
	.spr-container {
		padding-top: 0 !important;
	}
}

.spr-review-content {
	padding-left: 120px;
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.spr-review-content {
		padding-left: 0;
	}
}

.spr-review-header-byline .author {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	font-style: normal;
}

.spr-review-header-byline .on {
	display: none;
}

.spr-review-header-byline .date {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #bab6b7;
	font-style: normal;
}

.spr-review-header-title {
	font-family: var(--font-heading-family);
	font-size: var(--h4-desktop);
	line-height: 1.1;
	margin-top: 15px;
}

.spr-review-content-body {
	font-size: inherit;
	line-height: 140%;
}

.spr-review {
	padding: 40px !important;
	background: #fff;
	border-radius: 10px;
	border: none;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.spr-review {
		padding: 20px !important;
		margin-bottom: 30px;
	}
}

.spr-pagination {
	border: none;
}

@media screen and (min-width: 768px) {
	.spr-pagination {
		padding-top: 45px;
	}
}

.spr-pagination-page,
.spr-pagination>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.spr-pagination-page {
	width: 50px;
	height: 50px;
	background: #fff;
	font-family: var(--font-heading-family);
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	overflow: hidden;
	padding-top: 3px;
	margin: 0 5px;
	transition: 0.3s;
}

.spr-pagination-page a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spr-pagination-page.is-active {
	background: #fcba97;
}

.spr-pagination-next,
.spr-pagination-prev {
	position: unset;
	font-size: 0;
	line-height: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 20px;
}

.spr-pagination-next a,
.spr-pagination-prev a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spr-pagination-next a:after,
.spr-pagination-prev a:after {
	content: "";
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none'%3E%3Cpath d='M6 5a.68.68 0 00-.216-.495L1.258.205a.765.765 0 00-1.042 0 .676.676 0 000 .99L4.22 5 .216 8.805a.676.676 0 000 .99.765.765 0 001.042 0l4.526-4.3A.68.68 0 006 5z' fill='%23582931'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	width: 6px;
	height: 10px;
	display: block;
}

.spr-pagination-prev {
	margin-left: 0;
	margin-right: 20px;
}

.spr-pagination-prev a:after {
	transform: rotate(180deg);
}

.okeReviews.okeReviews--theme .okeReviews-reviewsWidget-header-controls-writeReview,
.spr-summary-actions-newreview {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 2px 20px 0;
	cursor: pointer;
	font-family: var(--font-heading-family) !important;
	font-size: 18px;
	font-style: normal;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: var(--button-text-color-2);
	background-color: var(--button-bg-color-2);
	border: 1px solid var(--button-border-color-2);
	--border-offset: var(--buttons-border-offset);
	--border-opacity: calc(1 - var(--buttons-border-opacity));
	border-radius: var(--buttons-radius-outset);
	position: relative;
	min-height: 62px;
	min-width: 182px;
}

@media screen and (max-width: 767px) {

	.okeReviews.okeReviews--theme .okeReviews-reviewsWidget-header-controls-writeReview,
	.spr-summary-actions-newreview {
		min-height: 44px;
	}
}

.spr-summary-actions-newreview:hover {
	color: var(--button-text-color-2-hover) !important;
	background-color: var(--button-bg-color-2-hover) !important;
	border: 1px solid var(--button-border-color-2-hover) !important;
}

.okeReviews.okeReviews--theme .okeReviews-reviewsWidget-header-controls-writeReview {
	margin-top: -31px;
}

@media screen and (max-width: 767px) {
	.okeReviews.okeReviews--theme .okeReviews-reviewsWidget-header-controls-writeReview {
		margin-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.okeReviews .okeReviews-reviewsWidget-header-controls {
		width: auto !important;
		text-align: center;
		display: inline-block;
	}
}

.spr-summary {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	.spr-summary {
		flex-direction: column;
	}
}

.spr-summary-actions {
	margin-left: auto;
}

@media screen and (max-width: 767px) {
	.spr-summary-actions {
		margin: 20px auto 0;
	}
}

.spr-button-primary {
	min-height: 62px;
}

@media screen and (max-width: 767px) {
	.spr-button-primary {
		min-height: 44px;
	}
}

.spr-form-label {
	font-size: inherit;
	margin-bottom: 14px;
	display: block;
}

.spr-form-label+input.spr-form-input {
	background: hsla(0, 0%, 100%, 0.1);
	border: 2px solid var(--color-text);
	border-radius: 76px;
	font-family: var(--font-heading-family);
	font-size: var(--h4-desktop);
	padding: 20px 30px 15px;
	line-height: 25px;
	color: var(--color-text);
	width: 100%;
	box-sizing: border-box;
	min-height: calc(var(--inputs-border-width) * 2);
	min-width: calc(7rem + var(--inputs-border-width) * 2);
	position: relative;
}

.spr-form-label+input.spr-form-input::-moz-placeholder {
	color: var(--color-text);
}

.spr-form-label+input.spr-form-input:-ms-input-placeholder {
	color: var(--color-text);
}

.spr-form-label+input.spr-form-input::placeholder {
	color: var(--color-text);
}

.spr-form-input.spr-form-input-textarea {
	background: hsla(0, 0%, 100%, 0.1);
	border: 2px solid var(--color-text);
	border-radius: 30px;
	font-family: var(--font-heading-family);
	font-size: var(--h4-desktop);
	padding: 20px 30px 15px;
	line-height: 25px;
	color: var(--color-text);
	width: 100%;
	box-sizing: border-box;
	min-height: calc(var(--inputs-border-width) * 2);
	min-width: calc(7rem + var(--inputs-border-width) * 2);
	position: relative;
}

.spr-form-input.spr-form-input-textarea::-moz-placeholder {
	color: var(--color-text);
	opacity: 0.5;
}

.spr-form-input.spr-form-input-textarea:-ms-input-placeholder {
	color: var(--color-text);
	opacity: 0.5;
}

.spr-form-input.spr-form-input-textarea::placeholder {
	color: var(--color-text);
	opacity: 0.5;
}

.spr-form-contact-email,
.spr-form-contact-location,
.spr-form-contact-name,
.spr-form-review-body,
.spr-form-review-rating,
.spr-form-review-title {
	margin-bottom: 30px;
}

.spr-form {
	border: none;
}

.spr-form-title {
	font-size: var(--h2-desktop);
	margin-bottom: 40px;
}

.spr-form-message.spr-form-message-success,
.spr-form-title {
	text-align: center;
}

#shopify-product-reviews {
	margin-top: 0;
	padding-top: 20px;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews {
		padding-top: 0;
	}
}

#shopify-product-reviews .spr-starrating,
#shopify-product-reviews .spr-starratings {
	color: #fcba97;
}

#shopify-product-reviews .spr-starrating {
	margin-right: 7px;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .spr-starrating {
		margin-right: 0;
		margin-bottom: 5px;
	}
}

#shopify-product-reviews .spr-starrating .spr-icon:not(:last-child) {
	margin-right: 13px;
}

#shopify-product-reviews .okeReviews-review-primary,
#shopify-product-reviews .okeReviews .okeReviews-review-side,
#shopify-product-reviews .okeReviews .okeReviews-reviewsAggregate-primary,
#shopify-product-reviews .okeReviews .okeReviews-reviewsAggregate-side,
#shopify-product-reviews .okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-large .okeReviews-review-primary,
#shopify-product-reviews .okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-large .okeReviews-review-side,
#shopify-product-reviews .okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-large .okeReviews-reviewsAggregate-primary,
#shopify-product-reviews .okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-large .okeReviews-reviewsAggregate-side,
#shopify-product-reviews .okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-medium .okeReviews-review-primary,
#shopify-product-reviews .okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-medium .okeReviews-review-side,
#shopify-product-reviews .okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-medium .okeReviews-reviewsAggregate-primary,
#shopify-product-reviews .okeReviews .okeReviews-reviewsWidget.is-okeReviews-reviewsWidget-medium .okeReviews-reviewsAggregate-side {
	border: none;
	padding: 0;
}

#shopify-product-reviews .okeReviews.okeReviews--theme .okeReviews-reviewsAggregate {
	width: 100%;
}

#shopify-product-reviews .okeReviews .okeReviews-barGraph-layer--background, 
#shopify-product-reviews .okeReviews.okeReviews--theme .okeReviews-barGraph-layer--foreground {
	border-radius: 4px;
	overflow: hidden;
	max-height: 12px;
}

#shopify-product-reviews .okeReviews .okeReviews-barGraph-layer--background {
	background: #ffffff21;
}

#shopify-product-reviews .okeReviews .okeReviews-ratingDistribution-item {
	display: flex;
	align-items: center;
}

#shopify-product-reviews .okeReviews .okeReviews-ratingDistribution-item-label-inner {
	width: 3em;
	font-size: 20px;
}

#shopify-product-reviews .okeReviews-reviews-controls,
#shopify-product-reviews .okeReviews-reviewsAggregate-primary,
#shopify-product-reviews .okeReviews-reviewsWidget-header-poweredBy,
#shopify-product-reviews .okeReviews .okeReviews-review-recommendation,
#shopify-product-reviews [data-oke-reviews-nav-bar] {
	display: none !important;
}

#shopify-product-reviews .okeReviews .okeReviews-review-reviewer-profile-details {
	padding: 0 15px;
	vertical-align: middle;
}

#shopify-product-reviews .okeReviews-review-reviewer-profile-name {
	font-size: 16px;
	line-height: 19px;
}

#shopify-product-reviews .okeReviews .okeReviews-avatar {
	background-color: #fcba97;
	border: 2px solid #5fd0bd;
}

#shopify-product-reviews .okeReviews .okeReviews-reviews-alert-inner {
	border-radius: 8px;
	background: #fff;
}

#shopify-product-reviews .okeReviews .okeReviews-review-meta {
	margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews .okeReviews-review-meta {
		margin-bottom: 9px;
	}
}

#shopify-product-reviews .okeReviews .okeReviews-review-main-heading {
	font-weight: 400;
	font-size: 22px;
	line-height: 25px;
	letter-spacing: 0.04em;
	margin-bottom: 15px;
}

#shopify-product-reviews .okeReviews .okeReviews-avatar-placeholder {
	font-size: 22px;
	position: relative;
	top: 2px;
}

#shopify-product-reviews .okeReviews .okeReviews-avatar--reviewer {
	width: 52px;
	height: 52px;
}

#shopify-product-reviews .okeReviews .okeReviews-review-reviewer-profile {
	border: none;
	padding-bottom: 0;
}

#shopify-product-reviews .okeReviews .okeReviews-reviews-showMore {
	min-width: 182px;
	min-height: 62px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 16px;
	font-weight: 800;
	cursor: pointer;
	font-family: var(--font-heading-family);
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--button-text-color-1);
	transition: 0.3s ease;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--button-bg-color-1);
	border: 1px solid var(--button-border-color-1);
	--border-offset: var(--buttons-border-offset);
	--border-opacity: calc(1 - var(--buttons-border-opacity));
	border-radius: var(--buttons-radius-outset);
}

#shopify-product-reviews .okeReviews .okeReviews-reviews-showMore:after {
	display: none;
}

#shopify-product-reviews .okeReviews .okeReviews-reviews-showMore:hover {
	color: var(--button-text-color-1-hover);
	background-color: var(--button-bg-color-1-hover);
	border: 1px solid var(--button-border-color-1-hover);
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews .okeReviews-reviews-showMore {
		min-height: 44px;
	}
}

#shopify-product-reviews .okeReviews.okeReviews--theme .okeReviews-reviews-footer:before {
	display: none;
}

#shopify-product-reviews .okeReviews.okeReviews--theme p {
	line-height: 140%;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews.okeReviews--theme p {
		font-size: 14px;
		line-height: 17px;
		opacity: 0.7;
	}
}

#shopify-product-reviews .okeReviews .okeReviews-review-main {
	margin-bottom: 0;
}

#shopify-product-reviews .okeReviews .okeReviews-review-date {
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	color: #bab6b7;
	margin-top: 6px;
}

#shopify-product-reviews .okeReviews .okeReviews-review-date [data-oke-reviews-date] {
	display: block;
}

#shopify-product-reviews .okeReviews .okeReviews-review-date [data-oke-reviews-date]:first-letter {
	text-transform: uppercase;
}

#shopify-product-reviews .okeReviews-reviewsWidget {
	position: relative;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews-reviewsWidget {
		display: flex;
		flex-direction: column;
	}
}

#shopify-product-reviews .okeReviews-reviewsWidget .okeReviews-reviewsWidget-header {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews-reviewsWidget .okeReviews-reviewsWidget-header {
		position: unset;
		order: 2;
	}
}

#shopify-product-reviews .okeReviews-reviewsWidget-reviews {
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews-reviewsWidget-reviews {
		order: 3;
		margin-top: 20px;
	}
}

#shopify-product-reviews .okeReviews-reviewsWidget-reviewsAggregate {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews-reviewsWidget-reviewsAggregate {
		order: 1;
		margin-bottom: 13px;
	}
}

#shopify-product-reviews .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate-side-inner {
	width: 100%;
}

#shopify-product-reviews .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate-side-inner .okeReviews-reviewsAggregate-summary {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate-side-inner .okeReviews-reviewsAggregate-summary {
		justify-content: center;
		align-items: flex-start;
	}
}

#shopify-product-reviews .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate-side-inner .okeReviews-reviewsAggregate-summary .okeReviews-reviewsAggregate-summary-total {
	margin-left: 6px;
	display: none;
}

#shopify-product-reviews .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate-summary-rating-value .okeReviews-a11yText {
	display: none !important;
}

#shopify-product-reviews .okeReviews.okeReviews--theme .okeReviews-badge--rating {
	background-color: transparent;
	font-size: 44px;
	line-height: 100%;
}

@media scrren and (max-width: 989px) {
	#shopify-product-reviews .okeReviews.okeReviews--theme .okeReviews-badge--rating {
		font-size: 34px;
	}
}

#shopify-product-reviews .okeReviews .okeReviews-reviewsAggregate-ratingDistribution {
	margin-top: 16px;
}

#shopify-product-reviews .okeReviews .okeReviews-badge {
	padding: 0 16px 0 0;
}

#shopify-product-reviews .okeReviews-reviewsWidget-reviewsAggregate .okeReviews-reviewsAggregate-summary-rating-starRating {
	margin-left: 0;
}

#shopify-product-reviews .okeReviews-reviews-review {
	padding: 40px !important;
	background: #fff;
	border-radius: 10px;
	border: none;
	margin-bottom: 15px;
}

#shopify-product-reviews .okeReviews .okeReviews-reviews-footer {
	width: 100%;
}

@media screen and (max-width: 767px) {
	#shopify-product-reviews .okeReviews-reviews-review {
		padding: 20px !important;
		margin-bottom: 30px;
	}
}

#shopify-product-reviews .okeReviews-reviews-review .okeReviews-starRating-indicator {
	transform: scale(80%);
	margin-left: -10%;
}

.product-page-reviews-section #shopify-product-reviews .okeReviews.okeReviews--theme 
.okeReviews-reviewsWidget-header-text--normal {
	color: #fff;
	font-size: 24px;
	margin: 16px 0 0;
	opacity: 1;
}

#shopify-product-reviews .okeReviews .okeReviews-ratingDistribution-item-value-count {
	color: #fff;
	font-size: 20px;
	left: 100%;
	margin-left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
}

#shopify-product-reviews .okeReviews .okeReviews-ratingDistribution-item-value-graph {
	width: 90%;
}

.product-page-reviews-section #shopify-product-reviews .okeReviews.okeReviews--theme .okeReviews-reviewsWidget-header-text {
	order: 2;
	padding-top: 24px;
	position: relative;
	display: block;
}

.product-page-reviews-section #shopify-product-reviews .okeReviews.okeReviews--theme .okeReviews-reviewsWidget-header-text:before {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ffffff20;
	content: '';

}

.product-page-reviews-section #shopify-product-reviews .okeReviews.okeReviews--theme .okeReviews-reviewsWidget-header-text--bold {
	font-weight: 800;
	font-size: 28px;
	color: #fff;
	opacity: 1;
}

.okeReviews-reviewsHeader {
	font-size: 30px;
	margin-bottom: 12px;
	font-weight: 800;
	color: #fff;
}

@media screen and (max-width: 989px) {
	.okeReviews-reviewsHeader {
		text-align: center;
	}
}

.smartrr-purchase-options {
	margin: 32px 0 0;
	padding: 0;
	border: none;
	box-shadow: none;
}

@media screen and (max-width: 989px) {
	.smartrr-purchase-options {
		margin: 24px 0 0;
	}
}

.smartrr-purchase-options [data-smartrr-selling-plan-groups] {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0;
	align-items: stretch;
	gap: 10px;
	justify-content: center;
	max-width: 100%;
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-id] {
	max-width: 100%;
	width: 100%;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.smartrr-purchase-options [data-smartrr-selling-plan-group-id] {
		margin: 0;
		max-width: 100%;
	}
}

.smartrr-purchase-options .smartrr-selling-plan-group-header {
	height: auto;
	position: relative;
}

.smartrr-purchase-options .smartrr-selling-plan-group-label {
	height: 100%;
	display: flex;
	align-items: center;
	background: hsla(0, 0%, 100%, 0.1);
	border: 2px solid hsla(0, 0%, 100%, 0.2);
	border-radius: 6px;
	padding: 11px 6px 11px 0;
	line-height: 19px;
	cursor: pointer;
}

.smartrr-purchase-options .selling-plan-group-price {
	font-size: 14px;
	line-height: 17px;
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-input]+.smartrr-selling-plan-group-input-display {
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	height: 24px;
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-input]+.smartrr-selling-plan-group-input-display:after {
	z-index: 1;
	width: 8px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	border-radius: 0;
	background: none;
	left: 8px;
	top: 4px;
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-input]+.smartrr-selling-plan-group-input-display:before {
	width: 24px;
	height: 24px;
	border-color: #fff;
	background: none;
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-input]:checked+.smartrr-selling-plan-group-input-display:after {
	transform: scale(1) rotate(45deg);
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-input]:checked+.smartrr-selling-plan-group-input-display:before {
	border-color: #2b9475;
	background: #2b9475;
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-input]:checked+.smartrr-selling-plan-group-input-display+label {
	background: #fff;
	color: #280E16;
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-input]:checked+.smartrr-selling-plan-group-input-display.subscription+label {
	border-radius: 12px 12px 0 0;
}

.smartrr-purchase-options [data-smartrr-selling-plan-group-input]:checked+.smartrr-selling-plan-group-input-display+label .selling-plan-group-price {
	color: #D54E4E;
}

.selling-plan-group-price-old ,
.smartrr-purchase-options [data-smartrr-selling-plan-group-input]:checked+.smartrr-selling-plan-group-input-display+label .selling-plan-group-price-old {
	font-size: 16px;
	color: #7D7C7C;
	margin-left: 8px;
	font-weight: 400;
	text-decoration: line-through;
}

.smartrr-purchase-options .smartrr-selling-plan-group-name {
	display: block;
	padding-left: 54px;
}

.smartrr-purchase-options .frequency_dropdown {
	padding: 8px 24px 16px 60px;
	margin-top: -1px;
	border-radius: 0 0 12px 12px;
	background: #fff;
	color: #582931;
}


.smartrr-purchase-options .frequency__list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.smartrr-purchase-options .frequency__list .radio-group {
	flex: 1;
	max-width: 33.33%;
	padding: 0 5px;
}

.smartrr-purchase-options .frequency__list .radio-group input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
	height: 0;
	width: 0;
	left: -999999999999px;
	visibility: hidden;
}

.smartrr-purchase-options .frequency__list .radio-group input:checked+label {
	background: #fff;
	color: var(--color-text);
	border: 1px solid var(--color-text);
}

.smartrr-purchase-options .frequency__list .radio-group label {
	border: 1px solid #E9E9E9;
	border-radius: 8px;
	text-align: center;
	width: 100%;
	display: block;
	height: 100%;
	background: #fff;
	padding: 8px;
	line-height: 100%;
	cursor: pointer;
	position: relative;
	font-size: 20px;
	font-weight: 800;
	text-transform: lowercase;
}

@media screen and (max-width: 767px) {
	.smartrr-purchase-options .frequency__list .radio-group label {
		font-size: 16px;
	}
}
.smartrr-deliver-frequency.form__label {
	font-size: 16px;
	color: #280E16;
}

.smartrr-purchase-options .frequency__list .radio-group label:after {
	content: "";
	z-index: 1;
	position: absolute;
	transition: all 0.2s ease;
	opacity: 0;
	width: 8px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	border-radius: 0;
	background: none;
	left: 14px;
	top: calc(50% - 4px);
}

@media screen and (max-width: 767px) {
	.smartrr-purchase-options .frequency__list .radio-group label:after {
		width: 6px;
		height: 10px;
		left: 13px;
		top: calc(50% - 3px);
	}
}

.product-form__error-message-wrapper svg {
	max-width: 14px;
	position: relative;
	top: 2px;
}

.product-main__icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.product-main__icon .image-wrapper {
	width: 70px;
	height: 60px;
	max-height: 60px;
}

@media screen and (max-width: 767px) {
	.product-main__icon .image-wrapper {
		width: 60px;
		height: 50px;
		max-height: 50px;
	}
}

.product-main__icon .image-wrapper img {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: contain;
	object-fit: contain;
}

@media screen and (max-width: 767px) {
	.product-form__submit.button {
		margin-top: 0;
	}
}

.button--link {
	min-height: 62px;
	background: #fff;
	color: #582931;
	font-weight: 700;
}