/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Jan-Charvat';
  src: url("../fonts/Jan-Charvat.woff2") format("woff2"), url("../fonts/Jan-Charvat.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* PARAGRAPH TEXT */
@font-face {
  font-family: 'expressway-rg';
  src: url("../fonts/expressway-rg.woff2") format("woff2"), url("../fonts/expressway-rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'expressway-sb';
  src: url("../fonts/expressway-sb.woff2") format("woff2"), url("../fonts/expressway-sb.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #1D2C4f;
}

.page__blockquote {
  padding: 30px;
  font-size: 20px;
  line-height: 42px;
  overflow: auto;
  margin: 0 0 30px 0;
  display: block;
}

.page__blockquote-quote {
  display: block;
}

.page__blockquote-cite {
  font-style: normal;
  display: block;
}

@media all and (min-width: 850px) {
  .page__blockquote--left {
    float: left;
    margin-right: 30px;
    width: 45%;
  }

  .page__blockquote--right {
    float: right;
    margin-left: 30px;
    width: 45%;
  }
}
::selection {
  background: #1D2C4f;
  color: #FFFFFF;
}

::-moz-selection {
  background: #1D2C4f;
  color: #FFFFFF;
}

p,
.p {
  margin: 0;
  font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
p + p,
p + .p,
.p + p,
.p + .p {
  margin-top: 20px;
}

@media all and (min-width: 700px) {
  .paragraph--lede, .page__summary strong {
    font-size: 20px;
    line-height: 1.6em;
  }
}

.paragraph--small,
small {
  font-size: 14px;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.paragraph--small a:before,
small a:before {
  height: 1px;
  bottom: 1px;
}

address {
  font-style: normal;
  line-height: 1.5em;
}

@media all and (min-width: 850px) {
  .text--2col {
    column-count: 2;
    column-gap: 30px;
  }
}
h1, .h1, h2, .h2, .product-detail .page__title, .accordion__title, h3, .h3, h4, .h4, .recipes__title, .section-block__title, .image-and-text__heading, .banner__title, .product-detail__price, h5, .h5, .products__title, .page__subtitle, .accordion__item-title, h6, .h6, .products__subtitle, .recipes__subtitle, .badges__title, .site-footer__heading {
  margin: 0;
  line-height: 1.1em;
  font-weight: 400;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  display: block;
}
p + h1, p +
.h1, p +
h2, p +
.h2, .product-detail p + .page__title, p +
.accordion__title, p +
h3, p +
.h3, p +
h4, p +
.h4, p +
.recipes__title, p +
.section-block__title, p +
.image-and-text__heading, p +
.banner__title, p +
.product-detail__price, p +
h5, p +
.h5, p +
.products__title, p +
.page__subtitle, p +
.accordion__item-title, p +
h6, p +
.h6, p +
.products__subtitle, p +
.recipes__subtitle, p +
.badges__title, p +
.site-footer__heading {
  margin-top: 30px;
}
.page__content p + h1, .page__content p +
.h1, .page__content p +
h2, .page__content p +
.h2, .page__content .product-detail p + .page__title, .product-detail .page__content p + .page__title, .page__content p +
.accordion__title, .page__content p +
h3, .page__content p +
.h3, .page__content p +
h4, .page__content p +
.h4, .page__content p +
.recipes__title, .page__content p +
.section-block__title, .page__content p +
.image-and-text__heading, .page__content p +
.banner__title, .page__content p +
.product-detail__price, .page__content p +
h5, .page__content p +
.h5, .page__content p +
.products__title, .page__content p +
.page__subtitle, .page__content p +
.accordion__item-title, .page__content p +
h6, .page__content p +
.h6, .page__content p +
.products__subtitle, .page__content p +
.recipes__subtitle, .page__content p +
.badges__title, .page__content p +
.site-footer__heading {
  margin-bottom: 15px !important;
}
.page__content h1,
.page__content .h1,
.page__content h2,
.page__content .h2,
.page__content .product-detail .page__title,
.product-detail .page__content .page__title,
.page__content .accordion__title,
.page__content h3,
.page__content .h3,
.page__content h4,
.page__content .h4,
.page__content .recipes__title,
.page__content .section-block__title,
.page__content .image-and-text__heading,
.page__content .banner__title,
.page__content .product-detail__price,
.page__content h5,
.page__content .h5,
.page__content .products__title,
.page__content .page__subtitle,
.page__content .accordion__item-title,
.page__content h6,
.page__content .h6,
.page__content .products__subtitle,
.page__content .recipes__subtitle,
.page__content .badges__title,
.page__content .site-footer__heading {
  color: #1c1e41;
}

h1,
.h1 {
  font-size: 29.4117647059px;
  margin: 0 0 45px 0;
}
@media all and (min-width: 500px) {
  h1,
  .h1 {
    font-size: 41.6666666667px;
  }
}
@media all and (min-width: 850px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}

h2,
.h2,
.product-detail .page__title,
.accordion__title {
  font-size: 24.7058823529px;
  margin: 0 0 45px 0;
}
@media all and (min-width: 500px) {
  h2,
  .h2,
  .product-detail .page__title,
  .accordion__title {
    font-size: 35px;
  }
}
@media all and (min-width: 850px) {
  h2,
  .h2,
  .product-detail .page__title,
  .accordion__title {
    font-size: 42px;
  }
}

h3,
.h3 {
  font-size: 25.3846153846px;
  margin: 0 0 45px 0;
}
@media all and (min-width: 500px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media all and (min-width: 850px) {
  h3,
  .h3 {
    font-size: 33px;
  }
}

h4,
.h4,
.recipes__title,
.section-block__title,
.image-and-text__heading,
.banner__title,
.product-detail__price {
  font-size: 22px;
  margin: 0 0 30px 0;
  font-weight: 400;
}
@media all and (min-width: 500px) {
  h4,
  .h4,
  .recipes__title,
  .section-block__title,
  .image-and-text__heading,
  .banner__title,
  .product-detail__price {
    font-size: 27px;
  }
}

h5,
.h5,
.products__title,
.page__subtitle,
.accordion__item-title {
  font-size: 22px;
  margin: 0 0 30px 0;
  font-weight: 400;
}

h6,
.h6,
.products__subtitle,
.recipes__subtitle,
.badges__title,
.site-footer__heading {
  font-size: 16px;
  margin: 0 0 15px 0;
}

.heading--spaced, .button, #back-to-top, .section-block__button, .hero__button, .banner__button, .cart__button,
button,
input[type="button"],
input[type="submit"] {
  letter-spacing: 0.1em;
}

.heading--block {
  display: block;
}

ul,
ol {
  padding-left: 30px;
}

ul {
  list-style-type: circle;
}
ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}

li + li {
  margin-top: 30px;
}

.list--unstyled {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.list--unstyled ul,
.list--unstyled ol {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.list--unstyled li {
  line-height: 1.5em;
  margin: 0;
}

.list--inline {
  list-style-type: none !important;
  padding: 0 !important;
}
.list--inline li {
  display: inline-block;
  margin-right: 15px;
}

.align--centre {
  text-align: center !important;
}

.align--left {
  text-align: left !important;
}

.align--right {
  text-align: right !important;
}

.weight--light {
  font-weight: 300 !important;
}

.weight--normal {
  font-weight: 400 !important;
}

.weight--bold,
strong {
  font-weight: 400 !important;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.weight--black {
  font-weight: 900 !important;
}

.style--italic {
  font-style: italic !important;
}

.style--underline {
  text-decoration: underline !important;
}

.style--linethrough {
  text-decoration: line-through !important;
}

.case--ucase {
  text-transform: uppercase !important;
}

.case--lcase {
  text-transform: lowercase !important;
}

.case--scase {
  text-transform: none !important;
}

.case--caps {
  text-transform: capitalize !important;
}

.flush {
  margin: 0 !important;
  padding: 0 !important;
}

.flush--top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.flush--right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.flush--bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.flush--left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.margin {
  margin: 30px !important;
}

.margin--top {
  margin-top: 30px !important;
}

.margin--bottom {
  margin-bottom: 30px !important;
}

.margin--left {
  margin-left: 30px !important;
}

.margin--right {
  margin-right: 30px !important;
}

.padding {
  padding: 30px !important;
}

.padding--top {
  padding-top: 30px !important;
}

.padding--bottom {
  padding-bottom: 30px !important;
}

.padding--left {
  padding-left: 30px !important;
}

.padding--right {
  padding-right: 30px !important;
}

.border--top, .pagination {
  border-top: 2px solid #dbdbdb !important;
}

.border--bottom {
  border-bottom: 2px solid #dbdbdb !important;
}

.border--left {
  border-left: 2px solid #dbdbdb !important;
}

.border--right {
  border-right: 2px solid #dbdbdb !important;
}

.float--left {
  float: left !important;
}

.float--right {
  float: right !important;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

.hidden {
  display: none;
}

.visuallyhidden, .hero--hide-title .hero__title {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  text-indent: -100000px;
  margin: 0;
  padding: 0;
  display: block;
  font-size: 0;
}

@media all and (max-width: 850px) {
  .not-palm {
    display: none !important;
  }
}

@media all and (min-width: 850px) {
  .palm {
    display: none !important;
  }
}

@media all and (max-width: 1000px) {
  .not-lap {
    display: none !important;
  }
}

@media all and (min-width: 1000px) {
  .lap {
    display: none !important;
  }
}

@keyframes fadeDropIn {
  0% {
    position: relative;
    opacity: 0;
    top: 10px;
  }
  100% {
    position: relative;
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.button, #back-to-top, .section-block__button, .hero__button, .banner__button, .cart__button,
button,
input[type="button"],
input[type="submit"] {
  padding: 13px 30px 14px 30px;
  border: none;
  display: inline-block;
  text-decoration: none;
  background: #1c1e41;
  color: #FFFFFF;
  transition: background 0.2s ease-in-out;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
}
.button:before, #back-to-top:before, .section-block__button:before, .hero__button:before, .banner__button:before, .cart__button:before,
button:before,
input[type="button"]:before,
input[type="submit"]:before {
  display: none;
}
.button:hover, #back-to-top:hover, .section-block__button:hover, .hero__button:hover, .banner__button:hover, .cart__button:hover, .button:focus, #back-to-top:focus, .section-block__button:focus, .hero__button:focus, .banner__button:focus, .cart__button:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #0d0e1d;
  color: #FFFFFF;
  outline: none;
}
.button:active, #back-to-top:active, .section-block__button:active, .hero__button:active, .banner__button:active, .cart__button:active, .button.button--active, .button--active#back-to-top, .button--active.section-block__button, .button--active.hero__button, .button--active.banner__button, .button--active.cart__button,
button:active,
button.button--active,
input[type="button"]:active,
input[type="button"].button--active,
input[type="submit"]:active,
input[type="submit"].button--active {
  background: black;
}
.button.button--secondary, .button--secondary#back-to-top, .button--secondary.section-block__button, .button--secondary.hero__button, .button--secondary.banner__button, .button--secondary.cart__button,
button.button--secondary,
input[type="button"].button--secondary,
input[type="submit"].button--secondary {
  background: #272727;
}
.button.button--secondary:hover, .button--secondary#back-to-top:hover, .button--secondary.section-block__button:hover, .button--secondary.hero__button:hover, .button--secondary.banner__button:hover, .button--secondary.cart__button:hover, .button.button--secondary:focus, .button--secondary#back-to-top:focus, .button--secondary.section-block__button:focus, .button--secondary.hero__button:focus, .button--secondary.banner__button:focus, .button--secondary.cart__button:focus,
button.button--secondary:hover,
button.button--secondary:focus,
input[type="button"].button--secondary:hover,
input[type="button"].button--secondary:focus,
input[type="submit"].button--secondary:hover,
input[type="submit"].button--secondary:focus {
  background: #0e0e0e;
}
.button.button--special, #back-to-top, .button--special.section-block__button, .hero__button, .banner__button, .button--special.cart__button,
button.button--special,
button#back-to-top,
button.hero__button,
button.banner__button,
input[type="button"].button--special,
input[type="button"]#back-to-top,
input[type="button"].hero__button,
input[type="button"].banner__button,
input[type="submit"].button--special,
input[type="submit"]#back-to-top,
input[type="submit"].hero__button,
input[type="submit"].banner__button {
  background: #f8eaa5;
  color: #1c1e41;
}
.button.button--special:hover, #back-to-top:hover, .button--special.section-block__button:hover, .hero__button:hover, .banner__button:hover, .button--special.cart__button:hover, .button.button--special:focus, #back-to-top:focus, .button--special.section-block__button:focus, .hero__button:focus, .banner__button:focus, .button--special.cart__button:focus,
button.button--special:hover,
button#back-to-top:hover,
button.hero__button:hover,
button.banner__button:hover,
button.button--special:focus,
button#back-to-top:focus,
button.hero__button:focus,
button.banner__button:focus,
input[type="button"].button--special:hover,
input[type="button"]#back-to-top:hover,
input[type="button"].hero__button:hover,
input[type="button"].banner__button:hover,
input[type="button"].button--special:focus,
input[type="button"]#back-to-top:focus,
input[type="button"].hero__button:focus,
input[type="button"].banner__button:focus,
input[type="submit"].button--special:hover,
input[type="submit"]#back-to-top:hover,
input[type="submit"].hero__button:hover,
input[type="submit"].banner__button:hover,
input[type="submit"].button--special:focus,
input[type="submit"]#back-to-top:focus,
input[type="submit"].hero__button:focus,
input[type="submit"].banner__button:focus {
  color: #1c1e41;
  background: #f4df76;
}
.button.button--muted, .button--muted#back-to-top, .button--muted.section-block__button, .button--muted.hero__button, .button--muted.banner__button, .button--muted.cart__button,
button.button--muted,
input[type="button"].button--muted,
input[type="submit"].button--muted {
  background: #dbdbdb;
  color: white;
  cursor: default;
}
.button.button--muted:hover, .button--muted#back-to-top:hover, .button--muted.section-block__button:hover, .button--muted.hero__button:hover, .button--muted.banner__button:hover, .button--muted.cart__button:hover, .button.button--muted:focus, .button--muted#back-to-top:focus, .button--muted.section-block__button:focus, .button--muted.hero__button:focus, .button--muted.banner__button:focus, .button--muted.cart__button:focus,
button.button--muted:hover,
button.button--muted:focus,
input[type="button"].button--muted:hover,
input[type="button"].button--muted:focus,
input[type="submit"].button--muted:hover,
input[type="submit"].button--muted:focus {
  background: #dbdbdb;
}
.button.button--larger, .button--larger#back-to-top, #back-to-top.product-detail__form-submit, #back-to-top.cart__button, .button--larger.section-block__button, .section-block__button.product-detail__form-submit, .button--larger.hero__button, .hero__button.product-detail__form-submit, .button--larger.banner__button, .banner__button.product-detail__form-submit, .button.product-detail__form-submit, .cart__button,
button.button--larger,
button.product-detail__form-submit,
button.cart__button,
input[type="button"].button--larger,
input[type="button"].product-detail__form-submit,
input[type="button"].cart__button,
input[type="submit"].button--larger,
input[type="submit"].product-detail__form-submit,
input[type="submit"].cart__button {
  padding: 18px 30px 20px 30px;
  font-size: 20px;
}
.button.button--pill, #back-to-top, .button--pill.section-block__button, .button--pill.hero__button, .button--pill.banner__button, .button--pill.cart__button,
button.button--pill,
button#back-to-top,
input[type="button"].button--pill,
input[type="button"]#back-to-top,
input[type="submit"].button--pill,
input[type="submit"]#back-to-top {
  padding: 10px 15px;
  font-size: 14px;
}
.button.button--block, .button--block#back-to-top, .button--block.section-block__button, .button--block.hero__button, .button--block.banner__button, .button--block.cart__button,
button.button--block,
input[type="button"].button--block,
input[type="submit"].button--block {
  display: block;
}

#wt-cli-accept-all-btn:before {
  display: none;
}

#back-to-top {
  position: fixed;
  bottom: 60px;
  right: 60px;
  top: auto;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
#back-to-top.visible {
  opacity: 1;
}
@media all and (max-width: 700px) {
  #back-to-top {
    bottom: 20px;
    right: 20px;
  }
}

label,
.form__label {
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 15px;
  line-height: 1.5em;
  cursor: pointer;
}
label + label,
.form__label + label {
  margin: 0;
  padding: 15px 0;
}

.form__label--full {
  width: 100% !important;
  text-align: left !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="search"],
textarea {
  padding: 15px;
  border: 1px solid #dbdbdb;
  width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
  background: #FFFFFF;
  transition: all 0.2s ease-in-out;
}

input[type="file"] {
  padding: 30px 0;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 0 10px 0 0;
}

textarea {
  height: 200px;
}

select {
  width: 100%;
  height: 55px;
  background: #FFFFFF;
  border: 1px solid #dbdbdb;
  background: #FFFFFF url("../img/icon__chevron-down--black.svg") no-repeat 98% center;
  background-size: 15px;
  border-radius: 0;
  padding-left: 13.0434782609px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="button"],
input[type="submit"] {
  border: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

a,
.link {
  color: #1c1e41;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
a:before,
.link:before {
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: -2px;
  content: '';
  display: block;
  background: #edbe55;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a:hover:before, a:focus:before,
.link:hover:before,
.link:focus:before {
  background: #f8eaa5;
  left: 6px;
  right: 6px;
}
a:active,
.link:active {
  text-decoration: none;
}
a:focus,
.link:focus {
  outline: none;
}

.link--block {
  display: block !important;
}

.link--inline {
  display: inline !important;
}

.link--inline-block {
  display: inline-block !important;
}

/* Note: Button styles are included as a seperate sss file located in /objects/_buttons.scss. */
.cli_settings_button {
  text-decoration: none !important;
}

img,
video,
embed {
  border: none;
  max-width: 100%;
  height: auto;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.notice {
  padding: 15px;
  background: #dbdbdb;
  margin-bottom: 30px;
  text-align: center;
}

.notice--error {
  background: #ae3d3f;
  color: #FFFFFF;
}
.notice--error a {
  color: #FFFFFF;
}
.notice--error ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notice--error li {
  margin: 0;
}
.notice--error li + li {
  margin-top: 15px;
}

.notice--success {
  background: #79c03f;
  color: #FFFFFF;
}
.notice--success a {
  color: #FFFFFF;
}

table {
  margin: 0 0 30px 0;
  width: 100%;
}

caption {
  margin-bottom: 15px;
  line-height: 1.5em;
  text-align: left;
}

th, td {
  padding: 15px;
  border-bottom: 1px solid #dbdbdb;
  text-align: center;
  vertical-align: top;
}
.table__no-border th,
.table__no-border td {
  border-bottom: none;
}
.table__no-bottom-padding th, .table__no-bottom-padding td {
  padding-bottom: 0 !important;
}
th:first-child, td:first-child {
  padding-left: 0;
  text-align: left;
}
th:last-child, td:last-child {
  padding-right: 0;
  text-align: right;
}
@media all and (max-width: 850px) {
  th.table__mobile-hide, td.table__mobile-hide {
    display: none;
  }
}

th {
  font-weight: 400;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  padding-top: 0 !important;
}

thead tr:last-child th {
  border-bottom: 1px solid #dbdbdb;
}

[colspan] {
  text-align: center;
}

[colspan="1"] {
  text-align: left;
}

[rowspan] {
  vertical-align: middle;
}

[rowspan="1"] {
  vertical-align: top;
}

.table--striped tbody tr:nth-of-type(odd) th,
.table--striped tbody tr:nth-of-type(odd) td {
  background: #dbdbdb;
}

.social-sharing__label {
  display: none;
}
@media all and (min-width: 700px) {
  .social-sharing__label {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.social-sharing__button {
  color: #272727;
  padding: 3px 12px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  background: #FFFFFF;
  -webkit-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  text-decoration: none;
}
@media all and (min-width: 700px) {
  .social-sharing__button {
    margin-right: 10px;
  }
}
.social-sharing__button:last-child {
  margin-right: 0;
}
.social-sharing__button:focus, .social-sharing__button:hover {
  color: #272727;
  background: #dbdbdb;
}
.social-sharing__button:after {
  display: none;
}
.social-sharing__button:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-sharing__button--facebook:before {
  background-image: url("icon__social-facebook-default.svg");
}
.social-sharing__button--twitter:before {
  background-image: url("icon__social-twitter-default.svg");
}
.social-sharing__button--pinterest:before {
  background-image: url("icon__social-pinterest-default.svg");
}
.social-sharing__button--email:before {
  background-image: url("icon__social-email-default.svg");
}

.news__block {
  position: realtive;
  padding-bottom: 75%;
  background: #6b6d80;
  display: block;
}
@media all and (min-width: 850px) {
  .news__block {
    padding-bottom: 100%;
  }
}
.news__block:before {
  display: none;
}
.news__image {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.news__content {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.news__block-pretitle {
  text-transform: uppercase;
  font-weight: 300;
}
.news__block-title {
  margin: 0;
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
}
.news__block:focus .news__block-title, .news__block:hover .news__block-title {
  transform: scale(1.05);
}

.products__block {
  text-align: center;
}
.products__image {
  display: block;
  padding: 0 30px;
}
.products__image img {
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
}
.products__image:focus img, .products__image:hover img {
  transform: scale(1.05);
}
.products__image:before {
  display: none;
}
.products__title {
  margin-bottom: 7.5px;
  margin-top: 30px;
}
.products__subtitle {
  font-weight: 300;
  font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.products__more {
  font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.recipes__block {
  display: block;
  background-color: #f8eaa5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.recipes__block:before {
  display: none;
}
.recipes__content {
  position: absolute;
  padding: 30px;
  top: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  z-index: 10;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.recipes__block:focus .recipes__content, .recipes__block:hover .recipes__content {
  transform: scale(1.05);
}
.recipes__title {
  padding: 0 7.5px;
  width: 100%;
}
.recipes__subtitle {
  font-weight: 300;
  font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: -15px;
}
.recipes__image {
  display: block;
  width: 100%;
}

.gallery__item {
  display: block;
  width: 100%;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.badges__item {
  margin: 15px 30px;
  text-align: center;
  width: 140px;
}
.badges__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 145px;
  padding: 15px;
  background: url("../img/badge.png") no-repeat center center;
  background-size: 100%;
  font-size: 30px;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.badges__title {
  margin: 10px 0 0 0;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
}
.badges__sub {
  margin-top: 7.5px;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  min-width: 375px;
}

.container {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
}
.container--thin {
  max-width: 850px;
}
.container--thinnest {
  max-width: 700px;
}

.site-header {
  margin-bottom: 0;
  color: #FFFFFF;
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.site-header__logo {
  display: block;
  width: 180px;
  height: 72px;
  background: url("../img/header__logo.svg") no-repeat center center;
  background-size: 100%;
  text-indent: -10000px;
  transform: scale(1);
  /* &:hover,
  &:focus {
      transform: scale(1.05);
      transition: transform $animation-time $easing;
  } */
}
.site-header__logo:before {
  display: none;
}
.site-header__cart {
  display: block;
  width: 34px;
  height: 34px;
  background: url("../img/icon__cart.svg") no-repeat center center;
  background-size: cover;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  position: relative;
  top: -6px;
}
.site-header__cart:before {
  display: none;
}
.site-header__cart #cart-count {
  position: relative;
  font-weight: 700;
  top: 6px;
  display: inline-block;
}
.site-header__cart .active:after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f6e48d;
  position: absolute;
  top: -11px;
  right: -20px;
}

.site-footer {
  margin-top: 30px;
  background: #1c1e41;
  color: #FFFFFF;
  padding: 60px 0;
}
.site-footer a {
  color: #FFFFFF;
}
.site-footer__heading {
  margin-bottom: 30px;
  text-align: center;
}
.site-footer__nav {
  text-align: center;
}
.site-footer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__nav li + li {
  margin-top: 10px;
}
.site-footer__nav a {
  text-transform: uppercase;
}
.site-footer__nav a:before {
  background: transparent;
}
.site-footer__nav a:focus:before, .site-footer__nav a:hover:before {
  background: #f8eaa5;
}
.site-footer__social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer__social li {
  margin: 5px;
}
.site-footer__social a {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  text-indent: -100000px;
  transition: all 0.2s ease-in-out;
}
.site-footer__social a.facebook {
  background-image: url("../img/social-icon__facebook.svg");
}
.site-footer__social a.twitter {
  background-image: url("../img/social-icon__twitter.svg");
}
.site-footer__social a.instagram {
  background-image: url("../img/social-icon__instagram.svg");
}
.site-footer__social a:before {
  display: none;
}
.site-footer__social a:focus, .site-footer__social a:hover {
  background-size: 35px;
  background-color: #f8eaa5;
}
.site-footer__small {
  display: block;
  text-align: center;
  margin-top: 45px;
}
.site-footer .contacta-webform-table label {
  margin-bottom: 2px;
}
.site-footer .contacta-webform-table .description {
  height: 0px !important;
}
.site-footer .contacta-webform-table input[type="text"], .site-footer .contacta-webform-table input[type="email"], .site-footer .contacta-webform-table input[type="password"], .site-footer .contacta-webform-table input[type="tel"], .site-footer .contacta-webform-table input[type="number"], .site-footer .contacta-webform-table input[type="url"], .site-footer .contacta-webform-table input[type="search"], .site-footer .contacta-webform-table textarea, .site-footer .contacta-webform-table select {
  color: #272727 !important;
  padding: 10px !important;
}
.site-footer .contacta-webform-table select {
  height: 41px !important;
}
.site-footer .contacta-webform-table .submitBtn {
  text-align: center !important;
  margin-top: 15px;
}
.site-footer .contacta-webform-table .btn {
  line-height: 42px !important;
  background: #f8eaa5 !important;
  color: #1c1e41 !important;
  border-radius: 0 !important;
  border: 0 !important;
}
.site-footer .contacta-webform-table .btn:hover, .site-footer .contacta-webform-table .btn:focus {
  color: #1c1e41 !important;
  background: #f4df76 !important;
}

@media all and (max-width: 850px) {
  html.html--nav-open {
    overflow: hidden;
    position: fixed;
  }
}

body {
  right: 0;
  position: relative;
  -webkit-transition: right 0.1s ease-in-out;
  -ms-transition: right 0.1s ease-in-out;
  -moz-transition: right 0.1s ease-in-out;
  -o-transition: right 0.1s ease-in-out;
  transition: right 0.1s ease-in-out;
}
body.body--nav-open {
  right: 270px;
  overflow: hidden;
}
@media all and (min-width: 851px) {
  body.body--nav-open {
    right: 0;
  }
}

.nav {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .nav {
    text-align: center;
    list-style: none;
    margin-right: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.body--nav-open .nav {
  text-align: right;
  margin: 0 30px;
}
.nav__toggle {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.nav__toggle:before {
  display: none;
}
.nav__toggle:after {
  display: block;
  display: inline-block;
  width: 15px;
  height: 15px;
  content: '';
  background: url("../img/icon__menu--black.svg");
  background-size: 100%;
  position: relative;
  top: 0px;
  margin-left: 5px;
}
.nav__toggle:focus, .nav__toggle:hover {
  color: #6b6d80;
}
@media all and (min-width: 851px) {
  .nav__toggle {
    display: none !important;
  }
}
.nav__list,
.nav .menu {
  position: fixed;
  width: 270px;
  right: -270px;
  top: 0;
  bottom: 0;
  background: #1c1e41;
  z-index: 9999;
  padding: 54px 30px;
  -webkit-transition: right 0.1s ease-in-out;
  -ms-transition: right 0.1s ease-in-out;
  -moz-transition: right 0.1s ease-in-out;
  -o-transition: right 0.1s ease-in-out;
  transition: right 0.1s ease-in-out;
  text-align: center;
  margin-top: 0;
}
.nav__list--open,
.nav .menu--open {
  right: 0;
  width: 270px;
}
@media all and (min-width: 851px) {
  .nav__list,
  .nav .menu {
    margin-top: 10px;
    position: static;
    background: none;
    width: 100%;
    padding: 0;
    -webkit-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.nav__item, .nav .menu-item {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  text-indent: 0;
  top: 4px;
  text-transform: uppercase;
}
.nav__item:before,
.nav .menu-item:before {
  display: none;
}
.nav__item:first-child,
.nav .menu-item:first-child {
  margin-left: 0;
}
@media all and (max-width: 850px) {
  .nav__item, .nav .menu-item {
    display: none;
    position: relative;
    opacity: 0;
    top: 10px;
  }
  .body--nav-open .nav__item,
  .body--nav-open .nav .menu-item {
    display: block;
    margin-bottom: 30px;
    -webkit-animation-name: fadeDropIn;
    -ms-animation-name: fadeDropIn;
    -moz-animation-name: fadeDropIn;
    -o-animation-name: fadeDropIn;
    animation-name: fadeDropIn;
    -webkit-animation-duration: 0.2s;
    -ms-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  .body--nav-open .nav__item:nth-child(1),
  .body--nav-open .nav .menu-item:nth-child(1) {
    -webkit-animation-delay: 0.1333333333s;
    -ms-animation-delay: 0.1333333333s;
    -moz-animation-delay: 0.1333333333s;
    -o-animation-delay: 0.1333333333s;
    animation-delay: 0.1333333333s;
  }
  .body--nav-open .nav__item:nth-child(2),
  .body--nav-open .nav .menu-item:nth-child(2) {
    -webkit-animation-delay: 0.2666666667s;
    -ms-animation-delay: 0.2666666667s;
    -moz-animation-delay: 0.2666666667s;
    -o-animation-delay: 0.2666666667s;
    animation-delay: 0.2666666667s;
  }
  .body--nav-open .nav__item:nth-child(3),
  .body--nav-open .nav .menu-item:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  .body--nav-open .nav__item:nth-child(4),
  .body--nav-open .nav .menu-item:nth-child(4) {
    -webkit-animation-delay: 0.5333333333s;
    -ms-animation-delay: 0.5333333333s;
    -moz-animation-delay: 0.5333333333s;
    -o-animation-delay: 0.5333333333s;
    animation-delay: 0.5333333333s;
  }
  .body--nav-open .nav__item:nth-child(5),
  .body--nav-open .nav .menu-item:nth-child(5) {
    -webkit-animation-delay: 0.6666666667s;
    -ms-animation-delay: 0.6666666667s;
    -moz-animation-delay: 0.6666666667s;
    -o-animation-delay: 0.6666666667s;
    animation-delay: 0.6666666667s;
  }
  .body--nav-open .nav__item:nth-child(6),
  .body--nav-open .nav .menu-item:nth-child(6) {
    -webkit-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .body--nav-open .nav__item:nth-child(7),
  .body--nav-open .nav .menu-item:nth-child(7) {
    -webkit-animation-delay: 0.9333333333s;
    -ms-animation-delay: 0.9333333333s;
    -moz-animation-delay: 0.9333333333s;
    -o-animation-delay: 0.9333333333s;
    animation-delay: 0.9333333333s;
  }
  .body--nav-open .nav__item:nth-child(8),
  .body--nav-open .nav .menu-item:nth-child(8) {
    -webkit-animation-delay: 1.0666666667s;
    -ms-animation-delay: 1.0666666667s;
    -moz-animation-delay: 1.0666666667s;
    -o-animation-delay: 1.0666666667s;
    animation-delay: 1.0666666667s;
  }
  .body--nav-open .nav__item:nth-child(9),
  .body--nav-open .nav .menu-item:nth-child(9) {
    -webkit-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .body--nav-open .nav__item:nth-child(10),
  .body--nav-open .nav .menu-item:nth-child(10) {
    -webkit-animation-delay: 1.3333333333s;
    -ms-animation-delay: 1.3333333333s;
    -moz-animation-delay: 1.3333333333s;
    -o-animation-delay: 1.3333333333s;
    animation-delay: 1.3333333333s;
  }
  .body--nav-open .nav__item:nth-child(11),
  .body--nav-open .nav .menu-item:nth-child(11) {
    -webkit-animation-delay: 1.4666666667s;
    -ms-animation-delay: 1.4666666667s;
    -moz-animation-delay: 1.4666666667s;
    -o-animation-delay: 1.4666666667s;
    animation-delay: 1.4666666667s;
  }
  .body--nav-open .nav__item:nth-child(12),
  .body--nav-open .nav .menu-item:nth-child(12) {
    -webkit-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .body--nav-open .nav__item:nth-child(13),
  .body--nav-open .nav .menu-item:nth-child(13) {
    -webkit-animation-delay: 1.7333333333s;
    -ms-animation-delay: 1.7333333333s;
    -moz-animation-delay: 1.7333333333s;
    -o-animation-delay: 1.7333333333s;
    animation-delay: 1.7333333333s;
  }
  .body--nav-open .nav__item:nth-child(14),
  .body--nav-open .nav .menu-item:nth-child(14) {
    -webkit-animation-delay: 1.8666666667s;
    -ms-animation-delay: 1.8666666667s;
    -moz-animation-delay: 1.8666666667s;
    -o-animation-delay: 1.8666666667s;
    animation-delay: 1.8666666667s;
  }
  .body--nav-open .nav__item:nth-child(15),
  .body--nav-open .nav .menu-item:nth-child(15) {
    -webkit-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
  }
  .body--nav-open .nav__item:nth-child(16),
  .body--nav-open .nav .menu-item:nth-child(16) {
    -webkit-animation-delay: 2.1333333333s;
    -ms-animation-delay: 2.1333333333s;
    -moz-animation-delay: 2.1333333333s;
    -o-animation-delay: 2.1333333333s;
    animation-delay: 2.1333333333s;
  }
  .body--nav-open .nav__item:nth-child(17),
  .body--nav-open .nav .menu-item:nth-child(17) {
    -webkit-animation-delay: 2.2666666667s;
    -ms-animation-delay: 2.2666666667s;
    -moz-animation-delay: 2.2666666667s;
    -o-animation-delay: 2.2666666667s;
    animation-delay: 2.2666666667s;
  }
  .body--nav-open .nav__item:nth-child(18),
  .body--nav-open .nav .menu-item:nth-child(18) {
    -webkit-animation-delay: 2.4s;
    -ms-animation-delay: 2.4s;
    -moz-animation-delay: 2.4s;
    -o-animation-delay: 2.4s;
    animation-delay: 2.4s;
  }
  .body--nav-open .nav__item:nth-child(19),
  .body--nav-open .nav .menu-item:nth-child(19) {
    -webkit-animation-delay: 2.5333333333s;
    -ms-animation-delay: 2.5333333333s;
    -moz-animation-delay: 2.5333333333s;
    -o-animation-delay: 2.5333333333s;
    animation-delay: 2.5333333333s;
  }
  .body--nav-open .nav__item:nth-child(20),
  .body--nav-open .nav .menu-item:nth-child(20) {
    -webkit-animation-delay: 2.6666666667s;
    -ms-animation-delay: 2.6666666667s;
    -moz-animation-delay: 2.6666666667s;
    -o-animation-delay: 2.6666666667s;
    animation-delay: 2.6666666667s;
  }
}
@media all and (min-width: 851px) {
  .nav__item, .nav .menu-item {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
  }
}
.nav__item-has-children a:after, .nav .menu-item-has-children a:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  content: '';
  background: url("../img/icon__chevron-down--black.svg");
  background-size: 100%;
  position: relative;
  top: 0px;
  margin-left: 5px;
}
@media all and (max-width: 850px) {
  .nav__item-has-children a:after, .nav .menu-item-has-children a:after {
    background-image: url("../img/icon__chevron-down--white.svg");
  }
}
.nav__link,
.nav .menu-item a {
  position: static;
  padding-bottom: 3px;
}
.nav__link:before,
.nav .menu-item a:before {
  background: transparent;
}
.nav__link:focus:before, .nav__link:hover:before,
.nav .menu-item a:focus:before,
.nav .menu-item a:hover:before {
  background: #edbe55;
}
@media all and (max-width: 850px) {
  .nav__link,
  .nav .menu-item a {
    display: table;
    position: relative;
    color: #FFFFFF;
  }
  .nav__link:before,
  .nav .menu-item a:before {
    background: transparent;
  }
  .nav__link:focus:before, .nav__link:hover:before,
  .nav .menu-item a:focus:before,
  .nav .menu-item a:hover:before {
    background: #f8eaa5;
  }
}
.nav__link--dropdown:after,
.nav .menu-item a--dropdown:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: '';
  background: url("../img/icon__chevron-down--white.svg");
  background-size: 100%;
  position: relative;
  top: 0;
  margin-left: 5px;
}
.nav__dropdown,
.nav .sub-menu {
  margin-top: 0;
  list-style: none;
  padding: 0;
  z-index: 9999;
  display: block;
  top: 100%;
  height: 0;
  margin-left: -30px;
  margin-right: -30px;
  width: auto;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  background: #1c1e41;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 851px) {
  .nav__dropdown,
  .nav .sub-menu {
    right: auto;
    position: absolute;
    margin: 0;
    width: 250px;
    text-align: left;
  }
}
.nav__dropdown--open,
.nav .sub-menu--open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: visible;
  margin-top: 10px;
}
.nav__dropdown-item,
.nav .sub-menu .menu-item {
  margin: 0;
  padding: 0;
  text-indent: 0;
  margin: 0;
  width: 100%;
  text-align: left;
  display: none;
  position: relative;
  opacity: 0;
  top: 10px;
}
.nav__dropdown-item:last-child,
.nav .sub-menu .menu-item:last-child {
  border: 0;
}
.nav__dropdown-item:before,
.nav .sub-menu .menu-item:before {
  display: none;
}
.nav .sub-menu--open .menu-item {
  display: block;
  -webkit-animation-name: fadeDropIn;
  -ms-animation-name: fadeDropIn;
  -moz-animation-name: fadeDropIn;
  -o-animation-name: fadeDropIn;
  animation-name: fadeDropIn;
  -webkit-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.nav .sub-menu--open .menu-item:nth-child(1) {
  -webkit-animation-delay: 0.1333333333s;
  -ms-animation-delay: 0.1333333333s;
  -moz-animation-delay: 0.1333333333s;
  -o-animation-delay: 0.1333333333s;
  animation-delay: 0.1333333333s;
}
.nav .sub-menu--open .menu-item:nth-child(2) {
  -webkit-animation-delay: 0.2666666667s;
  -ms-animation-delay: 0.2666666667s;
  -moz-animation-delay: 0.2666666667s;
  -o-animation-delay: 0.2666666667s;
  animation-delay: 0.2666666667s;
}
.nav .sub-menu--open .menu-item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.nav .sub-menu--open .menu-item:nth-child(4) {
  -webkit-animation-delay: 0.5333333333s;
  -ms-animation-delay: 0.5333333333s;
  -moz-animation-delay: 0.5333333333s;
  -o-animation-delay: 0.5333333333s;
  animation-delay: 0.5333333333s;
}
.nav .sub-menu--open .menu-item:nth-child(5) {
  -webkit-animation-delay: 0.6666666667s;
  -ms-animation-delay: 0.6666666667s;
  -moz-animation-delay: 0.6666666667s;
  -o-animation-delay: 0.6666666667s;
  animation-delay: 0.6666666667s;
}
.nav .sub-menu--open .menu-item:nth-child(6) {
  -webkit-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.nav .sub-menu--open .menu-item:nth-child(7) {
  -webkit-animation-delay: 0.9333333333s;
  -ms-animation-delay: 0.9333333333s;
  -moz-animation-delay: 0.9333333333s;
  -o-animation-delay: 0.9333333333s;
  animation-delay: 0.9333333333s;
}
.nav .sub-menu--open .menu-item:nth-child(8) {
  -webkit-animation-delay: 1.0666666667s;
  -ms-animation-delay: 1.0666666667s;
  -moz-animation-delay: 1.0666666667s;
  -o-animation-delay: 1.0666666667s;
  animation-delay: 1.0666666667s;
}
.nav .sub-menu--open .menu-item:nth-child(9) {
  -webkit-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.nav .sub-menu--open .menu-item:nth-child(10) {
  -webkit-animation-delay: 1.3333333333s;
  -ms-animation-delay: 1.3333333333s;
  -moz-animation-delay: 1.3333333333s;
  -o-animation-delay: 1.3333333333s;
  animation-delay: 1.3333333333s;
}
.nav .sub-menu--open .menu-item:nth-child(11) {
  -webkit-animation-delay: 1.4666666667s;
  -ms-animation-delay: 1.4666666667s;
  -moz-animation-delay: 1.4666666667s;
  -o-animation-delay: 1.4666666667s;
  animation-delay: 1.4666666667s;
}
.nav .sub-menu--open .menu-item:nth-child(12) {
  -webkit-animation-delay: 1.6s;
  -ms-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.nav .sub-menu--open .menu-item:nth-child(13) {
  -webkit-animation-delay: 1.7333333333s;
  -ms-animation-delay: 1.7333333333s;
  -moz-animation-delay: 1.7333333333s;
  -o-animation-delay: 1.7333333333s;
  animation-delay: 1.7333333333s;
}
.nav .sub-menu--open .menu-item:nth-child(14) {
  -webkit-animation-delay: 1.8666666667s;
  -ms-animation-delay: 1.8666666667s;
  -moz-animation-delay: 1.8666666667s;
  -o-animation-delay: 1.8666666667s;
  animation-delay: 1.8666666667s;
}
.nav .sub-menu--open .menu-item:nth-child(15) {
  -webkit-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}
.nav .sub-menu--open .menu-item:nth-child(16) {
  -webkit-animation-delay: 2.1333333333s;
  -ms-animation-delay: 2.1333333333s;
  -moz-animation-delay: 2.1333333333s;
  -o-animation-delay: 2.1333333333s;
  animation-delay: 2.1333333333s;
}
.nav .sub-menu--open .menu-item:nth-child(17) {
  -webkit-animation-delay: 2.2666666667s;
  -ms-animation-delay: 2.2666666667s;
  -moz-animation-delay: 2.2666666667s;
  -o-animation-delay: 2.2666666667s;
  animation-delay: 2.2666666667s;
}
.nav .sub-menu--open .menu-item:nth-child(18) {
  -webkit-animation-delay: 2.4s;
  -ms-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.nav .sub-menu--open .menu-item:nth-child(19) {
  -webkit-animation-delay: 2.5333333333s;
  -ms-animation-delay: 2.5333333333s;
  -moz-animation-delay: 2.5333333333s;
  -o-animation-delay: 2.5333333333s;
  animation-delay: 2.5333333333s;
}
.nav .sub-menu--open .menu-item:nth-child(20) {
  -webkit-animation-delay: 2.6666666667s;
  -ms-animation-delay: 2.6666666667s;
  -moz-animation-delay: 2.6666666667s;
  -o-animation-delay: 2.6666666667s;
  animation-delay: 2.6666666667s;
}
.nav__dropdown-link,
.nav .sub-menu .menu-item a {
  color: #FFFFFF !important;
  text-decoration: none;
  padding: 15px 30px;
  display: block;
  background: transparent;
  text-transform: none;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media all and (min-width: 851px) {
  .nav__dropdown-link,
  .nav .sub-menu .menu-item a {
    padding: 15px 20px;
  }
}
.nav__dropdown-link:hover, .nav__dropdown-link:focus,
.nav .sub-menu .menu-item a:hover,
.nav .sub-menu .menu-item a:focus {
  color: #FFFFFF !important;
  background: #6b6d80;
}
.nav__dropdown-link:before, .nav__dropdown-link:after,
.nav .sub-menu .menu-item a:before,
.nav .sub-menu .menu-item a:after {
  display: none;
}

form,
.form {
  padding: 0;
  margin: 0;
  border: 0;
}
form ol,
.form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
form li,
form .form__question,
.form li,
.form .form__question {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  position: relative;
}

.section-block {
  padding: 0 0 30px 0;
}
@media all and (min-width: 850px) {
  .section-block {
    padding: 0 0 60px 0;
  }
}
@media all and (min-width: 1000px) {
  .section-block {
    padding: 0 0 90px 0;
  }
}
.section-block .container {
  overflow: visible;
}
.section-block__header {
  text-align: center;
  margin: 0 0 20px 0;
}
@media all and (min-width: 850px) {
  .section-block__header {
    margin: 0 0 30px 0;
  }
}
.section-block__title {
  display: block;
  text-align: center;
}
.section-block__grid {
  margin-top: -30px;
  margin-left: -30px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: center;
}
.section-block__grid--baseline {
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (min-width: 700px) {
  .section-block__grid--desktop-reverse {
    flex-direction: row-reverse;
  }
}
.section-block__grid-cell {
  margin-top: 30px;
  padding-left: 30px;
  width: 100%;
}
.section-block__grid-cell--stretch {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media all and (min-width: 700px) {
  .section-block__grid--2 .section-block__grid-cell, .section-block__grid--4 .section-block__grid-cell, .section-block__grid--8 .section-block__grid-cell {
    width: 50%;
  }
}
@media all and (min-width: 850px) {
  .section-block__grid--3 .section-block__grid-cell, .section-block__grid--6 .section-block__grid-cell, .section-block__grid--7 .section-block__grid-cell {
    width: 33.3%;
  }
  .section-block__grid--5 .section-block__grid-cell {
    width: 20%;
  }
}
@media all and (min-width: 1000px) {
  .section-block__grid--4 .section-block__grid-cell, .section-block__grid--8 .section-block__grid-cell {
    width: 25%;
  }
}
.section-block__footer {
  text-align: center;
  margin-top: 30px;
}
@media all and (min-width: 500px) {
  .section-block__footer {
    margin-top: 0;
  }
}
@media all and (min-width: 850px) {
  .section-block__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7.5px;
  }
}
.section-block__button {
  display: table;
  margin: 0 auto;
}

.cta-grid__inner {
  overflow: auto;
  margin-top: -30px;
  margin-left: -30px;
}
@media all and (min-width: 850px) {
  .cta-grid__inner {
    display: flex;
    align-items: stretch;
    flex-flow: column wrap;
    height: 400px;
  }
}
.cta-grid__item {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  padding-left: 30px;
  height: 200px;
  display: flex;
  align-items: stretch;
}
@media all and (min-width: 850px) {
  .cta-grid__item {
    width: 33.3%;
    height: 400px;
  }
  .cta-grid__item--small {
    height: 170px;
  }
}
.cta-grid__link {
  display: block;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.cta-grid__link:before {
  display: none;
}
.cta-grid__content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.cta-grid__content--image:before {
  position: absolute;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cta-grid__image {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.cta-grid__title {
  padding: 15px;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  transform: scale(1);
  transition: transform 0.1s ease-in-out;
  z-index: 5;
  position: relative;
}
.cta-grid__link:focus .cta-grid__title, .cta-grid__link:hover .cta-grid__title {
  transform: scale(1.05);
}

.page__header {
  position: relative;
  text-align: center;
}
.page__header-button {
  display: none;
}
@media all and (min-width: 850px) {
  .page__header-button {
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
  }
  .page__header-button.button--secondary {
    right: auto;
    left: 0;
  }
}
.page__title {
  text-align: center;
  font-weight: 400;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: table;
  margin: 15px auto 30px auto;
}
.product-detail .page__title {
  margin-top: 0;
  margin-bottom: 15px;
}
@media all and (min-width: 850px) {
  .page__title {
    margin-top: 30px;
    margin-bottom: 45px;
  }
}
.page__subtitle {
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: block;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
}
.product-detail .page__subtitle {
  margin-top: 0;
  margin-bottom: 15px;
}
@media all and (min-width: 850px) {
  .page__subtitle {
    margin-top: -30px;
    margin-bottom: 45px;
  }
}
.page__banner {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
@media all and (min-width: 850px) {
  .page__banner {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1000px) {
  .page__banner {
    margin-bottom: 90px;
  }
}
.page__banner--inset {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8eaa5;
  padding: 30px;
  max-height: 300px;
}
@media all and (min-width: 850px) {
  .page__banner--inset {
    max-height: 400px;
  }
}
.page__banner--inset img {
  display: block;
  max-height: 200px;
}
@media all and (min-width: 850px) {
  .page__banner--inset img {
    max-height: 300px;
  }
}
.page__summary {
  text-align: center;
  margin-bottom: 15px;
}
@media all and (min-width: 850px) {
  .page__summary {
    margin-bottom: 30px;
  }
}
.page__nav-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page__nav-item {
  display: inline-block;
  background: transparent;
  margin: 10px;
}
.page__nav-item--active {
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.site-content .gallery-item {
  padding: 10px;
}
.site-content .gallery-item img {
  border: 0 !important;
}

.hero {
  background-size: cover;
  background-position: center;
  margin: 0;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: stretch;
  z-index: 2;
  padding: 0;
  margin-bottom: 30px;
}
@media all and (min-width: 850px) {
  .hero {
    min-height: 700px;
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1000px) {
  .hero {
    margin-bottom: 90px;
  }
}
.hero:before {
  position: absolute;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.hero--hide-title:before {
  display: none;
}
.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero__inner {
  width: 100%;
}
.hero__content {
  position: relative;
  color: #FFFFFF;
  padding: 45px 0;
  z-index: 10;
  width: 100%;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
.hero__title {
  margin: 0;
  color: #FFFFFF;
}
.hero__title + .hero__button {
  margin-top: 15px;
}

.image-and-text__inner {
  background: #FFFFFF;
}
@media all and (min-width: 850px) {
  .image-and-text__inner {
    display: flex;
    align-items: flex-start;
  }
  .image-and-text__inner--reverse {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 1000px) {
  .image-and-text__inner {
    align-items: center;
  }
}
.image-and-text__media {
  margin-bottom: 30px;
}
@media all and (min-width: 850px) {
  .image-and-text__media {
    margin: 0;
  }
}
.image-and-text__image {
  display: block;
  width: 100%;
}
@media all and (min-width: 850px) {
  .image-and-text__content {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-left: 30px;
  }
  .image-and-text__inner--reverse .image-and-text__content {
    padding-left: 0;
    padding-right: 30px;
  }
}
.image-and-text__heading {
  color: #1c1e41;
}
.image-and-text__cta {
  margin-top: 15px;
  display: inline-block;
}
.image-and-text__inline-image {
  margin-top: 15px;
  display: block;
}

.pagination {
  overflow: visible;
  padding-top: 30px !important;
}
.pagination__disabled {
  color: #dbdbdb;
}

.banner {
  overflow: hidden;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
@media all and (min-width: 850px) {
  .banner {
    margin-bottom: 60px;
  }
}
.banner__item {
  min-height: 400px;
  width: 100%;
  position: relative;
  background: #f8f4f4;
}
@media all and (min-width: 700px) {
  .banner__item {
    padding: 30px 0;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 500px) {
  .banner__item {
    min-height: 400px;
  }
}
@media all and (min-width: 850px) {
  .banner__item {
    min-height: 500px;
  }
}
.banner__item .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0 75px;
}
@media all and (max-width: 699px) {
  .banner__item .container {
    padding: 0;
  }
}
.banner__item--overlay:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  opacity: .7;
}
.banner__align--left .container {
  justify-content: flex-start;
}
.banner__align--right .container {
  justify-content: flex-end;
}
.banner__image {
  height: 375px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (min-width: 700px) {
  .banner__image {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.banner__content {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 30px;
  background: #f8f4f4;
}
@media all and (min-width: 700px) {
  .banner__content {
    padding: 30px;
    margin: 30px 0;
    background: rgba(255, 255, 255, 0.8);
    max-width: 380px;
  }
}
.banner__title {
  margin-bottom: 15px;
}
.banner__text {
  display: block;
}
.banner__button {
  margin-top: 15px;
}
.banner .owl-stage,
.banner .owl-item,
.banner .owl-item .item {
  display: flex;
}
.banner .owl-item,
.banner .owl-item .item {
  width: 100%;
}
.banner .owl-nav {
  display: block;
  position: absolute;
  left: 15px;
  right: 15px;
  display: flex;
  justify-content: space-between;
  top: 180px;
  z-index: 10;
}
@media all and (min-width: 700px) {
  .banner .owl-nav {
    top: 50%;
    transform: translateY(-50%);
  }
}
.banner .owl-prev,
.banner .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-indent: -100000px;
  background: rgba(0, 0, 0, 0.5) no-repeat center center;
  background-size: 80%;
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}
.banner .owl-prev:focus, .banner .owl-prev:hover,
.banner .owl-next:focus,
.banner .owl-next:hover {
  transform: scale(0.9);
}
@media all and (min-width: 700px) {
  .banner .owl-prev,
  .banner .owl-next {
    width: 50px;
    height: 50px;
  }
}
.banner .owl-prev {
  background-image: url(../img/icon__arrow-left--white.svg);
}
.banner .owl-next {
  background-image: url(../img/icon__arrow-right--white.svg);
}
.banner .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
  z-index: 10;
  text-align: right;
  padding: 0 30px;
}
@media all and (min-width: 700px) {
  .banner .owl-dots {
    text-align: center;
    bottom: 15px;
  }
}
.banner .owl-dot {
  border: 2px solid #1c1e41;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
}
@media all and (min-width: 700px) {
  .banner .owl-dot {
    border-color: #FFFFFF;
  }
}
.banner .owl-dot.active {
  background: #1c1e41;
}
@media all and (min-width: 700px) {
  .banner .owl-dot.active {
    background: #FFFFFF;
  }
}

.breadcrumb {
  display: none;
}
@media all and (min-width: 700px) {
  .breadcrumb {
    display: block;
    font-size: 14px;
    text-align: center;
    font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    text-transform: uppercase;
  }
  .body--hero .breadcrumb {
    display: none;
  }
  .breadcrumb .fbc-page .fbc-wrap .fbc-items {
    font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  }
  .breadcrumb .fbc-items {
    margin: 0 auto !important;
    display: inline-block !important;
    width: 100% !important;
  }
  .breadcrumb .fbc-items li {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .breadcrumb span {
    font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 14px !important;
  }
  .breadcrumb a,
  .breadcrumb a span {
    font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  }
  .breadcrumb a:before,
  .breadcrumb a span:before {
    display: none;
  }
  .breadcrumb .fbc-page .fbc-wrap .fbc-items li.active span {
    font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  }
}

@media all and (min-width: 850px) {
  .simple-text__content--columns {
    column-count: 2;
    column-gap: 30px;
  }
}

.product-detail__image {
  max-width: 570px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 1025px) {
  .product-detail__image {
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
}
.product-detail__price {
  text-align: center;
  margin-bottom: 15px;
}
.product-detail__price + .product-detail__price {
  display: none;
}
.product-detail__description {
  text-align: center;
}
.product-detail__form {
  margin-top: 30px;
}
.product-detail__form-quantity {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.product-detail__form-quantity label {
  margin: 0 30px 0 0;
  display: inline-block;
  width: auto;
}
.product-detail__form-quantity input {
  width: 100px;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
}
.product-detail__form-select {
  margin: 0 auto;
  display: table;
  margin-bottom: 15px;
  max-width: 350px;
}
.product-detail__form-submit {
  margin: 0 auto;
  background: #79c03f;
  display: table;
}
.product-detail__form-submit-sub {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: "expressway-rg", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-align: center;
}
.product-detail__form-submit-sub span {
  background: url("../img/gti-logo--black-small.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  width: 160px;
  height: 20px;
  text-indent: -10000px;
  position: relative;
  top: 0px;
}

.accordion__title {
  text-align: center;
}
.accordion__summary {
  margin: 0 auto 30px auto;
  max-width: 700px;
  text-align: center;
}
.accordion__main {
  border-top: 2px solid #dbdbdb;
}
.section-block--standout .accordion__main {
  border-color: #FFFFFF;
}
.accordion__item {
  border-bottom: 2px solid #dbdbdb;
}
.section-block--standout .accordion__item {
  border-color: #FFFFFF;
}
.accordion__item-title {
  padding: 20px 0;
  margin: 0;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.accordion__item-title:after {
  content: '';
  display: block;
  float: right;
  width: 35px;
  height: 35px;
  background: #1c1e41 url("../img/icon__chevron-down--white.svg") no-repeat center center;
  background-size: 20px;
  border-radius: 50%;
  position: relative;
  top: -5px;
  transform: rotate(0);
  transition: all 0.4s ease-in-out;
}
.accordion__item-title:focus, .accordion__item-title:hover {
  color: #272727;
}
.accordion__item-title--active:after {
  transform: rotate(180deg);
}
.accordion__item-content {
  display: none;
  margin: 0;
}
.accordion__item-content--open {
  display: block;
  padding: 0 0 30px 0;
}

.cart {
  margin-top: 60px;
}
@media all and (min-width: 700px) {
  .cart__table td {
    vertical-align: middle;
  }
}
@media all and (max-width: 699px) {
  .cart__not-mobile {
    display: none;
  }
}
@media all and (min-width: 700px) {
  .cart__mobile {
    display: none;
  }
}
@media all and (min-width: 700px) {
  .cart__product {
    display: flex;
    align-items: center;
  }
}
.cart__product-content {
  margin-top: 15px;
}
@media all and (min-width: 700px) {
  .cart__product-content {
    margin-top: 0;
    margin-left: 15px;
  }
}
.cart__qty {
  min-width: 120px;
}
.cart__input {
  width: 60px !important;
  text-align: center;
  border: 0 !important;
}
.cart__ui {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  background: #1c1e41;
  color: #FFFFFF;
  font-weight: 400;
  font-family: "Jan-Charvat", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.cart__ui:before {
  display: none;
}
.cart__ui--remove {
  background: #ae3d3f;
}
.cart__button--proceed {
  background: #79c03f;
}

.summary__inner {
  max-width: 850px;
  margin: 0 auto;
}
.summary__text {
  text-align: center;
}
@media all and (min-width: 700px) {
  .summary__text {
    font-size: 20px;
    line-height: 1.6em;
  }
}

@media only screen and (min-width: 1025px) {
    .des_area {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/*# sourceMappingURL=origin.css.map */
