body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

img {
  display: inline-block;
}

.body {
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-family: Barmeno, sans-serif;
  color: #fff;
  line-height: 14px;
  font-weight: 500;
}

.main-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 30px;
}

.main-container.padding-1-col {
  position: relative;
  z-index: 2;
  padding-right: 7%;
  padding-left: 7%;
}

.main-container.padding-1-col.container-scroll {
  padding-top: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.main-container.legals-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: block;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.section-home-header {
  position: relative;
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #272727;
}

.block-header-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.button-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.button-container.error-page-button-container {
  margin-top: 30px;
}

.button {
  display: inline-block;
  padding: 14px 33px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.button.white {
  margin-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: all 250ms cubic-bezier(.77, 0, .175, 1), color 200ms ease;
  transition: all 250ms cubic-bezier(.77, 0, .175, 1), color 200ms ease;
  color: #000;
  cursor: pointer;
}

.button.white:hover {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.button.transparent {
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 250ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1);
  cursor: pointer;
}

.button.transparent:hover {
  background-color: #fff;
  color: #000;
}

.button.black {
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  background-color: transparent;
  -webkit-transition: all 250ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: all 250ms cubic-bezier(.645, .045, .355, 1), color 200ms cubic-bezier(.645, .045, .355, 1);
  color: #000;
}

.button.black:hover {
  background-color: #000;
  color: #fff;
}

.button.black.track-btn {
  margin-top: 20px;
  margin-left: 30px;
}

.button.track-column {
  margin-top: 10px;
  margin-right: 30px;
  margin-left: 30px;
  border: 1px solid #000;
  background-color: transparent;
}

.button-text {
  display: block;
}

.header-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Barmeno 588ce24f8a369', sans-serif;
  font-size: 58px;
  line-height: 70px;
  font-weight: 700;
}

.header-subtitle {
  font-family: 'Barmeno 588ce228b68dd', sans-serif;
  font-size: 30px;
}

.swiper-container {
  width: 100%;
  margin-top: 40px;
}

.swiper-container.swiper-home-header {
  position: relative;
  overflow: hidden;
  height: 100vh;
  margin-top: 0px;
}

.swiper-container.swiper-container-home-product {
  position: relative;
  width: 100%;
  padding-bottom: 5px;
}

.swiper-container.product-selection-container {
  padding-bottom: 5px;
}

.swiper-container.product-highlight-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  max-width: 400px;
  margin-top: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-container.push-product-container {
  position: relative;
  z-index: 1;
  margin-top: 60px;
  padding-bottom: 80px;
}

.swiper-container.slider-selection-visual {
  width: 100%;
  height: 100%;
}

.swiper-container.product-highlight-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-wrapper.swiper-header-wrapper {
  height: 100%;
}

.swiper-slide.swiper-slide-home-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide.swiper-header-slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide.swiper-header-slide.test-2 {
  background-image: url('../images/header-home.jpg');
  background-attachment: scroll;
}

.swiper-slide.home-product-swiper-slide {
  width: 70%;
}

.swiper-slide.product-selection-slide {
  text-align: center;
}

.swiper-slide.push-product-slide {
  width: 33%;
}

.swiper-slide.slider-selection-visual-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/selection-slider-visual-1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section-home-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 0% -103px;
  background-size: cover;
}

.home-product-content {
  margin-left: 8%;
  padding-right: 7%;
}

.home-product-slider {
  position: relative;
  width: 68%;
}

.home-product-title {
  font-size: 36px;
  line-height: 46px;
}

.separator-title {
  width: 55px;
  height: 4px;
}

.separator-title.white {
  margin-top: 20px;
  background-color: #fff;
}

.separator-title.white.centered {
  margin-right: auto;
  margin-left: auto;
}

.separator-title.centered {
  margin-right: auto;
  margin-left: auto;
}

.separator-title.centered.black {
  margin-top: 20px;
  background-color: #000;
}

.slide-home-product-content {
  width: 100%;
  text-decoration: none;
}

.slide-home-product-subtitle {
  margin-bottom: 28px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  text-decoration: none;
}

.slide-home-product-subtitle.gold {
  color: #b9984a;
}

.slide-home-product-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-transform: none;
}

.slide-home-product-title.white {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.slide-home-product-title.black {
  color: #000;
  font-size: 26px;
  line-height: 32px;
}

.slide-home-product-title.black.uppercase {
  text-transform: uppercase;
}

.text-link {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #b9984a;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link.gold {
  position: relative;
  display: inline-block;
  -webkit-transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  transition: all 200ms cubic-bezier(.455, .03, .515, .955);
  color: #b9984a;
  letter-spacing: 1px;
  cursor: pointer;
}

.slide-home-product-image-small {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: -95px;
  width: 20%;
}

.slide-home-text-container {
  width: 70%;
  margin-top: 40px;
}

.section-slider-selected-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-home-selection {
  position: relative;
  width: 50%;
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #f6f4f0;
}

.home-selection-visual {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50%;
  color: #b9984a;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.section-commitments {
  position: relative;
  padding-top: 80px;
  padding-bottom: 148px;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.block-h2 {
  font-family: 'Barmeno 588ce24f8a369', sans-serif;
}

.block-h2.centered {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Barmeno 588ce24f8a369', sans-serif;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
}

.block-h2.centered.black {
  color: #000;
}

.title-h2 {
  font-size: 36px;
  line-height: 43px;
  text-transform: none;
}

.home-commitment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.home-commitment-item {
  display: inline-block;
  width: 33%;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-commitment-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 126px;
  height: 126px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.commitment-item-text {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.section-feed {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #f6f4f0;
}

.home-socials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-socials-item {
  position: relative;
  overflow: hidden;
  width: 21%;
  min-height: 280px;
  min-width: 280px;
  margin: 15px;
  padding: 0px;
  background-color: #b9984a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  cursor: pointer;
}

.home-socials-item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.social-item-img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer {
  padding-top: 80px;
  background-color: #272727;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.33);
  text-align: center;
}

.footer-link {
  padding-right: 30px;
  padding-left: 30px;
  -webkit-transition: color 200ms cubic-bezier(.455, .03, .515, .955);
  transition: color 200ms cubic-bezier(.455, .03, .515, .955);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #b9984a;
}

.footer-link.w--current {
  padding-right: 0px;
  padding-left: 0px;
}

.footer-link.middle {
  margin-right: 40px;
  margin-left: 40px;
}

.footer-link.footer-pages {
  padding: 0px 30px 20px;
}

.footer-block-logo {
  min-width: 182px;
  text-align: center;
}

.footer-block-page-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-block-products-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-button-container {
  margin-top: 38px;
}

.footer-block-socials {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.38px;
}

.footer-newsletter {
  display: none;
  margin-bottom: 50px;
}

.footer-title {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field {
  position: relative;
  display: inline-block;
  height: 30px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-field:focus {
  border-bottom-color: #b9984a;
}

.footer-newsletter-field {
  position: relative;
}

.footer-socials-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-home.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper-home-product.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide-home-product.swiper-slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.footer-social-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer-social-link.fb-custom {
  margin-right: 15px;
}

.social-link-picto {
  display: inline-block;
  text-decoration: none;
}

.arrow-link-gold {
  position: absolute;
  left: auto;
  top: 4px;
  right: 0%;
  bottom: 0%;
}

.ornament-home-1 {
  position: absolute;
  left: 5%;
  top: auto;
  right: auto;
  bottom: 2%;
  width: 20%;
}

.image-6 {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: 11%;
}

.arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  display: none;
  -webkit-transform: translate(-55%, -50%);
  -ms-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
}

.home-product-next {
  position: absolute;
  left: -1px;
  top: 25%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.home-product-next:hover {
  background-color: #fff;
}

.product-selection-content {
  color: #000;
}

.product-selection-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 350ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 350ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 350ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 350ms cubic-bezier(.455, .03, .515, .955);
}

.product-selection-text {
  width: 50%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.selection-visual-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-image: url('../images/selection-slider-visual-1.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: opacity 500ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 15000ms cubic-bezier(.55, .085, .68, .53);
  transition: opacity 500ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 15000ms cubic-bezier(.55, .085, .68, .53);
  transition: opacity 500ms cubic-bezier(.55, .085, .68, .53), transform 15000ms cubic-bezier(.55, .085, .68, .53);
  transition: opacity 500ms cubic-bezier(.55, .085, .68, .53), transform 15000ms cubic-bezier(.55, .085, .68, .53), -webkit-transform 15000ms cubic-bezier(.55, .085, .68, .53);
}

.selection-visual-container.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

.swiper-pagination {
  display: block;
}

.swiper-pagination.pagination-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-pagination.pagination-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.home-product-previous {
  position: absolute;
  left: -30px;
  top: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.home-product-previous:hover {
  background-color: #fff;
}

.home-selection-next {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.home-selection-previous {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.single-product-header {
  position: relative;
  padding: 150px 0px;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.single-product-header-content {
  position: relative;
  width: 100%;
  margin-bottom: -60px;
  padding-left: 8%;
}

.heading {
  text-transform: uppercase;
}

.single-product-header-title {
  margin-bottom: 20px;
  font-family: Barmeno, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 94px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-product-header-subtitle {
  max-width: 70%;
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 36px;
  line-height: 48px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.single-product-header-subtitle.gold {
  padding-left: 0%;
  color: #b9984a;
}

.product-header-left {
  position: relative;
  z-index: 4;
  width: 60%;
}

.product-header-left.second-display {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-header-right {
  position: absolute;
  left: 40%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 8%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-header-photoless-img {
  max-height: 620px;
  margin-bottom: 19px;
}

.image-9 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.product-highlight-slide-content-information {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  text-align: center;
}

.single-product-top-content {
  position: relative;
  z-index: 5;
  padding-top: 0px;
  padding-bottom: 115px;
  background-color: #f6f4f0;
  background-image: url('../images/bg-white.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.single-product-block {
  padding: 50px 7%;
}

.single-product-block.single-product-ingredients {
  margin-right: 7%;
  margin-left: 7%;
  padding-right: 0%;
  padding-left: 0%;
}

.single-product-block.single-product-intro {
  margin-right: 7%;
  margin-bottom: 20px;
  margin-left: 7%;
  padding: 100px 0% 50px;
  border-bottom: 1px solid rgba(50, 51, 54, 0.7);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.single-product-block.single-product-nutritional-values {
  position: relative;
  margin-right: 7%;
  margin-left: 7%;
  padding-right: 0%;
  padding-left: 0%;
  border-bottom: 1px solid rgba(50, 51, 54, 0.7);
}

.single-product-block.single-product-intro {
  margin-right: 7%;
  margin-left: 7%;
  padding: 100px 0% 50px;
  border-bottom: 1px solid rgba(50, 51, 54, 0.7);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.product-intro-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
}

.single-product-intro-content {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.single-product-block-title {
  max-width: 700px;
  margin: 0px auto;
  font-family: Montserrat, sans-serif;
  color: #b9984a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.nutritional-values-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nutritional-values-item {
  display: inline-block;
  width: 33%;
  margin-bottom: 50px;
  text-align: center;
}

.nutritional-values-title {
  margin-top: 0px;
  margin-bottom: 23px;
  color: #000;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
}

.nutritional-values-content {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #b9984a;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.single-product-ingredients-content {
  max-width: 780px;
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7%;
  padding-left: 7%;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.paragraph {
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.single-product-bottom-content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 115px;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 0% -103px;
  background-size: cover;
  background-attachment: scroll;
}

.product-bottom-content {
  width: 42%;
  padding: 20px 20px 50px;
  background-color: rgba(0, 0, 0, 0.4);
}

.product-bottom-content.right {
  text-align: left;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.bottom-title-block {
  margin-bottom: 20px;
  margin-left: -35%;
}

.product-bottom-title {
  font-family: 'Barmeno 588ce24f8a369', sans-serif;
  font-size: 58px;
  line-height: 70px;
  text-transform: uppercase;
}

.product-bottom-subtitle {
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 36px;
  line-height: 48px;
  font-style: italic;
  font-weight: 400;
}

.bottom-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-product-bottom {
  margin-top: -100px;
}

.row-product-bottom.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.row-product-bottom.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -110px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-bottom-wrapper {
  position: relative;
  z-index: 2;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7%;
  padding-left: 14%;
}

.single-product-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block {
  margin-top: 60px;
}

.push-product-content {
  color: #000;
}

.single-product-slider-background {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 55%;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.push-product-previous {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.push-product-previous:hover {
  background-color: #fff;
}

.push-product-next {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.push-product-next:hover {
  background-color: #fff;
}

.category-product-header {
  position: relative;
}

.header-ratio-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-ratio-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.header-ratio-box {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 35%;
  background-image: url('../images/header.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.category-product-header-block-title {
  text-align: center;
}

.category-product-listing {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 0% -103px;
  background-size: cover;
}

.category-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-product-item {
  position: relative;
  display: inline-block;
  width: 45%;
  padding-right: 0%;
}

.category-item-title-block {
  position: relative;
  z-index: 1;
  padding-top: 10px;
}

.category-item-title {
  max-width: 22vw;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
}

.category-item-visual {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.category-item-decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  right: 0%;
  z-index: 0;
  width: 80%;
  height: 80%;
  border-right: 1px solid hsla(0, 0%, 100%, 0.5);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-right-line {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 42%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.bottom-left-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 55%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.category-item-img {
  max-height: 200px;
  max-width: 200px;
}

.gourmet-collection-intro {
  padding-top: 155px;
  padding-bottom: 40px;
  background-color: #f6f4f0;
  color: #000;
}

.block-h1 {
  font-family: 'Barmeno 588ce24f8a369', sans-serif;
}

.block-h1.centered {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Barmeno 588ce24f8a369', sans-serif;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
}

.block-h1.centered.black {
  color: #000;
  text-transform: uppercase;
}

.block-headerless-subtitle {
  max-width: 760px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.gourmet-decription {
  max-width: 760px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.gourmet-collection-listing {
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #f6f4f0;
}

.gourmet-collection-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms cubic-bezier(.77, 0, .175, 1);
  transition: all 350ms cubic-bezier(.77, 0, .175, 1);
  color: #000;
  text-align: center;
  text-decoration: none;
}

.gourmet-item-img {
  max-height: 300px;
  max-width: 300px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 450ms cubic-bezier(.455, .03, .515, .955);
  transition: all 450ms cubic-bezier(.455, .03, .515, .955);
}

.gourmet-item-block {
  margin-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
}

.gourmet-item-title {
  color: #000;
  font-size: 26px;
  line-height: 32px;
}

.gourmet-item-subtitle {
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.gourmet-item-hover {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 80%;
  height: 100%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.gourmet-line-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 0px;
  background-color: #b9984a;
  -webkit-transition: all 450ms cubic-bezier(.645, .045, .355, 1);
  transition: all 450ms cubic-bezier(.645, .045, .355, 1);
}

.gourmet-line-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 0px;
  background-color: #b9984a;
  -webkit-transition: all 450ms cubic-bezier(.77, 0, .175, 1);
  transition: all 450ms cubic-bezier(.77, 0, .175, 1);
}

.gourmet-line-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 0%;
  height: 1px;
  background-color: #b9984a;
  -webkit-transition: all 450ms cubic-bezier(.77, 0, .175, 1);
  transition: all 450ms cubic-bezier(.77, 0, .175, 1);
}

.gourmet-line-bottom {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 0px;
  height: 1px;
  background-color: #b9984a;
  -webkit-transition: all 450ms cubic-bezier(.77, 0, .175, 1);
  transition: all 450ms cubic-bezier(.77, 0, .175, 1);
}

.title-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 58px;
  line-height: 70px;
  text-transform: none;
}

.title-h1.our-commitment-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 43px;
}

.gourmet-collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.values-header {
  position: relative;
}

.values-header-block-title {
  text-align: center;
}

.values-listing {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #f6f4f0;
}

.values-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7%;
  padding-left: 7%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.values-item {
  display: inline-block;
  padding-left: 5%;
}

.values-item-content {
  position: relative;
  padding: 60px 40px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8cfbf;
  color: #000;
}

.values-item-title {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 43px;
}

.values-item-description {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.values-item-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.our-impact-header {
  position: relative;
}

.our-commitment-header-block-title {
  max-width: 900px;
  text-align: center;
}

.our-commitment-intro {
  position: relative;
  padding-top: 40px;
  padding-bottom: 220px;
  background-color: #f6f4f0;
}

.wrapper-two-cols {
  padding-right: 14%;
  padding-left: 14%;
  font-weight: 400;
}

.block-headerless {
  color: #000;
}

.commitment-production-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.commitment-production-block {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 30px;
  padding-left: 30px;
  color: #000;
  text-align: center;
}

.title-commitment-production {
  font-size: 58px;
  line-height: 70px;
  text-transform: none;
}

.title-commitment-production.our-commitment-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 43px;
}

.commitment-production-block-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.commitment-production-block-description {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.title-text-block {
  color: #000;
}

.title-text-block.white {
  color: #fff;
}

.our-commitment-section {
  position: relative;
  padding-top: 40px;
  padding-bottom: 190px;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 0px -103px;
  background-size: contain;
}

.our-commitment-list {
  display: block;
  margin-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.our-commitment-item {
  display: inline-block;
  margin-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.our-commitment-item-text {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.our-commitment-item-text.white {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.our-commitment-bottom-text {
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.our-impact-content {
  padding-top: 40px;
  padding-bottom: 75px;
  background-color: #f6f4f0;
}

.impact-environment-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.environment-block-content {
  width: 50%;
  max-width: 380px;
  color: #000;
}

.environment-block-img {
  width: 37%;
}

.environment-block-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.environment-block-item {
  position: relative;
  padding-left: 15px;
}

.environment-block-text {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.ratio-box {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 143%;
}

.ratio-box.company-img {
  padding-bottom: 100%;
}

.ratio-box.environment-img {
  padding-bottom: 143%;
}

.ratio-box.slide-home-product-image-big {
  padding-bottom: 60%;
}

.ratio-box-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.environment-block-p {
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.our-commitment-traceability {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6f4f0;
}

.traceability-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.traceability-col {
  display: inline-block;
  width: 50%;
  padding-right: 50px;
  padding-left: 50px;
}

.block-wysiwyg {
  width: 100%;
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.our-commitment-blockchain {
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #f6f4f0;
}

.blockchain-steps {
  display: block;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blockchain-step {
  display: inline-block;
  width: 33%;
  margin-top: 35px;
  text-align: center;
}

.blockchain-title {
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.blockchain-step-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blockchain-step-row.inversed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blockchain-decoration {
  position: absolute;
  left: 45%;
  top: 50%;
  right: 0%;
  bottom: auto;
  width: 32.5%;
  height: 50%;
  border-top: 2px dashed #d8cfbf;
  border-right: 2px dashed #d8cfbf;
}

.blockchain-step-number-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 126px;
  height: 126px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.blockchain-step-number {
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 84px;
  line-height: 100px;
  font-weight: 400;
  text-transform: none;
}

.visit-company-header {
  padding-top: 155px;
  padding-bottom: 50px;
  background-color: #f6f4f0;
}

.visit-company-informations {
  position: relative;
  padding-bottom: 170px;
  background-color: #f6f4f0;
}

.visit-company-double-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.visit-company-visual-container {
  display: inline-block;
  width: 50%;
  padding-right: 7%;
}

.visit-company-information-container {
  display: inline-block;
  width: 50%;
  height: 100%;
  padding-top: 50px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.visit-company-reservation {
  padding: 70px 0px 100px;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 0% -103px;
  background-size: cover;
}

.visit-company-reservation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.visit-company-reservation-item {
  display: inline-block;
  width: 33%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.commitment-production-block-copy {
  width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  text-align: center;
}

.visit-company-reservation-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.visit-company-reservation-description {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.link {
  -webkit-transition: color 350ms cubic-bezier(.645, .045, .355, 1);
  transition: color 350ms cubic-bezier(.645, .045, .355, 1);
  color: #f6f4f0;
  text-decoration: none;
}

.link:hover {
  color: #b9984a;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.error-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.error-page-content {
  position: relative;
  text-align: center;
}

.error-page-title {
  font-family: Barmeno, sans-serif;
  line-height: 43px;
}

._404-bg {
  position: absolute;
  left: 50%;
  top: -36%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Playfair Display', sans-serif;
  color: hsla(0, 0%, 100%, 0.05);
  font-size: 30vw;
  font-weight: 700;
}

.contact-header {
  padding-top: 155px;
  padding-bottom: 61px;
  background-color: #f6f4f0;
}

.contact-intro {
  position: relative;
  padding-bottom: 200px;
  background-color: #f6f4f0;
}

.contact-intro-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.contact-intro-left {
  width: 50%;
  padding-right: 40px;
}

.contact-intro-right {
  width: 50%;
  padding-left: 40px;
  border-left: 1px solid #d8cfbf;
}

.montserrat-p {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.montserrat-p.white {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.montserrat-p.white.search-result-text {
  margin-bottom: 10px;
}

.playfair-title {
  margin-bottom: 15px;
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.link-2 {
  color: #000;
  text-decoration: none;
}

.link-3 {
  color: #000;
  text-decoration: none;
}

.contact-form-section {
  padding-top: 20px;
  padding-bottom: 110px;
  background-color: #272727;
  background-image: url('../images/background.jpg');
  background-position: 0% -103px;
  background-size: cover;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.input {
  background-color: rgba(21, 20, 20, 0.4);
}

.history-header {
  position: relative;
}

.history-section {
  padding-top: 120px;
  padding-bottom: 150px;
  background-color: #f6f4f0;
}

.history-informations-content {
  width: 50%;
  padding-right: 7%;
}

.history-main-date {
  display: block;
  font-family: 'Playfair Display', sans-serif;
  color: #d8cfbf;
  font-size: 15vw;
  line-height: 15vw;
  font-weight: 700;
  text-align: center;
}

.history-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.history-block {
  position: relative;
  margin-bottom: 60px;
}

.history-block-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.date-separator {
  width: 45px;
  height: 3px;
  margin-right: 10px;
  background-color: #b9984a;
}

.history-date {
  color: #b9984a;
  font-size: 20px;
  line-height: 24px;
}

.barmeno-title {
  font-size: 36px;
  line-height: 43px;
}

.barmeno-title.black {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 36px;
  line-height: 43px;
}

.barmeno-title.black.history-block-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.history-img.img-top {
  position: absolute;
  left: auto;
  top: -25%;
  right: -7%;
  bottom: auto;
}

.shape-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0px;
  bottom: -1px;
  z-index: 1;
  width: 100%;
  height: 103px;
  background-color: #f6f4f0;
}

.shape-bottom.shape-bg {
  background-image: url('../images/background.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.shape-bottom.shape-bg {
  background-image: url('../images/background.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.shape-bottom.shape-bg-white {
  background-image: url('../images/bg-white.jpg');
  background-position: 50% -104px;
  background-size: cover;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.submit-button {
  height: 30px;
}

.button-2 {
  height: 30px;
}

.footer-newsletter-field-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.ticker-wrap {
  overflow: hidden;
  width: 100%;
}

.ticker {
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ticker-item {
  color: #eee9e0;
  font-size: 150px;
}

.html-embed {
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
}

.shape-top {
  position: absolute;
  left: 0%;
  top: -103px;
  right: 0px;
  z-index: 1;
  width: 100%;
  height: 103px;
  background-color: #f6f4f0;
}

.shape-top.shape-bg {
  top: -103px;
  background-image: url('../images/temp-bg.png');
  background-position: 50% 0px;
  background-size: cover;
}

.slide-push-product-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-transform: none;
}

.slide-push-product-title.white {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}

.slide-push-product-title.black {
  color: #000;
  font-size: 26px;
  line-height: 32px;
}

.slide-push-product-title.black.uppercase {
  text-transform: uppercase;
}

.list-item {
  display: block;
}

.product-commitment-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.product-commitment-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-commitment-img {
  height: 90px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.ornament-product-3 {
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 0;
  width: 20%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.ornament-product-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -3%;
  z-index: 0;
  width: 30%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.ornament-product-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 0;
  width: 20%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.ornament-category-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -16%;
  z-index: 0;
  width: 15%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.image-10 {
  width: 35%;
  -webkit-transition: width 350ms ease;
  transition: width 350ms ease;
}

.image-11 {
  width: 35%;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.history-date-content {
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 7%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-family: 'Playfair Display', sans-serif;
  color: #d8cfbf;
  font-size: 180px;
  line-height: 240px;
  font-weight: 700;
  text-align: center;
}

.history-anchors-list {
  position: absolute;
  left: -10%;
  top: 70%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.history-anchors-item {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.anchor-bullet {
  display: inline-block;
}

.history-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Playfair Display', sans-serif;
  line-height: 16px;
  font-style: italic;
  text-decoration: none;
}

.anchor-title {
  display: inline-block;
  padding-left: 5px;
  opacity: 0;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  color: #000;
  font-size: 14px;
  text-align: left;
  text-decoration: none;
}

.blockchain-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blockchain-img-container {
  position: relative;
}

.blockchain-text-container {
  padding-right: 50px;
  padding-left: 50px;
}

.blockchain-img {
  position: relative;
  z-index: 2;
  width: 220px;
}

.blockchain-number {
  margin-bottom: 25px;
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 80px;
  line-height: 80px;
  font-style: italic;
  font-weight: 400;
}

.blockchain-img-decoration {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.our-traceability-header {
  position: relative;
}

.our-traceability-blockchain {
  padding-top: 75px;
  padding-bottom: 100px;
  background-color: #f6f4f0;
}

.our-traceability-intro {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f6f4f0;
}

.single-product-header-photoless-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-header-img {
  max-height: 620px;
  margin-bottom: 19px;
}

.single-product-heade-photoless {
  position: relative;
  padding: 150px 0px;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-header-photoless-right {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-header-photoless-left {
  position: relative;
  z-index: 4;
  width: 60%;
}

.ornament-product-1 {
  position: absolute;
  left: auto;
  top: 33%;
  right: 2%;
  bottom: auto;
  z-index: 0;
  width: 21%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.main-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 50;
  width: 100%;
}

.customer-bar {
  height: 30px;
  background-image: url('../images/bg-customer.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  line-height: 30px;
  text-align: right;
}

.customer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 30px;
  text-transform: uppercase;
}

.phone-link {
  -webkit-transition: color 350ms cubic-bezier(.455, .03, .515, .955);
  transition: color 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  text-decoration: none;
}

.phone-link:hover {
  color: #b9984a;
}

.nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(39, 39, 39, 0.74)));
  background-image: linear-gradient(0deg, transparent, rgba(39, 39, 39, 0.74));
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-decoration: none;
}

.nav.fixed {
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  background-image: none;
}

.logo-container {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 55px;
  margin-top: 0px;
  cursor: pointer;
}

.nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-item {
  padding-top: 21px;
  padding-bottom: 21px;
  text-align: center;
  text-decoration: none;
}

.search-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: block;
}

.nav-first-link {
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: color 350ms cubic-bezier(.455, .03, .515, .955);
  transition: color 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.nav-first-link:hover {
  color: #b9984a;
}

.nav-undermenu-list {
  position: absolute;
  left: 0%;
  top: 55px;
  right: auto;
  bottom: auto;
  z-index: 5;
  display: none;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
  opacity: 1;
  -webkit-transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
}

.nav-undermenu-list.active {
  display: block;
}

.nav-undermenu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: color 350ms cubic-bezier(.455, .03, .515, .955);
  transition: color 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  line-height: 60px;
}

.nav-undermenu-link {
  -webkit-transition: color 350ms cubic-bezier(.455, .03, .515, .955);
  transition: color 350ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
}

.nav-undermenu-link:hover {
  color: #b9984a;
}

.logo-img {
  position: absolute;
  top: -30px;
  z-index: 10;
}

.search-svg {
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  cursor: pointer;
}

.nav-trigger {
  display: none;
  height: 55px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.mobile-block-socials-link {
  display: none;
}

.mobile-social-title {
  margin-bottom: 23px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-socials-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-social-link {
  margin-right: 20px;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
}

.footer-social-link-copy {
  margin-right: 20px;
  -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  transition: all 350ms cubic-bezier(.455, .03, .515, .955);
}

.search-popin {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -100;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #fff;
  background-image: url('../images/temp-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
}

.search-popin.active {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 60;
  display: block;
  opacity: 1;
}

.form-container {
  position: relative;
}

.input-search {
  height: 104px;
  margin-bottom: 0px;
  padding-right: 40px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  opacity: 1;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 78px;
  line-height: 104px;
  font-weight: 700;
}

.input-search:active {
  border-bottom-color: #b9984a;
}

.input-search:focus {
  border-bottom-color: #b9984a;
}

.search-form {
  margin-bottom: 0px;
}

.search-svg-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  cursor: pointer;
}

.search-button {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0%;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.search-results-container {
  margin-top: 40px;
}

.search-results-list {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.search-result-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-result-subtitle {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 26px;
  line-height: 35px;
  font-style: italic;
  font-weight: 400;
}

.btn-close-popin {
  position: absolute;
  left: auto;
  top: 50px;
  right: 50px;
  bottom: auto;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.close-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-line.last {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.success-message {
  opacity: 1;
}

.nav-undermenu-listing {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272727;
  opacity: 0;
  -webkit-transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
  transition: opacity 350ms cubic-bezier(.455, .03, .515, .955);
}

.btn-backward {
  display: none;
  padding: 10px;
}

.slide-home-product-image-container {
  position: relative;
  line-height: 14px;
}

.slide-home-product-image-big-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ticker-wrap-product {
  position: absolute;
  top: 25%;
  overflow: hidden;
  width: 100%;
}

.search-result-block-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-right: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.search-result-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Barmeno, sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}

.legals-content {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f6f4f0;
}

.legals-header {
  padding-top: 155px;
  padding-bottom: 0px;
  background-color: #f6f4f0;
}

.arrow-white-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow-white-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slider-selection-visual {
  position: relative;
  overflow: hidden;
  width: 50%;
  background-color: #f6f4f0;
}

.div-block-2 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.selection-visual-slide {
  display: inline-block;
  width: 25%;
  height: 100%;
  background-image: url('../images/selection-slider-visual-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.selection-visual-slide.slide-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b9984a;
  background-image: url('../images/selection-slider-visual-1.png');
  background-position: 50% 50%;
  background-size: cover;
  font-size: 40px;
}

.selection-visual-slide.slide-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b9984a;
  background-image: url('../images/visual-slide-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.selection-visual-slide.slide-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b9984a;
  background-image: url('../images/visual-slide-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.selection-visual-slide.slide-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/visual-slide-2.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.selection-visual-slide.slide-1-copy {
  background-image: url('../images/visual-slide-2.jpg');
}

.slider-selection-visual-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.test-2 {
  font-size: 40px;
}

.test-3 {
  font-size: 40px;
}

.test-4 {
  font-size: 40px;
}

.header-ratio-box-history {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 35%;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-ratio-box-commitment {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 35%;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collection-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header-ratio-box-track {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 35%;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.header-ratio-box-impact {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 35%;
  background-image: url('../images/header.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.collection-item {
  position: relative;
}

.category-list {
  width: 100%;
}

.category-link {
  width: 100%;
  color: #fff;
  text-decoration: none;
}

.text-block-2 {
  color: #b9984a;
}

.header-txt-container {
  width: 100%;
}

.region-p {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.product-title-region {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
}

.single-product-header-title-2 {
  margin-bottom: 20px;
  font-family: Barmeno, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 94px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-product-header-subtitle-2 {
  font-family: 'Playfair Display', sans-serif;
  color: #b9984a;
  font-size: 36px;
  line-height: 48px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.image-12 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.region-txt {
  font-family: Montserrat, sans-serif;
  line-height: 21px;
  font-weight: 400;
}

.text-block-3 {
  color: #b9984a;
}

.bkg-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/header-home.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-logo-link {
  text-decoration: none;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-button-2 {
  display: none;
}

.search {
  position: relative;
}

.div-block-3 {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-list-wrapper {
  width: 100%;
}

.search-result-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-result-wrapper {
  display: none;
}

.image-13 {
  max-height: 380px;
  max-width: 300px;
  margin-top: 20px;
}

.div-block-4 {
  width: 50%;
}

.block-wysiwyg-copy {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.column-50 {
  width: 50%;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contact_form {
  margin-top: 40px;
}

.footer-legals {
  width: 70%;
}

.cta-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-selection-img-push {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 350ms cubic-bezier(.455, .03, .515, .955);
  transition: -webkit-transform 350ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 350ms cubic-bezier(.455, .03, .515, .955);
  transition: transform 350ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 350ms cubic-bezier(.455, .03, .515, .955);
}

.home-socials-item-2 {
  position: relative;
  overflow: hidden;
  width: 21%;
  min-height: 280px;
  min-width: 280px;
  margin: 15px;
  padding: 0px;
  background-color: #b9984a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.single-product-video-block {
  padding: 50px 7%;
}

.single-product-video-block.single-product-ingredients {
  margin-right: 7%;
  margin-left: 7%;
  padding-right: 0%;
  padding-left: 0%;
}

.single-product-video-block.single-product-intro {
  margin-right: 7%;
  margin-bottom: 20px;
  margin-left: 7%;
  padding: 100px 0% 50px;
  border-bottom: 1px solid rgba(50, 51, 54, 0.7);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.single-product-video-block.single-product-nutritional-values {
  position: relative;
  margin-right: 7%;
  margin-left: 7%;
  padding-right: 0%;
  padding-left: 0%;
  border-bottom: 1px solid rgba(50, 51, 54, 0.7);
}

.single-product-video-block.single-product-intro {
  margin-right: 7%;
  margin-left: 7%;
  padding: 100px 0% 50px;
  border-bottom: 1px solid rgba(50, 51, 54, 0.7);
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.single-product-video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5vw;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-video-test-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
}

.video-text {
  max-width: 700px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

.video-embed {
  width: 100%;
  height: 43.924vw;
  max-height: 460px;
  margin-bottom: 40px;
}

.product-video-title {
  font-family: 'Barmeno 588ce24f8a369', sans-serif;
  font-size: 58px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .main-container {
    position: relative;
    z-index: 2;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .main-container.padding-1-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main-container.padding-1-col.container-scroll {
    display: block;
    overflow: auto;
  }
  .main-container.no-padding {
    margin-right: 0%;
    margin-left: 0%;
  }
  .logo {
    margin-right: auto;
    margin-left: auto;
  }
  .button-container {
    margin-top: 50px;
  }
  .button-container.home-product-button {
    display: none;
  }
  .button-container.push-product-button {
    margin-right: auto;
    margin-left: auto;
  }
  .header-title {
    font-size: 48px;
    line-height: 60px;
  }
  .header-subtitle {
    font-size: 25px;
    line-height: 31px;
  }
  .swiper-container.product-highlight-container {
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .swiper-container.push-product-container {
    overflow: hidden;
  }
  .swiper-container.product-highlight-container {
    margin-right: auto;
    margin-left: auto;
  }
  .swiper-slide.home-product-swiper-slide {
    padding-left: 10%;
  }
  .section-home-product {
    padding-top: 50px;
    padding-bottom: 178px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-product-content {
    width: 100%;
    margin-left: 0px;
    padding-right: 0%;
    text-align: center;
  }
  .home-product-slider {
    width: 100%;
  }
  .home-product-title {
    text-transform: uppercase;
  }
  .separator-title.white {
    margin-right: auto;
    margin-left: auto;
  }
  .slider-home-selection {
    width: 100%;
  }
  .home-selection-visual {
    display: none;
  }
  .title-h2 {
    text-transform: none;
  }
  .home-commitment-list {
    padding-right: 20%;
    padding-left: 20%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-commitment-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .our-commitment-img {
    width: 80px;
    height: 80px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .commitment-item-text {
    padding-right: 0px;
    text-align: left;
  }
  .section-feed {
    padding-bottom: 60px;
  }
  .home-socials-list {
    width: 80%;
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .home-socials-item {
    min-height: 310px;
    min-width: 310px;
    margin-bottom: 26px;
  }
  .home-socials-item.middle {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer {
    position: relative;
    z-index: 2;
    padding-top: 40px;
  }
  .footer-top {
    margin-bottom: 3px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-bottom {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-link.footer-pages {
    margin-bottom: 30px;
  }
  .footer-block-page-links {
    position: relative;
    margin-top: 65px;
    margin-bottom: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-block-products-links {
    display: none;
  }
  .footer-block-socials-link {
    display: none;
  }
  .ornament-home-1 {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 20%;
  }
  .image-6 {
    left: -18%;
    top: auto;
    right: auto;
    bottom: 10%;
    z-index: 0;
    width: 50%;
  }
  .home-product-next {
    display: none;
  }
  .product-selection-img {
    width: 100%;
    height: 300px;
    max-width: 400px;
  }
  .product-selection-text {
    width: 80%;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: opacity 300ms cubic-bezier(.455, .03, .515, .955);
    transition: opacity 300ms cubic-bezier(.455, .03, .515, .955);
  }
  .home-product-previous {
    display: none;
  }
  .home-selection-next {
    display: none;
  }
  .home-selection-previous {
    display: none;
  }
  .single-product-header {
    margin-bottom: 0px;
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .single-product-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -100px;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-product-header-title {
    width: 90%;
    margin-bottom: 0px;
    font-size: 46px;
    line-height: 56px;
    text-transform: none;
  }
  .single-product-header-subtitle {
    max-width: 90%;
    font-size: 30px;
    line-height: 33px;
  }
  .product-header-left {
    width: 100%;
    text-align: center;
  }
  .product-header-right {
    position: relative;
    left: 0%;
    max-width: none;
    margin-top: 35px;
    margin-right: 0%;
  }
  .product-header-photoless-img {
    width: 80%;
    max-height: none;
  }
  .image-9 {
    height: auto;
  }
  .single-product-top-content {
    overflow: hidden;
    padding-top: 40px;
    background-position: 50% -66px;
  }
  .single-product-block.single-product-intro {
    padding-top: 25%;
  }
  .single-product-block.single-product-intro {
    padding-top: 33%;
  }
  .nutritional-values-title {
    margin-bottom: 20px;
  }
  .product-bottom-content {
    width: 100%;
    padding-top: 60px;
  }
  .bottom-title-block {
    margin-bottom: 60px;
    margin-left: 0%;
  }
  .product-bottom-title {
    margin-bottom: 5px;
    font-size: 38px;
    line-height: 46px;
  }
  .product-bottom-subtitle {
    font-size: 26px;
    line-height: 29px;
  }
  .row-product-bottom {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .row-product-bottom.left {
    margin-top: 0px;
  }
  .row-product-bottom.right {
    margin-top: 0px;
  }
  .product-bottom-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }
  .push-product-previous {
    display: none;
  }
  .push-product-next {
    display: none;
  }
  .header-ratio-box {
    padding-bottom: 48%;
  }
  .category-product-item {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-bottom: 90px;
    margin-left: auto;
  }
  .category-item-visual {
    bottom: -40px;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-right-line {
    width: 50%;
  }
  .block-headerless-subtitle {
    font-size: 22px;
    line-height: 32px;
  }
  .gourmet-item-img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .gourmet-item-hover {
    overflow: hidden;
  }
  .title-h1 {
    text-transform: none;
  }
  .values-list {
    display: block;
  }
  .values-item-img {
    width: 100px;
    height: 100px;
  }
  .our-commitment-intro {
    padding-top: 60px;
    padding-bottom: 120px;
  }
  .wrapper-two-cols {
    padding-right: 0%;
    padding-left: 0%;
  }
  .commitment-production-container {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .commitment-production-block {
    width: 100%;
    margin: 15px 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .title-commitment-production {
    text-transform: none;
  }
  .our-commitment-section {
    background-position: 50% -67px;
  }
  .our-commitment-item.swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-commitment-item-text {
    padding-right: 0px;
    text-align: left;
  }
  .our-commitment-item-text.white {
    max-width: 90%;
  }
  .environment-block-img {
    width: 40%;
  }
  .our-commitment-traceability {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .block-wysiwyg {
    padding-right: 30px;
    padding-left: 30px;
  }
  .our-commitment-blockchain {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .blockchain-title {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .blockchain-step-number-container {
    width: 90px;
    height: 90px;
  }
  .blockchain-step-number {
    font-size: 60px;
    line-height: 75px;
  }
  .visit-company-double-col {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .visit-company-reservation-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .visit-company-reservation-item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .commitment-production-block-copy {
    width: 100%;
    margin: 15px 0px;
    padding-top: 0px;
    text-align: left;
  }
  ._404-bg {
    font-size: 50vw;
  }
  .shape-bottom {
    bottom: -1px;
    height: 66px;
  }
  .shape-bottom.shape-bg-white {
    background-position: 50% 0%;
  }
  .shape-bottom.shape-bg-white.shape-product {
    bottom: -25px;
  }
  .shape-top {
    top: -65px;
    height: 66px;
  }
  .ribbon-wrapper {
    display: none;
  }
  .ornament-category-1 {
    bottom: -6%;
    width: 23%;
  }
  .history-date-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .history-anchors-list {
    display: none;
  }
  .blockchain-text-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blockchain-img {
    width: 70%;
  }
  .our-traceability-blockchain {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .our-traceability-intro {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .single-product-header-photoless-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-header-img {
    max-height: none;
  }
  .single-product-heade-photoless {
    margin-bottom: 0px;
    padding-top: 110px;
    padding-bottom: 80px;
  }
  .product-header-photoless-right {
    position: relative;
    left: 0%;
    width: 40%;
    max-width: none;
    margin-top: 40px;
  }
  .product-header-photoless-left {
    width: 100%;
    text-align: center;
  }
  .ornament-product-1 {
    left: auto;
    top: 2%;
    right: -6%;
    bottom: auto;
    width: 35%;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .nav-list {
    overflow: visible;
    width: 100%;
    padding: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    text-align: left;
  }
  .nav-first-link {
    color: #000;
  }
  .nav-undermenu-list {
    left: -100%;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 100%;
    padding: 50px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .nav-undermenu-list.active {
    left: 0%;
  }
  .nav-undermenu-item {
    width: 100%;
    height: auto;
    padding: 20px 5%;
  }
  .nav-trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu {
    -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
    transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  }
  .line {
    -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
    transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  }
  .nav-list-container {
    position: fixed;
    left: 0%;
    top: 86px;
    right: auto;
    bottom: auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #272727;
    opacity: 0;
    -webkit-transition: all 350ms cubic-bezier(.455, .03, .515, .955);
    transition: all 350ms cubic-bezier(.455, .03, .515, .955);
  }
  .mobile-block-socials-link {
    display: block;
    padding: 40px;
  }
  .input-search {
    height: 60px;
    font-size: 50px;
    line-height: 60px;
  }
  .search-form {
    margin-top: 50px;
  }
  .search-svg-form {
    width: 20px;
    height: 20px;
  }
  .search-button {
    width: 20px;
    height: 20px;
  }
  .search-results-container {
    margin-top: 30px;
  }
  .search-results-list {
    margin-top: 40px;
  }
  .search-result-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .btn-close-popin {
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
  }
  .close-line {
    width: 40px;
  }
  .nav-undermenu-listing {
    left: -100%;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 1;
    -webkit-transition-property: all;
    transition-property: all;
  }
  .btn-backward {
    position: absolute;
    left: 8%;
    top: 20px;
    right: auto;
    bottom: auto;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    cursor: pointer;
  }
  .ticker-wrap-product {
    display: none;
  }
  .search-result-block-img {
    max-width: 200px;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .slider-selection-visual {
    width: 100%;
  }
  .header-ratio-box-history {
    padding-bottom: 48%;
  }
  .header-ratio-box-commitment {
    padding-bottom: 48%;
  }
  .header-ratio-box-track {
    padding-bottom: 48%;
  }
  .header-ratio-box-impact {
    padding-bottom: 48%;
  }
  .header-txt-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-product-header-title-2 {
    margin-bottom: 0px;
    font-size: 46px;
    line-height: 56px;
    text-transform: none;
  }
  .single-product-header-subtitle-2 {
    font-size: 30px;
    line-height: 33px;
  }
  .footer-column {
    width: 100%;
    margin-left: 0px;
  }
  .footer-legals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-custom {
    margin-right: 30px;
    margin-left: 30px;
  }
  .home-socials-item-2 {
    min-height: 310px;
    min-width: 310px;
    margin-bottom: 26px;
  }
  .home-socials-item-2.middle {
    margin-right: 20px;
    margin-left: 20px;
  }
  .single-product-video-block.single-product-intro {
    padding-top: 25%;
  }
  .single-product-video-block.single-product-intro {
    padding-top: 33%;
  }
  .video-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-video-title {
    margin-bottom: 5px;
    font-size: 38px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .home-commitment-list {
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-commitment-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-commitment-img {
    width: 120px;
    height: 120px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .commitment-item-text.white {
    padding-left: 20px;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .impact-environment-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .environment-block-content {
    width: 100%;
    margin-bottom: 40px;
  }
  .environment-block-img {
    width: 80%;
  }
  .traceability-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .block-wysiwyg {
    width: 100%;
  }
  .contact-form {
    padding: 40px 20px;
  }
  .block-wysiwyg-copy {
    width: 100%;
  }
  .column-50 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    margin-right: 6%;
    margin-left: 6%;
  }
  .header-title {
    font-size: 36px;
    line-height: 43px;
  }
  .header-subtitle {
    font-family: 'Barmeno 588ce228b68dd', sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
  }
  .swiper-container.product-highlight-container {
    margin-top: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .swiper-container.push-product-container {
    margin-top: 0px;
  }
  .swiper-container.our-commitment-slider {
    display: block;
    width: 100%;
    padding-bottom: 40px;
  }
  .swiper-container.product-highlight-container {
    margin-top: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .swiper-slide.home-product-swiper-slide {
    width: 100%;
  }
  .section-home-product {
    padding-bottom: 133px;
  }
  .home-product-title {
    font-size: 24px;
    line-height: 29px;
  }
  .slide-home-product-subtitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 27px;
  }
  .slide-home-product-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
  }
  .slide-home-product-image-small {
    left: 4%;
    top: auto;
    right: auto;
    bottom: -25%;
    width: 25%;
  }
  .slide-home-text-container {
    width: 100%;
    margin-top: 60px;
  }
  .section-commitments {
    padding-top: 60px;
    padding-bottom: 157px;
  }
  .title-h2 {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
  }
  .home-commitment-list {
    margin-top: 40px;
    padding-right: 6%;
    padding-left: 6%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-commitment-item {
    margin-bottom: 30px;
  }
  .our-commitment-img {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 0px;
  }
  .commitment-item-text {
    text-align: left;
  }
  .image-2 {
    width: 100%;
  }
  .home-socials-item {
    min-height: 280px;
    min-width: 280px;
  }
  .home-socials-item.middle {
    margin: 20px 0px;
  }
  .ornament-home-1 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 40%;
  }
  .image-6 {
    left: -25%;
    bottom: 7%;
    width: 70%;
  }
  .product-selection-img {
    min-height: 100%;
  }
  .product-selection-text {
    width: 100%;
  }
  .swiper-pagination {
    display: block;
  }
  .single-product-header-title {
    margin-bottom: 0px;
  }
  .product-header-right {
    width: 90%;
    margin-top: 30px;
  }
  .product-header-photoless-img {
    width: 60%;
  }
  .image-9 {
    width: 80%;
  }
  .single-product-block.single-product-ingredients {
    margin-right: 0%;
    margin-left: 0%;
  }
  .single-product-block.single-product-intro {
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 33%;
    padding-bottom: 60px;
  }
  .single-product-block.single-product-nutritional-values {
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .single-product-block.single-product-intro {
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 33%;
    padding-bottom: 60px;
  }
  .product-intro-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .product-intro-description {
    font-size: 14px;
    line-height: 22px;
  }
  .single-product-block-title {
    font-size: 12px;
    line-height: 15px;
  }
  .nutritional-values-list {
    padding-right: 0%;
    padding-left: 0%;
  }
  .nutritional-values-item {
    margin-bottom: 35px;
  }
  .nutritional-values-title {
    font-size: 17px;
    line-height: 20px;
  }
  .nutritional-values-content {
    font-size: 15px;
    line-height: 19px;
  }
  .single-product-ingredients-content {
    margin-top: 30px;
    padding-right: 0%;
    padding-left: 0%;
  }
  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  .single-product-bottom-content {
    overflow: hidden;
  }
  .single-product-slider {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .header-ratio-box {
    padding-bottom: 142%;
    background-position: 50% 100%;
  }
  .category-product-header-block-title {
    padding-right: 5%;
    padding-left: 5%;
  }
  .category-product-listing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .category-product-list {
    padding-right: 0%;
    padding-left: 0%;
  }
  .category-item-title-block {
    padding-top: 0px;
  }
  .category-item-title {
    font-size: 24px;
    line-height: 30px;
  }
  .category-item-decoration {
    width: 85%;
    height: 85%;
  }
  .category-item-img {
    max-width: 70%;
  }
  .gourmet-collection-intro {
    padding-top: 110px;
    padding-bottom: 20px;
  }
  .block-headerless-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
  .gourmet-decription {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .gourmet-collection-listing {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .gourmet-collection-item {
    width: 100%;
  }
  .gourmet-item-img {
    width: 80%;
  }
  .gourmet-item-block {
    margin-top: 10px;
  }
  .gourmet-item-title {
    font-size: 20px;
    line-height: 24px;
  }
  .gourmet-item-subtitle {
    font-size: 24px;
    line-height: 27px;
  }
  .title-h1 {
    font-size: 46px;
    line-height: 56px;
  }
  .values-header-block-title {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .values-list {
    padding-right: 0%;
    padding-left: 0%;
  }
  .values-item {
    padding-left: 0%;
  }
  .values-item-content {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .values-item-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }
  .values-item-description {
    font-size: 14px;
    line-height: 22px;
  }
  .values-item-img {
    left: 50%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 90px;
    height: 90px;
  }
  .our-commitment-header-block-title {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .title-commitment-production {
    font-size: 46px;
    line-height: 56px;
  }
  .our-commitment-list {
    margin-top: 50px;
  }
  .our-commitment-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .our-commitment-item.swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .our-commitment-item-text {
    text-align: left;
  }
  .our-commitment-item-text.white {
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .our-commitment-bottom-text {
    margin-top: 30px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .impact-environment-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .environment-block-content {
    width: 100%;
    margin-top: 40px;
  }
  .environment-block-img {
    width: 80%;
  }
  .environment-block-title {
    font-size: 22px;
    line-height: 28px;
  }
  .ratio-box {
    padding-bottom: 140%;
  }
  .our-commitment-traceability {
    padding-top: 10px;
  }
  .traceability-col {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .block-wysiwyg {
    padding-right: 10px;
    padding-left: 10px;
  }
  .blockchain-step {
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .blockchain-step-row {
    margin-bottom: 80px;
  }
  .blockchain-decoration {
    display: none;
  }
  .blockchain-step-number-container {
    left: 50%;
  }
  .visit-company-informations {
    padding-bottom: 60px;
  }
  .visit-company-double-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .visit-company-visual-container {
    width: 100%;
    padding-right: 0%;
  }
  .visit-company-information-container {
    width: 100%;
    padding-top: 40px;
  }
  .visit-company-reservation-list {
    margin-top: 50px;
    padding-right: 5%;
    padding-left: 5%;
  }
  .error-page {
    overflow: hidden;
  }
  ._404-bg {
    top: -26%;
    font-size: 50vw;
  }
  .contact-header {
    padding-top: 110px;
    padding-bottom: 40px;
  }
  .contact-intro {
    padding-bottom: 80px;
  }
  .contact-intro-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contact-intro-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .contact-intro-right {
    width: 100%;
    padding-left: 0px;
    border-left-style: none;
  }
  .montserrat-p {
    font-size: 14px;
    line-height: 22px;
  }
  .history-section {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .history-informations-content {
    width: 100%;
  }
  .history-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .history-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .history-block-date {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .date-separator {
    display: none;
  }
  .history-date {
    font-family: 'Playfair Display', sans-serif;
    color: #d8cfbf;
    font-size: 90px;
    line-height: 90px;
    font-weight: 700;
    text-align: left;
  }
  .barmeno-title.black.history-block-title {
    font-size: 24px;
    line-height: 28px;
  }
  .shape-bottom {
    height: 51px;
  }
  .ticker-wrap {
    display: none;
  }
  .shape-top {
    top: -50px;
    height: 51px;
  }
  .slide-push-product-title {
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
  }
  .product-commitment-item {
    width: 100%;
    margin-bottom: 25px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .product-commitment-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .product-commitment-img {
    max-width: 100px;
    margin-bottom: 0px;
    padding-right: 20px;
  }
  .ornament-product-3 {
    display: none;
  }
  .ornament-product-4 {
    left: -65px;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 80%;
  }
  .ornament-product-2 {
    left: 0px;
    top: auto;
    right: auto;
    bottom: -1%;
    width: 40%;
  }
  .ornament-category-1 {
    left: -65px;
    top: auto;
    right: 0%;
    bottom: -3%;
    display: none;
    width: 90%;
  }
  .history-date-content {
    display: none;
  }
  .blockchain-container {
    display: block;
    margin-top: 30px;
  }
  .blockchain-text-container {
    padding-right: 5%;
    padding-left: 5%;
  }
  .blockchain-img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .blockchain-number {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 70px;
  }
  .blockchain-img-decoration {
    display: none;
  }
  .our-traceability-intro {
    padding-top: 10px;
  }
  .product-header-photoless-right {
    width: 90%;
    margin-top: 30px;
  }
  .ornament-product-1 {
    left: auto;
    top: 0%;
    right: -19px;
    bottom: auto;
    width: 45%;
  }
  .customer-block {
    font-size: 10px;
    text-align: center;
  }
  .nav {
    padding-right: 2%;
    padding-left: 2%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .logo-container {
    width: 70px;
    height: auto;
  }
  .logo-container.w--current {
    width: 80px;
  }
  .logo-img {
    position: relative;
    top: 0px;
  }
  .search-popin {
    padding-bottom: 30px;
  }
  .input-search {
    height: 50px;
    font-size: 40px;
    line-height: 50px;
  }
  .search-form {
    margin-top: 30px;
  }
  .search-results-list {
    margin-top: 30px;
  }
  .search-result-subtitle {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }
  .btn-close-popin {
    top: 30px;
    right: 30px;
  }
  .close-line {
    width: 30px;
  }
  .ticker-wrap-product {
    display: none;
  }
  .search-result-block-img {
    max-width: 150px;
  }
  .search-result-title {
    font-size: 22px;
    line-height: 28px;
  }
  .legals-content {
    padding-bottom: 50px;
  }
  .header-ratio-box-history {
    padding-bottom: 142%;
  }
  .header-ratio-box-commitment {
    padding-bottom: 142%;
  }
  .header-ratio-box-track {
    padding-bottom: 142%;
  }
  .header-ratio-box-impact {
    padding-bottom: 142%;
  }
  .single-product-header-title-2 {
    margin-bottom: 0px;
  }
  .cta-custom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-selection-img-push {
    min-height: 100%;
  }
  .home-socials-item-2 {
    min-height: 280px;
    min-width: 280px;
  }
  .home-socials-item-2.middle {
    margin: 20px 0px;
  }
  .single-product-video-block.single-product-ingredients {
    margin-right: 0%;
    margin-left: 0%;
  }
  .single-product-video-block.single-product-intro {
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 33%;
    padding-bottom: 60px;
  }
  .single-product-video-block.single-product-nutritional-values {
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .single-product-video-block.single-product-intro {
    margin-right: 0%;
    margin-left: 0%;
    padding-top: 33%;
    padding-bottom: 60px;
  }
  .single-product-video-content {
    text-align: center;
  }
  .product-video-test-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .video-embed {
    height: 48vw;
    max-height: 500px;
  }
}

@font-face {
  font-family: 'Barmeno';
  src: url('../fonts/Barmeno-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Barmeno 588ce24f8a369';
  src: url('../fonts/barmeno-bold-588ce24f8a369.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Barmeno 588ce228b68dd';
  src: url('../fonts/barmeno-regular-588ce228b68dd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Barmeno';
  src: url('../fonts/Barmeno-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}