:root {
  --intro-clip: 216px;
}

@media (min-height: 710px) {
  :root {
    --intro-clip: 170px;
  }
}

@media (min-width: 768px) {
  :root {
    --intro-clip: 320px;
  }
}

@media (min-width: 1025px) {
  :root {
    --intro-clip: 259px;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '' !important;
}
.blossom-font {
  padding: 0 0.625rem;
  background-color: #fff;
  color: #6d6e71;
  white-space: nowrap;
  font-weight: 900;
}

.blossom-appliances-product__cta,
.blossom-recipe__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.625rem;
  border-radius: 2.0625rem;
  text-transform: uppercase;
  padding: 0 1rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.7s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.7s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.blossom-appliances-product__cta:hover,
.blossom-recipe__cta:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.blossom-wrapper {
  background-color: #fff;
  position: relative;
}

.blossom-section-wrp {
  position: relative;
  width: 100% !important;
  max-width: 100rem;
}

.blossom-section--intro {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  height: calc(100vh - 3.75rem);
  width: 100%;
  max-width: 100rem;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .blossom-section--intro {
    height: calc(100vh - 7.5625rem);
  }
}

.blossom-section--with-height {
  text-align: center;
}

.blossom-section--with-height > * {
  position: relative;
  min-height: calc(100vh - 3.75rem);
}

@media (min-width: 1025px) {
  .blossom-section--with-height > * {
    min-height: calc(100vh - 4.375rem);
  }
}

.blossom-section--app {
  -webkit-clip-path: circle(var(--introCircle, 0) at 50% var(--intro-clip, 0));
  clip-path: circle(var(--introCircle, 0) at 50% var(--intro-clip, 0));
}

@media (max-width: 767px) {
  .blossom-section--app-unclip {
    -webkit-clip-path: none;
    clip-path: none;
  }
}

.coty-arrow {
  width: 1.375rem;
  height: 2.0625rem;
  background-color: transparent;
  border: 0.125rem solid #770059;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.coty-arrow svg {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s
    cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.coty-arrow--down svg {
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.coty-arrow--white {
  border-color: #fff;
}

.coty-arrow--white svg path {
  fill: #fff;
}

.m-photo-left-right--in-blossom {
  border-bottom: 0;
}

.m-photo-left-right--in-blossom
  .m-photo-left-right__column.m-photo-left-right__column--media
  .m-photo-left-right__media {
  padding-bottom: 70%;
}

.m-photo-left-right--in-blossom .m-photo-left-right__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}

.m-full-banner--time-to-blossom .m-full-banner__picture-wrap::after {
  background-color: rgba(0, 0, 0, 0);
}

.m-full-banner--time-to-blossom .m-full-banner__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.125rem;
  color: #fff;
}

.m-full-banner--time-to-blossom .m-full-banner__text-box {
  background-color: #8d9d90;
}

.m-full-banner--time-to-blossom .m-full-banner__text-box-content {
  text-align: center;
}

.m-full-banner--time-to-blossom .m-full-banner__cta-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1025px) {
  .m-full-banner--time-to-blossom .m-full-banner__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }

  .m-full-banner--time-to-blossom .m-full-banner__text-box {
    background-color: transparent;
  }

  .m-full-banner--time-to-blossom .m-full-banner__text-box--right {
    right: 15%;
  }
}

.m-full-banner--aromatic-herbs .m-full-banner__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.625rem;
  color: #000;
}

.m-full-banner--aromatic-herbs .m-full-banner__text-box {
  background-color: #fff;
}

.m-full-banner--aromatic-herbs .m-full-banner__text-box .blossom-font {
  white-space: initial;
  color: #000;
}

@media (min-width: 1025px) {
  .m-full-banner--aromatic-herbs .m-full-banner__picture-content {
    padding-bottom: 45%;
  }

  .m-full-banner--aromatic-herbs .m-full-banner__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 2.625rem;
  }

  .m-full-banner--aromatic-herbs .m-full-banner__text-box {
    width: 30%;
    background-color: transparent;
  }

  .m-full-banner--aromatic-herbs .m-full-banner__text-box--left {
    left: 6%;
  }
}

.blossom-fixed-cta {
  position: fixed;
  top: 35.625rem;
  right: 0;
  z-index: 20;
}

.blossom-fixed-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.625rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.0625rem 0 0 2.0625rem;
  text-transform: uppercase;
  padding: 0 1rem 0 3.3rem;
  cursor: pointer;
  border: none;
  background-color: #a57c65;
  color: #fff;
}

.blossom-fixed-cta__text {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 0.875rem;
}

.blossom-fixed-cta__figure {
  position: absolute;
  left: 0.3125rem;
  bottom: 0.0625rem;
  max-width: 2.5rem;
}

@media (min-width: 1025px) {
  .blossom-fixed-cta {
    top: 14.6875rem;
  }

  .blossom-fixed-cta__figure {
    left: 0;
    max-width: 4.6875rem;
  }

  .blossom-fixed-cta__button {
    padding: 0 1rem 0 5rem;
  }
}

.blossom-intro {
  min-height: 100%;
}

.blossom-intro__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blossom-intro__figure {
  position: absolute;
  top: 0;
  left: 0;
}

.blossom-intro__picture {
  display: block;
}

.blossom-intro__content {
  max-width: 20.9375rem;
  margin: 0 auto;
}

@media (min-height: 710px) {
  .blossom-intro__content {
    padding: 0 0.25rem;
    display: block;
  }
}

@media (min-width: 768px) {
  .blossom-intro__content {
    max-width: 40.625rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blossom-intro__figure,
  .blossom-intro__picture { height: 100%; }
  .blossom-product__img {
    object-fit: cover;
    height: 100%;
  }
}

.blossom-intro__title {
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 0;
}
.blossom-intro__title svg { max-width:100%; }

@media (min-width: 1025px) {
  .blossom-intro__title {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.blossom-intro .coty-arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin: 0 0 0 -0.6875rem;
}

@media (min-width: 1025px) {
  .blossom-intro .coty-arrow {
    position: absolute;
    bottom: 1.75rem;
  }
}

.blossom-appliances {
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ced5cc),
      color-stop(50%, #8d9d90),
      to(#516053)
    ) 0 0 no-repeat padding-box;
  background: transparent -webkit-linear-gradient(
      top,
      #ced5cc 0,
      #8d9d90 50%,
      #516053 100%
    ) 0 0 no-repeat padding-box;
  background: transparent -o-linear-gradient(
      top,
      #ced5cc 0,
      #8d9d90 50%,
      #516053 100%
    ) 0 0 no-repeat padding-box;
  background: transparent
    linear-gradient(180deg, #ced5cc 0, #8d9d90 50%, #516053 100%) 0 0 no-repeat
    padding-box;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .blossom-appliances {
    min-height: calc(100vh - 3.75rem);
  }
}

@media (min-width: 1025px) {
  .blossom-appliances {
    background: transparent -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#ced5cc),
        color-stop(50%, #8d9d90),
        to(#516053)
      ) 0 0 no-repeat padding-box;
    background: transparent -webkit-linear-gradient(
        top,
        #ced5cc 0,
        #8d9d90 50%,
        #516053 100%
      ) 0 0 no-repeat padding-box;
    background: transparent -o-linear-gradient(
        top,
        #ced5cc 0,
        #8d9d90 50%,
        #516053 100%
      ) 0 0 no-repeat padding-box;
    background: transparent
      linear-gradient(180deg, #ced5cc 0, #8d9d90 50%, #516053 100%) 0 0
      no-repeat padding-box;
    background-attachment: fixed;
    min-height: calc(100vh - 4.375rem);
  }
}

.blossom-appliances__mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100vh - 3.75rem);
  z-index: 99;
  background: transparent -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ced5cc),
      color-stop(50%, #8d9d90),
      to(#516053)
    ) 0 0 no-repeat padding-box;
  background: transparent -webkit-linear-gradient(
      top,
      #ced5cc 0,
      #8d9d90 50%,
      #516053 100%
    ) 0 0 no-repeat padding-box;
  background: transparent -o-linear-gradient(
      top,
      #ced5cc 0,
      #8d9d90 50%,
      #516053 100%
    ) 0 0 no-repeat padding-box;
  background: transparent
    linear-gradient(180deg, #ced5cc 0, #8d9d90 50%, #516053 100%) 0 0 no-repeat
    padding-box;
}

.blossom-appliances__mask--hidden {
  z-index: -1;
  background: 0 0;
}

.blossom-appliances__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .blossom-appliances__inner {
    height: calc(100% - 4.375rem);
    padding: 2rem 0 2.375rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .blossom-appliances__inner {
    height: 100%;
    padding: 0;
  }
}

.blossom-appliances__title {
  display: none;
  margin: 0 auto;
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .blossom-appliances__title {
    display: block;
  }
}

@media (min-width: 768px) {
  .blossom-appliances__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48rem;
    margin: 0 auto 2rem;
  }
}

@media (min-width: 1025px) {
  .blossom-appliances__products {
    width: 68rem;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.blossom-appliances-product {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
  min-height: calc(100vh - 5.75rem);
}

@media (min-width: 768px) {
  .blossom-appliances-product {
    min-height: 0;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .blossom-appliances-product {
    margin-left: 0;
    margin-right: 0;
  }
}

.blossom-appliances-product__title {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0.625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .blossom-appliances-product__title {
    display: none !important;
  }
}

.blossom-appliances-product__figure {
  width: 100%;
  margin: 1rem auto 0;
}

@media (min-width: 768px) {
  .blossom-appliances-product__figure {
    width: 53.125rem;
  }
}

.blossom-appliances-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .blossom-appliances-product__content {
    margin-bottom: 0;
  }
}

.blossom-appliances-product__cta {
  background-color: #fff;
  color: #000;
  min-width: 11.25rem;
  max-width: 18.25rem;
  padding: 0 1.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9125rem;
}

@media (min-width: 768px) {
  .blossom-appliances-product__cta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 13.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.blossom-inspiration {
  min-height: 0;
  height: calc(100vh - 3.75rem);
}

@media (min-width: 1025px) {
  .blossom-inspiration {
    height: calc(100vh - 4.375rem);
  }
}

.blossom-inspiration::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  mix-blend-mode: darken;
  z-index: 1;
}

.blossom-inspiration__inner {
  position: relative;
  height: 100%;
}

.blossom-inspiration__inner .coty-arrow {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  margin: 0 0 0 -0.6875rem;
}

.blossom-inspiration__content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.blossom-inspiration__title {
  position: absolute;
  top: 3.75rem;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.8125rem;
  width: 95%;
}

@media (min-width: 768px) {
  .blossom-inspiration__title {
    top: 4rem;
    font-size: 2.5rem;
    width: 100%;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 2rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .blossom-inspiration__title {
    top: 3.125rem;
  }
}

@media only screen and (min-width: 1401px) {
  .blossom-inspiration__title {
    top: 7.5rem;
  }
}

.blossom-inspiration__text {
  display: block;
  padding-top: 1.5rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25rem;
}

.blossom-inspiration__video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.blossom-inspiration__video {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blossom-inspiration__swipe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.75rem;
  z-index: 10;
}

@media (min-width: 1025px) {
  .blossom-inspiration__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .blossom-inspiration__item {
    max-width: 15.625rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .blossom-inspiration__item {
    max-width: 25%;
    margin: 0;
  }
}

@media only screen and (min-width: 1401px) {
  .blossom-inspiration__item {
    max-width: 18.75rem;
    margin: 0 1rem;
  }
}

.blossom-inspiration__item__content {
  width: 15.625rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .blossom-inspiration__item__content {
    width: 85%;
  }
}

@media only screen and (min-width: 1401px) {
  .blossom-inspiration__item__content {
    width: 18.75rem;
  }
}

.blossom-inspiration__item__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 5rem;
  flex: 0 0 5rem;
}

.blossom-inspiration__item__icons svg {
  margin: 1rem;
}

.blossom-inspiration__item__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.blossom-inspiration__nav {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .blossom-inspiration__nav {
    margin-top: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .blossom-inspiration__nav {
    margin-top: 0;
    display: none !important;
  }
}

.blossom-inspiration__nav__bullet {
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0.4375rem;
}

.blossom-inspiration__nav__bullet--active {
  background-color: #fff;
  border-color: transparent;
}

.blossom-recipes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blossom-recipes__inner {
  position: relative;
  width: 100%;
  height: calc(100% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .blossom-recipes__inner {
    padding: 2rem 0 6rem;
    height: calc(100% - 8rem);
  }
}

.blossom-recipes__heading {
  color: #000;
  max-width: 20.9375rem;
  margin: 1.625rem auto 0;
}

@media (min-width: 768px) {
  .blossom-recipes__heading {
    margin-top: 2.625rem;
    max-width: 37.5rem;
  }
}

@media (min-width: 1025px) {
  .blossom-recipes__heading {
    margin-top: 5.5rem;
    max-width: 68rem;
  }
}

.blossom-recipes__title {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #516053;
}

@media (min-width: 768px) {
  .blossom-recipes__title {
    font-size: 2.5rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .blossom-recipes__title {
    padding: 0 4rem;
  }
}

.blossom-recipes__text {
  margin-top: 2rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 300;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #516053;
}

@media (min-width: 768px) {
  .blossom-recipes__text {
    max-width: 53.125rem;
    margin: 2rem auto 0;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.blossom-recipes__next,
.blossom-recipes__prev {
  display: none;
  position: absolute;
  top: 55%;
  height: 3.75rem;
  width: 3.75rem;
  z-index: 2;
  background: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%238D9D90'%2F%3E%3C%2Fsvg%3E")
    center center no-repeat;
}

@media (min-width: 1025px) {
  .blossom-recipes__next,
  .blossom-recipes__prev {
    display: block;
  }
}

.blossom-recipes__prev {
  left: 0.625rem;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.blossom-recipes__next {
  right: 0.625rem;
}

.blossom-recipes__swipe {
  width: calc(100% - 2.625rem) !important;
  padding: 0 1.3125rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .blossom-recipes__swipe {
    width: calc(100% - 2rem) !important;
    padding: 0 1rem;
    margin-top: 3rem;
  }
}

@media (min-width: 1025px) {
  .blossom-recipes__swipe {
    padding: 0;
    width: 68rem !important;
  }
}

.blossom-recipes__list {
  height: 22.5rem;
}

@media (min-width: 768px) {
  .blossom-recipes__list {
    height: 28.125rem !important;
  }
}

.blossom-recipes__nav {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .blossom-recipes__nav {
    margin-top: 2rem;
  }
}

.blossom-recipes__nav__bullet {
  width: 0.875rem;
  height: 0.875rem;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.125rem solid #8d9d90;
  border-radius: 50%;
  margin: 0 0.4375rem;
}

.blossom-recipes__nav__bullet--active {
  border-color: transparent;
  background-color: #6d6e71;
}

.blossom-recipe {
  max-width: 19.4375rem;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0.0625rem rgba(0, 0, 0, 0.16);
}

.blossom-recipe.swiper-slide-active .blossom-recipe__cta,
.blossom-recipe.swiper-slide-active .blossom-recipe__text {
  display: inherit;
}

@media (min-width: 768px) {
  .blossom-recipe {
    max-width: 21.875rem;
  }
}

@media (min-width: 1025px) {
  .blossom-recipe {
    width: 21.875rem !important;
    height: 24.1875rem !important;
    margin-top: 2.1875rem;
  }

  .blossom-recipe.swiper-slide-active {
    margin-top: 0;
    height: 28.125rem !important;
  }
}

.blossom-recipe__figure {
  width: 100%;
  height: 100%;
}

.blossom-recipe__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blossom-recipe__content {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  width: 16.875rem;
  margin: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

@media (min-width: 768px) {
  .blossom-recipe__content {
    width: 18.75rem;
  }
}

.blossom-recipe__name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.875rem;
  flex: 0 0 1.875rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.375rem;
}

.blossom-recipe__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: 1rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}

@media (min-width: 768px) {
  .blossom-recipe__text {
    display: none;
  }
}

.blossom-recipe__cta {
  background-color: #fff;
  color: #000;
  margin: 1rem auto 0;
  max-width: 11.25rem;
  min-width: 8.375rem;
  padding: 0 1rem;
  min-height: 2.625rem;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 0.9125rem;
}

@media (min-width: 768px) {
  .blossom-recipe__cta {
    display: none;
  }
}
