.featured-collection {
  background-color: #573F1C;
  color: #fff;
  display: block;
  overflow: hidden;
}
#product-recommendations .featured-collection .swiper[active] {
  margin: 0 1.9rem;
  overflow: visible;
  padding-bottom: 4rem;
}
@media (min-width: 48em) {
  #product-recommendations .featured-collection .swiper[active] {
    margin: 0 3rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 54rem){
#product-recommendations .swiper-pagination-bullets{
	display: none;	
  }
}
.featured-collection.has-bottom-wave {
  padding-bottom: calc(var(--wave-height) / 2);
}
.featured-collection.has-bottom-wave wave-animation {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.featured-collection__header {
	color: #fff;
    font-size: clamp(2rem, 4.6224961479vw + 1.2665639445rem, 6rem);
    letter-spacing: 1.5px;
    line-height: 1.33;
    display: flex;
	align-items: center;
	  flex-direction: column;
	  font-weight: 900;
	  padding-bottom: 3rem;
	  padding-top: 4rem;
	  position: relative;
	  text-align: center;
	  text-transform: capitalize;
	  z-index: 1;
}
@media (min-width: 48em) {
  .featured-collection__header {
    padding-top: 8.7rem;
    padding-bottom: 5.3rem;
  }
}

.featured-collection__subtitle {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 1.95px;
  line-height: 1.54;
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .featured-collection__subtitle {
    margin-bottom: 0;
  }
}

.featured-collection__heading {
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: clamp(2rem, 4.6224961479vw + 1.2665639445rem, 6rem);
  letter-spacing: 1.5px;
  line-height: 1.33;
}
@media (min-width: 48em) {
  .featured-collection__heading {
    letter-spacing: 3px;
    line-height: 1.28;
  }
}

.featured-collection__grid {
  background: #573F1C;
  padding-bottom: 3rem;
}
@media (max-width: 63.99em) {
  #product-recommendations .swiper-initialized .featured-collection__grid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 32.5em) {
  .featured-collection__grid {
    padding-bottom: 4rem;
  }
}
@media (min-width: 64em) {
  .featured-collection__grid {
    border-top: solid 1px rgba(165, 131, 56, .3);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 4rem;
    position: relative;
  }
  .has-wave .featured-collection__grid {
    padding-bottom: 0;
  }
  .featured-collection__grid:before, .featured-collection__grid:after {
    background-color: rgba(165, 131, 56, .3);
    content: "";
    height: 100%;
    height: 150%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .featured-collection__grid:before {
    left: 33.3333333333%;
  }
  .featured-collection__grid:after {
    left: 66.6666666667%;
  }
}
#product-recommendations .swiper[active] .featured-collection__grid .swiper-slide {
  box-sizing: border-box;
  height: unset;
  max-width: 34rem;
}
@media (min-width: 32.5em) {
  #product-recommendations .swiper[active]  .featured-collection__grid .swiper-slide {
    max-width: 40rem;
  }
}
#product-recommendations .swiper[active] .featured-collection__grid .product-card {
  height: 100%;
}

.featured-collection__item {
  overflow: hidden;
}
@media (min-width: 64em) {
  .featured-collection__item {
    padding-bottom: calc(4rem + var(--wave-height) / 2);
    margin-bottom: calc(-8rem - var(--wave-height) / 2);
  }
}

#product-recommendations .featured-collection .swiper-pagination-horizontal {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
}
@media (min-width: 48em) {
  #product-recommendations .featured-collection .swiper-pagination-horizontal {
    padding-top: 0;
  }
}
#product-recommendations .featured-collection .swiper-pagination-bullet {
  background-color: #fff;
  height: 1.4rem;
  margin: 0 0.5rem;
  width: 1.4rem;
}
#product-recommendations .featured-collection .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F6DD73;
}
@media (min-width: 54rem){
#product-recommendations .featured-collection .swiper-pagination-bullet{
	display: none;	
  }
}
.featured-collection .product-card {
  border-radius: 1rem;
  border: solid 1px rgba(165, 131, 56, .3);
  padding: 2.5rem 2rem 3rem;
  position: relative;
}
@media (min-width: 32.5em) {
  .featured-collection .product-card {
    padding: 4rem 4rem 8rem;
  }
}
@media (min-width: 64em) {
  .featured-collection .product-card {
    border-radius: 0;
    border: 0;
  }
}
.featured-collection .product-card__header-background {
  opacity: 0;
}
.featured-collection .product-card__badge[data-type=sale] {
  border: solid 1px white;
  color: white;
}
.featured-collection .product-card__media {
  width: 100%;
  position: relative;
}
.featured-collection .product-card__media:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.featured-collection .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) {
  .featured-collection .product-card__media {
    margin-bottom: 4rem;
  }
}
@media (min-width: 64em) {
  .featured-collection .product-card__media {
    margin-top: 2rem;
    margin-bottom: 6rem;
  }
}
.featured-collection .product-card__media img {
  width: auto;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  transition-property: transform;
  height: unset;
  max-height: 100%;
}
[data-png=true] .featured-collection .product-card__media img {
  filter: drop-shadow(0 0 2.5rem rgba(0, 0, 0, 0.16));
}
.featured-collection .product-card__header {
  background-color: #573F1C;
}
	.featured-collection .product-card__header{
	background-color: transparent;
    border: solid 1px rgba(165, 131, 56, 0.3);
    padding: 0.5rem 0;
    margin: 0 0 1rem;
    color: white;
	}
@media (min-width: 73rem) {
  .featured-collection .product-card__header {
    padding: 1.2rem 2rem 1.2rem;
  }
}
.featured-collection .product-card__flavour-notes,
.featured-collection .product-card__button,
.featured-collection .product-card__price,
.featured-collection .product-card__description {
  color: white;
}
.featured-collection .product-card__button {
  border-color: white;
}
@media (hover: hover) and (pointer: fine) {
  .featured-collection .product-card__button:hover:not(:disabled) {
    background-color: #fcf9e0;
    color: #573F1C;
  }
}

@media (min-width: 64em) and (hover: hover) and (pointer: fine) {
  .featured-collection__item[data-png=true]:hover:not(:disabled) {
    background-color: #fcf9e0;
  }
}
/*#sourceMappingURL=/cdn/shop/t/2/assets/component-concepts.css.map?v=78945976479782005011670373482*/