/* CSS Document */

.news {
	color: #573F1C;
	display: block;
	overflow: hidden;
}
.news .swiper[active] {
	margin: 0 1.9rem;
	overflow: visible;
	padding-bottom: 4rem
}
@media (min-width: 48em) {
	.news .swiper[active] {
		margin: 0 3rem;
		padding-bottom: 2rem
	}
}
@media(min-width: 64em){
.news.has-bottom-wave {
/*	margin-bottom: calc(var(--wave-height) / 2);*/
    padding-top: 9rem;
	padding-bottom: var(--wave-height) / 2;
	}
}
.news.has-bottom-wave wave-animation {
	position: absolute;
	bottom: 0;
	width: 100%
}
.news_header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
@media (min-width: 48em) {
	.news_header {
		padding-top: 8.7rem;
		padding-bottom: 5.3rem;
		margin: 0 auto
	}
}
.news__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;
	display: inline-block;
	margin-bottom: 3rem
}
@media (min-width: 48em) {
	.news__heading {
		letter-spacing: 3px;
		line-height: 1.28;
        margin-bottom: 7rem
	}
}
.news__subtitle{
	display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
	color: #573F1C;
	text-align: center
}
.news__description{
	color: #573F1C;
    margin: 2rem auto 0;
    max-width: 68rem;
	padding-bottom: 5rem;
	line-height: 1.75;
    text-align: justify;
}
.news__grid {
	padding-bottom: 3rem
}
@media (max-width: 63.99em) {
	.swiper-initialized .news__grid {
		padding-left: 0;
		padding-right: 0
	}
}
@media (min-width: 32.5em) {
	.news__grid {
		padding-bottom: 4rem
	}
}
@media (min-width: 64em) {
	.news__grid {
		border-top: solid 1px rgba(165, 131, 56, .2);
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 4rem;
		position: relative
	}
	.has-wave .news__grid {
		padding-bottom: 0
	}
	.news__grid:before, .news__grid:after {
		background-color: rgba(165, 131, 56, .2);
		content: "";
		height: 100%;
		height: 150%;
		position: absolute;
		top: 0;
		width: 1px
	}
	.news__grid:before {
		left: 33.3333333333%
	}
	.news__grid:after {
		left: 66.6666666667%
	}
}
.swiper[active] .news__grid .swiper-slide {
	box-sizing: border-box;
	height: unset;
	max-width: 34rem
}
@media (min-width: 32.5em) {
	.swiper[active] .news__grid .swiper-slide {
		max-width: 40rem
	}
}
.swiper[active] .news__grid .product-card {
	height: 100%
}
.news__item {
	overflow: hidden
}
@media (min-width: 64em) {
	.news__item {
		padding-bottom: calc(10rem + var(--wave-height) / 2);
		margin-bottom: calc(-24rem - var(--wave-height) / 2)
	}
}
.news .swiper-pagination-horizontal {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-top: 1rem
}
@media (min-width: 48em) {
	.news .swiper-pagination-horizontal {
		padding-top: 0
	}
}
@media (min-width: 60rem) {
	.news .swiper-pagination-horizontal {
		display: none
	}
}
.news .swiper-pagination-bullet {
	background-color: #aaa;
	height: 1.4rem;
	margin: 0 .5rem;
	width: 1.4rem
}
.news .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #573F1C
}
.news .product-card {
	border-radius: 1rem;
	border: solid 1px rgba(165, 131, 56, .3);
	padding: 2.5rem 2rem 2.5rem;
	position: relative;
}
@media (min-width: 73rem) {
	.news .product-card {
		padding: 4rem
	}
}
@media (min-width: 64em) {
	.news .product-card {
		border-radius: 0;
		border: 0
	}
}
.featured-arrival .product-card__header-background {
    opacity: 0;
}
.news .product-card__header-background {
	opacity: 0
}
.news .product-card__badge[data-type=sale] {
	border: solid 1px white;
	color: #fff
}
.news .product-card__media {
	width: 100%;
	position: relative
}
.news .product-card__media:before {
	content: "";
	display: block;
	padding-top: 75%
}
.news .product-card__media>img {
	bottom: 0;
	left: 0;
	object-fit: contain;
	object-position: center;
	position: absolute;
	right: 0;
	top: 0;
}
@media (min-width: 48em) {
	.news .product-card__media {
		margin-bottom: 4rem
	}
}
@media (min-width: 64em) {
	.news .product-card__media {
		margin-top: 2rem;
		margin-bottom: 1rem
	}
}
/*.news .product-card__media img {
	width: 350px;
	height: unset;
	margin: 0 auto;
	transition: all .3s ease-in-out;
	transition-property: transform;
	border-radius: 1.5rem;
	object-fit: cover;
}*/

[data-png=true] .news .product-card__media img {
	filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, .16))
}
.news .product-card__header {
	background-color: #F9FAE0
}
@media (min-width: 64em) {
	.news .product-card__header {
		background-color: transparent;
		border: solid 1px  rgba(165, 131, 56, .2);
		padding: 1.2rem 2rem;
		margin: 2rem 0 3rem;
		color: #573F1C
	}
}
@media (max-width: 73.99rem) {
	.news .product-card__header{
		padding: 1.2rem 0
	}
}
.news .product-card__flavour-notes, .news .product-card__price, .news .product-card__description {
	color: #573F1C;
	text-align: left;
	flex: 1
}
@media (min-width: 64em) and (hover: hover) and (pointer: fine){
.news__item[data-png=true]:hover:not(:disabled) {
    background-color: #F9FAE0;
}
}
/*.news .product-card__button {
	border-color: #573F1C
}
@media (hover: hover) and (pointer: fine) {
	.news .product-card__button:hover:not(:disabled) {
		background-color: #FFE471;
		color: #fff
	}
}*/
@media (min-width: 64em) and (hover: hover) and (pointer: fine) {
	.news__item[data-png=true]:hover:not(:disabled) {
		background-color: #F9FAE0;
        color: #573F1C
	}
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-news.css.map?v=78945976479782005011670373482 */

