@charset "UTF-8";
/* Theme Name: Wibo Färg
*/
/*Variabler*/
/* Fonter */
/* Färger */
/* Grid */
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.grid > .grid-item {
  max-width: 100%;
}

ul.grid {
  list-style: none;
}

.grid--centered {
  justify-content: center;
}

.grid--gutters {
  margin: 0 0 0 -2rem;
}
@media all and (min-width: 768px) {
  .grid--gutters {
    margin: 0 0 0 -2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .grid--gutters {
    margin: 0 0 0 -4.375rem;
  }
}
.grid--gutters > .grid-item {
  padding: 0 0 0 2rem;
}
@media all and (min-width: 768px) {
  .grid--gutters > .grid-item {
    padding: 0 0 0 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .grid--gutters > .grid-item {
    padding: 0 0 0 4.375rem;
  }
}

.grid--gutters-small {
  margin: 0 0 0 -1.5rem;
}
@media all and (min-width: 768px) {
  .grid--gutters-small {
    margin: 0 0 0 -2.75rem;
  }
}
.grid--gutters-small > .grid-item {
  padding: 0 0 0 1.5rem;
}
@media all and (min-width: 768px) {
  .grid--gutters-small > .grid-item {
    padding: 0 0 0 2.75rem;
  }
}

.grid--gutters-large {
  /*
  @media all and (min-width:$md-min) {
    margin: 0 0 0 -3.25rem;
  } */
}
@media all and (min-width: 768px) {
  .grid--gutters-large {
    margin: 0 0 0 -2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .grid--gutters-large {
    margin: 0 0 0 -6.25rem;
  }
}
@media all and (min-width: 768px) {
  .grid--gutters-large > .grid-item {
    padding: 0 0 0 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .grid--gutters-large > .grid-item {
    padding: 0 0 0 6.25rem;
  }
}

/* Base classes for all media */
.grid--fit > .grid-item {
  -webkit-box-flex: 1 1 0;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  max-width: none;
}

.grid--full > .grid-item {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.grid--1of2 > .grid-item {
  -webkit-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.grid--1of3 > .grid-item {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}

.grid--1of4 > .grid-item {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* Small to medium screens */
@media (min-width: 412px) {
  .xsmall-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: none;
  }
  .xsmall-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xsmall-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xsmall-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .xsmall-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* Small to medium screens */
@media (min-width: 568px) {
  .small-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: none;
  }
  .small-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .small-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .small-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .small-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* medium screens */
@media (min-width: 768px) {
  .medium-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: none;
  }
  .medium-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .medium-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1024px) {
  .large-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: none;
  }
  .large-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .large-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1366px) {
  .xlarge-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: none;
  }
  .xlarge-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xlarge-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xlarge-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .xlarge-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xlarge-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media all and (min-width: 1584px) {
  .xxlarge-grid--fit > .grid-item {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    max-width: none;
  }
  .xxlarge-grid--full > .grid-item {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xxlarge-grid--1of2 > .grid-item {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xxlarge-grid--1of3 > .grid-item {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .xxlarge-grid--1of4 > .grid-item {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xxlarge-grid--1of5 > .grid-item {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.grid > .grid-item.u-full {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.grid > .grid-item.u-1of3 {
  -webkit-box-flex: 0 0 33.3%;
  -webkit-flex: 0 0 33.3%;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.grid > .grid-item.u-2of3 {
  -webkit-box-flex: 0 0 66.6%;
  -webkit-flex: 0 0 66.6%;
  -ms-flex: 0 0 66.6%;
  flex: 0 0 66.6%;
  max-width: 33.3%;
}
.grid > .grid-item.u-1of4 {
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media all and (min-width: 412px) {
  .grid > .grid-item.xsmall--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-item.xsmall--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.xsmall--u-2of3 {
    -webkit-box-flex: 0 0 66.6%;
    -webkit-flex: 0 0 66.6%;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
  .grid > .grid-item.xsmall--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media all and (min-width: 568px) {
  .grid > .grid-item.small--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-item.small--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.small--u-2of3 {
    -webkit-box-flex: 0 0 66.6%;
    -webkit-flex: 0 0 66.6%;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
  .grid > .grid-item.small--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media all and (min-width: 768px) {
  .grid > .grid-item.medium--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-item.medium--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.medium--u-2of3 {
    -webkit-box-flex: 0 0 66.6%;
    -webkit-flex: 0 0 66.6%;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
  .grid > .grid-item.medium--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media all and (min-width: 1024px) {
  .grid > .grid-item.large--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-item.large--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.large--u-2of3 {
    -webkit-box-flex: 0 0 66.6%;
    -webkit-flex: 0 0 66.6%;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    max-width: 66.6%;
  }
  .grid > .grid-item.large--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media all and (min-width: 1366px) {
  .grid > .grid-item.xlarge--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-item.xlarge--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.xlarge--u-2of3 {
    -webkit-box-flex: 0 0 66.6%;
    -webkit-flex: 0 0 66.6%;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    max-width: 33.3%;
  }
  .grid > .grid-item.xlarge--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media all and (min-width: 1584px) {
  .grid > .grid-item.xxlarge--u-full {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .grid > .grid-item.xxlarge--u-1of3 {
    -webkit-box-flex: 0 0 33.3%;
    -webkit-flex: 0 0 33.3%;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
  .grid > .grid-item.xxlarge--u-2of3 {
    -webkit-box-flex: 0 0 66.6%;
    -webkit-flex: 0 0 66.6%;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%;
    max-width: 33.3%;
  }
  .grid > .grid-item.xxlarge--u-1of4 {
    -webkit-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

/* Basics */
html {
  font-size: 100%;
}

* {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  border: 0;
  padding: 0;
}

.print-only {
  display: none;
}

body {
  overflow-x: hidden;
  background: #F8F6F2;
  box-sizing: border-box;
}

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

.alignleft,
.alignright {
  max-width: 47%;
  height: auto;
}

.alignnone {
  float: none;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
  display: block;
  margin: 1.5rem auto;
}

.mobile-only {
  display: none;
}
@media all and (max-width: 1023.9px) {
  .mobile-only {
    display: block;
  }
}

/* Generella marginaler */
.container {
  max-width: calc(1480px + 3.25rem + 3.25rem);
  margin: auto;
  width: 100%;
  padding: 0 1.875rem;
}
@media all and (min-width: 768px) {
  .container {
    padding: 0 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .container {
    padding: 0 3.25rem;
  }
}

.layout {
  padding: 1.875rem 0;
}
@media all and (min-width: 412px) {
  .layout {
    padding: 2.5rem 0;
  }
}
@media all and (min-width: 1024px) {
  .layout {
    padding: 3.75rem 0;
  }
}
.site-footer {
  padding: 2.5rem 0;
}
@media all and (min-width: 1366px) {
  .site-footer {
    padding: 6.5rem 0;
  }
}

.boxed {
  border: 1.25rem solid #F8F6F2;
  border-radius: 40px;
  background: #F8F6F2;
  border-image-source: url("assets/img/platta-beige-large.svg");
  border-image-slice: 8%;
  border-image-width: 2rem;
  border-image-outset: 0;
  border-image-repeat: repeat;
  padding: 1rem;
}
@media all and (min-width: 768px) {
  .boxed {
    padding: 2rem 1.875rem;
    border-image-width: 2.5rem;
    border-radius: 3.5rem;
  }
}

@media all and (min-width: 1366px) {
  .boxed--large {
    border-image-width: 3.5rem;
    border-radius: 4.5rem;
    padding: 4rem;
  }
}

.layout .boxed .heading,
.layout .boxed p {
  color: #593831;
}
@media all and (min-width: 1024px) {
  .layout .boxed .heading--tertiary {
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1366px) {
  .layout .boxed .heading--tertiary {
    margin-bottom: 4rem;
  }
}

.boxed--fixed {
  border-image-width: 2rem !important;
}

.theme-beige .boxed {
  background: #fff;
  border-image-source: url("assets/img/platta-vit-large.svg");
}

body, input, textarea, button {
  font-family: "Open Sans", sans-serif;
}

body {
  color: #593831;
  font-size: 0.875rem;
  line-height: 1.57;
}
@media all and (min-width: 1366px) {
  body {
    font-size: 1rem;
  }
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: 400;
}
@media all and (max-width: 1023.9px) {
  .heading,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    -webkit-hyphens: auto; /* Saf 5.1+ */
    -moz-hyphens: auto; /* Fx 6.0+ */
    -ms-hyphens: auto; /* IE 10+ */
    hyphens: auto; /* None yet */
    word-wrap: normal;
  }
}

.heading a {
  text-decoration: none;
  color: inherit;
}

p {
  margin-bottom: 1.5rem;
  line-height: 1.625;
}

.heading strong {
  font-style: italic;
}

.heading,
.woocommerce-products-header__title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.nf-field-element h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Playfair Display", sans-serif;
  color: #593831;
}

/* Typografiskala */
.heading--hero {
  font-size: 2.25rem;
  line-height: 1.38;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1024px) {
  .heading--hero {
    font-size: 4.375rem;
    margin-bottom: 2rem;
  }
}
@media all and (min-width: 1584px) {
  .heading--hero {
    font-size: 5.625rem;
    line-height: 1.33;
    margin-bottom: 2.75rem;
  }
}

.heading--primary {
  font-size: 2.625rem;
  line-height: 1.24;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .heading--primary {
    margin-bottom: 1.75rem;
  }
}
@media all and (min-width: 1366px) {
  .heading--primary {
    font-size: 3.75rem;
    line-height: 1.16;
    margin-bottom: 2.5rem;
  }
}

.heading--secondary {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1366px) {
  .heading--secondary {
    font-size: 2.625rem;
    line-height: 1.24;
    margin-bottom: 2.5rem;
  }
}

.heading--tertiary {
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 1366px) {
  .heading--tertiary {
    font-size: 2rem;
  }
}

.heading--tertiary-fixed {
  font-size: 2rem;
  line-height: 1.33;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.25rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 1366px) {
  .entry-content h1,
  .entry-content h2,
  .entry-content h3,
  .entry-content h4 {
    font-size: 1.625rem;
  }
}

.single-product .product-description h2, .single-product .product-description h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
}

.heading--accordion {
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 400;
  font-style: italic;
}

.heading--label {
  font-family: "Playfair Display", sans-serif;
  font-weight: 700;
}

.entry-content p + h1,
.entry-content p + h2,
p + h3,
p + h4 {
  margin-top: 2.25rem;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.heading--label-large,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
@media all and (min-width: 1024px) {
  .heading--label-large,
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.5625rem;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Playfair Display", sans-serif;
}

.ingress {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 1366px) {
  .ingress {
    margin-bottom: 2.25rem;
  }
}
.ingress:last-child {
  margin-bottom: 0;
}
.ingress p {
  font-size: 1.25rem;
  line-height: 1.33;
  font-style: normal;
  font-family: "Playfair Display", sans-serif;
  /* @media all and (min-width: $lg-min) {
     font-size: 1.75rem; //28px
     line-height: 1.45;
   } */
}
@media all and (min-width: 412px) {
  .ingress p {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1366px) {
  .ingress p {
    font-size: 2rem;
  }
}

.ingress.alt p,
.single-product-overview .ingress.alt p {
  line-height: 1.45;
  font-weight: 700;
  font-style: normal;
  font-family: "Open Sans", sans-serif !important;
  font-size: 1rem;
}
@media all and (min-width: 568px) {
  .ingress.alt p,
  .single-product-overview .ingress.alt p {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1366px) {
  .ingress.alt p,
  .single-product-overview .ingress.alt p {
    font-size: 1.25rem;
  }
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
#share-wishlist-submit,
.woocommerce a.single_add_to_wishlist.button,
.button,
.sbi_load_btn,
.wpforms-submit,
#glt-translate-trigger {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.25rem;
  border-radius: 2.5rem;
  padding: 1.25rem 4.25rem 1.25rem 1.875rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  font-family: "Playfair Display", sans-serif;
  position: relative;
  background: #ECE5E0;
  color: #593831;
  transition: all 0.5s ease;
  font-weight: 400;
}
@media all and (min-width: 1024px) {
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  #share-wishlist-submit,
  .woocommerce a.single_add_to_wishlist.button,
  .button,
  .sbi_load_btn,
  .wpforms-submit,
  #glt-translate-trigger {
    font-size: 1.5625rem;
    line-height: 1.32;
    padding: 1.375rem 5rem 1.375rem 2.5rem;
  }
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
#share-wishlist-submit:hover,
.woocommerce a.single_add_to_wishlist.button:hover,
.button:hover,
.sbi_load_btn:hover,
.wpforms-submit:hover,
#glt-translate-trigger:hover {
  background: #d9cac0;
  cursor: pointer;
}
.woocommerce a.button::after,
.woocommerce button.button::after,
.woocommerce input.button::after,
#share-wishlist-submit::after,
.woocommerce a.single_add_to_wishlist.button::after,
.button::after,
.sbi_load_btn::after,
.wpforms-submit::after,
#glt-translate-trigger::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  content: "\f061";
  position: absolute;
  right: 2rem;
}
@media all and (min-width: 1024px) {
  .woocommerce a.button::after,
  .woocommerce button.button::after,
  .woocommerce input.button::after,
  #share-wishlist-submit::after,
  .woocommerce a.single_add_to_wishlist.button::after,
  .button::after,
  .sbi_load_btn::after,
  .wpforms-submit::after,
  #glt-translate-trigger::after {
    margin-top: 2px;
  }
}
.woocommerce a.button.button--brown,
.woocommerce button.button.button--brown,
.woocommerce input.button.button--brown,
#share-wishlist-submit.button--brown,
.woocommerce a.single_add_to_wishlist.button.button--brown,
.button.button--brown,
.sbi_load_btn.button--brown,
.wpforms-submit.button--brown,
#glt-translate-trigger.button--brown {
  background: #ECE5E0;
  color: #593831;
}
.woocommerce a.button.button--green,
.woocommerce button.button.button--green,
.woocommerce input.button.button--green,
#share-wishlist-submit.button--green,
.woocommerce a.single_add_to_wishlist.button.button--green,
.button.button--green,
.sbi_load_btn.button--green,
.wpforms-submit.button--green,
#glt-translate-trigger.button--green {
  color: #fff;
  background: #188742;
}
.woocommerce a.button.button--green:hover,
.woocommerce button.button.button--green:hover,
.woocommerce input.button.button--green:hover,
#share-wishlist-submit.button--green:hover,
.woocommerce a.single_add_to_wishlist.button.button--green:hover,
.button.button--green:hover,
.sbi_load_btn.button--green:hover,
.wpforms-submit.button--green:hover,
#glt-translate-trigger.button--green:hover {
  background: #08401D;
}
.woocommerce a.button.button--darkblue,
.woocommerce button.button.button--darkblue,
.woocommerce input.button.button--darkblue,
#share-wishlist-submit.button--darkblue,
.woocommerce a.single_add_to_wishlist.button.button--darkblue,
.button.button--darkblue,
.sbi_load_btn.button--darkblue,
.wpforms-submit.button--darkblue,
#glt-translate-trigger.button--darkblue {
  color: #fff;
  background: #0D1B32;
}
.woocommerce a.button.button--darkblue:hover,
.woocommerce button.button.button--darkblue:hover,
.woocommerce input.button.button--darkblue:hover,
#share-wishlist-submit.button--darkblue:hover,
.woocommerce a.single_add_to_wishlist.button.button--darkblue:hover,
.button.button--darkblue:hover,
.sbi_load_btn.button--darkblue:hover,
.wpforms-submit.button--darkblue:hover,
#glt-translate-trigger.button--darkblue:hover {
  background: #224783;
}

.wpforms-submit:not(.layout-full_width_bkg_box .wpforms-submit):not(.modal .wpforms-submit) {
  color: #fff;
  background: #188742;
}
.wpforms-submit:not(.layout-full_width_bkg_box .wpforms-submit):not(.modal .wpforms-submit):hover {
  background: #08401D;
}

.sbi_load_btn {
  background: #ECE5E0 !important;
  color: #593831 !important;
  font-size: 1.125rem !important;
  font-style: italic;
  border-radius: 2.5rem !important;
  padding: 1.25rem 4.25rem 1.25rem 1.875rem !important;
  box-shadow: none !important;
}
@media all and (min-width: 1024px) {
  .sbi_load_btn {
    font-size: 1.5625rem !important;
    line-height: 1.32;
    padding: 1.375rem 5rem 1.375rem 2.5rem !important;
  }
}
.sbi_load_btn:hover {
  background: #d9cac0 !important;
}

.woocommerce a.button.more-info {
  white-space: nowrap;
}
.woocommerce a.button.more-info:hover {
  background: #d9cac0 !important;
}

@media all and (min-width: 1024px) {
  .woocommerce a.single_add_to_wishlist.button {
    font-size: 1.375rem;
  }
}

.button--wide {
  width: 100%;
  text-align: left;
}

.button--fixed {
  font-size: 1.5625rem;
  line-height: 1.32;
  padding: 1.375rem 5rem 1.375rem 2.5rem;
}

a {
  text-decoration: underline;
  transition: all 0.5s ease;
  color: #188742;
  font-weight: 400;
}

ul,
ol {
  margin-bottom: 1.5rem;
}

.link-list,
.entry-content ul,
.entry-content ol {
  padding-left: 1em;
}
.link-list li,
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 0.375em;
  position: relative;
  padding-left: 0.5em;
}
.link-list li::marker,
.entry-content ul li::marker,
.entry-content ol li::marker {
  position: absolute;
  left: 0;
}

.entry-content ul,
.entry-content li,
.entry-content p {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.product-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.product-amount .quantity-container {
  border: 1px solid #188742;
  border-left: 0;
  border-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-amount .quantity-container button,
.product-amount .quantity-container input {
  font-size: 1.5rem;
  height: 3.5rem;
  text-align: center;
  color: #188742;
}
.product-amount .quantity-container input {
  width: 3.5rem;
  font-weight: 700;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.product-amount .quantity-container button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(24, 135, 66, 0.1);
  border: 1px solid #188742;
  border-top: 0;
  border-bottom: 0;
  width: 2rem;
  text-align: center;
}
.product-amount .unit {
  font-size: 1.5rem;
  font-weight: 700;
  color: #188742;
  padding-left: 0.75rem;
}

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

/* Färgscheman */
.theme-white {
  background: #fff;
}
.theme-white + .theme-white {
  padding-top: 0;
}

.theme-beige {
  background: #F8F6F2;
}
.theme-beige + .theme-beige {
  padding-top: 0;
}
.theme-beige .link-list a {
  color: #188742;
}

.theme-white .entry-content a,
.theme-white .link-list a,
.theme-beige .entry-content a,
.theme-beige .link-list a {
  color: #188742;
}

.theme-green {
  background: #188742;
}
.theme-green + .theme-green {
  padding-top: 0;
}

.theme-brown {
  background: transparent linear-gradient(160deg, #593831 0%, #290D09 100%) 0% 0% no-repeat padding-box;
}

.theme-brown .heading,
.theme-brown h1,
.theme-brown h2,
.theme-brown h3,
.theme-brown h4,
.theme-brown p,
.theme-brown li,
.theme-brown a,
.theme-green .heading,
.theme-green h1,
.theme-green h2,
.theme-green h3,
.theme-green h4,
.theme-green p,
.theme-green li,
.theme-green a {
  color: #fff;
}

.boxed a {
  color: #593831;
}

.boxed p:last-child {
  margin-bottom: 0;
}

.assistive-text,
.trail-browse {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.wpforms-container input[type=text],
.wpforms-container input[type=email],
.wpforms-container textarea {
  border: 1px solid #188742;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  color: #188742;
  font-size: 1rem;
}
@media all and (min-width: 1366px) {
  .wpforms-container input[type=text],
  .wpforms-container input[type=email],
  .wpforms-container textarea {
    padding: 0.5rem 1.25rem;
  }
}
.wpforms-container .wpforms-field-label {
  padding: 0 0 0.5rem 0;
  font-size: 1rem;
  color: #188742;
}
.wpforms-container .wpforms-submit {
  margin-top: 0;
}

.layout-full_width_bkg_box .wpforms-container,
.modal .wpforms-container {
  text-align: left;
}
.layout-full_width_bkg_box input[type=text],
.layout-full_width_bkg_box input[type=email],
.layout-full_width_bkg_box textarea,
.modal input[type=text],
.modal input[type=email],
.modal textarea {
  color: #593831;
  background: #fff;
  border: 1px solid rgba(89, 56, 49, 0.2);
}
.layout-full_width_bkg_box .wpforms-field-label,
.modal .wpforms-field-label {
  color: #593831;
}
.layout-full_width_bkg_box .wpforms-submit-container,
.modal .wpforms-submit-container {
  text-align: right;
}

@media all and (max-width: 1023.9px) {
  .layout .wpforms-container .wpforms-field {
    padding: 0.5rem 0;
  }
}
.layout .wpforms-container input[type=date], .layout .wpforms-container input[type=datetime], .layout .wpforms-container input[type=datetime-local], .layout .wpforms-container input[type=email], .layout .wpforms-container input[type=month], .layout .wpforms-container input[type=number], .layout .wpforms-container input[type=password], .layout .wpforms-container input[type=range], .layout .wpforms-container input[type=search], .layout .wpforms-container input[type=tel], .layout .wpforms-container input[type=text], .layout .wpforms-container input[type=time], .layout .wpforms-container input[type=url], .layout .wpforms-container input[type=week], .layout .wpforms-container select, .layout .wpforms-container textarea {
  background: #fff;
  border-radius: 2.5rem;
  border: 1px solid #EFEAE6;
  height: auto;
  padding: 1rem 1.75rem;
  color: #593831;
  font-style: italic;
  font-size: 1.125rem;
  font-family: "Playfair Display", sans-serif;
}
@media all and (min-width: 768px) {
  .layout .wpforms-container input[type=date], .layout .wpforms-container input[type=datetime], .layout .wpforms-container input[type=datetime-local], .layout .wpforms-container input[type=email], .layout .wpforms-container input[type=month], .layout .wpforms-container input[type=number], .layout .wpforms-container input[type=password], .layout .wpforms-container input[type=range], .layout .wpforms-container input[type=search], .layout .wpforms-container input[type=tel], .layout .wpforms-container input[type=text], .layout .wpforms-container input[type=time], .layout .wpforms-container input[type=url], .layout .wpforms-container input[type=week], .layout .wpforms-container select, .layout .wpforms-container textarea {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1366px) {
  .layout .wpforms-container input[type=date], .layout .wpforms-container input[type=datetime], .layout .wpforms-container input[type=datetime-local], .layout .wpforms-container input[type=email], .layout .wpforms-container input[type=month], .layout .wpforms-container input[type=number], .layout .wpforms-container input[type=password], .layout .wpforms-container input[type=range], .layout .wpforms-container input[type=search], .layout .wpforms-container input[type=tel], .layout .wpforms-container input[type=text], .layout .wpforms-container input[type=time], .layout .wpforms-container input[type=url], .layout .wpforms-container input[type=week], .layout .wpforms-container select, .layout .wpforms-container textarea {
    padding: 1.25rem 2.5rem;
    font-size: 1.375rem;
  }
}
.layout .wpforms-container input[type=date]::placeholder, .layout .wpforms-container input[type=datetime]::placeholder, .layout .wpforms-container input[type=datetime-local]::placeholder, .layout .wpforms-container input[type=email]::placeholder, .layout .wpforms-container input[type=month]::placeholder, .layout .wpforms-container input[type=number]::placeholder, .layout .wpforms-container input[type=password]::placeholder, .layout .wpforms-container input[type=range]::placeholder, .layout .wpforms-container input[type=search]::placeholder, .layout .wpforms-container input[type=tel]::placeholder, .layout .wpforms-container input[type=text]::placeholder, .layout .wpforms-container input[type=time]::placeholder, .layout .wpforms-container input[type=url]::placeholder, .layout .wpforms-container input[type=week]::placeholder, .layout .wpforms-container select::placeholder, .layout .wpforms-container textarea::placeholder {
  color: #593831;
}

.wpforms-container .wpforms-field-radio ul {
  list-style: none;
  padding: 0.5rem 0;
  /* Hide the default checkbox */
  /* Style the label to resemble a checkbox */
  /* Create the custom checkbox appearance using ::before */
  /* Style the custom checkbox when it's checked */
  /* Hide the default checkmark */
}
@media all and (min-width: 768px) {
  .wpforms-container .wpforms-field-radio ul {
    padding: 0.75rem 1rem !important;
  }
}
@media all and (min-width: 1024px) {
  .wpforms-container .wpforms-field-radio ul {
    padding: 0.75rem 2rem !important;
  }
}
.wpforms-container .wpforms-field-radio ul li {
  line-height: 2;
}
.wpforms-container .wpforms-field-radio ul li input[type=radio] {
  display: none;
}
.wpforms-container .wpforms-field-radio ul li label {
  position: relative;
  padding-left: 2.5rem !important; /* Adjust as needed */
  cursor: pointer;
  font-size: 1.125rem !important;
}
@media all and (min-width: 768px) {
  .wpforms-container .wpforms-field-radio ul li label {
    font-size: 1.25rem !important;
  }
}
@media all and (min-width: 1366px) {
  .wpforms-container .wpforms-field-radio ul li label {
    font-size: 1.375rem !important;
  }
}
.wpforms-container .wpforms-field-radio ul li label::before,
.wpforms-container .wpforms-field-radio ul li label::after {
  border-radius: 50%;
}
.wpforms-container .wpforms-field-radio ul li label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #188742;
  background-color: #fff;
}
.wpforms-container .wpforms-field-radio ul li input[type=checkbox]:checked + label::before,
.wpforms-container .wpforms-field-radio ul .wpforms-selected label::after {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #188742;
}
.wpforms-container .wpforms-field-radio ul li input[type=checkbox]:checked + label::before:after {
  content: "";
  position: absolute;
  top: 5px; /* Adjust as needed */
  left: 5px; /* Adjust as needed */
  width: 8px; /* Width of the checkmark */
  height: 15px; /* Height of the checkmark */
  border: solid #fff; /* Checkmark color */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
}
.wpforms-container .wpforms-field-radio label.wpforms-field-label-inline {
  color: #593831;
  font-size: 1.375rem;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}

.grecaptcha-badge {
  bottom: 72px !important;
}

body.logged-in {
  position: relative;
}

.global-navigation-branding {
  position: absolute;
  top: 0;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.global-navigation-branding .site-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 150px;
  height: 64px;
  position: relative;
  padding-bottom: 8px;
}
@media all and (min-width: 412px) {
  .global-navigation-branding .site-logo {
    width: 190px;
    height: 82px;
  }
}
@media all and (min-width: 1024px) {
  .global-navigation-branding .site-logo {
    margin: 0 7rem 0 auto;
  }
}
@media all and (min-width: 1366px) {
  .global-navigation-branding .site-logo {
    margin-right: 9.25rem;
    width: 256px;
    height: 120px;
  }
}
.global-navigation-branding .site-logo img {
  position: relative;
  width: 110px;
  z-index: 2;
}
@media all and (min-width: 412px) {
  .global-navigation-branding .site-logo img {
    width: 140px;
  }
}
@media all and (min-width: 1366px) {
  .global-navigation-branding .site-logo img {
    width: 190px;
  }
}
.global-navigation-branding .site-logo::before, .global-navigation-branding .site-logo::after {
  position: absolute;
  width: 100%;
  height: calc(100% + 16px);
  top: -16px;
  background: #fff;
  border-style: solid;
  border-radius: 30px;
  transition: all 0.5s ease;
}
.global-navigation-branding .site-logo::after {
  content: none;
}
.global-navigation-branding .site-logo::before {
  content: "";
  border-image: url("assets/img/platta-vit.svg") 6.7%/18px/0 repeat;
}
@media all and (pointer: fine) {
  .global-navigation-branding .site-logo::before {
    border-image: url("assets/img/platta-vit-hover.svg") 6.7%/18px/0 repeat;
  }
  .global-navigation-branding .site-logo::after {
    opacity: 0;
    content: "";
    border-image: url("assets/img/platta-vit.svg") 6.7%/18px/0 repeat;
  }
  .global-navigation-branding .site-logo:hover::after {
    opacity: 1;
  }
}

.global-navigation-branding.wishlist-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.global-navigation-branding.wishlist-active .wishlist-widget {
  left: 1rem;
  top: 1.125rem;
  position: absolute;
}
@media all and (min-width: 360px) {
  .global-navigation-branding.wishlist-active .wishlist-widget {
    left: 1.875rem;
  }
}
@media all and (min-width: 1024px) {
  .global-navigation-branding.wishlist-active .wishlist-widget {
    position: relative;
    margin-left: auto;
    margin-right: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .global-navigation-branding.wishlist-active .wishlist-widget {
    top: 1.75rem;
  }
}
@media all and (min-width: 1024px) {
  .global-navigation-branding.wishlist-active .site-logo {
    margin-left: 2.25rem;
  }
}
@media all and (min-width: 1366px) {
  .global-navigation-branding.wishlist-active .site-logo {
    margin-left: 3.25rem;
  }
}

.wishlist-widget {
  pointer-events: all;
  text-decoration: none;
  display: inline-block;
  font-family: "Playfair Display", sans-serif;
  font-style: italic !important;
  position: relative;
  transition: all 0.5s ease;
  color: #fff;
  background: #593831;
  width: 2.5rem;
  border-radius: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
}
@media all and (min-width: 768px) {
  .wishlist-widget {
    width: auto;
    padding: 0 1.9em 0 3em;
  }
}
@media all and (min-width: 1366px) {
  .wishlist-widget {
    font-size: 1.125rem;
    height: 3.75rem;
    line-height: 3.75rem;
    padding-left: 3.75rem;
    top: 1.75rem;
  }
}
.wishlist-widget::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f15c";
  position: absolute;
  font-size: 1rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (min-width: 768px) {
  .wishlist-widget::before {
    left: 1.25em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media all and (min-width: 1366px) {
  .wishlist-widget::before {
    font-size: 1.375rem;
  }
}
@media all and (pointer: fine) {
  .wishlist-widget:hover {
    background: #331A15;
  }
}
.wishlist-widget .wishlist-widget-title {
  display: none;
}
@media all and (min-width: 768px) {
  .wishlist-widget .wishlist-widget-title {
    display: block;
  }
}
.wishlist-widget .yith-wcwl-items-count {
  background: #188742;
  border-radius: 50%;
  position: absolute;
  display: block;
  text-align: center;
  right: -1em;
  top: -1em;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
}
@media all and (min-width: 768px) {
  .wishlist-widget .yith-wcwl-items-count {
    top: -0.75rem;
    right: -0.75rem;
  }
}
@media all and (min-width: 1366px) {
  .wishlist-widget .yith-wcwl-items-count {
    line-height: 2.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}

.navigation-overlay {
  position: fixed;
  top: 0;
  right: 0;
  font-size: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  max-width: 540px;
  box-shadow: -10px 0px 0px rgba(89, 56, 49, 0.1019607843);
  pointer-events: all;
  -webkit-transform: translate(calc(100% + 10px), 0);
  -ms-transform: translate(calc(100% + 10px), 0);
  transform: translate(calc(100% + 10px), 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1.25s cubic-bezier(0.79, 0.22, 0.17, 1);
  -moz-transition: 1.25s cubic-bezier(0.79, 0.22, 0.17, 1);
  transition: 1.25s cubic-bezier(0.79, 0.22, 0.17, 1);
}
.navigation-overlay.nav-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-toggle {
  position: absolute;
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 1.875rem;
  right: 1.875rem;
  font-size: 0;
  background: none;
  cursor: pointer;
}
@media all and (min-width: 768px) {
  .menu-toggle {
    right: 2.5rem;
  }
}
@media all and (min-width: 1024px) {
  .menu-toggle {
    top: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .menu-toggle {
    right: 3.25rem;
  }
}

.menu-open {
  width: 1.875rem;
  height: 1.25rem;
}
@media all and (min-width: 1366px) {
  .menu-open {
    width: 2.75rem;
    height: 2rem;
  }
}
.menu-open span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #331A15;
}
.menu-open::before, .menu-open::after {
  left: 0;
  transform: rotate(0deg);
  width: 100%;
  height: 2px;
  display: block;
  background: #331A15;
  content: "";
  position: absolute;
}
.menu-open::before {
  top: 0;
}
.menu-open::after {
  bottom: 0;
}

.menu-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1;
}
.menu-close::before, .menu-close::after {
  width: 100%;
  height: 1px;
  display: block;
  background: #331A15;
  content: "";
}
.menu-close::before {
  transform: rotate(45deg);
}
.menu-close::after {
  transform: rotate(-45deg);
}
@media all and (min-width: 1366px) {
  .menu-close {
    width: 3rem;
    height: 3rem;
  }
}

.global-nav-menu {
  list-style: none;
  width: 100%;
  text-align: left;
  padding: 6rem 1.875rem 1.875rem 1.875rem;
  overflow-y: scroll;
}
@media all and (min-width: 768px) {
  .global-nav-menu {
    padding: 6rem 2.5rem 2.5rem 2.5rem;
  }
}
.global-nav-menu li {
  font-size: 1.375rem;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 1rem;
}
@media all and (min-width: 1366px) {
  .global-nav-menu li {
    font-size: 1.875rem;
  }
}
.global-nav-menu li a {
  text-decoration: none;
  color: #707070;
  display: block;
}
.global-nav-menu .menu-item-has-children {
  position: relative;
}
.global-nav-menu .menu-item-has-children::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  content: "\f107";
  position: absolute;
  right: 0;
  top: 0.375rem;
}
@media all and (min-width: 1366px) {
  .global-nav-menu .menu-item-has-children::after {
    top: 0.5rem;
  }
}
.global-nav-menu .menu-item-has-children.open::after {
  content: "\f106";
}
.global-nav-menu .sub-menu {
  list-style: none;
  padding-top: 0.5rem;
  display: none;
}
@media all and (min-width: 1366px) {
  .global-nav-menu .sub-menu {
    padding-top: 0.75rem;
  }
}
.global-nav-menu .sub-menu li {
  padding: 0 0 0.5rem 1rem;
  font-size: 1rem;
  margin: 0;
  font-style: italic;
}
@media all and (min-width: 1366px) {
  .global-nav-menu .sub-menu li {
    font-size: 1.375rem;
    padding: 0 0 0.75rem 1.5rem;
  }
}

.site-header {
  padding: 7rem 0 2.5rem 0;
  position: relative;
}
@media all and (min-width: 1024px) {
  .site-header {
    padding: 8rem 0 3.25rem 0;
  }
}
@media all and (min-width: 1366px) {
  .site-header {
    padding: 12rem 0 4.5rem 0;
  }
}
.site-header::before, .site-header::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}
.site-header::before {
  opacity: 0.65;
  background-position: center center;
}
.site-header::after {
  content: "";
  background: transparent linear-gradient(180deg, #F7F6F2 0%, rgba(248, 246, 242, 0) 100%) 0% 0% no-repeat padding-box;
}
.site-header .container {
  position: relative;
  z-index: 1;
}

.home .site-header::before {
  opacity: 1;
}

@media all and (max-width: 767.9px) {
  .home .site-header::before {
    background-position: 65% center;
  }
}

.single-product .header-page {
  padding: 7rem 0 0 0;
}
@media all and (min-width: 1024px) {
  .single-product .header-page {
    padding: 8rem 0 0 0;
  }
}
@media all and (min-width: 1366px) {
  .single-product .header-page {
    padding: 12rem 0 0 0;
  }
}

.breadcrumb-trail-container {
  font-size: 0.625rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(89, 56, 49, 0.5);
  margin-bottom: 2rem;
}
@media all and (min-width: 1024px) {
  .breadcrumb-trail-container {
    font-size: 0.75rem;
    position: absolute;
    left: 2.5rem;
    width: calc(100% - 5rem - 2rem - 190px - 7rem);
    top: -6.5rem;
  }
}
@media all and (min-width: 1366px) {
  .breadcrumb-trail-container {
    left: 3.25rem;
    width: calc(100% - 3.25rem - 3.25rem - 3rem - 256px - 7rem);
    top: -10rem;
    padding-bottom: 1rem;
  }
}

@media all and (min-width: 1024px) {
  .breadcrumb-trail-container.wishlist-active {
    width: calc(100% - 5rem - 135px - 2.5rem - 190px - 7rem);
  }
}
@media all and (min-width: 1366px) {
  .breadcrumb-trail-container.wishlist-active {
    width: calc(100% - 12rem - 0.75rem - 180px - 2.5rem - 3rem - 256px - 7rem);
  }
}

.breadcrumbs {
  width: 100%;
}
.breadcrumbs a {
  color: #593831;
  text-decoration: none;
}
.breadcrumbs .trail-end span {
  color: #188742;
}

.hero-section {
  text-align: center;
  max-width: 768px;
  margin: auto;
}
@media all and (min-width: 1024px) {
  .hero-section {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .hero-section .hero-content {
    width: 66%;
  }
}
@media all and (min-width: 1366px) {
  .hero-section .hero-content {
    width: 70%;
  }
}
.hero-section .heading:last-child {
  margin: 0;
}
@media all and (min-width: 1024px) {
  .hero-section .ingress {
    margin-bottom: 2.5rem;
  }
}
.hero-section .ingress p:last-child {
  margin: 0;
}
.hero-section .ingress a {
  text-decoration: none;
  font-weight: 700;
}
.hero-section .ingress a:hover {
  text-decoration: underline;
}
.hero-section .emblem {
  margin: auto;
  width: 50%;
}
@media all and (min-width: 1024px) {
  .hero-section .emblem {
    width: auto;
    max-width: 25%;
    margin-left: auto;
    padding-left: 3.75rem;
  }
}
@media all and (min-width: 1366px) {
  .hero-section .emblem {
    padding-left: 3.75rem;
  }
}
.hero-section .emblem img {
  display: block;
  margin: auto;
}

.header-page .hero-section:last-child .hero-content {
  width: 100%;
  max-width: 1080px;
}

.header-404 .emblem {
  position: relative;
  display: none;
}
@media all and (min-width: 1024px) {
  .header-404 .emblem {
    display: block;
  }
}
@media all and (min-width: 1366px) {
  .header-404 .emblem {
    margin-top: -70px;
    max-width: calc(3.75rem + 350px);
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 1584px) {
  .header-404 .emblem {
    max-width: calc(3.75rem + 450px);
  }
}

.has-page-menu {
  padding-bottom: 0;
}

.page-nav {
  background: rgba(89, 56, 49, 0.4);
  text-align: center;
  padding: 1.5rem 0;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}
@media all and (pointer: fine) {
  .page-nav {
    transition: all 0.5s ease;
  }
  .page-nav:hover {
    background: #fff;
  }
  .page-nav:hover a {
    color: #593831;
  }
}
@media all and (min-width: 768px) {
  .page-nav {
    padding: 2.25rem 0;
  }
}
@media all and (min-width: 1366px) {
  .page-nav {
    padding: 4.5rem 0;
    margin-top: 4.25rem;
  }
}
.page-nav ul {
  list-style: none;
  margin-bottom: -0.75rem;
}
@media all and (min-width: 768px) {
  .page-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
  }
}
.page-nav a {
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 1.875rem;
  display: block;
  margin-bottom: 0.75rem;
  text-decoration: none;
}
@media all and (min-width: 1366px) {
  .page-nav a {
    font-size: 2rem;
  }
}

@media all and (min-width: 1024px) {
  .full-screen {
    min-height: 100vh;
    padding-bottom: 14.5rem;
  }
  .full-screen .hero-section {
    width: 100%;
  }
  .full-screen .page-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media all and (min-width: 1366px) {
  .full-screen {
    padding-bottom: 17rem;
  }
}

.header-hero {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
@media all and (min-width: 1024px) {
  .header-hero {
    display: block;
    padding-bottom: 14.5rem;
  }
}
@media all and (min-width: 1366px) {
  .header-hero {
    padding-bottom: 17rem;
  }
}
.header-hero .container {
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .header-hero .page-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
.header-hero .hero-section {
  width: 100%;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .header-hero .hero-section {
    width: 75%;
    margin: auto;
  }
}
@media all and (min-width: 1024px) {
  .header-hero .hero-section {
    padding: 0 10rem;
  }
}
@media all and (min-width: 1366px) {
  .header-hero .hero-section {
    padding: 0 4rem;
  }
}
.header-hero .hero-section .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-hero .hero-section .slick-slide {
  width: 100%;
}
.header-hero .hero-section .hero-content {
  display: none;
  padding-top: 1rem;
}
.header-hero .hero-section .hero-content:first-of-type {
  display: block;
}
@media all and (min-width: 1366px) {
  .header-hero .hero-section .heading--hero,
  .header-hero .hero-section .ingress {
    max-width: 45rem;
  }
}
.header-hero .hero-section.slick-initialized .hero-content {
  display: block;
  height: auto;
}
.header-hero .hero-section .button {
  margin-top: 0;
  background: rgba(236, 229, 224, 0.6);
}
.header-hero .hero-section .button:hover {
  background: #ece5e0;
}
@media all and (min-width: 1366px) {
  .header-hero .hero-section .heading + .button {
    margin-top: 1rem;
  }
}

.slick-dots {
  position: absolute;
  list-style: none;
  top: 1.5rem;
  left: -0.75rem;
  line-height: 1;
  font-size: 0;
}
@media all and (min-width: 768px) {
  .slick-dots {
    top: 2rem;
    left: -1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .slick-dots {
    top: 3rem;
    left: 4rem;
  }
}
@media all and (min-width: 1366px) {
  .slick-dots {
    top: 3.25rem;
    left: -1rem;
  }
}
@media all and (min-width: 1584px) {
  .slick-dots {
    left: -7rem;
  }
}
.slick-dots li {
  margin-bottom: 0.25rem;
  cursor: pointer;
}
@media all and (min-width: 1024px) {
  .slick-dots li {
    margin-bottom: 0.5rem;
  }
}
.slick-dots button {
  font-size: 0;
  color: #593831;
  opacity: 0.4;
  transition: all 0.5s ease;
}
.slick-dots button::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f111";
  display: block;
  font-size: 0.375rem;
}
@media all and (min-width: 1024px) {
  .slick-dots button::before {
    font-size: 0.75rem;
  }
}
.slick-dots .slick-active button {
  opacity: 1;
}

.site-footer {
  font-size: 0.875rem;
  background: transparent linear-gradient(178deg, #ECE5E0 0%, #F8F6F2 100%) 0% 0% no-repeat padding-box;
}
@media all and (min-width: 1366px) {
  .site-footer {
    font-size: 1rem;
  }
}
@media all and (max-width: 1023.9px) {
  .site-footer .container {
    max-width: 30rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279.9px) {
  .site-footer .container {
    max-width: 40rem;
  }
}
.site-footer .social {
  list-style: none;
}
.site-footer a {
  color: #593831;
}
.site-footer a:hover {
  color: #331A15;
}
@media all and (min-width: 1280px) {
  .site-footer .grid {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 1024px) {
  .site-footer .footer-contact {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 1280px) {
  .site-footer .footer-contact {
    -webkit-box-flex: 0 0 calc(280px + 2.5rem);
    -webkit-flex: 0 0 calc(280px + 2.5rem);
    -ms-flex: 0 0 calc(280px + 2.5rem);
    flex: 0 0 calc(280px + 2.5rem);
  }
}
@media all and (min-width: 1366px) {
  .site-footer .footer-contact {
    -webkit-box-flex: 0 0 29%;
    -webkit-flex: 0 0 29%;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    margin-top: 2rem;
  }
}
@media all and (min-width: 1024px) {
  .site-footer .footer-links {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 1280px) and (max-width: 1365.9px) {
  .site-footer .footer-links {
    -webkit-box-flex: 0 0 calc(360px + 2.5rem);
    -webkit-flex: 0 0 calc(360px + 2.5rem);
    -ms-flex: 0 0 calc(360px + 2.5rem);
    flex: 0 0 calc(360px + 2.5rem);
  }
}
@media all and (min-width: 1366px) {
  .site-footer .footer-links {
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    -webkit-box-flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    margin-top: 0.75rem;
  }
}
@media all and (min-width: 1024px) {
  .site-footer .footer-message {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media all and (min-width: 1280px) {
  .site-footer .footer-message {
    -webkit-box-flex: 0 0 30.5rem;
    -webkit-flex: 0 0 30.5rem;
    -ms-flex: 0 0 30.5rem;
    flex: 0 0 30.5rem;
    margin-left: auto;
  }
}
@media all and (min-width: 1584px) {
  .site-footer .footer-message {
    -webkit-box-flex: 0 0 34.5%;
    -webkit-flex: 0 0 34.5%;
    -ms-flex: 0 0 34.5%;
    flex: 0 0 34.5%;
  }
}

.footer-contact {
  text-align: center;
}
@media all and (min-width: 1024px) {
  .footer-contact {
    text-align: left;
  }
}

.site-footer .vcard > .org,
.site-footer .vcard > .website {
  font-size: 0;
}
.site-footer .vcard .org {
  margin: 0 auto 1.5rem auto;
  max-width: 222px;
}
@media all and (min-width: 1024px) {
  .site-footer .vcard .org {
    margin: 0 0 2rem 0;
  }
}
@media all and (min-width: 1366px) {
  .site-footer .vcard .org {
    max-width: 100%;
  }
}
.site-footer .vcard a {
  text-decoration: none;
}
@media all and (min-width: 1024px) {
  .site-footer .vcard > .adr,
  .site-footer .vcard > .tel,
  .site-footer .vcard > .email,
  .site-footer .vcard > .hours {
    padding-left: 2rem;
    position: relative;
    line-height: 1.875rem;
  }
}
@media all and (min-width: 1366px) {
  .site-footer .vcard > .adr,
  .site-footer .vcard > .tel,
  .site-footer .vcard > .email,
  .site-footer .vcard > .hours {
    padding-left: 2.25rem;
  }
}
.site-footer .vcard > .adr::before,
.site-footer .vcard > .tel::before,
.site-footer .vcard > .email::before,
.site-footer .vcard > .hours::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
}
@media all and (min-width: 1024px) {
  .site-footer .vcard > .adr::before,
  .site-footer .vcard > .tel::before,
  .site-footer .vcard > .email::before,
  .site-footer .vcard > .hours::before {
    position: absolute;
    left: 0;
  }
}
@media all and (min-width: 1024px) {
  .site-footer .vcard > .adr::before {
    content: "\f3c5";
  }
  .site-footer .vcard > .tel::before {
    content: "\f879";
  }
  .site-footer .vcard > .email::before {
    content: "\f0e0";
  }
  .site-footer .vcard > .hours::before {
    content: "\f017";
  }
}

.social {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.25rem 0;
}
@media all and (min-width: 1024px) {
  .social {
    justify-content: flex-start;
  }
}
@media all and (min-width: 1366px) {
  .social {
    margin: 2.5rem 0;
  }
}
.social li {
  font-size: 1.375rem;
  margin: 0 0.75rem;
}
@media all and (min-width: 1024px) {
  .social li {
    margin: 0 1.5rem 0 0;
  }
}
@media all and (min-width: 1366px) {
  .social li {
    margin: 0 2rem 0 0;
  }
}

.copyright {
  margin-bottom: 1.75rem;
}
@media all and (min-width: 1024px) {
  .copyright {
    margin-bottom: 2.5rem;
  }
}

.footer-links img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 1365.9px) {
  .footer-links img {
    max-width: 335px;
  }
}
@media all and (min-width: 1366px) {
  .footer-links img {
    margin-bottom: 2rem;
  }
}
.footer-links .footer-menu {
  list-style: none;
  margin: 1.5rem 0 2.5rem 0;
}
@media all and (min-width: 412px) and (max-width: 1023.9px) {
  .footer-links .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 1280px) {
  .footer-links .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: 8%;
    width: 112%;
  }
}
.footer-links .footer-menu li {
  position: relative;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
@media all and (min-width: 412px) and (max-width: 1023.9px) {
  .footer-links .footer-menu li {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media all and (min-width: 1280px) {
  .footer-links .footer-menu li {
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.footer-links .footer-menu li::before {
  position: absolute;
  left: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  font-size: 1.125rem;
  top: 0;
  margin-top: -0.125rem;
  display: block;
}
.footer-links .footer-menu li a {
  text-decoration: none;
  white-space: nowrap;
}
.footer-links .footer-menu li a:hover {
  text-decoration: underline;
}

.footer-message .boxed {
  margin: 0 -0.5rem;
}
@media all and (min-width: 1024px) {
  .footer-message .boxed {
    margin: 0;
    text-align: center;
  }
}
@media all and (min-width: 1366px) {
  .footer-message .boxed {
    max-width: 28rem;
    text-align: left;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .footer-message .boxed .heading {
    font-size: 1.75rem;
  }
}
@media all and (min-width: 1366px) {
  .footer-message .boxed p {
    font-size: 0.875rem;
  }
}

#cookie-law-info-bar, .wt-cli-cookie-bar {
  padding: 2rem !important;
}
@media all and (min-width: 1366px) {
  #cookie-law-info-bar, .wt-cli-cookie-bar {
    padding: 3rem !important;
  }
}
#cookie-law-info-bar .cli-wrapper .cli-bar-container, .wt-cli-cookie-bar .cli-wrapper .cli-bar-container {
  text-align: center;
}
@media all and (min-width: 1024px) {
  #cookie-law-info-bar .cli-wrapper .cli-bar-container, .wt-cli-cookie-bar .cli-wrapper .cli-bar-container {
    flex-wrap: nowrap;
  }
}
#cookie-law-info-bar .cli-wrapper .cli-bar-message, .wt-cli-cookie-bar .cli-wrapper .cli-bar-message {
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
}
@media all and (min-width: 1024px) {
  #cookie-law-info-bar .cli-wrapper .cli-bar-message, .wt-cli-cookie-bar .cli-wrapper .cli-bar-message {
    text-align: left;
    margin: 0;
    font-size: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  #cookie-law-info-bar .cli-wrapper .cli-bar-message, .wt-cli-cookie-bar .cli-wrapper .cli-bar-message {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1584px) {
  #cookie-law-info-bar .cli-wrapper .cli-bar-message, .wt-cli-cookie-bar .cli-wrapper .cli-bar-message {
    font-size: 1rem;
  }
}
#cookie-law-info-bar .cli-wrapper .cli-bar-btn_container, .wt-cli-cookie-bar .cli-wrapper .cli-bar-btn_container {
  margin: auto;
}
@media all and (min-width: 1024px) {
  #cookie-law-info-bar .cli-wrapper .cli-bar-btn_container, .wt-cli-cookie-bar .cli-wrapper .cli-bar-btn_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
@media all and (min-width: 1366px) {
  #cookie-law-info-bar .cli-wrapper .cli-bar-btn_container, .wt-cli-cookie-bar .cli-wrapper .cli-bar-btn_container {
    margin: 0 0 0 2.5rem;
  }
}
#cookie-law-info-bar .cli-wrapper a.wt-cli-element, .wt-cli-cookie-bar .cli-wrapper a.wt-cli-element {
  color: #593831 !important;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  border: 0 !important;
}
@media all and (min-width: 1024px) {
  #cookie-law-info-bar .cli-wrapper a.wt-cli-element, .wt-cli-cookie-bar .cli-wrapper a.wt-cli-element {
    margin: auto 0 auto 1.25rem !important;
  }
}
@media all and (min-width: 1366px) {
  #cookie-law-info-bar .cli-wrapper a.wt-cli-element, .wt-cli-cookie-bar .cli-wrapper a.wt-cli-element {
    margin: auto 0 auto 2.5rem !important;
  }
}
#cookie-law-info-bar .cli-wrapper a.wt-cli-element.cli_settings_button, .wt-cli-cookie-bar .cli-wrapper a.wt-cli-element.cli_settings_button {
  text-decoration: underline !important;
  margin-bottom: 2rem;
  border: 0;
  display: inline-block;
}
#cookie-law-info-bar .cli-wrapper a.wt-cli-element.cli-plugin-main-button, .wt-cli-cookie-bar .cli-wrapper a.wt-cli-element.cli-plugin-main-button {
  line-height: 1.25rem;
  border-radius: 2.5rem !important;
  padding: 1.25rem 1.875rem !important;
  text-decoration: none;
  display: inline-block;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  position: relative;
  background: #ECE5E0;
  transition: all 0.5s ease;
  white-space: nowrap;
}
@media all and (max-width: 1023.9px) {
  #cookie-law-info-bar .cli-wrapper a.wt-cli-element.cli-plugin-main-button, .wt-cli-cookie-bar .cli-wrapper a.wt-cli-element.cli-plugin-main-button {
    margin: 0 auto !important;
  }
}
#cookie-law-info-bar .cli-wrapper a.wt-cli-element.cli-plugin-main-button:hover, .wt-cli-cookie-bar .cli-wrapper a.wt-cli-element.cli-plugin-main-button:hover {
  background: #d9cac0;
}

@media all and (min-width: 1024px) {
  .cli-modal-content {
    padding: 2.5rem;
  }
}
.cli-modal-content .cli-tab-header {
  background: #F8F6F2;
}
.cli-modal-content .cli-tab-container h4 {
  margin: 0 0 1.5rem 0;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 1.375rem;
  color: #593831;
}
.cli-modal-content .cli-tab-footer .cli-btn,
.cli-modal-content .cli-tab-footer .cli-btn.wt-cli-privacy-accept-btn {
  border-radius: 2rem;
  background: #ECE5E0;
  text-transform: uppercase;
  padding: 1.25em 1.875em;
  font-size: 0.875rem;
  color: #593831 !important;
  font-weight: 700;
}
.cli-modal-content .cli-tab-footer .cli-btn:hover,
.cli-modal-content .cli-tab-footer .cli-btn.wt-cli-privacy-accept-btn:hover {
  background: #d9cac0;
  opacity: 1;
}
.cli-modal-content .cli-switch .cli-slider {
  background: #ECE5E0 !important;
}
.cli-modal-content .cli-tab-container p,
.cli-modal-content .cli-privacy-content-text {
  color: #593831;
  line-height: 1.6;
}
.cli-modal-content table.cookielawinfo-winter {
  font-family: "Playfair Display", sans-serif;
  font-size: 0.75rem;
  color: #593831;
  background: none;
}
.cli-modal-content table.cookielawinfo-winter thead th {
  border-bottom: 1px solid #593831;
  color: #593831;
  background: none;
  font-size: 0.75rem;
  font-weight: 700;
  padding-top: 1.25rem;
  padding-bottom: 0.5rem;
}
.cli-modal-content table.cookielawinfo-winter tbody {
  border: 0;
}
.cli-modal-content table.cookielawinfo-winter tbody tr,
.cli-modal-content table.cookielawinfo-winter tbody tr:hover {
  background: none;
}
.cli-modal-content table.cookielawinfo-winter tbody tr td,
.cli-modal-content table.cookielawinfo-winter tbody tr:hover td {
  border-bottom: 1px solid #593831;
}
.cli-modal-content .cli-modal-close svg {
  fill: #593831;
}

.cli-tab-header,
.wt-cli-cookie-description,
.cli-tab-header a.cli-nav-link,
span.cli-necessary-caption,
.cli-privacy-content-text,
.cli-modal .cli-modal-dialog,
.cli-tab-container p,
a.cli-privacy-readmore,
.cli-switch .cli-slider::after {
  color: #593831 !important;
}

.cli-tab-header a::before {
  border-left-color: #593831;
  border-right-color: #593831;
}

a.contact-form-widget__toggle,
.woocommerce a.contact-form-widget__toggle {
  position: fixed !important;
  /*
  @media all and (min-width:$lg-min) {
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.25rem;
    border-radius: 2.5rem;
    padding: 1.25rem 4.25rem 1.25rem 1.875rem;
    text-decoration: none;
    display: inline-block;
    margin-top: 2rem;
    font-family: "Playfair Display", sans-serif;
    position: relative;
    transition: all 0.5s ease;
    font-weight: 400;
  }
  &::after {
    right:1rem;
    @media all and (min-width:$lg-min) {

    }
  } */
}
@media all and (max-height: 768px) {
  a.contact-form-widget__toggle,
  .woocommerce a.contact-form-widget__toggle {
    left: 11rem;
    bottom: 1rem;
  }
}
@media all and (min-height: 769px) {
  a.contact-form-widget__toggle,
  .woocommerce a.contact-form-widget__toggle {
    bottom: 4.5rem;
    left: 1rem;
  }
}
@media all and (min-width: 1024px) and (min-height: 769px) {
  a.contact-form-widget__toggle,
  .woocommerce a.contact-form-widget__toggle {
    bottom: 5rem;
  }
}
@media all and (max-height: 768px) and (min-width: 1024px) {
  a.contact-form-widget__toggle,
  .woocommerce a.contact-form-widget__toggle {
    left: 13rem;
  }
}

#glt-translate-trigger,
a.contact-form-widget__toggle,
.woocommerce a.contact-form-widget__toggle {
  margin-top: 0;
  width: 9rem;
  border: 0 !important;
  box-sizing: border-box !important;
  text-align: left;
  box-shadow: none;
  position: fixed;
  font-size: 0.875rem !important;
  text-shadow: none;
  right: auto;
  padding: 0.875rem 2.5rem 0.875rem 1.125rem !important;
  z-index: 1;
}
@media all and (min-width: 1024px) {
  #glt-translate-trigger,
  a.contact-form-widget__toggle,
  .woocommerce a.contact-form-widget__toggle {
    width: 11rem;
    font-size: 1rem !important;
    padding: 1.25rem 4.25rem 1.25rem 1.875rem;
  }
}
#glt-translate-trigger::after,
a.contact-form-widget__toggle::after,
.woocommerce a.contact-form-widget__toggle::after {
  right: 1rem !important;
}

div#glt-translate-trigger {
  bottom: 1rem;
  color: #fff;
  background: #0D1B32;
  left: 1rem;
}
@media all and (pointer: fine) {
  div#glt-translate-trigger:hover {
    background: #224783;
  }
}
div#glt-translate-trigger::after,
div#glt-translate-trigger span {
  color: inherit;
}

.blocker {
  background: rgba(248, 246, 242, 0.8) !important;
}

.modal--boxed.modal {
  border-radius: 4rem;
  width: 90%;
  padding: 1.25rem;
  background: #F8F6F2;
  box-shadow: none;
}
@media all and (min-width: 768px) {
  .modal--boxed.modal {
    padding: 2.5rem;
    max-width: 40rem;
    width: 80%;
  }
}
.modal--boxed.modal .wpforms-container {
  margin-bottom: 0;
}
.modal--boxed.modal .wpforms-submit {
  width: 100%;
}
@media all and (min-width: 768px) {
  .modal--boxed.modal .wpforms-submit {
    width: auto;
  }
}

.modal--boxed.modal a.close-modal {
  background: none;
  width: 2rem;
  height: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  font-size: 0;
  z-index: 1;
  top: 0.5rem;
  right: 0.5rem;
}
@media all and (min-width: 568px) {
  .modal--boxed.modal a.close-modal {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.modal--boxed.modal a.close-modal::before, .modal--boxed.modal a.close-modal::after {
  width: 100%;
  height: 1px;
  display: block;
  background: #331A15;
  content: "";
  top: 1rem;
  position: relative;
}
.modal--boxed.modal a.close-modal::before {
  transform: rotate(45deg);
}
.modal--boxed.modal a.close-modal::after {
  transform: rotate(-45deg);
}

@media all and (min-width: 568px) and (max-width: 767.9px) {
  .layout-highlight .link-list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .layout-highlight .link-list {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

.layout-faq .answer {
  padding: 1rem 1.5rem;
  display: none;
  border-bottom: 1px solid #ECE5E0;
}
@media all and (min-width: 1024px) {
  .layout-faq .answer * {
    max-width: 60em;
  }
}
.layout-faq .answer ul,
.layout-faq .answer ol {
  padding-left: 1em;
}

.answer__additional {
  display: none;
}

.answer__toggle-additional {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: underline;
  color: #188742;
  background: none;
  font-weight: bold;
}

.accordion {
  border: 1px solid #ECE5E0;
  border-bottom: 0;
  background: #fff;
}
.accordion .heading--accordion {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ECE5E0;
  position: relative;
  cursor: pointer;
}
.accordion .heading--accordion::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-style: normal;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  display: block;
}
.accordion .heading--accordion.open::after {
  content: "\f106";
}
.accordion .project-categories {
  display: none;
  list-style: none;
  border-bottom: 1px solid #ECE5E0;
  flex-wrap: wrap;
  font-size: 0;
}
.accordion .project-categories .project-category {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}
.accordion .project-categories .project-category:last-of-type {
  padding-bottom: 2rem;
}
@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .accordion .project-categories .project-category {
    width: 50%;
  }
}
@media all and (min-width: 1366px) {
  .accordion .project-categories .project-category {
    width: 33.3%;
  }
}
.accordion .project-categories ul {
  list-style: none;
}
.accordion .project-categories .project-category .heading {
  margin-bottom: 0.375em;
}
.accordion .project-categories .project-category-page-item {
  margin-bottom: 0.375em;
}
.accordion .project-categories .project-category-page-item a {
  color: #188742;
}
.accordion .project-category {
  break-inside: avoid;
}

.aside-images {
  margin-top: 1.5rem;
}
@media all and (min-width: 768px) {
  .aside-images {
    margin: 0;
  }
}
.aside-images img {
  display: block;
  margin-bottom: 1.25rem;
}
.aside-images .highlight-image-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.aside-images .highlight-image-row img {
  width: calc(50% - 0.675rem);
}
.aside-images .highlight-image-row img:last-child {
  margin-left: 1.25rem;
}

.read-more {
  margin-top: 2rem;
}
@media all and (min-width: 1024px) {
  .read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .read-more .cta-forward {
    -webkit-box-flex: 0 0 calc(50% - 1.25rem);
    -webkit-flex: 0 0 calc(50% - 1.25rem);
    -ms-flex: 0 0 calc(50% - 1.25rem);
    flex: 0 0 calc(50% - 1.25rem);
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .read-more .cta-forward .button {
    font-size: 1rem;
  }
}
.read-more .heading {
  margin-bottom: 0.5rem;
}
.read-more .entry-content p {
  line-height: 1.875;
}
.read-more .heading,
.read-more p {
  font-size: 1rem;
}
.read-more .read-more-text {
  padding-right: 1.5rem;
}
@media all and (min-width: 1024px) {
  .read-more .read-more-text {
    padding: 0;
    -webkit-box-flex: 0 0 calc(50% - 1.25rem);
    -webkit-flex: 0 0 calc(50% - 1.25rem);
    -ms-flex: 0 0 calc(50% - 1.25rem);
    flex: 0 0 calc(50% - 1.25rem);
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .read-more .read-more-text {
    font-size: 0.875rem;
  }
}
.read-more .button {
  margin: 0;
  width: 100%;
}

.layout-instructions .featured-image {
  position: relative;
  margin-bottom: 2rem;
}
@media all and (min-width: 1024px) {
  .layout-instructions .featured-image {
    margin: 0;
  }
}
.layout-instructions .featured-image img {
  display: block;
}
.layout-instructions .featured-image .count {
  position: absolute;
  display: block;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  background: #ECE5E0;
  text-align: center;
  width: 5.625rem;
  height: 5.625rem;
  font-size: 2.625rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  padding: 0.25rem 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (min-width: 1366px) {
  .layout-instructions .featured-image .count {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -2.8125rem;
  }
}
@media all and (min-width: 1584px) {
  .layout-instructions .featured-image .count {
    width: 9.5rem;
    height: 9.5rem;
    padding: 0.5rem 0;
    font-size: 4.5rem;
    left: -4.75rem;
  }
}
@media all and (min-width: 1024px) {
  .layout-instructions .heading--primary {
    margin-top: 1rem;
  }
}
@media all and (min-width: 1366px) {
  .layout-instructions .entry-content {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
  .layout-instructions .entry-content > p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.layout-instructions .entry-content.single-column {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.layout-link_row {
  padding: 0;
}
.layout-link_row .page-nav {
  margin: 0;
  background: rgba(89, 56, 49, 0.2);
}
.layout-link_row .page-nav:hover {
  background: #fff;
}

.body-text-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}
@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .body-text-header {
    width: 75%;
  }
}
@media all and (min-width: 768px) {
  .body-text-header .heading,
  .body-text-header .ingress {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .body-text-header .ingress {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .body-text-header .ingress {
    margin-bottom: 4rem;
  }
}

.layout-body_text .entry-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
}
@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .layout-body_text .entry-content {
    width: 75%;
  }
}
.layout-body_text .entry-content {
  margin-bottom: 2rem;
}
@media all and (min-width: 1024px) {
  .layout-body_text .entry-content {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
}
@media all and (min-width: 1366px) {
  .layout-body_text .entry-content {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}

.layout-full_width_bkg_box,
.layout-slideshow {
  padding: 0;
  background: #fff;
}
.layout-full_width_bkg_box + .layout-full_width_bkg_box,
.layout-full_width_bkg_box + .layout-slideshow,
.layout-slideshow + .layout-full_width_bkg_box,
.layout-slideshow + .layout-slideshow {
  padding-top: 0;
}
.layout-full_width_bkg_box .boxed,
.layout-slideshow .boxed {
  text-align: center;
  max-width: 43rem;
  margin: auto;
}
@media all and (min-width: 568px) {
  .layout-full_width_bkg_box .boxed,
  .layout-slideshow .boxed {
    width: 75%;
  }
}
@media all and (min-width: 1024px) {
  .layout-full_width_bkg_box .boxed,
  .layout-slideshow .boxed {
    width: 50%;
  }
}
.layout-full_width_bkg_box .cta-wrapper,
.layout-slideshow .cta-wrapper {
  position: relative;
  padding: 1.875rem 0;
}
@media all and (min-width: 1024px) {
  .layout-full_width_bkg_box .cta-wrapper,
  .layout-slideshow .cta-wrapper {
    padding: 2.5rem 0;
  }
}
@media all and (min-width: 1366px) {
  .layout-full_width_bkg_box .cta-wrapper,
  .layout-slideshow .cta-wrapper {
    padding: 5rem 0;
  }
}
.layout-full_width_bkg_box .cta-wrapper::before,
.layout-full_width_bkg_box .cta-wrapper::after,
.layout-slideshow .cta-wrapper::before,
.layout-slideshow .cta-wrapper::after {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.layout-full_width_bkg_box .cta-wrapper::before,
.layout-slideshow .cta-wrapper::before {
  content: "";
}
.layout-full_width_bkg_box .single-bkg::before,
.layout-slideshow .single-bkg::before {
  width: 100%;
}
.layout-full_width_bkg_box .split-bkg,
.layout-slideshow .split-bkg {
  border: 1.5rem solid #fff;
  border-left: 0;
  border-right: 0;
}
.layout-full_width_bkg_box .split-bkg::before,
.layout-slideshow .split-bkg::before {
  width: 50%;
  left: -0.75rem;
}
.layout-full_width_bkg_box .split-bkg::after,
.layout-slideshow .split-bkg::after {
  content: "";
  width: 50%;
  right: -0.75rem;
}
.layout-full_width_bkg_box .boxed,
.layout-slideshow .boxed {
  position: relative;
  z-index: 1;
}

.layout-cols_2.theme-green a.button, .layout-cols_2.theme-brown a.button {
  background: #ECE5E0;
  color: #593831;
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .layout-cols_2 .large-grid--1of2 {
    justify-content: space-between;
  }
}
@media all and (min-width: 1024px) {
  .layout-cols_2 .grid-item {
    width: 50%;
    max-width: calc(650px + 4.375rem);
  }
}
.layout-cols_2 .large-grid--1of2 .grid-item:last-child .sub-layout:last-child {
  margin-bottom: 0;
}
@media all and (min-width: 1024px) {
  .layout-cols_2 .large-grid--1of2 .grid-item .sub-layout:last-child {
    margin-bottom: 0;
  }
}

.sub-layout {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 412px) {
  .sub-layout {
    margin-bottom: 2.5rem;
  }
}

.staff-list {
  list-style: none;
}
@media all and (min-width: 412px) and (max-width: 567.9px) {
  .staff-list {
    max-width: 360px;
    position: relative;
    margin: auto;
    left: -1rem;
  }
}
@media all and (min-width: 1366px) {
  .staff-list {
    margin-top: 5rem;
  }
}

.single-staff {
  text-align: center;
  margin-bottom: 1.5rem;
}
.single-staff .featured-image {
  margin-bottom: 0.875rem;
  position: relative;
}
.single-staff .featured-image img {
  display: block;
}
.single-staff .featured-image.has-placeholder::before {
  display: block;
  padding-bottom: 113%;
  background: #ECE5E0;
  content: "";
}
.single-staff .featured-image.has-placeholder::after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f030";
  font-size: 3rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.2);
}
.single-staff .role {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
  margin: 1rem 0 0.875rem 0;
}
.single-staff .heading {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 568px) {
  .single-staff .heading:first-of-type {
    margin-top: 3.275rem;
  }
}
.single-staff .email-link,
.single-staff .tel-link {
  text-decoration: none;
  display: block;
  font-size: 0.75rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media all and (min-width: 412px) and (max-width: 567.9px) {
  .single-staff .email-link,
  .single-staff .tel-link {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1366px) {
  .single-staff .email-link,
  .single-staff .tel-link {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1584px) {
  .single-staff .email-link,
  .single-staff .tel-link {
    font-size: 1rem;
  }
}
@media all and (pointer: fine) {
  .single-staff .email-link:hover,
  .single-staff .tel-link:hover {
    text-decoration: underline;
  }
}

.theme-white .role,
.theme-beige .role,
.theme-brown .role {
  color: #E0A11A;
}

.theme-white .single-staff a,
.theme-beige .single-staff a {
  color: #188742;
}

.layout-gallery .entry-content {
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .layout-gallery .entry-content {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 1024px) {
  .layout-gallery .entry-content {
    margin-bottom: 3.25rem;
  }
}
@media all and (min-width: 1366px) {
  .layout-gallery .entry-content {
    margin-bottom: 4.75rem;
  }
}
.layout-gallery .entry-content:last-child {
  margin-bottom: 0;
}
.layout-gallery .entry-content strong {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
}
.layout-gallery .grid-item {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 768px) {
  .layout-gallery .grid-item {
    margin-bottom: 2rem;
  }
}
.layout-gallery .thumbnail img {
  display: block;
}
.layout-gallery a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.layout-gallery .caption {
  margin: 0.75rem 0;
  font-size: 0.75rem;
}
@media all and (min-width: 1024px) {
  .layout-gallery .caption {
    font-size: 0.875rem;
    margin: 1rem 0;
  }
}
@media all and (min-width: 1366px) {
  .layout-gallery .caption {
    font-size: 1rem;
  }
}

.lightbox .lb-image {
  border: 0;
  border-radius: 0;
}

.lb-data .lb-number {
  display: none !important;
}

.heading-instagram {
  font-style: italic;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
  .heading-instagram {
    font-size: 1.5rem;
  }
}
.heading-instagram i {
  background: #593831;
  color: #fff;
  font-style: normal;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  font-size: 1.25rem;
  margin-right: 1rem;
}
@media all and (min-width: 768px) {
  .heading-instagram i {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.75rem;
  }
}

.layout-instagram #sb_instagram {
  width: calc(100% + 24px) !important;
  margin-left: -12px;
}
@media all and (min-width: 1024px) {
  .layout-instagram #sb_instagram {
    width: calc(100% + 60px) !important;
    margin-left: -30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .layout-instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    width: 33.3%;
  }
}
@media all and (min-width: 1024px) {
  .layout-instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    padding: 0 1.5rem 0.75rem 1.5rem !important;
  }
}
@media all and (min-width: 1366px) {
  .layout-instagram #sb_instagram.sbi_col_5 #sbi_images .sbi_item {
    padding-bottom: 1rem !important;
  }
}
.layout-instagram #sb_instagram .sbi_info p {
  padding: 15px 0 !important;
  text-align: left;
  line-height: 1.5;
}
@media all and (min-width: 1366px) {
  .layout-instagram #sb_instagram .sbi_info p {
    height: 100px;
    overflow: hidden;
  }
}
.layout-instagram #sb_instagram .sbi_inner_wrap {
  text-align: left;
  font-size: 0.875rem;
}
.layout-instagram .sbi_meta {
  text-align: left;
  padding-left: 0 !important;
}
.layout-instagram .sbi_expand > a {
  text-decoration: none;
  color: inherit;
}
.layout-instagram #sbi_load {
  margin-top: 1rem;
}
@media all and (min-width: 768px) {
  .layout-instagram #sbi_load {
    margin-top: 2rem;
  }
}
@media all and (min-width: 1366px) {
  .layout-instagram #sbi_load {
    margin-top: 4rem;
  }
}

.slideshow {
  list-style: none;
  margin: 0;
}

.slideshow--mobile {
  border: 1rem solid white;
  border-left: 0;
  border-right: 0;
}
@media all and (min-width: 768px) {
  .slideshow--mobile {
    display: none;
  }
}
.slideshow--mobile .slideshow__slide {
  overflow: hidden;
  height: 100vw;
}
@media all and (min-width: 568px) {
  .slideshow--mobile .slideshow__slide {
    height: 56.25vw;
  }
}

.slideshow--desktop {
  display: none;
}
@media all and (min-width: 768px) {
  .slideshow--desktop {
    display: block;
  }
}

.slideshow__slide {
  position: relative;
  display: none;
}
.slideshow__slide .cta-wrapper {
  height: 56.25vw;
  border-top: 1.5rem solid #fff;
  border-bottom: 1.5rem solid #fff;
}
@media all and (min-width: 1366px) {
  .slideshow__slide .cta-wrapper {
    height: 40vw;
  }
}
.slick-initialized .slideshow__slide, .slideshow__slide:first-child {
  display: block;
}

.slideshow__slide img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media all and (min-width: 1366px) {
  #miljo_lankar #miljo_lankar.layout-cols-2 .grid-item:last-child {
    max-width: calc(700px + 4.375rem);
  }
}

.retailer-header .hero-section {
  flex-wrap: wrap;
  max-width: 100% !important;
}
@media all and (min-width: 1024px) {
  .retailer-header .hero-section {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.retailer-header .hero-content {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
@media all and (min-width: 1024px) {
  .retailer-header .hero-content {
    -webkit-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.retailer-header .retailer-map {
  width: 100%;
}
@media all and (max-width: 1023.9px) {
  .retailer-header .retailer-map {
    max-height: 400px;
    height: 100vw;
  }
}
@media all and (min-width: 1024px) {
  .retailer-header .retailer-map {
    min-height: 400px;
    height: auto;
    -webkit-box-flex: 0 0 45%;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}

.gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-right: 2rem;
}
.gm-style .gm-style-iw-c button {
  top: -0.125rem !important;
  right: -0.125rem !important;
}
.gm-style .gm-style-iw-c .address {
  margin-bottom: 0;
}
.gm-style .gm-style-iw-c .address span {
  display: block;
}
.gm-style .gm-style-iw-c .retailer-tel {
  color: #593831;
  text-decoration: none;
}
.gm-style .gm-style-iw-c a {
  display: block;
  color: #188742;
}

.retailer-list-container {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.retailer-list-container .single-retailer {
  position: relative;
  margin-bottom: 1.5rem;
  line-height: 1.625;
}
@media all and (min-width: 568px) {
  .retailer-list-container .single-retailer {
    padding-right: 1.25rem;
    padding-top: 3rem;
  }
}
@media all and (min-width: 768px) {
  .retailer-list-container .single-retailer {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .retailer-list-container .single-retailer {
    max-width: 18rem;
    width: 20%;
    padding-top: 4rem;
    margin-bottom: 4.25rem;
  }
}
@media all and (min-width: 568px) {
  .retailer-list-container .single-retailer .heading--tertiary {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.retailer-list-container .single-retailer .heading--label {
  font-size: 1rem;
}
.retailer-list-container .single-retailer .address {
  margin: 0;
}
.retailer-list-container .single-retailer .address span {
  display: block;
}
.retailer-list-container .single-retailer a {
  color: #188742;
  display: block;
}
.retailer-list-container .single-retailer .retailer-tel {
  text-decoration: none;
  color: inherit;
}
@media all and (pointer: fine) {
  .retailer-list-container .single-retailer .retailer-tel:hover {
    color: #188742;
  }
}
.retailer-list-container .single-retailer .retailer-email,
.retailer-list-container .single-retailer .retailer-url {
  -webkit-hyphens: auto; /* Saf 5.1+ */
  -moz-hyphens: auto; /* Fx 6.0+ */
  -ms-hyphens: auto; /* IE 10+ */
  hyphens: auto; /* None yet */
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.625rem;
}
@media all and (min-width: 1584px) {
  .retailer-list-container .single-retailer .retailer-email,
  .retailer-list-container .single-retailer .retailer-url {
    font-size: 1rem;
  }
}

@media all and (min-width: 1366px) {
  .paint-calculator {
    max-width: 654px;
    margin-left: auto;
  }
}
.paint-calculator .calculator-header,
.paint-calculator .calculator-sqm,
.paint-calculator .calculator-body {
  position: relative;
  padding: 1.25rem 1.875rem 1.5rem 1.875rem;
  margin: 0 -1.875rem;
}
@media all and (min-width: 568px) {
  .paint-calculator .calculator-header,
  .paint-calculator .calculator-sqm,
  .paint-calculator .calculator-body {
    padding: 1.875rem 1.875rem 2.25rem 1.875rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .paint-calculator .calculator-header,
  .paint-calculator .calculator-sqm,
  .paint-calculator .calculator-body {
    padding: 2rem 2.5rem 2.5rem 2.5rem;
    margin: 0 -2.5rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .paint-calculator .calculator-header,
  .paint-calculator .calculator-sqm,
  .paint-calculator .calculator-body {
    padding: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .paint-calculator .calculator-header,
  .paint-calculator .calculator-sqm,
  .paint-calculator .calculator-body {
    margin: 0;
  }
}
.paint-calculator .toggle-self {
  position: absolute;
  right: 1.875rem;
  color: transparent;
}
.paint-calculator .toggle-self {
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
}
.paint-calculator .toggle-self::before, .paint-calculator .toggle-self:after {
  position: absolute;
  left: 0.4375rem;
  content: " ";
  height: 0.875rem;
  width: 1px;
  background-color: #08401D;
  top: 0;
}
.paint-calculator .toggle-self::before {
  transform: rotate(45deg);
}
.paint-calculator .toggle-self::after {
  transform: rotate(-45deg);
}
.paint-calculator .calculator-header {
  background: rgba(24, 135, 66, 0.098);
  text-align: right;
}
.paint-calculator .heading {
  text-align: left;
  color: #08401D;
}
.paint-calculator .sqm-result-string {
  color: #188742;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}
.paint-calculator .sqm-calculator-toggle {
  font-size: 1rem;
}
.paint-calculator .toggleable-container {
  display: none;
}
.paint-calculator .calculator-sqm-range {
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
@media all and (min-width: 412px) {
  .paint-calculator .calculator-sqm-range {
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .paint-calculator .calculator-sqm-range {
    padding-bottom: 1rem;
  }
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-sqm-range {
    padding-bottom: 1rem;
  }
}
.paint-calculator .calculator-sqm-range .min,
.paint-calculator .calculator-sqm-range .max {
  position: absolute;
  bottom: 0;
  color: #08401D;
  font-size: 0.5rem;
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .paint-calculator .calculator-sqm-range .min,
  .paint-calculator .calculator-sqm-range .max {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-sqm-range .min,
  .paint-calculator .calculator-sqm-range .max {
    font-size: 0.75rem;
  }
}
.paint-calculator .calculator-sqm-range .min {
  left: 0;
}
.paint-calculator .calculator-sqm-range .max {
  right: 0;
}
.paint-calculator #sqm-range-input {
  width: 100%;
}

.sqm-range-input {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent; /* Otherwise white in Chrome */
}

.sqm-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.sqm-range-input:focus {
  outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

.sqm-range-input::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.sqm-range-input {
  min-height: 26px;
}

.sqm-range-input::-webkit-slider-runnable-track {
  height: 0.25rem;
  border-radius: 1rem;
  background: rgba(24, 135, 66, 0.2);
  border: 0;
}

.sqm-range-input::-moz-range-track {
  height: 0.25rem;
  border-radius: 1rem;
  background: rgba(24, 135, 66, 0.2);
  border: 0;
}

.sqm-range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-shadow: 0 0 2px #188742;
  border: 9px solid #fff;
  width: 26px;
  height: 26px;
  background: #188742;
  cursor: pointer;
  margin-top: -12px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-sizing: border-box;
  border-radius: 50%;
}

.sqm-range-input::-moz-range-thumb {
  -moz-appearance: none;
  outline: 1px solid #188742;
  border: 9px solid #fff;
  width: 26px;
  height: 26px;
  background: #188742;
  cursor: pointer;
  margin-top: -14px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-sizing: border-box;
  border-radius: 50%;
}

/* Progress */
.sqm-range-input::-ms-fill-lower {
  background: #188742;
  height: 0.25rem;
  border-radius: 15px;
}

.sqm-range-input::-moz-range-progress {
  background: #188742;
  height: 0.25rem;
  border-radius: 15px;
}

.calculator-sqm {
  background: rgba(24, 135, 66, 0.2);
}
.calculator-sqm .sqm-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media all and (min-width: 412px) and (max-width: 567.9px) {
  .calculator-sqm .sqm-fields {
    max-width: 22rem;
  }
}
@media all and (min-width: 768px) {
  .calculator-sqm .sqm-fields {
    max-width: 36.25rem;
  }
}
.calculator-sqm .sqm-field,
.calculator-sqm .sqm-field input {
  position: relative;
  font-size: 1rem;
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .calculator-sqm .sqm-field,
  .calculator-sqm .sqm-field input {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .calculator-sqm .sqm-field,
  .calculator-sqm .sqm-field input {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1366px) {
  .calculator-sqm .sqm-field,
  .calculator-sqm .sqm-field input {
    font-size: 1.5rem;
  }
}
.calculator-sqm .input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.calculator-sqm input,
.calculator-sqm label,
.calculator-sqm .unit {
  color: #188742;
  font-weight: 700;
}
.calculator-sqm label {
  padding-bottom: 0.25rem;
  display: block;
}
@media all and (min-width: 412px) {
  .calculator-sqm label {
    padding-bottom: 0.5rem;
  }
}
.calculator-sqm input {
  text-align: right;
}
.calculator-sqm .sqm-width,
.calculator-sqm .sqm-height {
  padding-right: 1rem;
}
@media all and (min-width: 412px) {
  .calculator-sqm .sqm-width,
  .calculator-sqm .sqm-height {
    padding-right: 2rem;
  }
}
.calculator-sqm input {
  width: 3rem;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
  border: 1px solid #188742;
  margin-right: 0.25rem;
  padding: 0.25rem;
}
@media all and (min-width: 412px) {
  .calculator-sqm input {
    padding: 0.5rem;
    margin-right: 0.5rem;
    width: 4rem;
  }
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .calculator-sqm input {
    width: 5.625rem;
    padding: 0.75rem;
    margin-right: 0.75rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .calculator-sqm input {
    width: 4rem;
  }
}
@media all and (min-width: 1366px) {
  .calculator-sqm input {
    width: 5.625rem;
    padding: 0.75rem;
    margin-right: 0.75rem;
  }
}
.calculator-sqm .sqm-result-output {
  margin-left: auto;
  padding-left: 1rem;
}
@media all and (min-width: 412px) {
  .calculator-sqm .sqm-result-output {
    padding-left: 1.5rem;
  }
}
@media all and (min-width: 568px) and (max-width: 1023.9px) {
  .calculator-sqm .sqm-result-output {
    padding-left: 3rem;
  }
}
@media all and (min-width: 1366px) {
  .calculator-sqm .sqm-result-output {
    padding-left: 1.5rem;
  }
}
.calculator-sqm .sqm-result-output::before {
  content: "=";
  position: absolute;
  color: #188742;
  left: 0;
  top: 50%;
  font-weight: 700;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.paint-calculator .calculator-body {
  background: #fff;
}
@media all and (max-width: 567.9px) {
  .paint-calculator .calculator-body {
    padding-top: 1.875rem;
  }
}
.paint-calculator .calculator-body .heading {
  color: #593831;
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-body > .heading {
    margin-bottom: 1.75rem;
  }
}
.paint-calculator .calculator-body .paint-amount-result {
  color: #188742;
}
.paint-calculator .calculator-body .product-result-list .product-list-item {
  position: relative;
  counter-increment: product;
  padding-top: 2.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-body .product-result-list .product-list-item {
    padding-top: 3.5rem;
  }
}
.paint-calculator .calculator-body .product-result-list .product-list-item a {
  text-decoration: none;
  color: inherit;
}
.paint-calculator .calculator-body .product-result-list .product-list-item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #ECE5E0;
  position: absolute;
  top: 1.25rem;
  display: block;
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-body .product-result-list .product-list-item::before {
    top: 1.75rem;
  }
}
.paint-calculator .calculator-body .product-result-list .product-list-item::after {
  content: counter(product);
  box-sizing: border-box;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  display: block;
  background: #ECE5E0;
  color: #593831;
  text-align: center;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1;
  padding: 0.25rem;
  font-size: 1.5rem;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-body .product-result-list .product-list-item::after {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0.375rem;
    font-size: 2rem;
  }
}
.paint-calculator .calculator-body .product-result-list .product-image {
  margin-right: 1.25rem;
  -webkit-box-flex: 0 0 3rem;
  -webkit-flex: 0 0 3rem;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
}
@media all and (min-width: 412px) {
  .paint-calculator .calculator-body .product-result-list .product-image {
    -webkit-box-flex: 0 0 6.5rem;
    -webkit-flex: 0 0 6.5rem;
    -ms-flex: 0 0 6.5rem;
    flex: 0 0 6.5rem;
  }
}
.paint-calculator .calculator-body .product-result-list .product-image img {
  image-rendering: -webkit-optimize-contrast;
}
.paint-calculator .calculator-body .product-result-list .product-description {
  font-size: 0.875rem;
}
@media all and (min-width: 412px) {
  .paint-calculator .calculator-body .product-result-list .product-description {
    padding-top: 1rem;
    -webkit-box-flex: 0 0 calc(100% - 1.25rem - 6.5rem);
    -webkit-flex: 0 0 calc(100% - 1.25rem - 6.5rem);
    -ms-flex: 0 0 calc(100% - 1.25rem - 6.5rem);
    flex: 0 0 calc(100% - 1.25rem - 6.5rem);
  }
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .paint-calculator .calculator-body .product-result-list .product-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-self: flex-end;
  }
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-body .product-result-list .product-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-self: flex-end;
  }
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-body .product-result-list .product-short-description {
    margin-bottom: 0.75rem;
  }
}
.paint-calculator .calculator-body .product-result-list .product-title-description {
  padding-right: 2rem;
}
@media all and (min-width: 1024px) {
  .paint-calculator .calculator-body .product-result-list .product-title-description {
    padding: 0;
  }
}
.paint-calculator .calculator-body .product-result-list .product-amount {
  margin-left: auto;
  margin-top: 1rem;
  align-self: flex-start;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .paint-calculator .calculator-body .product-result-list .product-amount {
    margin: 0 0 auto auto;
  }
}
@media all and (min-width: 1366px) {
  .paint-calculator .calculator-body .product-result-list .product-amount {
    padding-left: 2rem;
    margin: 0 0 auto auto;
  }
}
@media all and (min-width: 1024px) and (max-width: 1583px) {
  .paint-calculator .calculator-body .product-result-list .product-amount .quantity-container input,
  .paint-calculator .calculator-body .product-result-list .product-amount .quantity-container button {
    height: 2.5rem;
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1583px) {
  .paint-calculator .calculator-body .product-result-list .product-amount .unit {
    font-size: 1rem;
  }
}
.paint-calculator .calculator-body .add-to-wishlist .button {
  margin-top: 0;
}

@media all and (max-width: 767.9px) {
  .layout-wishlist {
    padding-top: 0;
  }
}

table.wishlist_table,
.woocommerce table.cart.wishlist_table,
.woocommerce-page table.cart.wishlist_table {
  border: 0;
  border-top: 1px solid #593831;
  border-collapse: collapse;
  margin: 0 -1.875rem;
  width: calc(100% + 1.875rem + 1.875rem);
  display: block;
  border-radius: 0;
}
@media all and (min-width: 768px) {
  table.wishlist_table,
  .woocommerce table.cart.wishlist_table,
  .woocommerce-page table.cart.wishlist_table {
    display: table;
    margin: 0;
    width: 100%;
    border: 0;
  }
}
@media all and (max-width: 767.9px) {
  table.wishlist_table thead,
  .woocommerce table.cart.wishlist_table thead,
  .woocommerce-page table.cart.wishlist_table thead {
    display: none;
  }
}
table.wishlist_table thead th,
.woocommerce table.cart.wishlist_table thead th,
.woocommerce-page table.cart.wishlist_table thead th {
  border: 0;
  font-weight: 400;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  padding: 0 0 1.25rem 0;
}
@media all and (min-width: 1366px) {
  table.wishlist_table thead th,
  .woocommerce table.cart.wishlist_table thead th,
  .woocommerce-page table.cart.wishlist_table thead th {
    font-size: 2rem;
    padding: 0 0 2.5rem 0;
  }
}
@media all and (min-width: 1366px) {
  table.wishlist_table thead th:first-child,
  .woocommerce table.cart.wishlist_table thead th:first-child,
  .woocommerce-page table.cart.wishlist_table thead th:first-child {
    padding-left: 2.5rem;
  }
}
@media all and (max-width: 767.9px) {
  table.wishlist_table tbody,
  .woocommerce table.cart.wishlist_table tbody,
  .woocommerce-page table.cart.wishlist_table tbody {
    display: block;
  }
}
table.wishlist_table tbody tr,
.woocommerce table.cart.wishlist_table tbody tr,
.woocommerce-page table.cart.wishlist_table tbody tr {
  position: relative;
}
@media all and (max-width: 767.9px) {
  table.wishlist_table tbody tr,
  .woocommerce table.cart.wishlist_table tbody tr,
  .woocommerce-page table.cart.wishlist_table tbody tr {
    display: block;
    border-bottom: 1px solid #593831;
    padding: 1.875rem 0;
  }
}
@media all and (min-width: 768px) {
  table.wishlist_table tbody tr:first-child > td,
  .woocommerce table.cart.wishlist_table tbody tr:first-child > td,
  .woocommerce-page table.cart.wishlist_table tbody tr:first-child > td {
    border-top: 1px solid #593831;
  }
}
table.wishlist_table tbody td,
.woocommerce table.cart.wishlist_table tbody td,
.woocommerce-page table.cart.wishlist_table tbody td {
  border: 0;
  padding: 0 1.875rem 1.5rem 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  table.wishlist_table tbody td,
  .woocommerce table.cart.wishlist_table tbody td,
  .woocommerce-page table.cart.wishlist_table tbody td {
    padding: 1.25rem 1.25rem 1.25rem 0;
    border-bottom: 1px solid #593831;
    display: table-cell !important;
    vertical-align: top;
  }
}
@media all and (min-width: 1366px) {
  table.wishlist_table tbody td,
  .woocommerce table.cart.wishlist_table tbody td,
  .woocommerce-page table.cart.wishlist_table tbody td {
    padding: 3.25rem 3.25rem 3.25rem 0;
  }
}
@media all and (max-width: 411.9px) {
  table.wishlist_table tbody td.product-color .product-color-input-container,
  table.wishlist_table tbody td.product-color .product-amount,
  table.wishlist_table tbody td.product-amount .product-color-input-container,
  table.wishlist_table tbody td.product-amount .product-amount,
  .woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input-container,
  .woocommerce table.cart.wishlist_table tbody td.product-color .product-amount,
  .woocommerce table.cart.wishlist_table tbody td.product-amount .product-color-input-container,
  .woocommerce table.cart.wishlist_table tbody td.product-amount .product-amount,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input-container,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color .product-amount,
  .woocommerce-page table.cart.wishlist_table tbody td.product-amount .product-color-input-container,
  .woocommerce-page table.cart.wishlist_table tbody td.product-amount .product-amount {
    max-width: calc(100% - 6.25rem);
  }
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  table.wishlist_table tbody td.product-color .product-color-input-container,
  table.wishlist_table tbody td.product-color .product-amount,
  table.wishlist_table tbody td.product-amount .product-color-input-container,
  table.wishlist_table tbody td.product-amount .product-amount,
  .woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input-container,
  .woocommerce table.cart.wishlist_table tbody td.product-color .product-amount,
  .woocommerce table.cart.wishlist_table tbody td.product-amount .product-color-input-container,
  .woocommerce table.cart.wishlist_table tbody td.product-amount .product-amount,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input-container,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color .product-amount,
  .woocommerce-page table.cart.wishlist_table tbody td.product-amount .product-color-input-container,
  .woocommerce-page table.cart.wishlist_table tbody td.product-amount .product-amount {
    max-width: calc(100% - 7.75rem);
  }
}
@media screen {
  table.wishlist_table tbody td.product-color::before,
  table.wishlist_table tbody td.product-amount::before,
  .woocommerce table.cart.wishlist_table tbody td.product-color::before,
  .woocommerce table.cart.wishlist_table tbody td.product-amount::before,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color::before,
  .woocommerce-page table.cart.wishlist_table tbody td.product-amount::before {
    box-sizing: border-box;
    font-family: "Playfair Display", sans-serif;
    font-style: italic;
    font-size: 1.375rem;
    display: block;
    content: attr(data-title);
    width: 6.25rem;
    padding-right: 1.25rem;
    text-align: right;
  }
}
@media screen and (min-width: 412px) {
  table.wishlist_table tbody td.product-color::before,
  table.wishlist_table tbody td.product-amount::before,
  .woocommerce table.cart.wishlist_table tbody td.product-color::before,
  .woocommerce table.cart.wishlist_table tbody td.product-amount::before,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color::before,
  .woocommerce-page table.cart.wishlist_table tbody td.product-amount::before {
    width: 7.75rem;
  }
}
@media screen and (min-width: 768px) {
  table.wishlist_table tbody td.product-color::before,
  table.wishlist_table tbody td.product-amount::before,
  .woocommerce table.cart.wishlist_table tbody td.product-color::before,
  .woocommerce table.cart.wishlist_table tbody td.product-amount::before,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color::before,
  .woocommerce-page table.cart.wishlist_table tbody td.product-amount::before {
    content: none;
  }
}
table.wishlist_table tbody td.product-name,
.woocommerce table.cart.wishlist_table tbody td.product-name,
.woocommerce-page table.cart.wishlist_table tbody td.product-name {
  display: block;
}
table.wishlist_table tbody td.product-name .product-name-container,
.woocommerce table.cart.wishlist_table tbody td.product-name .product-name-container,
.woocommerce-page table.cart.wishlist_table tbody td.product-name .product-name-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 768px) {
  table.wishlist_table tbody td.product-name .product-name-container,
  .woocommerce table.cart.wishlist_table tbody td.product-name .product-name-container,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name .product-name-container {
    align-items: flex-start;
  }
}
@media all and (min-width: 1366px) {
  table.wishlist_table tbody td.product-name .product-name-container,
  .woocommerce table.cart.wishlist_table tbody td.product-name .product-name-container,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name .product-name-container {
    padding-left: 2.5rem;
  }
}
table.wishlist_table tbody td.product-name .product-thumbnail-link,
.woocommerce table.cart.wishlist_table tbody td.product-name .product-thumbnail-link,
.woocommerce-page table.cart.wishlist_table tbody td.product-name .product-thumbnail-link {
  display: block;
  width: 6.25rem;
  padding-right: 1.25rem;
}
@media all and (min-width: 412px) {
  table.wishlist_table tbody td.product-name .product-thumbnail-link,
  .woocommerce table.cart.wishlist_table tbody td.product-name .product-thumbnail-link,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name .product-thumbnail-link {
    width: 7.75rem;
  }
}
@media all and (min-width: 768px) {
  table.wishlist_table tbody td.product-name .product-thumbnail-link,
  .woocommerce table.cart.wishlist_table tbody td.product-name .product-thumbnail-link,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name .product-thumbnail-link {
    width: 5rem;
  }
}
@media all and (min-width: 1366px) {
  table.wishlist_table tbody td.product-name .product-thumbnail-link,
  .woocommerce table.cart.wishlist_table tbody td.product-name .product-thumbnail-link,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name .product-thumbnail-link {
    width: 14rem;
    -webkit-box-flex: 0 0 14rem;
    -webkit-flex: 0 0 14rem;
    -ms-flex: 0 0 14rem;
    flex: 0 0 14rem;
    padding-right: 2.5rem;
    margin-top: -1rem;
  }
}
table.wishlist_table tbody td.product-name .product-title-desc-link,
.woocommerce table.cart.wishlist_table tbody td.product-name .product-title-desc-link,
.woocommerce-page table.cart.wishlist_table tbody td.product-name .product-title-desc-link {
  color: inherit;
  text-decoration: none;
  line-height: 1.375;
  padding-top: 0.75rem;
}
@media all and (min-width: 768px) {
  table.wishlist_table tbody td.product-name .product-title-desc-link,
  .woocommerce table.cart.wishlist_table tbody td.product-name .product-title-desc-link,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name .product-title-desc-link {
    padding: 0;
  }
}
table.wishlist_table tbody td.product-name .product-title-desc-link p,
.woocommerce table.cart.wishlist_table tbody td.product-name .product-title-desc-link p,
.woocommerce-page table.cart.wishlist_table tbody td.product-name .product-title-desc-link p {
  margin: 0;
}
table.wishlist_table tbody td.product-name .heading,
.woocommerce table.cart.wishlist_table tbody td.product-name .heading,
.woocommerce-page table.cart.wishlist_table tbody td.product-name .heading {
  font-size: 1rem;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  table.wishlist_table tbody td.product-name .heading,
  .woocommerce table.cart.wishlist_table tbody td.product-name .heading,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name .heading {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1366px) {
  table.wishlist_table tbody td.product-name .heading,
  .woocommerce table.cart.wishlist_table tbody td.product-name .heading,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name .heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-top: 0.625rem;
  }
}
table.wishlist_table tbody td.product-name p,
.woocommerce table.cart.wishlist_table tbody td.product-name p,
.woocommerce-page table.cart.wishlist_table tbody td.product-name p {
  font-size: 0.875rem;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  table.wishlist_table tbody td.product-name p,
  .woocommerce table.cart.wishlist_table tbody td.product-name p,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name p {
    font-size: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  table.wishlist_table tbody td.product-name p,
  .woocommerce table.cart.wishlist_table tbody td.product-name p,
  .woocommerce-page table.cart.wishlist_table tbody td.product-name p {
    font-size: 1rem;
  }
}
table.wishlist_table tbody td.product-color,
.woocommerce table.cart.wishlist_table tbody td.product-color,
.woocommerce-page table.cart.wishlist_table tbody td.product-color {
  max-width: 25.75rem;
}
table.wishlist_table tbody td.product-color .product-color-input-container,
.woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input-container,
.woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input-container {
  margin: 0;
}
@media all and (min-width: 1024px) {
  table.wishlist_table tbody td.product-color .product-color-input-container,
  .woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input-container,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input-container {
    width: 15rem;
  }
}
@media all and (min-width: 1366px) {
  table.wishlist_table tbody td.product-color .product-color-input-container,
  .woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input-container,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input-container {
    width: 22.5rem;
  }
}
table.wishlist_table tbody td.product-color .product-color-input,
.woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input,
.woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input {
  border: 1px solid #188742;
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  color: #188742;
  font-size: 1rem;
}
@media all and (min-width: 1024px) {
  table.wishlist_table tbody td.product-color .product-color-input,
  .woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input {
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1366px) {
  table.wishlist_table tbody td.product-color .product-color-input,
  .woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input,
  .woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input {
    padding: 0.5rem 1.25rem;
  }
}
table.wishlist_table tbody td.product-color .product-color-input:disabled,
.woocommerce table.cart.wishlist_table tbody td.product-color .product-color-input:disabled,
.woocommerce-page table.cart.wishlist_table tbody td.product-color .product-color-input:disabled {
  cursor: not-allowed;
  color: rgba(24, 135, 66, 0.4);
  background: #fff;
}
table.wishlist_table tbody td.product-color::before,
.woocommerce table.cart.wishlist_table tbody td.product-color::before,
.woocommerce-page table.cart.wishlist_table tbody td.product-color::before {
  padding-top: 0.75rem;
}
table.wishlist_table tbody .input-description,
.woocommerce table.cart.wishlist_table tbody .input-description,
.woocommerce-page table.cart.wishlist_table tbody .input-description {
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.25;
  display: block;
  margin-top: 0.375rem;
}
@media all and (min-width: 1366px) {
  table.wishlist_table tbody .input-description,
  .woocommerce table.cart.wishlist_table tbody .input-description,
  .woocommerce-page table.cart.wishlist_table tbody .input-description {
    margin-top: 0.625rem;
  }
}
@media all and (min-width: 768px) {
  table.wishlist_table tbody td.product-amount,
  .woocommerce table.cart.wishlist_table tbody td.product-amount,
  .woocommerce-page table.cart.wishlist_table tbody td.product-amount {
    display: table-cell !important;
  }
}
table.wishlist_table tbody .product-remove,
.woocommerce table.cart.wishlist_table tbody .product-remove,
.woocommerce-page table.cart.wishlist_table tbody .product-remove {
  justify-content: flex-end;
  padding-bottom: 0;
}
@media all and (min-width: 768px) {
  table.wishlist_table tbody .product-remove,
  .woocommerce table.cart.wishlist_table tbody .product-remove,
  .woocommerce-page table.cart.wishlist_table tbody .product-remove {
    padding-right: 0;
  }
}
table.wishlist_table tbody .product-remove a.remove,
.woocommerce table.cart.wishlist_table tbody .product-remove a.remove,
.woocommerce-page table.cart.wishlist_table tbody .product-remove a.remove {
  background: #EAF4EE;
  border: 1px solid #188742;
  color: #188742 !important;
  width: 3.125rem;
  height: 3.125rem;
  padding: 1rem 0;
  text-align: center;
  display: inline-block;
  font-size: 1rem;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  table.wishlist_table tbody .product-remove a.remove,
  .woocommerce table.cart.wishlist_table tbody .product-remove a.remove,
  .woocommerce-page table.cart.wishlist_table tbody .product-remove a.remove {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.675rem 0;
    font-size: 0.875rem;
  }
}

.wishlist-empty {
  font-size: 1rem;
}

.product-amount .quantity-container input,
.product-amount .quantity-container button {
  height: 2.5rem;
  font-size: 1rem;
}
@media all and (min-width: 1024px) {
  .product-amount .quantity-container input,
  .product-amount .quantity-container button {
    height: 3.125rem;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 1024px) {
  .product-amount .quantity-container input {
    width: 3.125rem !important;
  }
}
@media all and (min-width: 1024px) {
  .product-amount .quantity-container button {
    width: 2rem;
  }
}
.product-amount .unit {
  font-size: 1rem;
}
@media all and (min-width: 1024px) {
  .product-amount .unit {
    font-size: 1.5rem;
  }
}

@media all and (min-width: 768px) {
  .woocommerce .sharing,
  .woocommerce .yith_wcwl_wishlist_footer .sharing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: 0 -0.5rem;
    padding-top: 1.25rem;
    justify-content: flex-end;
  }
}
@media all and (min-width: 1366px) {
  .woocommerce .sharing,
  .woocommerce .yith_wcwl_wishlist_footer .sharing {
    padding-left: 17rem;
  }
}
.woocommerce .sharing input,
.woocommerce .sharing button,
.woocommerce .sharing button.button,
.woocommerce .sharing #share-wishlist-submit,
.woocommerce .sharing a.button,
.woocommerce .yith_wcwl_wishlist_footer .sharing input,
.woocommerce .yith_wcwl_wishlist_footer .sharing button,
.woocommerce .yith_wcwl_wishlist_footer .sharing button.button,
.woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit,
.woocommerce .yith_wcwl_wishlist_footer .sharing a.button {
  width: 100%;
  white-space: nowrap;
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  .woocommerce .sharing input,
  .woocommerce .sharing button,
  .woocommerce .sharing button.button,
  .woocommerce .sharing #share-wishlist-submit,
  .woocommerce .sharing a.button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing input,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button.button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit,
  .woocommerce .yith_wcwl_wishlist_footer .sharing a.button {
    font-size: 1.25rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .woocommerce .sharing input,
  .woocommerce .sharing button,
  .woocommerce .sharing button.button,
  .woocommerce .sharing #share-wishlist-submit,
  .woocommerce .sharing a.button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing input,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button.button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit,
  .woocommerce .yith_wcwl_wishlist_footer .sharing a.button {
    font-size: 1rem;
    padding: 1rem 1rem 1rem 1.25rem;
    margin: 0;
    height: 3.25rem;
  }
}
@media all and (min-width: 768px) {
  .woocommerce .sharing input,
  .woocommerce .sharing button,
  .woocommerce .sharing button.button,
  .woocommerce .sharing #share-wishlist-submit,
  .woocommerce .sharing a.button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing input,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button.button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit,
  .woocommerce .yith_wcwl_wishlist_footer .sharing a.button {
    width: auto;
  }
}
@media all and (min-width: 1366px) {
  .woocommerce .sharing input,
  .woocommerce .sharing button,
  .woocommerce .sharing button.button,
  .woocommerce .sharing #share-wishlist-submit,
  .woocommerce .sharing a.button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing input,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button.button,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit,
  .woocommerce .yith_wcwl_wishlist_footer .sharing a.button {
    font-size: 1.25rem;
  }
}
@media all and (min-width: 768px) {
  .woocommerce .sharing input::after,
  .woocommerce .sharing button::after,
  .woocommerce .sharing button.button::after,
  .woocommerce .sharing #share-wishlist-submit::after,
  .woocommerce .sharing a.button::after,
  .woocommerce .yith_wcwl_wishlist_footer .sharing input::after,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button::after,
  .woocommerce .yith_wcwl_wishlist_footer .sharing button.button::after,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit::after,
  .woocommerce .yith_wcwl_wishlist_footer .sharing a.button::after {
    position: relative;
    right: 0;
    margin-left: 1rem;
  }
}
.woocommerce .sharing #share-wishlist-email,
.woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-email {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.25rem;
  border-radius: 2.5rem;
  padding: 1.25rem 1.875rem;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  font-family: "Playfair Display", sans-serif;
  position: relative;
  background: #F8F6F2;
  color: #593831;
  transition: all 0.5s ease;
  border: 1px solid #ECE5E0;
  height: calc(100% - 2px);
}
@media all and (min-width: 768px) {
  .woocommerce .sharing #share-wishlist-email,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-email {
    margin: 0 0.5rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1365.9px) {
  .woocommerce .sharing #share-wishlist-email,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-email {
    font-size: 1rem;
    padding: 1rem;
    height: 3.25rem;
  }
}
@media all and (min-width: 1366px) {
  .woocommerce .sharing #share-wishlist-email,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-email {
    font-size: 1.25rem;
    margin-left: 0;
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.woocommerce .sharing #share-wishlist-submit,
.woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit {
  margin-top: 0.75rem;
}
@media all and (min-width: 768px) {
  .woocommerce .sharing #share-wishlist-submit,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit {
    margin: 0 0.5rem;
  }
}
@media all and (min-width: 1366px) {
  .woocommerce .sharing #share-wishlist-submit,
  .woocommerce .yith_wcwl_wishlist_footer .sharing #share-wishlist-submit {
    margin: 0 0.625rem;
    padding-right: 2.25rem;
  }
}

#print-wishlist {
  white-space: nowrap;
  padding-right: 1.875rem;
  margin: 1.5rem 0 0 0;
  height: auto;
}
@media all and (min-width: 1024px) {
  #print-wishlist {
    margin: auto 0 auto auto;
    font-size: 1rem;
    padding: 1.375em 2.5em;
  }
}
@media all and (min-width: 1366px) {
  #print-wishlist {
    font-size: 1.25rem;
    padding-right: 2.25rem;
  }
}
#print-wishlist::before {
  content: "\f02f";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  margin-right: 0.875rem;
}
#print-wishlist::after {
  content: none;
}

#yith-wcwl-popup-message {
  display: none !important;
}

.product-overview-footer,
.woocommerce .product-overview-footer {
  background: #fff;
  padding: 1.25rem;
  margin-top: 1.5rem;
}
@media all and (min-width: 768px) {
  .product-overview-footer,
  .woocommerce .product-overview-footer {
    padding: 2rem 1.5rem;
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .product-overview-footer,
  .woocommerce .product-overview-footer {
    padding: 1.25rem;
  }
}
@media all and (min-width: 1200px) {
  .product-overview-footer,
  .woocommerce .product-overview-footer {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1366px) {
  .product-overview-footer,
  .woocommerce .product-overview-footer {
    margin-top: 4.5rem;
    padding: 2rem 2.75rem;
  }
}
.product-overview-footer .product-wishlist-container,
.woocommerce .product-overview-footer .product-wishlist-container {
  position: relative;
}
@media all and (min-width: 412px) {
  .product-overview-footer .product-wishlist-container,
  .woocommerce .product-overview-footer .product-wishlist-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 1200px) {
  .product-overview-footer .product-wishlist-container,
  .woocommerce .product-overview-footer .product-wishlist-container {
    padding-right: 1.25rem;
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.product-overview-footer .product-wishlist-container img,
.woocommerce .product-overview-footer .product-wishlist-container img {
  display: block;
  margin-bottom: 1.25rem;
}
@media all and (min-width: 412px) {
  .product-overview-footer .product-wishlist-container img,
  .woocommerce .product-overview-footer .product-wishlist-container img {
    width: 4rem;
    height: auto;
    align-self: flex-start;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1366px) {
  .product-overview-footer .product-wishlist-container img,
  .woocommerce .product-overview-footer .product-wishlist-container img {
    width: 6rem;
  }
}
@media all and (min-width: 412px) {
  .product-overview-footer .product-wishlist-container .product-summary,
  .woocommerce .product-overview-footer .product-wishlist-container .product-summary {
    padding-left: 1rem;
    width: 100%;
  }
}
@media all and (min-width: 568px) {
  .product-overview-footer .product-wishlist-container .product-summary,
  .woocommerce .product-overview-footer .product-wishlist-container .product-summary {
    width: calc(100% - 160px - 6rem);
  }
}
@media all and (min-width: 1366px) {
  .product-overview-footer .product-wishlist-container .product-summary,
  .woocommerce .product-overview-footer .product-wishlist-container .product-summary {
    width: 17rem;
    margin-top: auto;
    padding-bottom: 0.5rem;
  }
}
.product-overview-footer .product-wishlist-container .product-summary p,
.woocommerce .product-overview-footer .product-wishlist-container .product-summary p {
  margin: 0;
}
.product-overview-footer .product-wishlist-container .product-short-desc,
.woocommerce .product-overview-footer .product-wishlist-container .product-short-desc {
  font-size: 0.75rem;
}
@media all and (min-width: 1366px) {
  .product-overview-footer .product-wishlist-container .product-short-desc,
  .woocommerce .product-overview-footer .product-wishlist-container .product-short-desc {
    font-size: 0.8rem;
  }
}
.product-overview-footer .yith-wcwl-add-to-wishlist,
.woocommerce .product-overview-footer .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  position: relative;
}
@media all and (min-width: 1366px) {
  .product-overview-footer .yith-wcwl-add-to-wishlist,
  .woocommerce .product-overview-footer .yith-wcwl-add-to-wishlist {
    -webkit-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.product-overview-footer .heading--label,
.woocommerce .product-overview-footer .heading--label {
  font-size: 1rem !important;
  margin-bottom: 0.125rem;
}
.product-overview-footer .product-amount,
.woocommerce .product-overview-footer .product-amount {
  margin: 1.5rem 0;
}
@media all and (min-width: 412px) {
  .product-overview-footer .product-amount,
  .woocommerce .product-overview-footer .product-amount {
    margin-bottom: 0;
  }
}
@media all and (min-width: 568px) {
  .product-overview-footer .product-amount,
  .woocommerce .product-overview-footer .product-amount {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
    margin: 0;
  }
}
@media all and (min-width: 1200px) {
  .product-overview-footer .product-amount,
  .woocommerce .product-overview-footer .product-amount {
    right: 1.25rem;
  }
}
@media all and (min-width: 1366px) {
  .product-overview-footer .product-amount,
  .woocommerce .product-overview-footer .product-amount {
    right: 2rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .product-overview-footer .product-amount .quantity-container input, .product-overview-footer .product-amount .quantity-container button,
  .woocommerce .product-overview-footer .product-amount .quantity-container input,
  .woocommerce .product-overview-footer .product-amount .quantity-container button {
    height: 2.5rem;
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .product-overview-footer .product-amount .quantity-container + .unit,
  .woocommerce .product-overview-footer .product-amount .quantity-container + .unit {
    font-size: 1rem;
  }
}
.product-overview-footer .product-action,
.woocommerce .product-overview-footer .product-action {
  margin-top: 1rem;
}
@media all and (min-width: 1200px) {
  .product-overview-footer .product-action,
  .woocommerce .product-overview-footer .product-action {
    margin: auto 0;
    -webkit-box-flex: 0 0 250px;
    -webkit-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}
@media all and (min-width: 1366px) {
  .product-overview-footer .product-action,
  .woocommerce .product-overview-footer .product-action {
    -webkit-box-flex: 0 0 300px;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }
}
@media all and (min-width: 568px) {
  .product-overview-footer .product-action .yith-wcwl-add-to-wishlist,
  .woocommerce .product-overview-footer .product-action .yith-wcwl-add-to-wishlist {
    text-align: right;
  }
}
.product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
.product-overview-footer .product-action .button.button--green,
.woocommerce .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
.woocommerce .product-overview-footer .product-action .button.button--green {
  width: 100%;
  margin-top: 0;
  white-space: nowrap;
}
@media all and (min-width: 412px) {
  .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
  .product-overview-footer .product-action .button.button--green,
  .woocommerce .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
  .woocommerce .product-overview-footer .product-action .button.button--green {
    margin-top: 0.5rem;
  }
}
@media all and (min-width: 568px) {
  .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
  .product-overview-footer .product-action .button.button--green,
  .woocommerce .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
  .woocommerce .product-overview-footer .product-action .button.button--green {
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
  .product-overview-footer .product-action .button.button--green,
  .woocommerce .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
  .woocommerce .product-overview-footer .product-action .button.button--green {
    margin: 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
  .product-overview-footer .product-action .button.button--green,
  .woocommerce .product-overview-footer .product-action a.single_add_to_wishlist.button.button--green,
  .woocommerce .product-overview-footer .product-action .button.button--green {
    font-size: 1.125rem;
    padding: 1.25rem 4.25rem 1.25rem 1.875rem;
  }
}
.product-overview-footer .yith-wcwl-wishlistexistsbrowse,
.product-overview-footer .yith-wcwl-wishlistaddedbrowse,
.woocommerce .product-overview-footer .yith-wcwl-wishlistexistsbrowse,
.woocommerce .product-overview-footer .yith-wcwl-wishlistaddedbrowse {
  font-size: 0.75rem;
  text-align: left;
}
@media all and (min-width: 412px) {
  .product-overview-footer .yith-wcwl-wishlistexistsbrowse,
  .product-overview-footer .yith-wcwl-wishlistaddedbrowse,
  .woocommerce .product-overview-footer .yith-wcwl-wishlistexistsbrowse,
  .woocommerce .product-overview-footer .yith-wcwl-wishlistaddedbrowse {
    padding-left: 5rem;
  }
}
@media all and (min-width: 1200px) {
  .product-overview-footer .yith-wcwl-wishlistexistsbrowse,
  .product-overview-footer .yith-wcwl-wishlistaddedbrowse,
  .woocommerce .product-overview-footer .yith-wcwl-wishlistexistsbrowse,
  .woocommerce .product-overview-footer .yith-wcwl-wishlistaddedbrowse {
    padding-left: 2rem;
  }
}
@media all and (min-width: 1366px) {
  .product-overview-footer .yith-wcwl-wishlistexistsbrowse,
  .product-overview-footer .yith-wcwl-wishlistaddedbrowse,
  .woocommerce .product-overview-footer .yith-wcwl-wishlistexistsbrowse,
  .woocommerce .product-overview-footer .yith-wcwl-wishlistaddedbrowse {
    font-size: 0.875rem;
  }
}
@media all and (min-width: 1200px) {
  .product-overview-footer .yith-wcwl-wishlistexistsbrowse .feedback,
  .woocommerce .product-overview-footer .yith-wcwl-wishlistexistsbrowse .feedback {
    display: block;
  }
}

table.wishlist_table.wishlist-is-empty {
  border: 0 !important;
  margin: 0 0 2.5rem 0 !important;
  width: 100% !important;
}
@media all and (min-width: 412px) {
  table.wishlist_table.wishlist-is-empty {
    margin-bottom: 5rem !important;
  }
}
table.wishlist_table.wishlist-is-empty tr {
  border: 0 !important;
  margin: 0 !important;
  padding: 2.5rem 0 0 0 !important;
}
table.wishlist_table.wishlist-is-empty tbody tr td.wishlist-empty {
  margin: 0 !important;
  border: 0 !important;
  text-align: left !important;
  padding: 1rem 1.5rem;
  color: #08401D;
  background: rgba(24, 135, 66, 0.098);
  font-family: "Playfair Display", sans-serif;
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 400;
  font-style: italic;
}
@media all and (min-width: 1366px) {
  table.wishlist_table.wishlist-is-empty tbody tr td.wishlist-empty {
    font-size: 2rem;
    padding: 2.5rem 3.25rem !important;
  }
}

@media all and (min-width: 768px) {
  .wishlist-empty-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .wishlist-empty-content {
    margin-left: -5rem;
  }
}

.wishlist-empty-content__column {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 768px) {
  .wishlist-empty-content__column {
    padding-left: 2.5rem;
    -webkit-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1366px) {
  .wishlist-empty-content__column {
    padding-left: 5rem;
  }
}

/*
 * Produktlistning
 */
.woocommerce ul.products[class*=columns-],
.woocommerce-page ul.products[class*=columns-] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce ul.products[class*=columns-] li.product,
.woocommerce ul.products[class*=columns-] li.product.first,
.woocommerce ul.products[class*=columns-] li.product.last,
.woocommerce-page ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product.first,
.woocommerce-page ul.products[class*=columns-] li.product.last {
  float: none !important;
  width: 100%;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 3.25rem;
}
@media all and (min-width: 568px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce ul.products[class*=columns-] li.product.first,
  .woocommerce ul.products[class*=columns-] li.product.last,
  .woocommerce-page ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product.first,
  .woocommerce-page ul.products[class*=columns-] li.product.last {
    width: calc(50% - 1.5rem);
    -webkit-box-flex: 0 0 calc(50% - 1.5rem);
    -webkit-flex: 0 0 calc(50% - 1.5rem);
    -ms-flex: 0 0 calc(50% - 1.5rem);
    flex: 0 0 calc(50% - 1.5rem);
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(odd),
  .woocommerce ul.products[class*=columns-] li.product.first:nth-of-type(odd),
  .woocommerce ul.products[class*=columns-] li.product.last:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product.first:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product.last:nth-of-type(odd) {
    margin-right: 3rem;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(even),
  .woocommerce ul.products[class*=columns-] li.product.first:nth-of-type(even),
  .woocommerce ul.products[class*=columns-] li.product.last:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product.first:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product.last:nth-of-type(even) {
    margin-right: 0;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce ul.products[class*=columns-] li.product.first,
  .woocommerce ul.products[class*=columns-] li.product.last,
  .woocommerce-page ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product.first,
  .woocommerce-page ul.products[class*=columns-] li.product.last {
    width: calc(33.3% - 2rem);
    -webkit-box-flex: 0 0 calc(33.3% - 2rem);
    -webkit-flex: 0 0 calc(33.3% - 2rem);
    -ms-flex: 0 0 calc(33.3% - 2rem);
    flex: 0 0 calc(33.3% - 2rem);
    margin: 0 3rem 3.75rem 0;
    clear: none !important;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(odd), .woocommerce ul.products[class*=columns-] li.product:nth-of-type(even),
  .woocommerce ul.products[class*=columns-] li.product.first:nth-of-type(odd),
  .woocommerce ul.products[class*=columns-] li.product.first:nth-of-type(even),
  .woocommerce ul.products[class*=columns-] li.product.last:nth-of-type(odd),
  .woocommerce ul.products[class*=columns-] li.product.last:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product.first:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product.first:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product.last:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product.last:nth-of-type(even) {
    margin-right: 3rem;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(3n),
  .woocommerce ul.products[class*=columns-] li.product.first:nth-of-type(3n),
  .woocommerce ul.products[class*=columns-] li.product.last:nth-of-type(3n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(3n),
  .woocommerce-page ul.products[class*=columns-] li.product.first:nth-of-type(3n),
  .woocommerce-page ul.products[class*=columns-] li.product.last:nth-of-type(3n) {
    margin-right: 0 !important;
  }
}
@media all and (min-width: 1366px) {
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce ul.products[class*=columns-] li.product:nth-of-type(odd), .woocommerce ul.products[class*=columns-] li.product:nth-of-type(even),
  .woocommerce ul.products[class*=columns-] li.product.first,
  .woocommerce ul.products[class*=columns-] li.product.first:nth-of-type(odd),
  .woocommerce ul.products[class*=columns-] li.product.first:nth-of-type(even),
  .woocommerce ul.products[class*=columns-] li.product.last,
  .woocommerce ul.products[class*=columns-] li.product.last:nth-of-type(odd),
  .woocommerce ul.products[class*=columns-] li.product.last:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product.first,
  .woocommerce-page ul.products[class*=columns-] li.product.first:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product.first:nth-of-type(even),
  .woocommerce-page ul.products[class*=columns-] li.product.last,
  .woocommerce-page ul.products[class*=columns-] li.product.last:nth-of-type(odd),
  .woocommerce-page ul.products[class*=columns-] li.product.last:nth-of-type(even) {
    margin: 0 3.75rem 6rem 0;
    width: calc(25% - 2.8125rem);
    -webkit-box-flex: 0 0 calc(25% - 2.8125rem);
    -webkit-flex: 0 0 calc(25% - 2.8125rem);
    -ms-flex: 0 0 calc(25% - 2.8125rem);
    flex: 0 0 calc(25% - 2.8125rem);
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-of-type(4n + 4),
  .woocommerce ul.products[class*=columns-] li.product.first:nth-of-type(4n + 4),
  .woocommerce ul.products[class*=columns-] li.product.last:nth-of-type(4n + 4),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-of-type(4n + 4),
  .woocommerce-page ul.products[class*=columns-] li.product.first:nth-of-type(4n + 4),
  .woocommerce-page ul.products[class*=columns-] li.product.last:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}

.post-type-archive-product .heading--primary.facetwp-result-count {
  border: 0;
}
@media all and (min-width: 1366px) {
  .post-type-archive-product .heading--primary.facetwp-result-count {
    margin-bottom: 3.25rem;
  }
}
.post-type-archive-product ul.products {
  position: relative;
}
.post-type-archive-product ul.products li.product {
  position: relative;
}

.woocommerce ul.products li.product .product-wrapper {
  max-width: 270px;
  margin: 0 auto;
}
.woocommerce ul.products li.product .product-wrapper .woocommerce-loop-product__link {
  display: block;
}
.woocommerce ul.products li.product .product-wrapper .product-thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.woocommerce ul.products li.product .product-wrapper img {
  display: block;
  padding: 0 7.5%;
}
.woocommerce ul.products li.product .product-wrapper .woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .product-wrapper .product-short-desc {
  margin: 0;
  text-align: center;
  color: #593831;
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .woocommerce ul.products li.product .product-wrapper a.button {
    font-size: 1.5625rem;
    line-height: 1.32;
    padding: 1.375rem 4rem 1.375rem 2rem;
  }
}
@media all and (min-width: 1366px) {
  .woocommerce ul.products li.product .product-wrapper a.button {
    font-size: 1.5625rem;
    line-height: 1.32;
    padding: 1.375rem 4rem 1.375rem 2rem;
  }
}
@media all and (min-width: 768px) {
  .woocommerce ul.products li.product .product-wrapper a.button::after {
    right: 1.5rem;
    margin-top: 2px;
  }
}

body.single-product {
  background: transparent linear-gradient(180deg, #F7F6F2 0%, rgba(248, 246, 242, 0) 100%) 0% 0% no-repeat padding-box;
}
body.single-product header {
  background: none;
}
@media all and (min-width: 768px) {
  body.single-product .heading--hero {
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  body.single-product .heading--hero {
    font-size: 3.75rem;
  }
}
@media all and (min-width: 1366px) {
  body.single-product .heading--hero {
    margin-bottom: 1.25rem;
  }
}
body.single-product .ingress p {
  margin: 0;
}
@media all and (min-width: 1584px) {
  .single-product-overview {
    margin-top: -2rem;
  }
}

.product-overview-header {
  margin-bottom: 1.5rem;
}
.product-overview-header > .heading span {
  font-weight: 700;
}

@media all and (min-width: 1280px) {
  .product-overview-header-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (min-width: 1366px) {
  .product-overview-header-actions {
    display: none;
  }
}

.product-add-to-wishlist {
  background: #fff;
  padding: 1.25rem;
  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;
  align-items: center;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 568px) {
  .product-add-to-wishlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media all and (min-width: 1280px) {
  .product-add-to-wishlist {
    -webkit-box-flex: 0 0 calc(60% - 1.5rem);
    -webkit-flex: 0 0 calc(60% - 1.5rem);
    -ms-flex: 0 0 calc(60% - 1.5rem);
    flex: 0 0 calc(60% - 1.5rem);
    margin-left: 1.5rem;
    padding: 1rem 1.25rem;
  }
}
@media all and (min-width: 1366px) {
  .product-add-to-wishlist {
    margin-left: 0;
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 2.5rem 2rem;
    max-height: 132px;
  }
}
.product-add-to-wishlist .product-action {
  width: 100%;
}
@media all and (min-width: 568px) {
  .product-add-to-wishlist .product-action {
    width: auto;
    margin-left: 1.5rem;
  }
}
.product-add-to-wishlist .yith-wcwl-add-to-wishlist {
  margin: auto 0 auto auto;
}
.product-add-to-wishlist .yith-wcwl-add-button .button.button--green {
  margin-top: 1rem !important;
  width: 100%;
}
@media all and (min-width: 568px) {
  .product-add-to-wishlist .yith-wcwl-add-button .button.button--green {
    margin-top: 0 !important;
    width: auto;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .product-add-to-wishlist .yith-wcwl-add-button .button.button--green {
    font-size: 1rem;
    padding: 1rem 4rem 1rem 1.5rem;
  }
  .product-add-to-wishlist .yith-wcwl-add-button .button.button--green::after {
    right: 1.5rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .product-add-to-wishlist .product-amount .quantity-container input,
  .product-add-to-wishlist .product-amount .quantity-container button {
    height: 2.5rem;
    font-size: 1rem;
  }
}
@media all and (min-width: 1024px) and (max-width: 1365.9px) {
  .product-add-to-wishlist .product-amount .unit {
    font-size: 1rem;
  }
}

.product-files {
  list-style: none;
  background: #ECE5E0;
  padding: 1.25rem;
}
@media all and (min-width: 568px) {
  .product-files {
    text-align: left;
  }
}
@media all and (min-width: 1280px) {
  .product-files {
    -webkit-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media all and (min-width: 1366px) {
  .product-files {
    padding: 2rem;
  }
}
.product-files li {
  margin-bottom: 0.75rem;
}
@media all and (min-width: 412px) and (max-width: 1023.9px), (min-width: 1366px) {
  .product-files li {
    font-size: 1.125rem;
  }
}
.product-files li:last-child {
  margin: 0;
}
.product-files a {
  color: #593831;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-left: 1.5em;
}
.product-files a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-style: normal;
  content: "\f15c";
  left: 0;
  position: absolute;
  display: block;
  top: -1px;
}
.product-files a span {
  opacity: 0.4;
  font-weight: 400;
  margin-left: 0.25em;
}

.single-product-overview {
  padding-top: 0;
}
@media all and (min-width: 768px) {
  .single-product-overview > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-product-overview .product-image {
  width: 50%;
  margin: 0 auto 1.5rem auto;
}
@media all and (min-width: 768px) {
  .single-product-overview .product-image {
    -webkit-box-flex: 0 0 10rem;
    -webkit-flex: 0 0 10rem;
    -ms-flex: 0 0 10rem;
    flex: 0 0 10rem;
    width: auto;
  }
}
@media all and (min-width: 1024px) {
  .single-product-overview .product-image {
    -webkit-box-flex: 0 0 18rem;
    -webkit-flex: 0 0 18rem;
    -ms-flex: 0 0 18rem;
    flex: 0 0 18rem;
  }
}
@media all and (min-width: 1366px) {
  .single-product-overview .product-image {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.single-product-overview .product-overview {
  text-align: center;
}
@media all and (min-width: 768px) {
  .single-product-overview .product-overview {
    text-align: left;
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .single-product-overview .product-overview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-flex: 0 0 calc(1080px + 2.5rem);
    -webkit-flex: 0 0 calc(1080px + 2.5rem);
    -ms-flex: 0 0 calc(1080px + 2.5rem);
    flex: 0 0 calc(1080px + 2.5rem);
  }
}
@media all and (min-width: 1584px) {
  .single-product-overview .product-overview {
    -webkit-box-flex: 0 0 calc(1080px + 6rem);
    -webkit-flex: 0 0 calc(1080px + 6rem);
    -ms-flex: 0 0 calc(1080px + 6rem);
    flex: 0 0 calc(1080px + 6rem);
    padding-left: 6rem;
  }
}
.single-product-overview .product-overview-header,
.single-product-overview .product-overview-footer {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.single-product-overview .product-column {
  text-align: left;
}
.single-product-overview .ingress.alt p {
  font-family: "Open Sans", sans-serif !important;
}
@media all and (min-width: 1366px) and (max-width: 1583px) {
  .single-product-overview .ingress.alt p {
    font-size: 1.125rem;
  }
}
.single-product-overview .product-description {
  line-height: 1.8;
}
.single-product-overview .product-description * {
  line-height: inherit;
}

@media all and (min-width: 1366px) {
  .product-primary {
    -webkit-box-flex: 0 0 40%;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media all and (max-width: 1365.9px) {
  .product-primary .product-files {
    display: none;
  }
}

@media all and (min-width: 1366px) {
  .product-secondary {
    margin-left: 2.5rem;
    -webkit-box-flex: 1 1 calc(60% - 2.5rem);
    -webkit-flex: 1 1 calc(60% - 2.5rem);
    -ms-flex: 1 1 calc(60% - 2.5rem);
    flex: 1 1 calc(60% - 2.5rem);
    max-width: calc(60% - 2.5rem);
  }
}
@media all and (max-width: 1365.9px) {
  .product-secondary .product-add-to-wishlist {
    display: none;
  }
}

.product-info-table {
  width: 100%;
  border-collapse: collapse;
}
.product-info-table tbody tr th,
.product-info-table tbody tr td {
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #593831;
  vertical-align: top;
}
@media all and (min-width: 412px) and (max-width: 767.9px) {
  .product-info-table tbody tr th,
  .product-info-table tbody tr td {
    font-size: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media all and (min-width: 1024px) {
  .product-info-table tbody tr th,
  .product-info-table tbody tr td {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  .product-info-table tbody tr th,
  .product-info-table tbody tr td {
    font-size: 1rem !important;
  }
}
.product-info-table tbody tr th {
  padding-right: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
}
.product-info-table tbody tr td {
  padding-left: 0.75rem;
  font-weight: 700;
}

.product-info-table-footer {
  font-size: 0.75rem;
  padding-top: 1.5rem;
}

.sub-layout-product_info_table tbody tr th {
  white-space: normal;
}
@media all and (min-width: 1024px) {
  .sub-layout-product_info_table tbody tr th,
  .sub-layout-product_info_table tbody tr td {
    font-size: 0.875rem;
  }
}

.theme-brown .product-info-table tbody tr th, .theme-brown .product-info-table tbody tr td,
.theme-green .product-info-table tbody tr th,
.theme-green .product-info-table tbody tr td {
  border-color: #fff;
  color: #fff;
}
.theme-brown .product-info-table-footer,
.theme-green .product-info-table-footer {
  color: #fff;
}

body.single-project {
  background: #F8F6F2;
}
body.single-project .site-header {
  background: none;
  padding-bottom: 0;
}
body.single-project section.single-project {
  padding-top: 0;
}
@media all and (max-width: 1023.9px) {
  body.single-project section.single-project {
    padding: 0;
  }
}

.project-info {
  margin-bottom: 1.25rem;
  position: relative;
}
@media all and (min-width: 412px) {
  .project-info {
    margin-bottom: 1.875rem;
  }
}
@media all and (min-width: 768px) {
  .project-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
}
.project-info .project-title {
  text-align: center;
}
@media all and (min-width: 768px) {
  .project-info .project-title {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .project-info .project-title {
    text-align: left;
  }
}
@media all and (min-width: 1584px) {
  .project-info .project-title {
    margin-bottom: 3.75rem;
  }
}

@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .product-introduction {
    order: 1;
    -webkit-box-flex: 0 0 calc(100% - 17rem);
    -webkit-flex: 0 0 calc(100% - 17rem);
    -ms-flex: 0 0 calc(100% - 17rem);
    flex: 0 0 calc(100% - 17rem);
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .product-introduction {
    order: 1;
    -webkit-box-flex: 0 0 calc(100% - 17rem);
    -webkit-flex: 0 0 calc(100% - 17rem);
    -ms-flex: 0 0 calc(100% - 17rem);
    flex: 0 0 calc(100% - 17rem);
    padding-right: 2.5rem;
  }
}

.project-featured-image {
  margin-bottom: 1.875rem;
}
@media all and (min-width: 768px) and (max-width: 1023.9px) {
  .project-featured-image {
    -webkit-box-flex: 0 0 17rem;
    -webkit-flex: 0 0 17rem;
    -ms-flex: 0 0 17rem;
    flex: 0 0 17rem;
    width: 17rem;
    order: 2;
    margin-bottom: 0;
  }
}
@media all and (min-width: 1366px) {
  .project-featured-image {
    -webkit-box-flex: 0 0 17rem;
    -webkit-flex: 0 0 17rem;
    -ms-flex: 0 0 17rem;
    flex: 0 0 17rem;
    width: 17rem;
    order: 2;
    margin-bottom: 0;
  }
}
.project-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

.product-list {
  list-style: none;
}
@media all and (min-width: 1366px) {
  .product-list {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 1366px) {
  .product-list li {
    margin-bottom: 0.375rem;
  }
}
.product-list .product-heading {
  font-weight: 700;
}

.paint-labels {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 -0.625rem;
  position: relative;
  width: calc(100% + 1.25rem);
  order: 4;
}
@media all and (min-width: 768px) {
  .paint-labels {
    width: calc(100% + 2.5rem);
    margin: 2.5rem -1.25rem 0 -1.25rem;
  }
}
.paint-labels::before {
  width: calc(100% - 1.25rem);
  height: 1px;
  background: #ECE5E0;
  position: absolute;
  content: "";
  display: block;
  top: 0.875rem;
}
@media all and (min-width: 768px) {
  .paint-labels::before {
    content: none;
  }
}
.paint-labels .single-label {
  position: relative;
  counter-increment: product;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  align-items: center;
  padding: 3.25rem 0.625rem 0 0.625rem;
}
@media all and (min-width: 768px) {
  .paint-labels .single-label {
    padding: 0 1.25rem;
  }
}
@media all and (min-width: 1366px) {
  .paint-labels .single-label {
    max-width: calc(150px + 2.5rem);
  }
}
.paint-labels .single-label img {
  display: block;
  width: 100%;
  height: auto;
  /*@media all and (min-width:$md-min) {
    width:130px;
  }
  @media all and (min-width:$xl-min) {
    width:150px;
  } */
}
.paint-labels .single-label::before {
  content: counter(product);
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  display: block;
  background: #ECE5E0;
  color: #593831;
  text-align: center;
  border-radius: 50%;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}
@media all and (min-width: 768px) {
  .paint-labels .single-label::before {
    content: none;
  }
}
.paint-labels .single-label::after {
  content: "+";
  display: block;
  position: absolute;
  top: calc(50% + 1.625rem);
  right: -0.25rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 0.875rem;
}
@media all and (min-width: 768px) {
  .paint-labels .single-label::after {
    font-size: 1.25rem;
    top: 50%;
  }
}
.paint-labels .single-label:last-child::after {
  content: none;
}
.paint-labels .single-label.multiple {
  -webkit-box-flex: 0 0 calc(50% - 0.75rem);
  -webkit-flex: 0 0 calc(50% - 0.75rem);
  -ms-flex: 0 0 calc(50% - 0.75rem);
  flex: 0 0 calc(50% - 0.75rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .paint-labels .single-label.multiple {
    -webkit-box-flex: 0 0 calc(50% - 0.625rem);
    -webkit-flex: 0 0 calc(50% - 0.625rem);
    -ms-flex: 0 0 calc(50% - 0.625rem);
    flex: 0 0 calc(50% - 0.625rem);
  }
}
@media all and (min-width: 1366px) {
  .paint-labels .single-label.multiple {
    max-width: calc(300px + 2.5rem + 1.25rem);
  }
}
.paint-labels .single-label.multiple::before {
  left: 25%;
}
.paint-labels .single-label.multiple img {
  max-width: calc(50% - 0.375rem);
}
@media all and (min-width: 768px) {
  .paint-labels .single-label.multiple img {
    max-width: calc(50% - 0.625rem);
  }
}
@media all and (max-width: 767.9px) {
  .paint-labels.labels--4 .single-label, .paint-labels.labels--5 .single-label {
    -webkit-box-flex: 1 1 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
  }
}
@media all and (max-width: 567.9px) {
  .paint-labels.labels--4 .single-label.multiple, .paint-labels.labels--5 .single-label.multiple {
    -webkit-box-flex: 2.2 1 0;
    -webkit-flex: 2.2 1 0;
    -ms-flex: 2.2 1 0;
    flex: 2.2 1 0;
  }
}
@media all and (min-width: 568px) and (max-width: 767.9px) {
  .paint-labels.labels--4 .single-label.multiple, .paint-labels.labels--5 .single-label.multiple {
    -webkit-box-flex: 2.125 1 0;
    -webkit-flex: 2.125 1 0;
    -ms-flex: 2.125 1 0;
    flex: 2.125 1 0;
  }
}
@media all and (min-width: 768px) {
  .paint-labels.labels--5 .single-label {
    -webkit-box-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media all and (min-width: 768px) {
  .paint-labels.labels--5 .single-label.multiple {
    -webkit-box-flex: 0 0 calc(40% - 1.5rem);
    -webkit-flex: 0 0 calc(40% - 1.5rem);
    -ms-flex: 0 0 calc(40% - 1.5rem);
    flex: 0 0 calc(40% - 1.5rem);
  }
}

/*
 * Produktvalshjälpen
 */
@media all and (min-width: 1366px) {
  .layout-project-archive {
    padding: 4.25rem 0;
  }
}

.filters .facetwp-facet,
.results .facetwp-facet {
  margin: 0;
}

.filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem 2rem -0.25rem;
}
@media all and (min-width: 1366px) {
  .filters {
    margin-bottom: 2.75rem;
  }
}
.filters .facetwp-checkbox,
.filters .facetwp-radio {
  background: rgba(24, 135, 66, 0.098);
  color: #188742;
  font-weight: 700;
  border-radius: 2em;
  font-size: 0.625rem;
  padding: 0.8em 1.2em;
  width: auto;
  margin: 0 0.125rem 0.375rem 0.125rem;
  line-height: 1.4;
  font-family: "Open Sans", sans-serif;
}
@media all and (min-width: 568px) {
  .filters .facetwp-checkbox,
  .filters .facetwp-radio {
    font-size: 0.875rem;
    margin: 0 0.25rem 0.75rem 0.25rem;
  }
}
@media all and (min-width: 768px) {
  .filters .facetwp-checkbox,
  .filters .facetwp-radio {
    font-size: 1rem;
  }
}
.filters .facetwp-checkbox.checked,
.filters .facetwp-radio.checked {
  background: #188742;
  color: #fff;
}
.filters .facetwp-checkbox[data-value=""],
.filters .facetwp-radio[data-value=""] {
  display: none;
}
.filters .facetwp-checkbox .facetwp-counter,
.filters .facetwp-radio .facetwp-counter {
  display: none;
}
.filters .main-filter-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  flex-wrap: wrap;
}
@media all and (min-width: 412px) {
  .filters .main-filter-group {
    flex-wrap: nowrap;
    margin-bottom: 0.5rem;
  }
}
@media all and (min-width: 568px) {
  .filters .main-filter-group {
    margin-bottom: 0.75rem;
  }
}
@media all and (min-width: 1366px) {
  .filters .main-filter-group {
    margin-bottom: 1.125rem;
  }
}
.filters .main-filter-group .filter {
  width: 100%;
}
@media all and (min-width: 412px) {
  .filters .main-filter-group .filter {
    width: auto;
  }
}
.filters .main-filter-group .filter .facetwp-facet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 412px) {
  .filters .main-filter-group .filter .facetwp-facet {
    flex-wrap: nowrap;
  }
}
@media all and (min-width: 412px) {
  .filters .main-filter-group .filter .facetwp-facet .facetwp-checkbox,
  .filters .main-filter-group .filter .facetwp-facet .facetwp-radio {
    margin-bottom: 0;
  }
}
.filters .main-filter-group .filter-type {
  margin-bottom: 0.75rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid rgba(24, 135, 66, 0.098);
}
@media all and (min-width: 412px) {
  .filters .main-filter-group .filter-type {
    margin: 0 0 0 0.5rem;
    padding: 0 0 0 0.5rem;
    border-bottom: 0;
    border-left: 1px solid rgba(24, 135, 66, 0.098);
  }
}
@media all and (min-width: 568px) {
  .filters .main-filter-group .filter-type {
    margin: 0 0 0 0.75rem;
    padding: 0 0 0 0.75rem;
  }
}
@media all and (min-width: 1024px) {
  .filters .main-filter-group .filter-type {
    margin: 0 0 0 2rem;
    padding: 0 0 0 2rem;
    border-left-width: 2px;
  }
}
.filters .filter-tag {
  width: 100%;
}
.filters .filter-tag .facetwp-facet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.filters .filter-tag .facetwp-facet .facetwp-checkbox,
.filters .filter-tag .facetwp-facet .facetwp-radio {
  font-size: 0.5rem;
}
@media all and (min-width: 568px) {
  .filters .filter-tag .facetwp-facet .facetwp-checkbox,
  .filters .filter-tag .facetwp-facet .facetwp-radio {
    font-size: 0.75rem;
  }
}

.facetwp-result-count {
  border-bottom: 1px solid #ECE5E0;
  padding-bottom: 1.5rem;
}
@media all and (max-width: 1023.9px) {
  .facetwp-result-count {
    font-size: 2.25rem;
  }
}
@media all and (min-width: 1366px) {
  .facetwp-result-count {
    padding-bottom: 2rem;
    font-size: 3rem;
  }
}

.project-result-list {
  list-style: none;
}
.project-result-list .paint-labels {
  max-width: 100%;
  width: calc(750px + 7.5rem);
}
.project-result-list .project-excerpt {
  background: #F8F6F2;
  border: 1px solid #ECE5E0;
  padding: 1.25rem;
  margin-bottom: 1.875rem;
}
@media all and (min-width: 768px) {
  .project-result-list .project-excerpt {
    min-height: 11.5rem;
  }
}
@media all and (min-width: 1024px) {
  .project-result-list .project-excerpt {
    min-height: 18rem;
    padding: 3rem 2.5rem;
  }
}
@media all and (min-width: 1366px) {
  .project-result-list .project-excerpt {
    min-height: 24.5rem;
    padding: 4rem 3rem;
  }
}
.project-result-list .project-info {
  margin: 0;
}
@media all and (min-width: 768px) {
  .project-result-list .project-info {
    padding: 0 6.5rem 0 14rem;
  }
}
@media all and (min-width: 1024px) {
  .project-result-list .project-info {
    padding: 0 6.5rem 0 19.125rem;
  }
}
@media all and (min-width: 1366px) {
  .project-result-list .project-info {
    padding-left: 25.625rem;
  }
}
.project-result-list .project-title {
  text-align: left;
}
@media all and (min-width: 1584px) {
  .project-result-list .project-title {
    margin-bottom: 1.25rem;
  }
}
.project-result-list .project-featured-image {
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .project-result-list .project-featured-image {
    position: absolute;
    left: 0;
    width: 12.5rem;
  }
}
@media all and (min-width: 1024px) {
  .project-result-list .project-featured-image {
    width: 16.875rem;
  }
}
@media all and (min-width: 1366px) {
  .project-result-list .project-featured-image {
    width: 23.125rem;
  }
}
.project-result-list .product-introduction {
  -webkit-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0;
}
@media all and (min-width: 768px) {
  .project-result-list .product-introduction {
    padding-right: 3rem;
  }
}
.project-result-list .paint-labels {
  margin-top: 0;
}
@media all and (min-width: 1366px) {
  .project-result-list .product-list {
    margin-bottom: 1.75rem;
  }
}
.project-result-list .product-list li {
  margin-bottom: 0;
}
@media all and (min-width: 1366px) {
  .project-result-list .product-list li {
    font-size: 1rem;
  }
}
.project-result-list .product-list a {
  color: inherit;
  text-decoration: none;
}

.project-tags-container {
  position: absolute;
  top: 1.25rem;
  right: -2rem;
}
@media all and (min-width: 768px) {
  .project-tags-container {
    top: 0.375rem;
  }
}
@media all and (min-width: 1024px) {
  .project-tags-container {
    right: -3.25rem;
    top: -1.625rem;
  }
}
@media all and (min-width: 1366px) {
  .project-tags-container {
    right: -3.75rem;
    top: -1.5rem;
  }
}

.project-tags-title {
  font-style: italic;
  font-size: 1rem;
  margin: 0 0 0.75rem 0;
  display: none;
}
@media all and (min-width: 1024px) {
  .project-tags-title {
    display: block;
  }
}

.project-tags {
  list-style: none;
}
.project-tags li {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  background: #188742;
  color: #fff;
  border-radius: 0.875rem;
  font-size: 0.625rem;
  width: 10rem;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0.25rem;
}

/*
$withdraw_consent_button_color: transparent;
$withdraw_consent_button_text: $darkestpurple;
$withdraw_consent_button_border: $darkestpurple; */
div#CybotCookiebotDialog {
  font-family: "Open Sans", sans-serif;
}
@media all and (max-width: 1023.9px) {
  div#CybotCookiebotDialog {
    top: auto;
    bottom: 1rem;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogBody .CybotCookiebotScrollContainer {
    min-height: 0;
  }
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogBodyContent {
    padding: 0 0.5em 0.5em 0.5em !important;
  }
}
#CybotCookiebotDialog div#CybotCookiebotDialogBodyContentText {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: normal;
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogBodyContentText {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogBodyEdgeMoreDetails {
    margin: 0.5em 1rem 0.5em 0.5em !important;
  }
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog #CybotCookiebotDialogBodyEdgeMoreDetailsLink {
    font-size: 0.75rem;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogNav a.CybotCookiebotDialogNavItemLink {
  font-family: "Open Sans", sans-serif;
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog #CybotCookiebotDialogNav a.CybotCookiebotDialogNavItemLink {
    padding: 0.5em 1em;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogHeader,
#CybotCookiebotDialog .CybotCookiebotScrollContainer {
  border: 0;
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog button.CybotCookiebotDialogBodyButton {
    padding: 0.375em 1em !important;
    font-size: 1rem;
  }
}
@media all and (max-width: 600px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogFooter {
    padding: 0 1em 0.5em 1em;
  }
}
#CybotCookiebotDialog h2,
#CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonDescription,
#CybotCookiebotDialog #CybotCookiebotDialog label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]),
#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink,
#CybotCookiebotDialog label {
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
}
#CybotCookiebotDialog h2 {
  font-size: 1.25rem;
}
#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  border-radius: 2.5rem;
}
@media all and (min-width: 600px) and (max-width: 1023.9px) {
  #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: 0.625em 1em;
    font-size: 1.25rem;
  }
}
@media all and (min-width: 1024px) {
  #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: 0.75em 1em;
    font-size: 1.25rem;
  }
}
#CybotCookiebotDialog button {
  display: flex;
  align-items: center;
}
#CybotCookiebotDialog button::before {
  top: auto;
}
#CybotCookiebotDialog .CybotCookiebotDialogArrow, #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  display: none !important;
  border: 0 !important;
}
#CybotCookiebotDialog div#CybotCookiebotDialogPoweredByText,
#CybotCookiebotDialog div#CybotCookiebotDialogPoweredByText span {
  font-size: 0.75rem;
}
@media all and (max-width: 767px) {
  #CybotCookiebotDialog div#CybotCookiebotDialogPoweredByText,
  #CybotCookiebotDialog div#CybotCookiebotDialogPoweredByText span {
    margin: auto;
  }
}
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type:before {
  content: none;
}
@media all and (min-width: 1024px) {
  #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type {
    margin-top: 1.75rem;
  }
}

div#CookiebotWidget .CookiebotWidget-header strong,
div#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list .CookiebotWidget-state {
  font-family: "Playfair Display", sans-serif;
  letter-spacing: normal;
}
div#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li {
  font-family: "Open Sans", sans-serif;
  letter-spacing: normal;
}
div#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg {
  fill: #188742;
}
div#CookiebotWidget .CookiebotWidget-consent-details button {
  color: #188742;
}
div#CookiebotWidget #CookiebotWidget-buttons button {
  border-radius: 0;
  font-family: "Playfair Display", sans-serif;
}
div#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  color: #fff;
  background: #331A15;
  border-color: #331A15;
}
div#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
  background: transparent;
}

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