.product-banner-item {
	height: 0;
	padding-bottom: 33.33%;
	position: relative;
	overflow: hidden;
}
.product-banner-item > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-image-main {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-image-main > video {
	width: 100%;
	height: auto;
}
#additional-image .product-image-main {
	height: 0;
	padding-bottom: 70.43%;
	overflow: hidden;
	position: relative;
}
#additional-image .product-image-main > img,
#additional-image .product-image-main > video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-content-wrapper {
	display: grid;
	grid-template-columns: 930px 1fr;
	grid-gap: 74px;
	margin: 0 0 50px;
}
.product-content-outer {
	position: relative;
	padding-top: 30px;
}
.product-content-outer > div {
	position: relative;
	z-index: 3;
}
.product-content-outer:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 574px;
	background: var(--color-F0F1F3);
	left: 0;
	top: 0;
	z-index: 1;
}
.product-page-title,
.product-caption h1 {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
	position: relative;
	margin: 0;
	padding: 15px 0 0;
}
.product-page-title {
	text-align: center;
	margin: 0 auto 40px;
	width: -moz-fit-content;
	width: fit-content;
}
.product-page-title:before,
.product-caption h1:before {
	position: absolute;
	content: '';
	left: 2px;
	top: 0;
	width: 60px;
	height: 1px;
	background: var(--color-1F1D1C);
}
.product-page-title:before {
	left: 50%;
	transform: translateX(-50%);
}
.product-page-title > span,
.product-caption h1 > span {
	color: var(--color-C9AD6F);
}
.main-image-wrapper {
	margin: 0 0 22px;
	/*background: var(--color-FFF);*/
	/*padding: 55px 112px;*/
	display: flex;
	justify-content: center;
	filter: drop-shadow(0px 4px 16.1px rgba(0, 0, 0, 0.10));
}
#additional-image {
	padding: 0 54px;
}
#additional-image .swiper-slide:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background: var(--color-C9AD6F);
	transition: .3s;
	z-index: 5;
}
#additional-image .swiper-slide.swiper-slide-thumb-active:before {
	width: 100%;
}
.product-category-sku-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 25px;
}
.product-main-category {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.product-sku {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.product-sku > span {
	color: var(--color-1F1D1C);
}
.product-title-short-description {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 32.2px */
	margin: 0 0 8px;
	padding-left: 4px;
}
.product-short-description {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
	margin: 0 0 18px;
}
.product-price-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.product-price-prefix {
	margin-right: 8px;
	color: var(--color-D40007);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.product-main-price {
	color: var(--color-D40007);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 42px */
}
.product-old-price {
	margin-left: 15px;
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	text-decoration: line-through;
}
.product-economy-text {
	padding: 8px 19px 9px;
	border-radius: 30px;
	background: var(--color-E7E7E7);
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-left: 50px;
}
.product-economy-text > span {
	color: var(--color-D40007);
}
.product-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	width: 100%;
	margin: 25px 0 0;
}
.product-btn-wrapper > a {
	min-height: 56px;
}
.product-btn-wrapper > a.btn-default-gold {
	width: 100%;
}
.product-btn-wrapper > a.btn-default-white {
	flex-shrink: 0;
}
.product-btn-action-wrapper {
	margin: 70px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px;
}
.product-btn-action-wrapper > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.product-btn-action-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.product-attribute-groups {
	margin: 35px 0 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 23px;
}
.product-attribute-group-inner > a {
	position: relative;
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.product-attribute-group-inner > a > span {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 0 15px;
	background: var(--color-FFF);
}
.product-attribute-group-inner > a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: var(--color-E7E7E7);
}
.product-attribute-group-inner > a svg {
	transition: .3s;
}
.product-attribute-group-inner > a.closed svg {
	transform: rotate(180deg);
}
.product-once-attribute > span.attribute-name {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
	margin-right: 3px;
}
.product-once-attribute > span.attribute-value {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
}
.product-description-benefits {
	margin: 50px auto 69px;
	max-width: 1065px;
}
.product-description-title {
	color: var(--color-1F1D1C);
	text-align: center;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: relative;
	margin: 0 0 27px;
}
.product-description-title > span {
	padding: 0 15px;
	display: block;
	position: relative;
	z-index: 3;
	background: var(--color-FFF);
}
.product-description-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: var(--color-E7E7E7);
}
.product-description-text > p,
.product-description-text > p * {
	margin: 0 0 13px;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-size: 20px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 30px */
}
.product-description-text > *:last-child {
	margin-bottom: 0;
}
.product-benefits-wrapper {
	margin: 30px 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px;
}
.product-benefits-item {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-gap: 15px;
	align-items: center;
}
.product-benefits-icon > img {
	transition: .3s;
}
.product-benefits-item:hover .product-benefits-icon > img {
	transform: scale(1.05);
}
.product-benefits-name {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 5px;
}
.product-benefits-text {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.product-video-scheme-size {
	position: relative;
	padding-bottom: 43px;
}
.product-video-review {
	margin-top: 55px;
}
.product-video-scheme-size > div {
	position: relative;
	z-index: 3;
}
.product-video-scheme-size:before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 116px);
	background: var(--color-F0F1F3);
}
.product-video-scheme-size-wrapper {
	display: grid;
	grid-template-columns: 795px 1fr;
	grid-gap: 144px;
}
.product-scheme-size {
	margin-top: 55px;
}
.product-scheme-size-title {
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	margin: 0 0 40px;
}
.product-scheme-size-title > span {
	color: var(--color-C9AD6F);
}
.product-scheme-item {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 11px;
}
.product-scheme-title {
	grid-column: span 2;
	padding: 10px 0;
	position: relative;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.product-scheme-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--color-1F1D1C);
}
.product-scheme-title > span {
	color: var(--color-C9AD6F);
}
.product-scheme-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 7px;
	margin: 0 0 10px;
}
.product-scheme-before,
.product-scheme-after {
	padding: 8px 4px 16px;
}
.product-scheme-image {
	position: relative;
	height: 0;
	padding-bottom: 70.66%;
	overflow: hidden;
	background-color: var(--color-F0F1F3);
	background-blend-mode: multiply;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-scheme-description {
	margin: 13px 0 0;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 18.2px */
}
.product-size-wrapper {
	margin: 12px 0 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 21px 9px;
}
.product-size-item {
	padding: 2px 5px 3px 6px;
}
.product-size-item.d-none {
	display: none;
}
.product-size-image {
	position: relative;
	height: 0;
	padding-bottom: 84.87%;
	overflow: hidden;
	background-color: var(--color-F0F1F3);
	background-blend-mode: multiply;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-size-description {
	margin: 6px 0 0;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.video-container {
	position: relative;
	height: 0;
	padding-bottom: 56.35%;
	overflow: hidden;
}
.video-container > video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
}
.video-container:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: linear-gradient(180deg, #1F1D1C 0%, rgba(31, 29, 28, 0.00) 100%);
	opacity: .4;
}
.video-container-title {
	position: absolute;
	left: 30px;
	top: 30px;
	color: var(--color-FFF);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index: 4;
}
.product-video-review {
	position: relative;
}
.product-video-review-warranty-icon {
	position: absolute;
	top: -66px;
	right: -75px;
	z-index: 3;
	display: flex;
	overflow: hidden;
}
.product-video-review-warranty-icon > svg:first-child {
	width: 140px;
	height: 140px;
	position: relative;
	z-index: 1;
	animation: rotate-full 6s linear infinite;
}
.product-video-review-warranty-icon > svg:last-child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	z-index: 2;
}
.more-less-sizes {
	margin: 15px 0 0;
	color: var(--color-1F1D1C)!important;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}
.more-less-sizes svg {
	transition: .3s;
}
.more-less-sizes.active svg {
	transform: rotate(180deg);
}
#related-products.featured-products {
	padding-top: 80px;
}
.product-size-image-title {
	width: 100%;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.product-size-image-title > span {
	color: var(--color-C9AD6F);
}
.product-one-scheme-wrapper {
	margin: 15px 0 0;
}
.product-one-scheme-wrapper .product-size-item {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	gap: 0 9px;
}
.product-one-scheme-wrapper .product-size-item+.product-size-item {
	margin-top: 10px;
}
.product-one-scheme-wrapper .product-size-image {
	width: 125px;
	height: 90px;
	padding: unset;
}
.product-size-image-title {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding: 0 0 9px;
	border-bottom: 1px solid var(--color-1F1D1C);
	margin: 0 0 10px;
}
.product-size-image-title > span {
	color: var(--color-C9AD6F);
}
.image-360-wrap {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	width: calc(100% - 110px);
}
#frames-360 {
	width: 100%!important;
	height: 0!important;
	padding-bottom: 78.5%;
	cursor: url('/image/cursor-360.png') 49 22, w-resize;
}
@media(min-width: 1100px) {
	.product-content-wrapper {
		grid-template-columns: 48.44vw 1fr;
		grid-gap: 3.85vw;
		margin: 0 0 2.6vw;
	}
	.product-content-outer {
		padding-top: 1.56vw;
	}
	.product-content-outer:before {
		height: 29.9vw;
	}
	.product-caption h1 {
		padding: 0.78vw 0 0;
	}
	.product-caption h1:before {
		width: 3.13vw;
	}
	.main-image-wrapper {
		margin: 0 0 1.15vw;
		/*padding: 2.86vw 5.83vw;*/
	}
	#additional-image {
		padding: 0 2.81vw;
	}
	.product-category-sku-wrapper {
		margin: 0 0 1.3vw;
	}
	.product-short-description {
		margin: 0 0 0.94vw;
	}
	.product-old-price {
		margin-left: 0.78vw;
	}
	.product-economy-text {
		padding: 8px 0.99vw 9px;
		margin-left: 2.6vw;
	}
	.product-btn-wrapper {
		margin: 1.3vw 0 0;
	}
	.product-btn-action-wrapper > a {
		gap: 0.52vw;
	}
	.product-btn-action-icon {
		width: 2.29vw;
		height: 2.29vw;
	}
	.product-attribute-groups {
		margin: 1.82vw 0 0;
		grid-gap: 1.2vw;
	}
	.product-attribute-group-inner > a {
		margin: 0 0 0.83vw;
	}
	.product-attribute-group-inner > a > span {
		gap: 0.52vw;
		padding: 0 0.78vw;
	}
	.product-description-benefits {
		margin: 2.6vw auto 3.59vw;
		max-width: 55.47vw;
	}
	.product-description-title {
		margin: 0 0 1.41vw;
	}
	.product-description-title > span {
		padding: 0 0.78vw;
	}
	.product-description-text > p,
	.product-description-text > p * {
		margin: 0 0 0.68vw;
		font-size: 1.04vw!important;
	}
	.product-benefits-wrapper {
		margin: 1.56vw 0 0;
		grid-gap: 2.08vw;
	}
	.product-benefits-item {
		grid-template-columns: 2.6vw 1fr;
		grid-gap: 0.78vw;
	}
	.product-video-scheme-size {
		padding-bottom: 2.24vw;
	}
	.product-video-review {
		margin-top: 2.86vw;
	}
	.product-video-scheme-size:before {
		height: calc(100% - 6.04vw);
	}
	.product-video-scheme-size-wrapper {
		grid-template-columns: 41.41vw 1fr;
		grid-gap: 7.5vw;
	}
	.product-scheme-size {
		margin-top: 2.86vw;
	}
	.product-scheme-size-title {
		margin: 0 0 2.08vw;
	}
	.product-scheme-item {
		grid-gap: 0.57vw;
	}
	.product-scheme-title {
		padding: 0.52vw 0;
	}
	.product-scheme-wrapper {
		margin: 0 0 0.52vw;
	}
	.product-scheme-before,
	.product-scheme-after {
		padding: 8px 4px 0.83vw;
	}
	.product-scheme-description {
		margin: 0.68vw 0 0;
	}
	.product-size-wrapper {
		margin: 0.63vw 0 0;
		grid-gap: 1.09vw 9px;
	}
	.video-container-title {
		left: 1.56vw;
		top: 1.56vw;
	}
	.product-video-review-warranty-icon {
		top: -3.44vw;
		right: -3.91vw;
	}
	.product-video-review-warranty-icon > svg:first-child {
		width: 7.29vw;
		height: 7.29vw;
	}
	.product-video-review-warranty-icon > svg:last-child {
		width: 3.91vw;
		height: 3.91vw;
	}
	.more-less-sizes {
		margin: 0.78vw 0 0;
	}
	#related-products.featured-products {
		padding-top: 4.17vw;
	}
	.product-one-scheme-wrapper {
		margin: 0.78vw 0 0;
	}
	.product-one-scheme-wrapper .product-size-item+.product-size-item {
		margin-top: 0.52vw;
	}
	.product-one-scheme-wrapper .product-size-image {
		width: 6.51vw;
		height: 4.69vw;
	}
	.product-size-image-title {
		margin: 0 0 0.52vw;
	}
	.product-description-text > p > span[style*="font-size: 28px;"] {
		font-size: 1.458vw!important;
	}
}
@media(max-width: 1099.99px) {
	.product-content-wrapper {
		grid-template-columns: 100%;
		grid-gap: 40px;
		margin: 0 0 40px;
	}
	.product-video-scheme-size-wrapper {
		display: grid;
		grid-template-columns: 100%;
		grid-gap: 40px;
	}
	.product-video-review {
		width: 100%;
		max-width: 80%;
		margin: 30px auto 0;
	}
	.product-description-text > p,
	.product-description-text > p * {
		font-size: 14px!important;
	}
	.product-banner-item {
		padding-bottom: 56.25%;
	}
}
@media(max-width: 700px) {
	.fancybox-show-thumbs .fancybox-inner {
		right: 0!important;
	}
	.fancybox-show-thumbs .fancybox-thumbs {
		display: none!important;
	}
	.product-benefits-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.product-btn-action-wrapper {
		margin: 40px 0 0;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.product-video-review-warranty-icon {
		right: -30px;
		top: -50px;
	}
	.product-video-review-warranty-icon > svg:first-child {
		width: 100px;
		height: 100px;
	}
	.product-video-review-warranty-icon > svg:last-child {
		width: 50px;
		height: 50px;
	}
	.product-size-wrapper {
		grid-template-columns: repeat(3, 1fr);
	}
	.product-scheme-wrapper {
		grid-template-columns: 1fr;
	}
	.product-one-scheme-wrapper .product-size-image {
		height: 25vw;
		width: 25vw;
	}
	.product-description-text > p > span[style*="font-size: 28px;"] {
		font-size: 16px!important;	
	}
	.product-economy-text {
		margin-left: auto;
	}
	.product-btn-wrapper > a {
		min-height: 46px;
	}
	.main-image-wrapper {
		/*padding: 15px 20px;*/
	}
	.image-360-wrap {
		bottom: 10px;
		width: calc(100% - 16px);
	}
	#additional-image {
		padding-left: 0;
	}
}