@charset "UTF-8";
/* CSS Document */

/* v7-full-carousel */

.v7-full-carousel__item__title,
.v7-full-carousel__title,
.v7-full-carousel__title--md {
  font-family: CentraNo1, Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25;
}

.v7-full-carousel__item__title,
.v7-full-carousel__title--md {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.v7-full-carousel__title--md {
  font-weight: 400;
  font-size: 24px;
}

.v7-full-carousel__title {
  font-size: 14px;
}

.v7-full-carousel__item__title {
  font-size: 13px;
  line-height: 1.25;
}

.v7-full-carousel__container--v7 .v7-full-carousel__title {
  font-size: clamp(1.5rem, 0.935vw + 1.129rem, 2rem);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 700;
}

.v7-full-carousel__container--v7 .v7-full-carousel__item__title {
  font-size: clamp(1.125rem, 1.0625rem + 0.1563vw, 1.25rem);
  line-height: 1.6;
}

@media (min-width: 641px) {
  .v7-full-carousel__title--md {
    font-size: 28px;
  }

  .v7-full-carousel__title {
    font-size: 16px;
  }

  .v7-full-carousel__item__title {
    font-size: 18px;
  }
}

.v7-full-carousel__item__link {
  text-decoration: none;
  color: #212121;
}

.v7-full-carousel__item__link:active,
.v7-full-carousel__item__link:focus,
.v7-full-carousel__item__link:hover {
  color: #212121;
}

.v7-full-carousel {
  position: relative;
  margin-bottom: 0;
}

.v7-full-carousel__container {
  margin: 0 auto;
  background: #fff;
  padding: 50px 5% 30px;
}

.v7-full-carousel__container--v7 {
  padding-inline: 0;
  padding-block: 0;
  width: 100%;
}

@media (min-width: 641px) {
  .v7-full-carousel__container--v7 {
    padding-inline: 0;
    padding-block: 0;
    padding-block: 0;
  }
}

.v7-full-carousel__inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-transform: translateZ(0);
}

.v7-full-carousel__wrapper {
  display: flex;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  margin: 0 -5px;
}

.v7-full-carousel__wrapper.v7-full-is-swiping {
  transition: none;
}

.v7-full-carousel__title {
  text-align: left;
  margin-bottom: 10px;
}

.v7-full-carousel__title--md {
  margin-bottom: 20px;
}

.v7-full-carousel__container--v7 .v7-full-carousel__title {
  margin-bottom: 20px;
  color: #452c1e;
}

.v7-full-carousel__item {
  flex: 0 0 auto;
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  text-align: left;
}

.v7-full-carousel__item__link {
  display: block;
  transition: color 0.2s;
}

.v7-full-carousel__item__link:focus,
.v7-full-carousel__item__link:hover {
  color: #212121;
}

.v7-full-carousel__item__title {
  display: block;
  margin: 0;
  padding: 10px 0 0;
  background: #fff;
  transition: transform 0.2s;
}

.v7-full-carousel__container--v7 .v7-full-carousel__wrapper {
  margin: 0;
}

.v7-full-carousel__container--v7 .v7-full-carousel__item {
  padding: 0;
}

.v7-full-carousel__container--v7 .v7-full-carousel__item__title {
  text-transform: none;
  letter-spacing: 0;
  padding-right: 20px;
  color: #452c1e;
}

.v7-full-carousel__active .v7-full-carousel__item__link {
  color: #c1c1c1;
}

.v7-full-carousel__active .v7-full-carousel__item__link:focus,
.v7-full-carousel__active .v7-full-carousel__item__link:hover {
  color: #212121;
}

.v7-full-carousel__arrow-left,
.v7-full-carousel__arrow-right {
  display: none;
  position: absolute;
  top: 0;
  bottom: 26px;
  right: 100%;
  width: 50px;
  height: 50px;
  padding: 16px 2px 16px 0;
  margin: auto -25px;
  background-color: #fff;
  background-image: none;
  color: #127749;
  border: none;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, opacity 0.2s;
  cursor: pointer;
}

.v7-full-carousel__arrow-left svg,
.v7-full-carousel__arrow-right svg {
  fill: currentColor;
  width: 11px;
  height: 17px;
}

.v7-full-carousel__arrow-left[disabled],
.v7-full-carousel__arrow-right[disabled] {
  opacity: 0;
  cursor: default;
}

.v7-full-carousel__arrow-left:focus,
.v7-full-carousel__arrow-right:focus {
  outline: 0;
}

.v7-full-carousel__arrow-left:focus,
.v7-full-carousel__arrow-left:hover,
.v7-full-carousel__arrow-right:focus,
.v7-full-carousel__arrow-right:hover {
  background-color: #127749;
  color: #fff;
}

.v7-full-carousel__arrow-right {
  right: auto;
  left: 100%;
  padding-right: 0;
  padding-left: 2px;
}

.v7-full-carousel__arrow-right:after {
  transform: rotate(135deg);
}

.v7-full-carousel__container--v7 .v7-full-carousel__arrow-left,
.v7-full-carousel__container--v7 .v7-full-carousel__arrow-right {
  width: 44px;
  height: 44px;
  padding-top: 15px;
  margin: auto calc(-66px);
  background-color: hsla(0, 0%, 83.1%, 0.3);
  color: #452c1e;
}

.v7-full-carousel__container--v7 .v7-full-carousel__arrow-left svg,
.v7-full-carousel__container--v7 .v7-full-carousel__arrow-right svg {
  width: 12px;
  height: 12px;
}

.v7-full-carousel__container--v7 .v7-full-carousel__arrow-left:focus,
.v7-full-carousel__container--v7 .v7-full-carousel__arrow-left:hover,
.v7-full-carousel__container--v7 .v7-full-carousel__arrow-right:focus,
.v7-full-carousel__container--v7 .v7-full-carousel__arrow-right:hover {
  background-color: hsla(0, 0%, 46.3%, 0.3);
  color: #452c1e;
}

.v7-full-carousel__indicators {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: -20px 0 0;
  display: flex;
  justify-content: center;
}

.v7-full-carousel__indicators__item {
  position: relative;
  width: 40px;
  height: 4px;
  margin: 0 10px;
  border-radius: 4px;
  background-color: #452c1e;
  transition: background-color 0.2s;
  cursor: pointer;
}

.v7-full-carousel__indicators__item:focus,
.v7-full-carousel__indicators__item:hover {
  background-color: #452c1e;
}

.v7-full-carousel__indicators__item.v7-full-is-active {
  /*background-color: #127749;*/
}

.v7-full-carousel--products .v7-full-carousel__indicators {
  margin-top: 20px;
}

.v7-full-carousel__container--v7 .v7-full-carousel__indicators__item {
  width: 20px;
  margin: 0 6px;
  transition: background-color 0.2s, width 0.3s;
}

.v7-full-carousel__container--v7 .v7-full-carousel__indicators__item.v7-full-is-active {
  width: 50px;
}

.v7-full-carousel__media {
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-top: 112.5%;
  transition: opacity 0.2s;
}

.v7-full-carousel__media__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: transform 0.6s, opacity 0.3s !important;
}

.v7-full-no-touch .v7-full-carousel__item__link:focus .v7-full-carousel__media__img,
.v7-full-no-touch .v7-full-carousel__item__link:hover .v7-full-carousel__media__img {
  transform: translate(-50%, -50%) scale(1.05);
}

.v7-full-carousel__container--v7 .v7-full-carousel__media {
  padding-top: 0;
}

.v7-full-no-touch .v7-full-carousel__item__link:focus .v7-full-carousel__media,
.v7-full-no-touch .v7-full-carousel__item__link:hover .v7-full-carousel__media {
  opacity: 0.7;
}

.v7-full-no-touch .v7-full-carousel__item__link:focus .v7-full-carousel__media__img,
.v7-full-no-touch .v7-full-carousel__item__link:hover .v7-full-carousel__media__img {
  transform: translate(-50%, -50%) scale(1.1);
}

.v7-full-carousel__active .v7-full-carousel__media {
  opacity: 0.3;
}

.v7-full-carousel__container--v7 .v7-full-carousel__active .v7-full-carousel__media,
.v7-full-carousel__container--v7 .v7-full-carousel__item__link:focus .v7-full-carousel__media,
.v7-full-carousel__container--v7 .v7-full-carousel__item__link:hover .v7-full-carousel__media {
  opacity: 1;
}

.v7-full-carousel__container--v7 .v7-full-carousel__active .v7-full-carousel__item__title {
  color: #127749;
}

.v7-full-carousel__footer {
  margin-top: 60px;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .v7-full-carousel--products-single .v7-full-carousel__item,
  .einsteinProdReco[data-limit="3.0"] .v7-full-carousel__item {
    width: 100%;
  }
}

@media (min-width: 641px) {
  .v7-full-carousel {
    /*margin-bottom: 35px;*/
  }

  .v7-full-carousel__indicators {
    /*margin-top: 35px;*/
  }

  .v7-full-carousel__wrapper {
    margin: 0 -10px;
  }

  .v7-full-carousel__item {
    padding: 0 10px;
  }

  .v7-full-carousel__container--v7 .v7-full-carousel__wrapper {
    margin: 0;
  }

  .v7-full-carousel__container--v7 .v7-full-carousel__item {
    padding: 0;
  }

  .v7-full-carousel--products {
    max-width: 1260px;
  }

  .v7-full-carousel__media {
    padding-top: 0;
  }

  .v7-full-carousel__arrow-left,
  .v7-full-carousel__arrow-right {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 32px;
  }

  .v7-full-carousel--products .v7-full-carousel__arrow-left,
  .v7-full-carousel--products .v7-full-carousel__arrow-right {
    bottom: 55px;
  }

  .v7-full-carousel__indicators__item {
    width: 80px;
  }

  .v7-full-carousel__title {
    margin-bottom: 20px;
  }

  .v7-full-carousel__title--md {
    margin-bottom: 30px;
  }
}


@media (min-width: 1025px) {
  .v7-full-carousel {
    margin-bottom: 0;
  }

  .v7-full-carousel__container {
    padding: 0;
  }

  .v7-full-carousel__container--v7 {
    padding-block: 0;
    padding-block: 0;
    padding-inline: 0;
  }
}

@media (min-width: 1025px) and (min-width: 641px) {
  .v7-full-carousel__container--v7 {
    padding-block: 0;
    padding-block: 0;
    padding-inline: 0;
  }
}

@media (min-width: 1025px) {
  .v7-full-carousel__indicators {
    margin-top: -40px;
  }

  .v7-full-carousel__arrow-left,
  .v7-full-carousel__arrow-right {
    margin-left: 20px;
    margin-right: 20px;
  }
  .v7-full-carousel__footer {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .v7-full-carousel__container--v7 .v7-full-carousel__item {
    width: 100%;
  }
}