:root {
	--font-body-family: Montserrat, sans-serif;
	--font-body-style: normal;
	--font-body-weight: 400;
	--font-body-weight-bold: 700;

	--font-heading-family: Cormorant, serif;
	--font-heading-style: normal;
	--font-heading-weight: 400;

	--font-body-scale: 1;
	--font-heading-scale: 1.4;

	--color-base-text: 185, 120, 54;
	--color-shadow: 185, 120, 54;
	--color-base-background-1: 255, 255, 255;
	--color-base-background-2: 255, 255, 255;
	--color-base-solid-button-labels: 255, 255, 255;
	--color-base-outline-button-labels: 208, 148, 122;
	--color-base-accent-1: 231, 183, 159;
	--color-base-accent-2: 185, 120, 54;
	--payment-terms-background-color: #ffffff;

	--gradient-base-background-1: #ffffff;
	--gradient-base-background-2: #ffffff;
	--gradient-base-accent-1: #e7b79f;
	--gradient-base-accent-2: #b97836;

	--media-padding: px;
	--media-border-opacity: 0.1;
	--media-border-width: 0px;
	--media-radius: 8px;
	--media-shadow-opacity: 0;
	--media-shadow-horizontal-offset: 0px;
	--media-shadow-vertical-offset: 4px;
	--media-shadow-blur-radius: 5px;
	--media-shadow-visible: 0;

	--page-width: 120rem;
	--page-width-margin: 0rem;

	--card-image-padding: 1.6rem;
	--card-corner-radius: 1.8rem;
	--card-text-alignment: left;
	--card-border-width: 0rem;
	--card-border-opacity: 1;
	--card-shadow-opacity: 0;
	--card-shadow-horizontal-offset: 0rem;
	--card-shadow-vertical-offset: 0.4rem;
	--card-shadow-blur-radius: 0.5rem;

	--badge-corner-radius: 0rem;

	--popup-border-width: 1px;
	--popup-border-opacity: 0.1;
	--popup-corner-radius: 18px;
	--popup-shadow-opacity: 0;
	--popup-shadow-horizontal-offset: 0px;
	--popup-shadow-vertical-offset: 4px;
	--popup-shadow-blur-radius: 5px;

	--drawer-border-width: 0px;
	--drawer-border-opacity: 0.1;
	--drawer-shadow-opacity: 0;
	--drawer-shadow-horizontal-offset: 0px;
	--drawer-shadow-vertical-offset: 4px;
	--drawer-shadow-blur-radius: 5px;

	--spacing-sections-desktop: 0px;
	--spacing-sections-mobile: 0px;

	--grid-desktop-vertical-spacing: 28px;
	--grid-desktop-horizontal-spacing: 28px;
	--grid-mobile-vertical-spacing: 14px;
	--grid-mobile-horizontal-spacing: 14px;

	--text-boxes-border-opacity: 0.1;
	--text-boxes-border-width: 0px;
	--text-boxes-radius: 20px;
	--text-boxes-shadow-opacity: 0;
	--text-boxes-shadow-horizontal-offset: 0px;
	--text-boxes-shadow-vertical-offset: 4px;
	--text-boxes-shadow-blur-radius: 5px;

	--buttons-radius: 6px;
	--buttons-radius-outset: 7px;
	--buttons-border-width: 1px;
	--buttons-border-opacity: 1;
	--buttons-shadow-opacity: 0;
	--buttons-shadow-horizontal-offset: 0px;
	--buttons-shadow-vertical-offset: 4px;
	--buttons-shadow-blur-radius: 5px;
	--buttons-border-offset: 0.3px;

	--inputs-radius: 26px;
	--inputs-border-width: 1px;
	--inputs-border-opacity: 0.55;
	--inputs-shadow-opacity: 0;
	--inputs-shadow-horizontal-offset: 0px;
	--inputs-margin-offset: 0px;
	--inputs-shadow-vertical-offset: 4px;
	--inputs-shadow-blur-radius: 5px;
	--inputs-radius-outset: 27px;

	--variant-pills-radius: 40px;
	--variant-pills-border-width: 1px;
	--variant-pills-border-opacity: 0.55;
	--variant-pills-shadow-opacity: 0;
	--variant-pills-shadow-horizontal-offset: 0px;
	--variant-pills-shadow-vertical-offset: 4px;
	--variant-pills-shadow-blur-radius: 5px;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	font-size: calc(var(--font-body-scale) * 62.5%);
	height: 100%;
}

body {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	grid-template-columns: 100%;
	min-height: 100%;
	margin: 0;
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
	line-height: calc(1 + 0.8 / var(--font-body-scale));
	font-family: var(--font-body-family);
	font-style: var(--font-body-style);
	font-weight: var(--font-body-weight);
}

@media screen and (min-width: 750px) {
	body {
		font-size: 1.6rem;
	}
}

.section-template--19224604934465__main-padding {
	padding-top: 12px;
	padding-bottom: 0px;
}

@media screen and (min-width: 750px) {
	.section-template--19224604934465__main-padding {
		padding-top: 16px;
		padding-bottom: 0px;
	}
}

.image__wrapper {
	max-width: 550px;
	width: 100%;
}

.footer {
	margin-top: 0px;
}

.section-footer-padding {
	padding-top: 30px;
	padding-bottom: 45px;
}

@media screen and (min-width: 750px) {
	.footer {
		margin-top: 0px;
	}

	.section-footer-padding {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-accordion.css.map?v=180964204318874863811684920569 */
.deferred-media__poster:focus-visible {
	outline: none;
	box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), 0 0 0 calc(var(--media-border-width) + .3rem) rgb(var(--color-background)), 0 0 0 calc(var(--media-border-width) + .5rem) rgba(var(--color-foreground), .5);
	border-radius: calc(var(--media-radius) - var(--media-border-width))
}

.deferred-media__poster:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-deferred-media.css.map?v=105211437941697141201684920570 */
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-loading-overlay.css.map?v=167310470843593579841684920570 */

.price {
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: calc(1 + 0.5 / var(--font-body-scale));
	color: rgb(var(--color-foreground));
}

.price>* {
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 750px) {
	.price {
		margin-bottom: 0;
	}
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-price.css.map?v=112673864592427438181684920570 */
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-rating.css.map?v=24573085263941240431684920570 */


.rte:after {
	clear: both;
	content: "";
	display: block
}

.rte>p:first-child {
	margin-top: 0
}

.rte img {
	height: auto;
	max-width: 100%;
	border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
	border-radius: var(--media-radius);
	box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
	margin-bottom: var(--media-shadow-vertical-offset)
}

.rte ul {
	padding-left: 2rem
}

.rte li {
	list-style: inherit
}

.rte li:last-child {
	margin-bottom: 0
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-rte.css.map?v=69919436638515329781684920570 */
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-slider.css.map?v=95971316053212773771684920570 */


.r--image-items .r--img {
	background: #ebebeb;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	vertical-align: middle;
	border: 1px solid #ebebeb;
	border-radius: 3px;
}

.r--image-items img {
	width: 100%;
	max-height: none;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	height: auto !important;
}

.r--image-items .r--more-img {
	background: 0 0;
}

.header-v1 .r--overview {
	padding: 35px 0;
}

.header-v1 .r--header {
	margin-bottom: 10px;
}

.header-v1 .r--overview-right {
	margin-left: 25px;
}

.header-v1 .r--header h3 {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	line-height: 33px;
	margin: 0;
}

.header-v1 .r--bar_bak_gray {
	background: #ebebeb;
	height: 7px;
	float: left;
	position: relative;
}

.header-v1 .count-percent {
	padding: 2px 3px;
	font-size: 13px;
	background: #fff;
	border: solid 1px #e0e0e0;
	border-radius: 3px;
	display: inline-block;
	min-width: 25px;
	width: 100%;
	text-align: center;
	color: #4a4949;
	white-space: nowrap;
}

.header-v1 #show-modal {
	border: 1px solid transparent;
	padding: 1px 20px;
	height: 35px;
	border-radius: 3px;
	font-weight: 700;
	position: relative;
}

.header-v1 #show-modal .r--text-write {
	line-height: 31px;
}

.header-v1 .r--rateList .r--disable {
	pointer-events: none;
}

.header-v1 .r--star-block {
	float: left;
	text-align: center;
	margin: 0 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-v1 .r--star-block .r--stars-item {
	margin: auto;
}

.header-v1 .r--star-block .r--stars-item {
	margin: 0 0 10px;
}

.header-v1 .r--star-block.r--star-850 {
	margin-left: 10px;
	margin-right: 26px;
}

.header-v1 .r--overview-left {
	float: left;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.header-v1 .r--rateList {
	float: left;
	margin-left: 8px;
	width: 100%;
}

.header-v1 .r--rateList.r--rate-850 {
	max-width: 332px;
	margin-left: 31px;
	margin-right: 36px;
	width: 100%;
}

@media screen and (max-width: 630px) {
	.header-v1 .r--overview-left {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.header-v1 .r--rateList.r--rate-850 {
		margin: 0;
	}
}

.header-v1 .r--stars_average {
	line-height: 1.32;
	font-size: 2.8em;
	text-align: center;
	font-weight: 700;
}

.header-v1 .r--total-view {
	display: block;
	margin: 0 0 15px;
	white-space: nowrap;
	line-height: 1.16;
	text-align: center;
}

.header-v1 .r--rateList th {
	padding: 6px 10px !important;
}

.header-v1 .r--rateList th.r--rate-name {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	white-space: nowrap;
	font-weight: 400 !important;
	font-size: 14px;
}

.header-v1 .r--rateList th.r--rate-name .r--stars-icon {
	margin-right: 4px;
	float: none;
}

.header-v1 .r--rateList th.r--rate-name div {
	min-height: 16px;
}

.header-v1 .r--rate-numeral {
	width: 100%;
	vertical-align: middle;
}

.header-v1 .r--total-bar-default {
	background: #efefef;
	border: none;
	height: 7px;
	width: 100%;
	min-width: 150px;
	float: left;
}

.header-v1 .r--image-items {
	display: inline-block;
	margin-top: 45px;
	margin-bottom: 0;
}

.header-v1 .r--image-items ul {
	margin: 4px 0;
}

.header-v1 .r--image-items li {
	margin: 5px 8px 0 0 !important;
	width: 50px;
	height: 50px;
}

.header-v1 .r--image-items li:last-child {
	margin-right: 0;
}

.header-v1 .r--text-photo {
	font-weight: 700;
	font-size: 1.0833em;
	margin: 5px 0;
	display: none;
}

.header-v1 .r--filter-ryviu {
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.r--bar_bak_gray:empty {
	display: inline-block;
}

.r-icon--star1:before {
	content: "";
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.ryviu-wrapper {
	-webkit-animation: fadein 0.6s;
	animation: fadein 0.6s;
}

.r--center-middle {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.r--flex-center {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
}

.r--center-middle {
	display: inline-block;
	position: absolute;
	max-height: 100%;
	max-width: 100%;
}

.r--button {
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.r--overview-left .r--stars-item {
	float: none;
}

.r--overview {
	padding: 35px 0 25px;
	width: 100%;
	float: left;
	position: relative;
}

.r--button {
	display: inline-block;
	-webkit-appearance: none !important;
	margin: 0;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

ryviu-widget * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

ryviu-widget img {
	-webkit-user-select: inherit !important;
	-moz-user-select: inherit !important;
	-ms-user-select: inherit !important;
	user-select: inherit !important;
	pointer-events: initial !important;
	opacity: 1 !important;
	vertical-align: middle;
	margin: unset !important;
}

ryviu-widget button {
	cursor: pointer;
	line-height: 100% !important;
}

ryviu-widget ul {
	list-style-type: none !important;
	padding: 0;
	margin: 0;
}

ryviu-widget li {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}

ryviu-widget table {
	border-spacing: unset;
}

ryviu-widget p {
	margin: 0;
}

#r--ryviu-theme li {
	margin: 0;
}

#r--ryviu-theme img {
	height: auto !important;
	display: inline-block;
}

i.r--icon-three-dot:before {
	content: "...";
	font-size: 18px;
	width: 21px;
	height: 5px;
	display: block;
	background-repeat: no-repeat;
}

.r--text-write {
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
}

.r--tablet {
	display: inline-block;
	width: 100%;
}

.r--stars-item {
	display: inline-block;
	position: relative;
	text-align: left;
}

.r--stars-item em:last-child {
	margin-right: 0 !important;
}

.r--st-fixed {
	position: absolute;
	overflow: hidden;
	z-index: 1;
	margin-right: 0 !important;
	top: 0;
}

.r--f-left {
	float: left;
}

.r--header {
	float: left;
	width: 100%;
}

.r--header .r--showing {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	order: 0;
	-ms-flex: 0 1 auto;
	-webkit-box-flex: 0;
	flex: 0 1 auto;
	-webkit-align-self: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	line-height: 1;
	padding-bottom: 25px;
}

.r--rateList {
	table-layout: unset !important;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	background-color: unset !important;
	border: none !important;
	min-width: 100px !important;
}

.r--rateList * {
	overflow: inherit !important;
}

.r--rateList th,
.r--rateList tr {
	border: none !important;
	margin: 0;
	background-color: unset !important;
	line-height: 1;
	height: auto;
}

.r--rateList th::before,
.r--rateList th::after,
.r--rateList tr::before,
.r--rateList tr::after {
	border: none !important;
	margin: 0;
	background-color: unset !important;
}

.r--body {
	display: inline-block;
	width: 100%;
}

.r--load-more {
	text-align: center;
	float: left;
	width: 100%;
	margin: 10px 0 0;
}

ryviu-widget {
	scroll-margin-top: 20px;
	display: inline-block;
	margin: 15px auto;
	width: 100%;
	line-height: 1.5;
}

ryviu-widget tr:first-child th:after {
	border-bottom: none;
}

.r--stars-icon {
	color: var(--rstact-cl) !important;
	font-size: var(--rstheight) !important;
	width: var(--rstheight) !important;
}

.r--stars-icon.r-stbk {
	color: var(--rst-cl) !important;
}

.r-icon--star1,
.r--stars-icon {
	float: left;
	margin-right: 2px;
	line-height: 1 !important;
}

@media only screen and (max-width: 340px) {
	.r--text-showing {
		display: none;
	}
}



[class*=" r-icon--"] {
	font-family: ryviu-icon !important;
	font-style: normal;
	font-weight: 400;
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=" r-icon--"]::before {
	color: currentColor;
}

[class*=" r-icon--"]:empty {
	display: inline-block;
}

.r--filter-ryviu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	float: left;
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 25px;
}


#r--default-theme .r--default-theme {
	width: 100%;
	float: left;
}

#r--default-theme .r--thumbnail {
	margin: -5px 0 7px;
	padding: 0;
	width: 100%;
	float: left;
}

#r--default-theme .r--thumbnail li {
	border: 1px solid #f2f2f2;
	background: #000;
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
	margin: 10px 5px 0 0 !important;
	overflow: hidden;
	vertical-align: middle;
}

#r--default-theme .r--thumbnail li img {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	background: #f2f2f2;
	width: 45px;
	max-width: none;
	max-height: none;
}

#r--default-theme .r--stars-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 0 10px 5px;
}

#r--default-theme .r--default-grid {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 5px;
}

#r--default-theme .r--default-item {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

#r--default-theme .r--default-item.r--last {
	border-bottom: none;
}

#r--default-theme .r--default-item.r--first {
	margin-top: 0;
}

#r--default-theme .r--item-head {
	float: left;
	width: 100%;
}

#r--default-theme .r--item-head .r--star-head {
	width: unset;
}

#r--default-theme .r--item-body {
	display: inline-block;
	width: calc(100% - 5px);
	margin-left: 5px;
}

#r--default-theme .r--last .r--item-body {
	border-bottom: none;
}

#r--default-theme .r--content-review {
	float: left;
	width: 100%;
}

#r--default-theme .r--content-review {
	margin-bottom: 7px !important;
}

#r--default-theme .r--text-limit {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#r--default-theme #r--ryviu-theme .r--load-more {
	float: left;
	width: 100%;
	text-align: center;
	margin: 25px 0;
	color: #3d4246;
}

#r--default-theme .r--author {
	background: #f2f2f2;
	color: #333;
	float: left;
	margin-bottom: 10px;
	max-width: 90%;
	padding: 3px 12px 3px 3px;
	border-radius: 50px;
	font-weight: 700;
	text-align: left;
	line-height: 25px;
	min-width: 80px;
}

#r--default-theme .r--avatar-default {
	float: left;
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin-right: 7px !important;
}

#r--default-theme .r--star-head {
	width: 100%;
}

#r--default-theme .r--star-head .r--stars {
	float: left;
}

#r--default-theme .r--star-head .r--stars-item {
	float: left;
}

#r--default-theme .r--content-review,
#r--default-theme .r--image-items {
	text-align: left;
}

#r--default-theme #show-modal:hover {
	cursor: pointer;
}

.r--desktop #r--default-theme .r--rateList tr:hover {
	cursor: pointer;
}

.r--desktop #r--default-theme .r--item-body {
	max-width: 85%;
}

.r--desktop #r--default-theme .r--stars-author {
	margin-bottom: 15px;
}

.r--desktop #r--default-theme .r--default-item {
	margin-top: 30px;
}

.r--desktop #r--default-theme .r--default-item.r--first {
	margin-top: 0;
}

.r--desktop #r--default-theme .r--default-item .r--author {
	margin-bottom: 13px;
}

.product {
	margin: 0;
}

.product.grid {
	gap: 0;
}

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

.product__info-wrapper {
	padding-left: 0;
	padding-bottom: 0;
}

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

	.product__info-wrapper {
		padding-left: 5rem;
	}
}

@media screen and (min-width: 990px) {
	.product--small:not(.product--no-media) .product__info-wrapper {
		max-width: 55%;
		width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
	}

	.product--small:not(.product--no-media) .product__media-wrapper {
		max-width: 45%;
		width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
	}
}

.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;
}

.product-form__input input[type="radio"]:focus-visible+label {
	box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
		0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

.no-js .product-form__input input[type="radio"]:focus:not(:focus-visible)+label {
	box-shadow: none;
}

.product__info-container>*+* {
	margin: 1.5rem 0;
}

.product__text {
	margin-bottom: 0;
}

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

.product__title>* {
	margin: 0;
}

.product__title>a {
	display: none;
}

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

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

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

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

.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));
}

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

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

/*# sourceMappingURL=/cdn/shop/t/2/assets/section-main-product.css.map?v=120851879960589934511684920571 */

.apte {
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	line-height: 1.8;
	font-style: normal;
	width: 100%;
	padding: 20px;
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apte * {
	box-sizing: inherit;
}

.apte__inner {
	width: 100%;
	max-width: 600px;
	padding: 0px 15px;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	border-radius: 20px;
	position: relative;
	text-align: center;
}

.apte__wrapper h3 {
	text-align: center;
}

.apte .logo {
	position: absolute;
	top: 20px;
	left: 26px;
	max-width: 224px;
	width: 100%;
}

.apte .logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apte__img {
	max-width: 250px;
	width: 100%;
	margin-bottom: 43px;
}

.apte__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apte__text {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	color: rgb(191, 51, 161);
}

.apte__text span {
	color: red;
}

.apte .price {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-around;
	margin-bottom: 13px;
}

.apte .old-price {
	position: relative;
	color: rgb(128, 128, 128);
	margin-right: 30px;
}

.apte .old-price::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0px;
	background: grey none repeat scroll 0% 0%;
}

.apte .new-price {
	color: rgb(165, 42, 42);
}

.apte .availability {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: rgb(25, 181, 0);
	display: flex;
	justify-content: center;
}

.apte__info {
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	margin-top: 15px;
}

.apte__info svg {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}

.apte__info span {
	margin-bottom: 15px;
}

.apte__form .input-roulette {
	width: 100% !important;
	max-width: 276px;
	height: 63px;
	border: 1px solid rgb(0, 0, 0);
	font-size: 16px;
	line-height: 19px;
	color: rgb(104, 104, 104);
	margin-bottom: 30px;
	padding-left: 18px;
}

.apte__form .submit-roulette {
	width: 100% !important;
	max-width: 276px;
	height: 63px;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: rgb(255, 255, 255);
	background: rgb(95, 1, 210) none repeat scroll 0% 0%;
	border: 1px solid rgba(222, 100, 0, 0.79);
	margin: 0px;
	border-radius: 0px;
	box-shadow: none;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.apte .logo {
		max-width: 160px;
	}
}

@media only screen and (max-width: 660px) {}

@media only screen and (max-width: 425px) {
	.apte__inner {
		padding-bottom: 0px;
	}

	.apte__form {
		margin-top: 18px;
	}

	.apte__form .submit-roulette {
		display: block !important;
	}
}

@media only screen and (max-width: 395px) {
	.apte .price {
		font-size: 18px;
	}
}

.apte {
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	line-height: 1.8;
	font-style: normal;
	width: 100%;
	padding: 20px;
	background-repeat: repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apte * {
	box-sizing: inherit;
}

.apte__inner {
	width: 100%;
	max-width: 600px;
	padding: 0px 15px;
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
	border-radius: 20px;
	position: relative;
	text-align: center;
}

.apte__wrapper {
	width: 100%;
	text-align: center;
}

.apte .logo {
	position: absolute;
	top: 20px;
	left: 26px;
	max-width: 224px;
	width: 100%;
}

.apte .logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apte__img {
	max-width: 250px;
	width: 100%;
	margin-bottom: 43px;
}

.apte__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.apte__text {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	color: rgb(191, 51, 161);
}

.apte__text span {
	color: red;
}

.apte .price {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	display: flex;
	-moz-box-pack: justify;
	justify-content: space-around;
	margin-bottom: 13px;
}

.apte .old-price {
	position: relative;
	color: rgb(128, 128, 128);
	margin-right: 30px;
}

.apte .old-price::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0px;
	background: grey none repeat scroll 0% 0%;
}

.apte .new-price {
	color: rgb(165, 42, 42);
}

.apte .availability {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-align: left;
	color: rgb(25, 181, 0);
	display: flex;
	justify-content: center;
}

.apte__info {
	display: flex;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	margin-top: 15px;
}

.apte__info svg {
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}

.apte__info span {
	margin-bottom: 15px;
}

.apte__form .input-roulette {
	width: 100% !important;
	max-width: 276px;
	height: 63px;
	border: 1px solid rgb(0, 0, 0);
	font-size: 16px;
	line-height: 19px;
	color: rgb(104, 104, 104);
	margin-bottom: 30px;
	padding-left: 18px;
}

.apte__form .submit-roulette {
	width: 100% !important;
	max-width: 276px;
	height: 63px;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: rgb(255, 255, 255);
	background: rgb(95, 1, 210) none repeat scroll 0% 0%;
	border: 1px solid rgba(222, 100, 0, 0.79);
	margin: 0px;
	border-radius: 0px;
	box-shadow: none;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.apte .logo {
		max-width: 160px;
	}
}

@media only screen and (max-width: 660px) {}

@media only screen and (max-width: 425px) {
	.apte__inner {
		padding-bottom: 0px;
	}

	.apte__form {
		margin-top: 18px;
	}

	.apte__form .submit-roulette {
		display: block !important;
	}
}

@media only screen and (max-width: 395px) {
	.apte .price {
		font-size: 18px;
	}
}

.r-icon--star1:before {
	content: "★";
}

footer {
	padding: 10px;
}