@charset "UTF-8";
/* CSS Document */
.columns {
  background-color: #573F1C;
  color: #fff;
  display: block;
  overflow: hidden
}
.columns a {
  text-decoration: none
}
.columns .swiper[active] {
  margin: 0 1.9rem;
  overflow: visible;
  padding-bottom: 4rem
}
@media (min-width: 48em) {
  .columns .swiper[active] {
    margin: 0 3rem;
    padding-bottom: 2rem
  }
}
@media(min-width: 48em) {
  .columns .has-bottom-wave {
    padding-top: 9rem;
    padding-bottom: calc(var(--wave-height) / 2)
  }
}
.columns .has-bottom-wave wave-animation {
  position: absolute;
  bottom: 0;
  width: 100%
}
.columns__header {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  padding-top: 4rem;
  padding-bottom: 3rem;
  position: relative;
  text-align: center;
  text-transform: capitalize;
  z-index: 1
}
@media (min-width: 48em) {
  .columns__header {
    padding-top: 8.7rem;
    padding-bottom: 5.3rem
  }
}
.columns__heading {
  color: #fff;
  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: 48em) {
  .columns__heading {
    letter-spacing: 3px;
    line-height: 1.28
  }
}
.columns__subtitle {
  font-size: 1.3rem;
  font-weight: bold;
}
.columns__grid {
  padding-bottom: 3rem
}
@media (max-width: 63.99em) {
  .swiper-initialized .columns__grid {
    padding-left: 0;
    padding-right: 0
  }
}
@media (min-width: 32.5em) {
  .columns__grid {
    padding-bottom: 4rem
  }
}
@media (min-width: 64em) {
  .columns__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 4rem;
    position: relative
  }
  .has-wave .columns__grid {
    padding-bottom: 0
  }
  /*	.columns__grid:before, .columns__grid:after {
		background-color: #bde9c933;
		content: "";
		height: 100%;
		height: 150%;
		position: absolute;
		top: 0;
		width: 1px*/
}
/*.columns__grid:before {
		left: 33.3333333333%
	}
	.columns__grid:after {
		left: 66.6666666667%
	}*/
.swiper[active] .columns__grid .swiper-slide {
  box-sizing: border-box;
  height: unset;
  max-width: 34rem
}
@media (min-width: 32.5em) {
  .swiper[active] .columns__grid .swiper-slide {
    max-width: 40rem
  }
}
.swiper[active] .columns__grid .product-card {
  height: 100%
}
.columns__item {
  overflow: hidden
}
@media (min-width: 64em) {
  .columns__item {
    padding-bottom: calc(8rem + var(--wave-height) / 2);
    margin-bottom: calc(-15rem - var(--wave-height) / 2)
  }
}
.columns .swiper-pagination-horizontal {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 1rem
}
@media (min-width: 60rem) {
  #section-columns .swiper-pagination-horizontal {
    display: none
  }
}
.columns .swiper-pagination-bullet {
  background-color: #fff;
  height: 1.4rem;
  margin: 0 .5rem;
  width: 1.4rem
}
.columns .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F6DD73
}
.columns .product-card {
  border-radius: 1rem;
  border: solid 1px rgba(165, 131, 56, .3);
  padding: 2.5rem 2rem 3rem;
  position: relative
}
@media (min-width: 30.99rem) {
  .columns .product-card {
    padding: 4rem
  }
}
@media (min-width: 64em) {
  .columns .product-card {
    border-radius: 0;
    border: 0
  }
}
.columns .product-card__header-background {
  opacity: 0
}
.columns .product-card__badge[data-type=sale] {
  border: solid 1px white;
  color: #fff
}
.columns .product-card__media {
  width: 100%;
  position: relative
}
.columns .product-card__media:before {
  content: "";
  display: block;
  padding-top: 75%
}
.columns .product-card__media > 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) {
  .columns .product-card__media {
    margin-bottom: 4rem
  }
}
@media (min-width: 64em) {
  .columns .product-card__media {
    margin-top: 2rem;
    margin-bottom: 1rem
  }
}
[data-png=true] .columns .product-card__media img {
  filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, .16))
}
.columns .product-card__header {
  background-color: #F9FAE0
}
@media (min-width: 64em) {
  .columns .product-card__header {
    background-color: transparent;
    border: solid 1px rgba(165, 131, 56, .2);
    padding: 1.2rem 2rem;
    margin: 4rem 0 3rem;
    color: #fff
  }
}
@media (max-width: 73.99rem) {
  .columns .product-card__header {
    padding: 1.2rem 0
  }
}
.columns .product-card__flavour-notes, .columns .product-card__price, .columns .product-card__description {
  color: #fff;
  text-align: left;
}
.columns .product-card__button {
  border-color: #573F1C
}
@media (hover: hover) and (pointer: fine) {
  .columns .product-card__button:hover:not(:disabled) {
    background-color: #FFE471;
    color: #fff
  }
}
@media (min-width: 64em) and (hover: hover) and (pointer: fine) {
  .columns__item[data-png=true]:hover:not(:disabled) {
    background-color: #fff
  }
}
@media (min-width: 64em) and (hover: hover) and (pointer: fine) {
  .columns__item[data-png=true]:hover:not(:disabled) {
    background-color: #fcf9e0;
    color: #573F1C
  }
}
@media (hover: hover) and (pointer: fine) {
  #section-columns .productcard__button:hover:not(:disabled) {
    background-color: #FFE471;
    color: #573F1C
  }
}