/** color variables **/
/** transition variables **/
/** size variables **/
/** fonts **/
/*  ---------------------------------------------------------
  RESPONSIVE MIXINS
--------------------------------------------------------- */
/* aspect ratio calculation */
/* calculating container side padding on full width elements */
/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input[type=number] {
  -moz-appearance: textfield !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1501px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1280px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.wide {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.main {
  /*overflow: hidden;*/
}

html,
body {
  min-height: 100vh;
  background: #F3EDE3;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.youtube-wrap {
  padding-bottom: 56.170212766%;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.youtube-wrap iframe,
.youtube-wrap object,
.youtube-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*@font-face {
  font-family: 'Migra';
  src: url('../fonts/Migra-Light.otf') format('opentype'),
      url('../fonts/Migra-Light.woff2') format('woff2'),
      url('../fonts/Migra-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Migra';
  src: url('../fonts/Migra-Bold.otf') format('opentype'),
      url('../fonts/Migra-Bold.woff2') format('woff2'),
      url('../fonts/Migra-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "Migra";
  src: url("../fonts/Migra-Medium.woff2") format("woff2"), url("../fonts/Migra-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTWalsheimPro";
  src: url("../fonts/GTWalsheimProRegular.woff2") format("woff2"), url("../fonts/GTWalsheimProRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTWalsheimPro";
  src: url("../fonts/GTWalsheimProMedium.woff2") format("woff2"), url("../fonts/GTWalsheimProMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GTWalsheimPro";
  src: url("../fonts/GTWalsheimProLight.woff2") format("woff2"), url("../fonts/GTWalsheimProLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "GTWalsheimPro", Arial, Helvetica, Sans-serif;
}

::selection {
  background: #1B1B1B; /* WebKit/Blink Browsers */
  color: #fff;
}

a {
  color: #1B1B1B;
}
a:hover {
  color: #C3AA92;
}

.product-label-text-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .label-categories-wrapper .label {
  font-size: 16px;
  font-weight: 500;
  font-family: "GTWalsheimPro";
  letter-spacing: 0.03;
  line-height: 1.25em;
  color: #C3AA92;
}
@media (max-width: 600px) {
  .product-label-text-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .label-categories-wrapper .label {
    font-size: 14px;
  }
}

.product-finder-subtitle-style {
  font-size: 24px;
  font-weight: 500;
  font-family: "GTWalsheimPro";
  letter-spacing: 0.03;
  line-height: 1.25em;
}
@media (max-width: 600px) {
  .product-finder-subtitle-style {
    font-size: 18px;
  }
}

.search-input-style, .modal-search-wrapper form input[type=search] {
  font-size: 32px;
  font-weight: 500;
  font-family: "GTWalsheimPro";
  line-height: 1.13em;
}
@media (max-width: 1280px) {
  .search-input-style, .modal-search-wrapper form input[type=search] {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .search-input-style, .modal-search-wrapper form input[type=search] {
    font-size: 20px;
  }
}

.filter-title-style {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.88em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "GTWalsheimPro";
}
@media (max-width: 600px) {
  .filter-title-style {
    font-size: 14px;
  }
}

.filter-link-style {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "GTWalsheimPro";
}

.h1-style, .main-footer .footer-column-text h1, .search-title, h1, .standard-text h1, body#tinymce h1, .default-page-title {
  font-family: "Migra";
  font-size: 72px;
  letter-spacing: 0.036em;
  line-height: 1em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .h1-style, .main-footer .footer-column-text h1, .search-title, h1, .standard-text h1, body#tinymce h1, .default-page-title {
    font-size: 58px;
  }
}
@media (max-width: 600px) {
  .h1-style, .main-footer .footer-column-text h1, .search-title, h1, .standard-text h1, body#tinymce h1, .default-page-title {
    font-size: 46px;
  }
}

.h2-style, .main-footer .footer-column-text h2, .page-section.videoplayer-portrait .block-title, .page-section.text-plus-side-image .block-title, .standard-text h2, body#tinymce h2 {
  font-family: "Migra";
  font-size: 72px;
  letter-spacing: 0.036em;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .h2-style, .main-footer .footer-column-text h2, .page-section.videoplayer-portrait .block-title, .page-section.text-plus-side-image .block-title, .standard-text h2, body#tinymce h2 {
    font-size: 58px;
  }
}
@media (max-width: 600px) {
  .h2-style, .main-footer .footer-column-text h2, .page-section.videoplayer-portrait .block-title, .page-section.text-plus-side-image .block-title, .standard-text h2, body#tinymce h2 {
    font-size: 46px;
  }
}

.h3-style, .popup-nav-wrapper-mobile .nav-primary-wrapper .submenu-title, .main-footer .footer-column-text h3, .page-section.contact-two-column-text .column-title, .page-section.background-boxes .bg-box h3, .page-section.accordion .block-title, .standard-text h3, body#tinymce h3 {
  font-family: "Migra";
  font-size: 44px;
  line-height: 1.18em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .h3-style, .popup-nav-wrapper-mobile .nav-primary-wrapper .submenu-title, .main-footer .footer-column-text h3, .page-section.contact-two-column-text .column-title, .page-section.background-boxes .bg-box h3, .page-section.accordion .block-title, .standard-text h3, body#tinymce h3 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .h3-style, .popup-nav-wrapper-mobile .nav-primary-wrapper .submenu-title, .main-footer .footer-column-text h3, .page-section.contact-two-column-text .column-title, .page-section.background-boxes .bg-box h3, .page-section.accordion .block-title, .standard-text h3, body#tinymce h3 {
    font-size: 28px;
  }
}

.h4-style, .main-footer .footer-column-text h4, .page-section.videoplayer-portrait .sub-title, .page-section.text-plus-side-image .sub-title, .standard-text h4, body#tinymce h4 {
  font-family: "GTWalsheimPro";
  font-size: 32px;
  letter-spacing: -0.01em;
  line-height: 1.25em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .h4-style, .main-footer .footer-column-text h4, .page-section.videoplayer-portrait .sub-title, .page-section.text-plus-side-image .sub-title, .standard-text h4, body#tinymce h4 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .h4-style, .main-footer .footer-column-text h4, .page-section.videoplayer-portrait .sub-title, .page-section.text-plus-side-image .sub-title, .standard-text h4, body#tinymce h4 {
    font-size: 20px;
  }
}

.h5-style, .main-footer .footer-column-text h5, .standard-text h5, body#tinymce h5 {
  font-family: "Migra";
  letter-spacing: 0.03em;
  line-height: 1.21em;
  font-weight: 500;
}

.h6-style, .main-footer .footer-column-text h6, .main-footer .footer-column-title, .page-section.image-carousel-section .slide-counter, .page-section.small-icon-columns .title, .block.thumbnail-text h4, .standard-text h6, body#tinymce h6 {
  font-family: "GTWalsheimPro";
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 1280px) {
  .h6-style, .main-footer .footer-column-text h6, .main-footer .footer-column-title, .page-section.image-carousel-section .slide-counter, .page-section.small-icon-columns .title, .block.thumbnail-text h4, .standard-text h6, body#tinymce h6 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .h6-style, .main-footer .footer-column-text h6, .main-footer .footer-column-title, .page-section.image-carousel-section .slide-counter, .page-section.small-icon-columns .title, .block.thumbnail-text h4, .standard-text h6, body#tinymce h6 {
    font-size: 16px;
  }
}

.product-card-name-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .product-title {
  font-family: "GTWalsheimPro";
  font-size: 32px;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .product-card-name-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .product-title {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .product-card-name-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .product-title {
    font-size: 20px;
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}

.product-card-top-category-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .product-top-cat {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.27em;
  text-transform: uppercase;
  color: #C3AA92;
  font-family: "GTWalsheimPro";
}
@media (max-width: 600px) {
  .product-card-top-category-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .product-top-cat {
    font-size: 12px;
  }
}

.product-card-sub-category-style {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.54em;
  font-family: "GTWalsheimPro";
  color: #1B1B1B;
}

.product-price-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .price {
  font-size: 30px;
  font-family: "Migra";
  line-height: 1em;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .product-price-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .price {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .product-price-style, .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .price {
    font-size: 18px;
  }
}

.single-product-price-style {
  font-family: "Migra";
  font-size: 40px;
  color: #C3AA92;
  letter-spacing: 0.05em;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .single-product-price-style {
    font-size: 32px;
  }
}
@media (max-width: 600px) {
  .single-product-price-style {
    font-size: 26px;
  }
}

.product-new-price-style {
  font-size: 36px;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  color: #C3AA92;
  font-family: "Migra";
}
@media (max-width: 1280px) {
  .product-new-price-style {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .product-new-price-style {
    font-size: 24px;
  }
}

.choice-answer-title-style {
  font-size: 36px;
  letter-spacing: 0.03em;
  line-height: 1.2em;
  color: #C3AA92;
  font-family: "GTWalsheimPro";
}
@media (max-width: 1280px) {
  .choice-answer-title-style {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .choice-answer-title-style {
    font-size: 24px;
  }
}

.background-box-text-style, .page-section.background-boxes .bg-box .text,
.page-section.background-boxes .bg-box .text * {
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 400;
  font-family: "GTWalsheimPro";
}
@media (max-width: 1280px) {
  .background-box-text-style, .page-section.background-boxes .bg-box .text,
  .page-section.background-boxes .bg-box .text * {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .background-box-text-style, .page-section.background-boxes .bg-box .text,
  .page-section.background-boxes .bg-box .text * {
    font-size: 14px;
  }
}

.social-media-row-text, .page-section.social-media-row .bottom-text {
  font-size: 20px;
  font-weight: 500;
  font-family: "GTWalsheimPro";
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1.8em;
}
@media (max-width: 1280px) {
  .social-media-row-text, .page-section.social-media-row .bottom-text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .social-media-row-text, .page-section.social-media-row .bottom-text {
    font-size: 14px;
  }
}

.icon-column-title-style, .page-section.information-icons .value, .page-section.icon-columns-with-text .title {
  font-size: 28px;
  font-family: "Migra";
  line-height: 1.21em;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .icon-column-title-style, .page-section.information-icons .value, .page-section.icon-columns-with-text .title {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .icon-column-title-style, .page-section.information-icons .value, .page-section.icon-columns-with-text .title {
    font-size: 17px;
  }
}

.icon-column-text-style, .page-section.small-icon-columns .text {
  font-size: 16px;
  font-family: "GTWalsheimPro";
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .icon-column-text-style, .page-section.small-icon-columns .text {
    font-size: 14px;
  }
}

.three-column-title-style {
  font-size: 64px;
  font-weight: 500;
  font-family: "Migra";
  line-height: 0.78em;
  letter-spacing: 0.05em;
}
@media (max-width: 1280px) {
  .three-column-title-style {
    font-size: 52px;
  }
}
@media (max-width: 600px) {
  .three-column-title-style {
    font-size: 42px;
  }
}

.section-title-style, .page-section.product-reviews .product-reviews-wrapper .jdgm-rev-widg__title, .section-title {
  font-family: "Migra";
  font-size: 32px;
  letter-spacing: 0.06em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}
@media (max-width: 1280px) {
  .section-title-style, .page-section.product-reviews .product-reviews-wrapper .jdgm-rev-widg__title, .section-title {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .section-title-style, .page-section.product-reviews .product-reviews-wrapper .jdgm-rev-widg__title, .section-title {
    font-size: 20px;
  }
}
.section-title-style::after, .page-section.product-reviews .product-reviews-wrapper .jdgm-rev-widg__title::after, .section-title::after {
  background: #1B1B1B;
  height: 3px;
  content: "";
  width: 184px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}
@media (max-width: 1280px) {
  .section-title-style::after, .page-section.product-reviews .product-reviews-wrapper .jdgm-rev-widg__title::after, .section-title::after {
    width: 146px;
  }
}
@media (max-width: 600px) {
  .section-title-style::after, .page-section.product-reviews .product-reviews-wrapper .jdgm-rev-widg__title::after, .section-title::after {
    width: 116px;
  }
}

.single-product-labels {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.25em;
  font-family: "GTWalsheimPro";
}
@media (max-width: 600px) {
  .single-product-labels {
    font-size: 14px;
  }
}

.standard-p-style, .page-section.information-icons .label, .page-section.accordion .label, .woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span, .standard-form-style textarea, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form textarea, .wpcf7-form textarea, .standard-form-style input[type=text], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=text], .wpcf7-form input[type=text],
.standard-form-style input[type=password],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=password],
.wpcf7-form input[type=password],
.standard-form-style input[type=email],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=email],
.wpcf7-form input[type=email],
.standard-form-style input[type=number],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=number],
.wpcf7-form input[type=number],
.standard-form-style input[type=date],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=date],
.wpcf7-form input[type=date],
.standard-form-style input[type=url],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=url],
.wpcf7-form input[type=url],
.standard-form-style input[type=tel],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=tel],
.wpcf7-form input[type=tel],
.standard-form-style select,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form select,
.wpcf7-form select, .standard-form-style label, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form label, .wpcf7-form label, .product-quantity-style, .standard-text p, body#tinymce p, .text-link-style, .standard-text p a, body#tinymce p a {
  font-family: "GTWalsheimPro";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78em;
}
@media (max-width: 1280px) {
  .standard-p-style, .page-section.information-icons .label, .page-section.accordion .label, .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span, .standard-form-style textarea, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form textarea, .wpcf7-form textarea, .standard-form-style input[type=text], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=text], .wpcf7-form input[type=text],
  .standard-form-style input[type=password],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=password],
  .wpcf7-form input[type=password],
  .standard-form-style input[type=email],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=email],
  .wpcf7-form input[type=email],
  .standard-form-style input[type=number],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=number],
  .wpcf7-form input[type=number],
  .standard-form-style input[type=date],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=date],
  .wpcf7-form input[type=date],
  .standard-form-style input[type=url],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=url],
  .wpcf7-form input[type=url],
  .standard-form-style input[type=tel],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=tel],
  .wpcf7-form input[type=tel],
  .standard-form-style select,
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form select,
  .wpcf7-form select, .standard-form-style label, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form label, .wpcf7-form label, .product-quantity-style, .standard-text p, body#tinymce p, .text-link-style, .standard-text p a, body#tinymce p a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .standard-p-style, .page-section.information-icons .label, .page-section.accordion .label, .woocommerce nav.woocommerce-pagination ul li a,
  .woocommerce nav.woocommerce-pagination ul li span, .standard-form-style textarea, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form textarea, .wpcf7-form textarea, .standard-form-style input[type=text], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=text], .wpcf7-form input[type=text],
  .standard-form-style input[type=password],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=password],
  .wpcf7-form input[type=password],
  .standard-form-style input[type=email],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=email],
  .wpcf7-form input[type=email],
  .standard-form-style input[type=number],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=number],
  .wpcf7-form input[type=number],
  .standard-form-style input[type=date],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=date],
  .wpcf7-form input[type=date],
  .standard-form-style input[type=url],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=url],
  .wpcf7-form input[type=url],
  .standard-form-style input[type=tel],
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=tel],
  .wpcf7-form input[type=tel],
  .standard-form-style select,
  .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form select,
  .wpcf7-form select, .standard-form-style label, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form label, .wpcf7-form label, .product-quantity-style, .standard-text p, body#tinymce p, .text-link-style, .standard-text p a, body#tinymce p a {
    font-size: 14px;
  }
}

.text-link-style, .standard-text p a, body#tinymce p a {
  color: #1B1B1B;
  text-decoration: underline;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.text-link-style:hover, .standard-text p a:hover, body#tinymce p a:hover {
  color: #C3AA92;
}
.text-link-style:active, .standard-text p a:active, body#tinymce p a:active, .text-link-style:focus, .standard-text p a:focus, body#tinymce p a:focus {
  text-decoration: none;
}

.small-text-link-style {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "GTWalsheimPro";
  letter-spacing: 0.1em;
  line-height: 1.31em;
}

.breadcrumb-style, .breadcrumbs-nav {
  font-size: 13px;
  font-weight: 400;
  font-family: "GTWalsheimPro";
  letter-spacing: 0.03em;
  line-height: 1.54em;
}
.breadcrumb-style a, .breadcrumbs-nav a {
  color: #1B1B1B;
}

.single-product-title-style {
  font-size: 64px;
  font-weight: 500;
  font-family: "GTWalsheimPro";
  line-height: 1em;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 1280px) {
  .single-product-title-style {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  .single-product-title-style {
    font-size: 42px;
  }
}
@media (max-width: 900px) {
  .single-product-title-style {
    font-size: 34px;
  }
}
@media (max-width: 600px) {
  .single-product-title-style {
    font-size: 28px;
  }
}

.footer-menu-item-style, .main-footer .legal-menu li, .main-footer .footer-menu li, .footer-column-text-style a, .main-footer .footer-column-text a {
  font-size: 13px;
  font-family: "GTWalsheimPro";
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.23em;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer-menu-item-style:hover, .main-footer .legal-menu li:hover, .main-footer .footer-menu li:hover, .footer-column-text-style a:hover, .main-footer .footer-column-text a:hover {
  color: #C3AA92;
}
.footer-menu-item-style:last-child, .main-footer .legal-menu li:last-child, .main-footer .footer-menu li:last-child, .footer-column-text-style a:last-child, .main-footer .footer-column-text a:last-child {
  margin-bottom: 0;
}

.footer-column-text-style, .main-footer .footer-column-text {
  font-size: 15px;
  font-family: "GTWalsheimPro";
  letter-spacing: 0.03em;
  line-height: 1.73em;
  color: #fff;
}
.footer-column-text-style a, .main-footer .footer-column-text a {
  text-decoration: none;
  color: #fff;
}

.copyright-style, .main-footer .copyright {
  font-family: "GTWalsheimPro";
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.54em;
  color: #F3EDE3;
}

.footer-small-text-style, .main-footer .cert-row .cert-text, .page-section.product-teaser .more-info {
  font-size: 13px;
  line-height: 1.54em;
  font-family: "GTWalsheimPro";
  letter-spacing: 0.15em;
  font-weight: normal;
  color: #C3AA92;
  text-transform: uppercase;
}

.list-item-style, .standard-text ul li, body#tinymce ul li,
.standard-text ol li,
body#tinymce ol li {
  font-weight: 300;
  font-family: "GTWalsheimPro";
  font-size: 18px;
  line-height: 1.78em;
}
@media (max-width: 600px) {
  .list-item-style, .standard-text ul li, body#tinymce ul li,
  .standard-text ol li,
  body#tinymce ol li {
    font-size: 14px;
  }
}

.product-cat-carousel-title-style, .product-categories-carousel-wrapper .product-category-slide .category-name {
  font-family: "Migra";
  font-size: 54px;
  letter-spacing: 0.03em;
  line-height: 1.33em;
}
@media (max-width: 1280px) {
  .product-cat-carousel-title-style, .product-categories-carousel-wrapper .product-category-slide .category-name {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .product-cat-carousel-title-style, .product-categories-carousel-wrapper .product-category-slide .category-name {
    font-size: 22px;
  }
}

.products-row-tab-style, .page-section.product-rows .products-row-tab .label {
  font-size: 32px;
  font-family: "GTWalsheimPro";
  line-height: 1.25em;
  letter-spacing: -0.01em;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .products-row-tab-style, .page-section.product-rows .products-row-tab .label {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .products-row-tab-style, .page-section.product-rows .products-row-tab .label {
    font-size: 20px;
  }
}

.main-menu-style, .secondary-nav .secondary-navigation > li, .main-nav .main-navigation > li {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #1B1B1B;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.mobile-menu-style, .popup-nav-wrapper-mobile .nav-primary-wrapper .sub-menu li, .popup-nav-wrapper-mobile .parent-list li {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #1B1B1B;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  line-height: 1em;
}
@media (max-width: 900px) {
  .mobile-menu-style, .popup-nav-wrapper-mobile .nav-primary-wrapper .sub-menu li, .popup-nav-wrapper-mobile .parent-list li {
    font-size: 16px;
  }
}

.quote-text-style, .quote-carousel-wrapper .quote-carousel .quote-slide .text {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}
@media (max-width: 1280px) {
  .quote-text-style, .quote-carousel-wrapper .quote-carousel .quote-slide .text {
    font-size: 32px;
  }
}
@media (max-width: 900px) {
  .quote-text-style, .quote-carousel-wrapper .quote-carousel .quote-slide .text {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .quote-text-style, .quote-carousel-wrapper .quote-carousel .quote-slide .text {
    font-size: 20px;
  }
}

.quote-link-style, .quote-carousel-wrapper .quote-carousel .quote-slide .link {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-family: "GTWalsheimPro";
  font-weight: 300;
  font-size: 18px;
  line-height: 1.78em;
  color: #c3aa92;
  text-decoration: none;
}
@media (max-width: 1280px) {
  .quote-link-style, .quote-carousel-wrapper .quote-carousel .quote-slide .link {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .quote-link-style, .quote-carousel-wrapper .quote-carousel .quote-slide .link {
    font-size: 14px;
  }
}

.floating-menu-style, .popup-nav-wrapper .second-level-navigation li a {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "Migra";
}
@media (max-width: 1280px) {
  .floating-menu-style, .popup-nav-wrapper .second-level-navigation li a {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .floating-menu-style, .popup-nav-wrapper .second-level-navigation li a {
    font-size: 24px;
  }
}

.floating-menu-second-style, .popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li a, .popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li a {
  font-size: 32px;
  font-weight: 500;
  font-family: "GTWalsheimPro";
  line-height: 1.13em;
}
@media (max-width: 1280px) {
  .floating-menu-second-style, .popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li a, .popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li a {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  .floating-menu-second-style, .popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li a, .popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li a {
    font-size: 20px;
  }
}

.page-banner-top-text-style, .page-section.page-banner-with-carousel .toptext {
  font-size: 28px;
  font-family: "Migra";
  line-height: 1.21em;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #C3AA92;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .page-banner-top-text-style, .page-section.page-banner-with-carousel .toptext {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .page-banner-top-text-style, .page-section.page-banner-with-carousel .toptext {
    font-size: 16px;
    font-family: "GTWalsheimPro";
    letter-spacing: 0.2em;
  }
}

.page-banner-title-style, .page-section.page-banner-with-carousel .column-title {
  font-size: 80px;
  font-weight: 500;
  font-family: "Migra";
  line-height: 1.21em;
}
@media (max-width: 1500px) {
  .page-banner-title-style, .page-section.page-banner-with-carousel .column-title {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .page-banner-title-style, .page-section.page-banner-with-carousel .column-title {
    font-size: 64px;
  }
}
@media (max-width: 600px) {
  .page-banner-title-style, .page-section.page-banner-with-carousel .column-title {
    font-size: 32px;
  }
}

.page-banner-text-style, .page-section.page-banner-with-carousel .text {
  color: #fff;
  font-family: "GTWalsheimPro";
  line-height: 1.7em;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .page-banner-text-style, .page-section.page-banner-with-carousel .text {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .page-banner-text-style, .page-section.page-banner-with-carousel .text {
    font-size: 14px;
  }
}

.default-page-title {
  text-align: center;
}
@media (max-width: 600px) {
  .default-page-title {
    hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
}

.standard-text .table-responsive-wrapper, body#tinymce .table-responsive-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
  overflow-x: auto;
}
.standard-text table:not(.woocommerce-checkout-review-order-table), body#tinymce table:not(.woocommerce-checkout-review-order-table) {
  background: none;
  border: 0;
  width: 100%;
  border-collapse: collapse;
}
.standard-text table:not(.woocommerce-checkout-review-order-table) tr, body#tinymce table:not(.woocommerce-checkout-review-order-table) tr {
  border: 0;
}
.standard-text table:not(.woocommerce-checkout-review-order-table) tr:nth-child(odd), body#tinymce table:not(.woocommerce-checkout-review-order-table) tr:nth-child(odd) {
  background: #EBE5DA;
}
.standard-text table:not(.woocommerce-checkout-review-order-table) td, body#tinymce table:not(.woocommerce-checkout-review-order-table) td,
.standard-text table:not(.woocommerce-checkout-review-order-table) th,
body#tinymce table:not(.woocommerce-checkout-review-order-table) th {
  border: 0;
  padding: 10px;
  text-align: left;
}
.standard-text p b, body#tinymce p b,
.standard-text p strong,
body#tinymce p strong {
  font-weight: 500;
}
.standard-text ul, body#tinymce ul {
  list-style-type: disc;
}
.standard-text ol, body#tinymce ol {
  list-style-type: decimal;
}
.standard-text ul, body#tinymce ul,
.standard-text ol,
body#tinymce ol {
  padding-left: 20px;
}
.standard-text ul li::marker, body#tinymce ul li::marker,
.standard-text ol li::marker,
body#tinymce ol li::marker {
  color: #C3AA92;
}

.product-quantity-style {
  font-weight: bold;
}

.text-2 {
  color: purple;
  font-size: 20px;
}

.recipe-title-style, .block.thumbnail-text.three-column-size h3, .block.thumbnail-text.two-column-size h3 {
  font-family: "Migra";
  font-size: 48px;
  font-weight: 500;
  line-height: 1.21em;
}
@media (max-width: 1280px) {
  .recipe-title-style, .block.thumbnail-text.three-column-size h3, .block.thumbnail-text.two-column-size h3 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .recipe-title-style, .block.thumbnail-text.three-column-size h3, .block.thumbnail-text.two-column-size h3 {
    font-size: 28px;
  }
}

.recipe-subtitle-style {
  font-family: "GTWalsheimPro";
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78em;
}
@media (max-width: 1280px) {
  .recipe-subtitle-style {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .recipe-subtitle-style {
    font-size: 14px;
  }
}

.recipe-filter-label-style {
  font-family: "GTWalsheimPro";
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23em;
  letter-spacing: 0.1em;
}

.recipe-card-title-style, .page-section.three-column-text-blocks .block h3, .page-section.two-column-text-blocks .block h3 {
  font-family: "Migra";
  font-size: 48px;
  font-weight: 500;
  line-height: 1.21em;
}
@media (max-width: 1280px) {
  .recipe-card-title-style, .page-section.three-column-text-blocks .block h3, .page-section.two-column-text-blocks .block h3 {
    font-size: 36px;
  }
}
@media (max-width: 600px) {
  .recipe-card-title-style, .page-section.three-column-text-blocks .block h3, .page-section.two-column-text-blocks .block h3 {
    font-size: 28px;
  }
}

.question-title-style {
  font-family: "Migra";
  font-size: 64px;
  letter-spacing: 0.036em;
  line-height: 1em;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .question-title-style {
    font-size: 48px;
  }
}
@media (max-width: 600px) {
  .question-title-style {
    font-size: 28px;
  }
}

.pt-0 {
  --padding-top: 0;
}

.pt-50 {
  --padding-top: 50px;
}
@media (max-width: 1024px) {
  .pt-50 {
    --padding-top: 25px;
  }
}

.pt-75 {
  --padding-top: 75px;
}
@media (max-width: 1024px) {
  .pt-75 {
    --padding-top: 38px;
  }
}

.pt-100 {
  --padding-top: 100px;
}
@media (max-width: 1024px) {
  .pt-100 {
    --padding-top: 50px;
  }
}

.pt-150 {
  --padding-top: 150px;
}
@media (max-width: 1024px) {
  .pt-150 {
    --padding-top: 75px;
  }
}

.pt-200 {
  --padding-top: 200px;
}
@media (max-width: 1024px) {
  .pt-200 {
    --padding-top: 100px;
  }
}

.pb-0 {
  --padding-bottom: 0;
}

.pb-50 {
  --padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .pb-50 {
    --padding-bottom: 25px;
  }
}

.pb-75 {
  --padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .pb-75 {
    --padding-bottom: 38px;
  }
}

.pb-100 {
  --padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pb-100 {
    --padding-bottom: 50px;
  }
}

.pb-150 {
  --padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .pb-150 {
    --padding-bottom: 75px;
  }
}

.pb-200 {
  --padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .pb-200 {
    --padding-bottom: 100px;
  }
}

.inner-pt-0 {
  --inner-padding-top: 0;
}

.inner-pt-50 {
  --inner-padding-top: 50px;
}
@media (max-width: 1024px) {
  .inner-pt-50 {
    --inner-padding-top: 25px;
  }
}

.inner-pt-75 {
  --inner-padding-top: 75px;
}
@media (max-width: 1024px) {
  .inner-pt-75 {
    --inner-padding-top: 38px;
  }
}

.inner-pt-100 {
  --inner-padding-top: 100px;
}
@media (max-width: 1024px) {
  .inner-pt-100 {
    --inner-padding-top: 50px;
  }
}

.inner-pt-150 {
  --inner-padding-top: 150px;
}
@media (max-width: 1024px) {
  .inner-pt-150 {
    --inner-padding-top: 75px;
  }
}

.inner-pt-200 {
  --inner-padding-top: 200px;
}
@media (max-width: 1024px) {
  .inner-pt-200 {
    --inner-padding-top: 100px;
  }
}

.inner-pb-0 {
  --inner-padding-bottom: 0;
}

.inner-pb-50 {
  --inner-padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .inner-pb-50 {
    --inner-padding-bottom: 25px;
  }
}

.inner-pb-75 {
  --inner-padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .inner-pb-75 {
    --inner-padding-bottom: 38px;
  }
}

.inner-pb-100 {
  --inner-padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .inner-pb-100 {
    --inner-padding-bottom: 50px;
  }
}

.inner-pb-150 {
  --inner-padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .inner-pb-150 {
    --inner-padding-bottom: 75px;
  }
}

.inner-pb-200 {
  --inner-padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .inner-pb-200 {
    --inner-padding-bottom: 100px;
  }
}

.columns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: calc(20px / 2 * -1);
  margin-right: calc(20px / 2 * -1);
  flex-wrap: wrap;
}
.columns.end {
  justify-content: flex-end;
}
.columns.center {
  justify-content: center;
}
.columns.between {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .columns {
    flex-wrap: wrap;
  }
}
.columns.wrap {
  flex-wrap: wrap;
}
.columns .eleven {
  flex: 0 1 91.63%;
  max-width: 91.63%;
}
.columns .ten {
  flex: 0 1 83.3%;
  max-width: 83.3%;
}
.columns .nine {
  flex: 0 1 74.97%;
  max-width: 74.97%;
}
.columns .eight {
  flex: 0 1 66.64%;
  max-width: 66.64%;
}
.columns .seven {
  flex: 0 1 58.31%;
  max-width: 58.31%;
}
.columns .six {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .columns .six {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .columns .six:first-child {
    margin-bottom: 20px;
  }
}
.columns .five {
  flex: 0 1 41.65%;
  max-width: 41.65%;
}
.columns .four {
  flex: 0 1 33.32%;
  max-width: 33.32%;
}
@media (max-width: 1024px) {
  .columns .four {
    flex: 1 1 100%;
  }
}
.columns .three {
  flex: 0 1 25%;
  max-width: 25%;
}
.columns .two {
  flex: 0 1 16.66%;
  max-width: 16.66%;
}
.columns .one {
  flex: 0 1 8.33%;
  max-width: 8.33%;
}
.columns .column {
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
}

.buttons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.button, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a, .standard-form-style input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit], .wpcf7-form input[type=submit], .woocommerce a.button,
.woocommerce button.button {
  background: #1B1B1B;
  display: inline-flex;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  height: 54px;
  font-family: "GTWalsheimPro";
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.2em;
  padding-left: 20px;
  padding-right: 20px;
  outline: 0;
  min-width: 256px;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .button, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a, .standard-form-style input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit], .wpcf7-form input[type=submit], .woocommerce a.button,
  .woocommerce button.button {
    min-width: 200px;
    height: 44px;
  }
}
@media (max-width: 600px) {
  .button, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a, .standard-form-style input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit], .wpcf7-form input[type=submit], .woocommerce a.button,
  .woocommerce button.button {
    min-width: 160px;
    font-size: 12px;
    height: 35px;
  }
}
.button.dark-border, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.dark-border, .standard-form-style input.dark-border[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.dark-border[type=submit], .wpcf7-form input.dark-border[type=submit], .woocommerce a.dark-border.button,
.woocommerce button.dark-border.button {
  background: transparent;
  color: #1B1B1B;
  border-color: #1B1B1B;
}
.button.light, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.light, .standard-form-style input.light[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.light[type=submit], .wpcf7-form input.light[type=submit], .woocommerce a.light.button,
.woocommerce button.light.button {
  background: #fff;
  color: #1B1B1B;
}
.button.light-border, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.light-border, .standard-form-style input.light-border[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.light-border[type=submit], .wpcf7-form input.light-border[type=submit], .woocommerce a.light-border.button,
.woocommerce button.light-border.button {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.button.transparent, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.transparent, .standard-form-style input.transparent[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.transparent[type=submit], .wpcf7-form input.transparent[type=submit], .woocommerce a.transparent.button,
.woocommerce button.transparent.button {
  background: transparent;
  border: 0;
}
.button:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a:hover, .standard-form-style input[type=submit]:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit]:hover, .wpcf7-form input[type=submit]:hover, .woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #C3AA92;
  border-color: #C3AA92;
  color: #fff;
}
.button.recipe-header-button, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.recipe-header-button, .standard-form-style input.recipe-header-button[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.recipe-header-button[type=submit], .wpcf7-form input.recipe-header-button[type=submit], .woocommerce a.recipe-header-button.button,
.woocommerce button.recipe-header-button.button {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
  color: #C3AA92;
}
.button.recipe-header-button:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.recipe-header-button:hover, .standard-form-style input.recipe-header-button[type=submit]:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.recipe-header-button[type=submit]:hover, .wpcf7-form input.recipe-header-button[type=submit]:hover {
  background: transparent;
  text-decoration: underline;
}
.button.gold, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.gold, .standard-form-style input.gold[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.gold[type=submit], .wpcf7-form input.gold[type=submit], .woocommerce a.gold.button,
.woocommerce button.gold.button {
  background: #ffd812;
  border-color: transparent;
  color: #1B1B1B;
}
.button.gold:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.gold:hover, .standard-form-style input.gold[type=submit]:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.gold[type=submit]:hover, .wpcf7-form input.gold[type=submit]:hover {
  background: #f7ca00;
  border-color: transparent;
}
.button.recipe-share-button, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.recipe-share-button, .standard-form-style input.recipe-share-button[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.recipe-share-button[type=submit], .wpcf7-form input.recipe-share-button[type=submit], .woocommerce a.recipe-share-button.button,
.woocommerce button.recipe-share-button.button {
  position: relative;
}
.button.recipe-share-button.active .tooltip, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.recipe-share-button.active .tooltip, .standard-form-style input.recipe-share-button.active[type=submit] .tooltip, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.recipe-share-button.active[type=submit] .tooltip, .wpcf7-form input.recipe-share-button.active[type=submit] .tooltip {
  visibility: visible;
  opacity: 1;
}
.button.recipe-share-button .tooltip, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.recipe-share-button .tooltip, .standard-form-style input.recipe-share-button[type=submit] .tooltip, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.recipe-share-button[type=submit] .tooltip, .wpcf7-form input.recipe-share-button[type=submit] .tooltip {
  position: absolute;
  background: #1B1B1B;
  color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  text-align: center;
  font-weight: 300;
  text-transform: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease 0.2s;
}
.button.recipe-share-button .tooltip::after, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a.recipe-share-button .tooltip::after, .standard-form-style input.recipe-share-button[type=submit] .tooltip::after, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input.recipe-share-button[type=submit] .tooltip::after, .wpcf7-form input.recipe-share-button[type=submit] .tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1B1B1B transparent transparent transparent;
}

.woocommerce div.product .entry-summary form.cart .button, .woocommerce div.product .entry-summary form.cart .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper .woocommerce div.product .entry-summary form.cart a, .woocommerce .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper div.product .entry-summary form.cart a, .woocommerce div.product .entry-summary form.cart .standard-form-style input[type=submit], .woocommerce div.product .entry-summary form.cart .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .woocommerce div.product .entry-summary form.cart .jdgm-form input[type=submit], .woocommerce div.product .entry-summary form.cart .wpcf7-form input[type=submit], .standard-form-style .woocommerce div.product .entry-summary form.cart input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .woocommerce div.product .entry-summary form.cart input[type=submit], .wpcf7-form .woocommerce div.product .entry-summary form.cart input[type=submit] {
  float: none;
  width: 100%;
  border-radius: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #1B1B1B;
  height: 64px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  border: 0;
}
.woocommerce div.product .entry-summary form.cart .button:hover, .woocommerce div.product .entry-summary form.cart .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper .woocommerce div.product .entry-summary form.cart a:hover, .woocommerce div.product .entry-summary form.cart .standard-form-style input[type=submit]:hover, .woocommerce div.product .entry-summary form.cart .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit]:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .woocommerce div.product .entry-summary form.cart .jdgm-form input[type=submit]:hover, .woocommerce div.product .entry-summary form.cart .wpcf7-form input[type=submit]:hover, .standard-form-style .woocommerce div.product .entry-summary form.cart input[type=submit]:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .woocommerce div.product .entry-summary form.cart input[type=submit]:hover, .wpcf7-form .woocommerce div.product .entry-summary form.cart input[type=submit]:hover {
  background-color: #C3AA92;
}

.woocommerce .product-list-card button.button {
  float: none;
  width: 100%;
  border-radius: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: transparent;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  height: 54px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.woocommerce .product-list-card button.button:hover {
  background: #C3AA92;
  border-color: #C3AA92;
  color: #fff;
}

.woocommerce a.button, .woocommerce .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper .woocommerce a,
.woocommerce button.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce a.button:hover, .woocommerce .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper .woocommerce a:hover,
.woocommerce button.button:hover {
  background: #fff;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 45;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

#search-modal {
  height: 400px;
  background: #F3EDE3;
  border-bottom: 1px solid #C3AA92;
  box-shadow: 0 50px 50px rgba(0, 0, 0, 0.15);
}

.search-title {
  text-align: center;
  margin-bottom: 90px;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 90%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 1200px;
  padding-top: 80px;
}
@media (min-width: 1501px) {
  .modal-content {
    max-width: 1440px;
  }
}
@media (max-width: 1280px) {
  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .modal-content {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-top: 50px;
  }
}

.close-button {
  position: absolute;
  right: 25px;
  top: 14px;
  width: 60px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .close-button {
    right: -5px;
  }
}
@media (max-width: 600px) {
  .close-button {
    width: 35px;
    height: 30px;
    right: 6px;
  }
}
.close-button:hover {
  background: #1B1B1B;
}
.close-button:hover::after, .close-button:hover::before {
  background: #C3AA92;
}
.close-button::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #1B1B1B;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.close-button::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #1B1B1B;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateZ(0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.modal-search-wrapper form {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .modal-search-wrapper form {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.modal-search-wrapper form input[type=search] {
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border: 0;
  height: 54px;
  line-height: 54px;
  outline: 0;
  flex: 0 1 584px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 600px) {
  .modal-search-wrapper form input[type=search] {
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1.5px solid #1B1B1B;
  }
}
.modal-search-wrapper form .button, .modal-search-wrapper form .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper .modal-search-wrapper form a, .modal-search-wrapper form .standard-form-style input[type=submit], .modal-search-wrapper form .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .modal-search-wrapper form .jdgm-form input[type=submit], .modal-search-wrapper form .wpcf7-form input[type=submit], .standard-form-style .modal-search-wrapper form input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .modal-search-wrapper form input[type=submit], .wpcf7-form .modal-search-wrapper form input[type=submit], .modal-search-wrapper form .woocommerce a.button, .woocommerce .modal-search-wrapper form a.button,
.modal-search-wrapper form .woocommerce button.button,
.woocommerce .modal-search-wrapper form button.button {
  flex: 0 0 256px;
  width: 256px;
  height: 54px;
  cursor: pointer;
  margin: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.2em;
  padding-left: 10px;
  padding-right: 10px;
  outline: 0;
  min-width: 256px;
  max-width: 100%;
  text-decoration: none;
  background: transparent;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
  border-radius: 0;
}
@media (max-width: 600px) {
  .modal-search-wrapper form .button, .modal-search-wrapper form .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper .modal-search-wrapper form a, .modal-search-wrapper form .standard-form-style input[type=submit], .modal-search-wrapper form .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .modal-search-wrapper form .jdgm-form input[type=submit], .modal-search-wrapper form .wpcf7-form input[type=submit], .standard-form-style .modal-search-wrapper form input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .modal-search-wrapper form input[type=submit], .wpcf7-form .modal-search-wrapper form input[type=submit], .modal-search-wrapper form .woocommerce a.button, .woocommerce .modal-search-wrapper form a.button,
  .modal-search-wrapper form .woocommerce button.button,
  .woocommerce .modal-search-wrapper form button.button {
    flex: 1 1 auto;
    width: 100%;
  }
}
.modal-search-wrapper form .button:hover, .modal-search-wrapper form .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper .modal-search-wrapper form a:hover, .modal-search-wrapper form .standard-form-style input[type=submit]:hover, .modal-search-wrapper form .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit]:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .modal-search-wrapper form .jdgm-form input[type=submit]:hover, .modal-search-wrapper form .wpcf7-form input[type=submit]:hover, .standard-form-style .modal-search-wrapper form input[type=submit]:hover, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .modal-search-wrapper form input[type=submit]:hover, .wpcf7-form .modal-search-wrapper form input[type=submit]:hover {
  background: #C3AA92;
  border-color: #C3AA92;
  color: #fff;
}

.standard-form-style .input-row, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .input-row, .wpcf7-form .input-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.standard-form-style .input-row .input-wrapper, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .input-row .input-wrapper, .wpcf7-form .input-row .input-wrapper {
  width: 100%;
}
.standard-form-style .input-row:last-child, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .input-row:last-child, .wpcf7-form .input-row:last-child {
  margin-bottom: 0;
}
.standard-form-style .input-row a, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .input-row a, .wpcf7-form .input-row a {
  color: #1B1B1B;
}
.standard-form-style label, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form label, .wpcf7-form label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.standard-form-style input[type=text], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=text], .wpcf7-form input[type=text],
.standard-form-style input[type=password],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=password],
.wpcf7-form input[type=password],
.standard-form-style input[type=email],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=email],
.wpcf7-form input[type=email],
.standard-form-style input[type=number],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=number],
.wpcf7-form input[type=number],
.standard-form-style input[type=date],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=date],
.wpcf7-form input[type=date],
.standard-form-style input[type=url],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=url],
.wpcf7-form input[type=url],
.standard-form-style input[type=tel],
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=tel],
.wpcf7-form input[type=tel],
.standard-form-style select,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form select,
.wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid #1B1B1B;
  width: 100%;
  color: #1B1B1B;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 0;
}
.standard-form-style input[type=text]:focus, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=text]:focus, .wpcf7-form input[type=text]:focus,
.standard-form-style input[type=password]:focus,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=password]:focus,
.wpcf7-form input[type=password]:focus,
.standard-form-style input[type=email]:focus,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=email]:focus,
.wpcf7-form input[type=email]:focus,
.standard-form-style input[type=number]:focus,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=number]:focus,
.wpcf7-form input[type=number]:focus,
.standard-form-style input[type=date]:focus,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=date]:focus,
.wpcf7-form input[type=date]:focus,
.standard-form-style input[type=url]:focus,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=url]:focus,
.wpcf7-form input[type=url]:focus,
.standard-form-style input[type=tel]:focus,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=tel]:focus,
.wpcf7-form input[type=tel]:focus,
.standard-form-style select:focus,
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form select:focus,
.wpcf7-form select:focus {
  border-color: #C3AA92;
}
.standard-form-style .password-input, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .password-input, .wpcf7-form .password-input {
  position: relative;
}
.standard-form-style .password-input .show-password-input, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .password-input .show-password-input, .wpcf7-form .password-input .show-password-input {
  right: 0;
  top: 0;
}
.standard-form-style textarea, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form textarea, .wpcf7-form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1.5px solid #1B1B1B;
  width: 100%;
  color: #1B1B1B;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  outline: 0;
  padding: 5px 0;
  min-width: 100%;
  max-width: 100%;
  height: 5em;
  resize: none;
}
.standard-form-style textarea:focus, .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form textarea:focus, .wpcf7-form textarea:focus {
  border-color: #C3AA92;
}
.standard-form-style input[type=submit], .page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form input[type=submit], .wpcf7-form input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.wpcf7-form .buttons-wrapper {
  padding-top: 50px;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border: 0;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #1B1B1B;
  color: #fff;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item,
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  margin-right: 14px;
}
.wpcf7-checkbox .wpcf7-list-item:last-child,
.wpcf7-radio .wpcf7-list-item:last-child,
.wpcf7-acceptance .wpcf7-list-item:last-child {
  margin-right: 0;
}
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label,
.wpcf7-acceptance .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: normal;
}
.wpcf7-checkbox .wpcf7-list-item input,
.wpcf7-radio .wpcf7-list-item input,
.wpcf7-acceptance .wpcf7-list-item input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  background: #C3AA92;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  transform: translateY(2px);
}
.wpcf7-checkbox .wpcf7-list-item input:checked::after,
.wpcf7-radio .wpcf7-list-item input:checked::after,
.wpcf7-acceptance .wpcf7-list-item input:checked::after {
  width: 10px;
  height: 10px;
  background: #1B1B1B;
  position: absolute;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  content: "";
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1B1B1B;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #1B1B1B;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 20px;
  height: auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.wp-caption > img {
  display: block;
  max-width: 100%;
}

.wp-caption-text {
  background: #1B1B1B;
  color: #fff;
  padding: 8px 16px;
}

.woocommerce nav.woocommerce-pagination {
  padding-bottom: 60px;
  padding-top: 30px;
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-weight: 500;
  color: #1B1B1B;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  background: transparent;
  color: #C3AA92;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #C3AA92;
  color: #fff;
}

.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
}
.slick-list > div,
.slick-track > div,
.slick-slide > div {
  height: 100%;
}

.carousel-dots {
  position: absolute;
  bottom: 30px;
  right: 160px;
}
.carousel-dots ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
  list-style-type: none !important;
}
.carousel-dots ul li {
  margin-left: 5px;
  margin-right: 5px;
  height: 3px;
  width: 40px;
  background: rgba(243, 237, 227, 0.2);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  list-style-type: none !important;
}
@media (max-width: 1024px) {
  .carousel-dots ul li {
    width: 30px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 900px) {
  .carousel-dots ul li {
    width: 20px;
    height: 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.carousel-dots ul li:hover {
  background: #f3ede3;
}
.carousel-dots ul li.slick-active {
  background: #F3EDE3;
}
.carousel-dots ul li button {
  font-size: 0;
  border: 0;
  background: none;
  height: 100%;
}
.carousel-dots ul li button::before, .carousel-dots ul li button::after {
  display: none;
}

.icons-carousel-wrapper .carousel-dots {
  left: 0;
  right: 0;
  width: 100%;
  bottom: 50px;
  justify-content: center;
}
.icons-carousel-wrapper .carousel-dots ul {
  text-align: center;
  justify-content: center;
}
.icons-carousel-wrapper .carousel-dots li {
  background: #c5beb6;
}
.icons-carousel-wrapper .carousel-dots li:hover {
  background: #fff;
}
.icons-carousel-wrapper .carousel-dots li.slick-active {
  background: #fff;
}

.product-teaser-carousel-wrapper {
  position: relative;
  padding-bottom: 95px;
}
@media (max-width: 900px) {
  .product-teaser-carousel-wrapper {
    padding-bottom: 20px;
  }
}
.product-teaser-carousel-wrapper .carousel-dots {
  left: 0;
  right: 0;
  width: 100%;
  bottom: 30px;
  justify-content: center;
}
.product-teaser-carousel-wrapper .carousel-dots ul {
  text-align: center;
  justify-content: center;
}
.product-teaser-carousel-wrapper .carousel-dots li {
  background: #c5beb6;
}
.product-teaser-carousel-wrapper .carousel-dots li:hover {
  background: #fff;
}
.product-teaser-carousel-wrapper .carousel-dots li.slick-active {
  background: #fff;
}
@media (max-width: 900px) {
  .product-teaser-carousel-wrapper .carousel-right,
  .product-teaser-carousel-wrapper .carousel-left {
    top: 350px;
  }
}

.recipes-carousel-wrapper {
  position: relative;
}
@media (max-width: 1024px) {
  .recipes-carousel-wrapper {
    padding-bottom: 30px;
    background: black;
  }
}
.recipes-carousel-wrapper .carousel-dots {
  left: 32px;
  bottom: 102px;
}
.recipes-carousel-wrapper .carousel-dots ul {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .recipes-carousel-wrapper .carousel-dots ul {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .recipes-carousel-wrapper .carousel-dots {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 15px;
    background: black;
  }
}

.large-image-carousel-wrapper {
  position: relative;
}
.large-image-carousel-wrapper .carousel-right,
.large-image-carousel-wrapper .carousel-left {
  top: calc(50% - 40px);
}
@media (max-width: 1280px) {
  .large-image-carousel-wrapper .carousel-right,
  .large-image-carousel-wrapper .carousel-left {
    top: calc(50% - 37px);
  }
}
@media (max-width: 900px) {
  .large-image-carousel-wrapper .carousel-right,
  .large-image-carousel-wrapper .carousel-left {
    top: calc(50% - 25px);
  }
}
@media (max-width: 600px) {
  .large-image-carousel-wrapper .carousel-right,
  .large-image-carousel-wrapper .carousel-left {
    top: calc(50% - 22px);
  }
}
.large-image-carousel-wrapper .large-image-carousel .image-slide {
  padding-left: 10px;
  padding-right: 10px;
  height: auto !important;
}
.large-image-carousel-wrapper .large-image-carousel .image-slide img {
  width: 100%;
}
.large-image-carousel-wrapper .large-image-carousel .slick-list {
  overflow: visible;
  margin-left: -10px;
  margin-right: -10px;
}

.products-carousel-wrapper .product-carousel .product-carousel-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.products-carousel-wrapper .product-carousel .product-carousel-slide img {
  width: 100%;
}
.products-carousel-wrapper .product-carousel .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 900px) {
  .products-carousel-wrapper .product-carousel .product-list-card {
    max-width: 100%;
    flex: 0 1 100%;
  }
}
.products-carousel-wrapper .products-carousel-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.products-carousel-wrapper .products-carousel-controls .slide-counter {
  flex: 0 1 242px;
  text-align: center;
}
@media (max-width: 900px) {
  .products-carousel-wrapper .products-carousel-controls .slide-counter {
    flex: 0 1 200px;
  }
}
.products-carousel-wrapper .products-carousel-controls .slide-counter {
  font-weight: 500;
}
@media (max-width: 900px) {
  .products-carousel-wrapper .products-carousel-controls .slide-counter {
    font-size: 12px;
  }
}
.products-carousel-wrapper .products-carousel-controls .products-carousel-left {
  padding-left: 62px;
  height: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  cursor: pointer;
}
@media (max-width: 900px) {
  .products-carousel-wrapper .products-carousel-controls .products-carousel-left {
    height: 32px;
    padding-left: 45px;
    font-size: 12px;
  }
}
.products-carousel-wrapper .products-carousel-controls .products-carousel-left::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 42px;
  background: #C3AA92;
  content: "";
  mask: url("../img/icon_arrow_circle_left.svg");
  -webkit-mask: url("../img/icon_arrow_circle_left.svg");
  -moz-mask: url("../img/icon_arrow_circle_left.svg");
  mask-size: cover;
  -moz-mask-size: cover;
  -webkit-mask-size: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 900px) {
  .products-carousel-wrapper .products-carousel-controls .products-carousel-left::after {
    width: 32px;
    height: 32px;
  }
}
.products-carousel-wrapper .products-carousel-controls .products-carousel-left:hover::after {
  background: #1B1B1B;
}
.products-carousel-wrapper .products-carousel-controls .products-carousel-right {
  padding-right: 62px;
  height: 42px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  cursor: pointer;
}
@media (max-width: 900px) {
  .products-carousel-wrapper .products-carousel-controls .products-carousel-right {
    height: 32px;
    padding-right: 45px;
    font-size: 12px;
  }
}
.products-carousel-wrapper .products-carousel-controls .products-carousel-right::after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42px;
  background: #C3AA92;
  content: "";
  mask: url("../img/icon_arrow_circle_right.svg");
  -webkit-mask: url("../img/icon_arrow_circle_right.svg");
  -moz-mask: url("../img/icon_arrow_circle_right.svg");
  mask-size: cover;
  -moz-mask-size: cover;
  -webkit-mask-size: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 900px) {
  .products-carousel-wrapper .products-carousel-controls .products-carousel-right::after {
    width: 32px;
    height: 32px;
  }
}
.products-carousel-wrapper .products-carousel-controls .products-carousel-right:hover::after {
  background: #1B1B1B;
}

.quote-carousel-wrapper {
  position: relative;
  padding-top: 64px;
}
.quote-carousel-wrapper .carousel-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: auto;
  display: none;
}
.quote-carousel-wrapper .carousel-dots .slick-dots {
  justify-content: center;
}
.quote-carousel-wrapper .carousel-dots .slick-dots li {
  background: #DAD5CC;
}
.quote-carousel-wrapper .carousel-dots .slick-dots li:hover {
  background: #dad5cc;
}
.quote-carousel-wrapper .carousel-dots .slick-dots li.slick-active {
  background: black;
}
.quote-carousel-wrapper .quote-carousel {
  margin-bottom: 40px;
}
.quote-carousel-wrapper .quote-logo-carousel .quote-logo-slide {
  opacity: 0.2;
}
.quote-carousel-wrapper .quote-logo-carousel .quote-logo-slide.slick-current {
  opacity: 1;
}
.quote-carousel-wrapper .quote-logo-carousel .quote-logo-slide .logo-wrapper {
  text-align: center;
}
.quote-carousel-wrapper .quote-logo-carousel .quote-logo-slide .logo-wrapper img {
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.quote-carousel-wrapper .quote-logo-carousel .quote-logo-slide .logo-wrapper img:hover {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .quote-carousel-wrapper .quote-logo-carousel .slick-list {
    overflow: visible;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.product-categories-carousel-wrapper {
  position: relative;
  padding-bottom: 60px;
}
.product-categories-carousel-wrapper .carousel-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.product-categories-carousel-wrapper .carousel-dots .slick-dots {
  justify-content: center;
}
.product-categories-carousel-wrapper .carousel-dots .slick-dots li {
  background: #DAD5CC;
}
.product-categories-carousel-wrapper .carousel-dots .slick-dots li:hover {
  background: #dad5cc;
}
.product-categories-carousel-wrapper .carousel-dots .slick-dots li.slick-active {
  background: black;
}
.product-categories-carousel-wrapper .product-categories-carousel-left {
  height: calc(100% - 60px);
  width: 42px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: -51px;
  top: 0;
  cursor: pointer;
}
.product-categories-carousel-wrapper .product-categories-carousel-left::after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 42px;
  width: 100%;
  background: #C3AA92;
  content: "";
  mask: url("../img/icon_arrow_circle_left.svg");
  -webkit-mask: url("../img/icon_arrow_circle_left.svg");
  -moz-mask: url("../img/icon_arrow_circle_left.svg");
  mask-size: cover;
  -moz-mask-size: cover;
  -webkit-mask-size: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-categories-carousel-wrapper .product-categories-carousel-left:hover::after {
  background: #1B1B1B;
}
@media (max-width: 1024px) {
  .product-categories-carousel-wrapper .product-categories-carousel-left {
    display: none;
  }
}
.product-categories-carousel-wrapper .product-categories-carousel-right {
  height: calc(100% - 60px);
  width: 42px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  right: -51px;
  top: 0;
  cursor: pointer;
}
.product-categories-carousel-wrapper .product-categories-carousel-right::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 42px;
  width: 100%;
  background: #C3AA92;
  content: "";
  mask: url("../img/icon_arrow_circle_right.svg");
  -webkit-mask: url("../img/icon_arrow_circle_right.svg");
  -moz-mask: url("../img/icon_arrow_circle_right.svg");
  mask-size: cover;
  -moz-mask-size: cover;
  -webkit-mask-size: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-categories-carousel-wrapper .product-categories-carousel-right:hover::after {
  background: #1B1B1B;
}
@media (max-width: 1024px) {
  .product-categories-carousel-wrapper .product-categories-carousel-right {
    display: none;
  }
}
.product-categories-carousel-wrapper .product-category-slide {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .product-categories-carousel-wrapper .product-category-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-categories-carousel-wrapper .product-category-slide .prod-cat-content {
  position: relative;
}
.product-categories-carousel-wrapper .product-category-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.product-categories-carousel-wrapper .product-category-slide .category-name {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
@media (max-width: 600px) {
  .product-categories-carousel-wrapper .product-category-slide .category-name {
    bottom: 15px;
  }
}
.product-categories-carousel-wrapper .product-category-slide .prod-cat-link {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.product-categories-carousel-wrapper .slick-list {
  overflow: visible;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 900px) {
  .product-categories-carousel-wrapper .slick-list {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.product-categories-carousel-wrapper .slick-track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-categories-carousel-wrapper .slick-slide {
  float: none;
}

.page-banner-full-carousel-wrapper {
  position: relative;
  height: 100%;
}
.page-banner-full-carousel-wrapper .carousel-dots {
  left: calc(50% + 56px);
  right: auto;
  bottom: 35px;
}
@media (max-width: 1024px) {
  .page-banner-full-carousel-wrapper .carousel-dots {
    left: 0;
    width: 100%;
  }
  .page-banner-full-carousel-wrapper .carousel-dots ul {
    justify-content: center;
  }
}
.page-banner-full-carousel-wrapper .slick-slider {
  height: 100%;
}
@media (max-width: 1024px) {
  .page-banner-full-carousel-wrapper .slick-slider {
    height: auto;
  }
}

.carousel-left {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: #C3AA92;
  mask: url("../img/icon_arrow_circle_left.svg");
  -webkit-mask: url("../img/icon_arrow_circle_left.svg");
  -moz-mask: url("../img/icon_arrow_circle_left.svg");
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  mask-size: cover;
  -webkit-mask-size: cover;
  -moz-mask-size: cover;
}
.carousel-left:hover {
  background: black;
}
@media (max-width: 1024px) {
  .carousel-left {
    left: 15px;
  }
}
@media (max-width: 900px) {
  .carousel-left {
    width: 32px;
    height: 32px;
  }
}

.carousel-right {
  position: absolute;
  width: 42px;
  height: 42px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background: #C3AA92;
  mask: url("../img/icon_arrow_circle_right.svg");
  -webkit-mask: url("../img/icon_arrow_circle_right.svg");
  -moz-mask: url("../img/icon_arrow_circle_right.svg");
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  mask-size: cover;
  -webkit-mask-size: cover;
  -moz-mask-size: cover;
}
.carousel-right:hover {
  background: black;
}
@media (max-width: 1024px) {
  .carousel-right {
    right: 15px;
  }
}
@media (max-width: 900px) {
  .carousel-right {
    width: 32px;
    height: 32px;
  }
}

.block.thumbnail-text .thumbnail-wrapper {
  width: 100%;
  margin-bottom: 38px;
}
.block.thumbnail-text .thumbnail-wrapper img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block.thumbnail-text h4 {
  margin-bottom: 30px;
}
.block.thumbnail-text .text {
  margin-bottom: 40px;
}
.block.thumbnail-text.two-column-size h3 {
  color: #C3AA92;
  margin-bottom: 23px;
}
.block.thumbnail-text.three-column-size h3 {
  color: #C3AA92;
  margin-bottom: 11px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-color: #C3AA92;
  padding: 0.5em 2em 0.5em 3.5em;
  margin: 0 0 1em;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #C3AA92;
  top: 0.5em;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #C3AA92;
}

.woocommerce-error::before {
  top: 1em;
}

.breadcrumbs-nav {
  color: #1B1B1B;
}

.page-section.product-reviews .product-reviews-wrapper .jdgm-rev-widg__title {
  margin-bottom: 50px;
}
.page-section.product-reviews .product-reviews-wrapper .jdgm-widget-actions-wrapper a:hover {
  background: #C3AA92 !important;
  color: #fff;
}
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .jdgm-form__name-fieldset label {
  display: inline-block;
}
.page-section.product-reviews .product-reviews-wrapper .jdgm-review-widget .jdgm-form .jdgm-form__reviewer-name-format-dropdown-wrapper select {
  width: auto;
  border: 0;
  outline: 0;
}

.page-section:first-of-type {
  margin-top: 95px;
}
@media (max-width: 1024px) {
  .page-section:first-of-type {
    margin-top: 0;
  }
}
.page-section.text-plus-side-image {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.text-plus-side-image .image-column {
  position: relative;
}
@media (max-width: 1024px) {
  .page-section.text-plus-side-image .image-column {
    max-width: 100%;
    text-align: center;
  }
  .page-section.text-plus-side-image .image-column img {
    margin: 0 auto;
  }
}
.page-section.text-plus-side-image .text-column {
  padding-top: 38px;
}
@media (max-width: 1024px) {
  .page-section.text-plus-side-image .text-column {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-section.text-plus-side-image .columns {
    display: block;
  }
}
.page-section.text-plus-side-image .buttons-wrapper {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-section.text-plus-side-image .buttons-wrapper {
    justify-content: center;
  }
}
.page-section.text-plus-side-image .block-title {
  transform: translateX(77%);
  color: #C3AA92;
  margin-bottom: 8px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1024px) {
  .page-section.text-plus-side-image .block-title {
    transform: none;
  }
}
.page-section.text-plus-side-image .sub-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
.page-section.text-plus-side-image .text {
  margin-bottom: 40px;
}
.page-section.text-plus-side-image.text_left .text_column {
  order: 1;
}
.page-section.text-plus-side-image.text_left .image-column {
  order: 2;
}
.page-section.text-plus-side-image.text_left .image-column .image-column-carousel-dots {
  right: auto;
  left: 160px;
}
.page-section.text-plus-side-image.text_left .buttons-wrapper {
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .page-section.text-plus-side-image.text_left .buttons-wrapper {
    justify-content: center;
  }
}
.page-section.text-plus-side-image.text_left .text,
.page-section.text-plus-side-image.text_left .sub-title {
  text-align: right;
}
@media (max-width: 1024px) {
  .page-section.text-plus-side-image.text_left .text,
  .page-section.text-plus-side-image.text_left .sub-title {
    text-align: left;
  }
}
.page-section.text-plus-side-image.text_right .block-title {
  transform: translateX(-77%);
}
@media (max-width: 1024px) {
  .page-section.text-plus-side-image.text_right .block-title {
    transform: none;
  }
}
.page-section.videoplayer-portrait {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.videoplayer-portrait .video-column {
  position: relative;
}
@media (max-width: 1024px) {
  .page-section.videoplayer-portrait .video-column {
    max-width: 100%;
    text-align: center;
  }
  .page-section.videoplayer-portrait .video-column img {
    margin: 0 auto;
  }
}
.page-section.videoplayer-portrait .video-column .video-wrapper {
  position: relative;
}
.page-section.videoplayer-portrait .video-column .video-wrapper.squared {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.page-section.videoplayer-portrait .video-column .video-wrapper.squared > .ar-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-section.videoplayer-portrait .video-column .video-wrapper.portrait {
  height: 0;
  padding-bottom: 125%;
  position: relative;
}
.page-section.videoplayer-portrait .video-column .video-wrapper.portrait > .ar-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-section.videoplayer-portrait .video-column .video-wrapper.landscape {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.page-section.videoplayer-portrait .video-column .video-wrapper.landscape > .ar-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-section.videoplayer-portrait .video-column .video-wrapper video,
.page-section.videoplayer-portrait .video-column .video-wrapper object,
.page-section.videoplayer-portrait .video-column .video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.page-section.videoplayer-portrait .video-column .video-wrapper video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-section.videoplayer-portrait .video-column .video-wrapper .video-control {
  position: absolute;
  width: 128px;
  height: 128px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/icon_video_play.svg") center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
@media (max-width: 900px) {
  .page-section.videoplayer-portrait .video-column .video-wrapper .video-control {
    width: 64px;
    height: 64px;
  }
}
.page-section.videoplayer-portrait .columns {
  padding-left: 8.33%;
  padding-right: 8.33%;
}
@media (max-width: 900px) {
  .page-section.videoplayer-portrait .columns {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-section.videoplayer-portrait .text-column {
  padding-top: 38px;
}
@media (max-width: 1024px) {
  .page-section.videoplayer-portrait .text-column {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .page-section.videoplayer-portrait .columns {
    display: block;
  }
}
.page-section.videoplayer-portrait .buttons-wrapper {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-section.videoplayer-portrait .buttons-wrapper {
    justify-content: center;
  }
}
.page-section.videoplayer-portrait .block-title {
  color: #C3AA92;
  margin-bottom: 8px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1024px) {
  .page-section.videoplayer-portrait .block-title {
    transform: none;
  }
}
.page-section.videoplayer-portrait .sub-title {
  margin-bottom: 20px;
  padding-top: 20px;
}
.page-section.videoplayer-portrait .text {
  margin-bottom: 40px;
}
.page-section.videoplayer-portrait.text_left .text_column {
  order: 1;
  text-align: left;
}
.page-section.videoplayer-portrait.text_left .video-column {
  order: 2;
}
.page-section.videoplayer-portrait.text_left .buttons-wrapper {
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-section.videoplayer-portrait.text_left .buttons-wrapper {
    justify-content: center;
  }
}
.page-section.videoplayer-portrait.text_left .text,
.page-section.videoplayer-portrait.text_left .sub-title {
  text-align: left;
}
.page-section.videoplayer-portrait.video_center .columns {
  justify-content: center;
}
.page-section.videoplayer-portrait.video_center .text-column {
  display: none;
}
.page-section.accordion {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.accordion .accordion-content {
  display: none;
}
.page-section.accordion .accordion-content .text {
  padding-bottom: 50px;
}
.page-section.accordion .label {
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 20px;
  position: relative;
  padding-right: 64px;
}
@media (max-width: 1280px) {
  .page-section.accordion .image-column {
    flex: 0 1 41.65%;
    max-width: 41.65%;
  }
}
@media (max-width: 900px) {
  .page-section.accordion .image-column {
    margin-bottom: 30px;
  }
  .page-section.accordion .image-column img {
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .page-section.accordion .columns {
    display: block;
  }
  .page-section.accordion .columns * {
    max-width: 100%;
  }
}
.page-section.accordion .columns.text-left {
  justify-content: flex-start;
}
.page-section.accordion .columns.text-center {
  justify-content: center;
}
.page-section.accordion .columns.text-right {
  justify-content: flex-end;
}
.page-section.accordion.image_right .columns {
  flex-direction: row-reverse;
}
.page-section.accordion .accordion-trigger {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 26px;
  top: 0;
  background: url("../img/icon_arrow_right.svg") center center no-repeat;
  background-size: 16px auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
  transform: rotate(90deg);
}
@media (max-width: 600px) {
  .page-section.accordion .accordion-trigger {
    right: 16px;
    background-size: 12px auto;
  }
}
.page-section.accordion .block-title {
  color: #C3AA92;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .page-section.accordion .block-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .page-section.accordion .block-title {
    margin-bottom: 32px;
  }
}
.page-section.accordion .accordion-wrapper {
  border-top: 1px solid #707070;
}
.page-section.accordion .accordion-item {
  border-bottom: 1px solid #707070;
  padding-top: 18px;
}
.page-section.accordion .accordion-item.active .accordion-trigger {
  transform: rotate(-90deg);
}
.page-section.two-column-text-blocks {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.two-column-text-blocks .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.two-column-text-blocks .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.two-column-text-blocks .section-title {
    margin-bottom: 60px;
  }
}
.page-section.two-column-text-blocks .columns {
  row-gap: 60px;
}
@media (max-width: 900px) {
  .page-section.two-column-text-blocks .columns {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-section.two-column-text-blocks .columns .six {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 900px) {
  .page-section.two-column-text-blocks .columns .six {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.page-section.two-column-text-blocks .block h3 {
  text-transform: none;
  margin-bottom: 20px;
}
.page-section.two-column-text-blocks.title-high .block h3 {
  margin-top: -80px;
}
@media (max-width: 1024px) {
  .page-section.two-column-text-blocks.title-high .block h3 {
    margin-top: -60px;
  }
}
.page-section.two-column-text-blocks.center .block h3,
.page-section.two-column-text-blocks.center .block h4,
.page-section.two-column-text-blocks.center .block .text {
  text-align: center;
}
.page-section.two-column-text-blocks.center .block .buttons-wrapper {
  justify-content: center;
}
.page-section.three-column-text-blocks {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.three-column-text-blocks .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.three-column-text-blocks .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.three-column-text-blocks .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .page-section.three-column-text-blocks .columns {
    display: block;
  }
}
@media (max-width: 1024px) {
  .page-section.three-column-text-blocks .columns .column {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.page-section.three-column-text-blocks .block h3 {
  text-transform: none;
  margin-bottom: 20px;
}
.page-section.three-column-text-blocks.center .block h3,
.page-section.three-column-text-blocks.center .block h4,
.page-section.three-column-text-blocks.center .block .text {
  text-align: center;
}
.page-section.three-column-text-blocks.center .block .buttons-wrapper {
  justify-content: center;
}
.page-section.full-width-image {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.full-width-image .image-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-section.full-width-image.center .image-wrapper {
  justify-content: center;
}
.page-section.full-width-image.right .image-wrapper {
  justify-content: flex-end;
}
.page-section.icon-columns-with-text {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.icon-columns-with-text .icons-carousel-dots {
  display: none;
}
@media (max-width: 900px) {
  .page-section.icon-columns-with-text .icons-carousel-dots {
    display: block;
  }
}
@media (max-width: 900px) {
  .page-section.icon-columns-with-text .icons-carousel-wrapper {
    padding-bottom: 50px;
    position: relative;
  }
}
.page-section.icon-columns-with-text .columns {
  row-gap: 60px;
  /*@include media-query(tablet-min) {
    display: block;
  }*/
}
.page-section.icon-columns-with-text .columns .column {
  flex: 0 1 100%;
}
.page-section.icon-columns-with-text .icon-column-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: left;
}
.page-section.icon-columns-with-text .icon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.page-section.icon-columns-with-text .icon img {
  min-width: 96px;
  height: auto;
}
.page-section.icon-columns-with-text .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.icon-columns-with-text .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.icon-columns-with-text .section-title {
    margin-bottom: 60px;
  }
}
.page-section.icon-columns-with-text .title {
  margin-bottom: 25px;
  color: #1B1B1B;
}
.page-section.icon-columns-with-text.center .icon-column-content {
  text-align: center;
}
.page-section.icon-columns-with-text.center .icon {
  justify-content: center;
}
.page-section.small-icon-columns {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.small-icon-columns .icons-carousel-dots {
  display: none;
}
@media (max-width: 900px) {
  .page-section.small-icon-columns .icons-carousel-dots {
    display: block;
  }
}
@media (max-width: 900px) {
  .page-section.small-icon-columns .icons-carousel-wrapper {
    padding-bottom: 50px;
    position: relative;
  }
}
.page-section.small-icon-columns .icon-column-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.page-section.small-icon-columns .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.small-icon-columns .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.small-icon-columns .section-title {
    margin-bottom: 60px;
  }
}
.page-section.small-icon-columns .columns {
  justify-content: center;
}
@media (max-width: 900px) {
  .page-section.small-icon-columns .columns .column {
    flex: 0 1 100%;
  }
}
.page-section.small-icon-columns .icon {
  margin-bottom: 15px;
}
.page-section.small-icon-columns .icon img {
  min-width: 64px;
  height: auto;
}
.page-section.small-icon-columns .icon-column {
  margin-bottom: 50px;
}
.page-section.small-icon-columns .text {
  text-align: center;
}
.page-section.small-icon-columns .title {
  color: #C3AA92;
  margin-bottom: 20px;
}
.page-section.information-icons {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.information-icons .icons-carousel-dots {
  display: none;
}
@media (max-width: 900px) {
  .page-section.information-icons .icons-carousel-dots {
    display: block;
  }
}
@media (max-width: 900px) {
  .page-section.information-icons .icons-carousel-wrapper {
    padding-bottom: 50px;
    position: relative;
  }
}
.page-section.information-icons .icon-column-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.page-section.information-icons .columns {
  justify-content: center;
}
@media (max-width: 900px) {
  .page-section.information-icons .columns .column {
    flex: 0 1 100%;
  }
}
.page-section.information-icons .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.information-icons .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.information-icons .section-title {
    margin-bottom: 60px;
  }
}
.page-section.information-icons .icon-column {
  margin-bottom: 50px;
}
.page-section.information-icons .icon {
  margin-bottom: 15px;
}
.page-section.information-icons .icon img {
  min-width: 96px;
  height: auto;
}
.page-section.information-icons .label {
  margin-bottom: 10px;
}
.page-section.headline-plus-text {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.headline-plus-text.full-width.left .text, .page-section.headline-plus-text.full-width.right .text {
  padding-left: 0;
  padding-right: 0;
}
.page-section.headline-plus-text.left .text {
  text-align: left;
  padding-right: 33.32%;
}
@media (max-width: 900px) {
  .page-section.headline-plus-text.left .text {
    padding-right: 0;
  }
}
.page-section.headline-plus-text.center .text {
  text-align: center;
  padding-left: 16.66%;
  padding-right: 16.66%;
}
@media (max-width: 900px) {
  .page-section.headline-plus-text.center .text {
    padding-right: 0;
    padding-left: 0;
  }
}
.page-section.headline-plus-text.right .text {
  text-align: right;
  padding-left: 33.32%;
}
@media (max-width: 900px) {
  .page-section.headline-plus-text.right .text {
    padding-left: 0;
  }
}
.page-section.headline-plus-text .section-title {
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .page-section.headline-plus-text .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 900px) {
  .page-section.headline-plus-text .section-title {
    margin-bottom: 64px;
  }
}
@media (max-width: 600px) {
  .page-section.headline-plus-text .section-title {
    margin-bottom: 50px;
  }
}
.page-section.quote-carousel-section {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.quote-carousel-section .section-title {
  margin-bottom: 150px;
}
@media (max-width: 1280px) {
  .page-section.quote-carousel-section .section-title {
    margin-bottom: 120px;
  }
}
@media (max-width: 900px) {
  .page-section.quote-carousel-section .section-title {
    margin-bottom: 96px;
  }
}
@media (max-width: 600px) {
  .page-section.quote-carousel-section .section-title {
    margin-bottom: 75px;
  }
}
.page-section.centered-title {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.background-boxes {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.background-boxes .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.background-boxes .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.background-boxes .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 900px) {
  .page-section.background-boxes .bg-box-columns .column {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .page-section.background-boxes .bg-box-columns .column {
    max-width: 100%;
    flex: 1 1 auto;
    height: auto;
  }
}
@media (max-width: 600px) {
  .page-section.background-boxes .bg-box-columns {
    display: block;
  }
}
.page-section.background-boxes .bg-box {
  position: relative;
  background-color: #5D4F42;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .page-section.background-boxes .bg-box {
    margin-bottom: 20px;
  }
}
.page-section.background-boxes .bg-box.small {
  margin-top: 60px;
  height: 460px;
}
@media (max-width: 900px) {
  .page-section.background-boxes .bg-box.small {
    margin-top: 0;
  }
}
.page-section.background-boxes .bg-box.large {
  height: 580px;
}
@media (max-width: 900px) {
  .page-section.background-boxes .bg-box.large {
    height: 460px;
  }
}
.page-section.background-boxes .bg-box img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.page-section.background-boxes .bg-box .box-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-section.background-boxes .bg-box .box-link::after {
  width: 42px;
  height: 42px;
  content: "";
  background: #C3AA92;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  mask: url("../img/icon_arrow_circle_right.svg");
  -webkit-mask: url("../img/icon_arrow_circle_right.svg");
  -moz-mask: url("../img/icon_arrow_circle_right.svg");
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  mask-size: cover;
  -moz-mask-size: cover;
  -webkit-mask-size: cover;
}
@media (max-width: 900px) {
  .page-section.background-boxes .bg-box .box-link::after {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 600px) {
  .page-section.background-boxes .bg-box .box-link::after {
    bottom: 20px;
  }
}
.page-section.background-boxes .bg-box .box-link:hover::after {
  background: #fff;
}
.page-section.background-boxes .bg-box .box-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px 30px 110px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  text-align: center;
}
@media (max-width: 600px) {
  .page-section.background-boxes .bg-box .box-text {
    padding: 20px 20px 70px;
  }
}
.page-section.background-boxes .bg-box h3 {
  color: #C3AA92;
  margin-bottom: 12px;
}
.page-section.background-boxes .bg-box .text,
.page-section.background-boxes .bg-box .text * {
  color: #fff;
}
.page-section.full-width-video {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.full-width-video .ar-wrapper {
  height: 0;
  padding-bottom: 56%;
  position: relative;
}
.page-section.full-width-video .ar-wrapper video,
.page-section.full-width-video .ar-wrapper object,
.page-section.full-width-video .ar-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.page-section.full-width-video .ar-wrapper video[poster] {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-section.full-width-video .video-control {
  position: absolute;
  width: 128px;
  height: 128px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/icon_video_play.svg") center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
@media (max-width: 900px) {
  .page-section.full-width-video .video-control {
    width: 64px;
    height: 64px;
  }
}
.page-section.image-carousel-section {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
  position: relative;
}
.page-section.image-carousel-section .slide-counter {
  text-align: right;
  padding-top: 44px;
}
@media (max-width: 900px) {
  .page-section.image-carousel-section .slide-counter {
    padding-top: 20px;
  }
}
.page-section.social-media-row {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.social-media-row .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.social-media-row .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.social-media-row .section-title {
    margin-bottom: 60px;
  }
}
.page-section.social-media-row .social-media-row-embed-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .page-section.social-media-row .social-media-row-embed-wrapper {
    margin-bottom: 30px;
  }
}
.page-section.social-media-row .soc-media-icons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .page-section.social-media-row .soc-media-icons-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 15px;
  }
}
.page-section.social-media-row .soc-media-icons-wrapper .bottom-text {
  flex: 0 1 70%;
}
@media (max-width: 600px) {
  .page-section.social-media-row .soc-media-icons-wrapper .bottom-text {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }
}
.page-section.social-media-row .soc-media-icons-wrapper .soc-icon-list {
  flex: 0 0 30%;
}
@media (max-width: 600px) {
  .page-section.social-media-row .soc-media-icons-wrapper .soc-icon-list {
    flex: 1 1 auto;
    width: 100%;
    justify-content: center;
  }
}
.page-section.social-media-row .soc-icon-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
.page-section.social-media-row .soc-icon-list .icon-link {
  flex: 0 0 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  border: 1px solid #C3AA92;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-section.social-media-row .soc-icon-list .icon-link .icon {
  mask: var(--icon-bg) center center no-repeat;
  -webkit-mask: var(--icon-bg) center center no-repeat;
  -moz-mask: var(--icon-bg) center center no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  width: 60%;
  height: 60%;
  display: inline-block;
  background: #C3AA92;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-section.social-media-row .soc-icon-list .icon-link:hover {
  background: #fff;
  border-color: transparent;
}
.page-section.social-media-row .soc-icon-list .icon-link:hover .icon {
  background-color: #C3AA92;
}
.page-section.social-media-row .soc-icon-list .icon-link img {
  width: 100%;
  height: 100%;
}
.page-section.product-categories-carousel-section {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.product-categories-carousel-section .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.product-categories-carousel-section .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.product-categories-carousel-section .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .page-section.product-categories-carousel-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-section.page-banner-with-carousel {
  height: calc(100vh - 94px);
}
@media (min-width: 2561px) {
  .page-section.page-banner-with-carousel {
    max-height: 1200px;
  }
}
@media (max-width: 1024px) {
  .page-section.page-banner-with-carousel {
    height: auto;
  }
}
.page-section.page-banner-with-carousel .page-banner-columns {
  align-items: stretch;
}
@media (max-width: 1024px) {
  .page-section.page-banner-with-carousel .page-banner-columns {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.page-section.page-banner-with-carousel .text-wrapper {
  padding-left: calc((100vw - 1400px) / 2);
  background: #1B1B1B;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding-bottom: 100px;
  padding-top: 100px;
  padding-right: 20px;
  height: 100%;
}
@media (max-width: 1500px) {
  .page-section.page-banner-with-carousel .text-wrapper {
    padding-left: calc((100vw - 1400px) / 2);
  }
}
@media (min-width: 1025px) and (max-width: 1279px) {
  .page-section.page-banner-with-carousel .text-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .page-section.page-banner-with-carousel .text-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 1500px) {
  .page-section.page-banner-with-carousel .text-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .page-section.page-banner-with-carousel .text-wrapper {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.page-banner-with-carousel .text-wrapper {
    padding-top: 90px;
    padding-bottom: 20px;
    min-height: 290px;
    justify-content: start;
  }
}
.page-section.page-banner-with-carousel .text {
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .page-section.page-banner-with-carousel .text {
    margin-bottom: 48px;
  }
}
.page-section.page-banner-with-carousel .text * {
  color: #fff;
}
@media (max-width: 600px) {
  .page-section.page-banner-with-carousel .text {
    display: none;
  }
}
.page-section.page-banner-with-carousel .toptext {
  color: #C3AA92;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .page-section.page-banner-with-carousel .toptext {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .page-section.page-banner-with-carousel .toptext {
    margin-bottom: 20px;
  }
}
.page-section.page-banner-with-carousel .column-title {
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 1280px) {
  .page-section.page-banner-with-carousel .column-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .page-section.page-banner-with-carousel .column-title {
    margin-bottom: 20px;
  }
}
.page-section.page-banner-with-carousel .text-column {
  padding-right: 0;
  margin-bottom: 0;
}
.page-section.page-banner-with-carousel .image-column {
  height: 100%;
  background: #fff;
  padding-left: 0;
  padding-right: 0;
}
.page-section.page-banner-with-carousel .image-wrapper {
  height: 100%;
  background: #fff;
}
@media (max-width: 1024px) {
  .page-section.page-banner-with-carousel .image-wrapper {
    height: auto;
    margin-right: 0;
  }
}
.page-section.page-banner-with-carousel .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0 auto;
}
.page-section.spacer {
  height: 100px;
}
.page-section.products-carousel-section {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.products-carousel-section .section-title {
  margin-bottom: 92px;
}
.page-section.product-teaser {
  padding-top: var(--padding-top, 50px);
  padding-bottom: var(--padding-bottom, 50px);
}
.page-section.product-teaser .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.product-teaser .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.product-teaser .section-title {
    margin-bottom: 60px;
  }
}
.page-section.product-teaser .more-info {
  margin-left: 8px;
  display: inline-block;
  text-decoration: none;
}
.page-section.product-teaser .more-info:hover {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .page-section.product-teaser .product-teaser-slide .product-teaser-columns {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (max-width: 1024px) {
  .page-section.product-teaser .product-teaser-slide .product-teaser-columns .column {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 900px) {
  .page-section.product-teaser .product-teaser-slide .product-teaser-columns .column {
    flex: 1 1 auto;
    max-width: 100%;
  }
}
.page-section.product-teaser .product-teaser-slide .product-teaser-image-column {
  text-align: center;
}
@media (max-width: 900px) {
  .page-section.product-teaser .product-teaser-slide .product-teaser-image-column {
    margin-bottom: 20px;
  }
}
.page-section.product-teaser .product-teaser-slide .product-teaser-image-column a,
.page-section.product-teaser .product-teaser-slide .product-teaser-image-column img {
  display: block;
  margin: 0 auto;
}
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .product-top-cat {
  margin-bottom: 30px;
}
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .product-title {
  margin-bottom: 30px;
}
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .text {
  margin-bottom: 30px;
  max-width: 85%;
}
@media (max-width: 900px) {
  .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .text {
    min-width: 100%;
  }
}
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .text ul,
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .text ol {
  padding-left: 20px;
}
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .price {
  margin-bottom: 30px;
  color: #C3AA92;
}
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .label-categories-wrapper {
  position: static;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
  row-gap: 10px;
  column-gap: 35px;
}
@media (max-width: 900px) {
  .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .label-categories-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .label-categories-wrapper {
    column-gap: 20px;
  }
}
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .label-categories-wrapper .label-category {
  width: auto;
  height: 32px;
  padding-left: 43px;
  background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .page-section.product-teaser .product-teaser-slide .product-teaser-content-column .label-categories-wrapper .label-category {
    flex: 0 1 calc(50% - 35px);
    text-align: left;
  }
}
.page-section.product-teaser .product-teaser-slide .product-teaser-content-column .label-categories-wrapper .label {
  display: block;
}
.page-section.product-rows {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.product-rows .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.product-rows .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.product-rows .section-title {
    margin-bottom: 60px;
  }
}
.page-section.product-rows .product-rows-tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  column-gap: 80px;
}
@media (max-width: 900px) {
  .page-section.product-rows .product-rows-tabs {
    margin-bottom: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 600px) {
  .page-section.product-rows .product-rows-tabs {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.page-section.product-rows .products-row-tab {
  cursor: pointer;
  text-align: center;
}
@media (max-width: 600px) {
  .page-section.product-rows .products-row-tab {
    flex: 0 1 calc(50% - 20px);
  }
}
.page-section.product-rows .products-row-tab .label {
  color: #1B1B1B;
  opacity: 0.2;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-section.product-rows .products-row-tab:hover .label {
  opacity: 0.8;
}
.page-section.product-rows .products-row-tab.active .label {
  opacity: 1;
}
.page-section.product-rows .tab-content {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: height 0s, visibility 0s, opacity 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.page-section.product-rows .tab-content.active {
  opacity: 1;
  overflow: visible;
  visibility: visible;
  height: auto;
}
.page-section.contact-two-column-text {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.contact-two-column-text .column-title {
  margin-bottom: 30px;
}
.page-section.contact-two-column-text .text {
  margin-bottom: 40px;
}
.page-section.contact-map {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 0);
}
.page-section.contact-map .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.contact-map .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.contact-map .section-title {
    margin-bottom: 60px;
  }
}
.page-section.contact-map .contact-map-wrapper {
  height: 0;
  padding-bottom: 45.0704225352%;
  position: relative;
}
.page-section.contact-map .contact-map-wrapper > .ar-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-section.contact-map .contact-map-wrapper .map-code {
  background: #1B1B1B;
  color: #fff;
}
.page-section.contact-map .contact-map-wrapper .map-code img,
.page-section.contact-map .contact-map-wrapper .map-code object,
.page-section.contact-map .contact-map-wrapper .map-code iframe {
  width: 100%;
  height: 100%;
}
.page-section.mapbox-section {
  padding-top: var(--padding-top, 50px);
  padding-bottom: var(--padding-bottom, 50px);
}
.page-section.mapbox-section .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.mapbox-section .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.mapbox-section .section-title {
    margin-bottom: 60px;
  }
}
.page-section.mapbox-section .mapbox-wrapper {
  height: 0;
  padding-bottom: 45%;
  position: relative;
}
@media (max-width: 900px) {
  .page-section.mapbox-section .mapbox-wrapper {
    padding-bottom: 90%;
  }
}
.page-section.mapbox-section .mapbox-wrapper .mapboxgl-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.page-section.mapbox-section .mapbox-wrapper .marker {
  display: block;
  border: none;
  padding: 0;
  background-size: 100% auto;
}
.page-section.related-products .section-title {
  margin-bottom: 100px;
}
@media (max-width: 900px) {
  .page-section.related-products .section-title {
    margin-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .page-section.related-products .section-title {
    margin-bottom: 60px;
  }
}

.main-header {
  font-size: 2rem;
  border-bottom: 1px solid #C3AA92;
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: #F3EDE3;
}
@media (max-width: 1024px) {
  .main-header {
    height: 70px;
  }
}
.main-header.slideUp {
  top: -95px;
}
@media (max-width: 1024px) {
  .main-header.slideUp {
    top: -70px;
  }
}
.main-header:hover {
  top: 0;
}
.main-header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.main-header .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 154px;
  height: 111px;
  z-index: 45;
}
@media (max-width: 1200px) {
  .main-header .logo {
    /*width: 168px;
    height: 66px;
    left: 20px;
    right: auto;*/
  }
}
@media (max-width: 1200px) {
  .main-header .logo {
    position: static;
    margin: 0;
    height: 54px;
    width: 80px;
    flex: 0 0 80px;
  }
}
.main-header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
}
@media (max-width: 1200px) {
  .main-header .logo img.main-logo {
    display: none;
  }
}
.main-header .logo img.mobile-logo {
  display: none;
}
@media (max-width: 1200px) {
  .main-header .logo img.mobile-logo {
    display: block;
  }
}

.main-footer {
  background: #1B1B1B;
  padding-bottom: 50px;
  padding-top: 50px;
  /*
    .footer-logo-list {
      margin-bottom: 44px;

      &.partner-list {
        .logo-list-item {
          flex: 0 1 68px;
          width: 68px;
        }
      }

      .title {
        @extend .footer-small-text-style;
        text-align: center;
        margin-bottom: 24px;
      }

      .logo-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;

        @include media-query(tablet-min) {
          flex-wrap: wrap;
        }

        .logo-list-item {
          margin-right: 12px;
          margin-left: 12px;

          @include media-query(tablet-min) {
            margin-left: 5px;
            margin-right: 5px;
            margin-bottom: 10px;
          }
        }

        img {
          width: auto;
          height: 80px;
          display: block;
          margin: 0 auto;
        }
      }
    }*/
}
@media (max-width: 900px) {
  .main-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.main-footer .logo-footer {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto 50px;
}
@media (max-width: 900px) {
  .main-footer .logo-footer {
    width: 160px;
    margin: 0 auto 35px;
  }
}
.main-footer .logo-footer img {
  width: 100%;
  height: auto;
  display: block;
}
.main-footer .footer-column-title {
  color: #C3AA92;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .main-footer .footer-column-title.footer-menu-column-title {
    border-top: 1px solid #707070;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
    margin-bottom: 0;
  }
  .main-footer .footer-column-title.footer-menu-column-title::after {
    background: #fff;
    position: absolute;
    width: 10px;
    height: 8px;
    right: 10px;
    top: 22px;
    content: "";
    mask: url("../img/icon_arrow_right.svg");
    -webkit-mask: url("../img/icon_arrow_right.svg");
    -moz-mask: url("../img/icon_arrow_right.svg");
    mask-size: cover;
    -moz-mask-size: cover;
    -webkit-mask-size: cover;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform-origin: center center;
  }
  .main-footer .footer-column-title.footer-menu-column-title.active::after {
    background-color: #C3AA92;
    transform: rotate(-90deg);
  }
}
.main-footer .footer-top {
  margin-bottom: 50px;
}
.main-footer .footer-mid {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .main-footer .footer-mid .columns .column {
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  .main-footer .footer-mid .columns .column {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .main-footer .footer-mid .columns .column {
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.main-footer .cert-row {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .main-footer .cert-row {
    display: block;
  }
}
.main-footer .cert-row .cert-text {
  text-align: center;
}
.main-footer .cert-row .cert-left {
  padding-right: 65px;
  text-align: right;
  display: inline-block;
  width: 304px;
}
@media (max-width: 900px) {
  .main-footer .cert-row .cert-left {
    width: auto;
    padding-right: 0;
    text-align: center;
    display: block;
    margin-bottom: 0;
  }
}
.main-footer .cert-row .cert-right {
  padding-left: 65px;
  text-align: left;
  display: inline-block;
  width: 304px;
}
@media (max-width: 900px) {
  .main-footer .cert-row .cert-right {
    width: auto;
    padding-left: 0;
    text-align: center;
    display: block;
    margin-bottom: 20px;
  }
}
.main-footer .cert-row .cert-logo {
  width: 72px;
  height: 42px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}
@media (max-width: 900px) {
  .main-footer .cert-row .cert-logo {
    position: static;
  }
}
@media (min-width: 601px) {
  .main-footer .footer-nav-column-content {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .main-footer .footer-nav-column-content {
    display: none;
  }
}
@media (max-width: 600px) {
  .main-footer .footer-mid-columns {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .main-footer .footer-mid-columns .column {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .main-footer .footer-mid-columns .footer-column-4 {
    border-bottom: 1px solid #707070;
  }
  .main-footer .footer-mid-columns .footer-column-4 .footer-column-text {
    padding-bottom: 30px;
  }
}
.main-footer .footer-logo-columns {
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .main-footer .footer-logo-column {
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .main-footer .footer-logo-column {
    display: block;
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.main-footer .footer-logo-column .footer-column-title {
  margin-bottom: 24px;
}
.main-footer .footer-logo-column .logo-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 14px;
}
.main-footer .footer-logo-column .logo-list .logo-list-item {
  flex: 0 0 70px;
  height: 40px;
  background: #242424;
  border-radius: 4px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.main-footer .footer-logo-column .logo-list .logo-list-item img {
  display: block;
}
.main-footer .footer-logo-column .text {
  padding-top: 20px;
}
@media (max-width: 600px) {
  .main-footer .footer-menu {
    padding-left: 15px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.main-footer .footer-menu li a {
  text-decoration: none;
  color: inherit;
}
.main-footer .legal-menu {
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .main-footer .legal-menu {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    align-items: center;
  }
}
.main-footer .legal-menu li {
  margin-bottom: 0;
}
.main-footer .legal-menu li a {
  text-decoration: none;
  color: inherit;
}
.main-footer .nav-footer-4 {
  margin-bottom: 36px;
}
@media (max-width: 600px) {
  .main-footer .nav-footer-4 {
    margin-bottom: 0;
  }
}
.main-footer .footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  column-gap: 20px;
}
.main-footer .footer-social .icon-link {
  flex: 0 0 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  border: 1px solid #C3AA92;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.main-footer .footer-social .icon-link .icon {
  mask: var(--icon-bg) center center no-repeat;
  -webkit-mask: var(--icon-bg) center center no-repeat;
  -moz-mask: var(--icon-bg) center center no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  width: 60%;
  height: 60%;
  display: inline-block;
  background: #C3AA92;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.main-footer .footer-social .icon-link:hover {
  background: #fff;
  border-color: transparent;
}
.main-footer .footer-social .icon-link:hover .icon {
  background-color: #C3AA92;
}
.main-footer .footer-social .icon-link img {
  width: 100%;
  height: 100%;
}
.main-footer .copyright {
  text-align: center;
}

.default-page-header {
  padding-top: 90px;
  padding-bottom: 25px;
}
@media (max-width: 600px) {
  .default-page-header {
    padding-bottom: 0;
  }
}

.default-page-content {
  padding-bottom: 150px;
  padding-top: 80px;
}

.d-none {
  display: none;
}

.main-nav .main-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  z-index: 45;
  position: relative;
}
@media (max-width: 1200px) {
  .main-nav .main-navigation {
    display: none;
  }
}
.main-nav .main-navigation > li {
  margin-right: 36px;
}
.main-nav .main-navigation > li.current-menu-ancestor > a {
  color: #C3AA92;
}
.main-nav .main-navigation > li:last-child {
  margin-right: 0;
}
.main-nav .main-navigation > li > a {
  text-decoration: none;
  color: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}
.main-nav .main-navigation > li > a:hover {
  color: #C3AA92;
}

.secondary-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.secondary-nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
  padding-right: 10px;
}
.secondary-nav .secondary-navigation > li > a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 1200px) {
  .secondary-nav .secondary-navigation {
    display: none;
  }
}
.secondary-nav .icon-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.secondary-nav .icon-nav li {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  position: relative;
  z-index: 25;
}
.secondary-nav .icon-nav li:first-child {
  margin-left: 0;
}
.secondary-nav .icon-nav li.mobile-nav-trigger {
  position: relative;
  cursor: pointer;
  z-index: 25;
  display: none;
}
@media (max-width: 1200px) {
  .secondary-nav .icon-nav li.mobile-nav-trigger {
    display: block;
  }
}
.secondary-nav .icon-nav li.mobile-nav-trigger .line {
  position: absolute;
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  background: #C3AA92;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 26;
}
.secondary-nav .icon-nav li.mobile-nav-trigger .line:nth-of-type(1) {
  top: 3px;
  transform-origin: 0 50%;
}
.secondary-nav .icon-nav li.mobile-nav-trigger .line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.secondary-nav .icon-nav li.mobile-nav-trigger .line:nth-of-type(3) {
  top: auto;
  bottom: 3px;
  transform-origin: 0 50%;
}
.secondary-nav .icon-nav li.mobile-nav-trigger:hover .line {
  background: #1B1B1B;
}
.secondary-nav .icon-nav li.mobile-nav-trigger.active .line:nth-of-type(1) {
  transform: rotate(45deg);
}
.secondary-nav .icon-nav li.mobile-nav-trigger.active .line:nth-of-type(2) {
  opacity: 0;
}
.secondary-nav .icon-nav li.mobile-nav-trigger.active .line:nth-of-type(3) {
  transform: rotate(-45deg);
}
.secondary-nav .icon-nav li.search span {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #C3AA92;
  mask: url("../img/icon_suche.svg");
  mask-size: 100% auto;
  -webkit-mask: url("../img/icon_suche.svg");
  -webkit-mask-size: 100% auto;
  -moz-mask: url("../img/icon_suche.svg");
  -moz-mask-size: 16px 16px;
  cursor: pointer;
}
.secondary-nav .icon-nav li.search span:hover {
  background: #1B1B1B;
}
.secondary-nav .icon-nav li.account a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #C3AA92;
  mask: url("../img/icon_user.svg");
  mask-size: 100% auto;
  -webkit-mask: url("../img/icon_user.svg");
  -webkit-mask-size: 100% auto;
  -moz-mask: url("../img/icon_user.svg");
  -moz-mask-size: 16px 16px;
}
.secondary-nav .icon-nav li.account a:hover {
  background: #1B1B1B;
}
.secondary-nav .icon-nav li.cart {
  position: relative;
  /*
          a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
            transition: $transition-1;
            background: $darkbeige;
            mask: url('../img/icon_cart.svg');
            mask-size: 100% auto;
            -webkit-mask: url('../img/icon_cart.svg');
            -webkit-mask-size: 100% auto;
            -moz-mask: url('../img/icon_cart.svg');
            -moz-mask-size: 16px 16px ;
          }

          .cart-contents-count {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: $darkbeige;
            color: #fff;
            position: absolute;
            right: -8px;
            top: -3px;
            display: block;
            font-size: 11px;
            font-weight: 500;
            font-family: $bodytext;
            letter-spacing: 0.03em;
            line-height: 14px;
            text-align: center;
            transition: $transition-1;
          }

          &:hover {
            a,
            span {
              background: $darkgray;
            }
          }*/
  /* sidecart variant */
}
.secondary-nav .icon-nav li.cart span.xoo-wsc-sc-subt {
  display: none;
}
.secondary-nav .icon-nav li.cart .xoo-wsc-sc-cont {
  height: 100%;
}
.secondary-nav .icon-nav li.cart .xoo-wsc-cart-trigger {
  height: 100%;
}
.secondary-nav .icon-nav li.cart .xoo-wsc-cart-trigger .xoo-wsc-sc-count {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #C3AA92;
  color: #fff;
  position: absolute;
  right: -8px;
  top: -3px;
  display: block;
  font-size: 11px;
  font-weight: 500;
  font-family: "GTWalsheimPro";
  letter-spacing: 0.03em;
  line-height: 14px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.secondary-nav .icon-nav li.cart .xoo-wsc-cart-trigger .xoo-wsc-sc-bki {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #C3AA92;
  mask: url("../img/icon_cart.svg");
  mask-size: 100% auto;
  -webkit-mask: url("../img/icon_cart.svg");
  -webkit-mask-size: 100% auto;
  -moz-mask: url("../img/icon_cart.svg");
  -moz-mask-size: 16px 16px;
  margin: 0;
  font-size: 0;
}
.secondary-nav .icon-nav li.cart .xoo-wsc-cart-trigger:hover .xoo-wsc-sc-count,
.secondary-nav .icon-nav li.cart .xoo-wsc-cart-trigger:hover .xoo-wsc-sc-bki {
  background: #1B1B1B;
}

.popup-nav-wrapper {
  position: fixed;
  width: 33%;
  background: #F3EDE3;
  max-width: 500px;
  top: 0;
  left: -33%;
  height: 100vh;
  color: #fff;
  z-index: 15;
  opacity: 0;
}
.popup-nav-wrapper .nav-second-level-wrapper {
  padding-right: 20px;
  padding-top: 150px;
  padding-bottom: 20px;
  padding-left: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  position: relative;
  z-index: 25;
  background: #F3EDE3;
}
.popup-nav-wrapper .nav-second-level-wrapper .buttons-wrapper {
  margin-top: auto;
  flex: 0 1 auto;
  padding-top: 20px;
}
.popup-nav-wrapper .second-level-navigation,
.popup-nav-wrapper .third-level-navigation {
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  /* Track */
  /* Handle */
}
.popup-nav-wrapper .second-level-navigation::-webkit-scrollbar,
.popup-nav-wrapper .third-level-navigation::-webkit-scrollbar {
  width: 10px;
}
.popup-nav-wrapper .second-level-navigation::-webkit-scrollbar-track,
.popup-nav-wrapper .third-level-navigation::-webkit-scrollbar-track {
  background: #C3AA92;
}
.popup-nav-wrapper .second-level-navigation::-webkit-scrollbar-thumb,
.popup-nav-wrapper .third-level-navigation::-webkit-scrollbar-thumb {
  background: #1B1B1B;
}
.popup-nav-wrapper .second-level-navigation {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease opacity;
  max-height: 0 !important;
}
.popup-nav-wrapper .second-level-navigation.active {
  max-height: 100% !important;
  visibility: visible;
  opacity: 1;
}
.popup-nav-wrapper .second-level-navigation li {
  margin-bottom: 25px;
}
.popup-nav-wrapper .second-level-navigation li.current-menu-item a, .popup-nav-wrapper .second-level-navigation li.current-menu-ancestor a {
  color: #C3AA92;
}
.popup-nav-wrapper .second-level-navigation li:last-child {
  margin-bottom: 0;
}
.popup-nav-wrapper .second-level-navigation li a {
  text-decoration: none;
  color: #1B1B1B;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-nav-wrapper .second-level-navigation li a:hover, .popup-nav-wrapper .second-level-navigation li a.active {
  color: #C3AA92;
}
.popup-nav-wrapper .nav-close {
  position: absolute;
  right: 90px;
  top: 80px;
  width: 24px;
  height: 24px;
  background: #1B1B1B;
  mask: url("../img/icon_x.svg");
  -webkit-mask: url("../img/icon_x.svg");
  -moz-mask: url("../img/icon_x.svg");
  mask-size: cover;
  -moz-mask-size: cover;
  -webkit-mask-size: cover;
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 45;
}
.popup-nav-wrapper .nav-close:hover {
  background: #C3AA92;
}
.popup-nav-wrapper .nav-third-level-wrapper {
  background: #EBE5DA;
  position: absolute;
  z-index: 15;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  padding-right: 20px;
  padding-top: 150px;
  padding-bottom: 20px;
  padding-left: 50px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 50px 0 50px -50px rgba(0, 0, 0, 0.15);
}
.popup-nav-wrapper .nav-third-level-wrapper.active {
  left: 100%;
}
.popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease opacity;
  max-height: 0;
}
.popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation.active {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}
.popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li {
  margin-bottom: 24px;
}
.popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li a {
  text-decoration: none;
  color: #1B1B1B;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li a:hover {
  color: #C3AA92;
}
.popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li:first-child {
  margin-bottom: 58px;
}
.popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li:last-child {
  margin-bottom: 0;
}
.popup-nav-wrapper .nav-third-level-wrapper .third-level-navigation li.current-menu-item a {
  color: #C3AA92;
}
.popup-nav-wrapper .nav-fourth-level-wrapper {
  background: #EBE5DA;
  position: absolute;
  z-index: 14;
  width: 0;
  left: 100%;
  top: 0;
  height: 100vh;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: inset 50px 0 50px -50px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 20px;
}
.popup-nav-wrapper .nav-fourth-level-wrapper.active {
  width: 100%;
}
.popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease opacity;
  max-height: 0;
  padding-right: 20px;
  padding-left: 50px;
  overflow: hidden;
}
.popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation.active {
  max-height: 100%;
  visibility: visible;
  opacity: 1;
}
.popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li {
  margin-bottom: 24px;
}
.popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li a {
  text-decoration: none;
  color: #1B1B1B;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li a:hover {
  color: #C3AA92;
}
.popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li:first-child {
  margin-bottom: 58px;
}
.popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li:last-child {
  margin-bottom: 0;
}
.popup-nav-wrapper .nav-fourth-level-wrapper .fourth-level-navigation li.current-menu-item a {
  color: #C3AA92;
}

.popup-nav-wrapper-mobile {
  position: fixed;
  width: 710px;
  background: #F3EDE3;
  top: 0;
  right: -710px;
  height: 100vh;
  color: #fff;
  z-index: 15;
  padding-right: 20px;
  padding-top: 70px;
  opacity: 0;
}
@media (max-width: 900px) {
  .popup-nav-wrapper-mobile {
    width: 100vw;
    right: -100vw;
  }
}
.popup-nav-wrapper-mobile .menu-item .trigger-cursor {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 8px;
  cursor: pointer;
  background: #1B1B1B;
  mask: url("../img/icon-caret-right.svg");
  -webkit-mask: url("../img/icon-caret-right.svg");
  -moz-mask: url("../img/icon-caret-right.svg");
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  mask-size: 10px auto;
  -moz-mask-size: 10px auto;
  -webkit-mask-size: 10px auto;
  mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center center;
  -moz-mask-position: center center;
  -webkit-mask-position: center center;
}
.popup-nav-wrapper-mobile .menu-item .trigger-cursor:active {
  background: #C3AA92;
}
.popup-nav-wrapper-mobile .nav-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.popup-nav-wrapper-mobile .parents-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-left: 20px;
  padding-bottom: 40px;
  padding-top: 20px;
}
.popup-nav-wrapper-mobile .children-wrapper,
.popup-nav-wrapper-mobile .second-children-wrapper,
.popup-nav-wrapper-mobile .third-children-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 20px;
}
.popup-nav-wrapper-mobile .children-wrapper .control-back,
.popup-nav-wrapper-mobile .second-children-wrapper .control-back,
.popup-nav-wrapper-mobile .third-children-wrapper .control-back {
  flex: 0 0 40px;
  background: #C3AA92 url("../img/icon-caret-left.svg") center center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}
.popup-nav-wrapper-mobile .parent-list {
  border-top: 1px solid #C3AA92;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  max-height: 100%;
  overflow-y: auto;
  flex: 1 1 auto;
}
.popup-nav-wrapper-mobile .parent-list li {
  border-bottom: 1px solid #C3AA92;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  padding-right: 48px;
}
.popup-nav-wrapper-mobile .parent-list li a {
  color: #1B1B1B;
  text-decoration: none;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper {
  flex: 1 1 auto;
  overflow-x: hidden;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .nav-mover {
  height: 100%;
  width: 400%;
  transition: 0.6s ease;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .nav-mover .mobile-nav-inner-wrapper {
  max-height: 100%;
  overflow-y: auto;
  width: 25%;
  flex: 0 1 25%;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .nav-mover[data-state="1"] {
  margin-left: 0;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .nav-mover[data-state="2"] {
  margin-left: -100%;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .nav-mover[data-state="3"] {
  margin-left: -200%;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .nav-mover[data-state="4"] {
  margin-left: -300%;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .sub-menus-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  flex: 1 1 100%;
  padding-left: 20px;
  padding-bottom: 40px;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .sub-menu-wrapper {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .sub-menu-wrapper.active {
  height: auto;
  visibility: visible;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .submenu-title {
  color: #1B1B1B;
  margin-bottom: 17px;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .sub-menu {
  border-top: 1px solid gray;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .sub-menu li {
  border-bottom: 1px solid #C3AA92;
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  padding-right: 48px;
}
.popup-nav-wrapper-mobile .nav-primary-wrapper .sub-menu li a {
  color: #1B1B1B;
  text-decoration: none;
}

body#tinymce {
  margin: 12px 12px 12px 30px !important;
}

.error404 .alert-warning {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.2em;
}
.error404 .header404 {
  padding-top: 90px;
  padding-bottom: 70px;
}
.error404 .header404 h1 {
  margin-bottom: 20px;
  text-align: center;
}
.error404 .header404 .description {
  text-align: center;
}
.error404 .buttons-wrapper {
  justify-content: center;
}
.error404 .page-section.standard-text, .error404 body.page-section#tinymce {
  padding-bottom: 100px;
}/*# sourceMappingURL=style.css.map */