#section-product-detail .has-bottom-wave{
	padding-top: 9rem;
    padding-bottom: var(--wave-height);
}
.products__description {
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: -.2px;
	line-height: 1.5
}
.products {
	padding-top: 3rem;
	padding-bottom: 6rem;
	position: relative;
	z-index: 1;

}
@media (min-width: 48em) {
	.products {
		padding-top: 6rem
	}
}
.products__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 2rem 0 4rem
}
.products__description{
	font-size: 1rem;
}
@media (min-width: 48em) {
	.products__header {
		margin-bottom: 6rem
	}
}
.products__header .icon {
	width: 3rem
}

@media (min-width: 48em) {
	.products__header .icon {
		width: 6rem
	}
}
.products__heading {
	color: #573F1C;
    font-family: 'Nunito', sans-serif;
    font-weight: 1000;
    font-size: clamp(3rem, 4.6224961479vw + 1.2665639445rem, 6rem);
	letter-spacing: 3px;
	line-height: 1.28;
	text-align: center;
	text-transform: capitalize
}
@media (min-width: 64em) {
	.products__heading {
		letter-spacing: 1.5px;
		line-height: 1;
		margin-bottom: 1rem;
	}
}
.products__subtitle{
	color: #573F1C;
	font-size: 1.3rem;
    font-weight: bold;
	letter-spacing: 1.95px;
	line-height: 1.54;
	margin-bottom: 1rem
}
@media (min-width: 48em) {
	.products__subtitle {
		margin-bottom: 0
	}
}
.products__description {
	color: #573F1C;
	margin: 2rem auto 0;
	max-width: 50.4rem;
	text-align: left
}
.products__grid {
	display: grid;
	row-gap: 3rem;
	grid-template-columns: 1fr;
	grid-template-rows: minmax(0, 400px)
}
@media (min-width: 37.5em) {
	.products__grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, minmax(24rem, 1fr));
		gap: 1.5rem 2rem
	}
	.products__grid[data-layout=left] .products__item:first-child {
		grid-row-end: span 2
	}
}
@media (min-width: 64em) {
	.products__grid {
		gap: 3rem 4rem
	}
	.products__grid[data-layout=left] .products__item:first-child {
		width: 100%;
		position: relative
	}
	.products__grid[data-layout=left] .products__item:first-child:before {
		content: "";
		display: block;
		padding-top: 116.6666666667%
	}
	.products__grid[data-layout=left] .products__item:first-child>img {
		bottom: 0;
		height: 100%;
		left: 0;
		object-fit: contain;
		object-position: center;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%
	}
}
.products__item {
	overflow: hidden;
	border-radius: 1.5rem;
	width: 100%;
	position: relative
}
.products__item:before {
	content: "";
	display: block;
	padding-top: 100%
}
.products__item>img {
	bottom: 0;
	height: 100%;
	left: 0;
	object-fit: contain;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}
@media (min-width: 48em) {
	.products__item {
		width: 100%;
		position: relative
	}
	.products__item:before {
		content: "";
		display: block;
		padding-top: 55.5555555556%
	}
	.products__item>img {
		bottom: 0;
		height: 100%;
		left: 0;
		object-fit: contain;
		object-position: center;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%
	}
}
.products__item:before, .products__item>* {
	grid-area: content
}
@media (hover: hover) and (pointer: fine) {
	.products__item[data-type=card_image_hover]:hover:not(:disabled) .products__image-hover {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}
.products__item[data-type=card_color_hover] {
	background-color: #573F1C
}
@media (hover: hover) and (pointer: fine) {
	.products__item[data-type=card_color_hover]:hover:not(:disabled) img {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
	}
}
@media (hover: hover) and (pointer: fine) {
	.products__item[data-type=card_zoom_hover]:hover:not(:disabled) img {
		transform: scale(1.25)
	}
}
.products__item-contents {
	display: grid;
	grid-template-areas: "content";
	grid-template-rows: 1fr;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%
}
.products__link {
	z-index: 1
}
.products__link:before {
	content: "";
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1
}
.products__caption {
	font-size: 1rem;
	color: #fff;
	margin-top: auto;
	padding: 3rem 2rem;
	pointer-events: none;
	position: relative;
	z-index: 2;
	grid-row: 2;
	grid-column: 1
}
@media (min-width: 64em) {
	.products__caption {
		padding: 4rem
	}
}
.products-category__heading{
    font-family: 'Nunito', sans-serif;
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	letter-spacing: 1.5;
	text-transform: capitalize
}


.products-category__text {
	font-size: 0.75rem;
	text-align: left
}
@media (min-width: 64em) {
	.products__text {
		font-size: 1rem;
		font-weight: 400;
		letter-spacing: -.2px;
		line-height: 2
	}
}
.products__image {
	height: 100%;
	transition: all .3s ease-in-out;
	transition-property: opacity;
	position: relative;
	border-radius: 1rem;
	overflow: hidden;
	grid-row: 1/span 2;
	grid-column: 1
}
.products__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover
}
[data-type=card_color_hover] .products__image img {
	transition: all .3s ease-in-out;
	transition-property: clip-path;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}
[data-type=card_zoom_hover] .products__image img {
	transition: all .3s ease-in-out;
	transition-property: transform;
	transform-origin: inherit
}
.products__image-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 1;
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	transition: all .3s ease-in-out;
	transition-property: clip-path
}
.products__image-overlay {
	transition: all .3s ease-in-out;
	transition-property: transform;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, black);
	height: 100%;
	pointer-events: none;
	transform-origin: top center;
	z-index: 1;
	border-radius: 1rem;
	grid-row: 1/span 2;
	grid-column: 1
}
.products__footer {
	display: flex;
	justify-content: center;
	margin-top: 3rem
}
@media (min-width: 48em) {
	.products__footer {
		margin-top: 4.5rem
	}
}
@media (min-width: 64em) {
	.products__footer {
		margin-top: 6rem
	}
}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-products.css.map?v=46096152091558235941670373479 */