body.single-product .mevoxs-mobile-notice-bar {
	display: flex;
}

.mevoxs-template01-page {
	max-width: 1180px;
	margin: 0 auto;
	padding: 22px 22px 44px;
	background: #fff;
	color: #111;
}

.mevoxs-template01-page * {
	box-sizing: border-box;
}

.mevoxs-template01-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
	color: #666;
	font-size: 13px;
}

.mevoxs-template01-breadcrumb a {
	color: #333;
}

.mevoxs-template01-main {
	display: grid;
	grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
	gap: 38px;
	align-items: start;
}

.mevoxs-template01-main-image {
	position: relative;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	background: #fff;
	cursor: zoom-in;
}

.mevoxs-template01-main-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	transform-origin: var(--mevoxs-template01-zoom-x, 50%) var(--mevoxs-template01-zoom-y, 50%);
	transition: transform .18s ease;
	will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
	.mevoxs-template01-main-image.is-zooming img {
		transform: scale(1.55);
	}
}

.mevoxs-template01-thumbs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 9px;
	margin-top: 10px;
}

.mevoxs-template01-thumb {
	position: relative;
	overflow: hidden;
	min-height: 86px;
	padding: 0 !important;
	border: 1px solid #e1e1e1 !important;
	background: #fff !important;
	cursor: pointer;
	line-height: 0 !important;
	box-shadow: none !important;
}

.mevoxs-template01-thumb img {
	display: block;
	width: 100%;
	height: 92px;
	object-fit: contain;
}

.mevoxs-template01-thumb.is-active {
	border-color: #d96500 !important;
	box-shadow: none !important;
}

.mevoxs-template01-thumb.is-active::after {
	content: "";
	position: absolute;
	inset: 0;
	border: 2px solid #d96500;
	pointer-events: none;
	z-index: 2;
}

.mevoxs-template01-label {
	margin: 0 0 8px;
	color: #d96500;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.mevoxs-template01-summary h1 {
	margin: 0 0 12px;
	font-size: clamp(28px, 2vw, 36px);
	line-height: 1.08;
	letter-spacing: 0;
}

.mevoxs-template01-price-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 12px;
	padding: 16px 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.mevoxs-template01-price-main {
	display: flex;
	align-items: center;
	gap: 16px;
	min-width: 0;
}

.mevoxs-template01-price-block .price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
	margin: 0;
	color: #111;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price {
	color: #111 !important;
	font-size: 28px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.mevoxs-template01-price-block .price strong {
	font: inherit;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price strong {
	font: inherit !important;
}

.mevoxs-template01-price-block .price span {
	display: inline-block;
	color: #555;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span {
	color: #555 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

.mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) {
	display: flex;
	flex-direction: column-reverse;
	align-items: flex-start;
	justify-content: center;
	gap: 5px;
	min-width: 170px;
	padding: 0;
	background: transparent;
	text-align: left;
}

.mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) span {
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
}

.mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) strong {
	color: #111;
	font-size: 28px;
	font-weight: 800;
	line-height: 1;
	white-space: nowrap;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) strong {
	color: #111 !important;
	font-size: 28px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.mevoxs-template01-currency {
	position: relative;
	display: block;
	width: 172px;
	min-width: 172px;
	margin: 0;
}

.mevoxs-template01-currency::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 14px;
	z-index: 2;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #1d7a3a;
	transform: translateY(-50%);
	pointer-events: none;
}

.mevoxs-template01-currency::after {
	content: attr(data-currency-symbol);
	position: absolute;
	top: 50%;
	left: 14px;
	z-index: 3;
	width: 26px;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	line-height: 26px;
	text-align: center;
	transform: translateY(-50%);
	pointer-events: none;
}

.mevoxs-template01-currency[data-currency="EUR"]::before {
	background: #1f5fa8;
}

.mevoxs-template01-currency[data-currency="GBP"]::before {
	background: #183a7a;
}

.mevoxs-template01-currency[data-currency="CAD"]::before {
	background: #c9362f;
}

.mevoxs-template01-currency select {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 44px;
	padding: 0 34px 0 52px;
	border: 1px solid #d9d9d9;
	border-radius: 0;
	background-color: #fff;
	color: #111;
	font-size: 15px;
	font-weight: 800;
	line-height: 44px;
	box-shadow: none;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency select {
	height: 44px !important;
	padding: 0 34px 0 52px !important;
	background-color: #fff !important;
	font-size: 15px !important;
	line-height: 44px !important;
}

.mevoxs-template01-box-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin: 0 0 12px;
	border: 1px solid #d96500;
	background: #d96500;
}

.mevoxs-template01-box-summary div {
	padding: 10px 12px;
	background: #fffaf6;
}

.mevoxs-template01-box-summary span {
	display: block;
	margin-bottom: 4px;
	color: #b84c00;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
}

.mevoxs-template01-box-summary strong {
	display: block;
	font-size: 14px;
	line-height: 1.25;
}

.mevoxs-template01-short-list {
	margin: 0 0 12px;
	padding: 12px 14px 12px 30px;
	background: #fafafa;
	color: #444;
	font-size: 14px;
}

.mevoxs-template01-short-list li + li {
	margin-top: 5px;
}

.mevoxs-template01-trust {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	min-height: 38px;
	margin: 12px 0 8px;
	border: 1px solid #d96500;
}

.mevoxs-template01-trust span {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px 6px;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}

.mevoxs-template01-trust span + span {
	border-left: 1px solid #d96500;
}

.mevoxs-template01-shipping-notes {
	margin: 0 0 12px;
	padding: 12px 14px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.mevoxs-template01-shipping-notes strong {
	display: block;
	margin-bottom: 7px;
}

.mevoxs-template01-shipping-notes ul {
	margin: 0;
	padding-left: 18px;
	color: #555;
	font-size: 13px;
}

.mevoxs-template01-od-shipping {
	margin: 0 0 14px;
	padding: 14px 16px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.mevoxs-template01-od-shipping strong {
	display: block;
	margin-bottom: 5px;
	color: #111;
	font-size: 15px;
	font-weight: 900;
}

.mevoxs-template01-od-shipping p {
	margin: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
}

.mevoxs-template01-od-shipping ul {
	margin: 0;
	padding-left: 18px;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
}

.mevoxs-template01-od-shipping li + li {
	margin-top: 6px;
}

.mevoxs-template01-moq {
	margin: 14px 0 12px;
	border: 1px solid #d9d9d9;
	background: #fff;
}

.mevoxs-template01-moq-head {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 14px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 14px;
	line-height: 1.4;
}

.mevoxs-template01-moq-head span {
	color: #d96500;
	font-weight: 700;
	text-align: right;
}

.mevoxs-template01-flavor-list {
	display: grid;
	position: relative;
	grid-template-columns: 1fr;
	row-gap: 4px;
	max-height: 423px;
	padding: 8px 12px;
	overflow-y: auto;
	overscroll-behavior-y: auto;
	-webkit-overflow-scrolling: touch;
	border-bottom: 1px solid #e6e6e6;
	scrollbar-width: none;
}

.mevoxs-template01-flavor-list::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.mevoxs-template01-flavor-list.has-overflow {
	--mevoxs-template01-scroll-thumb-top: 12px;
	--mevoxs-template01-scroll-thumb-height: 82px;
	background:
		linear-gradient(#d96500, #d96500) right 5px top var(--mevoxs-template01-scroll-thumb-top) / 4px var(--mevoxs-template01-scroll-thumb-height) no-repeat,
		linear-gradient(#e8e8e8, #e8e8e8) right 5px top 12px / 4px calc(100% - 24px) no-repeat;
}

.mevoxs-template01-flavor {
	display: grid;
	grid-template-columns: 54px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 4px 0;
	color: #333;
	transition: background .16s ease, box-shadow .16s ease;
}

.mevoxs-template01-flavor.is-active {
	background: #fafafa;
	box-shadow: inset 2px 0 0 #999;
}

.mevoxs-template01-flavor.is-out-of-stock {
	opacity: 1;
}

.mevoxs-template01-flavor.is-out-of-stock .mevoxs-template01-flavor-name {
	color: #555;
}

.mevoxs-template01-flavor-preview {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 54px;
	min-width: 54px;
	height: 54px;
	padding: 0 !important;
	border: 0 !important;
	background: #fff !important;
	cursor: pointer;
	overflow: hidden;
	line-height: 0;
	box-shadow: none !important;
}

.mevoxs-template01-flavor-preview:hover {
	background: #f8f8f8 !important;
}

.mevoxs-template01-flavor-preview img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	object-fit: cover;
}

.mevoxs-template01-flavor-name {
	display: -webkit-box;
	position: relative;
	min-width: 0;
	width: 100%;
	max-height: calc(1.22em * 2);
	margin: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
	background: transparent;
	color: #222;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.22;
	text-align: left;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow-wrap: anywhere;
	box-shadow: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
}

.mevoxs-template01-flavor.is-name-truncated:not(.is-name-expanded) .mevoxs-template01-flavor-name::after {
	content: "...";
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 14px;
	background: linear-gradient(90deg, rgba(255,255,255,0), #fff 36%);
	color: #222;
	font: inherit;
	line-height: inherit;
	pointer-events: none;
}

.mevoxs-template01-flavor-name:hover,
.mevoxs-template01-flavor-name:focus {
	background: transparent;
	color: #111;
	outline: none;
}

.mevoxs-template01-flavor-name:focus-visible {
	outline: 1px solid #d96500;
	outline-offset: 3px;
}

.mevoxs-template01-flavor.is-name-expanded .mevoxs-template01-flavor-name {
	display: block;
	max-height: none;
	-webkit-line-clamp: unset;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor-name {
	display: -webkit-box !important;
	align-items: initial !important;
	justify-content: initial !important;
	min-height: 0 !important;
	height: auto !important;
	max-height: calc(1.22em * 2) !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #222 !important;
	text-align: left !important;
	box-shadow: none !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor.is-name-expanded .mevoxs-template01-flavor-name {
	display: block !important;
	max-height: none !important;
	-webkit-line-clamp: unset;
}

.mevoxs-template01-stepper {
	display: grid;
	grid-template-columns: 28px 40px 28px;
	align-items: stretch;
	justify-self: end;
	flex: 0 0 auto;
	width: 96px;
	height: 30px;
	overflow: hidden;
	border: 1px solid #dedede;
	border-radius: 999px;
	background: #fafafa;
}

.mevoxs-template01-stepper button,
.mevoxs-template01-stepper input {
	box-sizing: border-box !important;
	width: 100%;
	height: 28px !important;
	min-height: 28px !important;
	max-height: 28px !important;
	min-width: 0;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	text-align: center;
	font-weight: 700;
	line-height: 28px !important;
	box-shadow: none !important;
}

.mevoxs-template01-stepper button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 28px;
	background: #f7f7f7 !important;
	color: #686868 !important;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	line-height: 1 !important;
}

.mevoxs-template01-stepper button:hover {
	background: #eeeeee !important;
	color: #333 !important;
}

.mevoxs-template01-stepper button:disabled,
.mevoxs-template01-stepper input:disabled {
	cursor: not-allowed;
	color: #aaa !important;
	background: #f2f2f2 !important;
}

.mevoxs-template01-flavor.is-out-of-stock .mevoxs-template01-stepper {
	border-color: #4a4a4a;
	background: #4a4a4a;
}

.mevoxs-template01-flavor.is-out-of-stock .mevoxs-template01-stepper button:disabled,
.mevoxs-template01-flavor.is-out-of-stock .mevoxs-template01-stepper input:disabled {
	color: #d4d4d4 !important;
	background: #4a4a4a !important;
	cursor: not-allowed;
}

.mevoxs-template01-stock-note {
	display: none !important;
}

.mevoxs-template01-stepper input {
	width: 40px;
	background: #fff;
	color: #333;
	appearance: textfield;
	-moz-appearance: textfield;
}

.mevoxs-template01-stepper input::-webkit-outer-spin-button,
.mevoxs-template01-stepper input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.mevoxs-template01-product footer.wd-footer {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.mevoxs-template01-product .mevoxs-footer-trust-links {
	display: none !important;
}

.mevoxs-template01-product .cr-pswp.pswp[aria-hidden="true"],
.mevoxs-template01-product .pswp[aria-hidden="true"] {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	overflow: hidden !important;
}

.mevoxs-template01-footer {
	margin-top: 36px;
	overflow: hidden;
	border-top: 1px solid #1d1d1d;
	background: #151515;
	color: #b6b6b6;
}

.mevoxs-template01-footer-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	min-height: 40px;
	padding: 7px 16px;
	background: #253431;
}

.mevoxs-template01-footer-top p {
	margin: 0;
	color: #151c1a;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.mevoxs-template01-footer-payments {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	min-width: 66px;
}

.mevoxs-template01-payment-icon {
	display: inline-grid;
	place-items: center;
	width: 28px;
	height: 17px;
	overflow: hidden;
	border: 1px solid #c7cfd7;
	border-radius: 2px;
	background: #fff;
	box-shadow: none;
}

.mevoxs-template01-payment-icon-visa {
	color: #1652a5;
	font-size: 7px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: .2px;
}

.mevoxs-template01-payment-icon-mastercard {
	position: relative;
}

.mevoxs-template01-payment-icon-mastercard i,
.mevoxs-template01-payment-icon-mastercard b {
	position: absolute;
	top: 4px;
	width: 9px;
	height: 9px;
	border-radius: 999px;
	content: "";
}

.mevoxs-template01-payment-icon-mastercard i {
	left: 7px;
	background: #eb001b;
}

.mevoxs-template01-payment-icon-mastercard b {
	right: 7px;
	background: #f79e1b;
	opacity: .92;
}

.mevoxs-template01-footer-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 2vw, 26px);
	min-height: 34px;
	padding: 8px 16px 9px;
	background: #151515;
}

.mevoxs-template01-footer-links a {
	color: #aaa;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.05;
	text-decoration: none;
	white-space: nowrap;
}

.mevoxs-template01-footer-links a:hover {
	color: #fff;
}

.mevoxs-template01-moq-status {
	padding: 9px 14px;
	border-left: 3px solid #d96500;
	color: #555;
	font-weight: 700;
}

.mevoxs-template01-moq-status.is-ready {
	color: #1f6f43;
}

.mevoxs-template01-flavor-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 100000;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.mevoxs-template01-flavor-modal.is-open {
	display: flex;
}

.mevoxs-template01-flavor-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .58);
}

.mevoxs-template01-flavor-modal-panel {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-items: center;
	width: min(92vw, 430px);
	max-height: 86vh;
	padding: 44px 16px 18px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.mevoxs-template01-flavor-modal-image {
	grid-column: 1;
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.mevoxs-template01-flavor-modal-image img {
	display: block;
	width: 100%;
	max-height: 62vh;
	object-fit: contain;
	background: #fff;
}

.mevoxs-template01-flavor-modal-panel strong {
	grid-column: 1;
	display: block;
	margin-top: 9px;
	color: #222;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}

.mevoxs-template01-flavor-modal-close,
.mevoxs-template01-flavor-modal-nav {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border: 1px solid #d8d8d8 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #fff 0%, #f2f2f2 58%, #fff 100%) !important;
	color: #333 !important;
	box-shadow: 0 6px 18px rgba(0, 0, 0, .14), inset 0 1px 0 rgba(255, 255, 255, .9) !important;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.mevoxs-template01-flavor-modal-close:hover,
.mevoxs-template01-flavor-modal-nav:hover {
	border-color: #c6c6c6 !important;
	background: #fff !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, .16), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
}

.mevoxs-template01-flavor-modal-close {
	position: absolute !important;
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
	width: 38px;
	height: 30px;
	font-size: 19px;
	line-height: 1 !important;
	z-index: 3;
}

.mevoxs-template01-flavor-modal-nav {
	position: absolute !important;
	top: 50% !important;
	width: 42px;
	height: 34px;
	font-size: 23px;
	line-height: 1 !important;
	z-index: 2;
	transform: translateY(-50%) !important;
}

.mevoxs-template01-flavor-modal-nav:hover {
	transform: translateY(-50%) scale(1.03) !important;
}

.mevoxs-template01-flavor-modal-nav.is-prev {
	left: 12px !important;
	right: auto !important;
}

.mevoxs-template01-flavor-modal-nav.is-next {
	right: 12px !important;
	left: auto !important;
}

html.mevoxs-template01-modal-open,
html.mevoxs-template01-modal-open body {
	overflow: hidden;
}

.mevoxs-template01-box-note {
	margin: 8px 0 10px;
	color: #b84c00;
	font-size: 13px;
	font-weight: 800;
}

.mevoxs-template01-box-note-icon {
	display: inline-grid;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	border: 1px solid #b84c00;
	border-radius: 50%;
	place-items: center;
	color: #b84c00;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
}

.mevoxs-template01-payment-note {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 8px;
	margin: 0 0 12px;
	color: #606672;
	font-size: 12px;
	line-height: 1.45;
}

.mevoxs-template01-payment-note a {
	color: #12345b;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.mevoxs-template01-payment-dot {
	color: #b8bec8;
}

.mevoxs-template01-cart .single_add_to_cart_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border: 0;
	background: #111;
	color: #fff;
	font-weight: 800;
}

.mevoxs-template01-cart .single_add_to_cart_button.mevoxs-template01-disabled {
	opacity: .45;
	cursor: not-allowed;
}

.mevoxs-template01-detail {
	padding: 24px 0 0;
}

.mevoxs-template01-tab-row {
	display: flex;
	gap: 8px;
	border-bottom: 1px solid #e2e2e2;
}

.mevoxs-template01-tab-row span {
	padding: 12px 18px;
	border: 1px solid #e2e2e2;
	border-bottom: 0;
	background: #fff;
	color: #111;
	font-weight: 800;
}

.mevoxs-template01-section {
	padding: 24px 0 4px;
}

.mevoxs-template01-section h2 {
	margin: 0 0 12px;
	font-size: 26px;
	line-height: 1.15;
}

.mevoxs-template01-section > p {
	max-width: 820px;
	color: #444;
	font-size: 15px;
}

.mevoxs-template01-feature-grid,
.mevoxs-template01-faq-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
}

.mevoxs-template01-feature-grid li,
.mevoxs-template01-faq-grid article {
	border: 1px solid #e2e2e2;
	padding: 15px 16px;
	background: #fff;
}

.mevoxs-template01-feature-grid strong,
.mevoxs-template01-faq-grid h3 {
	display: block;
	margin: 0 0 7px;
	font-size: 16px;
	line-height: 1.25;
}

.mevoxs-template01-feature-grid span,
.mevoxs-template01-faq-grid p {
	margin: 0;
	color: #555;
	font-size: 13px;
	line-height: 1.45;
}

.mevoxs-template01-specs {
	width: 100%;
	max-width: 820px;
	border-top: 1px solid #e1e1e1;
}

.mevoxs-template01-specs th,
.mevoxs-template01-specs td {
	padding: 9px 11px;
	border-bottom: 1px solid #ececec;
	font-size: 13px;
	line-height: 1.35;
	text-align: left;
}

.mevoxs-template01-specs th {
	width: 190px;
	background: #fafafa;
	color: #222;
	font-weight: 700;
}

.mevoxs-template01-review-muted {
	margin: 24px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid #ececec;
	color: #666;
}

.mevoxs-template01-review-muted div {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.mevoxs-template01-review-muted h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.mevoxs-template01-review-muted span,
.mevoxs-template01-review-muted p {
	font-size: 13px;
	font-weight: 400;
}

.mevoxs-template01-related {
	padding: 30px 0 0;
}

.mevoxs-template01-related-title {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: end;
	gap: 14px;
	margin: 0 0 18px;
}

.mevoxs-template01-related-title h2 {
	margin: 0;
	font-size: 22px;
	line-height: 1.15;
}

.mevoxs-template01-related-title span {
	height: 1px;
	background: #e2e2e2;
}

.mevoxs-template01-related-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	border: 1px solid #e2e2e2;
	background: #e2e2e2;
}

.mevoxs-template01-related-card {
	display: grid;
	align-content: start;
	gap: 10px;
	min-width: 0;
	padding: 18px;
	background: #fff;
	text-align: center;
}

.mevoxs-template01-related-image {
	display: block;
	background: #fff;
	line-height: 0;
}

.mevoxs-template01-related-image img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	background: #fff;
}

.mevoxs-template01-related-card h3 {
	min-height: 42px;
	margin: 0;
	font-size: 15px;
	line-height: 1.25;
}

.mevoxs-template01-related-card h3 a {
	color: #222;
	text-decoration: none;
}

.mevoxs-template01-related-card p {
	margin: 0;
	color: #b13322;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.mevoxs-template01-related-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: center;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
}

.mevoxs-template01-related-action:hover {
	border-color: #d96500;
	color: #d96500;
}

@media (max-width: 900px) {
	.mevoxs-template01-main {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.mevoxs-template01-related-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.mevoxs-template01-summary h1 {
		font-size: 28px;
	}
}

@media (max-width: 640px) {
	.mevoxs-template01-page {
		padding: 16px 14px 34px;
	}

	.mevoxs-template01-thumbs {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: calc((100% - 20px) / 3);
		grid-template-columns: none;
		gap: 10px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		scrollbar-color: #d96500 #e8e8e8;
		scrollbar-width: thin;
		background: none !important;
		padding-bottom: 12px;
	}

	.mevoxs-template01-thumbs::-webkit-scrollbar {
		height: 4px;
	}

	.mevoxs-template01-thumbs::-webkit-scrollbar-track {
		background: #e8e8e8;
	}

	.mevoxs-template01-thumbs::-webkit-scrollbar-thumb {
		background: #d96500;
		border-radius: 999px;
	}

	.mevoxs-template01-thumb {
		min-height: 0;
		aspect-ratio: 1 / 1;
		scroll-snap-align: start;
	}

	.mevoxs-template01-thumb img {
		height: 100%;
	}

	.mevoxs-template01-price-block,
	.mevoxs-template01-moq-head {
		display: block;
	}

	.mevoxs-template01-price-main {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		gap: 12px;
	}

	.mevoxs-template01-price-block .price {
		flex-direction: row;
		align-items: flex-start;
		gap: 6px;
		font-size: 24px;
	}

	.mevoxs-template01-price-block .price span {
		font-size: 11px;
		font-weight: 800;
		line-height: 1.15;
		white-space: nowrap;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price {
		font-size: 24px !important;
		line-height: 1 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span {
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
		white-space: nowrap !important;
	}

	.mevoxs-template01-currency {
		width: 146px;
		min-width: 146px;
	}

	.mevoxs-template01-currency::before {
		left: 12px;
		width: 24px;
		height: 24px;
	}

	.mevoxs-template01-currency::after {
		left: 12px;
		width: 24px;
		font-size: 12px;
		line-height: 24px;
	}

	.mevoxs-template01-currency select {
		height: 42px;
		padding-left: 46px;
		font-size: 13px;
		line-height: 42px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency select {
		height: 42px !important;
		padding-left: 46px !important;
		font-size: 13px !important;
		line-height: 42px !important;
	}

	.mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) {
		display: flex;
		flex-direction: row-reverse;
		align-items: flex-start;
		justify-content: flex-end;
		gap: 7px;
		margin-top: 10px;
		text-align: left;
	}

	.mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) span {
		font-size: 11px;
		font-weight: 800;
		line-height: 1.15;
		white-space: nowrap;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) span {
		color: #555 !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
		white-space: nowrap !important;
	}

	.mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) strong {
		font-size: 24px;
		line-height: 1;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) strong {
		font-size: 24px !important;
		line-height: 1 !important;
	}

	.mevoxs-template01-box-summary,
	.mevoxs-template01-feature-grid,
	.mevoxs-template01-faq-grid {
		grid-template-columns: 1fr;
	}

	.mevoxs-template01-related-grid {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: calc((100% - 2px) / 3);
		grid-template-columns: none;
		gap: 1px;
		overflow-x: auto;
		overscroll-behavior-x: contain;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.mevoxs-template01-related-grid::-webkit-scrollbar {
		width: 0;
		height: 0;
	}

	.mevoxs-template01-related-title {
		gap: 10px;
		margin-bottom: 12px;
	}

	.mevoxs-template01-related-title h2 {
		font-size: 18px;
		line-height: 1.2;
	}

	.mevoxs-template01-related-card {
		gap: 7px;
		padding: 10px 8px;
		scroll-snap-align: start;
	}

	.mevoxs-template01-related-card h3 {
		display: -webkit-box;
		min-height: calc(11px * 1.2 * 4);
		max-height: calc(11px * 1.2 * 4);
		font-size: 11px;
		line-height: 1.2;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.mevoxs-template01-related-card p {
		font-size: 12px;
	}

	.mevoxs-template01-related-action {
		min-height: 28px;
		padding: 0 8px;
		font-size: 10px;
	}

	.mevoxs-template01-trust {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.mevoxs-template01-trust span {
		padding: 7px 3px;
		font-size: 10px;
	}

	.mevoxs-template01-moq-head span {
		display: block;
		margin-top: 4px;
		text-align: left;
	}

	.mevoxs-template01-flavor-list {
		row-gap: 4px;
		max-height: 423px;
		padding: 8px 10px;
	}

	.mevoxs-template01-flavor {
		grid-template-columns: 48px minmax(0, 1fr) auto;
		gap: 9px;
		min-height: 54px;
		padding: 3px 0;
	}

	.mevoxs-template01-flavor-preview {
		width: 48px;
		min-width: 48px;
		height: 48px;
	}

	.mevoxs-template01-flavor-name {
		display: -webkit-box;
		max-height: calc(1.18em * 2);
		font-size: 13px;
		line-height: 1.18;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor-name {
		display: -webkit-box !important;
		max-height: calc(1.18em * 2) !important;
		overflow: hidden !important;
		font-size: 13px !important;
		line-height: 1.18 !important;
		text-overflow: ellipsis !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 2 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor.is-name-expanded .mevoxs-template01-flavor-name {
		display: block !important;
		max-height: none !important;
		-webkit-line-clamp: unset !important;
	}

	.mevoxs-template01-stepper {
		grid-template-columns: 28px 38px 28px;
		width: 94px;
		height: 30px;
	}

	.mevoxs-template01-stepper button {
		width: 28px;
	}

	.mevoxs-template01-stepper input {
		width: 38px;
	}

	.mevoxs-template01-flavor-modal {
		padding: 14px;
	}

	.mevoxs-template01-specs th {
		width: 42%;
	}

	.mevoxs-template01-footer-top {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.mevoxs-template01-footer-links {
		flex-wrap: wrap;
		gap: 8px 14px;
	}

	.mevoxs-template01-footer-links a {
		font-size: 10px;
	}
}

/* Final product-price and SKU-name guardrails for template 01. */
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price {
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 5px !important;
	font-size: 28px !important;
	line-height: 1 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) span {
	display: block !important;
	max-width: none !important;
	margin: 0 !important;
	color: #555 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	white-space: nowrap !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) {
	display: flex !important;
	flex-direction: column-reverse !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 5px !important;
	text-align: left !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) strong {
	font-size: 28px !important;
	line-height: 1 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 4px !important;
	align-items: end !important;
	justify-items: end !important;
	text-align: right !important;
	white-space: normal !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note strong,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note em {
	display: block !important;
	margin: 0 !important;
	line-height: 1.12 !important;
	white-space: nowrap !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note span {
	color: #555 !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note strong,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note em {
	color: #111 !important;
	font-size: 20px !important;
	font-style: normal !important;
	font-weight: 900 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total {
	display: grid !important;
	grid-template-columns: auto auto !important;
	gap: 4px 8px !important;
	align-items: end !important;
	justify-items: end !important;
	text-align: right !important;
	white-space: normal !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
	display: grid !important;
	flex-direction: unset !important;
	align-items: end !important;
	justify-content: end !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
	display: block !important;
	margin: 0 !important;
	line-height: 1.12 !important;
	white-space: nowrap !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total strong,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total em {
	align-self: auto !important;
	text-align: inherit !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
	grid-column: 1 / -1 !important;
	color: #555 !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 800 !important;
	text-transform: uppercase !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
	color: #111 !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 950 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
	align-self: end !important;
	color: #b84c00 !important;
	font-size: 12px !important;
	font-style: normal !important;
	font-weight: 900 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od div {
	box-shadow: none !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od span {
	color: #9a3d00 !important;
	font-weight: 950 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od strong {
	color: #101010 !important;
	font-weight: 950 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor-name {
	display: -webkit-box !important;
	position: relative !important;
	max-height: calc(1.22em * 2) !important;
	overflow: hidden !important;
	line-height: 1.22 !important;
	text-overflow: ellipsis !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor.is-name-expanded .mevoxs-template01-flavor-name {
	display: block !important;
	max-height: none !important;
	-webkit-line-clamp: unset !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor.is-name-truncated:not(.is-name-expanded) .mevoxs-template01-flavor-name::after {
	content: none !important;
	display: none !important;
}

@media (min-width: 641px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block {
		display: grid !important;
		grid-template-columns: minmax(130px, max-content) 190px minmax(160px, max-content) !important;
		align-items: center !important;
		column-gap: 24px !important;
		justify-content: start !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-main {
		display: contents !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price {
		grid-column: 1 !important;
		grid-row: 1 !important;
		justify-self: start !important;
		align-items: flex-end !important;
		text-align: right !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) span {
		display: inline-block !important;
		width: auto !important;
		align-self: flex-end !important;
		text-align: right !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency {
		grid-column: 2 !important;
		grid-row: 1 !important;
		justify-self: center !important;
		width: 190px !important;
		min-width: 190px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) {
		grid-column: 3 !important;
		justify-self: end !important;
		min-width: 0 !important;
		align-items: flex-end !important;
		text-align: right !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		grid-column: 3 !important;
		grid-row: 1 !important;
		width: auto !important;
		justify-self: start !important;
		justify-items: start !important;
		align-items: end !important;
		justify-content: start !important;
		padding-top: 0 !important;
		border-top: 0 !important;
		text-align: left !important;
	}
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 166px !important;
		align-items: start !important;
		column-gap: 12px !important;
		row-gap: 10px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-main {
		display: contents !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price {
		grid-column: 1 !important;
		grid-row: 1 !important;
		flex-direction: row !important;
		align-items: baseline !important;
		gap: 6px !important;
		font-size: 24px !important;
		min-width: 0 !important;
		white-space: nowrap !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency {
		grid-column: 2 !important;
		grid-row: 1 !important;
		align-self: start !important;
		justify-self: end !important;
		width: 166px !important;
		min-width: 166px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) span {
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
		white-space: nowrap !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) {
		grid-column: 1 !important;
		grid-row: 2 !important;
		flex-direction: row-reverse !important;
		align-items: baseline !important;
		justify-content: flex-end !important;
		gap: 7px !important;
		min-width: 0 !important;
		margin-top: 0 !important;
		white-space: nowrap !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) strong {
		font-size: 24px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note {
		grid-template-columns: auto auto !important;
		justify-content: start !important;
		justify-items: start !important;
		align-items: baseline !important;
		gap: 5px 9px !important;
		text-align: left !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note span {
		grid-column: 1 / -1 !important;
		font-size: 11px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note strong,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-note em {
		font-size: 18px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		width: 100% !important;
		grid-template-columns: auto auto !important;
		justify-content: start !important;
		justify-items: start !important;
		align-items: baseline !important;
		gap: 3px 8px !important;
		padding-top: 8px !important;
		border-top: 1px solid #efefef !important;
		text-align: left !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		display: grid !important;
		flex-direction: unset !important;
		align-items: start !important;
		justify-content: start !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
		font-size: 11px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
		font-size: 22px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		font-size: 11px !important;
		white-space: nowrap !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor-name {
		display: -webkit-box !important;
		max-height: calc(1.18em * 2) !important;
		line-height: 1.18 !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 2 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-flavor.is-name-expanded .mevoxs-template01-flavor-name {
		display: block !important;
		max-height: none !important;
		-webkit-line-clamp: unset !important;
	}
}

@media (max-width: 767px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-summary h1 {
		font-size: clamp(19px, 5.15vw, 22px) !important;
		line-height: 1.15 !important;
	}
}

@media (max-width: 410px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-summary h1 {
		font-size: 16.5px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block {
			grid-template-columns: minmax(0, 1fr) 160px !important;
			column-gap: 8px !important;
		}

		body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency {
			width: 160px !important;
			min-width: 160px !important;
		}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency::before {
		left: 8px !important;
		width: 20px !important;
		height: 20px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency::after {
		left: 8px !important;
		width: 20px !important;
		font-size: 10px !important;
		line-height: 20px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency select {
		height: 34px !important;
		min-height: 0 !important;
		padding: 0 22px 0 34px !important;
		font-size: 10.5px !important;
		line-height: 1 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) strong {
		font-size: 20px !important;
	}

		body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span,
		body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div:not(.mevoxs-template01-price-main) span {
			font-size: 10px !important;
		}

			body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
				display: grid !important;
				flex-direction: unset !important;
				grid-column: 1 / -1 !important;
				grid-row: 2 !important;
				grid-template-columns: auto auto !important;
				justify-content: start !important;
				align-items: baseline !important;
				white-space: normal !important;
			}

		body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total strong {
			font-size: 22px !important;
		}
	}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od {
	border-color: #e96500 !important;
	background: #fffaf7 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od div {
	box-shadow: none !important;
	border-color: rgba(233, 101, 0, .45) !important;
	background: transparent !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od span {
	font-size: 11px !important;
	letter-spacing: 0 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od strong {
	font-size: 20px !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total {
	grid-template-columns: auto auto !important;
	align-items: center !important;
	justify-content: start !important;
	justify-items: start !important;
	gap: 2px 8px !important;
	text-align: left !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
	grid-column: 2 !important;
	line-height: 1.05 !important;
	text-align: left !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
	grid-row: 1 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	align-self: center !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
	grid-row: 2 !important;
}

@media (min-width: 641px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block {
		display: grid !important;
		grid-template-columns: max-content 170px max-content !important;
		column-gap: 72px !important;
		align-items: center !important;
		justify-content: space-between !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency {
		width: 170px !important;
		min-width: 170px !important;
		justify-self: center !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency select {
		height: 48px !important;
		padding-left: 60px !important;
		font-size: 15px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency::before {
		left: 19px !important;
		width: 31px !important;
		height: 31px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency::after {
		left: 19px !important;
		width: 31px !important;
		font-size: 15px !important;
		line-height: 31px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		grid-column: 3 !important;
		grid-row: 1 !important;
		align-self: center !important;
		justify-self: end !important;
		width: auto !important;
		padding-top: 0 !important;
		border-top: 0 !important;
	}
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) 148px !important;
		column-gap: 10px !important;
		row-gap: 7px !important;
		align-items: start !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency {
		grid-column: 2 !important;
		grid-row: 1 !important;
		width: 148px !important;
		min-width: 148px !important;
		justify-self: end !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency select {
		height: 36px !important;
		padding: 0 22px 0 40px !important;
		font-size: 11px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency::before {
		left: 10px !important;
		width: 23px !important;
		height: 23px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency::after {
		left: 10px !important;
		width: 23px !important;
		font-size: 11px !important;
		line-height: 23px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		grid-column: 1 !important;
		grid-row: 2 !important;
		width: auto !important;
		padding-top: 0 !important;
		border-top: 0 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total {
		grid-template-columns: auto auto !important;
		align-items: center !important;
		gap: 1px 8px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		font-size: 10px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
		font-size: 22px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od {
		display: grid !important;
		grid-template-columns: 1fr !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od div {
		min-height: 0 !important;
		padding: 13px 16px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od strong {
		font-size: 18px !important;
	}
}

@media (min-width: 641px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		max-width: 74px !important;
		white-space: normal !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		font-size: 10px !important;
	}
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od div {
		padding: 9px 14px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od span {
		margin-bottom: 2px !important;
		font-size: 10px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od strong {
		font-size: 16px !important;
	}
}

@media (min-width: 641px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		grid-template-columns: auto auto !important;
		gap: 2px 12px !important;
		justify-items: end !important;
		text-align: right !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		justify-self: end !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		grid-row: 2 !important;
		max-width: none !important;
		white-space: nowrap !important;
		line-height: 1 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		grid-column: 1 !important;
		justify-self: end !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
		grid-column: 2 !important;
		justify-self: end !important;
	}
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block {
		grid-template-columns: minmax(0, 1fr) 148px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		display: grid !important;
		width: 100% !important;
		grid-template-columns: auto auto auto 1fr !important;
		gap: 0 10px !important;
		align-items: baseline !important;
		justify-content: start !important;
		padding-top: 0 !important;
		border-top: 0 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
		grid-column: 1 !important;
		grid-row: 1 !important;
		font-size: 22px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
		grid-column: 2 !important;
		grid-row: 1 !important;
		font-size: 10px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		grid-column: 3 !important;
		grid-row: 1 !important;
		font-size: 10px !important;
		white-space: nowrap !important;
	}
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
	grid-template-columns: auto auto !important;
	align-items: center !important;
	justify-content: start !important;
	justify-items: start !important;
	column-gap: 9px !important;
	row-gap: 0 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	align-self: center !important;
	line-height: .95 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
	grid-column: 2 !important;
	max-width: none !important;
	min-width: 54px !important;
	text-align: left !important;
	white-space: nowrap !important;
	line-height: 1.05 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
	grid-row: 1 !important;
	align-self: end !important;
	margin-bottom: 1px !important;
	color: #555 !important;
	font-size: 11px !important;
	font-weight: 900 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
	grid-row: 2 !important;
	align-self: start !important;
	color: #b84c00 !important;
	font-size: 11px !important;
	font-weight: 900 !important;
}

@media (min-width: 641px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		justify-self: end !important;
		justify-content: end !important;
	}
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		width: 100% !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
		font-size: 22px !important;
	}
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		display: grid !important;
		grid-template-columns: auto auto auto 1fr !important;
		align-items: baseline !important;
		justify-content: start !important;
		justify-items: start !important;
		column-gap: 10px !important;
		row-gap: 0 !important;
		padding-top: 0 !important;
		border-top: 0 !important;
		text-align: left !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
		grid-column: 1 !important;
		grid-row: 1 !important;
		align-self: baseline !important;
		font-size: 22px !important;
		line-height: 1 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		grid-row: 1 !important;
		align-self: baseline !important;
		min-width: 0 !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
		grid-column: 2 !important;
		font-size: 10.5px !important;
		margin-left: 2px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		grid-column: 3 !important;
		font-size: 10.5px !important;
	}
}

@media (min-width: 641px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span {
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		grid-template-columns: auto auto !important;
		gap: 2px 9px !important;
		align-items: baseline !important;
		justify-content: end !important;
		justify-items: end !important;
		text-align: right !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		justify-self: end !important;
		line-height: .95 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
		grid-row: 2 !important;
		align-self: baseline !important;
		min-width: 0 !important;
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1 !important;
		white-space: nowrap !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		grid-column: 1 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
		grid-column: 2 !important;
	}
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		font-size: 11px !important;
		font-weight: 800 !important;
		line-height: 1 !important;
	}
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	text-transform: none !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total em {
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.15 !important;
	text-transform: none !important;
}

@media (min-width: 641px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price {
		display: grid !important;
		grid-template-columns: auto !important;
		grid-template-rows: auto auto !important;
		row-gap: 2px !important;
		align-items: end !important;
		justify-items: end !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block .price span {
		grid-row: 2 !important;
		align-self: baseline !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block > div.mevoxs-template01-live-total {
		display: grid !important;
		grid-template-columns: auto auto !important;
		grid-template-rows: auto auto !important;
		column-gap: 9px !important;
		row-gap: 2px !important;
		align-items: end !important;
		justify-items: end !important;
		justify-content: end !important;
		text-align: right !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total strong {
		grid-column: 1 / -1 !important;
		grid-row: 1 !important;
		align-self: end !important;
		justify-self: end !important;
		line-height: .95 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
		grid-row: 2 !important;
		align-self: baseline !important;
		min-width: 0 !important;
		font-size: 13px !important;
		font-weight: 800 !important;
		line-height: 1.15 !important;
		white-space: nowrap !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total em {
		grid-column: 1 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-live-total span {
		grid-column: 2 !important;
	}
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od {
	gap: 1px !important;
	border: 1px solid #d96500 !important;
	background: #d96500 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-od div {
	border: 0 !important;
	background: #fffaf7 !important;
	box-shadow: none !important;
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency {
		display: block !important;
		height: 38px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency::before {
		top: 50% !important;
		transform: translateY(-50%) !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency::after {
		top: 50% !important;
		transform: translateY(-50%) !important;
		line-height: 23px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-currency select {
		display: block !important;
		height: 38px !important;
		min-height: 38px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: 38px !important;
	}
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-eu {
	gap: 1px !important;
	margin-bottom: 16px !important;
	border: 1px solid #df7b32 !important;
	background: #df7b32 !important;
	box-shadow: none !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-eu div {
	padding: 14px 18px !important;
	border: 0 !important;
	background: #fffdfb !important;
	box-shadow: none !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-eu span {
	margin-bottom: 7px !important;
	color: #a44300 !important;
	font-size: 12px !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	white-space: nowrap !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-eu strong {
	font-size: 17px !important;
	font-weight: 900 !important;
	line-height: 1.1 !important;
	white-space: nowrap !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping {
	margin: 0 0 22px;
	padding: 22px 24px;
	border: 1px solid #e2e2e2;
	background: #fff;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping strong {
	display: block;
	margin-bottom: 10px;
	color: #111;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.12;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping ul {
	margin: 0;
	padding-left: 18px;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping li + li {
	margin-top: 8px;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping p {
	margin: 0;
	color: #4b4b4b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.55;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-planner {
	margin: 0 0 22px;
	padding: 22px 24px;
	border: 1px solid #e2e2e2;
	background: #fff;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu {
	display: flex;
	align-items: flex-end;
	justify-content: stretch;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-price-main {
	width: 100%;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	justify-content: stretch;
	gap: 20px;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-end !important;
	align-self: end !important;
	gap: 8px !important;
	height: 44px !important;
	margin: 0 !important;
	transform: none !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price span {
	padding-bottom: 2px !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-currency {
	align-self: end !important;
	justify-self: end !important;
	margin-left: auto !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-currency select {
	height: 44px !important;
	line-height: 44px !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-planner-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-control {
	display: grid;
	grid-template-columns: 42px 108px 42px;
	align-items: center;
	width: 192px;
	height: 44px;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 24px;
	background: #fafafa;
	text-align: center;
	white-space: nowrap;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-control button {
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	color: #444;
	font-size: 18px;
	font-weight: 900;
	line-height: 1;
	cursor: pointer;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-control strong {
	color: #111;
	font-size: 16px;
	font-weight: 900;
	line-height: 1;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-total {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 44px;
	padding-top: 10px;
	color: #111;
	white-space: nowrap;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-total strong {
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-total span {
	position: absolute;
	top: 0;
	right: 0;
	color: #555;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	text-transform: lowercase;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-progress {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 14px;
	align-items: center;
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #ececec;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-progress span {
	color: #1d7a43;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-progress em {
	color: #d96500;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.25;
	text-align: right;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-planner.is-over .mevoxs-template01-box-progress span,
body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-planner.is-over .mevoxs-template01-box-progress em {
	color: #b24600;
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu {
		padding-top: 18px;
		padding-bottom: 22px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price {
		height: 38px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-price-main {
		grid-template-columns: minmax(0, 1fr) 148px;
		gap: 14px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-currency {
		width: 148px !important;
		min-width: 148px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-currency select {
		height: 38px !important;
		line-height: 38px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-eu {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 1px !important;
		border-color: #df7b32 !important;
		background: #df7b32 !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-eu div {
		display: flex !important;
		min-width: 0 !important;
		min-height: 46px !important;
		flex-direction: column !important;
		justify-content: center !important;
		padding: 8px 7px !important;
		border-bottom: 0 !important;
		text-align: center !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-eu span {
		margin-bottom: 4px !important;
		font-size: 9px !important;
		line-height: 1 !important;
		white-space: normal !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-summary.is-eu strong {
		font-size: 12px !important;
		line-height: 1.15 !important;
		white-space: normal !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping {
		padding: 20px 22px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping strong {
		font-size: 20px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping ul {
		font-size: 16px;
		line-height: 1.5;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-eu-shipping p {
		font-size: 15px;
		line-height: 1.45;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-planner {
		padding: 20px 22px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-planner-row {
		gap: 12px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-control {
		width: min(194px, 52vw);
		grid-template-columns: 42px minmax(86px, 1fr) 42px;
		flex: 0 1 194px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-total {
		flex: 1 1 auto;
		min-width: 0;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-total strong {
		font-size: 22px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-total span {
		font-size: 12px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-progress {
		display: block;
		margin-top: 16px;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-progress span,
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-progress em {
		display: block;
		text-align: left;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-box-progress em {
		margin-top: 6px;
	}
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu {
	display: block !important;
	padding: 22px 0 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-price-main {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	align-items: end !important;
	width: 100% !important;
	column-gap: 20px !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	align-self: end !important;
	gap: 8px !important;
	height: 44px !important;
	margin: 0 !important;
	font-size: 28px !important;
	line-height: 44px !important;
	transform: none !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price strong {
	display: block !important;
	font-size: 28px !important;
	line-height: 44px !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price span {
	display: block !important;
	padding: 0 !important;
	font-size: 13px !important;
	line-height: 44px !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-currency {
	align-self: end !important;
	justify-self: end !important;
	width: 254px !important;
	min-width: 254px !important;
	height: 44px !important;
	margin: 0 !important;
}

body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-currency select {
	height: 44px !important;
	line-height: 44px !important;
}

@media (max-width: 640px) {
	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu {
		padding: 18px 0 22px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-price-main {
		grid-template-columns: minmax(0, 1fr) 148px !important;
		column-gap: 14px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price {
		height: 38px !important;
		font-size: 24px !important;
		line-height: 38px !important;
		transform: translateY(-2px) !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price strong {
		font-size: 24px !important;
		line-height: 38px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .price span {
		font-size: 11px !important;
		line-height: 38px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-currency {
		width: 148px !important;
		min-width: 148px !important;
		height: 38px !important;
	}

	body.mevoxs-template01-product .mevoxs-template01-page .mevoxs-template01-price-block.is-eu .mevoxs-template01-currency select {
		height: 38px !important;
		line-height: 38px !important;
	}
}
