/** Shopify CDN: Minification failed

Line 8:7 Expected URL token but found "("
Line 12:11 Expected ";"
Line 18:0 "@charset" must be the first rule in the file

**/
@import('/cdn/shop/files/Latinotype_-_Recoleta_Bold.otf?v=1638512271')
  


 @font-face {
font-family: "Recoleta";
src: url("/cdn/shop/files/Latinotype_-_Recoleta_Bold.otf?v=1638512271") format("otf"),
url("/cdn/shop/files/Latinotype_-_Recoleta_Bold.otf?v=1638512271") format("otf");
}

@charset "UTF-8";
/* Liquid variables */

/* Fonts */

@font-face {
  font-family: Arvo;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//wildingceramics.com/cdn/fonts/arvo/arvo_n4.cf5897c91bef7f76bce9d45a5025155aa004d2c7.woff2") format("woff2"),
       url("//wildingceramics.com/cdn/fonts/arvo/arvo_n4.1700444de931e038b31bac25071cca458ea16547.woff") format("woff");
}

@font-face {
  font-family: Arvo;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//wildingceramics.com/cdn/fonts/arvo/arvo_n7.8f3c956fdc29536848b99e4058bb94c0bc6ff549.woff2") format("woff2"),
       url("//wildingceramics.com/cdn/fonts/arvo/arvo_n7.47184f58e3525193269c42cd7e67b9778a00317a.woff") format("woff");
}

@font-face {
  font-family: Cabin;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("//wildingceramics.com/cdn/fonts/cabin/cabin_n4.cefc6494a78f87584a6f312fea532919154f66fe.woff2") format("woff2"),
       url("//wildingceramics.com/cdn/fonts/cabin/cabin_n4.8c16611b00f59d27f4b27ce4328dfe514ce77517.woff") format("woff");
}

@font-face {
  font-family: Cabin;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("//wildingceramics.com/cdn/fonts/cabin/cabin_n7.255204a342bfdbc9ae2017bd4e6a90f8dbb2f561.woff2") format("woff2"),
       url("//wildingceramics.com/cdn/fonts/cabin/cabin_n7.e2afa22a0d0f4b64da3569c990897429d40ff5c0.woff") format("woff");
}

@font-face {
  font-family: Cabin;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("//wildingceramics.com/cdn/fonts/cabin/cabin_i4.d89c1b32b09ecbc46c12781fcf7b2085f17c0be9.woff2") format("woff2"),
       url("//wildingceramics.com/cdn/fonts/cabin/cabin_i4.0a521b11d0b69adfc41e22a263eec7c02aecfe99.woff") format("woff");
}

@font-face {
  font-family: Cabin;
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("//wildingceramics.com/cdn/fonts/cabin/cabin_i7.ef2404c08a493e7ccbc92d8c39adf683f40e1fb5.woff2") format("woff2"),
       url("//wildingceramics.com/cdn/fonts/cabin/cabin_i7.480421791818000fc8a5d4134822321b5d7964f8.woff") format("woff");
}


/* Reset */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #fff;
  color: #000;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, body {
  font-size: 100%;
  
}

img {
  border: 0;
  display: block;
  -ms-interpolation-mode: bicubic;
}

button, input, textarea, select {
  border-radius: 0;
  font-family: inherit;
  font-size: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-outlines button, .no-outlines input, .no-outlines textarea, .no-outlines select {
  outline: none;
}

a {
  color: #4b540d;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-outlines a {
  outline: none;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "FontCalifornia";
  src: url('//wildingceramics.com/cdn/shop/t/3/assets/california.eot?v=151563639807344968331635819399');
  src: url('//wildingceramics.com/cdn/shop/t/3/assets/california.eot?%23iefix&v=151563639807344968331635819399') format('embedded-opentype'), url('//wildingceramics.com/cdn/shop/t/3/assets/california.woff?v=49304409737161394141635819397') format('woff'), url('//wildingceramics.com/cdn/shop/t/3/assets/california.ttf?v=157951320179712875211635819400') format('truetype'), url('//wildingceramics.com/cdn/shop/t/3/assets/california.svg?v=54339100628992287251635819398') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fc {
  display: inline-block;
  font: normal normal normal 14px/1 FontCalifornia;
  font-size: inherit;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}

.fc-lg {
  font-size: 1.5em;
}

.fc-spin {
  -webkit-animation: fc-spin 2s infinite linear;
  animation: fc-spin 2s infinite linear;
}

@-webkit-keyframes fc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fc-search:before {
  content: "\4a";
  position: relative;
  top: 3px;
  left: 1px;
}

.fc-cog:before {
  content: "\64";
}

.fc-bars:before {
  content: "\4b";
}

.fc-print:before {
  content: "\65";
}

.fc-angle-left:before {
  content: "\66";
}

.fc-angle-right:before {
  content: "\67";
}

.fc-angle-down:before {
  content: "\68";
}

.fc-tag:before {
  content: "\69";
}

.fc-pinterest:before {
  content: "\6a";
}

.fc-twitter:before {
  content: "\6b";
}

.fc-facebook:before {
  content: "\6c";
}

.fc-lock:before {
  content: "\6d";
}

.fc-close:before {
  content: "\61";
  position: relative;
  top: 2px;
}

.fc-chevron-down:before {
  content: "\62";
}

.fc-cart:before {
  content: "\6f";
  position: relative;
  top: 3px;
}

.fc-user:before {
  content: "\70";
}

.fc-envelope-o:before {
  content: "\71";
}

.fc-phone:before {
  content: "\72";
}

.fc-instagram:before {
  content: "\49";
}

.fc-linkedin-square:before {
  content: "\74";
}

.fc-pinterest-square:before {
  content: "\75";
}

.fc-twitter-square:before {
  content: "\76";
}

.fc-facebook-square:before {
  content: "\77";
}

.fc-flickr:before {
  content: "\78";
}

.fc-yelp:before {
  content: "\79";
}

.fc-vimeo-square:before {
  content: "\7a";
}

.fc-youtube-square:before {
  content: "\41";
}

.fc-tumblr-square:before {
  content: "\42";
}

.fc-wordpress:before {
  content: "\43";
}

.fc-rss:before {
  content: "\44";
}

.fc-tiktok:before {
  content: "\45";
}

.fc-circle:before {
  content: "\46";
}

.fc-circle-line:before {
  content: "\47";
}

.fc-whatsapp:before {
  content: "\48";
}

.fc-check:before {
  content: "\73";
}

.fc-load-d:before {
  content: "\64";
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #4b540d;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #4b540d;
}

.mfp-preloader a:hover {
  color: #9aac1b;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 28px;
  color: #fff;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-out;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.mfp-bg {
  background-color: #ffffff;
}
.mfp-bg.mfp-fade {
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transition-property: all 0.3s ease-out;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.mfp-bg.mfp-fade.mfp-ready {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-bg.mfp-fade.mfp-removing {
  transition-property: all 0.3s ease-out;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition-property: all 0.3s ease-out;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing {
  transition-property: all 0.3s ease-out;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-removing button {
  opacity: 0;
}

.mfp-counter {
  display: none;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: zoom-out;
}
.mfp-figure:after {
  box-shadow: none;
  background: none;
}

button.mfp-close {
  margin: 5px 10px;
  font-size: em(40px);
  font-weight: 300px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #4b540d;
}

button.mfp-arrow {
  top: 0;
  height: 100%;
  width: 20%;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
button.mfp-arrow:after, button.mfp-arrow .mfp-a {
  display: none;
}
button.mfp-arrow:before, button.mfp-arrow .mfp-b {
  display: none;
}
button.mfp-arrow:active {
  margin-top: 0;
}

.mfp-chevron {
  position: absolute;
  pointer-events: none;
}
.mfp-chevron:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: top;
  height: 25px;
  width: 25px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
}
.mfp-chevron.mfp-chevron-right {
  right: 55px;
}
.mfp-chevron.mfp-chevron-right:before {
  transform: rotate(45deg);
}
.mfp-chevron.mfp-chevron-left {
  left: 55px;
}
.mfp-chevron.mfp-chevron-left:before {
  transform: rotate(-135deg);
}

/* Layout */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  background: #de6f15;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}
body .side-nav-section,
body .side-pick {
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
body.browsing .side-nav-section {
  transform: translateX(375px);
}
body.picking .side-pick {
  transform: translateX(-375px);
  z-index: 11;
  visibility: visible;
}

body > .section-header {
  flex: 0 0 auto;
}

body > .main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
body > .main > .layout {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
body > .main > .layout > .sections {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
body > .main > .layout .section-page,
body > .main > .layout .section-search {
  height: 100%;
  width: 100%;
}
body > .main > .layout .section-page .content,
body > .main > .layout .section-search .content {
  height: 100%;
}
body > .main > .layout .section-page .content.featured-page,
body > .main > .layout .section-search .content.featured-page {
  height: auto;
}
body > .main > .layout .section-404 {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.sections {
  margin: 0 auto;
  padding: 0 0 30px;
  max-width: 2000px;
}
.sections .shopify-section > .content {
  margin: 0 0 50px;
  padding: 0 30px;
}
.sections .shopify-section > .content.no-padding {
  padding: 0;
}
.sections .shopify-section > .content .inner.with-layout-options {
  width: 100%;
  max-width: 650px;
}
.sections .shopify-section > .content .inner.with-layout-options.left {
  margin-right: auto;
  text-align: left;
}
.sections .shopify-section > .content .inner.with-layout-options.right {
  margin-left: auto;
  text-align: right;
}
.sections .shopify-section > .content .inner.with-layout-options.centered {
  margin: 0 auto;
}
.sections .shopify-section > .content .inner.with-layout-options.expanded {
  max-width: none;
}
.sections .shopify-section > .content .inner.extended {
  padding: 30px 0;
}
.sections .shopify-section > .content .inner.extended h1 {
  margin-top: 0;
}
.sections .shopify-section > .content.page, .sections .shopify-section > .content.blog {
  display: flex;
  align-items: flex-start;
}
.sections .shopify-section > .content.page .align-left, .sections .shopify-section > .content.blog .align-left {
  text-align: left;
}
.sections .shopify-section > .content.page .align-center, .sections .shopify-section > .content.blog .align-center {
  text-align: center;
}
.sections .shopify-section > .content.page .align-right, .sections .shopify-section > .content.blog .align-right {
  text-align: right;
}
.sections .shopify-section > .content.page-404 {
  align-items: center;
}
.sections .shopify-section:first-child {
  margin-top: 30px;
}
.sections .shopify-section:first-child.section-slideshow {
  margin-top: 0;
}
.sections .shopify-section:last-child > .content {
  margin-bottom: 0;
}
.sections .shopify-section:only-child .content.page, .sections .shopify-section:only-child .content.blog, .sections .shopify-section:only-child .content.search {
  min-height: 400px;
}

@media (min-width: 720px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media (max-width: 720px) {
  .hide-on-mobile {
    display: none !important;
  }
}

.content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.content h1 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 40px;
  margin: 0 0 20px;
}
.content h2 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 30px;
  color: #242806;
  margin: 0 0 10px;
}
.content h3 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 20px;
  margin: 0 0 15px;
}
.content h3.expanded {
  line-height: 30px;
}
.content h3.striped {
  text-decoration: line-through;
  color: rgba(75, 84, 13, 0.6);
}
.content h3 a {
  color: #de6f15;
  text-decoration: none;
}
.content h3 a:hover {
  color: #af5811;
  border-bottom: 1px solid;
}
.content h4 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 20px;
  margin: 0 0 15px;
}
.content h4 a {
  color: #de6f15;
  text-decoration: none;
}
.content h4.highlight {
  font-weight: 700;
  font-size: 18px;
}
.content h5 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
  margin: 0 0 5px;
}
.content p {
  font-size: 16px;
  line-height: 24px;
}
.content p a {
  color: #de6f15;
  text-decoration: none;
}
.content p a:hover {
  color: #af5811;
}
.content p.expanded {
  line-height: 28px;
}
.content p.big {
  font-size: 20px;
  line-height: 28px;
}
.content p.big.expanded {
  line-height: 36px;
}
.content p.small {
  font-size: 14px;
  line-height: 20px;
}
.content p span.intro {
  color: #242806;
}
.content p span.highlight {
  color: #242806;
  background: #ffffcc;
}
.content div.row {
  position: relative;
  padding: 0 0 15px;
}
.content div.row.left {
  text-align: left;
}
.content div.row.right {
  text-align: right;
}
.content div.row.center {
  text-align: center;
}
.content div.row.extra {
  margin: 30px 0 0;
}
.content div.row.bank_account div {
  display: inline;
}
.content div.row:last-child {
  padding-bottom: 0;
}
.content input[type=text],
.content input[type=email],
.content input[type=date],
.content input[type=password],
.content input[type=tel],
.content textarea,
.content .output {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  display: inline-block;
  min-height: 34px;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #A8A8A8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 14px;
  border-radius: 4px;
  line-height: 25px;
}
.content input[type=text].full,
.content input[type=email].full,
.content input[type=date].full,
.content input[type=password].full,
.content input[type=tel].full,
.content textarea.full,
.content .output.full {
  width: 100%;
}
.content input[type=text].center,
.content input[type=email].center,
.content input[type=date].center,
.content input[type=password].center,
.content input[type=tel].center,
.content textarea.center,
.content .output.center {
  text-align: center;
}
.content input[type=text].bank, .content input[type=text].branch,
.content input[type=email].bank,
.content input[type=email].branch,
.content input[type=date].bank,
.content input[type=date].branch,
.content input[type=password].bank,
.content input[type=password].branch,
.content input[type=tel].bank,
.content input[type=tel].branch,
.content textarea.bank,
.content textarea.branch,
.content .output.bank,
.content .output.branch {
  width: 20%;
}
.content input[type=text].control,
.content input[type=email].control,
.content input[type=date].control,
.content input[type=password].control,
.content input[type=tel].control,
.content textarea.control,
.content .output.control {
  width: 15%;
}
.content input[type=text].account,
.content input[type=email].account,
.content input[type=date].account,
.content input[type=password].account,
.content input[type=tel].account,
.content textarea.account,
.content .output.account {
  width: 42%;
}
.content input[type=text].error,
.content input[type=email].error,
.content input[type=date].error,
.content input[type=password].error,
.content input[type=tel].error,
.content textarea.error,
.content .output.error {
  border-color: #ff555d;
}
.content .field_with_errors input[type=text],
.content .field_with_errors input[type=email],
.content .field_with_errors input[type=date],
.content .field_with_errors input[type=password] {
  border-color: #ff555d;
}
.content .field_with_errors label {
  border: 1px solid #ff555d;
  padding: 11px 14px;
  border-radius: 4px;
}
.content .field_with_errors label .field_with_errors {
  display: inline;
}
.content .field-error {
  text-align: left;
  color: #ff555d;
  font-style: italic;
  text-transform: initial;
  margin: 10px 0 5px;
}
.content .label {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  color: rgba(75, 84, 13, 0.6);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  min-height: 34px;
  vertical-align: middle;
  padding: 11px 0;
  line-height: 20px;
  margin-right: 20px;
  position: absolute;
  top: 4px;
  left: 8px;
}
.content .label:after {
  content: ":";
}

.no-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 2px dashed #4b540d;
  text-align: center;
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  line-height: 30px;
  padding: 30px;
}
.no-content a {
  color: #de6f15;
  border-bottom: 2px solid;
}

.navigation {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a.btn.icon {
  width: 34px;
  height: 44px;
  padding-top: 10px;
}
.navigation a.btn.icon:hover, .navigation a.btn.icon.hover {
  color: #4b540d;
}
.navigation a.btn.icon.end {
  cursor: default;
  color: #f3f3f3;
}

body.template-cart .sections .shopify-section,
body.template-customers-login .sections .shopify-section,
body.template-customers-register .sections .shopify-section,
body.template-customers-activate_account .sections .shopify-section,
body.template-customers-reset_password .sections .shopify-section,
body.template-customers-account .sections .shopify-section,
body.template-customers-addresses .sections .shopify-section,
body.template-customers-order .sections .shopify-section,
body.template-gift_card .sections .shopify-section,
body.template- .sections .shopify-section {
  text-align: center;
}
body.template-cart .sections .shopify-section > .content,
body.template-customers-login .sections .shopify-section > .content,
body.template-customers-register .sections .shopify-section > .content,
body.template-customers-activate_account .sections .shopify-section > .content,
body.template-customers-reset_password .sections .shopify-section > .content,
body.template-customers-account .sections .shopify-section > .content,
body.template-customers-addresses .sections .shopify-section > .content,
body.template-customers-order .sections .shopify-section > .content,
body.template-gift_card .sections .shopify-section > .content,
body.template- .sections .shopify-section > .content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
body.template-cart .footer,
body.template-customers-login .footer,
body.template-customers-register .footer,
body.template-customers-activate_account .footer,
body.template-customers-reset_password .footer,
body.template-customers-account .footer,
body.template-customers-addresses .footer,
body.template-customers-order .footer,
body.template-gift_card .footer,
body.template- .footer {
  display: none;
}

.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}

.no-js .js {
  display: none;
}

@media (max-width: 960px) {
  .sections {
    padding: 0 0 30px;
  }
  .sections .shopify-section > .content {
    padding: 0 20px;
  }
  .sections .shopify-section:first-child {
    margin-top: 30px;
  }
}
@media (max-width: 720px) {
  .sections {
    padding: 0 0 30px;
  }
  .sections .shopify-section > .content {
    padding: 0 10px;
  }
  .sections .shopify-section:first-child {
    margin-top: 30px;
  }

  .navigation {
    display: none;
  }

  body.picking .page-container {
    overflow: visible;
    height: auto;
  }
  body.template-page .content .align-center, body.template-404 .content .align-center, body.template-blog .content .align-center, body.template-article .content .align-center {
    text-align: left;
  }
}
@media (max-width: 420px) {
  .content h2 {
    margin: 5px 0;
  }
  .content div.row.left {
    float: none;
    text-align: center;
    padding-bottom: 25px;
  }
  .content div.row.right {
    float: none;
    text-align: center;
  }
  .content div.row.extra {
    margin: 0px 0 0;
  }
  .content div.row.bank_account div {
    display: inline;
  }
  .content h1 {
    font-size: 26px;
  }
  .content p {
    font-size: 18px;
    line-height: 26px;
  }
  .content input[type=text].bank, .content input[type=text].branch, .content input[type=text].control, .content input[type=text].account {
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
  }
}
.share {
  margin: 35px 0 0;
  min-height: 56px;
}
.share a.icon {
  font-size: 22px;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  width: 44px;
  height: 44px;
  margin: 0 5px 0 0;
  border: 0;
  color: #ffffff;
  display: inline-block;
  font-family: monospace;
  padding-top: 11px;
}
.share a.icon.facebook {
  background-color: #3b5998;
}
.share a.icon.twitter {
  background-color: #4099FF;
}
.share a.icon.pinterest {
  background-color: #C92228;
  padding-top: 10px;
}
.share a.icon > i.fc {
  margin: 0;
  vertical-align: inherit;
}

/* UI */
body {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

a.logo h1 {
  font-weight: 700;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

div.actions {
  margin-bottom: 10px;
}

a > i.fa {
  margin-right: 5px;
}
a.link {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
  text-decoration: none;
}
a.link:hover {
  color: #af5811;
  background: transparent;
}
a.underscore {
  text-decoration: none;
  color: #4b540d;
}
a.underscore:hover {
  border-bottom: 1px solid rgba(75, 84, 13, 0.6);
}

b, strong {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

a.btn, .btn {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  border-radius: 4px;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
  color: #4b540d;
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
}
a.btn.action, .btn.action {
  color: #fff;
  background: #de6f15;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 15px 13px;
}
a.btn.action:hover, .btn.action:hover {
  color: #fff;
  background-color: #af5811;
}
a.btn.small, .btn.small {
  font-size: 14px;
  padding: 10px 40px 9px;
}
a.btn.big, .btn.big {
  font-size: 20px;
  padding: 14px 40px 13px;
}
a.btn.line, .btn.line {
  color: #4b540d;
  background-color: transparent;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid rgba(75, 84, 13, 0.6);
  padding: 6px 10px;
}
a.btn.line:hover, .btn.line:hover {
  background-color: transparent;
  border-color: #4b540d;
}
a.btn.line.active, .btn.line.active {
  color: #4b540d;
  border-color: #4b540d;
  position: relative;
  top: -1px;
  border-width: 2px;
}
a.btn.line.processing, .btn.line.processing {
  background-color: transparent !important;
  color: #4b540d !important;
  cursor: default !important;
}
a.btn.line.processing i, .btn.line.processing i {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
a.btn.line i, .btn.line i {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
a.btn.icon, .btn.icon {
  color: rgba(75, 84, 13, 0.6);
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  padding: 3px 6px;
  text-align: center;
  height: 28px;
}
a.btn.icon i, .btn.icon i {
  margin: 0;
}
a.btn.icon:hover, .btn.icon:hover {
  background-color: transparent;
  color: #4b540d;
}
a.btn.icon.browse i, a.btn.icon.search i, .btn.icon.browse i, .btn.icon.search i {
  text-align: center;
}
a.btn:hover, .btn:hover {
  text-decoration: none;
}
a.btn:hover span, .btn:hover span {
  border-bottom: 1px solid;
}
a.btn.full, .btn.full {
  width: 100%;
}
a.btn.semi, .btn.semi {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
a.btn.processing, .btn.processing {
  background-color: rgba(75, 84, 13, 0.6) !important;
  color: #fff !important;
  cursor: default !important;
}
a.btn.processing i, .btn.processing i {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
a.btn.disabled, .btn.disabled {
  background-color: rgba(75, 84, 13, 0.6) !important;
  cursor: default !important;
}
a.btn.faded, .btn.faded {
  opacity: 0.8;
}

.select {
  position: relative;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 6px;
}
.select .arrow {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 1;
}
.select .arrow i {
  color: #4b540d;
}
.select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  color: #4b540d;
  display: inline-block;
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 10px 45px 10px 12px;
  background-color: transparent;
  z-index: 2;
}
.select option {
  color: #4b540d;
}
.select input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  color: rgba(75, 84, 13, 0.6);
  display: inline-block;
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 11px 0px 11px 12px;
  background-color: transparent;
  z-index: 2;
}
.select.number input[type=number]::-webkit-inner-spin-button,
.select.number input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}
.select.number input[type=number] {
  -moz-appearance: textfield;
}
.select.number:hover .arrow, .select.number:active .arrow {
  display: none;
}
.select.number:hover input[type=number], .select.number:active input[type=number] {
  padding-right: 12px;
  -moz-appearance: number-input;
}
.select.number:hover input[type=number]::-webkit-inner-spin-button,
.select.number:hover input[type=number]::-webkit-outer-spin-button, .select.number:active input[type=number]::-webkit-inner-spin-button,
.select.number:active input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

.disclosure {
  position: relative;
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
  color: #333;
}
.disclosure .disclosure__toggle {
  border: 0;
  background-color: #eee;
  border-radius: 6px;
  transition-property: background-color;
  transition-duration: 0;
  transition-timing-function: ease;
  transition-delay: 0;
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  color: #404752;
  cursor: pointer;
  padding: 10px 50px 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.disclosure .disclosure__toggle span {
  border-bottom: 1px solid transparent;
}
.disclosure .disclosure__toggle .arrow {
  position: absolute;
  right: 12px;
  top: 8px;
  z-index: 1;
}
.disclosure .disclosure__toggle .arrow i {
  color: #404752;
}
.disclosure .disclosure__toggle:hover span, .disclosure .disclosure__toggle[aria-expanded="true"] span {
  border-color: inherit;
}
.disclosure .disclosure__list {
  display: none;
  border-radius: 6px;
  border: 0;
  background-color: #eee;
  position: absolute;
  z-index: 200;
  bottom: 115%;
  overflow-y: auto;
  padding: 11px 0px;
}
.disclosure .disclosure__list.disclosure-list--visible {
  display: block;
}
.disclosure .disclosure__list li {
  list-style: none;
  white-space: nowrap;
  text-align: left;
  padding: 5px 35px 4px 15px;
}
.disclosure .disclosure__list li a {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  color: #404752;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.disclosure .disclosure__list li a:hover {
  color: #404752;
  border-color: #404752;
}
.disclosure .disclosure__list li.disclosure-list__item--current a {
  color: #404752;
  border-color: #404752;
}

table td {
  padding: 2px 10px;
  text-align: center;
}

.ruler {
  padding: 0 10px;
}
.ruler span {
  overflow: hidden;
  text-align: center;
}
.ruler span:before, .ruler span:after {
  background-color: #C5C5C5;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 48%;
}
.ruler span:before {
  right: .5em;
  margin-left: -50%;
}
.ruler span:after {
  left: .5em;
  margin-right: -50%;
}

h2.section-title {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 40px;
  color: #242806;
  padding: 0;
  margin: 0 auto 30px;
}

.rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
  color: #4b540d;
  text-decoration: none;
  margin: 20px 0 10px;
}
.rte h1 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 40px;
  font-weight: 700;
  text-transform: none;
  margin: 20px 0 10px;
}
.rte h2 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 32px;
  font-weight: 700;
  margin: 20px 0 10px;
}
.rte h3 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
}
.rte h4 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
.rte h5 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
.rte h6 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.rte p, .rte ul, .rte ol {
  margin: 0 0 10px;
  color: #4b540d;
}
.rte p b, .rte ul b, .rte ol b {
  color: #4b540d;
  font-weight: 700;
}
.rte p a, .rte ul a, .rte ol a {
  color: #de6f15;
  text-decoration: none;
}
.rte p a:hover, .rte ul a:hover, .rte ol a:hover {
  border-bottom: 1px solid;
}
.rte p.tabbed, .rte ul.tabbed, .rte ol.tabbed {
  margin: 5px 0 0 36px;
  line-height: 22px;
}
.rte p.caption, .rte ul.caption, .rte ol.caption {
  font-size: 14px;
  margin: -15px 0 0;
}
.rte p:last-child, .rte ul:last-child, .rte ol:last-child {
  margin-bottom: 0;
}
.rte ul, .rte ol {
  margin-left: 25px;
  margin-top: -5px;
}
.rte img {
  max-width: 100%;
  margin: 10px 0;
  display: inline-block;
}
.rte img.expanded {
  width: 100%;
}
.rte table {
  margin: 0 0 5px;
  border-collapse: collapse;
  width: 100%;
}
.rte table td {
  padding: 10px;
  border: 1px solid #eee;
  text-align: left;
}
.rte table thead td {
  font-weight: 400;
}
.rte iframe {
  max-width: 100%;
}
.rte.align-center ul, .rte.align-center ol {
  list-style-position: inside;
}

.placeholder-svg {
  fill: rgba(75, 84, 13, 0.25);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.placeholder-svg.with-white-background {
  border: 1px solid rgba(75, 84, 13, 0.25);
  background: white;
}
.placeholder-svg.with-border {
  border: 1px solid rgba(75, 84, 13, 0.25);
}

details summary {
  outline: none;
}
details summary::-webkit-details-marker {
  display: none;
}

/* Accesibility */
.visually-hidden {
  display: none;
}

.skip-link {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
}
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 15px;
  opacity: 1;
  z-index: 10000;
  transition: none;
  background: white;
  color: black;
}

@media (max-width: 720px) {
  h2.section-title {
    font-size: 34px;
  }
}
/* Mobile and down */
@media (max-width: 420px) {
  a.btn span.extra, .btn span.extra {
    display: none;
  }
  a.btn.action.small, .btn.action.small {
    padding: 14px 20px;
  }

  .rte h1 {
    font-family: Arvo, serif;
    font-style: normal;
    font-weight: 400;
    color: #4b540d;
    font-size: 40px;
  }
  .rte h2 {
    font-family: Arvo, serif;
    font-style: normal;
    font-weight: 400;
    color: #4b540d;
    font-size: 32px;
  }
  .rte h3 {
    font-family: Arvo, serif;
    font-style: normal;
    font-weight: 400;
    color: #4b540d;
    font-size: 28px;
  }
  .rte h4 {
    font-family: Arvo, serif;
    font-style: normal;
    font-weight: 400;
    color: #4b540d;
    font-size: 24px;
  }
  .rte h5 {
    font-family: Arvo, serif;
    font-style: normal;
    font-weight: 400;
    color: #4b540d;
    font-size: 20px;
  }
  .rte h6 {
    font-family: Arvo, serif;
    font-style: normal;
    font-weight: 400;
    color: #4b540d;
    font-size: 18px;
  }

  .disclosure .disclosure__list li {
    padding: 10px 15px;
  }
}
/* Filters */
.sorting-and-filtering .filter-label {
  margin-right: 10px;
  display: block;
  font-size: 18px;
}
.sorting-and-filtering form input[type=checkbox] {
  filter: grayscale(1);
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.sorting-and-filtering form label, .sorting-and-filtering form select {
  cursor: pointer;
}
.sorting-and-filtering form input:disabled + label {
  color:  ;
  cursor: default;
}
.sorting-and-filtering form .price-range {
  display: flex;
  margin: 0 0 7px;
}
.sorting-and-filtering form .price-range .price:first-child {
  margin-right: 20px;
}
.sorting-and-filtering form .price-range .price input {
  padding: 8px 10px 7px;
  border: 1px solid #d3dbe2;
  color: #4b540d;
  font-weight: 400;
}
.sorting-and-filtering form.desktop {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sorting-and-filtering menu-drawer details summary {
  position: relative;
  cursor: pointer;
  text-align: center;
  list-style: none;
}
.sorting-and-filtering menu-drawer details summary span.count {
  margin-left: 5px;
}
.sorting-and-filtering menu-drawer details form {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.sorting-and-filtering menu-drawer details form .inner {
  width: calc(100% - 50px);
  margin-left: auto;
  height: 100%;
  overflow-y: auto;
  pointer-events: all;
  background: #F4F4F4;
}
.sorting-and-filtering menu-drawer details form .inner .header {
  display: flex;
  position: sticky;
  top: 0;
  background: #F4F4F4;
  z-index: 2;
  border-bottom: 1px solid rgba(75, 84, 13, 0.25);
  text-align: center;
  flex-direction: column;
  padding: 10px;
}
.sorting-and-filtering menu-drawer details form .inner .menu {
  position: relative;
  z-index: 1;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details {
  border-bottom: 1px solid rgba(75, 84, 13, 0.25);
}
.sorting-and-filtering menu-drawer details form .inner .menu .details.last {
  border-bottom: 0;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .summary {
  padding: 10px;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .summary > div {
  display: flex;
  align-items: baseline;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .summary > div .arrow {
  margin-left: auto;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .summary > div .arrow svg {
  height: 10px;
  fill: ;
  transform: rotate(0deg);
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .summary > div .select {
  margin-left: auto;
  background: white;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .summary > div .select:hover select {
  color: #4b540d;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .submenu {
  padding: 0 10px 5px;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .submenu ul {
  list-style: none;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .submenu ul li {
  margin: 0 0 10px;
  display: flex;
  align-items: baseline;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details .submenu ul li label {
  width: 100%;
}
.sorting-and-filtering menu-drawer details form .inner .menu .details[open] .summary > div .arrow {
  transform: rotate(-180deg);
}
.sorting-and-filtering menu-drawer details form .inner .price-range {
  margin-top: 10px;
}
.sorting-and-filtering menu-drawer details form .inner .price-range .price input {
  width: 90px;
}
.sorting-and-filtering menu-drawer details form .inner .footer {
  padding: 10px;
  border-top: 1px solid rgba(75, 84, 13, 0.25);
  display: flex;
  position: sticky;
  bottom: 0;
  background: #F4F4F4;
  margin-top: 0;
  align-items: stretch;
  align-content: stretch;
}
.sorting-and-filtering menu-drawer details form .inner .footer a, .sorting-and-filtering menu-drawer details form .inner .footer button {
  display: block;
}
.sorting-and-filtering menu-drawer > details > summary .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 10px;
}
.sorting-and-filtering menu-drawer > details > summary .btn svg {
  stroke: #4b540d;
  margin-right: 10px;
  height: 50px;
}
.sorting-and-filtering menu-drawer > details > summary .btn:hover span {
  border: 0;
}
.sorting-and-filtering menu-drawer > details > summary .close {
  display: none;
}
.sorting-and-filtering menu-drawer > details > summary + * {
  z-index: 100;
}
.sorting-and-filtering menu-drawer > details[open] > summary .close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 101;
}
.sorting-and-filtering .filters > details > summary::before, .sorting-and-filtering menu-drawer > details > summary::before {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: default;
  content: ' ';
  background: 0 0;
}
.sorting-and-filtering .filters > details[open] > summary::before, .sorting-and-filtering menu-drawer > details[open] > summary::before {
  height: 100vh;
  display: block;
}
.sorting-and-filtering .filtering .filters {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.sorting-and-filtering .filtering .filter-group {
  margin-right: 10px;
}
.sorting-and-filtering .filtering .filter-group .filter-group-summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 10px 12px 8px;
  display: flex;
  background-color: #f2f2f2;
  border-radius: 6px;
  transition-property: background-color;
  transition-duration: 0;
  transition-timing-function: ease;
  transition-delay: 0;
}
.sorting-and-filtering .filtering .filter-group .filter-group-summary > div {
  display: inline-block;
}
.sorting-and-filtering .filtering .filter-group .filter-group-summary > div.text {
  color: #4b540d;
  font-size: 18px;
}
.sorting-and-filtering .filtering .filter-group .filter-group-summary > div.text span.count {
  margin-left: 5px;
}
.sorting-and-filtering .filtering .filter-group .filter-group-summary > div.arrow {
  margin-left: 10px;
}
.sorting-and-filtering .filtering .filter-group .filter-group-summary > div.arrow i {
  color: #4b540d;
}
.sorting-and-filtering .filtering .filter-group .filter-group-summary:hover > div.text {
  border-bottom: 1px solid;
}
.sorting-and-filtering .filtering .filter-group .filter-group-summary .shopify-select-icon {
  cursor: pointer;
  display: block;
  fill: #798c9c;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -6px;
  pointer-events: none;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.sorting-and-filtering .filtering .filter-group .filter-group-display {
  border: 1px solid #d3dbe2;
  border-radius: 3px;
  background: #ffffff;
  z-index: 100;
  position: absolute;
}
.sorting-and-filtering .filtering .filter-group .filter-group-display .filter-group-header,
.sorting-and-filtering .filtering .filter-group .filter-group-display .filter-group-content {
  padding: 10px;
}
.sorting-and-filtering .filtering .filter-group .filter-group-display .filter-group-header {
  border-bottom: 1px solid #d3dbe2;
}
.sorting-and-filtering .filtering .filter-group .filter-group-display .filter-group-header a.reset {
  margin-left: 50px;
}
.sorting-and-filtering .filtering .filter-group .filter-group-display .filter-group-content ul {
  list-style: none;
  margin: 0 0 10px;
}
.sorting-and-filtering .filtering .filter-group .filter-group-display .filter-group-content ul li {
  margin: 0 0 5px;
  padding-right: 5px;
}
.sorting-and-filtering .filtering .filter-group .filter-group-display .filter-group-content ul li:hover label {
  text-decoration: underline;
}
.sorting-and-filtering .filtering .filter-group .filter-group-display .filter-group-content ul li:hover input:disabled + label {
  text-decoration: none;
}
.sorting-and-filtering .filtering .filter-group[open] .filter-group-summary > div.text {
  border-bottom: 1px solid;
}
.sorting-and-filtering .sorting {
  flex-shrink: 0;
}
.sorting-and-filtering .sorting .sort {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.sorting-and-filtering .sorting .sort button {
  margin-left: 10px;
}
.sorting-and-filtering .sorting .select {
  margin-bottom: 10px;
}
.sorting-and-filtering .active-facets {
  display: flex;
  flex-wrap: wrap;
}
.sorting-and-filtering .active-facets a.btn, .sorting-and-filtering .active-facets button {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  padding: 6px 20px;
}
.sorting-and-filtering .active-facets a.btn i.fc, .sorting-and-filtering .active-facets button i.fc {
  margin-left: 10px;
}
.sorting-and-filtering .active-facets a.btn:last-child, .sorting-and-filtering .active-facets button:last-child {
  margin-right: 0;
}
.sorting-and-filtering .active-facets a.btn:only-child {
  display: none;
}

@media (max-width: 720px) {
  .sorting-and-filtering .active-facets a.btn, .sorting-and-filtering .active-facets button {
    flex: 1 0 auto;
    justify-content: center;
  }
}
/* Account */
body.template-customers-account .sections .content {
  max-width: 540px;
}
body.template-customers-account h2 {
  margin-bottom: 15px;
}
body.template-customers-account .orders {
  border-top: 1px dashed rgba(75, 84, 13, 0.6);
  margin: 20px auto;
  text-align: center;
}
body.template-customers-account .orders .order {
  display: block;
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px dashed rgba(75, 84, 13, 0.6);
}
body.template-customers-account .orders .order p {
  max-width: 500px;
  margin: 0 auto;
}

/* Login & Register */
body.template-customers-login .sections .shopify-section > .content {
  max-width: 400px;
}
body.template-customers-login .content.login {
  max-width: 400px;
}
body.template-customers-login .content.login .box {
  padding: 0 0 15px;
  margin: 0 auto 20px;
}
body.template-customers-login .content.login .box.register {
  border-bottom: 1px dashed rgba(75, 84, 13, 0.6);
}
body.template-customers-login .content.login .box.login {
  padding: 0;
}
body.template-customers-login .content.login .box.guest {
  padding: 15px 0 0;
  border-top: 1px dashed rgba(75, 84, 13, 0.6);
}

body.template-customers-register .sections .shopify-section > .content,
body.template-customers-activate_account .sections .shopify-section > .content,
body.template-customers-reset_password .sections .shopify-section > .content {
  max-width: 500px;
}
body.template-customers-register .sections .content a.link,
body.template-customers-activate_account .sections .content a.link,
body.template-customers-reset_password .sections .content a.link {
  text-decoration: none;
  color: #4b540d;
}
body.template-customers-register .sections .content a.link:hover,
body.template-customers-activate_account .sections .content a.link:hover,
body.template-customers-reset_password .sections .content a.link:hover {
  border-bottom: 1px solid rgba(75, 84, 13, 0.6);
}

/* Mobile and down */
@media (max-width: 420px) {
  body.template-customers-login .login {
    padding: 20px 10px;
  }
}
/* Header */
.section-header {
  --text-color: #ffffff;
  --border-color: rgba(222, 111, 21, 0.2);
  --border: 1px solid rgba(222, 111, 21, 0.2);
}
.section-header .header .inner {
  background: #de6f15;
  border-bottom: var(--border);
}
.section-header .header a {
  color: var(--text-color);
}
.section-header .header a.btn.icon {
  margin: 0;
  height: 44px;
  min-width: 40px;
  line-height: 48px;
  padding: 0;
  color: var(--text-color);
  position: relative;
}
.section-header .header a.btn.icon i {
  font-size: 24px;
}
.section-header .header a.btn.icon .circle {
  position: absolute;
  top: 3px;
  left: 21px;
  font-size: 12px;
  font-weight: 700;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #de6f15;
  color: #fff;
  border: 0;
  letter-spacing: -1px;
}
.section-header .header a.btn.icon .circle.empty {
  width: 18px;
  height: 18px;
  left: 23px;
  top: 6px;
}
.section-header .header a.btn.icon.close {
  color: #ffffff;
}
.section-header .header .logo a {
  display: block;
  text-decoration: none;
}
.section-header .header .logo h1 {
  display: block;
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 28px;
  color: inherit;
  text-align: center;
}
.section-header .header .logo img {
  display: inline-block;
  width: auto;
  height: auto;
}
.section-header .header .logo img + img {
  display: none;
}
.section-header .header .logo.with-image h1 {
  line-height: 0;
  top: 0;
}
.section-header .header .content {
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.section-header .header .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex: 0 1 100%;
}
.section-header .header .left > .btn.browse {
  display: none;
}
.section-header .header .left .menu {
  text-align: left;
  display: flex;
  flex-direction: row;
}
.section-header .header .left .menu ul {
  list-style: none;
  font-family: "Recoleta";
}
.section-header .header .left .menu ul li {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.section-header .header .left .menu ul li:last-child {
  margin-right: 0;
}
.section-header .header .left .menu ul li a {
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
}
.section-header .header .left .menu ul li a:not(.plus) {
  padding: 3px 0;
  margin: 7px 0;
  border-bottom: 1px solid transparent;
}
.section-header .header .left .menu ul li a:not(.plus).active {
  border-bottom: 1px solid var(--text-color);
    
    
}
.section-header .header .left .menu ul li a:not(.plus):hover {
  border-bottom: 1px solid var(--text-color);
}
.section-header .header .left .menu ul li a.plus {
  padding: 10px 0;
  margin: 0;
}
.section-header .header .left .menu ul li a.plus:after {
  content: '+';
  display: inline-block;
  margin-left: 3px;
}
.section-header .header .left .menu ul li a.plus[aria-expanded="true"] {
  opacity: 1;
}
.section-header .header .left .menu ul li ul.second {
  visibility: hidden;
  transform: translateY(-4%);
  position: absolute;
  z-index: 10;
  left: -10px;
  padding: 10px;
  text-align: left;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0.33333333vw 1.33333333vw 0 rgba(5, 0, 56, 0.16);
  opacity: 0;
  transition: box-shadow 125ms 0ms, transform 125ms 0ms, opacity 125ms 0ms, visibility;
}
.section-header .header .left .menu ul li ul.second.expanded {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0ms 0ms, opacity 350ms 0ms, transform 350ms 0ms, box-shadow 350ms 62.5ms;
}
.section-header .header .left .menu ul li ul.second.expanded li {
  display: block;
  white-space: nowrap;
}
.section-header .header .left .menu ul li ul.second.expanded li a {
  margin: 5px 10px;
  color: #4b540d;
  display: inline-block;
}
.section-header .header .left .menu ul li ul.second.expanded li a.column-child {
  font-size: 14px;
}
.section-header .header .left .menu ul li.megamenu {
  position: static;
}
.section-header .header .left .menu ul li.megamenu a.plus:hover:before {
  content: '';
  background: transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 50%;
  height: 100%;
  margin-top: 20px;
}
.section-header .header .left .menu ul li.megamenu ul.tab {
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  border: 0;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  border-bottom: var(--border);
}
.section-header .header .left .menu ul li.megamenu ul.tab .line {
  background: var(--border-color);
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
}
.section-header .header .left .menu ul li.megamenu ul.tab .columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 0 30px;
}
.section-header .header .left .menu ul li.megamenu ul.tab .column {
  margin-bottom: 20px;
}
.section-header .header .left .menu ul li.megamenu ul.tab li a.column-header {
  color: #de6f15;
  font-weight: 700;
}
.section-header .header .left .menu ul li.megamenu ul.tab li a.column-header:hover {
  border-color: #de6f15;
}
.section-header .header .left .menu ul li.megamenu ul.tab .image {
  max-width: 300px;
}
.section-header .header .left .menu ul li.megamenu ul.tab .image a {
  padding: 0;
  margin: 7px 0 0;
  display: block;
  border: 0;
}
.section-header .header .left .menu ul li.megamenu ul.tab .image img {
  width: 100%;
  display: block;
}
.section-header .header .left .menu ul li.megamenu ul.tab .image p {
  text-align: center;
  margin-top: 4px;
}
.section-header .header .center {
  flex: 1 0 auto;
  padding: 0 10px;
}
.section-header .header .right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 0 1 100%;
}
.section-header .header .right .disclosures {
  margin-right: 5px;
}
.section-header .header .right .disclosures .disclosure__list {
  right: 0;
  bottom: auto;
  margin-top: 10px;
}
.section-header .header .right .disclosures .disclosure__list li {
  text-align: right;
  padding: 5px 15px 4px 20px;
}
.section-header .header .right .disclosures .disclosure__toggle {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: var(--text-color);
  background: #c76313;
}
.section-header .header .right .disclosures .disclosure__toggle .arrow {
  margin-left: 5px;
  margin-top: 2px;
  position: static;
}
.section-header .header .right .disclosures .disclosure__toggle .arrow i {
  display: block;
  font-size: 16px;
  color: var(--text-color);
}
.section-header .header .overlay {
  display: none;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.35s;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.searching .section-header .header .overlay, .picking .section-header .header .overlay {
  display: block;
  opacity: 0.4;
}
.section-header .header .side-nav-section {
  display: none;
  position: fixed;
  top: 0;
  left: -375px;
  width: 375px;
  max-width: 100%;
  height: 100%;
  text-align: left;
  z-index: 102;
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 34px;
  color: #4b540d;
  background: #ffffff;
}
.section-header .header .side-nav-section .side-nav {
  overflow-y: auto;
  height: 100%;
  padding: 30px;
}
.section-header .header .side-nav-section .btn.close {
  color: #4b540d !important;
  opacity: 0.85;
}
.section-header .header .side-nav-section .btn.close:hover {
  opacity: 1;
}
.section-header .header .side-nav-section .btn.close i {
  font-size: 24px;
}
.section-header .header .side-nav-section .nav {
  margin-top: 10px;
}
.section-header .header .side-nav-section .nav ul {
  list-style: none;
  margin-left: 15px;
}
.section-header .header .side-nav-section .nav ul li {
  margin: 0 0 10px;
}
.section-header .header .side-nav-section .nav ul a {
  text-decoration: none;
  color: #4b540d;
  opacity: 0.85;
}
.section-header .header .side-nav-section .nav ul a:hover {
  color: #4b540d;
  opacity: 1;
}
.section-header .header .side-nav-section .nav ul a.plus:after {
  content: '+';
  margin-left: 10px;
  display: inline-block;
}
.section-header .header .side-nav-section .nav ul a.plus[aria-expanded="true"]:after {
  content: '–';
  position: relative;
  top: -1px;
}
.section-header .header .side-nav-section .nav ul ul {
  display: none;
  margin-bottom: 10px;
}
.section-header .header .side-nav-section .nav ul ul li {
  margin: 0;
}
.section-header .header .side-nav-section .nav ul ul li a {
  font-size: 24px;
  padding: 5px 0 5px;
}
.section-header .header .side-nav-section .nav ul ul ul li a {
  font-size: 20px;
}
.section-header .header .side-nav-section > a.btn.browse {
  display: none;
}
.section-header .header .side-nav-section .extra > * {
  padding-top: 20px;
  margin: 0 15px;
  position: relative;
}
.section-header .header .side-nav-section .extra > *:first-child {
  margin-top: 30px;
  padding-top: 30px;
}
.section-header .header .side-nav-section .extra > *:first-child:before {
  content: "—";
  position: absolute;
  top: -20px;
  left: 0;
  color: #4b540d;
  font-size: 34px;
}
.section-header .header .side-nav-section .extra > *:last-child {
  padding-bottom: 30px;
}
.section-header .header .side-nav-section .connect {
  color: #4b540d;
  line-height: 35px;
  font-size: 18px;
}
.section-header .header .side-nav-section .connect i {
  color: #4b540d;
  margin-right: 10px;
  font-size: 22px;
}
.section-header .header .side-nav-section .connect a {
  text-decoration: none;
}
.section-header .header .side-nav-section .connect.cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 5px;
}
.section-header .header .side-nav-section .selectors-form .disclosures .disclosure {
  margin-right: 8px;
  margin-left: 0;
}
.section-header .header .side-nav-section .selectors-form .disclosures .disclosure__toggle {
  color: #4b540d;
  background: #f2f2f2;
}
.section-header .header .side-nav-section .selectors-form .disclosures .disclosure__toggle .arrow i {
  color: #4b540d;
}
.section-header .header .disclosures {
  display: flex;
}
.section-header .header .disclosures .disclosure {
  display: inline-block;
}
.section-header .header .disclosures .disclosure:last-child {
  margin-left: 8px;
}
.section-header .header.overlaying {
  height: 0;
  position: relative;
}
:not(.sticky-header) .section-header .header.overlaying .inner {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 20;
}
.section-header .header.overlaying.transparent .inner {
  background: transparent;
}
.section-header .header.overlaying.transparent .logo img:not(:only-child):first-child {
  display: none;
}
.section-header .header.overlaying.transparent .logo img + img {
  display: inline-block;
}
.section-header .header.overlaying.transparent .right .disclosures .disclosure__toggle {
  background: transparent;
  border: 1px solid;
  border-width: 2px;
  padding: 5px 10px;
}
.sticky-header .section-header .header.overlaying .inner {
  transition: background-color 350ms cubic-bezier(0.46, 0.01, 0.32, 1);
}
.template-gift_card .section-header .header .left, .template-gift_card .section-header .header .right {
  display: none;
}
.sticky-header .section-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

@media (min-width: 961px) {
  .section-header .header.logo-position-left .center {
    order: -1;
    padding: 0 20px 0 0;
  }
  .section-header .header.logo-position-left .left {
    justify-content: center;
  }
  .section-header .header.logo-position-left .left .menu ul li.megamenu a.plus:hover:before {
    left: 20%;
    width: 60%;
  }
  .section-header .header.logo-position-left .right {
    flex: none;
  }
}
@media (max-width: 960px) {
  .section-header .header .logo h1 {
    font-size: 26px;
  }
  .section-header .header .content {
    padding: 30px 20px;
  }
  .section-header .header .left > .btn.browse {
    display: block;
  }
  .section-header .header .left .menu {
    display: none;
  }
  .section-header .header .right .disclosures {
    display: none;
  }
  .section-header .header .side-nav-section {
    display: block;
  }
  .section-header .header .side-nav-section .side-nav {
    padding: 30px 20px;
  }
  .browsing .section-header .header .overlay {
    display: block;
    opacity: 0.4;
  }
}
@media (max-width: 720px) {
  .section-header .header .content {
    padding: 30px 10px;
  }
  .section-header .header .left, .section-header .header .right {
    flex: 0 0 auto;
  }
  .section-header .header > .btn.browse {
    opacity: 0;
  }
  .section-header .header .center {
    flex: 1 1 auto;
    text-align: center;
  }
  .section-header .header .right .btn.user {
    display: none;
  }
  .section-header .header .side-nav-section .side-nav {
    padding: 30px 10px;
  }
}
@media (max-width: 420px) {
  .section-header .header .logo h1 {
    font-size: 20px;
  }
  .section-header .header .logo img {
    max-width: 100%;
  }
}
@media (max-width: 300px) {
  .section-header .header .logo h1 {
    font-size: 20px;
  }
  .section-header .header .left, .section-header .header .right {
    display: none;
  }
}
.no-js .section-header .header .left > .btn.browse {
  opacity: 0 !important;
}
.no-js .section-header .header .left .menu .nav ul li:focus-within ul, .no-js .section-header .header .left .menu .nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0ms 0ms, opacity 350ms 0ms, transform 350ms 0ms, box-shadow 350ms 62.5ms;
}
.no-js .section-header .header .left .menu .nav ul li:focus-within ul li, .no-js .section-header .header .left .menu .nav ul li:hover ul li {
  display: block;
  white-space: nowrap;
}
.no-js .section-header .header .left .menu .nav ul li:focus-within ul li a, .no-js .section-header .header .left .menu .nav ul li:hover ul li a {
  margin: 5px 10px;
  color: #4b540d;
  display: inline-block;
}
.no-js .section-header .header .left .menu .nav ul li:focus-within ul li a.column-child, .no-js .section-header .header .left .menu .nav ul li:hover ul li a.column-child {
  font-size: 14px;
}
.no-js .section-header .header .side-nav-section {
  transition: none !important;
}
.no-js .section-header .header .side-nav-section > a.btn.browse {
  display: block;
  position: absolute;
  right: -64px;
  top: 20px;
  height: auto;
  min-width: 44px;
  line-height: 44px;
  padding: 0;
}
.no-js .section-header .header .side-nav-section > a.btn.browse i {
  font-size: 24px;
}
@media (max-width: 720px) {
  .no-js .section-header .header .side-nav-section > a.btn.browse {
    right: -54px;
    top: 10px;
  }
}
.no-js .section-header .header .side-nav-section .btn.close {
  display: none;
}
.no-js .section-header .header .side-nav-section:focus-within, .no-js .section-header .header .side-nav-section:hover {
  z-index: 100;
  transform: translateX(375px);
}
.no-js .section-header .header .side-nav-section:focus-within > a.btn.browse, .no-js .section-header .header .side-nav-section:hover > a.btn.browse {
  opacity: 0;
}
.no-js .section-header .header .side-nav-section .nav ul li:focus-within a.plus:after, .no-js .section-header .header .side-nav-section .nav ul li:hover a.plus:after {
  content: '–';
  position: relative;
  top: -1px;
}
.no-js .section-header .header .side-nav-section .nav ul li:focus-within > ul, .no-js .section-header .header .side-nav-section .nav ul li:hover > ul {
  display: block;
}
.no-js .section-header .header .side-nav-section .nav ul li:focus-within > ul li:focus-within ul, .no-js .section-header .header .side-nav-section .nav ul li:focus-within > ul li:hover ul, .no-js .section-header .header .side-nav-section .nav ul li:hover > ul li:focus-within ul, .no-js .section-header .header .side-nav-section .nav ul li:hover > ul li:hover ul {
  display: block;
}

.search-bar {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 11;
  background: #de6f15;
  padding: 0 30px;
  align-items: center;
}
.searching .search-bar {
  display: flex;
}
.search-bar input {
  width: 100%;
  display: block;
  outline: none;
  border: 0;
  font-size: 20px;
  background: #de6f15;
  color: #ffffff;
}
.search-bar ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-bar :-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-bar ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-bar :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-bar ::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

@media (max-width: 960px) {
  .search-bar {
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  .search-bar {
    padding: 0 10px;
  }
}
/* Alerts */
.alert-header {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
  color: #fff;
  background-color: #ff555d;
  text-align: center;
}
.alert-header ul {
  list-style-type: font-family: "Recoleta";
  margin-top: 8px;
}
.alert-header ul li {
  margin-top: 2px;
}

/* Footer */
.footer {
  position: relative;
  text-align: left;
  background: #4b540d;
  margin: 0;
  padding: 0;
}
.footer .content {
  padding: 40px 30px;
}
.footer .content:after {
  display: table;
  content: '';
  clear: both;
}
.footer .content img {
  display: inline;
}
.footer .content h1 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 15px;
}
.footer .content a {
  color: #ffffff;
  text-decoration: none;
}
.footer .content a i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 18px;
}
.footer .content a:hover {
  color: #ffffff;
}
.footer .content a:hover i {
  color: #ffffff;
}
.footer .content .row {
  padding: 0;
}
.footer .content .row.cols {
  text-align: left;
}
.footer .content .row.cols:after {
  display: table;
  content: '';
  clear: both;
}
.footer .content .row.cols .col {
  float: left;
  width: 25%;
  padding-right: 5px;
}
.footer .content .row.cols .col p {
  color: #ffffff;
  line-height: 35px;
  font-size: 16px;
}
.footer .content .row.cols .col p.cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 5px;
}
.footer .content .row.cols .col ul {
  list-style-type: none;
  float: left;
  width: 40%;
  max-width: 200px;
}
.footer .content .row.cols .col ul li {
  color: #ffffff;
  line-height: 28px;
  font-size: 16px;
}
.footer .content .row.cols .col form input.small {
  font-size: 13px;
  padding: 4px 8px 3px;
  border: 0;
  min-height: 0;
  min-width: 170px;
}
.footer .content .row.cols .col form input.small.error {
  border: 2px solid #ff555d;
}
.footer .content .row.cols .col form .btn.line {
  padding: 7px 10px;
  margin: 0 0 0 2px;
  color: #ffffff;
  border-color: #ffffff;
}
.footer .content .row.cols .col form .btn.line:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.footer .content .row.cols .col form .success {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
}
.footer .content .row.cols .col form .field-error {
  margin: 5px 0 0;
  color: #ff555d;
  font-size: 16px;
}
.footer .content .row.cols.blocks-1 .col {
  width: 100%;
}
.footer .content .row.cols.blocks-2 .col {
  width: 50%;
}
.footer .content .row.cols.blocks-3 .col {
  width: 33.33%;
}
.footer .content .bottom {
  display: flex;
  flex-direction: row;
}
.footer .content .bottom .left, .footer .content .bottom .right {
  flex-grow: 1;
  align-self: flex-end;
}
.footer .content .bottom .left {
  text-align: left;
  flex-basis: 65%;
}
.footer .content .bottom .right {
  text-align: right;
  flex-basis: 35%;
}
.footer .content .extra {
  font-size: 16px;
  line-height: 22px;
  margin-top: 30px;
  position: relative;
  padding-top: 14px;
  color: #ffffff;
}
.footer .content .extra:before {
  content: "\2014";
  position: absolute;
  left: 0;
  top: -14px;
}
.footer .content .extra .icons {
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .content .extra .icons svg {
  width: 50px;
  height: 32px;
  display: block;
  margin: 2px;
  order: 99;
}
.footer .content .extra .icons svg[aria-labelledby=pi-visa] {
  order: 1;
}
.footer .content .extra .icons svg[aria-labelledby=pi-apple_pay] {
  order: 2;
}
.footer .content .extra .icons svg[aria-labelledby=pi-google_pay] {
  order: 3;
}
.footer .content .extra .icons svg[aria-labelledby=pi-shopify_pay] {
  order: 4;
}
.footer .content .extra .icons svg[aria-labelledby=pi-paypal] {
  order: 5;
}
.footer .content .extra .icons svg[aria-labelledby=pi-amex] {
  order: 6;
}
.footer .content .extra .icons svg[aria-labelledby=pi-mastercard] {
  order: 7;
}
.footer .content > .extra:first-child {
  margin-top: 0;
}
.footer .content .disclosures .disclosure {
  display: inline-block;
}
.footer .content .disclosures .disclosure:last-child {
  margin-left: 8px;
}
.footer .content .disclosures .disclosure .disclosure__toggle {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.footer .content .disclosures .disclosure .disclosure__toggle .arrow i {
  color: #ffffff;
}
.footer .content .disclosures .disclosure .disclosure__toggle:hover, .footer .content .disclosures .disclosure .disclosure__toggle[aria-expanded="true"] {
  color: #ffffff;
  border-color: #ffffff;
}
.footer .content .disclosures .disclosure .disclosure__toggle:hover .arrow i, .footer .content .disclosures .disclosure .disclosure__toggle[aria-expanded="true"] .arrow i {
  color: #ffffff;
}
.footer .content .disclosures .disclosure .disclosure__list {
  right: 0;
}
.footer .content .disclosures .disclosure .disclosure__list li {
  text-align: right;
  padding: 5px 15px 4px 20px;
}

.template-collection .footer, .template-list-collections .footer {
  margin: 0 0 0;
}

@media (max-width: 960px) {
  .footer .content {
    padding: 40px 20px;
  }
  .footer .content .row.cols .col {
    width: 50%;
    margin-bottom: 50px;
  }
  .footer .content .row.cols .col:nth-child(3) {
    clear: left;
  }
  .footer .content .row.cols .col form input.small {
    min-width: 180px;
  }
}
@media (max-width: 720px) {
  .footer .content {
    padding: 20px;
  }
  .footer .content .row.cols .col {
    width: 100% !important;
    padding: 20px 0;
    margin-bottom: 0px;
  }
  .footer .content .row.cols .col h1 {
    margin: 0 0 10px;
  }
  .footer .content .row.cols .col p {
    font-size: 20px;
    line-height: 40px;
  }
  .footer .content .row.cols .col p i.fc {
    vertical-align: inherit;
  }
  .footer .content .extra {
    padding-top: 0;
    margin-top: 0;
  }
  .footer .content .extra:before {
    display: none;
  }
  .footer .content .extra .icons {
    justify-content: center;
    margin: 10px 0 20px;
  }
  .footer .content .bottom {
    flex-direction: column;
  }
  .footer .content .bottom .left, .footer .content .bottom .right {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
  .footer .content .bottom .left {
    order: 2;
  }
  .footer .content .bottom .right {
    order: 1;
  }
  .footer .content .bottom .disclosures {
    margin: 20px 0;
  }
  .footer .content .bottom .disclosures .disclosure .disclosure__list {
    right: inherit;
  }
  .footer .content .bottom .disclosures .disclosure .disclosure__list li {
    text-align: left;
  }
}
/* Slideshow */
.slideshow.content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.slideshow {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --text-color: #ffffff;
}
.slideshow.height_10 {
  height: 10vh;
}
.slideshow.height_20 {
  height: 20vh;
}
.slideshow.height_30 {
  height: 30vh;
}
.slideshow.height_40 {
  height: 40vh;
}
.slideshow.height_50 {
  height: 50vh;
}
.slideshow.height_60 {
  height: 60vh;
}
.slideshow.height_70 {
  height: 70vh;
}
.slideshow.height_80 {
  height: 80vh;
}
.slideshow.height_90 {
  height: 90vh;
}
.slideshow.height_100 {
  height: 100vh;
}
.slideshow.dark-mode {
  --text-color: #4b540d;
}
.slideshow .slick-list, .slideshow .slick-track {
  height: 100%;
}
.slideshow .slides {
  width: 100%;
  height: 100%;
}
.browsing .slideshow .slides * {
  cursor: default;
}
.slideshow .slides .slick-slide {
  width: 100%;
  height: 100%;
}
.slideshow .slides .slick-slide > div {
  width: 100%;
  height: 100%;
}
.slideshow .slides .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.slideshow .slides .slide .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slideshow .slides .slide .placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.slideshow .slides .slide.is-light h2, .slideshow .slides .slide.is-light h3, .slideshow .slides .slide.is-light .bottom-left {
  color: #ffffff;
}
.slideshow .slides .slide.is-light a.btn.line {
  color: #ffffff;
  border-color: #ffffff;
  opacity: 0.75;
}
.slideshow .slides .slide.is-light a.btn.line:hover {
  opacity: 1;
}
.slideshow .slides .slide.is-light .placeholder-background .placeholder-svg {
  fill: #333333;
  background-color: #262626;
}
.slideshow .slides .slide.is-dark h2, .slideshow .slides .slide.is-dark h3, .slideshow .slides .slide.is-dark .bottom-left {
  color: #4b540d;
}
.slideshow .slides .slide.is-dark a.btn.line {
  color: #4b540d;
  border-color: #4b540d;
  opacity: 0.75;
}
.slideshow .slides .slide.is-dark a.btn.line:hover {
  opacity: 1;
}
.slideshow .slides .slide.is-dark .placeholder-background .placeholder-svg {
  fill: rgba(64, 71, 82, 0.1);
  background-color: #f3f0ee;
}
.slideshow .slides .slick-prev, .slideshow .slides .slick-next {
  font-size: 0;
  line-height: 40px;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}
.slideshow .slides .slick-prev:before, .slideshow .slides .slick-next:before {
  font-size: 40px;
  font-family: "FontCalifornia";
  color: var(--text-color);
}
.slideshow .slides .slick-prev {
  left: 20px;
  z-index: 2;
}
.slideshow .slides .slick-prev:before {
  content: "\66";
}
.slideshow .slides .slick-next {
  right: 20px;
}
.slideshow .slides .slick-next:before {
  content: "\67";
}
.slideshow .slides .slick-dots {
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 30px;
  display: block;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slideshow .slides .slick-dots li {
  display: inline-block;
}
.slideshow .slides .slick-dots li button {
  font-size: 0;
  color: var(--text-color);
  padding: 5px;
  cursor: pointer;
  background: transparent;
  border: 0;
  display: block;
}
.slideshow .slides .slick-dots li button:before {
  font-size: 16px;
  content: "\47";
  font-family: "FontCalifornia";
}
.slideshow .slides .slick-dots li.slick-active button:before {
  content: "\46";
}
.slideshow .content {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px;
}
.slideshow .content .container {
  max-width: 550px;
}
.slideshow .content .container h2 {
  font-size: 42px;
  color: var(--text-color);
  line-height: 52px;
  font-weight: 700;
  margin: 0 auto;
}
.slideshow .content .container h3 {
  color: var(--text-color);
  font-size: 28px;
  line-height: 38px;
  margin: 10px auto 0;
}
.slideshow .content .container .more {
  margin-top: -15px;
}
.slideshow .content .container a.logo {
  display: inline-block;
  text-decoration: none;
}
.slideshow .content .container a.logo h1 {
  font-size: 40px;
  margin: 0;
  display: inline-block;
}
.slideshow .content .container a.logo h1 img {
  display: inline-block;
  max-width: 100%;
}
.slideshow .content .container a.btn {
  margin: 30px 0 0;
  white-space: normal;
}
.slideshow .content .container a.btn.line {
  margin-top: 20px;
}
.slideshow .content.center {
  text-align: center;
}
.slideshow .content.left {
  text-align: left;
  justify-content: flex-start;
  max-width: none;
}
.slideshow .content.left.with-arrows {
  padding-left: 80px;
}
.slideshow .content.left .container h2, .slideshow .content.left .container h3 {
  margin-left: 0;
}
.slideshow .content.right {
  text-align: right;
  justify-content: flex-end;
  max-width: none;
}
.slideshow .content.right.with-arrows {
  padding-right: 80px;
}
.slideshow .content.right .container h2, .slideshow .content.right .container h3 {
  margin-right: 0;
}
.slideshow .content.bottom {
  align-items: flex-end;
}
.slideshow .bottom-left {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 4;
  font-family: sans-serif;
  font-size: 11px;
  text-align: left;
  max-width: 300px;
  color: var(--text-color);
}
.slideshow .bottom-left a {
  text-decoration: none;
  border-bottom: 1px solid;
  color: inherit;
}
.slideshow .bottom-left a:hover {
  color: #de6f15;
}

@media (max-width: 960px) {
  .slideshow .content {
    padding: 20px;
  }
  .slideshow .rslides_tabs {
    bottom: 50px;
  }
  .slideshow .bottom-left {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 720px) {
  .slideshow .content.left, .slideshow .content.right {
    text-align: center;
    justify-content: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .slideshow .content.left .container h2, .slideshow .content.left .container h3, .slideshow .content.right .container h2, .slideshow .content.right .container h3 {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 550px) {
  .slideshow .content .container h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .slideshow .content .container h3 {
    font-size: 24px;
    line-height: 34px;
    max-width: 90%;
  }
}
@media (max-width: 420px) {
  .slideshow .content {
    padding: 10px;
  }
  .slideshow .content .container a.logo h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .slideshow .content .container h2 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin: 0 auto;
  }
  .slideshow .content .container h3 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin: 5px auto 0;
  }
  .slideshow .content .container a.btn {
    margin: 20px 0 0;
  }
  .slideshow .content .container .more {
    display: none;
  }
  .slideshow .bottom-right, .slideshow .bottom-left {
    display: none;
  }
  .slideshow .slides .slick-dots {
    left: 10px;
    right: 10px;
  }
  .slideshow .slides .slick-prev {
    left: 0px;
  }
  .slideshow .slides .slick-next {
    right: 0px;
  }
}
/* Home */
.template-index {
  text-align: center;
}
.template-index .back-buttons .shopping, .template-index .back-buttons .back {
  display: none;
}

/* Feature Columns */
.feature-columns {
  text-align: center;
}
.feature-columns .titles {
  margin: 0 0 60px;
}
.feature-columns .titles h2 {
  margin-bottom: 10px;
}
.feature-columns .titles p {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 20px;
  line-height: 34px;
  max-width: 675px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.feature-columns .titles p:first-child {
  padding-top: 0;
}
.feature-columns .cols {
  margin: 20px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.feature-columns .cols .col {
  width: 33.333%;
  padding: 0 10px;
  margin: 0 0 40px;
}
.feature-columns .cols .col img {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}
.feature-columns .cols .col .number {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 90px;
  color: rgba(222, 111, 21, 0.3);
  margin: 0 auto 10px;
  border: 4px solid rgba(222, 111, 21, 0.3);
  width: 100px;
  border-radius: 100px;
  padding: 4px 9px 4px 7px;
  box-sizing: content-box;
}
.feature-columns .cols .col h3 {
  color: #4b540d;
  margin: 0 0 4px;
  font-weight: 700;
}
.feature-columns .cols .col p {
  color: #242806;
  max-width: 500px;
  line-height: 28px;
  margin: 0 auto;
}
.feature-columns .cols .break {
  flex-basis: 100%;
  height: 0;
}
.feature-columns .cols.layout-1 .col, .feature-columns .cols.layout-2 .col {
  width: 40%;
}
.feature-columns .cols.layout-5 .col-4, .feature-columns .cols.layout-5 .col-5 {
  width: 40%;
}
.feature-columns .cols.layout-7 .col-7 {
  width: 40%;
}
.feature-columns .cols.layout-8 .col-7, .feature-columns .cols.layout-8 .col-8 {
  width: 40%;
}
.feature-columns > .btn {
  margin: 0 0 60px;
}

@media (max-width: 960px) {
  .feature-columns .titles {
    margin: 0 0 30px;
  }
  .feature-columns .row.cols .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
}
@media (max-width: 720px) {
  .feature-columns .row.cols .col {
    display: block;
    width: 100%;
    margin: 10px 0 20px;
  }
  .feature-columns .row.cols .col .number {
    font-size: 60px;
    margin: 0 auto 10px;
    width: 60px;
    padding: 0px 5px 0;
    border-radius: 50px;
    box-sizing: content-box;
  }
}
/* Featured image */
.featured-image img {
  display: block;
  width: 100%;
}
.featured-image a {
  text-decoration: none;
}
.featured-image .placeholder {
  display: block;
  fill: silver;
  background: #F4F4F4;
  width: 100%;
  height: 40vw;
}

/* Featured collection */
.featured-collection {
  margin: 0 auto;
}
.featured-collection:last-child {
  margin-bottom: 0;
}
.featured-collection .collection .head {
  display: none;
}
.featured-collection .collection .products.columns_1 .product {
  margin: 0 auto 10px;
}
.featured-collection .btn {
  margin: 30px 0 0;
}

/* Rich text */
.rich-text {
  padding: 0 30px;
}
.rich-text .rte p, .rich-text .rte ul, .rich-text .rte ol {
  font-size: 18px;
  line-height: 26px;
}
.rich-text .btn {
  margin-top: 30px;
}

/* Cart */
body.template-cart .content .items {
  margin: 30px 0 10px;
  text-align: left;
}
body.template-cart .content .items .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #f2f2f2;
}
body.template-cart .content .items .item .left {
  display: flex;
}
body.template-cart .content .items .item .left > img {
  height: 45px;
  width: auto;
  display: inline;
  margin: 0 10px 0 0;
  border-radius: 3px;
}
body.template-cart .content .items .item .left .product {
  display: inline-block;
  vertical-align: top;
}
body.template-cart .content .items .item .left .product .title {
  color: #4b540d;
  display: block;
  font-size: 24px;
  line-height: 26px;
  max-width: 300px;
  width: 100%;
}
body.template-cart .content .items .item .left .product .subtitle {
  display: block;
  font-size: 16px;
}
body.template-cart .content .items .item .left .product .subtitle a {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
  color: #de6f15;
  text-decoration: none;
  margin: 0 0 0 1px;
}
body.template-cart .content .items .item .left .product .subtitle a:hover {
  color: #af5811;
}
body.template-cart .content .items .item .left .product .unit-price {
  font-size: 14px;
}
body.template-cart .content .items .item .left .select {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
body.template-cart .content .items .item .left .select select {
  display: inline;
  min-width: 70px;
}
body.template-cart .content .items .item .left .select input {
  display: inline;
  width: 80px;
}
body.template-cart .content .items .item .left .select .arrow {
  right: 7px;
  top: 10px;
}
body.template-cart .content .items .item .left .discount .title {
  color: #de6f15;
  display: block;
  font-size: 24px;
  line-height: 26px;
  max-width: 500px;
  width: 100%;
}
body.template-cart .content .items .item .left .discount .title .fc {
  margin-right: 10px;
}
body.template-cart .content .items .item .right {
  text-align: right;
  flex-grow: 1;
  margin-left: 10px;
}
body.template-cart .content .items .item .right .subtotal {
  color: #4b540d;
}
body.template-cart .content .items .item .right .price .money {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 30px;
}
body.template-cart .content .items .item .right .price.with-discount {
  top: 0;
}
body.template-cart .content .items .item .right .price.with-discount .original {
  font-size: 22px;
  opacity: 0.6;
}
body.template-cart .content .items .item .right .price.with-discount .final {
  color: #de6f15;
  font-weight: 700;
}
body.template-cart .content .items .item .right .price.with-discount .allocation {
  color: #de6f15;
  margin-top: 2px;
  display: inline-block;
}
body.template-cart .content .items .item .right .price.subtotal {
  top: -2px;
}
body.template-cart .content .items .item .right .price.subtotal .money {
  font-weight: 700;
}
body.template-cart .content .items .item .right .symbol {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 38px;
  color: rgba(75, 84, 13, 0.6);
  display: inline-block;
  margin: 0 15px;
}
body.template-cart .content .items .item .right small {
  display: inline-block;
  margin-top: 10px;
}
body.template-cart .content .items .item.last {
  padding: 15px 0;
}
body.template-cart .content .update {
  margin-bottom: 10px;
}
body.template-cart .content .block.left {
  float: left;
  text-align: left;
}
body.template-cart .content .block.right {
  float: right;
  text-align: right;
}
body.template-cart .content .block.right h3 {
  color: #242806;
}
body.template-cart .content .block.full {
  width: 100%;
  margin: 0 0 20px;
  text-align: left;
}
body.template-cart .content .block.full textarea {
  display: block;
  margin-top: 8px;
  width: 100%;
  font-size: 16px;
  height: 100px;
}
body.template-cart .content .block.text {
  margin: 20px 0 0;
  float: right;
  max-width: 400px;
}
body.template-cart .content .block.text p {
  line-height: 20px;
  text-align: right;
}
body.template-cart .content .additional-checkout-buttons {
  margin: 10px 0 0;
}
body.template-cart .content .additional-checkout-buttons [data-shopify-buttoncontainer] {
  justify-content: flex-end;
}

@media (max-width: 960px) {
  body.template-cart .content .items {
    margin: 20px 0 10px;
  }
  body.template-cart .content .items .item {
    padding: 20px 0;
  }
}
@media (max-width: 720px) {
  body.template-cart .content .items .item {
    padding: 10px 0;
  }
  body.template-cart .content .items .item .left {
    text-align: left;
  }
  body.template-cart .content .items .item .left select.btn {
    margin-right: 5px;
    min-width: 50px;
    font-size: 14px;
    padding: 8px 30px 8px 6px;
  }
  body.template-cart .content .items .item .right .price.with-discount .allocation {
    font-size: 14px;
    line-height: 16px;
  }
  body.template-cart .content .items .item.last {
    justify-content: center;
  }
  body.template-cart .content .items .item.last .left {
    display: none;
  }
  body.template-cart .content .items .item.last .right {
    text-align: center;
  }
  body.template-cart .content .block.left {
    float: none;
    text-align: center;
  }
  body.template-cart .content .block.right {
    float: none;
    text-align: center;
  }
  body.template-cart .content .block.text {
    float: none;
    max-width: 100%;
  }
  body.template-cart .content .block.text p {
    text-align: center;
  }
  body.template-cart .content .additional-checkout-buttons [data-shopify-buttoncontainer] {
    justify-content: center;
  }
}
/* Pages */
.section-page h2 {
  color: #4b540d;
  margin: 10px 0 15px;
}
.section-page form {
  margin: 20px 0 0;
}
.section-page .placeholder-svg {
  display: block;
  max-width: 100%;
  max-height: 300px;
}

.section-contact .rte {
  margin-bottom: 30px;
}

/* Search */
.content.search h2 {
  margin-bottom: 0;
}
.content.search .search-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.content.search .search-header input {
  width: 100%;
  background-color: #eee;
  border-radius: 6px;
  margin-left: 10px;
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  color: rgba(75, 84, 13, 0.6);
  display: inline-block;
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 10px 12px;
}
.content.search .search-header input[type="search"]::-webkit-search-decoration,
.content.search .search-header input[type="search"]::-webkit-search-cancel-button,
.content.search .search-header input[type="search"]::-webkit-search-results-button,
.content.search .search-header input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.content.search .sorting-and-filtering {
  margin: 0 0 10px;
}

/* Blog */
.featured-blog .btn {
  margin-top: 60px;
}

.blog {
  color: #242806;
}
.blog .top {
  margin-bottom: 10px;
}
.blog .top h2 {
  margin-bottom: 0;
}
.blog .top h2 a {
  text-decoration: none;
}
.blog .top h2 .rss {
  font-size: 24px;
  position: relative;
  top: -2px;
}
.blog .top h3 {
  margin: 0;
  color: rgba(75, 84, 13, 0.6);
  font-size: 16px;
}
.blog h1 a:hover, .blog h2 a:hover {
  color: #de6f15;
}
.blog .pagination {
  margin-top: 60px;
}
.blog .pagination a {
  margin: 0;
}
.blog .pagination.comments {
  margin: 0 0 60px;
}

.posts .post:last-child {
  padding-bottom: 0;
}
.posts.grid-with-even-posts .post:nth-last-child(-n+2) {
  padding-bottom: 0;
}
.posts.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts.grid .post {
  width: 49%;
  margin-left: 0;
  margin-right: 0;
}

.post {
  margin: 0 auto 40px;
}
.post h2 {
  margin: 5px 0 10px;
}
.post h2 a {
  text-decoration: none;
  color: #4b540d;
}
.post h3 {
  margin: 0;
}
.post h4 {
  color: rgba(75, 84, 13, 0.6);
  font-size: 16px;
  margin: 15px 0 0;
}
.post .text {
  font-size: 16px;
  line-height: 24px;
}
.post p {
  margin: 0 0 10px;
}
.post p a {
  color: #de6f15;
  text-decoration: none;
}
.post img {
  max-width: 100%;
  margin: 10px 0;
  display: inline-block;
}
.post img.featured {
  max-width: none;
  width: 100%;
  display: block;
  margin: 0;
}
.post .placeholder {
  height: 240px;
  display: block;
  background-color: #F4F4F4;
  padding: 20px 0;
  margin-bottom: 20px;
}
.post .placeholder .placeholder-svg {
  fill: #B4B6B9;
  background-color: #F4F4F4;
}
.post .extra a.underscore {
  color: #de6f15;
  border-color: #de6f15;
}
.post .extra .comments, .post .extra .tags, .post .extra .separation {
  display: inline;
}
.post .extra .separation {
  color: rgba(75, 84, 13, 0.6);
  margin: 0 5px;
}
.post:last-child {
  margin-bottom: 0;
}

.article {
  position: relative;
}
.article .navigation {
  top: -50px;
}
.article .navigation.align-right {
  right: auto;
  left: 0;
}
.article .post {
  margin-bottom: 20px;
}
.article .post .extra .permalink, .article .post .extra .comments, .article .post .extra .separation {
  display: none;
}
.article .post .extra .tags:before {
  content: "";
  margin: 0;
}
.article .comments {
  margin: 50px auto 20px;
  max-width: 800px;
}
.article .comments .comment {
  margin: 0 0 20px;
}
.article .comments .comment p {
  line-height: 24px;
  margin: 0 0 10px;
}
.article .comments form {
  padding-top: 10px;
  margin-top: -10px;
}
.article .comments form textarea {
  height: 160px;
}
.article .recent.posts .post {
  margin-bottom: 10px;
}
.article .recent.posts .post .text, .article .recent.posts .post .extra, .article .recent.posts .post h4, .article .recent.posts .post .image {
  display: none;
}

@media (max-width: 720px) {
  .blog .top {
    text-align: left;
  }

  .posts .post {
    margin: 0 auto 20px;
  }
  .posts.grid-with-even-posts .post {
    margin: 0 auto 20px;
  }
  .posts.grid {
    flex-direction: column;
  }
  .posts.grid .post {
    width: 100%;
  }
  .posts .post:last-child {
    margin-bottom: 0;
  }
}
.side-pick {
  visibility: hidden;
  color: #4b540d;
  background: #ffffff;
  position: fixed;
  top: 0;
  right: -375px;
  width: 375px;
  max-width: 100%;
  height: 100%;
  text-align: left;
  padding: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.side-pick .side-pick-header {
  border-bottom: 1px solid #4b540d;
  padding-right: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.side-pick .side-pick-header h2 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 25px;
  color: #4b540d;
}
.side-pick .side-pick-header h3 {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  color: #de6f15;
  font-style: italic;
}
.side-pick .btn.close {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 30px;
  color: #4b540d;
  opacity: 0.85;
  height: 32px;
}
.side-pick .btn.close:hover {
  color: #4b540d;
  opacity: 1;
}
.side-pick .btn.close i {
  font-size: 24px;
}
.side-pick .locations {
  overflow-y: auto;
  overflow-x: hidden;
}
.side-pick .locations .location {
  padding: 20px 0;
  border-bottom: 1px solid #4b540d;
}
.side-pick .locations .location h4 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 20px;
  color: #4b540d;
}
.side-pick .locations .location .availability {
  display: flex;
  align-items: center;
  font-style: italic;
  margin: 8px 0;
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
  color: #4b540d;
}
.side-pick .locations .location .availability .icon {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #fff;
}
.side-pick .locations .location .availability .icon .fc {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
}
.side-pick .locations .location .availability .icon.icon-in-stock .fc {
  background: #00730B;
}
.side-pick .locations .location .availability .icon.icon-out-of-stock .fc {
  background: #ff555d;
}
.side-pick .locations .location .address {
  margin: 0;
}
.side-pick .locations .location .address p {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 12px;
  line-height: 16px;
  color: #4b540d;
}
.side-pick .locations .location .address p.phone {
  margin-top: 5px;
}
.side-pick .locations .location .address p.phone a {
  color: #4b540d;
  text-decoration: none;
}
.side-pick .locations .location .address p.phone a:hover {
  border-bottom: 1px solid;
}

/* Account Addresses */
body.template-customers-addresses .sections {
  margin: 0 auto;
}
body.template-customers-addresses .addresses {
  border-top: 1px dashed rgba(75, 84, 13, 0.6);
  margin: 20px auto;
}
body.template-customers-addresses .addresses .address {
  width: 100%;
  position: relative;
  padding: 10px 5px 15px;
  border-bottom: 1px dashed rgba(75, 84, 13, 0.6);
}
body.template-customers-addresses .addresses .address .title {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 28px;
  display: inline;
}
body.template-customers-addresses .addresses .address .default {
  display: inline-block;
  margin: 10px 0 5px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid rgba(75, 84, 13, 0.6);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
}
body.template-customers-addresses .addresses .address p.actions {
  margin: 5px 0 0;
}
body.template-customers-addresses form {
  margin: 0 auto;
}
body.template-customers-addresses form .row.checkbox {
  margin: 20px 0;
  display: block;
  font-size: 20px;
  color: #4b540d;
}
body.template-customers-addresses form .row.checkbox input {
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
body.template-customers-addresses a.link {
  text-decoration: none;
  color: #4b540d;
}
body.template-customers-addresses a.link:hover {
  border-bottom: 1px solid rgba(75, 84, 13, 0.6);
}

/* Account Order */
body.template-customers-order .sections {
  padding-bottom: 60px;
}
body.template-customers-order .items {
  margin: 20px 0;
  text-align: left;
  border-top: 1px solid rgba(75, 84, 13, 0.6);
}
body.template-customers-order .items .item {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 1px;
  border-bottom: 1px dashed rgba(75, 84, 13, 0.6);
}
body.template-customers-order .items .item:after {
  display: table;
  content: '';
  clear: both;
}
body.template-customers-order .items .item .left {
  float: left;
  position: relative;
  top: 3px;
}
body.template-customers-order .items .item .left > img {
  height: 45px;
  width: auto;
  display: inline;
  margin: 0 10px 0 0;
  border-radius: 3px;
}
body.template-customers-order .items .item .left .product {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
}
body.template-customers-order .items .item .left .product .title {
  color: #4b540d;
  display: block;
  font-size: 24px;
  line-height: 26px;
}
body.template-customers-order .items .item .left .product .subtitle {
  display: block;
  font-size: 16px;
}
body.template-customers-order .items .item .left .product .subtitle a {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
  color: #de6f15;
  text-decoration: none;
  margin: 0 0 0 1px;
}
body.template-customers-order .items .item .left .product .subtitle a:hover {
  color: #af5811;
}
body.template-customers-order .items .item .left .quantity {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 30px;
  vertical-align: top;
  margin-right: 6px;
  position: relative;
  top: 3px;
  display: inline-block;
}
body.template-customers-order .items .item .left .quantity .x {
  color: rgba(75, 84, 13, 0.6);
  display: inline-block;
  vertical-align: top;
}
body.template-customers-order .items .item .left .text {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 30px;
  max-width: 80%;
}
body.template-customers-order .items .item .left .text.discount .fc {
  margin-right: 5px;
}
body.template-customers-order .items .item .right {
  float: right;
  text-align: right;
}
body.template-customers-order .items .item .right .subtotal {
  color: #4b540d;
}
body.template-customers-order .items .item .right .price {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 30px;
  position: relative;
  top: 5px;
  text-transform: capitalize;
}
body.template-customers-order .items .item .right .price.bold {
  font-weight: 700;
  top: -2px;
}
body.template-customers-order .items .item .right .price.original {
  top: 0;
  font-size: 20px;
  opacity: 0.6;
}
body.template-customers-order .items .item .right .price.final {
  top: 0;
}
body.template-customers-order .items .item .right .allocation {
  font-size: 16px;
}
body.template-customers-order .items .item.extra .left {
  top: 0;
  width: 70%;
}
body.template-customers-order .items .item.extra .right .price {
  top: 0;
}
body.template-customers-order .items .item.total {
  border-bottom: 2px solid #4b540d;
}
body.template-customers-order p.expanded {
  line-height: 26px;
  color: #4b540d;
  margin: 10px 0 0;
}
body.template-customers-order .box {
  float: left;
  width: 50%;
}

@media (max-width: 960px) {
  body.template-customers-order .items {
    width: 95%;
    margin: 20px auto;
  }
  body.template-customers-order .items .item .left .product {
    max-width: 300px;
  }
}
@media (max-width: 420px) {
  body.template-customers-order h4 {
    font-size: 16px;
  }
  body.template-customers-order .items {
    width: 100%;
  }
  body.template-customers-order .items .item .left .quantity {
    font-size: 18px;
  }
  body.template-customers-order .items .item .left .product {
    max-width: 120px;
  }
  body.template-customers-order .items .item .left .product .title {
    font-size: 16px;
    line-height: 18px;
  }
  body.template-customers-order .items .item .left .product .subtitle {
    font-size: 14px;
  }
  body.template-customers-order .items .item .left .text {
    font-size: 18px;
    max-width: 70%;
  }
  body.template-customers-order .items .item .right .price {
    font-size: 18px;
  }
}
/* Collections */
.collections .collection {
  margin: 0 0 50px;
}
.collections .collection:last-child {
  margin-bottom: 0;
}
.collections .pagination {
  clear: both;
  padding: 40px 0 0;
}

.collection .head {
  position: relative;
  margin: 0 0 10px;
}
.collection .head a:hover h2 {
  color: #de6f15;
}
.collection .head .image, .collection .head .description {
  margin-bottom: 30px;
}
.collection .head .image img {
  width: 100%;
}
.collection .head .description {
  font-size: 16px;
  line-height: 24px;
}
.collection .products {
  margin: -20px -6px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.collection .products:after {
  display: table;
  content: '';
  clear: both;
}
.template-index .collection .products, .template-product .collection .products {
  justify-content: center;
}
.collection .products .product {
  display: block;
  width: 25%;
  position: relative;
  padding: 0px 6px;
  margin: 20px 0 0;
}
.collection .products .product a.inner {
  padding: 0px;
  border-radius: 4px;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.collection .products .product .line {
  display: none;
}
.collection .products .product .frame {
  width: 100%;
  border-top-right-radius: 4px;
  border: 1px solid #f3f3f3;
  position: relative;
  overflow: hidden;
}
.collection .products .product .frame.square {
  padding-bottom: 100%;
}
.collection .products .product .frame.portrait {
  padding-bottom: 125%;
}
.collection .products .product .frame.landscape {
  padding-bottom: 75%;
}
.collection .products .product .frame img, .collection .products .product .frame svg {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  border-top-right-radius: 4px;
}
.collection .products .product .frame img + img {
  transition: transform 500ms ease;
  opacity: 0;
}
.collection .products .product .placeholder-svg {
  fill: #B4B6B9;
  background-color: #F4F4F4;
}
.collection .products .product .info {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.collection .products .product .info .metas {
  order: -1;
}
.collection .products .product .info .metas .subtitle {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
}
.collection .products .product .info .metas .price {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
  color: #000000;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.collection .products .product .info .metas .price.striped {
  text-decoration: line-through;
  color: #ff555d;
  font-weight: 700;
  margin-right: 4px;
}
.collection .products .product .info .metas .unit-price {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
}
.collection .products .product .info .status {
  text-align: right;
  line-height: 18px;
  padding: 0 5px;
}
.collection .products .product .info .status span {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.collection .products .product .info .status span.serie {
  text-transform: uppercase;
  font-size: 16px;
  color: #4b540d;
}
.collection .products .product .info .status span.purchased_at {
  color: rgba(75, 84, 13, 0.6);
  font-size: 16px;
  font-weight: 400;
}
.collection .products .product .info .status span.ca {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
  color: #de6f15;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.collection .products .product .info .status span.ca:hover {
  color: #af5811;
  border-bottom: 1px solid;
}
.collection .products .product .info .status span.ca.buy {
  font-weight: 700;
}
.collection .products .product .info .status span.ca.sale {
  font-weight: 700;
  color: #ff555d;
}
.collection .products .product .info .status span.ca.sold {
  font-weight: 700;
  color: rgba(75, 84, 13, 0.6);
}
.collection .products .product.soldout .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.collection .products .product.soldout .image .line {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -50%;
  display: block;
  width: 200%;
  height: 0;
  border-top: 1px solid white;
  opacity: 1;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}
.collection .products .product:hover .frame img + img {
  transform: scale(1.03);
  opacity: 1;
}
.collection .products .pagination {
  width: 100%;
  margin: 40px 0 0;
}
.collection .products.columns_6 .product {
  width: 16.666%;
}
.collection .products.columns_6 .product .info {
  flex-direction: column;
  align-items: flex-start;
}
.collection .products.columns_6 .product .info .metas {
  order: 0;
  margin-right: 0;
  clear: both;
}
.collection .products.columns_6 .product .info .status {
  padding: 0;
  width: 100%;
  text-align: left;
}
.collection .products.columns_5 .product {
  width: 20%;
}
.collection .products.columns_3 .product {
  width: 33.33%;
}
.collection .products.columns_2 .product {
  width: 50%;
}
.collection .products.columns_1 {
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 20px;
}
.collection .products.columns_1 .product {
  width: 50%;
  max-width: 600px;
  margin: 0 0 20px;
}

@media (max-width: 960px) {
  .collection .products.columns_5 .product .info, .collection .products.columns_4 .product .info, .collection .products.columns_3 .product .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection .products.columns_5 .product .info .metas, .collection .products.columns_4 .product .info .metas, .collection .products.columns_3 .product .info .metas {
    order: 0;
    clear: both;
    margin-right: 0;
  }
  .collection .products.columns_5 .product .info .status, .collection .products.columns_4 .product .info .status, .collection .products.columns_3 .product .info .status {
    padding: 0;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 720px) {
  .collection .products.columns_6 .product {
    width: 33.33%;
  }
  .collection .products.columns_5 .product, .collection .products.columns_4 .product, .collection .products.columns_3 .product, .collection .products.columns_2 .product {
    width: 50%;
  }
  .collection .products.columns_5 .product .info, .collection .products.columns_4 .product .info, .collection .products.columns_3 .product .info, .collection .products.columns_2 .product .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection .products.columns_5 .product .info .metas, .collection .products.columns_4 .product .info .metas, .collection .products.columns_3 .product .info .metas, .collection .products.columns_2 .product .info .metas {
    order: 0;
    clear: both;
  }
  .collection .products.columns_5 .product .info .status, .collection .products.columns_4 .product .info .status, .collection .products.columns_3 .product .info .status, .collection .products.columns_2 .product .info .status {
    padding: 0;
  }
  .collection .products.columns_1 .product {
    width: 80%;
  }
  .collection .products .product .frame img + img {
    display: none;
  }
}
@media (max-width: 420px) {
  .collection .products.columns_6 .product, .collection .products.columns_4 .product, .collection .products.columns_3 .product, .collection .products.columns_2 .product {
    width: 50%;
  }
  .collection .products.columns_6 .product .info .status, .collection .products.columns_4 .product .info .status, .collection .products.columns_3 .product .info .status, .collection .products.columns_2 .product .info .status {
    display: block;
  }
  .collection .products.columns_1 .product {
    width: 100%;
  }
}
/* Product */
.product {
  text-align: left;
  /* blocks */
}
.product .item {
  position: relative;
  margin: 0 auto 0;
}
.product .item:after {
  display: table;
  content: '';
  clear: both;
}
.product .item > .media, .product .item > .info {
  width: 50%;
  float: left;
  min-height: 1px;
}
.product .item > .media .product-media .frame {
  background: #ffffff;
}
.product .item > .media .product-media .frame .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-height: 350px;
}
.product .item > .media .product-media .frame .table .cell {
  display: table-cell;
  vertical-align: middle;
}
.product .item > .media .product-media .frame .table .cell .media {
  margin: 0 auto;
  width: 100%;
}
.product .item > .media .product-media .frame .table .cell .media:focus {
  outline: 0;
}
.product .item > .media .product-media .frame .table .cell .media img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.product .item > .media .product-media .frame .table .cell .media img[data-mfp-src] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.product .item > .media .product-media .frame .table .cell .media > .inner {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
}
.product .item > .media .product-media .frame .table .cell .media > .inner.video {
  background-color: rgba(75, 84, 13, 0.05);
}
.product .item > .media .product-media .frame .table .cell .media > .inner iframe,
.product .item > .media .product-media .frame .table .cell .media > .inner model-viewer,
.product .item > .media .product-media .frame .table .cell .media > .inner .shopify-model-viewer-ui,
.product .item > .media .product-media .frame .table .cell .media > .inner img,
.product .item > .media .product-media .frame .table .cell .media > .inner > video,
.product .item > .media .product-media .frame .table .cell .media > .inner .plyr,
.product .item > .media .product-media .frame .table .cell .media > .inner .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product .item > .media .product-media .frame .table .cell .media > .inner iframe,
.product .item > .media .product-media .frame .table .cell .media > .inner .media-video,
.product .item > .media .product-media .frame .table .cell .media > .inner model-viewer,
.product .item > .media .product-media .frame .table .cell .media > .inner .shopify-model-viewer-ui,
.product .item > .media .product-media .frame .table .cell .media > .inner .media-item,
.product .item > .media .product-media .frame .table .cell .media > .inner .plyr,
.product .item > .media .product-media .frame .table .cell .media > .inner .plyr__video-wrapper {
  height: 100%;
}
.product .item > .media .product-media .frame .table .cell .media > .inner .plyr__video-wrapper {
  height: auto;
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .model-viewer {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: #ffffff;
  border-color: rgba(75, 84, 13, 0.05);
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #4b540d;
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(75, 84, 13, 0.55);
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(75, 84, 13, 0.55);
  background: rgba(75, 84, 13, 0.05);
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(75, 84, 13, 0.05);
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #ffffff;
  border-color: rgba(75, 84, 13, 0.05);
}
.product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .product .item > .media .product-media .frame .table .cell .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(75, 84, 13, 0.55);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video {
  color: #4b540d;
  background-color: transparent;
  outline: none;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__poster,
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: #ffffff;
  border-color: rgba(75, 84, 13, 0.05);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(75, 84, 13, 0.55);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: #ffffff;
  border-color: rgba(75, 84, 13, 0.05);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #ffffff;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient( to right, currentColor var(--value, 0), rgba(75, 84, 13, 0.6) var(--value, 0));
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-track {
  background-color: rgba(75, 84, 13, 0.6);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-fill-upper {
  background-color: rgba(75, 84, 13, 0.6);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(75, 84, 13, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(75, 84, 13, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(75, 84, 13, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(75, 84, 13, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(75, 84, 13, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(75, 84, 13, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: #4b540d;
  color: #ffffff;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: #4b540d;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient( -45deg, rgba(75, 84, 13, 0.6) 25%, transparent 25%, transparent 50%, rgba(75, 84, 13, 0.6) 50%, rgba(75, 84, 13, 0.6) 75%, transparent 75%, transparent);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'] {
  color: #ffffff;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 #4b540d;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 #4b540d;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 #4b540d;
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(255, 255, 255, 0.6) var(--value, 0));
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-track, .product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-fill-upper {
  background-color: rgba(255, 255, 255, 0.6);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.product .item > .media .product-media .frame .table .cell .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.product .item > .media .product-media .frame .table .view-in-space {
  background-color: rgba(75, 84, 13, 0.08);
  border: none;
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #4b540d;
}
.product .item > .media .product-media .frame .table .view-in-space[data-shopify-xr-hidden] {
  display: none;
}
.product .item > .media .product-media .frame .table .view-in-space:hover span.text, .product .item > .media .product-media .frame .table .view-in-space:focus span.text {
  border-bottom-color: #4b540d;
}
.product .item > .media .product-media .frame .table .view-in-space svg.icon {
  height: 25px;
  width: 25px;
  margin-top: -3px;
  margin-right: 2.43px;
  fill: transparent;
  vertical-align: middle;
}
.product .item > .media .product-media .frame .table .view-in-space svg.icon .icon-3d-badge-full-color-outline {
  stroke: none;
}
.product .item > .media .product-media .frame .table .view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: #4b540d;
  opacity: 1;
}
.product .item > .media .product-media .frame .table .view-in-space span.text {
  border-bottom: 1px solid transparent;
}
.product .item > .media .product-media .gallery:after {
  display: table;
  content: '';
  clear: both;
}
.product .item > .media .product-media .gallery .thumb {
  width: 25%;
  display: block;
  float: left;
  padding: 10px 0 0 10px;
}
.product .item > .media .product-media .gallery .thumb > a {
  text-decoration: none;
}
.product .item > .media .product-media .gallery .thumb > a > div {
  position: relative;
}
.product .item > .media .product-media .gallery .thumb > a.model img {
  border: 1px solid rgba(75, 84, 13, 0.1);
  padding: 1px;
}
.product .item > .media .product-media .gallery .thumb > a.active img {
  border: 2px solid #4b540d;
}
.product .item > .media .product-media .gallery .thumb img {
  width: 100%;
  display: block;
  border: 2px solid transparent;
}
.product .item > .media .product-media .gallery .thumb .badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
}
.product .item > .media .product-media .gallery .thumb .badge .icon {
  fill: #fff;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.product .item > .media .product-media .gallery .thumb .badge .icon-3d-badge-full-color-outline,
.product .item > .media .product-media .gallery .thumb .badge .icon-video-badge-full-color-outline {
  stroke: rgba(75, 84, 13, 0.05);
}
.product .item > .media .product-media .gallery .thumb .badge .icon-3d-badge-full-color-element,
.product .item > .media .product-media .gallery .thumb .badge .icon-video-badge-full-color-element {
  fill: #4b540d;
}
.product .item > .media .product-media.right .frame, .product .item > .media .product-media.left .frame {
  margin-left: 0;
  width: 80%;
}
.product .item > .media .product-media.right .gallery, .product .item > .media .product-media.left .gallery {
  width: 20%;
}
.product .item > .media .product-media.right .gallery .thumb, .product .item > .media .product-media.left .gallery .thumb {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0 0 5px;
}
.product .item > .media .product-media.right .gallery .thumb:last-child, .product .item > .media .product-media.left .gallery .thumb:last-child {
  margin-bottom: 0;
}
.product .item > .media .product-media.right .frame {
  float: left;
}
.product .item > .media .product-media.right .gallery {
  float: left;
  padding-left: 20px;
}
.product .item > .media .product-media.left .frame {
  float: right;
}
.product .item > .media .product-media.left .gallery {
  float: left;
  padding-right: 20px;
}
.product .item > .media .product-media.stack .frame .table .cell .media {
  display: block;
  margin-bottom: 30px;
}
.product .item > .media .product-media.stack .frame .table .cell .media:last-child {
  margin-bottom: 0;
}
.product .item > .media .product-media.stack .gallery {
  display: none;
}
.product .item .info {
  padding-left: 30px;
  margin-top: -10px;
}
.product .item .info > .inner {
  padding: 10px 0;
}
.product .item .info .block {
  margin: 0 0 10px;
}
.product .item .info .block.expanded-top {
  margin-top: 25px;
}
.product .item .info .block:last-child {
  margin-bottom: 0;
}
.product .item .info .block h3 {
  margin-bottom: 0;
}
.product .item .info .price {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 20px;
  display: inline;
}
.product .item .info .price.striped {
  margin-bottom: 0;
  color: #ff555d;
}
.product .item .info .unit-price {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
}
.product .item .info h2 {
  margin-top: 0;
  margin-right: 90px;
}
.product .item .info shopify-payment-terms {
  display: block;
  margin-top: 10px;
}
.product .item .info .store-availability {
  margin-top: 20px;
}
.product .item .info .store-availability .location {
  background: #F4F4F4;
  padding: 20px 20px 18px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
}
.product .item .info .store-availability .location .icon {
  margin: 0 15px 0 0;
  color: #F4F4F4;
}
.product .item .info .store-availability .location .icon .fc {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  min-width: 20px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
}
.product .item .info .store-availability .location .icon.icon-in-stock .fc {
  background: #00730B;
}
.product .item .info .store-availability .location .icon.icon-out-of-stock .fc {
  background: #ff555d;
}
.product .item .info .store-availability .location .icon.icon-out-of-stock .fc:before {
  position: relative;
  left: 0.5px;
}
.product .item .info .store-availability .location .information a {
  display: inline-block;
}
.product .item .info .store-availability .location .information p {
  margin: 0;
}
.product .item .info .store-availability .location .information p.link {
  margin-top: 10px;
}
.product .item .info .description ul, .product .item .info .description ol {
  margin: 10px 0 10px 30px;
}
.product .item .info .description ul li, .product .item .info .description ol li {
  margin: 5px 0;
}
.product .item .info .description.stock {
  margin: 10px 0 20px;
}
.product .item .info .quantity {
  margin: 0 0 10px;
}
.product .item .info .quantity .select {
  min-width: 0;
}
.product .item .info .share {
  min-height: 0;
  margin: 0;
}
.product .item .info p {
  margin: 0 0 10px;
}
.product .item .info label {
  display: block;
}
.product .item .info label:after {
  content: ":";
}
.product .item .info .select {
  margin: 10px 0 0;
  display: inline-block;
  min-width: 200px;
  height: 44px;
  width: 100%;
}
.product .item .info .selector-wrapper {
  margin: 0 0 10px;
}
.product .item .info .btn.submit {
  margin: 10px 0 0;
}
.product .item .info .payment-button {
  margin-top: 10px;
}
.product .item .info .add-to-cart,
.product .item .info .shopify-payment-button__button--unbranded {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
}
.product .item .info .add-to-cart:disabled,
.product .item .info .shopify-payment-button__button--unbranded:disabled {
  cursor: default;
  opacity: 0.8;
}
.product .item .info .add-to-cart:disabled:hover,
.product .item .info .shopify-payment-button__button--unbranded:disabled:hover {
  background-color: #de6f15;
}
.product .item .info .shopify-payment-button__button--unbranded {
  padding: 15px 20px;
  color: #fff;
  background: #de6f15;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 0;
}
.product .item .info .shopify-payment-button__button--unbranded:hover {
  background-color: #af5811;
}
.product .item .info .add-to-cart,
.product .item .info .shopify-payment-button__button--unbranded,
.product .item .info .shopify-payment-button__button--branded {
  border-radius: 6px;
  overflow: hidden;
}
.product .item .info .add-to-cart {
  padding: 14px 18px 13px;
  color: #fff;
  background: #de6f15;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 0;
}
.product .item .info .add-to-cart i {
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.product .item .info .add-to-cart:hover {
  background-color: #af5811;
}
.product .item .info .add-to-cart:disabled {
  cursor: default;
  opacity: 0.8;
}
.product .item .info .add-to-cart:disabled:hover {
  color: #fff;
  background: #de6f15;
}
.product .item .info .add-to-cart.with-payment-button {
  padding: 12px 18px 11px;
  background: transparent;
  color: #de6f15;
  border: 2px solid #de6f15;
}
.product .item .info .add-to-cart.with-payment-button:hover {
  color: #af5811;
  background: transparent;
  border-color: #af5811;
}
.product .item .info .add-to-cart.with-payment-button:disabled {
  cursor: default;
}
.product .item .info .add-to-cart.with-payment-button:disabled:hover {
  color: #de6f15;
  background: transparent;
  border-color: #de6f15;
}
.product .item .info .shopify-payment-button {
  margin-top: 10px;
}
.product .item .info .add-to-cart:disabled + .shopify-payment-button {
  display: none;
}
.product .item .info .shopify-payment-button__more-options {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
}
.product .item .info .shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}
.product .accordion {
  border-top: 1px solid #4b540d;
  border-bottom: 1px solid #4b540d;
}
.product .accordion summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  position: relative;
  padding: 15px 5px;
}
.product .accordion .header {
  display: flex;
  flex: 1;
}
.product .accordion .header .icon-accordion {
  align-self: center;
  fill: #4b540d;
  margin-right: 15px;
  min-width: 20px;
  height: 100%;
}
.product .accordion .header h3 {
  margin: 0 40px 0 0 !important;
  display: inline-block;
  font-size: 18px;
}
.product .accordion .arrow {
  position: absolute;
  width: 22px;
  height: 24px;
  top: 14px;
  right: 10px;
  vertical-align: middle;
}
.product .accordion .arrow .fc {
  color: #4b540d;
}
.product .accordion .rte {
  padding: 0 10px 15px;
  margin-top: -5px;
}
.product .accordion .rte img {
  max-width: 100%;
}
.product .accordion details[open] summary .arrow .fc {
  transform: rotate(180deg);
}
.product .type_collapsible_tab + .type_collapsible_tab {
  margin-top: -10px !important;
}
.product .type_collapsible_tab + .type_collapsible_tab .accordion {
  border-top: 0;
}
.product .rating-container .rating {
  display: inline-block;
  margin: 0;
}
.product .rating-container .rating-star {
  --color-base-text: 75, 84, 13;
  --color-icon: rgb(var(--color-base-text));
  --color-foreground: var(--color-base-text);
  --letter-spacing: 0.1;
  --font-size: 1.5;
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}
.product .rating-container .rating-star::before {
  content: '★★★★★';
  background: linear-gradient(90deg, var(--color-icon) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product .rating-container .rating-text {
  display: none;
}
.product .rating-container .rating-count {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

@media (max-width: 960px) {
  .product .item > .media .product-media {
    margin-left: -10px;
    padding-left: 0;
  }
  .product .item > .media .product-media .frame {
    margin-left: 10px;
  }
  .product .item > .media .product-media .gallery .thumb {
    width: 25%;
    padding: 10px 0 0 10px;
  }
  .product .item > .media .product-media .gallery .thumb .box {
    height: 80px;
  }
  .product .item > .media .product-media.right .frame, .product .item > .media .product-media.left .frame {
    float: none;
    width: auto;
    margin-left: 10px;
  }
  .product .item > .media .product-media.right .gallery, .product .item > .media .product-media.left .gallery {
    float: none;
    width: 100%;
    padding: 0px;
  }
  .product .item > .media .product-media.right .gallery .thumb, .product .item > .media .product-media.left .gallery .thumb {
    float: left;
    width: 25%;
    margin: 0;
    padding: 10px 0 0 10px;
  }
}
@media (max-width: 720px) {
  .product .item {
    margin: 0 auto;
  }
  .product .item > .media, .product .item > .info {
    float: none;
    width: 100%;
  }
  .product .item > .media {
    margin: 0 0 10px;
  }
  .product .item > .media .product-media .gallery .thumb {
    width: 25%;
  }
  .product .item > .media .product-media .gallery .thumb .box {
    height: 80px;
  }
  .product .item > .media .product-media.stack .frame .table .cell .media {
    margin-bottom: 0;
    display: block;
  }
  .product .item > .media .product-media.stack .frame .table .cell .media.hide {
    display: none;
  }
  .product .item > .media .product-media.stack .gallery {
    display: block;
  }
  .product .item .info {
    padding: 0;
    display: block;
    left: 0 !important;
    position: relative !important;
    max-width: none;
  }
  .product .item .info h2 {
    margin-right: 0px;
  }
  .product .item .info h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .product .item .info .select, .product .item .info .btn.submit {
    width: 100%;
  }
  .product .item .info .block {
    margin: 0 0 5px;
  }
  .product .item .info .block.expanded-top {
    margin-top: 15px;
  }
}
/* Product recommendations */
.product-recommendations {
  text-align: center;
  padding-bottom: 0;
}
.product-recommendations.content div.row {
  padding: 0;
}
.product-recommendations .collection {
  margin: 20px 0 0;
}

/* Gift Card */
body.template-gift_card .sections .shopify-section > .content {
  max-width: 540px;
}
body.template-gift_card h4 {
  background: #4b540d;
  color: #fff;
  border-radius: 6px;
  font-weight: 700;
  display: inline-block;
  margin: 10px 0 0;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 14px;
}
body.template-gift_card h4.alert {
  background: #ff555d;
  color: #fff;
}
body.template-gift_card .shop-url {
  display: none;
}
body.template-gift_card .shop-button {
  display: block;
}
body.template-gift_card #gift-card {
  position: relative;
  margin: 30px 0;
}
body.template-gift_card #gift-card img.card {
  width: 100%;
  border-radius: 20px;
}
body.template-gift_card #gift-card #gift-card-amount {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 44px;
  padding: 10px 16px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}
body.template-gift_card #gift-card #gift-card-code-outer {
  position: absolute;
  bottom: 16px;
  text-align: center;
  width: 100%;
}
body.template-gift_card #gift-card #gift-card-code-inner {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  background-color: #fff;
  padding: .5em;
  border-radius: 4px;
  max-width: 450px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
body.template-gift_card #gift-card #gift-card-code-inner strong {
  font-weight: 700;
  font-size: 1.875em;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px dashed #e5e5e5;
  padding: .4em .5em;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  color: #777;
  line-height: 1;
}
body.template-gift_card #gift-card .tooltip-container {
  display: block;
  position: absolute;
  right: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  top: -40%;
}
body.template-gift_card #gift-card .tooltip-label {
  display: block;
  position: relative;
  right: -50%;
  border: none;
  border-radius: 4px;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  min-height: 14px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  line-height: 16px;
  text-shadow: none;
  padding: .5em .75em;
  margin-left: .25em;
  font-size: .4em;
  color: white;
}
body.template-gift_card #gift-card .tooltip-label small {
  text-transform: uppercase;
  color: #b3b3b3;
  font-size: .875em;
}
body.template-gift_card #gift-card .tooltip-triangle {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 5px solid #333;
  border-top: 5px solid rgba(51, 51, 51, 0.9);
  position: absolute;
  left: 100%;
  bottom: 0;
  margin-left: -5px;
  margin-bottom: -5px;
}
body.template-gift_card #gift-card.expired #gift-card-code-inner strong, body.template-gift_card #gift-card.disabled #gift-card-code-inner strong {
  text-decoration: line-through;
}
body.template-gift_card .qr {
  display: inline-block;
}
body.template-gift_card .apple-wallet {
  text-decoration: none;
  margin-right: 8px;
}
body.template-gift_card .apple-wallet img {
  display: inline-block;
}
body.template-gift_card .print {
  padding: 10px 28px 11px;
  text-transform: capitalize;
  vertical-align: top;
  border-radius: 8px;
}
body.template-gift_card .print i {
  margin-right: 10px;
}

@media (max-width: 420px) {
  body.template-gift_card #gift-card #gift-card-amount {
    font-size: 30px;
    padding: 12px 8px;
  }
  body.template-gift_card #gift-card .tooltip-container {
    top: -30%;
  }
  body.template-gift_card #gift-card #gift-card-code-outer {
    bottom: 10px;
  }
  body.template-gift_card #gift-card #gift-card-code-inner strong {
    font-size: 18px;
  }
}
@media print {
  body.template-gift_card #gift-card-amount {
    -webkit-print-color-adjust: exact;
  }
  body.template-gift_card .shop-url {
    display: block;
  }
  body.template-gift_card .shop-button {
    display: none;
  }
}
.template-password .sections {
  padding: 0;
}
.template-password .sections .shopify-section .content {
  margin-bottom: 0;
}
.template-password .sections .shopify-section:last-child {
  margin-bottom: 20px;
}
.template-password .sections .shopify-section:only-child {
  margin-bottom: 0px;
}
.template-password .password-section {
  min-height: 100vh;
}
.template-password .slideshow {
  min-height: 100vh;
  height: 100%;
  background-color: #4b540d;
}
.template-password .slideshow .slides {
  height: 100vh;
}
.template-password .slideshow .slides .slide {
  background-image: url('//wildingceramics.com/cdn/shop/t/3/assets/password-page-background.jpg?583');
  background-position: center;
}
.template-password .slideshow .content .container .logo a {
  text-decoration: none;
}
.template-password .slideshow .content .container .logo a h1 {
  color: #ffffff;
  margin: 0;
}
.template-password .slideshow .content .container .logo a img {
  display: inline-block;
}
.template-password .slideshow .content .container h2 {
  display: inline-block;
  margin: 0;
  color: #ffffff;
}
.template-password .slideshow .content .container h3, .template-password .slideshow .content .container p {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin: 10px auto;
  max-width: 100%;
}
.template-password .slideshow .content .container .login {
  display: none;
}
.template-password .slideshow .content .container .login .link {
  margin: 20px 0 0;
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
  color: #ffffff;
}
.template-password .slideshow .content .container .login .link a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid;
}
.template-password .slideshow .top-right {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 4;
}
.template-password .slideshow .top-right a {
  display: block;
  color: #ffffff;
  border-color: #ffffff;
}
.template-password .slideshow .top-right a.hide {
  display: none;
}
.template-password .slideshow .bottom-left {
  color: #ffffff;
}
.template-password .slideshow .bottom-left a {
  color: #ffffff;
}
.template-password .slideshow .bottom-right {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
}
.template-password .slideshow .bottom-right a.theme {
  color: #ffffff;
}
.template-password .slideshow .bottom-right a.theme:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.template-password .slideshow .banner {
  font-family: sans-serif;
  color: #ffffff;
  font-size: 12px;
}
.template-password .slideshow .banner a {
  text-decoration: none;
}
.template-password .slideshow .banner a .shopify-svg {
  height: 30px;
  padding: 0 0 0 5px;
  position: relative;
  top: 9px;
}
.template-password .slideshow .banner a .shopify-svg .logo {
  fill: #ffffff;
}
.template-password .slideshow .banner a span {
  display: none;
}
.template-password .slideshow .banner a:hover {
  color: #de6f15;
}
.template-password .slideshow form input.email {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  min-width: 280px;
}
.template-password .slideshow form .btn {
  padding: 15px 20px 14px;
  margin: 0 0 0 3px;
}
.template-password .slideshow form .field-error {
  font-size: 16px;
  color: #ffffff;
  font-style: italic;
  text-transform: capitalize;
  margin: 10px 0 15px;
}
.template-password .shopify-section {
  margin-top: 20px;
}
.template-password .shopify-section.password-section {
  margin-top: 0;
}

@media (max-width: 960px) {
  .template-password .slideshow .top-right {
    left: 0;
    right: 0;
    top: 20px;
    text-align: center;
  }
  .template-password .slideshow .top-right a {
    display: inline-block;
  }
  .template-password .slideshow .bottom-left {
    display: none;
  }
}
@media (max-width: 470px) {
  .template-password .slideshow form input.email {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  .template-password .slideshow form .btn {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 420px) {
  .template-password .page-container {
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
  }
  .template-password .hero .content .container {
    padding-top: 20px;
  }
  .template-password .hero .content .container h2 {
    margin-bottom: 0px;
    font-size: 34px;
    line-height: 40px;
  }
  .template-password .hero .content .container h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 10px;
  }
}
/* Announcement bar */
.announcement-bar {
  text-align: center;
  background: #4b540d;
}
.announcement-bar a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.announcement-bar p {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 30px;
  padding: 6px 30px 5px;
}

@media (max-width: 420px) {
  .announcement-bar p {
    font-size: 16px;
    line-height: 28px;
    padding: 6px 10px;
  }
}
/* Featured video */
.featured-video .video {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: auto;
}
.featured-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

/* Newsletter */
.newsletter {
  text-align: center;
  margin: 0 30px;
}
.newsletter .titles h2 {
  margin-bottom: 0;
}
.newsletter .titles p {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 20px;
  line-height: 34px;
  max-width: 675px;
  margin: 0 auto 20px;
  padding: 10px 0;
}
.newsletter .titles p:first-child {
  padding-top: 0;
}
.newsletter .titles p:last-child {
  padding-bottom: 0;
}
.newsletter form {
  max-width: 540px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.newsletter form .table {
  display: table;
  width: 100%;
}
.newsletter form .table input.text {
  padding: 16px 15px 15px;
  display: table-cell;
  width: 100%;
}
.newsletter form .table span.input-group-btn {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}
.newsletter form .table span.input-group-btn .btn {
  padding: 18px 20px;
  margin-left: 5px;
  margin-right: 10px;
}
.newsletter form .field-error {
  margin-left: 15px;
  margin-top: 10px;
  color: #ff555d;
}
.newsletter form .success {
  text-align: center;
  color: #de6f15;
  font-size: 28px;
}

@media (max-width: 720px) {
  .newsletter {
    margin: 10px;
  }
  .newsletter form {
    text-align: center;
  }
  .newsletter form .table input.text {
    text-align: center;
  }
  .newsletter form .table span.input-group-btn {
    display: block;
    width: 100%;
  }
  .newsletter form .table span.input-group-btn .btn {
    width: 100%;
    margin: 10px 0 0;
  }
  .newsletter form .field-error {
    margin-left: 0;
  }
}
.map {
  position: relative;
}
.map:after {
  display: table;
  content: '';
  clear: both;
}
.map > .background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  bottom: 0;
  height: 100%;
}
.map > .background .placeholder-svg {
  fill: #B4B6B9;
  background: #F4F4F4;
  width: 100%;
  height: 100%;
  padding: 30px 0;
  display: block;
}
.map > .background .image {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  background-size: cover;
}
.map > .background .map-container {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
}
.map > .background .map-container .warning {
  display: none;
  padding: 20px;
  margin: 20px;
  background: #ff555d;
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.map > .background .map-container.error .warning {
  display: block;
}
.map > .info {
  z-index: 2;
  position: relative;
  padding: 60px;
  margin: 60px;
  background: rgba(255, 255, 255, 0.85);
  float: left;
  width: 350px;
}
.map > .info h1 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 40px;
  word-wrap: break-word;
}
.map > .info p {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  text-transform: none;
  margin: 10px 0 30px 2px;
}
.map > .info p:last-child {
  margin-bottom: 0;
}

@media (max-width: 960px) {
  .map > .info {
    padding: 20px;
    margin: 0;
    background: #F4F4F4;
    text-align: center;
    max-width: none;
    width: 100%;
  }
  .map > .info p {
    line-height: 26px;
  }
  .map > .background {
    position: static;
    width: 100%;
  }
  .map > .background .image, .map > .background .map-container {
    height: 400px;
    overflow: hidden;
  }
}
.image-with-text-section {
  margin: 0 30px;
}

.sections .shopify-section > .content.image-with-text {
  position: relative;
  padding: 60px;
}
.sections .shopify-section > .content.image-with-text:after {
  display: table;
  content: '';
  clear: both;
}
.sections .shopify-section > .content.image-with-text > .background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sections .shopify-section > .content.image-with-text > .background .placeholder-svg {
  fill: #B4B6B9;
  background: #F4F4F4;
  width: 100%;
  height: 100%;
  padding: 30px 0;
}
.sections .shopify-section > .content.image-with-text > .background .image {
  width: 100%;
  height: 100%;
  background: #F4F4F4;
  background-size: cover;
}
.sections .shopify-section > .content.image-with-text > .info {
  z-index: 2;
  position: relative;
  padding: 60px;
  background: rgba(255, 255, 255, 0.85);
  float: left;
  width: 400px;
}
.sections .shopify-section > .content.image-with-text > .info h1 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 40px;
  word-wrap: break-word;
}
.sections .shopify-section > .content.image-with-text > .info p {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  line-height: 26px;
  text-transform: none;
  margin: 0px 0 20px;
}
.sections .shopify-section > .content.image-with-text > .info p:last-child {
  margin-bottom: 0;
}
.sections .shopify-section > .content.image-with-text.position-right > .info {
  float: right;
}
.sections .shopify-section > .content.image-with-text.position-center > .info {
  float: none;
  margin: 0 auto;
}
.sections .shopify-section > .content.image-with-text.align-left {
  text-align: left;
}
.sections .shopify-section > .content.image-with-text.align-center {
  text-align: center;
}
.sections .shopify-section > .content.image-with-text.align-right {
  text-align: right;
}

@media (max-width: 960px) {
  .image-with-text-section {
    margin: 0 20px;
  }
}
@media (max-width: 720px) {
  .image-with-text-section {
    margin: 0 10px;
  }

  .sections .shopify-section > .content.image-with-text {
    padding: 0;
  }
  .sections .shopify-section > .content.image-with-text > .info {
    padding: 20px;
    margin: 0;
    background: #F4F4F4;
    text-align: center;
    max-width: none;
    width: 100%;
  }
  .sections .shopify-section > .content.image-with-text > .info p {
    font-family: Cabin, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #4b540d;
    font-size: 18px;
    line-height: 26px;
  }
  .sections .shopify-section > .content.image-with-text > .background {
    position: static;
    width: 100%;
  }
  .sections .shopify-section > .content.image-with-text > .background .image {
    height: 300px;
  }
}
/* Collections list */
.collections-list .collections-items {
  padding: 0;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -10px;
  margin-right: 0;
}
.collections-list .collections-items:after {
  display: table;
  content: '';
  clear: both;
}
.collections-list .collections-items a.collections-item {
  position: relative;
  text-decoration: none;
  display: block;
  float: left;
  width: 33.333%;
  height: 240px;
  padding-left: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(244, 244, 244, 0.2);
}
.collections-list .collections-items a.collections-item.one-whole {
  width: 100%;
  height: 340px;
}
.collections-list .collections-items a.collections-item.one-whole.short {
  height: 240px;
}
.collections-list .collections-items a.collections-item.one-whole.tall {
  height: 440px;
}
.collections-list .collections-items a.collections-item.one-half {
  width: 50%;
  height: 300px;
}
.collections-list .collections-items a.collections-item.one-half.short {
  height: 200px;
}
.collections-list .collections-items a.collections-item.one-half.tall {
  height: 400px;
}
.collections-list .collections-items a.collections-item.one-third {
  width: 33.333%;
  height: 240px;
}
.collections-list .collections-items a.collections-item.one-third.short {
  height: 140px;
}
.collections-list .collections-items a.collections-item.one-third.tall {
  height: 340px;
}
.collections-list .collections-items a.collections-item .title {
  position: absolute;
  bottom: 5px;
  left: 30px;
  right: 30px;
  padding: 30px 30px 0;
  z-index: 2;
  text-align: right;
}
.collections-list .collections-items a.collections-item .title h4 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  display: inline-block;
  word-wrap: break-word;
  background: rgba(255, 255, 255, 0.75);
  padding: 30px;
}
.collections-list .collections-items a.collections-item .image {
  width: 100%;
  height: 100%;
  background-color: #F4F4F4;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.collections-list .collections-items a.collections-item .image.opacity-0 {
  opacity: 0;
}
.collections-list .collections-items a.collections-item .image.opacity-10 {
  opacity: 0.1;
}
.collections-list .collections-items a.collections-item .image.opacity-20 {
  opacity: 0.2;
}
.collections-list .collections-items a.collections-item .image.opacity-30 {
  opacity: 0.3;
}
.collections-list .collections-items a.collections-item .image.opacity-40 {
  opacity: 0.4;
}
.collections-list .collections-items a.collections-item .image.opacity-50 {
  opacity: 0.5;
}
.collections-list .collections-items a.collections-item .image.opacity-60 {
  opacity: 0.6;
}
.collections-list .collections-items a.collections-item .image.opacity-70 {
  opacity: 0.7;
}
.collections-list .collections-items a.collections-item .image.opacity-80 {
  opacity: 0.8;
}
.collections-list .collections-items a.collections-item .image.opacity-90 {
  opacity: 0.9;
}
.collections-list .collections-items a.collections-item .image.opacity-100 {
  opacity: 1;
}
.collections-list .collections-items a.collections-item .placeholder-svg {
  width: 100%;
  height: 100%;
  fill: #B4B6B9;
  background: #F4F4F4;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-0 {
  opacity: 0;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-10 {
  opacity: 0.1;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-20 {
  opacity: 0.2;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-30 {
  opacity: 0.3;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-40 {
  opacity: 0.4;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-50 {
  opacity: 0.5;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-60 {
  opacity: 0.6;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-70 {
  opacity: 0.7;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-80 {
  opacity: 0.8;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-90 {
  opacity: 0.9;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-100 {
  opacity: 1;
}
.collections-list .collections-items a.collections-item.contain {
  padding-bottom: 50px;
}
.collections-list .collections-items a.collections-item.contain .image {
  background-size: contain;
}
.collections-list .collections-items a.collections-item.contain .title {
  text-align: center;
}
.collections-list .collections-items a.collections-item.cover .image {
  background-size: cover;
}
.collections-list .collections-items.interactive a.collections-item h4 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-0, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-0 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-10, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-10 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-20, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-20 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-30, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-30 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-40, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-40 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-50, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-50 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-60, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-60 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-70, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-70 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-80, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-80 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-90, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-90 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item .image.opacity-100, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-100 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item:hover h4 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-0, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-0 {
  opacity: 0;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-10, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-10 {
  opacity: 0.1;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-20, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-20 {
  opacity: 0.2;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-30, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-30 {
  opacity: 0.3;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-40, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-40 {
  opacity: 0.4;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-50, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-50 {
  opacity: 0.5;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-60, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-60 {
  opacity: 0.6;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-70, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-70 {
  opacity: 0.7;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-80, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-80 {
  opacity: 0.8;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-90, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-90 {
  opacity: 0.9;
}
.collections-list .collections-items.interactive a.collections-item:hover .image.opacity-100, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-100 {
  opacity: 1;
}

@media (max-width: 960px) {
  .collections-list .collections-items a.collections-item.one-whole, .collections-list .collections-items a.collections-item.one-half, .collections-list .collections-items a.collections-item.one-third {
    width: 50%;
    height: 200px;
  }
  .collections-list .collections-items a.collections-item.one-whole.short, .collections-list .collections-items a.collections-item.one-half.short, .collections-list .collections-items a.collections-item.one-third.short {
    height: 100px;
  }
  .collections-list .collections-items a.collections-item.one-whole.tall, .collections-list .collections-items a.collections-item.one-half.tall, .collections-list .collections-items a.collections-item.one-third.tall {
    height: 340px;
  }
  .collections-list .collections-items a.collections-item:first-child {
    width: 100%;
    height: 300px;
  }
  .collections-list .collections-items a.collections-item:first-child.short {
    height: 200px;
  }
  .collections-list .collections-items a.collections-item:first-child.tall {
    height: 400px;
  }
}
@media (max-width: 720px) {
  .collections-list .collections-items {
    padding: 0;
    margin-left: 0;
  }
  .collections-list .collections-items a.collections-item {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .collections-list .collections-items a.collections-item .title {
    left: 10px;
    right: 10px;
    padding: 10px 10px 0;
  }
  .collections-list .collections-items a.collections-item .title h4 {
    padding: 10px;
  }
}
/* Featured product */
.featured-product .collection {
  margin: 0;
}
.featured-product .collection .products.columns_1 .product {
  margin-bottom: 0;
}

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $grid-breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
==============================================================================*/
/*============================================================================
  Flexbox prefix mixins from Bourbon
    https://github.com/thoughtbot/bourbon/blob/master/app/assets/stylesheets/css3/_flex-box.scss
==============================================================================*/
/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Text Alignment Helper ================*/
/* Whole */
.one-whole {
  width: 100%;
}

/* Halves */
.one-half {
  width: 50%;
}

/* Thirds */
.one-third {
  width: 33.3333333333%;
}

.two-thirds {
  width: 66.6666666667%;
}

/* Quarters */
.one-quarter {
  width: 25%;
}

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

/* Fifths */
.one-fifth {
  width: 20%;
}

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

/* Sixths */
.one-sixth {
  width: 16.6666666667%;
}

.two-sixths {
  width: 33.3333333333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.6666666667%;
}

.five-sixths {
  width: 83.3333333333%;
}

/* Eighths */
.one-eighth {
  width: 12.5%;
}

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

/* Tenths */
.one-tenth {
  width: 10%;
}

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

/* Twelfths */
.one-twelfth {
  width: 8.3333333333%;
}

.two-twelfths {
  width: 16.6666666667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.3333333333%;
}

.five-twelfths {
  width: 41.6666666667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.3333333333%;
}

.eight-twelfths {
  width: 66.6666666667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.3333333333%;
}

.eleven-twelfths {
  width: 91.6666666667%;
}

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 719px) {
  /* Whole */
  .small--one-whole {
    width: 100%;
  }

  /* Halves */
  .small--one-half {
    width: 50%;
  }

  /* Thirds */
  .small--one-third {
    width: 33.3333333333%;
  }

  .small--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .small--one-quarter {
    width: 25%;
  }

  .small--two-quarters {
    width: 50%;
  }

  .small--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .small--one-fifth {
    width: 20%;
  }

  .small--two-fifths {
    width: 40%;
  }

  .small--three-fifths {
    width: 60%;
  }

  .small--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .small--one-sixth {
    width: 16.6666666667%;
  }

  .small--two-sixths {
    width: 33.3333333333%;
  }

  .small--three-sixths {
    width: 50%;
  }

  .small--four-sixths {
    width: 66.6666666667%;
  }

  .small--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%;
  }

  .small--two-eighths {
    width: 25%;
  }

  .small--three-eighths {
    width: 37.5%;
  }

  .small--four-eighths {
    width: 50%;
  }

  .small--five-eighths {
    width: 62.5%;
  }

  .small--six-eighths {
    width: 75%;
  }

  .small--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .small--one-tenth {
    width: 10%;
  }

  .small--two-tenths {
    width: 20%;
  }

  .small--three-tenths {
    width: 30%;
  }

  .small--four-tenths {
    width: 40%;
  }

  .small--five-tenths {
    width: 50%;
  }

  .small--six-tenths {
    width: 60%;
  }

  .small--seven-tenths {
    width: 70%;
  }

  .small--eight-tenths {
    width: 80%;
  }

  .small--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.3333333333%;
  }

  .small--two-twelfths {
    width: 16.6666666667%;
  }

  .small--three-twelfths {
    width: 25%;
  }

  .small--four-twelfths {
    width: 33.3333333333%;
  }

  .small--five-twelfths {
    width: 41.6666666667%;
  }

  .small--six-twelfths {
    width: 50%;
  }

  .small--seven-twelfths {
    width: 58.3333333333%;
  }

  .small--eight-twelfths {
    width: 66.6666666667%;
  }

  .small--nine-twelfths {
    width: 75%;
  }

  .small--ten-twelfths {
    width: 83.3333333333%;
  }

  .small--eleven-twelfths {
    width: 91.6666666667%;
  }

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

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

  .small--text-center {
    text-align: center !important;
  }
}
@media only screen and (min-width: 720px) {
  /* Whole */
  .medium-up--one-whole {
    width: 100%;
  }

  /* Halves */
  .medium-up--one-half {
    width: 50%;
  }

  /* Thirds */
  .medium-up--one-third {
    width: 33.3333333333%;
  }

  .medium-up--two-thirds {
    width: 66.6666666667%;
  }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%;
  }

  .medium-up--two-quarters {
    width: 50%;
  }

  .medium-up--three-quarters {
    width: 75%;
  }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%;
  }

  .medium-up--two-fifths {
    width: 40%;
  }

  .medium-up--three-fifths {
    width: 60%;
  }

  .medium-up--four-fifths {
    width: 80%;
  }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.6666666667%;
  }

  .medium-up--two-sixths {
    width: 33.3333333333%;
  }

  .medium-up--three-sixths {
    width: 50%;
  }

  .medium-up--four-sixths {
    width: 66.6666666667%;
  }

  .medium-up--five-sixths {
    width: 83.3333333333%;
  }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%;
  }

  .medium-up--two-eighths {
    width: 25%;
  }

  .medium-up--three-eighths {
    width: 37.5%;
  }

  .medium-up--four-eighths {
    width: 50%;
  }

  .medium-up--five-eighths {
    width: 62.5%;
  }

  .medium-up--six-eighths {
    width: 75%;
  }

  .medium-up--seven-eighths {
    width: 87.5%;
  }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%;
  }

  .medium-up--two-tenths {
    width: 20%;
  }

  .medium-up--three-tenths {
    width: 30%;
  }

  .medium-up--four-tenths {
    width: 40%;
  }

  .medium-up--five-tenths {
    width: 50%;
  }

  .medium-up--six-tenths {
    width: 60%;
  }

  .medium-up--seven-tenths {
    width: 70%;
  }

  .medium-up--eight-tenths {
    width: 80%;
  }

  .medium-up--nine-tenths {
    width: 90%;
  }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.3333333333%;
  }

  .medium-up--two-twelfths {
    width: 16.6666666667%;
  }

  .medium-up--three-twelfths {
    width: 25%;
  }

  .medium-up--four-twelfths {
    width: 33.3333333333%;
  }

  .medium-up--five-twelfths {
    width: 41.6666666667%;
  }

  .medium-up--six-twelfths {
    width: 50%;
  }

  .medium-up--seven-twelfths {
    width: 58.3333333333%;
  }

  .medium-up--eight-twelfths {
    width: 66.6666666667%;
  }

  .medium-up--nine-twelfths {
    width: 75%;
  }

  .medium-up--ten-twelfths {
    width: 83.3333333333%;
  }

  .medium-up--eleven-twelfths {
    width: 91.6666666667%;
  }

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

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

  .medium-up--text-center {
    text-align: center !important;
  }
}
/*================ Flex item alignment ================*/
.align--top-middle {
  text-align: center;
}

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

.align--middle-left {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}

.align--center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}

.align--middle-right {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  text-align: right;
}

.align--bottom-left {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.align--bottom-middle {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: center;
}

.align--bottom-right {
  -ms-flex-item-align: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  text-align: right;
}

/* Custom content */
.custom-content > .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -30px;
  margin-left: -30px;
}
.custom-content .custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 30px;
  padding-left: 30px;
  max-width: 100%;
}
.custom-content .custom__item .collection-grid-item {
  margin-bottom: 0;
}
.custom-content .custom__item-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 100%;
}
.custom-content .custom__item-inner--text h1 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 40px;
  word-wrap: break-word;
}
.custom-content .custom__item-inner--text .rte {
  margin-top: 20px;
}
.custom-content .custom__item-inner--text p {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  text-transform: none;
  margin: 0px 0 20px 2px;
}
.custom-content .custom__item-inner--text p a {
  text-decoration: underline;
}
.custom-content .custom__item-inner--text p:last-child {
  margin-bottom: 0;
}
.custom-content .custom__item-inner--video,
.custom-content .custom__item-inner--html {
  display: block;
}
.custom-content .custom__item-inner--image {
  position: relative;
  margin: 0 auto;
}
.custom-content .custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.custom-content .placeholder-svg {
  display: block;
  background-color: #F4F4F4;
  fill: rgba(75, 84, 13, 0.35);
  border: 1px solid rgba(75, 84, 13, 0.2);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 300px;
}
.custom-content .video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.custom-content .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 720px) {
  .custom-content > .inner {
    margin-bottom: -10px;
    margin-left: -10px;
  }
  .custom-content .custom__item {
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
/* Shopify Challenge (/challenge) */
.shopify-challenge__container {
  padding: 30px !important;
}
.shopify-challenge__container .shopify-challenge__error {
  margin: 10px 0;
  font-size: 14px;
}
.shopify-challenge__container .btn.shopify-challenge__button {
  border: 0;
  color: #fff;
  background: #de6f15;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 40px;
  width: 100%;
  max-width: 300px;
}
.shopify-challenge__container .btn.shopify-challenge__button:hover {
  color: #fff;
  background-color: #af5811;
}
.shopify-challenge__container .btn.shopify-challenge__button:hover:before, .shopify-challenge__container .btn.shopify-challenge__button:hover:after {
  border-color: #fff;
}

/* Shopify Policy pages (/policies/privacy-policy) */
.shopify-policy__container {
  margin: 0 30px !important;
  padding: 0 0 30px !important;
  background: ;
  max-width: none !important;
  text-align: left;
}
.shopify-policy__container .shopify-policy__title,
.shopify-policy__container .shopify-policy__body {
  padding: 30px 30px 0;
  margin: 0 auto;
  max-width: 650px;
  text-align: inherit;
}
.shopify-policy__container .shopify-policy__title {
  width: 100%;
}
.shopify-policy__container .shopify-policy__title h1 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 30px;
  color: #4b540d;
  margin: 10px 0 15px !important;
}
.shopify-policy__container .rte h1 {
  font-family: Arvo, serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 34px;
  font-weight: 700;
  margin: 20px 0 10px;
}

body.expanded .shopify-policy__container .shopify-policy__title,
body.expanded .shopify-policy__container .shopify-policy__body {
  max-width: none;
}
body.left .shopify-policy__container .shopify-policy__title,
body.left .shopify-policy__container .shopify-policy__body {
  margin: 0 auto 0 0;
}
body.right .shopify-policy__container .shopify-policy__title,
body.right .shopify-policy__container .shopify-policy__body {
  margin: 0 0 0 auto;
}

@media (max-width: 720px) {
  .shopify-policy__container {
    margin: 0 10px !important;
    padding: 0 0 10px !important;
  }
  .shopify-policy__container .shopify-policy__title,
  .shopify-policy__container .shopify-policy__body {
    padding: 10px 10px 0;
  }
}
/* Email Marketing confirmation */
.shopify-email-marketing-confirmation__container {
  margin: 0 30px !important;
  padding: 40px 0 60px !important;
  max-width: none !important;
  text-align: center;
  min-height: 40vh;
}
.shopify-email-marketing-confirmation__container h1 {
  display: none;
}
.shopify-email-marketing-confirmation__container p {
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  line-height: 28px;
}
.shopify-email-marketing-confirmation__container a {
  text-decoration: none;
  margin: 20px auto 0;
  max-width: none;
  font-family: Cabin, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #4b540d;
  font-size: 18px;
  border-radius: 4px;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  background-color: #eee;
  color: rgba(75, 84, 13, 0.6);
}
.shopify-email-marketing-confirmation__container a:hover {
  color: #9aac1b;
  border-color: #9aac1b;
}
.shopify-email-marketing-confirmation__container a:hover:before, .shopify-email-marketing-confirmation__container a:hover:after {
  border-color: #9aac1b;
}

@media (max-width: 720px) {
  .shopify-email-marketing-confirmation__container {
    margin: 0 10px !important;
  }
}
@font-face {
    font-family: "Recoleta bold";
    src: url(//wildingceramics.com/cdn/shop/t/3/assets/Latinotype_-_Recoleta_Bold.otf?v=135584739408608073001635819529) format("OpenType");
}
  
  
#shopify-section-template--14307204399244__slideshow .container h2 {
    font-family: "Recoleta";
}