.latest-products {
	padding: 17px 0 55px;
	position: relative;
}
.latest-products:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	max-height: 50%;
	background: var(--color-F0F1F3);
}
.latest-products > div {
	position: relative;
	z-index: 2;
}
.latest-products .custom-title-line {
	margin-bottom: 20px;
}
.latest-product-wrapper {
	display: grid;
	grid-template-columns: 1fr 944px 1fr;
	grid-gap: 70px;
}
.latest-product-middle .product-card-image {
	background: var(--color-FFF);
	filter: drop-shadow(0px 4px 16.1px rgba(0, 0, 0, 0.10));
	padding: 0;
}
.latest-product-middle .product-card-image video,
.latest-product-middle .product-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.latest-product-middle .product-card-sticker-wrapper {
	left: 30px;
	bottom: 10px;
}
.latest-product-title-description {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 20px;
}
.latest-product-short-title-description {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 28px */
	margin: 0 0 10px;
}
.latest-product-short-description {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
	margin: 0 0 18px;
}
.latest-product-price {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: var(--color-D40007);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 42px */
}
.latest-product-price > span {
	font-weight: 400;
	line-height: 140%;
}
.latest-product-list-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.latest-product-list-item {
	width: 115px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}
.latest-product-list-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 2px;
	width: 0;
	transition: .3s;
	background: var(--color-C9AD6F);
	z-index: 3;
}
.latest-product-list-item:hover:before,
.latest-product-list-item.active:before {
	width: 100%;
}
.latest-product-list-item-image {
	width: calc(100% - 6px);
	position: relative;
	height: 0;
	padding-bottom: 74.31%;
	overflow: hidden;
	margin: 0 0 4px;
}
.latest-product-list-item-image > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}
.latest-product-list-item-name {
	transition: .3s;
	color: var(--color-797777);
	text-align: center;
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
}
.latest-product-list-item.active .latest-product-list-item-name {
	color: var(--color-1F1D1C);
}
.latest-product-category {
	color: var(--color-797777);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 18.2px */
	margin: 0 0 3px;
}
.latest-product-name {
	display: block;
	color: var(--color-1F1D1C);
	font-family: var(--intro-book-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 33px */
	margin: 0 0 30px;
}
.latest-product-name:hover {
	color: var(--color-C9AD6F);
}
.latest-product-attribute-title {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 20px;
}
.latest-product-attribute-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 30px;
}
.latest-product-attribute-item {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
.latest-product-attribute-item > span {
	color: var(--color-797777);
}
.latest-product-btn-cart > .btn-default-gold {
	padding: 9px 41px 10px 32px;
}
/*.latest-product-btn-cart > .btn-default-gold:before {
	left: -170%;
}
.latest-product-btn-cart > .btn-default-gold:hover:before {
	left: 0;
}*/
.latest-product-right,
.latest-product-left {
	height: calc(100% - 100px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.latest-product-right > div.active,
.latest-product-left > div.active {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.latest-product-right > div,
.latest-product-middle > div:not(.latest-product-list-wrapper),
.latest-product-left > div {
	display: none;
}
.latest-product-attribute-empty {
	min-height: 108px;
	margin: 0 0 68px;
}
.latest-product-benefits {
	margin: 100px 0 0;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 15px;
}
.latest-product-benefits-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
.latest-product-benefits-icon {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.latest-product-benefits-icon > img {
	max-width: 100%;
	max-height: 100%;
	transition: .3s;
}
.latest-product-benefits-item:hover .latest-product-benefits-icon > img {
	transform: scale(1.05);
}
.latest-product-benefits-name {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 5px;
}
.latest-product-benefits-text {
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
}
.latest-product-actions {
	margin: 20px 0 0;
	height: 40%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.latest-product-actions > a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	color: var(--color-1F1D1C);
	font-family: var(--mont-ff);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.latest-product-action-icon {
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.latest-product-action-icon > img {
	max-width: 100%;
	max-height: 100%;
}
.latest-products .swiper {
	overflow: unset;
	margin: 0 0 31px;
	z-index: 10;
}
.latest-products .swiper-slide {
	opacity: 0;
	visibility: hidden;
	transition: .15s;
}
.latest-products .swiper-slide.swiper-slide-active,
.latest-products .swiper-slide.swiper-slide-next,
.latest-products .swiper-slide.swiper-slide-next+div {
	opacity: 1;
	visibility: visible;
}
.latest-products .swiper > a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 4px 16.1px 0px rgba(0, 0, 0, 0.10);
	z-index: 9;
	background: var(--color-FFF);
	overflow: hidden;
}
.latest-products .swiper > a > svg {
	position: relative;
	z-index: 3;
}
.latest-products .swiper > a:before {
	position: absolute;
	content: '';
	left: -130%;
	top: 130%;
	width: 100px;
	height: 100px;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: .5s;
	background: var(--color-C9AD6F);
	z-index: 1;
}
.latest-products .swiper > a:hover:before {
	left: 30%;
}
.latest-products .swiper > a.prev-slide {
	left: 9px;
}
.latest-products .swiper > a.next-slide {
	right: 9px;
}
@media(min-width: 1100px) {
	.latest-products {
		padding: 0.885vw 0 2.865vw;
	}
	.latest-products .custom-title-line {
		margin-bottom: 1.042vw;
	}
	.latest-product-wrapper {
		grid-template-columns: 1fr 49.167vw 1fr;
		grid-gap: 3.646vw;
	}
	.latest-product-middle .product-card-sticker-wrapper {
		left: 1.563vw;
	}
	.latest-product-title-description {
		margin: 0 0 1.042vw;
	}
	.latest-product-short-description {
		margin: 0 0 0.938vw;
	}
	.latest-product-list-wrapper {
		margin-top: 1.042vw;
	}
	.latest-product-list-item {
		width: 5.99vw;
	}
	.latest-product-name {
		margin: 0 0 1.563vw;
	}
	.latest-product-attribute-title {
		margin: 0 0 1.042vw;
	}
	.latest-product-attribute-list {
		margin: 0 0 1.56vw;
	}
	.latest-product-btn-cart > .btn-default-gold {
		padding: 9px 2.135vw 10px 1.667vw;
	}
	.latest-product-attribute-empty {
		min-height: 5.625vw;
		margin: 0 0 3.542vw;
	}
	.latest-product-benefits {
		margin: 5.208vw 0 0;
		grid-gap: 0.781vw;
	}
	.latest-product-benefits-item {
		gap: 0.781vw;
	}
	.latest-product-benefits-icon {
		width: 2.604vw;
		height: 2.604vw;
	}
	.latest-product-actions {
		grid-gap: 0.781vw;
	}
	.latest-product-actions > a {
		gap: 0.781vw;
	}
	.latest-product-action-icon {
		width: 2.292vw;
		height: 2.292vw;
	}
	.latest-products .swiper {
		margin: 0 0 1.615vw;
	}
	.latest-products .swiper > a {
		width: 2.083vw;
		height: 2.083vw;
	}
	.latest-products .swiper > a:before {
		width: 5.208vw;
		height: 5.208vw;
	}
}
@media(max-width: 1099.99px) {
	.latest-product-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
	.latest-product-left {
		order: 10;
	}
	.latest-product-right {
		order: 20;
	}
	.latest-product-middle {
		grid-column: span 2;
		order: 30;
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 30px;
	}
	.latest-product-attribute-list {
		margin-bottom: 20px;
	}
	.latest-product-name {
		margin-bottom: 15px;
	}
	.latest-product-actions,
	.latest-product-benefits {
		margin-top: 20px;
	}
	.latest-product-benefits {
		grid-template-columns: repeat(3, 1fr);
	}
	.latest-product-benefits-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.latest-product-actions {
		grid-template-columns: repeat(3, 1fr);
	}
	.latest-product-attribute-empty {
		display: none;
	}
}
@media(min-width: 990.01px) and (max-width: 1099.99px) {
	.latest-product-middle > div:not(.latest-product-list-wrapper) {
		width: calc(100% - 200px);
		order: 20;
	}
	.latest-product-list-wrapper {
		flex-direction: column;
		width: 150px;
		order: 10;
	}
	.latest-product-list-item:before {
		width: 2px;
		height: 0;
		left: unset;
		right: 0;
	}
	.latest-product-list-item:hover:before, .latest-product-list-item.active:before {
		height: 100%;
		width: 2px;
	}
}
@media(max-width: 990px) {
	.latest-products {
		overflow-x: hidden;
	}
	.latest-products .swiper {
		margin-bottom: 70px;
	}
	.latest-product-wrapper {
		grid-template-columns: 1fr;
	}
	.latest-product-middle {
		grid-column: unset;
		flex-direction: column;
	}
	.latest-products:before {
		display: none;
	}
}
@media(max-width: 700px) {
	.latest-product-actions {
		grid-template-columns: 1fr;
	}
	.latest-product-benefits {
		grid-template-columns: 1fr;
	}
	.latest-product-list-wrapper {
		overflow-x: auto;
		max-width: calc(100vw - 20px);
	}
	.latest-product-list-item {
		width: 70px;
	}
	.latest-product-list-item-name {
		font-size: 11px;
	}
	.latest-product-list-wrapper::-webkit-scrollbar {
		width: 2px;
		height: 0;
	}
	.latest-product-list-wrapper::-webkit-scrollbar-track {
		background: var(--color-BCBCBB);
	}
	.latest-product-list-wrapper::-webkit-scrollbar-thumb {
		background-color: var(--color-1F1D1C);
		border-radius: 0;
		border: none;
	}
	.latest-product-middle {
		gap: 10px;
	}
}