@charset "UTF-8";
/*
Theme Name: Giramondo
Author: Forde + Nicol
Author URI: http://fordenicol.com
Description: Custom Wordpress theme for Giramondo
Version: 1.0
Text Domain: fntheme
Domain Path: /languages/
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #fff;
  text-align: center;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

.divider,
hr {
  margin: 30px auto;
  border: none;
  border-bottom: 1px solid rgb(215, 215, 215);
  width: 100px;
}

table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  padding: 0.6rem 0.4rem;
  text-align: left;
}

tr {
  border-bottom: 1px solid rgb(168, 168, 167);
}

td {
  padding: 0.6rem 0.4rem;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

ul, ol {
  padding-left: 1.2em;
}

li {
  margin-bottom: 0.25em;
}

.js .lazyload,
.js .lazyloading {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.close {
  position: relative;
  width: 39px;
  height: 39px;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  -webkit-transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-indent: 9999em;
  cursor: pointer;
}
.close:before, .close:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 50%;
  display: block;
  height: 1px;
  background-color: rgb(29, 29, 27);
  width: 23px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.see-all-link {
  float: right;
  margin-top: 0.6rem;
}

@font-face {
  font-family: "suisse-works";
  src: url("fonts/SuisseWorks-Regular-WebXL.woff") format("woff"), url("fonts/SuisseWorks-Regular-WebXL.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "suisse-works";
  src: url("fonts/SuisseWorks-RegularItalic-WebXL.woff") format("woff"), url("fonts/SuisseWorks-RegularItalic-WebXL.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}
html, body {
  line-height: 1.5;
  color: rgb(88, 88, 87);
  font-family: "suisse-works", serif;
  font-weight: 400;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0 0 1em 0;
}

a img {
  border: none;
}

a {
  color: rgb(252, 82, 62);
  text-decoration: none;
  -webkit-transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  outline-style: none;
}

a:visited {
  color: rgb(252, 82, 62);
}

a:hover {
  color: rgb(29, 29, 27);
}

a:focus {
  color: rgb(29, 29, 27);
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

blockquote {
  position: relative;
  margin: 2.5em 0;
  padding: 0 0 0 2rem;
}
blockquote:before {
  content: "“";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: rgb(29, 29, 27);
  font-size: 3rem;
  line-height: 1;
}
blockquote cite {
  display: block;
  color: rgb(29, 29, 27);
  font-style: normal;
  font-size: 1rem;
}
blockquote cite a:after,
blockquote a cite:after {
  content: " ›";
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote a, blockquote a:visited {
  color: rgb(29, 29, 27);
}
blockquote a:hover {
  color: rgb(252, 82, 62);
}
blockquote + blockquote {
  margin-top: -1.5rem;
}
blockquote.txt-lg:before {
  line-height: 1.2;
}
blockquote.txt-lg cite {
  margin-top: 1rem;
}

.caption {
  margin-top: 0.5em;
  color: rgb(177, 177, 176);
}

.h,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 1.2rem 0;
  color: rgb(29, 29, 27);
  font-family: "suisse-works", serif;
  font-weight: 400;
  overflow-wrap: break-word;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.h a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: rgb(29, 29, 27);
}
.h a:visited,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
  color: rgb(29, 29, 27);
}
.h a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: rgb(252, 82, 62);
}

h1,
.h1 {
  font-size: 1.6rem;
}

h2,
.h2 {
  font-size: 1.6rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1rem;
  margin-bottom: 0;
}

.h-ul {
  padding-bottom: 0.1em;
  border-bottom: 1px solid rgb(215, 215, 215);
}

.has-arrow:after {
  content: " ›";
}

.reverse {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.reverse h1, .reverse h2, .reverse h3, .reverse h4, .reverse h5, .reverse h6 {
  color: #fff;
}
.reverse a, .reverse a:visited {
  color: #fff;
}
.reverse .btn {
  border-color: #fff;
  color: #fff;
}
.reverse .btn:hover {
  background-color: #fff;
  color: rgb(88, 88, 87);
}

.reversed-links a {
  color: rgb(88, 88, 87);
}

@media only screen and (max-width: 1500px) {
  html, body {
    font-size: 15px;
  }
}
@media only screen and (max-width: 781px) {
  html, body {
    font-size: 14px;
  }
}
.row {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.row .row {
  margin-right: -1.66665rem;
  margin-left: -1.66665rem;
}
.row .row--collapse {
  margin-right: 0;
  margin-left: 0;
}

.row--expand {
  margin-right: -1.66665rem;
  margin-left: -1.66665rem;
}

.col {
  position: relative;
  padding: 0 1.66665rem;
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col.sm-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.25%;
      -ms-flex: 0 0 6.25%;
          flex: 0 0 6.25%;
  max-width: 6.25%;
}

.col.sm-offset-0 {
  margin-left: 0;
}

.col.sm-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5%;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  max-width: 12.5%;
}

.col.sm-offset-1 {
  margin-left: 6.25%;
}

.col.sm-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 18.75%;
      -ms-flex: 0 0 18.75%;
          flex: 0 0 18.75%;
  max-width: 18.75%;
}

.col.sm-offset-2 {
  margin-left: 12.5%;
}

.col.sm-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col.sm-offset-3 {
  margin-left: 18.75%;
}

.col.sm-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31.25%;
      -ms-flex: 0 0 31.25%;
          flex: 0 0 31.25%;
  max-width: 31.25%;
}

.col.sm-offset-4 {
  margin-left: 25%;
}

.col.sm-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 37.5%;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  max-width: 37.5%;
}

.col.sm-offset-5 {
  margin-left: 31.25%;
}

.col.sm-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 43.75%;
      -ms-flex: 0 0 43.75%;
          flex: 0 0 43.75%;
  max-width: 43.75%;
}

.col.sm-offset-6 {
  margin-left: 37.5%;
}

.col.sm-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col.sm-offset-7 {
  margin-left: 43.75%;
}

.col.sm-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56.25%;
      -ms-flex: 0 0 56.25%;
          flex: 0 0 56.25%;
  max-width: 56.25%;
}

.col.sm-offset-8 {
  margin-left: 50%;
}

.col.sm-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 62.5%;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  max-width: 62.5%;
}

.col.sm-offset-9 {
  margin-left: 56.25%;
}

.col.sm-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 68.75%;
      -ms-flex: 0 0 68.75%;
          flex: 0 0 68.75%;
  max-width: 68.75%;
}

.col.sm-offset-10 {
  margin-left: 62.5%;
}

.col.sm-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col.sm-offset-11 {
  margin-left: 68.75%;
}

.col.sm-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 81.25%;
      -ms-flex: 0 0 81.25%;
          flex: 0 0 81.25%;
  max-width: 81.25%;
}

.col.sm-offset-12 {
  margin-left: 75%;
}

.col.sm-14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 87.5%;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  max-width: 87.5%;
}

.col.sm-offset-13 {
  margin-left: 81.25%;
}

.col.sm-15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 93.75%;
      -ms-flex: 0 0 93.75%;
          flex: 0 0 93.75%;
  max-width: 93.75%;
}

.col.sm-offset-14 {
  margin-left: 87.5%;
}

.col.sm-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.col.sm-offset-15 {
  margin-left: 93.75%;
}

@media only screen and (min-width: 601px) {
  .col.md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .col.md-offset-0 {
    margin-left: 0;
  }
  .col.md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col.md-offset-1 {
    margin-left: 6.25%;
  }
  .col.md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
            flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col.md-offset-2 {
    margin-left: 12.5%;
  }
  .col.md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col.md-offset-3 {
    margin-left: 18.75%;
  }
  .col.md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col.md-offset-4 {
    margin-left: 25%;
  }
  .col.md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col.md-offset-5 {
    margin-left: 31.25%;
  }
  .col.md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
            flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .col.md-offset-6 {
    margin-left: 37.5%;
  }
  .col.md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col.md-offset-7 {
    margin-left: 43.75%;
  }
  .col.md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .col.md-offset-8 {
    margin-left: 50%;
  }
  .col.md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col.md-offset-9 {
    margin-left: 56.25%;
  }
  .col.md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
            flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .col.md-offset-10 {
    margin-left: 62.5%;
  }
  .col.md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col.md-offset-11 {
    margin-left: 68.75%;
  }
  .col.md-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .col.md-offset-12 {
    margin-left: 75%;
  }
  .col.md-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col.md-offset-13 {
    margin-left: 81.25%;
  }
  .col.md-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
            flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .col.md-offset-14 {
    margin-left: 87.5%;
  }
  .col.md-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col.md-offset-15 {
    margin-left: 93.75%;
  }
}
@media only screen and (min-width: 782px) {
  .col.lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .col.lg-offset-0 {
    margin-left: 0;
  }
  .col.lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col.lg-offset-1 {
    margin-left: 6.25%;
  }
  .col.lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
            flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col.lg-offset-2 {
    margin-left: 12.5%;
  }
  .col.lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col.lg-offset-3 {
    margin-left: 18.75%;
  }
  .col.lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col.lg-offset-4 {
    margin-left: 25%;
  }
  .col.lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col.lg-offset-5 {
    margin-left: 31.25%;
  }
  .col.lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
            flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .col.lg-offset-6 {
    margin-left: 37.5%;
  }
  .col.lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col.lg-offset-7 {
    margin-left: 43.75%;
  }
  .col.lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .col.lg-offset-8 {
    margin-left: 50%;
  }
  .col.lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col.lg-offset-9 {
    margin-left: 56.25%;
  }
  .col.lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
            flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .col.lg-offset-10 {
    margin-left: 62.5%;
  }
  .col.lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col.lg-offset-11 {
    margin-left: 68.75%;
  }
  .col.lg-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .col.lg-offset-12 {
    margin-left: 75%;
  }
  .col.lg-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col.lg-offset-13 {
    margin-left: 81.25%;
  }
  .col.lg-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
            flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .col.lg-offset-14 {
    margin-left: 87.5%;
  }
  .col.lg-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col.lg-offset-15 {
    margin-left: 93.75%;
  }
}
@media only screen and (min-width: 1025px) {
  .col.xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .col.xl-offset-0 {
    margin-left: 0;
  }
  .col.xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col.xl-offset-1 {
    margin-left: 6.25%;
  }
  .col.xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
            flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col.xl-offset-2 {
    margin-left: 12.5%;
  }
  .col.xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col.xl-offset-3 {
    margin-left: 18.75%;
  }
  .col.xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col.xl-offset-4 {
    margin-left: 25%;
  }
  .col.xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col.xl-offset-5 {
    margin-left: 31.25%;
  }
  .col.xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
            flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .col.xl-offset-6 {
    margin-left: 37.5%;
  }
  .col.xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col.xl-offset-7 {
    margin-left: 43.75%;
  }
  .col.xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .col.xl-offset-8 {
    margin-left: 50%;
  }
  .col.xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col.xl-offset-9 {
    margin-left: 56.25%;
  }
  .col.xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
            flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .col.xl-offset-10 {
    margin-left: 62.5%;
  }
  .col.xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col.xl-offset-11 {
    margin-left: 68.75%;
  }
  .col.xl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .col.xl-offset-12 {
    margin-left: 75%;
  }
  .col.xl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col.xl-offset-13 {
    margin-left: 81.25%;
  }
  .col.xl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
            flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .col.xl-offset-14 {
    margin-left: 87.5%;
  }
  .col.xl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col.xl-offset-15 {
    margin-left: 93.75%;
  }
}
@media only screen and (min-width: 1501px) {
  .col.xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6.25%;
        -ms-flex: 0 0 6.25%;
            flex: 0 0 6.25%;
    max-width: 6.25%;
  }
  .col.xxl-offset-0 {
    margin-left: 0;
  }
  .col.xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .col.xxl-offset-1 {
    margin-left: 6.25%;
  }
  .col.xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 18.75%;
        -ms-flex: 0 0 18.75%;
            flex: 0 0 18.75%;
    max-width: 18.75%;
  }
  .col.xxl-offset-2 {
    margin-left: 12.5%;
  }
  .col.xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col.xxl-offset-3 {
    margin-left: 18.75%;
  }
  .col.xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.25%;
        -ms-flex: 0 0 31.25%;
            flex: 0 0 31.25%;
    max-width: 31.25%;
  }
  .col.xxl-offset-4 {
    margin-left: 25%;
  }
  .col.xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.5%;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col.xxl-offset-5 {
    margin-left: 31.25%;
  }
  .col.xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 43.75%;
        -ms-flex: 0 0 43.75%;
            flex: 0 0 43.75%;
    max-width: 43.75%;
  }
  .col.xxl-offset-6 {
    margin-left: 37.5%;
  }
  .col.xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col.xxl-offset-7 {
    margin-left: 43.75%;
  }
  .col.xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56.25%;
        -ms-flex: 0 0 56.25%;
            flex: 0 0 56.25%;
    max-width: 56.25%;
  }
  .col.xxl-offset-8 {
    margin-left: 50%;
  }
  .col.xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 62.5%;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .col.xxl-offset-9 {
    margin-left: 56.25%;
  }
  .col.xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68.75%;
        -ms-flex: 0 0 68.75%;
            flex: 0 0 68.75%;
    max-width: 68.75%;
  }
  .col.xxl-offset-10 {
    margin-left: 62.5%;
  }
  .col.xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col.xxl-offset-11 {
    margin-left: 68.75%;
  }
  .col.xxl-13 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 81.25%;
        -ms-flex: 0 0 81.25%;
            flex: 0 0 81.25%;
    max-width: 81.25%;
  }
  .col.xxl-offset-12 {
    margin-left: 75%;
  }
  .col.xxl-14 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 87.5%;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    max-width: 87.5%;
  }
  .col.xxl-offset-13 {
    margin-left: 81.25%;
  }
  .col.xxl-15 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 93.75%;
        -ms-flex: 0 0 93.75%;
            flex: 0 0 93.75%;
    max-width: 93.75%;
  }
  .col.xxl-offset-14 {
    margin-left: 87.5%;
  }
  .col.xxl-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .col.xxl-offset-15 {
    margin-left: 93.75%;
  }
}
.page-wrap {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.js .fade-on-load {
  opacity: 0;
}

.js .fade-on-load--loaded {
  opacity: 1;
}

.content-wrap {
  margin-top: 108px;
  text-align: left;
}
@media only screen and (min-width: 601px) {
  .content-wrap {
    margin-top: 123px;
  }
}

.alignfull [class*=__inner-container], .constrained {
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
}
.alignfull [class*=__inner-container] > .row, .constrained > .row {
  margin-left: -1.66665rem;
  margin-right: -1.66665rem;
}

.wp-block-group.alignfull, .well, .related.products {
  padding: 2.99997rem 2rem;
}
@media only screen and (min-width: 782px) {
  .wp-block-group.alignfull, .well, .related.products {
    padding-left: 2.66664rem;
    padding-right: 2.66664rem;
  }
}
@media only screen and (min-width: 1025px) {
  .wp-block-group.alignfull, .well, .related.products {
    padding-left: 5.66661rem;
    padding-right: 5.66661rem;
  }
}
@media only screen and (min-width: 1501px) {
  .wp-block-group.alignfull, .well, .related.products {
    padding-left: 8.833245rem;
    padding-right: 8.833245rem;
  }
}
.constrained.wp-block-group.alignfull, .constrained.well, .constrained.related.products {
  max-width: calc(1500px + 17.66649rem);
}

.wp-block-group.alignfull, .bg-gradient, .related.products {
  background: #fff;
  background: linear-gradient(180deg, #f8f9f9 0%, #ffffff 115px);
}

.bg-gradient--grey {
  background: linear-gradient(180deg, #E8E8E8 0%, #F2F2F2 115px);
}

.bg-gradient--black {
  background: #000;
}

.image-well {
  background: #f7f7f7;
  padding: 15%;
}
.image-well img {
  display: block;
}

.image-shadow img {
  -webkit-box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
          box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

@media only screen and (min-width: 1025px) {
  .product .image-shadow img {
    -webkit-box-shadow: -0.33rem 0.33rem 1rem rgba(0, 0, 0, 0.08);
            box-shadow: -0.33rem 0.33rem 1rem rgba(0, 0, 0, 0.08);
  }
}

.callout {
  background: rgb(177, 177, 176);
}

@media only screen and (max-width: 1024px) {
  .col {
    padding-left: 1.33332rem;
    padding-right: 1.33332rem;
  }
  .constrained > .row,
  .row .row {
    margin-left: -1.33332rem;
    margin-right: -1.33332rem;
  }
}
@media only screen and (max-width: 781px) {
  .col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .constrained > .row,
  .row .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.site-header--has-scrolled .site-title img {
  width: 45px;
  margin-top: 11px;
  margin-bottom: 11px;
}
@media only screen and (min-width: 1025px) {
  .site-header--has-scrolled .nav-menu > li > a {
    padding-bottom: 11px;
  }
  .site-header--has-scrolled .nav-item-divider:before {
    margin-bottom: 14px;
  }
  .site-header--has-scrolled .nav-item-search {
    margin-bottom: 6px;
  }
  .site-header--has-scrolled .search-drawer {
    bottom: 0;
  }
}

.site-header__content {
  position: relative;
  background: white;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.05);
}
.site-header__content .well, .site-header__content .related.products {
  padding-top: 0;
  padding-bottom: 0;
}

.site-title {
  text-align: left;
  -webkit-transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.site-title img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 68px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 601px) {
  .site-title img {
    width: 83px;
  }
}

.menu-toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: calc(2rem - 19px);
  z-index: 9999;
  cursor: pointer;
  width: 61px;
  height: 61px;
  outline: 0;
  padding: 0;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  cursor: pointer;
}
.menu-toggle:active {
  background-color: transparent;
}
.menu-toggle .hamburger-bar {
  position: absolute;
  left: 19px;
  display: block;
  height: 1px;
  background-color: #000;
  width: 24px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.menu-toggle .hamburger-bar:nth-child(1) {
  top: 21px;
}
.menu-toggle .hamburger-bar:nth-child(2) {
  top: 30px;
}
.menu-toggle .hamburger-bar:nth-child(3) {
  top: 39px;
}
@media only screen and (min-width: 782px) {
  .menu-toggle {
    right: 1.66665rem;
  }
}
@media only screen and (min-width: 1025px) {
  .menu-toggle {
    display: none;
  }
}

.menu-open body {
  height: 100vh;
  overflow: hidden;
}
.menu-open .nav-primary {
  overflow-y: scroll;
}
@media only screen and (max-width: 1024px) {
  .menu-open .nav-primary {
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-open .nav-primary,
  .menu-closing .nav-primary {
    height: 100%;
    max-width: none;
  }
}

.nav-primary {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 1025px) {
  .nav-primary {
    position: static;
    padding-top: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    height: auto;
    overflow: visible;
  }
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 3.3333rem 0.833325rem 0 0.833325rem;
  text-align: left;
}
.nav-menu .parent > a:after {
  content: "›";
  display: inline-block;
  -webkit-transform: rotate(90deg) translateX(0.1em);
      -ms-transform: rotate(90deg) translateX(0.1em);
          transform: rotate(90deg) translateX(0.1em);
  margin-left: 0.3em;
}
.nav-menu li {
  display: block;
  margin-bottom: 0.5em;
}
.nav-menu a {
  display: block;
  color: rgb(29, 29, 27);
}
.nav-menu a:visited {
  color: rgb(29, 29, 27);
}
.nav-menu a:hover {
  color: rgb(252, 82, 62);
}
@media only screen and (min-width: 782px) {
  .nav-menu {
    padding-left: 1.66665rem;
    padding-right: 1.66665rem;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0;
  }
  .nav-menu li {
    margin-bottom: 0;
  }
  .nav-menu > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: padding 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-bottom: 20px;
  }
}

.nav-item-divider:before {
  height: 1em;
  content: "";
  display: block;
}
@media only screen and (min-width: 1025px) {
  .nav-item-divider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-item-divider:before {
    margin-bottom: 23px;
    border-left: 1px solid #b0b0b0;
    height: 18px;
  }
}

li.nav-item-search {
  display: none;
}
@media only screen and (min-width: 1025px) {
  li.nav-item-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 17px;
    -webkit-transition: margin-bottom 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: margin-bottom 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.basket-count.active {
  display: inline-block;
  -webkit-transform: translate3d(0, -0.2em, 0);
          transform: translate3d(0, -0.2em, 0);
  margin: 0 0 0 0.4em;
  border-radius: 50%;
  width: 1.75em;
  height: 1.75em;
  text-align: center;
  line-height: 1.75em;
  font-size: 0.7em;
  color: #fff;
  background: rgb(177, 177, 176);
}

.nav-mega-menu .sub-menu {
  margin-top: 0.5rem;
}
.nav-mega-menu .sub-menu li {
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 1024px) {
  .nav-mega-menu .well, .nav-mega-menu .related.products {
    padding: 0 0 0 1.5rem;
  }
  .nav-mega-menu .sub-menu {
    padding-left: 0 !important;
  }
}
@media only screen and (min-width: 1025px) {
  .nav-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    text-align: left;
    -webkit-transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .nav-mega-menu .well, .nav-mega-menu .related.products {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    -webkit-transform: translate(0, -10px);
        -ms-transform: translate(0, -10px);
            transform: translate(0, -10px);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    margin-bottom: 19px;
    background: #fff;
  }
  .nav-mega-menu .well:before, .nav-mega-menu .related.products:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 19px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.025)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0));
  }
  .nav-mega-menu .sub-menu {
    list-style: none;
    padding: 0;
    margin-top: 0;
  }
  .nav-mega-menu .sub-menu li {
    margin-bottom: 0;
  }
  .nav-mega-menu .sub-menu .menu-item-separated:after {
    content: " ";
    display: block;
  }
  .nav-mega-menu .sub-menu .menu-item-separated a {
    color: rgb(29, 29, 27);
  }
  .nav-mega-menu .sub-menu .menu-item-separated a:hover {
    color: rgb(252, 82, 62);
  }
  .nav-mega-menu .sub-menu a {
    color: rgb(88, 88, 87);
  }
  .nav-mega-menu .sub-menu a a:visited {
    color: rgb(88, 88, 87);
  }
  .nav-mega-menu .sub-menu a:hover {
    color: rgb(252, 82, 62);
  }
}

@media only screen and (min-width: 1025px) {
  .sub-menu-cols-4 .sub-menu {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
    width: 56em;
  }
  .sub-menu-cols-3 .sub-menu {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    width: 42em;
  }
  .sub-menu-cols-2 .sub-menu {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    width: 28em;
  }
  .mega-menu-active .nav-mega-menu {
    visibility: visible;
    opacity: 1;
  }
  .mega-menu-active .well, .mega-menu-active .related.products {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.search-btn {
  cursor: pointer;
}
.search-btn svg {
  width: 23px;
  fill: rgb(29, 29, 27);
}

.search-drawer {
  padding: 3.3333rem 0.833325rem 0 0.833325rem;
}
@media only screen and (min-width: 782px) {
  .search-drawer {
    padding-left: 1.66665rem;
    padding-right: 1.66665rem;
  }
}
@media only screen and (min-width: 1025px) {
  .search-drawer {
    position: absolute;
    bottom: 11px;
    right: 1.66665rem;
    width: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: bottom 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: bottom 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.search-form input[type=text] {
  margin-bottom: 0;
  padding: 0 40px 0 0;
  border: none;
}
@media only screen and (min-width: 1025px) {
  .search-form input[type=text] {
    height: 42px;
  }
}
@media only screen and (min-width: 1025px) {
  .search-form {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
  }
}

.nav-menu li:not(.nav-item-search),
.search-form {
  -webkit-transition: visibility 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

@media only screen and (min-width: 1025px) {
  .search-open .nav-primary {
    position: relative;
  }
  .search-open .nav-menu li:not(.nav-item-search):not(.nav-item-heat-home) {
    opacity: 0;
    -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
            transform: translateX(-20px);
    visibility: hidden;
  }
  .search-open .search-drawer {
    width: 300px;
  }
  .search-open .search-form {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .search-open .search-drawer .close {
    display: block;
  }
  .search-open .nav-item-search {
    visibility: hidden;
  }
}

.search-drawer .close {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: -10px;
}

.footer {
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer__wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.footer__mailing-list {
  background: rgb(88, 88, 87);
}
.footer__mailing-list .well, .footer__mailing-list .related.products {
  padding-bottom: 6.6666rem;
}
.footer__mailing-list input[type=text],
.footer__mailing-list input[type=email] {
  color: #fff;
  border: 1px solid rgb(177, 177, 176);
  border-radius: 4px;
  padding: 10px 15px;
  background: transparent;
  color: #fff;
}
.footer__mailing-list .btn {
  width: 100%;
  text-align: left;
}

.footer__content {
  background: #000;
}
.footer__content .row + .row {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.nav-footer {
  margin-top: 0;
  list-style: none;
  list-style: none;
  padding: 0;
}
.nav-footer li {
  margin-bottom: 0;
}
.nav-footer a:after {
  content: " ›";
}

.supporters {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.supporters li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  padding: 0 1em 0 1em;
  width: 50%;
  border-left: 1px solid #000;
  text-align: center;
}
.supporters li:nth-child(even),
.supporters li:last-child {
  border-right: 1px solid #000;
}
.supporters li:nth-child(n+3) {
  margin-top: 2rem;
}
.supporters img {
  width: 80%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.supporters--footer {
  margin-top: 1.5rem;
}
.supporters--footer li {
  border-left: 1px solid #fff;
}
.supporters--footer li:nth-child(even),
.supporters--footer li:last-child {
  border-right: 1px solid #fff;
}

.footer .social {
  margin-bottom: 1rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  margin: 0 0 1rem 0;
  border: none;
  border-bottom: 1px solid rgb(215, 215, 215);
  border-radius: 0;
  padding: 10px 0;
  font-size: 1rem;
  font-family: "suisse-works", serif;
  background: transparent;
  color: rgb(29, 29, 27);
  width: 100%;
  -webkit-appearance: none;
}

input[type=text],
input[type=email],
input[type=password] {
  display: block;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
}
input[type=submit]:focus {
  outline: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  display: inline-block;
}
textarea:focus {
  outline: none;
}

select {
  margin: 0;
}

*::-webkit-input-placeholder {
  color: rgb(177, 177, 176);
}

*::-moz-placeholder {
  color: rgb(177, 177, 176);
}

*:-ms-input-placeholder {
  color: rgb(177, 177, 176);
}

*::-ms-input-placeholder {
  color: rgb(177, 177, 176);
}

*::placeholder {
  color: rgb(177, 177, 176);
}

*::-webkit-input-placeholder {
  color: rgb(177, 177, 176);
}

*::-moz-placeholder {
  color: rgb(177, 177, 176);
}

*:-ms-input-placeholder {
  color: rgb(177, 177, 176);
}

input:not(.placeholder-visible):focus::-webkit-input-placeholder, textarea:not(.placeholder-visible):focus::-webkit-input-placeholder {
  color: transparent;
}

input:not(.placeholder-visible):focus::-moz-placeholder, textarea:not(.placeholder-visible):focus::-moz-placeholder {
  color: transparent;
}

input:not(.placeholder-visible):focus:-ms-input-placeholder, textarea:not(.placeholder-visible):focus:-ms-input-placeholder {
  color: transparent;
}

input:not(.placeholder-visible):focus::-ms-input-placeholder, textarea:not(.placeholder-visible):focus::-ms-input-placeholder {
  color: transparent;
}

input:not(.placeholder-visible):focus::placeholder,
textarea:not(.placeholder-visible):focus::placeholder {
  color: transparent;
}

::-moz-placeholder {
  opacity: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 9999s ease-in-out 9999s;
  transition: background-color 9999s ease-in-out 9999s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill::first-line {
  font-size: 15px;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.loader {
  opacity: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  z-index: 9999;
  text-indent: -9999em;
  border-top: 5px solid rgba(25, 25, 25, 0);
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  border-left: 5px solid #000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite ease-in-out;
          animation: load8 1.1s infinite ease-in-out;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.loader--visible {
  opacity: 1;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.rsp-image {
  display: block;
  position: relative;
}
.rsp-image > img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
  width: 100% !important;
  left: 0;
  top: 0;
}
.rsp-image.fit-contain > * {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.rsp-image.fill-space {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.rsp-image.fill-space > img {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.rsp-image.position-top > img {
  -o-object-position: top;
     object-position: top;
}

.rsp-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.rsp-embed iframe,
.rsp-embed object,
.rsp-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .wp-block-button__link, .btn {
  display: inline-block;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  -webkit-box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: none;
  padding: 10px 1.5rem;
  background: #fff;
  font-weight: normal;
  line-height: 1.3;
  color: rgb(29, 29, 27);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  font-size: 1rem;
}
.woocommerce #respond input#submit:visited, .woocommerce a.button:visited, .woocommerce button.button:visited, .woocommerce input.button:visited, .button:visited, .wp-block-button__link:visited, .btn:visited {
  color: rgb(29, 29, 27);
}
.woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .button:active, .wp-block-button__link:active, .btn:active, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .button:hover, .wp-block-button__link:hover, .btn:hover {
  color: #fff;
  background: #000;
}
.woocommerce #respond input#submit:after, .woocommerce a.button:after, .woocommerce button.button:after, .woocommerce input.button:after, .button:after,
.woocommerce #respond input#submit.alt:after, .woocommerce a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce input.button.alt:after, .wp-block-button__link:after, .btn:after {
  content: " ›";
}
.woocommerce #respond input[disabled]#submit, .woocommerce a[disabled].button, .woocommerce button[disabled].button, .woocommerce input[disabled].button, [disabled].button, [disabled].wp-block-button__link, [disabled].btn {
  pointer-events: none;
}
.btn--solid {
  background: rgb(88, 88, 87);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
}
.btn--solid:hover {
  color: #fff;
  background: #000;
}
.wp-block-button.is-style-outline .wp-block-button__link, .btn--outline {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgb(88, 88, 87);
  background: none;
  padding-left: 15px;
  padding-right: 15px;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .btn--outline:hover {
  background-color: rgb(29, 29, 27);
  color: #fff;
}

.wp-block-button.is-style-cta .wp-block-button__link, .cta,
.cta-links a {
  display: table;
  color: rgb(29, 29, 27);
}
.wp-block-button.is-style-cta .wp-block-button__link:after, .cta:after,
.cta-links a:after {
  content: "›";
  margin-left: 0.25em;
}
.wp-block-button.is-style-cta .wp-block-button__link:visited, .cta:visited,
.cta-links a:visited {
  color: rgb(29, 29, 27);
}
.wp-block-button.is-style-cta .wp-block-button__link:hover, .cta:hover,
.cta-links a:hover {
  color: rgb(252, 82, 62);
}

.woocommerce .products ul, .woocommerce ul.products, .thumb-grid {
  margin: 2.99997rem -1rem 0 -1rem;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media only screen and (min-width: 782px) {
  .woocommerce .products ul, .woocommerce ul.products, .thumb-grid {
    margin-left: -1.33332rem;
    margin-right: -1.33332rem;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce .products ul, .woocommerce ul.products, .thumb-grid {
    margin-left: -1.66665rem;
    margin-right: -1.66665rem;
  }
}

@media only screen and (max-width: 1024px) {
  .thumb-grid--video .thumb-grid__thumb {
    width: 100%;
  }
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, .thumb-grid__thumb {
  padding: 0 1rem;
  margin-bottom: 3rem;
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 420px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, .thumb-grid__thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 782px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, .thumb-grid__thumb {
    padding: 0 1.33332rem;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, .thumb-grid__thumb {
    padding: 0 1.66665rem;
    width: 33.3333%;
  }
}
@media only screen and (min-width: 1501px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, .thumb-grid__thumb {
    width: 25%;
  }
}

@media screen and (max-width: 419px) {
  .thumb-grid__thumb--collapse {
    margin-top: -3rem;
  }
}

@media only screen and (min-width: 1025px) {
  .thumb-grid__thumb--double-col {
    width: 50% !important;
  }
}

@media screen and (min-width: 420px) {
  .thumb-grid--double-col .thumb-grid__thumb {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .thumb-grid--double-col .thumb-grid__thumb {
    width: 50%;
  }
}

@media only screen and (min-width: 1025px) {
  .thumb-grid--max-2 .thumb-grid__thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 1501px) {
  .thumb-grid--max-2 .thumb-grid__thumb {
    width: 50%;
  }
}

@media only screen and (min-width: 1501px) {
  .thumb-grid--max-3 .thumb-grid__thumb {
    width: 33.3333%;
  }
}

.thumb-grid--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1025px) {
  .thumb-grid--even .thumb-grid__thumb {
    width: 25%;
  }
}

@media screen and (min-width: 420px) {
  .thumb-grid--divided .thumb-grid__thumb:nth-child(even) {
    border-left: 1px solid rgb(215, 215, 215);
  }
}
@media only screen and (min-width: 1025px) {
  .thumb-grid--divided .thumb-grid__thumb {
    border-left: 1px solid rgb(215, 215, 215);
  }
  .thumb-grid--divided:not(.thumb-grid--even) .thumb-grid__thumb:nth-child(3n+1) {
    border-left: none;
  }
  .thumb-grid--divided.thumb-grid--even .thumb-grid__thumb:nth-child(4n+1) {
    border-left: none;
  }
}

@media only screen and (min-width: 1025px) {
  .thumb-grid--featured-heat-posts .thumb-grid__thumb {
    border-left: 1px solid rgb(215, 215, 215) !important;
  }
  .thumb-grid--featured-heat-posts .thumb-grid__thumb:first-child,
  .thumb-grid--featured-heat-posts .thumb-grid__thumb--first-in-row {
    border-left: none !important;
  }
}

.teaser {
  margin-bottom: 3rem;
}
.teaser a:not(.btn):not([rel=author]), .teaser a:not(.btn):not([rel=author]):visited {
  color: rgb(29, 29, 27);
}
.teaser a:not(.btn):not([rel=author]):hover {
  color: rgb(252, 82, 62);
}
.teaser > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 781px) {
  .teaser .teaser__image.image-shadow:not(.image-well) {
    margin-bottom: 1.2rem;
  }
}

.teaser__image {
  margin: 0 0 0.7rem 0;
}

.teaser__header {
  margin: 0 0 0.8em 0;
  color: rgb(29, 29, 27);
}
.teaser__header a:hover {
  color: rgb(252, 82, 62);
}
.teaser__header + .meta {
  margin-top: -0.5rem;
}

.teaser__excerpt {
  margin-bottom: 1rem;
}

.teaser--horiz .btn,
.teaser--horiz-right .btn {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin: auto 0 0 0;
}
@media only screen and (min-width: 601px) {
  .teaser--horiz,
  .teaser--horiz-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .teaser--horiz .teaser__image,
  .teaser--horiz .teaser__content,
  .teaser--horiz-right .teaser__image,
  .teaser--horiz-right .teaser__content {
    width: 50%;
  }
  .teaser--horiz .teaser__image,
  .teaser--horiz-right .teaser__image {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 601px) {
  .teaser--horiz .teaser__image {
    margin-right: 1rem;
  }
  .teaser--horiz .teaser__content {
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  .teaser--horiz .teaser__image {
    margin-right: 1.33332rem;
  }
  .teaser--horiz .teaser__content {
    margin-left: 1.33332rem;
  }
}
@media only screen and (min-width: 1501px) {
  .teaser--horiz .teaser__image {
    margin-right: 1.66665rem;
  }
  .teaser--horiz .teaser__content {
    margin-left: 1.66665rem;
  }
}

@media only screen and (min-width: 601px) {
  .teaser--horiz-right .teaser__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 1rem;
  }
  .teaser--horiz-right .teaser__content {
    margin-right: 1rem;
  }
}

@media only screen and (min-width: 1025px) {
  .teaser--horiz-xl-right .teaser__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
  }
  .teaser--horiz-xl-right .teaser__content {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .teaser--horiz-right .teaser__image,
  .teaser--horiz-xl-right .teaser__image {
    margin-left: 1.33332rem;
  }
  .teaser--horiz-right .teaser__content,
  .teaser--horiz-xl-right .teaser__content {
    margin-right: 1.33332rem;
  }
}
@media only screen and (min-width: 1501px) {
  .teaser--horiz-right .teaser__image,
  .teaser--horiz-xl-right .teaser__image {
    margin-left: 1.66665rem;
  }
  .teaser--horiz-right .teaser__content,
  .teaser--horiz-xl-right .teaser__content {
    margin-right: 1.66665rem;
  }
}

@media only screen and (min-width: 782px) {
  .teaser--book-wide .teaser__image {
    margin-bottom: 0;
  }
  .teaser--book-wide .teaser__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2.66664rem;
    grid-row-gap: 0px;
    grid-auto-rows: auto;
    grid-template-areas: "a b b" "c b b";
  }
  .teaser--book-wide .teaser__content > *:nth-child(1) {
    grid-area: a;
  }
  .teaser--book-wide .teaser__content > *:nth-child(2) {
    grid-area: b;
  }
  .teaser--book-wide .teaser__content > *:nth-child(3) {
    grid-area: c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .teaser--book-wide .teaser__content {
    grid-column-gap: 3.3333rem;
  }
}

@media only screen and (min-width: 1025px) {
  .teaser--featured-heat-post.two-column-text .teaser__excerpt {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3.3333rem;
       -moz-column-gap: 3.3333rem;
            column-gap: 3.3333rem;
  }
}

.media-obj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-obj__figure {
  margin-right: 3.3333rem;
}

.media-obj__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.media-obj--reverse > .media-obj__figure {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 0 1em;
}

.social {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: inline-block;
  vertical-align: middle;
}
.social li {
  display: inline-block;
}
.social li + li {
  margin-left: 0.8rem;
}
.social a {
  display: block;
  width: 29px;
  height: 29px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 28px;
  font-size: 1px;
}
.social a svg {
  -webkit-transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: fill 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.social a:hover {
  background-color: #fff;
}
.social a:hover svg {
  fill: #000;
}
@media only screen and (min-width: 1025px) {
  .social a {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
}
.social svg {
  width: 100%;
  height: 20px;
  vertical-align: middle;
  fill: #fff;
}

.breadcrumbs {
  color: rgb(29, 29, 27);
  margin-bottom: 2.99997rem;
}
.breadcrumbs a {
  color: rgb(177, 177, 176);
}
.breadcrumbs a:hover {
  color: rgb(252, 82, 62);
}

.breadcrumbs__delimiter {
  color: rgb(177, 177, 176);
  margin: 0 0.25em;
}

.drawer {
  position: fixed;
  top: 0;
  left: -20px;
  bottom: 0;
  z-index: 200;
  width: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: left;
  background: #fff;
}
@media only screen and (min-width: 601px) {
  .drawer:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    background: transparent;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0) 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .drawer .well, .drawer .related.products {
    padding-right: 3.3333rem;
    padding-left: 3.3333rem;
  }
}

.drawer--cart {
  left: auto;
  right: -20px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (min-width: 782px) {
  .drawer--cart {
    width: 50.5%;
    min-width: 550px;
  }
}
@media screen and (min-width: 1450px) {
  .drawer--cart {
    width: 34%;
  }
}

.drawer__close {
  position: absolute;
  top: 23px;
  right: 10px;
}
@media only screen and (min-width: 782px) {
  .drawer__close {
    right: 28px;
  }
}
@media only screen and (min-width: 1025px) {
  .drawer__close {
    right: 38px;
  }
}

.drawer__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.05);
}

.drawer__title {
  font-size: 15px;
  line-height: 1;
  margin: 38px 0 0 0;
}

.drawer__content {
  margin-top: 67px;
  height: calc(100% - 67px);
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.adding-to-cart body:after,
.drawer-open body:after,
.drawer-closing body:after {
  content: "";
  display: block;
  position: fixed;
  z-index: 150;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}

.adding-to-cart body,
.drawer-open body {
  height: 100vh;
  overflow: hidden;
}
.adding-to-cart body:after,
.drawer-open body:after {
  -webkit-animation: fade-in 0.3s ease-out forwards;
          animation: fade-in 0.3s ease-out forwards;
}

.drawer-closing body:after {
  -webkit-animation: fade-out 0.3s ease-out forwards;
          animation: fade-out 0.3s ease-out forwards;
}

.cart-drawer-open .drawer--cart {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  -webkit-transition: grid-template-rows 1s;
  transition: grid-template-rows 1s;
  transition: grid-template-rows 1s, -ms-grid-rows 1s;
}

.accordion-content > * > *:first-child {
  margin-top: 0;
}

.accordion-content > * > br:first-child {
  display: none;
}

.accordion-content > * {
  min-height: 0;
  -webkit-transition: visibility 1s;
  transition: visibility 1s;
  visibility: hidden;
}

.accordion.open .accordion-content {
  grid-template-rows: 1fr;
}

.accordion.open .accordion-content > * {
  visibility: visible;
}

.accordion.open .accordion-btn--remove-on-open {
  visibility: hidden;
  pointer-events: none;
}

.woocommerce-mini-cart {
  padding: 0;
}
.woocommerce-mini-cart .blockUI.blockOverlay {
  display: none !important;
}

.minicart-ajax-in-progress .drawer--cart:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -0.5em 0 0 -0.5em;
  border-radius: 50%;
  border: 3px solid #000;
  border-top: 3px solid rgba(25, 25, 25, 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: load8 1s infinite ease-in-out;
          animation: load8 1s infinite ease-in-out;
  width: 1em;
  height: 1em;
  font-size: 2em;
}
.minicart-ajax-in-progress .drawer--cart .drawer__content {
  position: relative;
}
.minicart-ajax-in-progress .drawer--cart .drawer__content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}

.minicart__item,
.woocommerce-mini-cart-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 7.5rem;
  padding-bottom: 3rem !important;
  border-bottom: 1px solid rgb(215, 215, 215);
}
.minicart__item + .minicart__item, .minicart__item + .woocommerce-mini-cart-item,
.woocommerce-mini-cart-item + .minicart__item,
.woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
  padding-top: 3rem !important;
  min-height: 10.5rem;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-weight: 400;
}

.minicart__item-img {
  margin-right: 1rem;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  float: none;
  width: 100%;
  margin-left: 0;
}

.minicart__item-description {
  margin-right: auto;
  padding-right: 1em;
}

.minicart__author a, .minicart__author a:visited {
  color: rgb(29, 29, 27);
}
.minicart__author a:hover {
  color: rgb(252, 82, 62);
}

.minicart__item-subtotal {
  position: absolute;
  bottom: 3rem;
  right: 0;
  color: rgb(29, 29, 27);
}

.minicart__item-remove,
.remove_from_cart_button {
  color: rgb(177, 177, 176);
}
.minicart__item-remove:hover,
.remove_from_cart_button:hover {
  color: rgb(252, 82, 62);
}

.minicart__totals,
.woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.minicart__totals strong,
.woocommerce-mini-cart__total strong {
  font-weight: normal;
}
.minicart__totals .amount,
.woocommerce-mini-cart__total .amount {
  font-size: 1.6rem;
}

.woocommerce-mini-cart__buttons {
  margin-top: 3rem;
}
.woocommerce-mini-cart__buttons > a:first-child {
  display: none;
}
.woocommerce-mini-cart__buttons .button {
  width: 100%;
}

.minicart__checkout-btn {
  width: 100%;
}

.minicart__coupons {
  margin-top: 1em;
}

.cart-coupon-form {
  position: relative;
}
.cart-coupon-form input[type=text] {
  padding-right: 5em;
}
.cart-coupon-form .cart-coupon-apply-btn {
  position: absolute;
  top: 10px;
  right: 0;
}

.minicart .cart-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.minicart .cart-discount .woocommerce-remove-coupon {
  display: none;
}
.minicart .cart-discount > span {
  margin-left: auto;
}

.woocommerce .quantity .qty {
  background: transparent;
  border: none;
  width: 100%;
  outline: none;
}
.woocommerce .quantity .qty::-webkit-inner-spin-button, .woocommerce .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.js-qty,
.qty-spinner {
  position: relative;
  display: inline-block;
  width: 90px;
  min-width: 90px;
  overflow: visible;
  margin: 0;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}
.is-loading .js-qty,
.is-loading .qty-spinner {
  opacity: 0.5;
  -webkit-transition: none;
  transition: none;
}

.qty-spinner__adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  padding: 0 10px;
  background: none;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: rgb(88, 88, 87);
}
.qty-spinner__adjust:hover, .qty-spinner__adjust:focus {
  color: rgb(88, 88, 87);
}

.qty-spinner__adjust--plus {
  right: 0;
  border-left: 1px solid rgb(215, 215, 215);
}

.qty-spinner__adjust--minus {
  left: 0;
  border-right: 1px solid rgb(215, 215, 215);
}

.qty-spinner__num {
  display: block;
  text-align: center;
  width: 100%;
  padding: 5px 30px;
  margin: 0;
  border: 1px solid rgb(215, 215, 215);
}

.lightbox {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  color: #fff;
}
@media only screen and (min-width: 782px) {
  .lightbox {
    background-color: rgba(0, 0, 0, 0.9);
  }
}

.lightbox__content-wrap {
  position: relative;
  margin: 0 auto;
}

.lightbox__content {
  position: relative;
  height: 100vh;
  overflow: auto;
}

.lightbox__content-wrap,
.lightbox__content {
  width: 100%;
  height: 100%;
}

.lightbox__close {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.lightbox__close:before, .lightbox__close:after {
  width: 30px;
  left: 4px;
  background-color: #fff;
}
@media only screen and (min-width: 782px) {
  .lightbox__close {
    top: 10px;
    right: 10px;
  }
}

.lightbox-markup {
  display: none;
}

.lightbox-open body {
  height: 100vh;
  overflow: hidden;
}

.filter {
  position: relative;
  float: none;
  width: 100%;
}
.filter.active .filter__btn {
  border-radius: 4px 4px 0 0;
}
.filter.active .filter__menu {
  display: block;
}

.filter__btn {
  position: relative;
  height: 3rem;
  padding: 0 2.5rem 0 1.5rem;
  line-height: 3rem;
  color: #999;
  -webkit-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: left;
}
.filter__btn:after {
  display: none;
}
.filter__btn:hover {
  color: inherit;
  background-color: inherit;
}

.filter__arrow {
  position: absolute;
  top: 45%;
  right: 0;
  display: block;
  border: none;
  height: 0px;
  width: 0px;
  color: rgb(29, 29, 27);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.filter__arrow:after {
  display: block;
  content: "›";
  font-weight: bold;
}

.filter__menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(180deg, #f8f9f9 0%, #ffffff 115px);
  -webkit-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 6px 1.5rem;
  overflow-y: auto;
  list-style: none;
  width: 100%;
  text-align: left;
}
.filter__menu li {
  padding: 6px 0;
  margin: 0;
}
.filter__menu a {
  display: block;
}

@media screen and (min-width: 420px) {
  .teaser__image--book-cover {
    position: relative;
    padding: 0 0 135% 0;
  }
  .teaser__image--book-cover a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 15%;
  }
}

.book-title {
  font-style: italic;
  margin: 0;
}

.meta-item {
  border-top: 1px solid rgb(215, 215, 215);
  border-bottom: 1px solid rgb(215, 215, 215);
  margin: 0 0 0.3rem 0;
  padding: 0.3em 0;
}
.meta-item a {
  color: rgb(88, 88, 87);
}
.meta-item a:hover {
  color: rgb(252, 82, 62);
}
.meta-item:last-child {
  border-bottom: 1px solid rgb(215, 215, 215);
}

.author-archive h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.author-archive ol {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
}
.author-archive li {
  margin-bottom: 0;
}
.author-archive a {
  color: rgb(88, 88, 87);
}
.author-archive a:hover {
  color: rgb(252, 82, 62);
}

@media only screen and (min-width: 601px) {
  .author__reviews {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 2.66664rem;
       -moz-column-gap: 2.66664rem;
            column-gap: 2.66664rem;
  }
}
@media only screen and (min-width: 1025px) {
  .author__reviews {
    -webkit-column-gap: 3.3333rem;
       -moz-column-gap: 3.3333rem;
            column-gap: 3.3333rem;
  }
}

@media only screen and (min-width: 782px) {
  .author__reviews--full-w {
    -webkit-columns: 4;
       -moz-columns: 4;
            columns: 4;
  }
}

.authors__resources h2 {
  margin-top: 3.3333rem;
  margin-bottom: 3.3333rem;
}
@media only screen and (max-width: 600px) {
  .authors__resources .thumb-grid__thumb {
    width: 100%;
  }
  .authors__resources .thumb-grid__thumb--collapse {
    margin-top: -3rem;
  }
}

.post__author-name {
  display: block;
  color: rgb(88, 88, 87);
  font-size: 1.6rem;
}
.post__author-name a {
  color: rgb(88, 88, 87);
}
.post__author-name a:hover {
  color: rgb(252, 82, 62);
}

.post h2 {
  margin-top: 2.5em;
}

.post__feature {
  margin-bottom: 2.75rem;
}

.category-list,
.category-list a {
  color: rgb(88, 88, 87);
}

.category-list a:hover {
  color: rgb(252, 82, 62);
}

@media only screen and (min-width: 601px) {
  .post__feature--constrained {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.post__author-teaser + .post__author-teaser {
  margin-top: 3rem;
}

.date {
  display: block;
  color: rgb(177, 177, 176);
}

.teaser--news .date {
  margin-bottom: 0.2rem;
}

@media only screen and (max-width: 600px) {
  .teaser--horiz.teaser--news .teaser__image {
    margin-bottom: 1.5rem;
  }
}

.post__date {
  margin-bottom: 1rem;
}

.heat .content-wrap {
  margin-top: 79px;
}
.heat .site-header__content .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
}
.heat .site-header__content,
.heat .nav-primary {
  background: #000;
}
.heat .nav-menu:before {
  content: "";
  display: block;
  width: 1px;
}
.heat .nav-menu--2-items:after,
.heat .nav-menu--3-items:after {
  content: "";
  display: block;
  width: 1px;
}
.heat .nav-menu--ecomm.nav-menu--lt-4-items:before {
  display: none;
}
.heat .site-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.heat .site-title img {
  width: 45px;
  margin-top: 17px;
  margin-bottom: 17px;
}
.heat .site-title .heat-logo {
  margin-left: 30px;
}
.heat .heat-logo {
  display: block;
  fill: #fff;
  height: 43px;
  margin-bottom: 17px;
}
.heat .nav-item-heat-home {
  display: none;
}
.heat .nav-menu--ecomm {
  padding-top: 0;
}
.heat .nav-menu a {
  color: #fff;
}
.heat .nav-menu a:hover {
  color: rgb(252, 82, 62);
}
.heat .search-btn svg {
  fill: #fff;
}
.heat .search-drawer .close:before,
.heat .search-drawer .close:after {
  background-color: #fff;
}
.heat .search-form input[type=text] {
  color: #fff;
}
.heat .menu-toggle .hamburger-bar {
  background-color: #fff;
}
@media only screen and (min-width: 1025px) {
  .heat .site-title .heat-logo {
    display: none;
  }
  .heat .nav-item-heat-home {
    display: block;
  }
  .heat .nav-primary {
    width: calc(100% - 45px);
  }
  .heat .nav-menu > li > a {
    padding-bottom: 27px;
  }
  .heat .nav-menu > .nav-item-heat-home > a {
    padding-bottom: 0;
  }
  .heat .nav-item-divider:before {
    margin-bottom: 30px;
  }
  .heat li.nav-item-search {
    margin-bottom: 24px;
  }
  .heat .search-drawer {
    right: 0;
    bottom: 18px;
  }
  .heat .nav-menu--ecomm {
    width: 37%;
    min-width: 17em;
  }
  .heat .nav-mega-menu .well, .heat .nav-mega-menu .related.products {
    background: #000;
  }
}

.heat-post blockquote {
  padding: 0 2rem;
}
.heat-post blockquote:before {
  content: "";
}
.heat-post .post__content {
  line-height: 1.7;
}

.heat-post__header {
  margin-bottom: 2.75rem;
}
.heat-post__header h1 {
  margin: 0;
}

.heat-post__subtitle {
  display: block;
}

.teaser--heat-post .teaser__image {
  margin-bottom: 1.5rem;
}

.teaser--heat-post__issue-name {
  display: block;
  margin-top: 1rem;
}

.product.product_cat-heat .product_title,
.product.product_cat-heat .product__subtitle {
  font-style: normal;
}

.post-related-product-teaser .date,
.post-related-product-teaser .links {
  margin-top: 1em;
}
.post-related-product-teaser form {
  margin-top: 2.5rem;
}
.post-related-product-teaser form + .btn {
  margin-top: 1.5rem;
}

.tax-header {
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tax-header.darken-image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.tax-header > *:not(img) {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .tax-header {
    min-height: 400px;
  }
}

.tax-header.text-color-black {
  color: #000;
}
.tax-header.text-color-black .tax-header__title {
  color: #000;
}

.tax-header__label {
  font-size: 1.6rem;
}

.tax-header__title {
  margin: 0;
  font-size: 3.2rem;
  color: #fff;
}

.tax-description {
  max-width: 20em;
  margin: 0 auto;
}

.heat-recent-issues .thumb-grid {
  clear: both;
}

.heat-recent-issues__title {
  float: left;
}

.teaser.product_cat-heat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.teaser.product_cat-heat .teaser__header {
  margin-bottom: 0;
}
.teaser.product_cat-heat .product__author {
  display: none;
}
.teaser.product_cat-heat .date {
  margin-bottom: 0.8em;
}
.teaser.product_cat-heat p {
  margin-bottom: 2rem;
}
.teaser.product_cat-heat form {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
.teaser.product_cat-heat .btn {
  width: 100%;
}
.teaser.product_cat-heat .btn.out-of-stock {
  color: red;
}
.teaser.product_cat-heat .btn.out-of-stock:after {
  display: none;
}

.teaser.product_cat-heat .woocommerce-loop-product__title,
.woocommerce ul.products li.product.product_cat-heat .woocommerce-loop-product__title {
  font-style: normal;
}

.current-heat-issue .btn {
  width: 100%;
  margin-top: 1.5em;
}
.current-heat-issue .btn + .btn {
  margin-top: 1em;
  margin-bottom: 2rem;
}
.current-heat-issue:not(.reverse) {
  color: #000;
}
.current-heat-issue:not(.reverse) .btn--outline {
  border-color: #000;
}

@media only screen and (max-width: 600px) {
  .current-heat-issue__details {
    margin-bottom: 2.5rem;
  }
}

.current-heat-issue__img {
  margin: 0 auto;
}
.current-heat-issue__img img {
  -webkit-box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
          box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 601px) {
  .current-heat-issue__img {
    max-width: 510px;
  }
}
@media only screen and (min-width: 1025px) {
  .current-heat-issue__img img {
    -webkit-box-shadow: -0.33rem 0.33rem 1rem rgba(0, 0, 0, 0.2);
            box-shadow: -0.33rem 0.33rem 1rem rgba(0, 0, 0, 0.2);
  }
}

.subscription-teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subscription-teaser .btn {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin: auto 0 0 0;
  width: 100%;
}

.subscription-teaser__description {
  color: rgb(88, 88, 87);
  margin-bottom: 1.5em;
}

.search-title {
  color: rgb(177, 177, 176);
  margin: 0 0 2.99997rem 0;
}
.search-title span {
  color: rgb(29, 29, 27);
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

body {
  --wp--preset--font-size--small: 0.8rem;
  --wp--preset--font-size--medium: 1.6rem;
  --wp--preset--font-size--large: 1.6rem;
}

.wp-block-buttons {
  margin: 1rem 0;
}
.wp-block-buttons:not(.is-vertical) .wp-block-button {
  margin: 0 0.5rem 0 0;
}

.wp-block-button.is-style-cta .wp-block-button__link {
  border: none;
  padding: 0;
  text-align: left;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.wp-block-button.is-style-cta .wp-block-button__link:hover {
  color: rgb(252, 82, 62);
}

.divider, hr, .wp-block-separator {
  margin: 3rem auto;
  border-top: none;
  border-bottom: 1px solid rgb(215, 215, 215);
  width: 100%;
}

p > img {
  vertical-align: middle;
}

.logo-farm {
  margin: 2rem 0;
}
.logo-farm img {
  margin: 0 2rem 1rem 0;
}

pre.wp-block-verse {
  line-height: 2.2;
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
  font-family: inherit;
}

h2 + .wp-block-verse,
h3 + .wp-block-verse,
h4 + .wp-block-verse {
  margin-top: 1rem;
}

.wp-block-image {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.wp-block-image img {
  display: block;
}
.wp-block-image figcaption {
  color: rgb(177, 177, 176);
}

.wp-block-image.alignfull figcaption {
  padding-right: 1em;
  padding-left: 1em;
}

.wp-block-image.image-well img {
  margin-bottom: 0.75rem;
}
.wp-block-image.image-well figcaption {
  background: #fff;
  margin: 0 -21.428% 1em -21.428%;
  position: relative;
}
.wp-block-image.image-well figcaption:before {
  content: "";
  display: block;
  padding-bottom: calc(15% - 0.5rem);
  background: #f7f7f7;
  margin-bottom: 0.5em;
}

.wp-block-image.image-well.has-caption {
  padding-bottom: 0;
}

.wp-block-image.is-style-dropshadow img {
  -webkit-box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
          box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

p.logos > * {
  vertical-align: middle;
  margin-right: 1.5rem;
}

.book-block {
  font-size: 15px;
  margin: 3rem 0;
}
.book-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  border-top: 1px solid #d7d7d7;
  margin: 0 1rem;
}
@media only screen and (min-width: 1025px) {
  .book-block:before {
    margin: 0 1.33332rem;
  }
}
@media only screen and (min-width: 1501px) {
  .book-block:before {
    margin: 0 1.66665rem;
  }
}
.book-block h1, .book-block h2, .book-block h3, .book-block h4, .book-block h5, .book-block h6 {
  font-size: 1rem;
}

@media only screen and (min-width: 601px) {
  .col.book-block__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66%;
        -ms-flex: 0 0 66.66%;
            flex: 0 0 66.66%;
    max-width: 66.66%;
  }
}

.col.book-block__image {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 601px) {
  .col.book-block__image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.add-to-cart-button-block {
  margin-bottom: 1rem;
}

.wp-block-columns {
  margin: 0 -1rem;
}
.wp-block-columns + .wp-block-columns {
  margin-top: 3rem;
}
@media only screen and (min-width: 1025px) {
  .wp-block-columns {
    margin-left: -1.33332rem;
    margin-right: -1.33332rem;
  }
}
@media only screen and (min-width: 1501px) {
  .wp-block-columns {
    margin-left: -1.66665rem;
    margin-right: -1.66665rem;
  }
}

.wp-block-column {
  margin: 0 !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
.wp-block-column > *:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 1025px) {
  .wp-block-column {
    padding-left: 1.33332rem;
    padding-right: 1.33332rem;
  }
}
@media only screen and (min-width: 1501px) {
  .wp-block-column {
    padding-left: 1.66665rem;
    padding-right: 1.66665rem;
  }
}
@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column {
    -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
            flex-basis: 100% !important;
  }
}
.text-and-image-cols {
  margin-bottom: 3rem;
}

@media (max-width: 781px) and (min-width: 600px) {
  .text-and-image-cols > .wp-block-column:first-child {
    -webkit-flex-basis: 67% !important;
        -ms-flex-preferred-size: 67% !important;
            flex-basis: 67% !important;
  }
  .text-and-image-cols > .wp-block-column:last-child {
    -webkit-flex-basis: 33% !important;
        -ms-flex-preferred-size: 33% !important;
            flex-basis: 33% !important;
  }
}
@media (max-width: 599px) {
  .text-and-image-cols > .wp-block-column:first-child {
    margin-bottom: 1rem !important;
  }
}
@media only screen and (min-width: 1025px) {
  .alignwide {
    margin-left: -17.5%;
    margin-right: -17.5%;
  }
}

.alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.wp-block-group__inner-container > h2:first-child,
.wp-block-group__inner-container > h3:first-child {
  margin-bottom: 3rem;
}

.wp-block-group.alignfull {
  margin-top: 3rem;
}
.wp-block-group.alignfull > .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.wp-block-group.alignfull > .wp-block-group__inner-container > h3:first-child, .wp-block-group.alignfull > .wp-block-group__inner-container > h4:first-child {
  margin-bottom: 3rem;
}
.wp-block-group.alignfull.is-style-greybg {
  background: linear-gradient(180deg, #E8E8E8 0%, #F2F2F2 115px);
}
.wp-block-group.alignfull.is-style-blackbg {
  background: #000;
}

.alignfull + .wp-block-group.alignfull {
  margin-top: 0;
}

.is-style-blackbg * {
  color: #fff;
}
.is-style-blackbg .wp-block-button.is-style-cta .wp-block-button__link,
.is-style-blackbg .cta,
.is-style-blackbg .cta-links a {
  color: #fff;
}
.is-style-blackbg a:hover,
.is-style-blackbg .wp-block-button.is-style-cta .wp-block-button__link:hover,
.is-style-blackbg .cta:hover,
.is-style-blackbg .cta-links a:hover {
  color: rgb(29, 29, 27);
}

@media only screen and (min-width: 1025px) {
  .xl-12 .alignfull [class*=__inner-container] {
    width: 73.85%;
    max-width: 1112px;
  }
}

@media only screen and (min-width: 1025px) {
  .subscription-teasers--offset {
    padding-left: 25%;
  }
}

.image-carousel.gira-carousel {
  margin: 5rem auto;
}

.pagination {
  margin-top: 65px;
  text-align: center;
}
.pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  display: inline-block;
  float: left;
}
.pagination a.page-numbers,
.pagination span.page-numbers {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  display: inline-block;
  vertical-align: middle;
}
.pagination .current {
  border: 1px solid rgb(215, 215, 215);
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  padding: 10px 1.5rem;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .button:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #000;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
  padding: 10px 1.5rem;
  background-color: inherit;
  color: inherit;
}

.blockUI.blockOverlay {
  background-color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1 !important;
}
.blockUI.blockOverlay:before {
  background: none !important;
  border-radius: 50%;
  border: 3px solid rgb(29, 29, 27);
  border-top: 3px solid rgba(0, 0, 0, 0);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 20px;
  background-color: #fff;
  color: rgb(88, 88, 87);
  border: 1px solid rgb(215, 215, 215);
  border-radius: 4px;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  display: none;
}

.woocommerce-error {
  border-color: rgb(252, 82, 62);
}

.post-type-archive-product .breadcrumbs,
.tax-product_cat .breadcrumbs {
  float: left;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: none;
  border: 1px solid rgb(215, 215, 215);
  color: rgb(29, 29, 27);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  background: none;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0;
}

.woocommerce-products-header {
  clear: both;
}

.woocommerce-result-count {
  display: none;
}

.woocommerce ul.products:before {
  display: none;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
  float: none;
  margin-right: 0;
}
@media only screen and (min-width: 1025px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 25%;
  }
}

.woocommerce ul.products li.product .image-shadow img {
  -webkit-box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
          box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1em;
  font-style: italic;
  margin: 0;
  padding: 0;
}

.product__image {
  margin-bottom: 3rem;
}

.product-thumbs {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 1rem;
  margin: -2rem 0 3rem 0;
}
@media screen and (min-width: 480px) {
  .product-thumbs {
    grid-template-columns: auto auto auto auto;
  }
}
@media only screen and (min-width: 601px) {
  .product-thumbs {
    grid-template-columns: auto auto auto auto auto;
  }
}
@media only screen and (min-width: 782px) {
  .product-thumbs {
    grid-template-columns: auto auto auto;
  }
}
@media only screen and (min-width: 1025px) {
  .product-thumbs {
    grid-template-columns: auto auto auto auto;
  }
}

.product-thumbs__thumb {
  position: relative;
  width: 100%;
}

.product__downloads li {
  margin-bottom: 0;
}

.product .product_title {
  margin: 0;
  font-style: italic;
}
.product .product_title + p {
  margin-top: 2.5rem;
}

.product__author a, .product__author a:visited {
  color: rgb(29, 29, 27);
}
.product__author a:hover {
  color: rgb(252, 82, 62);
}

.product__subtitle,
.product__author,
.product__tagline {
  display: block;
  color: rgb(29, 29, 27);
}

.product__info .product__subtitle,
.product__info .product__author,
.product__info .product__tagline {
  font-size: 1.6rem;
}
.product__info .availability_date {
  display: block;
}
.product__info .availability_date + .stock {
  display: none;
}

.product__subtitle {
  font-style: italic;
}

.product__tagline {
  margin-top: 1rem;
  color: rgb(88, 88, 87);
}
.product__tagline a, .product__tagline a:visited {
  color: rgb(29, 29, 27);
}
.product__tagline a:hover {
  color: rgb(252, 82, 62);
}

.woocommerce span.onsale,
span.onsale {
  min-height: 0;
  min-width: 0;
  padding: 0;
  font-weight: 400;
  position: static;
  text-align: left;
  line-height: inherit;
  border-radius: 0%;
  background-color: transparent;
  color: rgb(252, 82, 62);
  font-size: 1rem;
}

.product__info span.onsale {
  font-size: 1.6rem;
  margin: 2.5rem 0;
  display: block;
}

.woocommerce ul.products li.product .onsale,
li.product .onsale {
  float: right;
  margin: 0;
}

span.onsale.wc-memberships-member-discount {
  display: none;
}

.woocommerce-page:not(.woocommerce-cart) .quantity {
  display: none !important;
}

.woocommerce div.product p.stock {
  font-size: 1rem;
  margin: 2.5rem 0;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
  display: block;
  width: 100%;
  line-height: inherit;
}
.woocommerce div.product form.cart .variations .label {
  padding: 0;
  color: #000;
}
.woocommerce div.product form.cart .variations .value {
  padding: 1.25rem 0 0 0;
}
.woocommerce div.product form.cart .variations tr + tr > *:first-child {
  padding-top: 1.25rem;
}
.woocommerce div.product form.cart .variations select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin: 0;
  border-radius: 2px;
  padding: 0.6em 45px 0.6em 1em;
  border-color: rgb(177, 177, 176);
  background: #fff url(img/caret.svg) no-repeat right 20px top 50%;
  background-size: 8px 5px;
  outline-offset: 0px !important;
  outline: none !important;
}
.woocommerce div.product form.cart .variations select:focus {
  border-color: #000;
}

.woocommerce div.product form.cart .reset_variations {
  color: #000;
  margin-top: 0.5rem;
  float: right;
}

.woocommerce div.product .single_variation_wrap .single_add_to_cart_button {
  width: calc(50% - 1.66665rem);
}
@media only screen and (max-width: 1024px) {
  .woocommerce div.product .single_variation_wrap .single_add_to_cart_button {
    width: calc(50% - 1.33332rem);
  }
}
@media only screen and (max-width: 781px) {
  .woocommerce div.product .single_variation_wrap .single_add_to_cart_button {
    width: calc(50% - 1rem);
  }
}

.woocommerce-variation-price {
  margin-bottom: 1rem;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: rgb(252, 82, 62);
}

.woocommerce-variation-add-to-cart label {
  color: #000;
}
.woocommerce-variation-add-to-cart > fieldset {
  margin-bottom: 1rem;
}

.woocommerce form .form-row.woocommerce_subscriptions_gifting_recipient_email {
  padding-top: 1rem;
}

.woocommerce div.product form.cart {
  margin: 2.5rem 0;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 400;
}
.woocommerce div.product form.cart tr {
  border-bottom: none;
}

.product__buy-btns .btn, .product__buy-btns button {
  width: 100%;
}

.related.products {
  margin-bottom: 1rem;
}

.woocommerce .woocommerce-ordering {
  outline: none;
  margin-bottom: 3rem;
  float: none;
  width: 100%;
}
@media only screen and (min-width: 782px) {
  .woocommerce .woocommerce-ordering {
    float: right;
    width: calc((100% - 50px) / 2);
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce .woocommerce-ordering {
    width: calc((100% - 150px) / 4);
  }
}
.woocommerce .woocommerce-ordering .select2-container {
  width: 100% !important;
}

.woocommerce-account .col > h1 {
  display: none;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: none;
  padding: 0;
}

.woocommerce form.login,
.woocommerce form.register {
  margin-top: 0;
}
.woocommerce form.login .form-row,
.woocommerce form.register .form-row {
  margin-bottom: 2rem;
}
.woocommerce form.login > p:nth-child(2),
.woocommerce form.register > p:nth-child(2) {
  margin-bottom: 3rem;
}
.woocommerce form.login label,
.woocommerce form.register label {
  display: none;
}
@media only screen and (min-width: 782px) {
  .woocommerce form.login input[type=text], .woocommerce form.login input[type=password], .woocommerce form.login input[type=email],
  .woocommerce form.register input[type=text],
  .woocommerce form.register input[type=password],
  .woocommerce form.register input[type=email] {
    font-size: 1.6rem;
  }
}
.woocommerce form.login input:-webkit-autofill,
.woocommerce form.login input:-webkit-autofill:hover,
.woocommerce form.login input:-webkit-autofill:focus,
.woocommerce form.login input:-webkit-autofill:active,
.woocommerce form.login input:-webkit-autofill::first-line,
.woocommerce form.register input:-webkit-autofill,
.woocommerce form.register input:-webkit-autofill:hover,
.woocommerce form.register input:-webkit-autofill:focus,
.woocommerce form.register input:-webkit-autofill:active,
.woocommerce form.register input:-webkit-autofill::first-line {
  font-size: 1.6rem;
}

@media only screen and (min-width: 782px) {
  .woocommerce #customer_login form.login,
  .woocommerce #customer_login form.register {
    float: right;
    width: 50%;
    padding-left: 1.33332rem;
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce #customer_login form.login,
  .woocommerce #customer_login form.register {
    padding-left: 1.66665rem;
  }
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 782px) {
  .woocommerce-account:not(.logged-in) .woocommerce h2 {
    float: left;
    width: 50%;
  }
}

.woocommerce button.woocommerce-form-login__submit {
  margin-right: 1.7rem;
}

.woocommerce form label.woocommerce-form-login__rememberme {
  line-height: 2.7;
}

.woocommerce #customer_login .u-column1.col-1,
.woocommerce #customer_login .u-column2.col-2 {
  width: 100%;
  float: none;
}

.woocommerce #customer_login .u-column2.col-2 {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid rgb(215, 215, 215);
  clear: both;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 1em 0;
}

.woocommerce table.shop_table {
  border: none;
  border-radius: 0;
}
.woocommerce table.shop_table tr {
  border: none;
}

.woocommerce table.shop_table td,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid rgb(215, 215, 215);
}

.cart th {
  font-weight: 400;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 400;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 100px;
  display: block;
}

.woocommerce table.shop_table th:first-child,
.woocommerce table.shop_table td:first-child {
  padding-left: 0;
}

.woocommerce table.shop_table th:last-child,
.woocommerce table.shop_table td:last-child {
  padding-right: 0;
}

@media only screen and (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-subtotal {
  text-align: right;
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  padding: 1rem 0;
}

dl.variation {
  overflow: hidden;
}

dl.variation dt {
  float: left;
  clear: both;
}

dl.variation dd {
  float: left;
}

dl.variation p {
  margin-bottom: 0;
}

.cart_item strong {
  font-weight: 400;
}

.woocommerce ul.cart_list a,
.woocommerce ul.product_list_widget li a {
  display: inline;
}

.minicart__item-img,
#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  width: 120px;
}

.woocommerce ul.cart_list .image-shadow img,
#add_payment_method table.cart .image-shadow img,
.woocommerce-cart table.cart .image-shadow img,
.woocommerce-checkout table.cart .image-shadow img {
  -webkit-box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
          box-shadow: -0.25rem 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
  border: none;
  padding-left: 0;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border: none;
  border-bottom: 1px solid rgb(215, 215, 215);
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 782px) {
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 250px;
    margin-right: 1rem;
  }
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent !important;
}

.woocommerce a.remove {
  width: auto;
  height: auto;
  font-weight: 400;
  font-size: 1.6rem;
  color: rgb(88, 88, 87) !important;
}
.woocommerce a.remove:hover {
  background: transparent;
  color: rgb(252, 82, 62) !important;
}

.bundled_table_item .qty-spinner {
  display: none;
}

dl.variation dt {
  float: left;
}
dl.variation dd {
  float: left;
  margin: 0 0 0 0.3em;
}

.cart-collaterals h2 {
  font-size: 15px;
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
  color: rgb(88, 88, 87);
}

.cart_totals table.shop_table {
  border-top: 1px solid rgb(215, 215, 215);
  border-bottom: 1px solid rgb(215, 215, 215);
}
.cart_totals td {
  text-align: right;
}

.order-total strong {
  font-weight: 400;
  font-size: 1.6rem;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
  width: 50%;
}

.wc-proceed-to-checkout {
  text-align: right;
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  margin-top: 0;
}

.shipping-calculator-button:after {
  display: none;
}

.cart-collaterals .cross-sells li.product {
  width: 50% !important;
}
@media only screen and (max-width: 768px) {
  .cart-collaterals .cross-sells {
    display: none;
  }
}

.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-checkout-review-order-table th:last-child {
  text-align: right;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f7f7f7;
  border-radius: 4px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgb(215, 215, 215);
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background: #ddd;
  color: #000;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border-bottom-color: #ddd;
}

.woocommerce form .form-row .required {
  color: rgb(252, 82, 62);
}

.woocommerce form .form-row.validate-phone {
  float: none;
  width: 100%;
}

a.about_paypal, a.about_paypal:visited {
  color: rgb(29, 29, 27);
}

a.about_paypal:hover {
  color: rgb(252, 82, 62);
}

@media only screen and (min-width: 782px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: calc((100% - 7.99992rem) * 0.25);
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: calc((100% - 9.9999rem) * 0.25);
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0 0 3rem 0;
}

@media only screen and (min-width: 782px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(((100% - 7.99992rem) * 0.75) + 5.33328rem);
  }
}
@media only screen and (min-width: 1025px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: calc(((100% - 9.9999rem) * 0.75) + 6.6666rem);
  }
}

.woocommerce-Address-title > *:first-child {
  margin-top: 0;
}

.woocommerce-store-notice, p.demo_store {
  position: fixed;
  text-align: left;
  background-color: rgb(88, 88, 87);
  padding-left: 2rem;
  padding-right: 43px;
}
@media only screen and (min-width: 782px) {
  .woocommerce-store-notice, p.demo_store {
    text-align: center;
    padding-left: 53px;
    padding-right: 53px;
  }
}

.woocommerce-store-notice__dismiss-link {
  position: absolute;
  display: block;
  right: 10px;
  top: 15px;
  width: 23px;
  height: 23px;
  overflow: hidden;
  text-indent: 9999px;
}
.woocommerce-store-notice__dismiss-link:hover {
  opacity: 0.5;
}
.woocommerce-store-notice__dismiss-link:before, .woocommerce-store-notice__dismiss-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  height: 1px;
  background-color: white;
  width: 23px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.woocommerce-store-notice__dismiss-link:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.woocommerce-store-notice__dismiss-link:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 782px) {
  .woocommerce-store-notice__dismiss-link {
    right: 15px;
  }
}

.select2-container--default {
  height: 3rem;
  text-align: left;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 4px;
  height: 3rem;
  padding-left: 1.2rem;
  line-height: 3rem;
  outline: none;
  -webkit-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  -webkit-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1), -5px -38px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1), -5px -38px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-clip-path: inset(0px -10px -10px -10px);
          clip-path: inset(0px -10px -10px -10px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 3rem;
  padding-left: 6px;
  padding-right: 2.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  line-height: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 45%;
  width: 0px;
  height: 0px;
  display: block;
  border: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  display: block;
  content: "›";
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open .select2-dropdown--above,
.select2-container--default.select2-container--open .select2-dropdown--below {
  border: none;
}

.select2-container--default.select2-container--open .select2-dropdown--above {
  border-radius: 4px 4px 0 0;
  background: linear-gradient(0deg, #f8f9f9 0%, #ffffff 115px);
  -webkit-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-clip-path: inset(-10px -10px 0px -10px);
          clip-path: inset(-10px -10px 0px -10px);
}

.select2-container--default.select2-container--open .select2-dropdown--below {
  border-radius: 0 0 4px 4px;
  background: linear-gradient(180deg, #f8f9f9 0%, #ffffff 115px);
  -webkit-box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  margin: 0;
  border: 1px solid rgb(215, 215, 215);
}

.select2-container--default .select2-results > .select2-results__options {
  text-align: left;
  padding: 6px 1.2rem;
  overflow-y: auto;
}

.select2-container--default .select2-results__option {
  outline: none;
  margin: 0;
}
.select2-container--default .select2-results__option:hover {
  color: rgb(29, 29, 27);
}
.select2-container--default .select2-results__option[data-selected] {
  background: transparent;
}
.select2-container--default .select2-results__option[data-selected=true] {
  color: rgb(29, 29, 27);
}
.select2-container--default .select2-results__option[data-selected=true]:after {
  content: " ›";
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: transparent;
  color: rgb(29, 29, 27);
}

.select2-container--default .select2-dropdown {
  z-index: 99;
}

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

.swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 20px;
  height: 20px;
  border-top: 1px solid rgb(29, 29, 27);
  border-left: 1px solid rgb(29, 29, 27);
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .swiper-button {
    display: none;
  }
}

.swiper-button--prev {
  left: -40px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.swiper-button--next {
  right: -40px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.swiper-button-disabled {
  display: none;
}

.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  background: transparent;
  border: 1px solid rgb(29, 29, 27);
  margin: 0 5px;
  cursor: pointer;
  outline: none;
}

.swiper-pagination-bullet-active {
  background: rgb(29, 29, 27);
}

.swiper-pagination-bullet:only-child {
  visibility: hidden;
}

.gira-carousel {
  position: relative;
  padding-bottom: 40px;
  margin: 3rem auto;
}
.gira-carousel .rsp-image {
  padding-bottom: 75%;
}
.gira-carousel .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .gira-carousel {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1501px) {
  .gira-carousel .swiper-button--prev {
    left: -50px;
  }
  .gira-carousel .swiper-button--next {
    right: -50px;
  }
}

.gira-carousel[data-carousel-mode=thumbnails] .rsp-image {
  padding-bottom: 100%;
}

@media screen and (min-width: 1080px) and (max-height: 1200px) {
  .gira-carousel:not([data-carousel-mode=thumbnails]) .rsp-image {
    padding-bottom: 0;
    height: 700px;
  }
}

.thumbnail-plus {
  position: absolute;
  z-index: 1;
  bottom: 8px;
  left: 8px;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.thumbnail-plus:before, .thumbnail-plus:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 4px;
  height: 1px;
  width: 13px;
  background: rgb(29, 29, 27);
}
.thumbnail-plus:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (min-width: 1025px) {
  .thumbnail-plus {
    bottom: 15px;
    left: 15px;
    width: 29px;
    height: 29px;
  }
  .thumbnail-plus:before, .thumbnail-plus:after {
    top: 14px;
    left: 6px;
    width: 17px;
  }
}

.lightbox__caption {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding: 1rem 1rem 1.5rem 1rem;
  background: rgba(0, 0, 0, 0.5);
}

.lightbox__carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.lightbox__carousel .swiper-button {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.lightbox__carousel .swiper-pagination {
  display: none;
  position: absolute;
  left: 0;
  bottom: 75px;
  text-align: left;
}
.lightbox__carousel .swiper-pagination-bullet {
  border-color: #fff;
  margin: 0 10px 0 0;
}
.lightbox__carousel .swiper-pagination-bullet-active {
  background: #fff;
}
@media only screen and (min-width: 782px) {
  .lightbox__carousel {
    top: 60px;
    left: 70px;
    right: 70px;
    padding-bottom: 110px;
  }
  .lightbox__carousel .swiper-pagination {
    display: block;
  }
  .lightbox__carousel .lightbox__caption {
    bottom: 1.2rem;
    padding: 0;
    max-width: 35em;
    background: transparent;
  }
}
@media only screen and (min-width: 1025px) {
  .lightbox__carousel {
    top: 70px;
    left: 100px;
    right: 100px;
    padding-bottom: 130px;
  }
}

.quote-carousel {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #000;
  color: #fff;
  padding-left: 1.66665rem;
  padding-right: 1.66665rem;
  text-align: center;
}
.quote-carousel .swiper-wrapper {
  padding-bottom: 3rem;
}
.quote-carousel .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
}
@media only screen and (max-width: 1024px) {
  .quote-carousel .swiper-slide {
    padding-left: 1.33332rem;
    padding-right: 1.33332rem;
  }
}
@media only screen and (max-width: 781px) {
  .quote-carousel .swiper-slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.quote-carousel .swiper-pagination {
  margin-left: 1rem;
}
.quote-carousel .swiper-pagination-bullet {
  border-color: #fff;
}
.quote-carousel .swiper-pagination-bullet-active {
  background: #fff;
}
.quote-carousel a {
  color: #fff;
}
.quote-carousel a:hover {
  color: rgb(29, 29, 27);
}
@media only screen and (min-width: 1025px) {
  .quote-carousel {
    padding-top: 6rem;
  }
}

.quote-carousel blockquote {
  margin: 0 auto;
  padding: 0;
  max-width: 950px;
}
.quote-carousel blockquote p:first-child:before {
  content: "“";
  display: inline-block;
  -webkit-transform: translatey(0.35em);
      -ms-transform: translatey(0.35em);
          transform: translatey(0.35em);
  margin-right: 0.2em;
  font-size: 1.875em;
  line-height: 1;
}
.quote-carousel blockquote:before {
  display: none;
}
@media only screen and (min-width: 782px) {
  .quote-carousel blockquote {
    font-size: 1.6rem;
  }
}

.quote-carousel cite {
  display: block;
  font-size: 1rem;
  color: #fff;
  margin-top: 1em;
}

.border-t {
  border-top: 1px solid rgb(215, 215, 215);
}

.border-b {
  border-bottom: 1px solid rgb(215, 215, 215);
}

.border-l {
  border-left: 1px solid rgb(215, 215, 215);
}

.border-r {
  border-right: 1px solid rgb(215, 215, 215);
}

@media only screen and (min-width: 601px) {
  .md\:border-r {
    border-right: 1px solid rgb(215, 215, 215);
  }
}
@media only screen and (min-width: 782px) {
  .lg\:border-b {
    border-top: 1px solid rgb(215, 215, 215);
  }
  .lg\:border-r {
    border-right: 1px solid rgb(215, 215, 215);
  }
}
@media only screen and (min-width: 1025px) {
  .xl\:border-r {
    border-right: 1px solid rgb(215, 215, 215);
  }
}
@media only screen and (min-width: 1501px) {
  .xxl\:border-r {
    border-right: 1px solid rgb(215, 215, 215);
  }
}
.align-l {
  text-align: left;
}

.align-r {
  text-align: right;
}

.align-c {
  text-align: center;
}

.align-j {
  text-align: justify;
}

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

.mp-0-fc > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

.mp-0-lc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mt-auto {
  margin-top: auto;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

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

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

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

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

@media only screen and (min-width: 1025px) {
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:mb-3 {
    margin-bottom: 3rem;
  }
}
.mb-gutter {
  margin-bottom: 2.99997rem;
}

.txt-xs {
  font-size: 0.6666666667rem;
}

.txt-sm {
  font-size: 0.8rem;
}

.txt-md {
  font-size: 1rem;
}

.txt-lg {
  font-size: 1.6rem;
}

.txt-xl {
  font-size: 2.2666666667rem;
}

.txt-2xl {
  font-size: 3.2rem;
}

.uc {
  text-transform: uppercase;
}

.nc {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.list-none {
  list-style-type: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.w-full {
  width: 100%;
}

.full-width-child, .related.products {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.table {
  display: table;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

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

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (min-width: 601px) {
  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 782px) {
  .lg\:order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .lg\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lg\:order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .lg\:order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media only screen and (min-width: 1025px) {
  .xl\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (min-width: 1501px) {
  .xxl\:order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.block {
  display: block;
}

.none {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media only screen and (max-width: 600px) {
  .sm\:none {
    display: none;
  }
}
@media only screen and (min-width: 782px) {
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:none {
    display: none;
  }
}
.reveal {
  opacity: 0;
  -webkit-transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.reveal--fast {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.reveal--down {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}

.reveal--up {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.reveal--right {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}

.reveal--left {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}

.reveal--done {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.reveal--delay-1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
}

.reveal--delay-2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.reveal--delay-3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.reveal--delay-4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.reveal--delay-5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.reveal--delay-6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}

.reveal--delay-7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}

.reveal--delay-8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.reveal--delay-9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.reveal--delay-10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.reveal--delay-11 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.reveal--delay-12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.reveal--delay-13 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}

.reveal--delay-14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

.reveal--delay-15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
}

.reveal--delay-16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
}

.reveal--delay-17 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
}

.reveal--delay-18 {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
}

.reveal--delay-19 {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important;
}

.reveal--delay-20 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
}

.fade-in {
  -webkit-animation: fade-in ease 0.5s;
          animation: fade-in ease 0.5s;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.ratio-4-3 {
  padding-bottom: 75%;
}

.ratio-3-2 {
  padding-bottom: 66.6666666667%;
}

.ratio-16-9 {
  padding-bottom: 56.25%;
}

.ratio-sq {
  padding-bottom: 100%;
}