/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */


.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
* {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}

body {
  background-color: #c0f013;
  color: #111111;
  cursor: default;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  height: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.show-cursor {
  cursor: none !important;
}
body.show-cursor * {
  cursor: none !important;
}
body#product {
  background-color: #C6D0B3;
  color: #111111;
}
body#product .cart-link {
  background-color: #111111;
  color: #C6D0B3;
}
body#product > header .hamburger span {
  background-color: #111111;
}
body.overlay-open {
  overflow: hidden;
}
body.maintenance-page {
  cursor: auto !important;
  text-align: center;
}
body.maintenance-page .maintenance-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
body.maintenance-page h1 {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  body.maintenance-page h1 {
    font-size: 32px;
  }
}
body.maintenance-page p {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  body.maintenance-page p {
    font-size: 18px;
  }
}
body.maintenance-page .maintenance-social-links {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  body.maintenance-page .maintenance-social-links {
    font-size: 14px;
  }
}
body.maintenance-page .maintenance-social-links li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.maintenance-page .maintenance-social-links li {
    display: block;
    margin-bottom: 10px;
  }
}
body.maintenance-page .maintenance-social-links a {
  cursor: pointer !important;
  display: block;
  padding: 4px 10px;
}

a {
  color: #111111;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

input, textarea {
  appearance: none;
  background-color: #c0f013;
  border: none;
  border-bottom: 1px solid #111111;
  border-radius: 0;
  color: #111111;
  font-family: "Libre Baskerville", serif;
  font-size: 15px;
  padding: 12px 0;
  width: 100%;
}
input:active, input:focus, textarea:active, textarea:focus {
  outline: none;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header {
  background-color: transparent;
  padding: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 20px;
  }
}
.header.overlay-header {
  position: relative;
}
.header .primary-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}
.header .secondary-header {
  margin: 0 auto;
  text-align: center;
}
.header .header-center {
  text-align: center;
}
.header .store-link {
  display: inline-block;
  font-size: 56px;
  line-height: 1.2em;
}
@media screen and (max-width: 1023px) {
  .header .store-link {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .header .store-link {
    font-size: 32px;
  }
}
.header .cart-link {
  background: #111111;
  border-radius: 100%;
  color: #c0f013;
  display: block;
  font-family: "Libre Baskerville", serif;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .header .cart-link {
    height: 32px;
    line-height: 32px;
    width: 32px;
  }
}
.header .cart-link.expanded {
  -webkit-animation: growUp 1.5s 0.1s;
  animation: growUp 1.5s 0.1s;
}
.header .cart-link.hidden {
  opacity: 0;
  visibility: hidden;
}

.has-flash-message > header {
  -webkit-transition: 0.2s padding ease-out;
  transition: 0.2s padding ease-out;
  padding-top: 100px;
}
.has-flash-message > header.smaller {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .has-flash-message > header.smaller {
    padding-top: 20px;
  }
}

.store-logo {
  max-height: 120px;
}
@media screen and (max-width: 767px) {
  .store-logo {
    max-height: 80px;
  }
}

@keyframes growUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#contact .secondary-header, .custom .secondary-header {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}

.open-category-nav {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .open-category-nav {
    font-size: 14px;
  }
}

.hamburger {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background: none;
  border: none;
  height: 32px;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  width: 32px;
}
.hamburger.open-page-nav {
  display: none;
}
.hamburger div {
  height: 32px;
  position: relative;
  top: 12px;
  width: 32px;
}
@media screen and (max-width: 767px) {
  .hamburger div {
    height: 24px;
    top: 8px;
    width: 24px;
  }
}
.hamburger span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #111111;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  top: 8px;
}
.hamburger.is-active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px;
}
.hamburger.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}

.return-icon {
  fill: #111111;
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .return-icon {
    height: 24px;
    width: 24px;
  }
}

#home .open-page-nav, #products .open-page-nav {
  display: block;
}
#home .return-home-link, #products .return-home-link {
  display: none;
}

#contact .open-page-nav, .custom .open-page-nav {
  display: block;
}
#contact .return-home-link, .custom .return-home-link {
  display: none;
}

.main {
  margin: 0 auto;
  margin-top: 200px;
  padding: 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 50px 20px;
  }
}

.page-nav-menu {
  flex: 1 0 200px;
}
@media screen and (max-width: 1023px) {
  .page-nav-menu {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .main > .page-nav-menu {
    display: none;
  }
}
.custom .main, #contact .main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 1023px) {
  .custom .main, #contact .main {
    padding-top: 0;
  }
}

.custom-page-title {
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .custom-page-title {
    font-size: 24px;
  }
}

.custom-page-content {
  font-family: "Libre Baskerville", serif;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 60px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .custom-page-content {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-page-content {
    font-size: 18px;
  }
}

.custom-page img, .custom-page iframe {
  display: block;
  max-width: 100%;
}
.custom-page a {
  text-decoration: underline;
}
.custom-page p {
  margin: 0 0 1em 0;
}
.custom-page ol, .custom-page ul {
  list-style: inherit;
  margin: 1em 0;
  padding: 0 0 0 25px;
}

.empty-container {
  flex: 1 0 200px;
}
@media screen and (max-width: 1023px) {
  .empty-container {
    display: none;
  }
}

.wrapper {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.intro-overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #c0f013;
  color: #111111;
  font-size: 80px;
  height: 100%;
  left: 0;
  line-height: 92px;
  padding: 0 50px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .intro-overlay {
    font-size: 40px;
    line-height: 52px;
    padding: 0 20px;
  }
}
.intro-overlay.preload {
  background-color: #c0f013;
}
.intro-overlay .intro-text {
  display: none;
  text-align: center;
}

.cursor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transform: translateZ(0) scale(0.11);
  transform: translateZ(0) scale(0.11);
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transform-origin: center;
  opacity: 0;
  height: 120px;
  width: 120px;
}

.show-cursor .cursor {
  background-color: #111111;
  border-radius: 50%;
  color: #FFFFFF;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  line-height: 120px;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  text-align: center;
  z-index: 1000;
}
.show-cursor .cursor .cursor-text {
  font-size: 0px;
  line-height: 20px;
  opacity: 0;
}
.show-cursor .cursor.expanded {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: height 0.2s ease-in-out width 0.2s ease-in-out;
  transition: height 0.2s ease-in-out width 0.2s ease-in-out;
}
.show-cursor .cursor.expanded .cursor-text {
  font-size: 16px;
  opacity: 1;
}
.show-cursor .cursor.small-expanded {
  -webkit-transform: scale(0.15);
  transform: scale(0.15);
  -webkit-transition: height 0.2s ease-in-out width 0.2s ease-in-out;
  transition: height 0.2s ease-in-out width 0.2s ease-in-out;
}

.arrow {
  display: none;
}

.show-cursor .arrow {
  height: 60px;
  width: 60px;
  z-index: 1000;
  pointer-events: none;
  display: none;
  position: absolute;
}
.show-cursor .arrow svg {
  fill: #111111;
  height: 60px;
  width: 60px;
}

.dark-overlay {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 98;
}
.dark-overlay.visible {
  opacity: 1;
  visibility: visible;
}

.full-screen-overlay {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: #c0f013;
  color: #111111;
  font-size: 20px;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  z-index: 98;
}
.full-screen-overlay.show {
  opacity: 1;
  visibility: visible;
}
.full-screen-overlay .hamburger {
  margin-right: auto;
}
.full-screen-overlay .overlay-title {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  text-align: center;
}
.full-screen-overlay .overlay-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .full-screen-overlay .overlay-content {
    padding: 20px;
  }
}
.full-screen-overlay .overlay-content.centered-content {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 800px;
}

.overlay-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.header-placeholder {
  height: 40px;
  width: 40px;
}

.categories-list, .link-list {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}
.categories-list > li, .link-list > li {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .categories-list, .link-list {
    font-size: 24px;
    line-height: 40px;
  }
  .categories-list .category-link, .link-list .category-link {
    margin-bottom: 12px;
  }
}

.social-links {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  line-height: 24px;
  margin: 32px 0 0;
}

.credit {
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
  line-height: 14px;
  margin-top: 32px;
  text-align: center;
}

.scrollbar-measure {
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}

.button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  appearance: none;
  -webkit-appearance: none;
  background-color: #111111;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  outline: none;
  text-align: center;
  width: 100%;
}
.button:hover, .button:active {
  opacity: 0.7;
}

.flash-message {
  display: none;
}

.has-flash-message .flash-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 16px;
  left: 0;
  line-height: 26px;
  padding: 14px 50px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 97;
}
@media screen and (max-width: 767px) {
  .has-flash-message .flash-message {
    font-size: 14px;
    padding: 14px 25px;
  }
}
.has-flash-message .flash-message .flash-message-text {
  text-align: center;
  width: calc(100% - 100px);
}
@media screen and (max-width: 767px) {
  .has-flash-message .flash-message .flash-message-text {
    width: calc(100% - 50px);
  }
}
.has-flash-message .flash-message .flash-message-close {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  right: 50px;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .has-flash-message .flash-message .flash-message-close {
    right: 20px;
  }
}
.has-flash-message .flash-message .flash-message-close svg {
  fill: #FFFFFF;
  height: 14px;
  width: 14px;
}

ul.errors {
  color: #AF5F55;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 40px;
  text-align: center;
}
ul.errors li {
  margin-bottom: 10px;
}
ul.errors.home-errors {
  margin-bottom: 100px;
}
.product-list {
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0 60px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-list {
    padding: 0;
  }
}

.product-card {
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 53%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-card {
    max-width: 60%;
  }
}
.product-card .product-status {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 1023px) {
  .product-card .product-status {
    font-size: 16px;
  }
}
.product-card .product-name {
  font-size: 88px;
  line-height: 1.25em;
}
@media screen and (max-width: 1500px) {
  .product-card .product-name {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .product-card .product-name {
    font-size: 72px;
  }
}
@media screen and (max-width: 1200px) and (orientation: landscape) {
  .product-card .product-name {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) {
  .product-card .product-name {
    font-size: 64px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .product-card .product-name {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-card .product-name {
    font-size: 40px;
  }
}
.product-card .product-info {
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  left: 50%;
  max-width: 80%;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 50%;
  visibility: hidden;
  width: 100%;
  z-index: 30;
}
.product-card:nth-child(4n+1) {
  margin-left: auto;
}

.product-card-spacer {
  height: 30vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-card-spacer {
    height: 15vh;
  }
}

.show-product-title .product-info {
  opacity: 1;
  visibility: visible;
}

.product-link {
  display: block;
  position: relative;
}

.product-thumbnail-image {
  display: block;
  width: 100%;
}

.spinner {
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  background-color: #111111;
  border-radius: 100%;
  height: 40px;
  margin: 200px auto;
  width: 40px;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.infinite-scroll-last {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  margin: 10vh auto;
  text-align: center;
}

.no-products-found {
  font-size: 20px;
  text-align: center;
}
.product-page-title {
  font-size: 32px;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-page-title {
    display: none;
  }
}

.product-page-subtitle {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-page-subtitle {
    display: none;
  }
}

.product-images {
  height: 100vh;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-images {
    height: auto;
    margin-bottom: 50px;
    position: relative;
  }
  .product-images.multiple-product-images {
    margin-bottom: 70px;
  }
}

@supports (object-fit: cover) {
  .product-images:before {
    content: "objectfit";
    display: none;
  }
}
.product-image {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-image {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    height: auto;
  }
}
.product-image.fit {
  height: calc(100vh - 400px);
  margin: 200px;
  width: calc(100% - 400px);
}
@media screen and (max-width: 1023px) {
  .product-image.fit {
    height: auto;
    margin: 0;
    width: 100%;
  }
}
.product-image.fit img {
  height: 100%;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .product-image.fit img {
    height: auto;
    width: 100%;
  }
}
.product-image img {
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-image img {
    height: 100%;
  }
}

.flickity-viewport {
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  z-index: 94;
}

.flickity-page-dots {
  bottom: 50px;
  z-index: 94;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .flickity-page-dots {
    bottom: -40px;
  }
}
.flickity-page-dots .dot {
  background: #111111;
  border-radius: 0;
  height: 2px;
  width: 24px;
}

.multiple-product-images .flickity-prev-next-button {
  border-radius: 0;
  background: transparent;
  bottom: 0;
  height: 100%;
  top: 0;
  transform: none;
  width: 33%;
  z-index: 95;
}
.multiple-product-images .flickity-prev-next-button svg {
  display: none;
}
.multiple-product-images .flickity-prev-next-button:hover {
  background: transparent;
}

.touch-device .multiple-product-images .flickity-prev-next-button {
  opacity: 0;
  visibility: hidden;
}

.product-description {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  left: 50%;
  line-height: 40px;
  max-width: 900px;
  min-height: calc(100vh - 200px);
  padding: 0 50px 200px;
  position: absolute;
  top: calc(100vh + 200px);
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-description {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .product-description {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 64px;
    position: relative;
    top: auto;
  }
}
.product-description a {
  color: #111111;
  text-decoration: underline;
}
.product-description img, .product-description iframe {
  display: block;
  max-width: 100%;
}
.product-description ol, .product-description ul {
  list-style: inherit;
  margin: 1em 0;
  padding: 0 0 0 25px;
}

.product-form .options-list {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
}
.product-form .options-list .options-link {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .product-form .options-list {
    font-size: 24px;
    line-height: 40px;
  }
  .product-form .options-list .options-link {
    margin-bottom: 12px;
  }
}

.product-quantity {
  display: none;
}

.product-page-button {
  display: none;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .product-page-button {
    display: block;
    z-index: 97;
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    border: 0;
    font-size: 14px;
    width: 100%;
    border-radius: 0;
  }
}

.touch-device .product-page-button {
  bottom: 0;
  display: block;
  font-size: 14px;
  left: 0;
  position: fixed;
  z-index: 97;
  width: 100%;
}

.show-mobile-portrait {
  display: none;
  padding: 0 50px;
  text-align: center;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .show-mobile-portrait {
    display: block;
  }
}

.mobile-product-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.mobile-product-subtitle {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  margin-top: 20px;
}

#product .main {
  margin-top: 0;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  #product .main {
    padding: 0;
  }
}
.contact-label {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
}

.contact-form {
  width: 100%;
}
.contact-form input, .contact-form textarea {
  appearance: none;
  background-color: #c0f013;
  border: none;
  border-bottom: 1px solid #111111;
  color: #111111;
  font-size: 15px;
  padding: 12px 0;
  width: 100%;
}
.contact-form input:active, .contact-form input:focus, .contact-form textarea:active, .contact-form textarea:focus {
  border-bottom: 1px solid #111111;
  outline: none;
}

.input-holder {
  position: relative;
}

#captcha_image {
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
}

.contact-form-block {
  margin-bottom: 56px;
}

.captcha-instructions {
  color: #111111;
  font-size: 10px;
}

.contact-sent {
  text-align: center;
}
#cart > header .secondary-header, #cart > header .primary-header {
  display: none;
}
#cart > .main {
  padding-top: 0;
}

.cart-page-title {
  color: #111111;
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .cart-page-title {
    font-size: 24px;
  }
}

.cart-holder {
  -webkit-overflow-scrolling: touch;
  background-color: #c0f013;
  height: auto;
  left: 0;
  max-height: 100vh;
  overflow-y: auto;
  padding-bottom: 64px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .cart-holder {
    height: 100vh;
  }
}
.cart-holder header {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.cart-holder .store-link {
  font-size: 40px;
}

.cart-content {
  margin: 0 auto 32px;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cart-content {
    padding: 0 20px 32px;
  }
}

.cart-empty-message {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-empty-message {
    font-size: 14px;
    line-height: 24px;
  }
}
.cart-empty-message a {
  text-decoration: underline;
}

.cart-items {
  border-bottom: 1px solid #111111;
}

.cart-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #111111;
  color: #111111;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.item-image-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .item-image-details {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
  }
}

.item-details {
  line-height: 1.5em;
  padding: 0 32px 0 24px;
}
@media screen and (max-width: 767px) {
  .item-details {
    line-height: 1.1em;
  }
}

.item-details-name {
  font-family: "Libre Baskerville", serif;
}

.item-quantity-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .item-quantity-holder {
    order: 3;
    margin-left: 0;
    margin-top: 20px;
    max-width: 50%;
  }
}

.item-details-price {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .item-details-price {
    order: 4;
    margin-top: 20px;
  }
}

.item-details-option {
  font-size: 10px;
  margin-top: 6px;
}

.qty-button {
  background: none;
  border: none;
  height: 24px;
  outline: none;
  padding: 0;
  width: 24px;
}
.qty-button.remove-qty {
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .qty-button.remove-qty {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    order: 2;
  }
}
.qty-button svg {
  fill: #111111;
  height: 24px;
  width: 24px;
}

.qty-input {
  border: none;
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .qty-input {
    font-size: 16px;
    width: 54px;
  }
}

.item-image {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 100px;
  min-width: 100px;
  width: 100px;
}

.checkout-btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .checkout-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .checkout-btn {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
}






