/*PRODUCT DETAILS START*/
.product_details{
	padding-top: 24px;
	margin-bottom: 200px;
}
.product_details__wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.product_details__visual{
	width: 100%;
	max-width: 600px;
	margin-right: 72px;
}

.visual__main{
	margin-bottom: 48px;
}
.visual__main:not(.slick-initialized) img:not(:first-child){
	display: none;
}
.visual__main .slick-track{
	display: flex;
}
.visual__main .slick-slide{
	height: inherit;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.visual__main .slick-prev, 
.visual__main .slick-next{
	top: calc(100% + 24px);
}
.visual__main .slick-prev{
	left: 0;
}
.visual__main .slick-next{
	right: 0;
}
.visual_navigation .slick-track{
	display: flex;
}
.visual_navigation .slick-slide{
	margin-right: 16px;
	border-radius: 8px;
	height: inherit !important;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.visual_navigation .slick-slide:hover,
.visual_navigation .slick-current{
	border: 2px solid var(--orange);
}
.visual_navigation:not(.slick-initialized) img{
	display: none;
}
.visual__image{
	width: 100%;
}
.visual__image img{
	width: 100%;
}

.product_details__text{

}
.product_details__text h1{
	margin-bottom: 40px;
}
.product_details__text > .text{
	margin-bottom: 24px;
}
.product_details__text .white-button{
	margin-bottom: 56px;
}
.product_details__properties{
	width: 100%;
	margin-bottom: 64px;
}
.property_row{
	margin-bottom: 24px;
	display: flex;
}
.property_row .text{
	width: 100%;
	max-width: 30%;
	margin-right: 24px;
}
.property_row .accent-title{
	font-size: 16px;
	line-height: 110%;
}
.product_add_meta_wrap{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.product_details__variations{
	width: 100%;
	max-width: 60%;
	margin-bottom: 36px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.product_add_meta_wrap .orange-button{
	height: fit-content;
}
.product_details__variation{
	width: 100%;
	max-width: 48%;
	margin-right: 2%;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.variation__bucket{
	background-image: url(../img/bucket.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 39px;
	height: 50px;
	position: relative;
	margin-right: 12px;
}
.variation__bucket span{
	font-weight: 600;
	font-size: 12px;
	line-height: 110%;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	
}

.texture  .icons_text__block{
	max-width: 50%;
}
.texture .property_row{
	margin-bottom: 24px;
}

.product-template-default .tiles__section{
	margin-top: 280px;
}


.single-product .order_form__wrap{
	align-items: start;
}
.order_form__text{
	/*margin-top: 32px;*/
}
@media screen and (max-width:  920px){
	.product_details__wrap{
		flex-wrap: wrap;
	}
	.product_details__visual{
		max-width: 100%;
		display: flex;
		margin-right: 0;
		/*margin-bottom: 40px*/
	}
	.order_form__text{
		margin-top: 12px;
	}
	.visual__main{
		width: 80%;
		margin-right: 16px;
		margin-bottom: 0
	}
	.visual__main .slick-slide{
		aspect-ratio: 8.6 / 10;
	}
	.visual_navigation .slick-track{
		display: block;
		width: 100%;
	}
	.visual_navigation .slick-slide{
		height: unset !important ;
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 8px;
	}

	.product_details__text{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.product_details__text h1{
		margin-bottom: 8px;
	}
	.product_details__properties{
		order: 1;
		margin-bottom: 0;
	}
	.product_add_meta_wrap{
		flex-wrap: wrap;
	}
	.product_details__variations{
		width: 100%;
		max-width: unset;
		margin-bottom: 24px;
	}
	.product_details__variation{
		max-width: 48%;
		margin-bottom: 16px;
	}
	.product_details__text .orange-button{
		margin-bottom: 80px;
	}
	.property_row .accent-title{
		font-size: 14px;
	}
	.product-template-default .tiles__section{
		margin-top: 0px;
	}
	.product_details{
		margin-bottom: 32px;
		padding-top: 0;
	}
}
/*PRODUCT DETAILS END*/



/*TEXTURE SLIDER*/
.texture .product_details__visual{
	max-width: 500px;
	display: flex;
	/*margin-right: 0;*/
	/*margin-bottom: 40px*/
}
.texture .visual__main{
	width: calc(100% - 80px);
	margin-right: 16px;
	margin-bottom: 0
}
.texture .visual__main .slick-slide{
	aspect-ratio: 8.6 / 10;
}
.texture .visual_navigation .slick-track{
	display: block;
	width: 100%;
}
.texture .visual_navigation .slick-slide{
	height: unset !important ;
	width: 100% !important;
	margin-right: 0;
	margin-bottom: 8px;
}
.texture .visual__main .slick-slide{
	aspect-ratio: 7 / 10;
}
.texture .visual_navigation .slick-track{
	display: block;
}