/** Shopify CDN: Minification failed

Line 1753:0 Unexpected "}"
Line 1766:0 Unexpected "}"

**/
product-info {
	display: block;
}


.product {
	margin: 0;
}

.product.grid {
	gap: 0;
}

.product--no-media {
	max-width: 57rem;
	margin: 0 auto;
}

.product__media-wrapper {
	padding-left: 0;
}

.main_product_nav_container {
	& ul.main_product_gallery_navigation {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
		margin-top: 10px;
		& li {
			&:hover {
				cursor: pointer;
			}
			& .unity-product-media-container {
				padding: 0;
			}
		}
	}
}

@media screen and (min-width: 750px) {
	.product__column-sticky {
		display: block;
		position: sticky;
		top: 3rem;
		z-index: 2;
	}

	.product--thumbnail .thumbnail-list {
		padding-right: var(--media-shadow-horizontal-offset);
	}


	.product__info-wrapper--extra-padding {
		padding: 0 0 0 8rem;
	}

	.product--right .product__info-wrapper {
		padding: 0 5rem 0 0;
	}

	.product--right .product__info-wrapper--extra-padding {
		padding: 0 8rem 0 0;
	}

	.product--right .product__media-list {
		margin-bottom: 2rem;
	}

	.product__media-container .slider-buttons {
		display: none;
	}

	.product--right .product__media-wrapper {
		order: 2;
	}
}


/* Dynamic checkout */

.shopify-payment-button__button {
	font-family: inherit;
	min-height: 4.6rem;
}

.shopify-payment-button__button [role='button'].focused {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
	outline-offset: 0.3rem;
	box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
	0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

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

.shopify-payment-button__button [role='button']:focus-visible {
	outline: 0.2rem solid rgba(var(--color-foreground), 0.5) !important;
	box-shadow: 0 0 0 0.1rem rgba(var(--color-button), var(--alpha-button-border)),
	0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3) !important;
}

.shopify-payment-button__button--unbranded {
	background-color: rgba(var(--color-button), var(--alpha-button-background));
	color: rgb(var(--color-button-text));
	font-size: 1.4rem;
	line-height: calc(1 + 0.2 / var(--font-body-scale));
	letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
	background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
	background-color: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
	margin: 1.6rem 0 1rem;
	font-size: 1.2rem;
	line-height: calc(1 + 0.5 / var(--font-body-scale));
	letter-spacing: 0.05rem;
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
	display: none;
}

/* Product form */

.product-form {
	display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
	display: flex;
	align-items: flex-start;
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.04rem;
	margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper .svg-wrapper {
	flex-shrink: 0;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 0.7rem;
	margin-top: 0.25rem;
}


.product-form__input .form__label {
	padding-left: 0;
}

.price-per-item__container {
	display: flex;
	justify-content: center;
}

.product-form__input .select {
	max-width: 100%;
}

.product-form__input .svg-wrapper {
	right: 1.5rem;
}

.product-form__submit {
	margin-bottom: 1rem;
	font-family: "Gothamrnd", sans-serif;
}

.product-form__submit[aria-disabled='true'] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
}

@media screen and (forced-colors: active) {
	.product-form__submit[aria-disabled='true'] {
		color: Window;
	}
}

/* Overrides */
.shopify-payment-button__more-options {
	color: rgb(var(--color-foreground));
}

.shopify-payment-button__button {
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
}

/* Product info */


.product__info-container iframe {
	max-width: 100%;
}

.product__text {
	margin-bottom: 0;
}

a.product__text {
	display: block;
	text-decoration: none;
	color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
	text-transform: uppercase;
}

.product__title {
	word-break: break-word;
	margin-bottom: 1.5rem;
}


.price .price-item {
	margin-right: 0;
}

.quantity__label,
.product__description,
.product__tax {
	color: #fff;
}

.quantity__label {
	font-weight: 700;
	font-size: 16px;
}

.product__title > * {
	margin: 0;
}

.product__title > a {
	display: none;
}

.product__title + .product__text.caption-with-letter-spacing {
	margin-top: -1.5rem;
}

.product__text.caption-with-letter-spacing + .product__title {
	margin-top: 0;
}

.product__accordion .accordion__content {
	padding: 0 1rem;
}

.product .price .badge {
	margin-bottom: 0.5rem;
}


.product .price dl {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.product .price--sold-out .price__badge-sale {
	display: none;
}

@media screen and (min-width: 750px) {
	.product__info-container {
		max-width: 60rem;
	}

	.product__info-container .price--on-sale .price-item--regular {
		font-size: 1.6rem;
	}

	.product__info-container > *:first-child {
		margin-top: 0;
	}
}

.product__description-title {
	font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
	text-align: center;
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
	padding: 0;
}

.product__tax {
	margin-top: -1.4rem;
}

.product--no-media .share-button {
	max-width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product--no-media .product-form {
	flex-direction: column;
}

.product--no-media .product-form > .form {
	max-width: 30rem;
	width: 100%;
}

.product--no-media .product-form__quantity {
	flex-direction: column;
	max-width: 100%;
}

.product-form__quantity .form__label {
	margin-bottom: 0.6rem;
}

.price-per-item__label.form__label {
	margin-bottom: 0rem;
}

.product-form__quantity-top .form__label {
	margin-bottom: 1.2rem;
}

.product-form__buttons {
	max-width: 44rem;
	margin: auto;
}

.product--no-media .product__info-container > modal-opener {
	display: block;
	text-align: center;
}

.product-form__submit {
	border: 2px solid #fff;
	text-align: center;
	justify-content: center;
}

.product--no-media .product-popup-modal__button {
	padding-right: 0;
}

.product--no-media .price {
	text-align: center;
}

/* Product media */
.product__media-list video {
	border-radius: calc(var(--media-radius) - var(--media-border-width));
}



.product__media-list > li:nth-child(1) {
	grid-column: span 4;

}

.product__media-list .product-media-container {
	background: none !important;
}


.product__info-wrapper {
	text-align: center;
}
.product__media-wrapper {
	overflow: hidden;
}
.main_poduct_gallery_wrapper {
	position: relative;
}
.product__media-wrapper .tns-controls button {
	position: absolute;
	left: 10px;
	width: 40px;
	aspect-ratio: 1 / 1;
	background: no-repeat center / contain url("data:image/svg+xml,%3Csvg width='61' height='61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28.5' cy='28.5' r='28.5' transform='matrix(-1 0 0 1 59 2)' fill='%23fff' stroke='%23E1251B' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='6 11'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m27.6929 19.9833-9.6921 9.4651c-.5948.5808-.5948 1.5225 0 2.1034l9.6921 9.465c.5947.5809 1.559.5809 2.1538 0 .5947-.5808.5947-1.5225 0-2.1033l-7.0923-6.9261h19.1677c.8412 0 1.523-.6659 1.523-1.4873s-.6818-1.4873-1.523-1.4873H22.7544l7.0923-6.9261c.5947-.5808.5947-1.5225 0-2.1034-.5948-.5808-1.5591-.5808-2.1538 0Z' fill='%23E1251B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m27.3028 19.594-9.6921 9.465c-.8143.7952-.8143 2.0868 0 2.882l9.6921 9.465c.8109.792 2.1232.792 2.9341 0 .8143-.7951.8143-2.0867 0-2.8819l-6.1328-5.9892h17.8181c1.142 0 2.0778-.9055 2.0778-2.0349s-.9358-2.0349-2.0778-2.0349H24.1041l6.1328-5.9892c.8143-.7952.8143-2.0868 0-2.882-.8109-.7919-2.1232-.7919-2.9341.0001Zm2.5439 2.4927c.5947-.5808.5947-1.5225 0-2.1034-.5948-.5808-1.5591-.5808-2.1538 0l-9.6921 9.4651c-.5948.5808-.5948 1.5225 0 2.1034l9.6921 9.465c.5947.5809 1.559.5809 2.1538 0 .5947-.5808.5947-1.5225 0-2.1033l-7.0923-6.9261h19.1677c.8412 0 1.523-.6659 1.523-1.4873s-.6818-1.4873-1.523-1.4873H22.7544l7.0923-6.9261Z' fill='%23E1251B'/%3E%3C/svg%3E");
	border: none;
	cursor: pointer;
	transition: .3s;
	text-indent: -9999px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}
.product__media-wrapper .tns-controls button:nth-child(2) {
	left: auto;
	right: 10px;
	transform: rotate(180deg);
}

.product_top {
	align-items: flex-start;
}

.product__media-wrapper img {
	position: relative;
	width: 100%;
	height: 100%;



}
.product__media-wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product__media-wrapper ul li .unity-product-media-container {
	padding: 50px 30px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: var(--border-radius-s);
}

@media screen and (max-width: 749px) {
	.product__media-list {
		margin-left: -2.5rem;
		margin-bottom: 3rem;
		width: calc(100% + 4rem);
	}

	.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}

	.slider.product__media-list::-webkit-scrollbar {
		height: 0.2rem;
		width: 0.2rem;
	}

	.product__media-list::-webkit-scrollbar-thumb {
		background-color: rgb(var(--color-foreground));
	}

	.product__media-list::-webkit-scrollbar-track {
		background-color: rgba(var(--color-foreground), 0.2);
	}

	.product__media-list .product__media-item {
		width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
	}

	.product--mobile-columns .product__media-item {
		width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing));
	}
}

@media screen and (min-width: 750px) {


	.product--thumbnail .product__media-item:not(.is-active),
	.product--thumbnail_slider .product__media-item:not(.is-active) {
		display: none;
	}

	.product-media-modal__content > .product__media-item--variant.product__media-item--variant {
		display: none;
	}

	.product-media-modal__content > .product__media-item--variant:first-child {
		display: block;
	}
}

@media screen and (min-width: 750px) and (max-width: 989px) {
	.product__media-list .product__media-item:first-child {
		padding-left: 0;
	}

	.product--thumbnail_slider .product__media-list {
		margin-left: 0;
	}

	.product__media-list .product__media-item {
		width: 100%;
	}
}

.product__media-icon .icon {
	width: 1.2rem;
	height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
	background-color: rgb(var(--color-background));
	border-radius: 50%;
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
	color: rgb(var(--color-foreground));
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3rem;
	width: 3rem;
	position: absolute;
	left: 1.2rem;
	top: 1.2rem;
	z-index: 1;
	transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
}

.product__media-video .product__media-icon {
	opacity: 1;
}

.product__modal-opener--image .product__media-toggle:hover {
	cursor: zoom-in;
}

.product__modal-opener:hover .product__media-icon {
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}


.product__media-item > * {
	display: block;
	position: relative;
}

.product__media-toggle {
	display: flex;
	border: none;
	background-color: transparent;
	color: currentColor;
	padding: 0;
}

.product__media-toggle::after {
	content: '';
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: calc(var(--border-width) * -1);
	right: calc(var(--border-width) * -1);
	bottom: calc(var(--border-width) * -1);
	left: calc(var(--border-width) * -1);
	z-index: 2;
}

.product__media-toggle:focus-visible {
	outline: 0;
	box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
	.product__media-toggle:focus-visible,
	.product__media-toggle:focus-visible:after {
		outline: transparent solid 1px;
		outline-offset: 2px;
	}
}

.product__media-toggle.focused {
	outline: 0;
	box-shadow: none;
}

.product__media-toggle:focus-visible:after {
	box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
	border-radius: var(--media-radius);
}

.product__media-toggle.focused:after {
	box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
	border-radius: var(--media-radius);
}

.product-media-modal {
	background-color: rgb(var(--color-background));
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

.product-media-modal[open] {
	visibility: visible;
	opacity: 1;
	z-index: 101;
}

.product-media-modal__dialog {
	display: flex;
	align-items: center;
	height: 100vh;
}

.product-media-modal__content {
	max-height: 100vh;
	width: 100%;
	overflow: auto;
}

.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
	display: none;
}

@media screen and (min-width: 750px) {
	.product-media-modal__content {
		padding-bottom: 2rem;
	}

	.product-media-modal__content > *:not(.active) {
		display: block;
	}

	.product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}

	.product__media-list .deferred-media {
		display: block;
	}
}

@media screen and (max-width: 749px) {
	.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
	.product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}

	.product--thumbnail .is-active .deferred-media,
	.product--thumbnail_slider .is-active .deferred-media {
		display: block;
		width: 100%;
	}
}

.product-media-modal__content > * {
	display: block;
	height: auto;
	margin: auto;
}

.product-media-modal__content .media {
	background: none;
}

.product-media-modal__model {
	width: 100%;
}

.product-media-modal__toggle {
	background-color: rgb(var(--color-background));
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
	border-radius: 50%;
	color: rgba(var(--color-foreground), 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	right: 2rem;
	padding: 1.2rem;
	position: fixed;
	z-index: 2;
	top: 2rem;
	width: 4rem;
}

.product-media-modal__content .deferred-media {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.product-media-modal__content {
		padding: 2rem 11rem;
	}

	.product-media-modal__content > * {
		width: 100%;
	}

	.product-media-modal__content > * + * {
		margin-top: 2rem;
	}

	.product-media-modal__toggle {
		right: 5rem;
		top: 2.2rem;
	}
}

@media screen and (min-width: 990px) {
	.product-media-modal__content {
		padding: 2rem 11rem;
	}

	.product-media-modal__content > * + * {
		margin-top: 1.5rem;
	}

	.product-media-modal__content {
		padding-bottom: 1.5rem;
	}

	.product-media-modal__toggle {
		right: 5rem;
	}
}

.product-media-modal__toggle:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.product-media-modal__toggle .icon {
	height: auto;
	margin: 0;
	width: 2.2rem;
}

/* Product popup */

.product-popup-modal {
	box-sizing: border-box;
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: -1;
	margin: 0 auto;
	top: 0;
	left: 0;
	overflow: auto;
	width: 100%;
	background: rgba(var(--color-foreground), 0.2);
	height: 100%;
}

.product-popup-modal[open] {
	opacity: 1;
	visibility: visible;
	z-index: 101;
}

.product-popup-modal__content {
	border-radius: var(--popup-corner-radius);
	background-color: rgb(var(--color-background));
	overflow: auto;
	height: 80%;
	margin: 0 auto;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 5rem;
	width: 92%;
	position: absolute;
	top: 0;
	padding: 0 1.5rem 0 3rem;
	border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
	border-style: solid;
	border-width: var(--popup-border-width);
	box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
	box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
	var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible {
	box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
	var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

@media screen and (min-width: 750px) {
	.product-popup-modal__content {
		padding-right: 1.5rem;
		margin-top: 10rem;
		width: 70%;
		padding: 0 3rem;
	}

	.product-media-modal__dialog .global-media-settings--no-shadow {
		overflow: visible !important;
	}
}

.product-popup-modal__content img {
	max-width: 100%;
}

@media screen and (max-width: 749px) {
	.product-popup-modal__content table {
		display: block;
		max-width: fit-content;
		overflow-x: auto;
		white-space: nowrap;
		margin: 0;
	}

	.product-media-modal__dialog .global-media-settings,
	.product-media-modal__dialog .global-media-settings video,
	.product-media-modal__dialog .global-media-settings model-viewer,
	.product-media-modal__dialog .global-media-settings iframe,
	.product-media-modal__dialog .global-media-settings img {
		border: none;
		border-radius: 0;
	}
}

.product-popup-modal__opener {
	display: inline-block;
}

.product-popup-modal__button {
	font-size: 1.6rem;
	padding-right: 1.3rem;
	padding-left: 0;
	min-height: 4.4rem;
	text-underline-offset: 0.3rem;
	text-decoration-thickness: 0.1rem;
	transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
	text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
	padding-right: 4.4rem;
}

.product-popup-modal__content-info > * {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

@media screen and (max-width: 749px) {
	.product-popup-modal__content-info > * {
		max-height: 100%;
	}
}

.product-popup-modal__toggle {
	background-color: rgb(var(--color-background));
	border: 0.1rem solid rgba(var(--color-foreground), 0.1);
	border-radius: 50%;
	color: rgba(var(--color-foreground), 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: sticky;
	padding: 1.2rem;
	z-index: 2;
	top: 1.5rem;
	width: 4rem;
	margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
	color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
	height: auto;
	margin: 0;
	width: 2.2rem;
}

.product__media-list .media > * {
	overflow: hidden;
}

.thumbnail-list {
	flex-wrap: wrap;
	grid-gap: 1rem;
}

/* Fix to show some space at the end of our sliders in all browsers to be applied on thumbnails */
.slider--mobile.thumbnail-list:after {
	content: none;
}

@media screen and (min-width: 750px) {
	.product--stacked .thumbnail-list {
		display: none;
	}

	.thumbnail-list {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
	}
}

.thumbnail-list_item--variant:not(:first-child) {
	display: none;
}

@media screen and (min-width: 990px) {
	.thumbnail-list {
		grid-template-columns: repeat(4, 1fr);
	}

	.product--medium .thumbnail-list {
		grid-template-columns: repeat(5, 1fr);
	}

	.product--large .thumbnail-list {
		grid-template-columns: repeat(6, 1fr);
	}
}

@media screen and (max-width: 749px) {
	.product__media-item {
		display: flex;
		align-items: center;
	}

	.product__modal-opener {
		width: 100%;
	}

	.thumbnail-slider {
		display: flex;
		align-items: center;
	}

	.thumbnail-slider .thumbnail-list.slider {
		display: flex;
		padding: 0.5rem;
		flex: 1;
		scroll-padding-left: 0.5rem;
	}

	.thumbnail-list__item.slider__slide {
		width: calc(33% - 0.6rem);
	}
}

@media screen and (min-width: 750px) {
	.product--thumbnail_slider .thumbnail-slider {
		display: flex;
		align-items: center;
	}

	.thumbnail-slider .thumbnail-list.slider--tablet-up {
		display: flex;
		padding: 0.5rem;
		flex: 1;
		scroll-padding-left: 0.5rem;
	}

	.product__media-wrapper .slider-mobile-gutter .slider-button {
		display: none;
	}

	.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		width: calc(25% - 0.8rem);
	}

	.product--thumbnail_slider .slider-mobile-gutter .slider-button {
		display: flex;
	}
}

@media screen and (min-width: 900px) {
	.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		width: calc(25% - 0.8rem);
	}

	.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
		width: calc(20% - 0.8rem);
	}
}

.thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	padding: 0;
	color: rgb(var(--color-foreground));
	cursor: pointer;
	background-color: transparent;
}

.thumbnail:hover {
	opacity: 0.7;
}

.thumbnail.global-media-settings img {
	border-radius: 0;
}

.thumbnail[aria-current] {
	box-shadow: 0 0 0rem 0.1rem rgb(var(--color-foreground));
	border-color: rgb(var(--color-foreground));
}

.image-magnify-full-size {
	cursor: zoom-out;
	z-index: 1;
	margin: 0;
	border-radius: calc(var(--media-radius) - var(--media-border-width));
}

.image-magnify-hover {
	cursor: zoom-in;
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
	display: none;
}

.product__modal-opener > .loading__spinner {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	display: flex;
	align-items: center;
	height: 48px;
	width: 48px;
}

.product__modal-opener .path {
	stroke: rgb(var(--color-button));
	opacity: 0.75;
}

@media (hover: hover) {
	.product__media-zoom-hover,
	.product__media-icon--hover {
		display: none;
	}
}

@media screen and (max-width: 749px) {
	.product__media-zoom-hover,
	.product__media-icon--hover {
		display: flex;
	}
}

.js .product__media {
	overflow: hidden !important;
}

.thumbnail[aria-current]:focus-visible {
	box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
	outline: 0;
	box-shadow: 0 0 0 0.3rem rgb(var(--color-background)), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
	.thumbnail[aria-current]:focus,
	.thumbnail.focused {
		outline: transparent solid 1px;
	}
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.thumbnail__badge .icon {
	width: 1rem;
	height: 1rem;
}

.thumbnail__badge .icon-3d-model {
	width: 1.2rem;
	height: 1.2rem;
}

.thumbnail__badge {
	color: rgb(var(--color-foreground), 0.6);
	height: 2rem;
	width: 2rem;
	left: auto;
	right: calc(0.4rem + var(--media-border-width));
	top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
	.product:not(.product--small) .thumbnail__badge {
		height: 3rem;
		width: 3rem;
	}

	.product:not(.product--small) .thumbnail__badge .icon {
		width: 1.2rem;
		height: 1.2rem;
	}

	.product:not(.product--small) .thumbnail__badge .icon-3d-model {
		width: 1.4rem;
		height: 1.4rem;
	}
}

.thumbnail-list__item {
	position: relative;
}

.thumbnail-list__item::before {
	content: '';
	display: block;
	padding-bottom: 100%;
}

.product:not(.featured-product) .product__view-details {
	display: none;
}

.product__view-details {
	display: block;
	text-decoration: none;
}

.product__view-details:hover {
	text-decoration: underline;
	text-underline-offset: 0.3rem;
}

.product__view-details .icon {
	width: 1.2rem;
	margin-left: 1.2rem;
	flex-shrink: 0;
}

/* Inventory status */

.product__inventory {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.product__inventory .svg-wrapper,
.product__inventory svg {
	width: 15px;
	height: 15px;
}

.product--no-media .product__inventory {
	justify-content: center;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
	display: block;
}

.product__inventory.visibility-hidden:empty::after {
	content: '#';
}

.product__inventory .icon-inventory-status circle:first-of-type {
	opacity: .3;
}

/* Icon with text */
.icon-with-text {
	--icon-size: calc(var(--font-heading-scale) * 3rem);
	--icon-spacing: calc(var(--font-heading-scale) * 1rem);
}

.icon-with-text--horizontal {
	display: flex;
	justify-content: center;
	column-gap: 3rem;
	flex-direction: row;
}

.icon-with-text--vertical {
	--icon-size: calc(var(--font-heading-scale) * 2rem);
}

.icon-with-text .svg-wrapper {
	fill: rgb(var(--color-foreground));
	height: var(--icon-size);
	width: var(--icon-size);
}

.icon-with-text--horizontal .svg-wrapper,
.icon-with-text--horizontal img {
	margin-bottom: var(--icon-spacing);
}

.icon-with-text--vertical .svg-wrapper {
	min-height: var(--icon-size);
	min-width: var(--icon-size);
	margin-right: var(--icon-spacing);
}

.icon-with-text img {
	height: var(--icon-size);
	width: var(--icon-size);
	object-fit: contain;
}

.icon-with-text--vertical img {
	margin-right: var(--icon-spacing);
}

.icon-with-text--horizontal .h4 {
	padding-top: calc(var(--icon-size) + var(--icon-spacing));
	text-align: center;
}

.icon-with-text--horizontal .svg-wrapper + .h4,
.icon-with-text--horizontal img + .h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
	padding-top: 0;
}

.icon-with-text__item {
	display: flex;
	align-items: center;
}

.icon-with-text--horizontal .icon-with-text__item {
	flex-direction: column;
	width: 33%;
}

.icon-with-text--vertical .icon-with-text__item {
	margin-bottom: var(--icon-size);
}

/* SKU block */

.product__sku.visibility-hidden::after {
	content: '#';
}

/* Product-thumbnail snippet */

.product-media-container {
	--aspect-ratio: var(--preview-ratio);
	--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
	position: relative;
	width: 100%;
	max-width: calc(100% - calc(var(--media-border-width) * 2));
}

.product-media-container.constrain-height {
	/* arbitrary offset value based on average theme spacing and header height */
	--viewport-offset: 400px;
	--constrained-min-height: 300px;
	--constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
	margin-right: auto;
	margin-left: auto;
}

.product-media-container.constrain-height.media-fit-contain {
	--contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
	width: min(var(--contained-width), 100%);
}

.product-media-container .media {
	padding-top: var(--ratio-percent);
}

.product-media-container.constrain-height .media {
	padding-top: min(var(--constrained-height), var(--ratio-percent));
}

@media screen and (max-width: 749px) {
	.product-media-container.media-fit-cover {
		display: flex;
		align-self: stretch;
	}

	.product-media-container.media-fit-cover .media {
		/* allow media img element to scale relative to modal-opener/product-media-container */
		position: initial;
	}
}

@media screen and (min-width: 750px) {
	.product-media-container {
		max-width: 100%;
	}

	.product-media-container:not(.media-type-image) {
		/* override to use actual media ratio (not poster ratio) for video/models on desktop */
		--aspect-ratio: var(--ratio);
	}

	.product-media-container.constrain-height {
		--viewport-offset: 170px;
		--constrained-min-height: 500px;
	}

	.product-media-container.media-fit-cover,
	.product-media-container.media-fit-cover .product__modal-opener,
	.product-media-container.media-fit-cover .media {
		height: 100%;
	}

	.product-media-container.media-fit-cover .deferred-media__poster img {
		object-fit: cover;
		width: 100%;
	}
}

.product-media-container .product__modal-opener {
	display: block;
	position: relative;
}

@media screen and (min-width: 750px) {
	.product-media-container .product__modal-opener:not(.product__modal-opener--image) {
		display: none;
	}
}

/* Recipient form */
.recipient-form {
	/* (2.88[line-height] - 1.6rem) / 2 */
	--recipient-checkbox-margin-top: 0.64rem;

	display: block;
	position: relative;
	max-width: 44rem;
	margin-bottom: 2.5rem;
}

.recipient-form-field-label {
	margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
	display: flex;
	justify-content: space-between;
}

.recipient-checkbox {
	flex-grow: 1;
	font-size: 1.6rem;
	display: flex;
	word-break: break-word;
	align-items: flex-start;
	max-width: inherit;
	position: relative;
	cursor: pointer;
}

.recipient-form > input[type='checkbox'] {
	position: absolute;
	width: 1.6rem;
	height: 1.6rem;
	margin: var(--recipient-checkbox-margin-top) 0;
	top: 0;
	left: 0;
	z-index: -1;
	appearance: none;
	-webkit-appearance: none;
}

.recipient-fields__field {
	margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: calc(100% - 3.5rem);
	overflow: hidden;
}

.recipient-checkbox > svg {
	margin-top: var(--recipient-checkbox-margin-top);
	margin-right: 1.2rem;
	flex-shrink: 0;
}

.recipient-form .icon-checkmark {
	visibility: hidden;
	position: absolute;
	left: 0.28rem;
	z-index: 5;
	top: 0.4rem;
	width: 10px;
	height: 9px;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
	visibility: visible;
}

.js .recipient-fields {
	display: none;
}

.recipient-fields hr {
	margin: 1.6rem auto;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
	display: block;
	animation: animateMenuOpen var(--duration-default) ease;
}

.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields,
.recipient-email-label {
	display: none;
}

.js .recipient-email-label.required {
	display: inline;
}

.recipient-form ul {
	line-height: calc(1 + 0.6 / var(--font-body-scale));
	padding-left: 4.4rem;
	text-align: left;
}

.recipient-form ul a {
	display: inline;
}

.recipient-form .error-message::first-letter {
	text-transform: capitalize;
}

.product_extra_info .title-small,
.product_extra_info .title-large {
	color: var(--Navy);
}

.product_split_content {
	display: flex;
	align-items: center;
	position: relative;
	gap: 40px;
}

.product_split_content.with_arrow .rte::after {
	position: absolute;
	width: clamp(100px, 30vw, 206px);
	aspect-ratio: 1 / 1;
	bottom: -60%;
	left: 2%;
	content: '';

	z-index: 2;
	background: no-repeat center / cover url("data:image/svg+xml,%3Csvg width='206' height='223' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M183.854 67.4129c.82-.4185 1.31-1.2233 1.362-2.0796.027-.4343-.057-.8795-.27-1.2915-1.312-2.5645-2.728-5.1231-4.206-7.5991-.709-1.1868-2.249-1.5775-3.437-.869-1.188.7085-1.579 2.2473-.869 3.4341 1.421 2.3863 2.785 4.847 4.046 7.3138.632 1.2315 2.142 1.719 3.374 1.0913Zm5.178 20.1981c-.789-2.6434-1.679-5.3096-2.655-7.9152-.485-1.2964.176-2.7405 1.474-3.2243 1.297-.4838 2.742.1766 3.227 1.473 1.015 2.7149 1.944 5.4863 2.763 8.2385.085.289.116.5829.099.8656-.063 1.0202-.753 1.9402-1.789 2.2468-1.329.3955-2.723-.3605-3.119-1.6885v.0041Zm-1.756 67.096c1.098-2.457 2.071-5.042 2.896-7.681.415-1.32 1.818-2.056 3.143-1.646 1.123.353 1.827 1.42 1.758 2.543-.012.197-.049.396-.11.594-.882 2.824-1.929 5.594-3.107 8.228-.563 1.265-2.047 1.831-3.313 1.264-1.266-.563-1.83-2.045-1.266-3.31l-.001.008Zm6.147-44.614c-.26-2.747-.624-5.525-1.086-8.267-.229-1.368.69-2.656 2.058-2.8846 1.364-.2288 2.658.6896 2.887 2.0566.483 2.859.861 5.761 1.134 8.628.012.132.012.264.004.391-.074 1.209-1.021 2.22-2.267 2.337-1.379.129-2.601-.884-2.73-2.261Zm-25.182-63.2102c-1.683-2.2131-3.455-4.3946-5.269-6.4923-.908-1.0468-.794-2.6273.253-3.5336 1.048-.9063 2.63-.7927 3.537.2541 1.888 2.1763 3.729 4.4442 5.477 6.7395.377.496.542 1.0902.507 1.6679-.043.7047-.381 1.3831-.986 1.8436-1.101.8372-2.677.6212-3.515-.4789l-.004-.0003Zm24.941 86.0452c.333-2.67.554-5.473.664-8.267.001-.021.002-.041.004-.062.083-1.352 1.234-2.4 2.597-2.349 1.384.052 2.465 1.217 2.409 2.599-.03.825-.073 1.661-.124 2.485-.129 2.102-.323 4.191-.574 6.211-.171 1.372-1.424 2.348-2.797 2.177-1.373-.17-2.354-1.415-2.179-2.794ZM87.2833 203.803c-.0139-1.383 1.1091-2.511 2.4927-2.521 2.8371-.015 5.6735-.087 8.4226-.211 1.3828-.063 2.5564 1.009 2.6194 2.39.003.091.001.181-.004.271-.078 1.262-1.0957 2.29-2.3917 2.346-2.8151.127-5.7175.2-8.6204.215-1.3837.01-2.5129-1.108-2.5227-2.491l.0041.001Zm87.4507-30.512c1.903-1.972 3.69-4.067 5.305-6.238.83-1.108 2.4-1.337 3.51-.508.705.524 1.053 1.348 1.003 2.163-.029.471-.189.938-.494 1.343-1.744 2.336-3.669 4.595-5.718 6.719-.962.994-2.549 1.024-3.548.062-.999-.962-1.025-2.547-.063-3.541h.005Zm-40.971 25.172c-.384-1.331.389-2.719 1.721-3.098 2.724-.779 5.395-1.643 7.942-2.573 1.301-.475 2.742.193 3.214 1.493.123.333.168.677.148 1.013-.06.963-.678 1.85-1.642 2.202-2.657.968-5.441 1.87-8.282 2.683-1.332.379-2.718-.389-3.101-1.72Zm-69.8999 4.108c.1217-1.379 1.3409-2.398 2.7206-2.276 2.3622.211 4.7428.39 7.0638.532.4511.028.9063.056 1.3574.083 1.3825.077 2.4418 1.261 2.3653 2.642l-.0008.012c-.0842 1.373-1.2642 2.423-2.6426 2.347-.4593-.028-.9227-.057-1.382-.085-2.3702-.146-4.7959-.327-7.2032-.541-1.3797-.122-2.3968-1.323-2.2782-2.718l-.0003.004Zm46.8379.082c-.166-1.372.808-2.624 2.181-2.794 2.82-.35 5.616-.762 8.312-1.234 1.365-.237 2.663.673 2.905 2.033.033.2.045.398.034.59-.07 1.131-.904 2.108-2.069 2.312-2.779.488-5.658.915-8.565 1.272-1.373.17-2.627-.807-2.798-2.179Zm-70.0546-3.354c.24-1.363 1.5391-2.274 2.9036-2.038 2.7653.482 5.574.93 8.3487 1.326 1.3016.187 2.2269 1.342 2.1477 2.633-.0043.069-.0083.135-.0208.204-.1952 1.37-1.4678 2.32-2.8389 2.125-2.8276-.408-5.6852-.863-8.4995-1.353-1.3642-.24-2.2768-1.533-2.0406-2.901l-.0002.004Zm115.0376-9.048c-.662-1.213-.215-2.736.999-3.402 2.457-1.338 4.831-2.788 7.052-4.309 1.143-.781 2.702-.492 3.488.65.329.477.468 1.032.435 1.569-.046.746-.423 1.463-1.085 1.916-2.359 1.615-4.878 3.151-7.484 4.574-1.218.662-2.739.215-3.401-.998h-.004Zm-124.8067 6.652c-.0083.135-.0291.273-.0582.411-.1854.807-.7464 1.431-1.4526 1.737l1.6628 13.953-29.66891-24.098 37.96811-4.419-8.8828 10.863c.2978.446.4625.983.428 1.544l.0036.009Z' fill='%23FABDCB'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' transform='scale(-1 1) rotate(86.487896 -6.490567 -6.873048)' d='M0 0h211.459v193.23H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.product_split_content .the_content {
	display: flex;
	justify-content: flex-start;
}


.product_split_content .rte {
	padding: clamp(20px, 3vw, 40px) clamp(20px, 5vw, 80px);
	border-radius: 10px;
	width: 600px;

	box-sizing: border-box;
	color: #fff;

}

.product_split_content > * {
	width: 50%;
}

.product_split_content.right {
	flex-direction: row-reverse;
}


.close_image {
	position: relative;
}

.close_image > * {
	width: 110%;
	aspect-ratio: 10 / 8;
	background: no-repeat center / cover;
}

.product_split_content.right .the_content {
	justify-content: flex-end;
}

.product_split_content .title_before {
	justify-content: flex-start;

}

.product_split_content.graphic_animation {
	margin-top: -5vw;

}

ul.product_bundle_contents {
	list-style-position: outside;
}


.nutritional_values ul {
	padding: 0;
	margin: 0;
	list-style: none;

}

.nutritional_values ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.nutritional_values ul li:last-child {
	margin-bottom: 0;
}

.graphic_animation {
	position: relative;
}


.large_split_content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

.large_split_content .image {
	aspect-ratio: 1 / 1;
	background: no-repeat center / cover;
}

.large_split_content .the_content {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	aspect-ratio: 1 / 1;

}

.large_split_content .the_content .rte {
	max-width: 500px;
}

.large_split_content .the_content .rte h3 {
	text-transform: uppercase;
}

.large_split_content .the_content .rte * {
	color: #fff;
}

.price__sale.non_strike_through .price-item--regular {
	text-decoration: none;
	font-size: 0.8em;
	color: #8D8E90;;
	font-weight: 400;
	display: block;
}

.product_quick_links * {
	color: #fff;
	font-weight: 400;
}

.product_quick_links {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.product_badges {
	display: flex;
	justify-content: center;
}

.product_anchor {
	position: absolute;
	margin-top: -30vw;
}

.bundle_banner_container {
	border-radius: 20px;
	display: block;
	padding: clamp(20px, 2vw, 40px) clamp(20px, 3vw, 60px);
	position: relative;
	overflow: hidden;
}

.product_banner_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	position: relative;
	filter: brightness(0) invert(1);

}

.product_banner_content .arrow-link {
	min-width: 140px;
}

.bundle_banner_container:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.product-form__input .form__label {
	font-weight: bold;
}

.shopify_subscriptions_app_block .shopify_subscriptions_app__title {
	color: #fff !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px; /* 156.25% */
	letter-spacing: 0.5px;
}

.shopify_subscriptions_app_block .shopify_subscriptions_fieldset > div:not(.shopify_subscriptions_app__title) {
	display: flex !important;
	flex-flow: column !important;
	gap: 30px !important;
	background: transparent !important;
	border: none !important;
}

.shopify_subscriptions_app_block .shopify_subscriptions_app_block_label {
	border: none !important;
	color: rgba(var(--color-foreground), 0.75);
	background: #fff;
	border-radius: 10px;
}

.shopify_subscriptions_app_block .shopify_subscriptions_app_block_label:nth-of-type(2) {
	border: 3px solid var(--Red) !important;
	padding: 30px 20px 60px;
}

.shopify_subscriptions_app_block .shopify_subscriptions_app_block_label:nth-of-type(2) > div {
	position: relative;
}

.shopify_subscriptions_app_block .shopify_subscriptions_app_block_label:nth-of-type(2) > div > label {
	background: var(--Red);
	padding: 5px 10px;
	border-radius: 10px;
	position: absolute;
	top: -48px;
	left: -5px;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
	text-transform: uppercase;
	color: #fff;
}

.shopify_subscriptions_app_block .shopify_subscriptions_app_block_label ul {
	padding: 0;
	text-align: left;
}

.shopify_subscriptions_app_block .shopify_subscriptions_fieldset {
	position: relative;
}

.shopify_subscriptions_app_block .shopify_subscriptions_app_policy {
    margin: 8px 0 0;
    background: transparent;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 130%;
    color: #6D6D6D;

    position: static;
    width: 100%;
    padding: 0;
}
}
.product__info-container .shopify-app-block {
    padding: 0 0 20px;
    width: 100%;
}

.shopify_subscriptions_app_block {
    width: 100%;
}

.shopify_subscriptions_app_block label {
    white-space: nowrap;
}
}
.product_extra_info_image {
	position: absolute;
	z-index: 0;
	aspect-ratio: 1 / 1;
}

.product_extra_info_image > div {
	width: 100%;
	height: 100%;
	background: no-repeat center / cover;
}


.product_extra_info {
	position: relative;
}
.product_extra_info_image {
	position: absolute;
	z-index: -1;
	aspect-ratio: 1 / 1;
	width: clamp(300px, 30%, 500px);
	max-width: 600px;
	top: 20%;
}

.product_extra_info_svg {
	position: absolute;
	z-index: -1;
	right: 0;
	top: 80%;
}
@media screen and (forced-colors: active) {
	.recipient-fields > hr {
		border-top: 0.1rem solid rgb(var(--color-background));
	}

	.recipient-checkbox > svg {
		background-color: inherit;
		border: 0.1rem solid rgb(var(--color-background));
	}

	.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
		border: none;
	}
}

@media (max-width: 768px) {
	.product_top {
		grid-template-columns: 1fr;
	}

	.product_banner_content {
		display: grid;
		text-align: center;
	}
}

@media (max-width: 1300px) {
	.product_split_content.with_arrow .rte::after {
		display: none;
	}

	.product_split_content.left .the_content {
		margin-right: 20px;
	}

	.product_split_content.right .the_content {
		margin-left: 20px;
	}

	.product_split_content .rte {
		width: 100%;
	}

	.product_split_content.graphic_animation {
		margin-top: -3vw;
	}

}

@media (min-width: 1024px) {
	.product_extra_info > .rte {
		padding-bottom: 0;
	}
}

@media (max-width: 1024px) {
	.product_split_content.graphic_animation {
		margin-top: 0;
	}


}

@media (max-width: 768px) {
	.product_split_content {
		display: grid;
		padding-left: max(clamp(20px, 5vw, 60px), calc(50% - 430px));
		padding-right: max(clamp(20px, 5vw, 60px), calc(50% - 430px));
	}

	.product_split_content.left + .product_split_content.right {
		padding-top: max(clamp(20px, 5vw, 60px), calc(50% - 430px));;
	}

	.split_content_graphic,
	.close_image {
		display: none;
	}

	.product_split_content .product_badges {
		display: none;
	}

	.product_split_content > * {
		width: 100%;
	}

	.product_split_content.right .the_content,
	.product_split_content.left .the_content {
		margin: 0;
	}

	.product_split_content.right .rte.nutritional_values {
		text-align: left;
	}
}

@media (max-width: 640px) {
	.large_split_content {
		display: flex;
		flex-direction: column-reverse;
	}

	.product_extra_info_image {
		display: none;
	}
}
