/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; }

  to {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  50% {
    opacity: 1; }

  to {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }

  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 1; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
    opacity: 1; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 1; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    opacity: 1; }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

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

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

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

.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; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: #fff;
  cursor: pointer; }

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f; }

.flickity-button:active {
  opacity: .6; }

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

.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 .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.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: .25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0; }

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1; }

/*! Lazyframe
https://github.com/vb/lazyframe
---------------------------------------------- */
.lazyframe {
  position: relative;
  background-color: currentColor;
  background-repeat: no-repeat;
  background-size: cover; }

.lazyframe__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 17px;
  z-index: 3; }

.lazyframe__title:after {
  z-index: -1; }

.lazyframe:hover {
  cursor: pointer; }

.lazyframe:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%; }

.lazyframe[data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%; }

.lazyframe[data-vendor="youtube"], .lazyframe[data-vendor="youtube_nocookie"] {
  background-color: #e52d27;
  font-family: Roboto, Arial, Helvetica, sans-serif; }

.lazyframe[data-vendor="youtube"] .lazyframe__title, .lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title {
  color: #eee;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  text-shadow: rgba(0, 0, 0, 0.49804) 0px 0px 2px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.1s cubic-bezier(0.4, 0, 1, 1); }

.lazyframe[data-vendor="youtube"] .lazyframe__title:hover, .lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover {
  color: #fff; }

.lazyframe[data-vendor="youtube"] .lazyframe__title:before, .lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:before {
  content: '';
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
  height: 98px;
  width: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-tap-highlight-color: transparent; }

.lazyframe[data-vendor="youtube"]:before, .lazyframe[data-vendor="youtube_nocookie"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before, .lazyframe[data-vendor="youtube_nocookie"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before, .lazyframe[data-vendor="youtube_nocookie"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before, .lazyframe[data-vendor="youtube_nocookie"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="youtube"]:after, .lazyframe[data-vendor="youtube_nocookie"]:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 68px;
  height: 48px;
  margin-left: -34px;
  margin-top: -24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: .81;
  border: none;
  z-index: 4; }

.lazyframe[data-vendor="youtube"]:hover:after, .lazyframe[data-vendor="youtube_nocookie"]:hover:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
  opacity: 1; }

.lazyframe[data-vendor="vimeo"] {
  background-color: #00adef; }

.lazyframe[data-vendor="vimeo"] .lazyframe__title {
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #00adef;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizeLegibility;
  user-select: none;
  -webkit-font-smoothing: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: rgba(0, 0, 0, 0.5); }

.lazyframe[data-vendor="vimeo"]:before {
  padding-top: 48.25%; }

.lazyframe[data-vendor="vimeo"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="vimeo"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="vimeo"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vimeo"]:after {
  content: '';
  height: 40px;
  width: 65px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgYmFzZVByb2ZpbGU9InRpbnkiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTcuNzY1IDE2Ljg5bDguNDctNC44OS04LjQ3LTQuODkiLz48L3N2Zz4=");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative; }

.lazyframe[data-vendor="vimeo"]:hover:after {
  background-color: #00adef; }

.lazyframe[data-vendor="vine"] {
  background-color: #00bf8f; }

.lazyframe[data-vendor="vine"] .lazyframe__title {
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
  z-index: 3;
  positon: relative; }

.lazyframe[data-vendor="vine"] .lazyframe__title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 115px;
  padding: 24px 70px 24px 24px;
  background: linear-gradient(to top, rgba(23, 23, 23, 0) 0, rgba(23, 23, 23, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3171717", endColorstr="#00171717", GradientType=0 ); }

.lazyframe[data-vendor="vine"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vine"][data-ratio="16:9"]:before {
  padding-top: 56.25%; }

.lazyframe[data-vendor="vine"][data-ratio="4:3"]:before {
  padding-top: 75%; }

.lazyframe[data-vendor="vine"][data-ratio="1:1"]:before {
  padding-top: 100%; }

.lazyframe[data-vendor="vine"]:after {
  content: '';
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzYiIGhlaWdodD0iMTM2IiB2aWV3Qm94PSIwIDAgMTM2IDEzNiI+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTU2IDQ0Yy0uNyAwLTEuNC4yLTIgLjUtMS4yLjgtMiAyLTIgMy41djQwYzAgMS40LjggMi44IDIgMy41LjYuMyAxLjMuNSAyIC41czEuNC0uMiAyLS41bDM0LjYtMjBjMS4zLS43IDItMiAyLTMuNSAwLTEuNC0uNy0yLjgtMi0zLjVMNTggNDQuNWMtLjYtLjMtMS4zLS41LTItLjV6Ii8+PC9zdmc+");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -30px;
  margin-left: -30px;
  border-radius: 50%; }

.lazyframe[data-vendor="vine"]:hover:after {
  background-color: rgba(0, 0, 0, 0.75); }

/* #Plyr
================================================== */
@keyframes plyr-progress {
  to {
    background-position: 25px 0; } }

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px); }

  to {
    opacity: 1;
    transform: translateY(0); } }

@keyframes plyr-fade-in {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir,"Avenir Next","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 50px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease; }

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto; }

.plyr:focus {
  outline: 0; }

.plyr--full-ui {
  box-sizing: border-box; }

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit; }

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation; }

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px; }

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none; }

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%; }

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap; }

.plyr__captions .plyr__caption div {
  display: inline; }

.plyr__captions span:empty {
  display: none; }

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px; } }
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px; } }
.plyr--captions-active .plyr__captions {
  display: block; }

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px); }

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all .3s ease; }

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px; }

.plyr__control:focus {
  outline: 0; }

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0; }

a.plyr__control {
  text-decoration: none; }

a.plyr__control::after, a.plyr__control::before {
  display: none; }

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none; }

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff; }

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff; }

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }

.plyr__control--overlaid svg {
  left: 2px;
  position: relative; }

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff; }

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden; }

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block; }

.plyr--full-ui ::-webkit-media-controls {
  display: none; }

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center; }

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0; }

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px; }

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px; }

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px; }

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0; }

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px; }

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0; }

.plyr__controls:empty {
  display: none; }

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px; }

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  z-index: 3; }

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px; } }
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%); }

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none; }

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block; }

.plyr__menu {
  display: flex;
  position: relative; }

.plyr__menu .plyr__control svg {
  transition: transform .3s ease; }

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg); }

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none; }

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3; }

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1); }

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0; }

.plyr__menu__container [role=menu] {
  padding: 7px; }

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px; }

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0; }

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%; }

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px; }

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px; }

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor; }

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px); }

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px; }

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%; }

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor; }

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%; }

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px; }

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease,opacity .3s ease;
  width: 6px; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff; }

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1); }

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none; }

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%; }

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0)); }

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px; }

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px; }

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px; }

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent; }

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none; }

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor; }

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all .2s ease;
  width: 13px;
  margin-top: 0; }

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none; }

.plyr--full-ui input[type=range]:focus {
  outline: 0; }

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0; }

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0; }

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5); }

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1); }

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1; }

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1; }

.plyr__time {
  font-size: 14px; }

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px; }

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none; } }
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2; }

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1); }

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%; }

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%; }

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%); }

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1); }

.plyr--video {
  background: #000;
  overflow: hidden; }

.plyr--video.plyr--menu-open {
  overflow: visible; }

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%; }

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%); }

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative; }

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px); }

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2; }

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0; }

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%; }

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0; }

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease; }

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width .2s ease; }

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease; }

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25); }

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66); }

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent; }

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25); }

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66); }

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative; }

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2; }

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px; } }
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px; } }
.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important; }

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:fullscreen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

.plyr:fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; }

  .plyr:fullscreen .plyr__captions {
    font-size: 21px; } }
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-webkit-full-screen video {
  height: 100%; }

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px; } }
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-moz-full-screen video {
  height: 100%; }

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px; } }
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%; }

.plyr:-ms-fullscreen video {
  height: 100%; }

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px; } }
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000; }

.plyr--fullscreen-fallback video {
  height: 100%; }

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static; }

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block; }

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none; }

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none; }

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px; } }
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; }

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%; }

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3; }

.plyr__ads::after:empty {
  display: none; }

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3; }

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  z-index: 2; }

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1); }

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2; }

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0; }

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3; }

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px; }

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1; }

.plyr__preview-scrubbing--is-shown {
  opacity: 1; }

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%; }

.plyr--no-transition {
  transition: none !important; }

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

.plyr [hidden] {
  display: none !important; }

/* #Model Viewer
================================================== */
.shopify-model-viewer-ui {
  position: relative;
  display: block;
  cursor: pointer; }

.shopify-model-viewer-ui model-viewer {
  transform: translateZ(0);
  z-index: 1; }

.shopify-model-viewer-ui model-viewer.shopify-model-viewer-ui__disabled {
  pointer-events: none; }

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen model-viewer {
  position: relative;
  width: 100vw;
  height: 100vh; }

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: block; }

.shopify-model-viewer-ui.shopify-model-viewer-ui--fullscreen .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: none; }

.shopify-model-viewer-ui.shopify-model-viewer-ui--desktop.shopify-model-viewer-ui--child-focused .shopify-model-viewer-ui__controls-area, .shopify-model-viewer-ui.shopify-model-viewer-ui--desktop:hover .shopify-model-viewer-ui__controls-area {
  opacity: 1; }

.shopify-model-viewer-ui:not(.shopify-model-viewer-ui--desktop) .shopify-model-viewer-ui__controls-area {
  display: none; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  display: flex;
  flex-direction: column;
  background: #fff;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  transition: opacity .1s linear; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area:not(.shopify-model-viewer-ui__controls-area--playing) {
  display: none; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #3a3a3a;
  border-radius: 0;
  border: none;
  margin: 0;
  cursor: pointer; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button:not(.focus-visible) {
  outline: 0; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control {
  padding: 0;
  height: 44px;
  width: 44px;
  background: 0 0;
  position: relative; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(0, 0, 0, 0.55); }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  color: rgba(0, 0, 0, 0.55);
  background: rgba(0, 0, 0, 0.05); }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  position: absolute;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 28px;
  bottom: 0;
  right: 8px; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon {
  width: 44px;
  height: 44px;
  fill: none; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: #fff;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  top: 50%;
  left: 50%;
  padding: 0;
  transform: translate3d(-50%, -50%, 0);
  height: 62px;
  width: 62px;
  z-index: 1; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus, .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(0, 0, 0, 0.55); }

.shopify-model-viewer-ui .shopify-model-viewer-ui__poster-control-icon {
  width: 60px;
  height: 60px;
  z-index: 1;
  fill: none; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--exit-fullscreen {
  display: none; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__control-icon--enter-fullscreen {
  display: block; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__spritesheet {
  display: none; }

.shopify-model-viewer-ui .shopify-model-viewer-ui__sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

/* # Functions
================================================== */
/* # Variables
================================================== */
/* # Mixins
================================================== */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
   or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
*/
.delete, .close, .is-unselectable, .button, .breadcrumb, .file, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, ul.tabs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after, .navbar-link:not(.is-arrowless)::after, .mobile-menu-link::after {
  font-family: 'flex-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e902';
  display: block;
  pointer-events: none;
  position: absolute;
  transform-origin: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em; }

.title:not(:last-child),
.subtitle:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem; }

.delete {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .delete::before, .delete::after {
    background-color: white;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center; }
  .delete::before {
    height: 2px;
    width: 50%; }
  .delete::after {
    height: 50%;
    width: 2px; }
  .delete:hover, .delete:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .delete:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.delete {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.delete {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.delete {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  width: 20px;
  padding: 0;
  color: currentColor;
  transition: 0.2s linear; }
  .close .icon {
    fill: currentColor;
    height: 50%;
    max-height: 50%;
    max-width: 50%;
    min-height: 50%;
    min-width: 50%;
    width: 50%; }
  .close:hover, .close:focus {
    background-color: rgba(10, 10, 10, 0.3); }
  .close:active {
    background-color: rgba(10, 10, 10, 0.4); }
  .is-small.close {
    height: 16px;
    max-height: 16px;
    max-width: 16px;
    min-height: 16px;
    min-width: 16px;
    width: 16px; }
  .is-medium.close {
    height: 24px;
    max-height: 24px;
    max-width: 24px;
    min-height: 24px;
    min-width: 24px;
    width: 24px; }
  .is-large.close {
    height: 32px;
    max-height: 32px;
    max-width: 32px;
    min-height: 32px;
    min-width: 32px;
    width: 32px; }

.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #e3e6e8;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em; }

/* # Reset
================================================== */
/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

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

ul {
  list-style: none; }

button,
input,
select,
textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

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

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

/* # Generic
================================================== */
html {
  background-color: white;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  backface-visibility: hidden; }

main {
  min-height: 30vh; }

article,
aside,
figure,
footer,
header,
main,
hgroup,
section {
  display: block; }

body,
button,
input,
select,
textarea {
  font-family: "Century Gothic", sans-serif; }

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace; }

a {
  color: #1a1a1a;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-in-out; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #12ce41; }

code {
  background-color: white;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em; }

hr {
  background-color: white;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0; }

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

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline; }

small {
  font-size: 0.875em; }

span {
  font-style: inherit;
  font-weight: inherit; }

strong {
  font-weight: 700; }

fieldset {
  border: none; }

pre {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  color: #1a1a1a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal; }
  pre code {
    background-color: transparent;
    color: currentColor;
    font-size: 1em;
    padding: 0; }

table td,
table th {
  text-align: left;
  vertical-align: top; }
table th {
  color: #686464; }

.table.is-bordered td,
.table.is-bordered th {
  padding: 9px; }

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa; }

.noscript {
  display: none; }

/* # Fonts
================================================== */
@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/century_gothic/centurygothic_n4.ad57dd3bb953e5ec072f848ba96048738158e9b0.woff2?h1=d2lsZGZhbmcuY29t&hmac=b515887bd75ec6ad9dba3bb7d08a3327e0e0ffda6f5548b1427348c73f299eb1") format("woff2"), url("https://fonts.shopifycdn.com/century_gothic/centurygothic_n4.346454bcdd76b0c02e149e968e75218ca6ee803f.woff?h1=d2lsZGZhbmcuY29t&hmac=727eac159c100abb554fc5ea76ce6226622c0d05c177e8ed9f6e1f88e4370e57") format("woff"); }

@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/century_gothic/centurygothic_n7.9c88796e9511a086b9c0038824e3fcaa4e104f7d.woff2?h1=d2lsZGZhbmcuY29t&hmac=b1f92760a4b430966406c6d33951618cdcd3ff93a655bded338c04002f8b6911") format("woff2"), url("https://fonts.shopifycdn.com/century_gothic/centurygothic_n7.bfbdd76b5b769e73488b72ad922937634199bb91.woff?h1=d2lsZGZhbmcuY29t&hmac=623745b7ef7670b09036db4c5ed1cf85c2109c54a93997322223e4bab047feb2") format("woff"); }

@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: italic;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/century_gothic/centurygothic_i4.057018ca8ff3e7e0367ab50107a08a8a1691315e.woff2?h1=d2lsZGZhbmcuY29t&hmac=1665e7680d5f2dbecae023b1bb8899bc47e047b194a6157f3247fab3c564e128") format("woff2"), url("https://fonts.shopifycdn.com/century_gothic/centurygothic_i4.6bbeca156a45aa967c74d1bdac2f4ec1824dcada.woff?h1=d2lsZGZhbmcuY29t&hmac=821dcd59a0b06476fed8e6463e86bad4d521327fd7982200bce03bd55f2ffd61") format("woff"); }

@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: italic;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/century_gothic/centurygothic_i7.a93d43c32633e83d8663433e7b3a668198503674.woff2?h1=d2lsZGZhbmcuY29t&hmac=8e8b44f6eb02999213702f9feea244e4018783476ba7c718f67ccd617eb33626") format("woff2"), url("https://fonts.shopifycdn.com/century_gothic/centurygothic_i7.902eae204ad5c1990bd9339fc5297d31234defc9.woff?h1=d2lsZGZhbmcuY29t&hmac=6ef562c7d23a13ac33b1b0fcf8a3e8fe33985241e15b7e5d19c7eb4844935d2d") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n4.a5ee385bde39969d807f7f1297bf51d73fbf3c1e.woff2?h1=d2lsZGZhbmcuY29t&hmac=46a72970c1e7ad782b3dbeab7bb4d606ad3a0fccbc83df43440cd9770dca4d4f") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n4.8f3e284746fbc2d29e34993609c51fdc432b0b24.woff?h1=d2lsZGZhbmcuY29t&hmac=8d5d67202dca1f90691d529f8fe59f4dfa6fc31e6f35b3532397bbb26b5cbfb3") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n7.f71e68b857a7b8128a7629452b9c6bf9468356a7.woff2?h1=d2lsZGZhbmcuY29t&hmac=3f80a92afd38cc4c69dbf41d56735aa0c8736eea5add6d4579b581db6595cb65") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n7.2767cc6e7cfc91284caa2c06eb07eca21a27681e.woff?h1=d2lsZGZhbmcuY29t&hmac=29430d1e3bb2a8b7c30525b6054314dd9270e2a58d30e68e733dc76bff31bb3d") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 600;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n6.12ae05b08a526523f8379ba6e10fde2140b133ea.woff2?h1=d2lsZGZhbmcuY29t&hmac=7e5759e823acc4f15f1ecb276007906dfdbf2cf24a6613bfb33c52dab85d7af1") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n6.1f460fc9ad98670d0370772496961d620bdca9f0.woff?h1=d2lsZGZhbmcuY29t&hmac=ad25f1cb90888e505f82f42b1a55bcf8c7982717ad3107cc8fd2a8d15a817bbb") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n7.f71e68b857a7b8128a7629452b9c6bf9468356a7.woff2?h1=d2lsZGZhbmcuY29t&hmac=3f80a92afd38cc4c69dbf41d56735aa0c8736eea5add6d4579b581db6595cb65") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n7.2767cc6e7cfc91284caa2c06eb07eca21a27681e.woff?h1=d2lsZGZhbmcuY29t&hmac=29430d1e3bb2a8b7c30525b6054314dd9270e2a58d30e68e733dc76bff31bb3d") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n5.22b74dce86cb1e4738ccceb326c9284bc24641e9.woff2?h1=d2lsZGZhbmcuY29t&hmac=1e0a828a7a8ee90b4d5ceccec756b1a128c05b1b4f8479c9df5c2fcf66140806") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n5.c60897f79173105d5bae1e28e68e9326a4a64631.woff?h1=d2lsZGZhbmcuY29t&hmac=522de569f31a5c4924bb0a5940b49680617f10f0e7fb38a811bd8cc0911bf869") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n7.f71e68b857a7b8128a7629452b9c6bf9468356a7.woff2?h1=d2lsZGZhbmcuY29t&hmac=3f80a92afd38cc4c69dbf41d56735aa0c8736eea5add6d4579b581db6595cb65") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n7.2767cc6e7cfc91284caa2c06eb07eca21a27681e.woff?h1=d2lsZGZhbmcuY29t&hmac=29430d1e3bb2a8b7c30525b6054314dd9270e2a58d30e68e733dc76bff31bb3d") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n5.22b74dce86cb1e4738ccceb326c9284bc24641e9.woff2?h1=d2lsZGZhbmcuY29t&hmac=1e0a828a7a8ee90b4d5ceccec756b1a128c05b1b4f8479c9df5c2fcf66140806") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n5.c60897f79173105d5bae1e28e68e9326a4a64631.woff?h1=d2lsZGZhbmcuY29t&hmac=522de569f31a5c4924bb0a5940b49680617f10f0e7fb38a811bd8cc0911bf869") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n7.f71e68b857a7b8128a7629452b9c6bf9468356a7.woff2?h1=d2lsZGZhbmcuY29t&hmac=3f80a92afd38cc4c69dbf41d56735aa0c8736eea5add6d4579b581db6595cb65") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n7.2767cc6e7cfc91284caa2c06eb07eca21a27681e.woff?h1=d2lsZGZhbmcuY29t&hmac=29430d1e3bb2a8b7c30525b6054314dd9270e2a58d30e68e733dc76bff31bb3d") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 600;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n6.12ae05b08a526523f8379ba6e10fde2140b133ea.woff2?h1=d2lsZGZhbmcuY29t&hmac=7e5759e823acc4f15f1ecb276007906dfdbf2cf24a6613bfb33c52dab85d7af1") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n6.1f460fc9ad98670d0370772496961d620bdca9f0.woff?h1=d2lsZGZhbmcuY29t&hmac=ad25f1cb90888e505f82f42b1a55bcf8c7982717ad3107cc8fd2a8d15a817bbb") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n7.f71e68b857a7b8128a7629452b9c6bf9468356a7.woff2?h1=d2lsZGZhbmcuY29t&hmac=3f80a92afd38cc4c69dbf41d56735aa0c8736eea5add6d4579b581db6595cb65") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n7.2767cc6e7cfc91284caa2c06eb07eca21a27681e.woff?h1=d2lsZGZhbmcuY29t&hmac=29430d1e3bb2a8b7c30525b6054314dd9270e2a58d30e68e733dc76bff31bb3d") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n4.a5ee385bde39969d807f7f1297bf51d73fbf3c1e.woff2?h1=d2lsZGZhbmcuY29t&hmac=46a72970c1e7ad782b3dbeab7bb4d606ad3a0fccbc83df43440cd9770dca4d4f") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n4.8f3e284746fbc2d29e34993609c51fdc432b0b24.woff?h1=d2lsZGZhbmcuY29t&hmac=8d5d67202dca1f90691d529f8fe59f4dfa6fc31e6f35b3532397bbb26b5cbfb3") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n4.a5ee385bde39969d807f7f1297bf51d73fbf3c1e.woff2?h1=d2lsZGZhbmcuY29t&hmac=46a72970c1e7ad782b3dbeab7bb4d606ad3a0fccbc83df43440cd9770dca4d4f") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n4.8f3e284746fbc2d29e34993609c51fdc432b0b24.woff?h1=d2lsZGZhbmcuY29t&hmac=8d5d67202dca1f90691d529f8fe59f4dfa6fc31e6f35b3532397bbb26b5cbfb3") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n7.f71e68b857a7b8128a7629452b9c6bf9468356a7.woff2?h1=d2lsZGZhbmcuY29t&hmac=3f80a92afd38cc4c69dbf41d56735aa0c8736eea5add6d4579b581db6595cb65") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n7.2767cc6e7cfc91284caa2c06eb07eca21a27681e.woff?h1=d2lsZGZhbmcuY29t&hmac=29430d1e3bb2a8b7c30525b6054314dd9270e2a58d30e68e733dc76bff31bb3d") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 200;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n2.a0b5f8ca9c73628a5a46b53d10397d9758f9d9bb.woff2?h1=d2lsZGZhbmcuY29t&hmac=b6c92ae46adda6d9d4093672697ee2b5a93eec618b3358f29155de8398bd5c35") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n2.dd92d38fb9f3b5dd356c5559a7dd42cb9474f0a7.woff?h1=d2lsZGZhbmcuY29t&hmac=44d45ccd205e31deab0c4b976b871ebe5fdec3e00f77f25d612bd8a129facf95") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n5.22b74dce86cb1e4738ccceb326c9284bc24641e9.woff2?h1=d2lsZGZhbmcuY29t&hmac=1e0a828a7a8ee90b4d5ceccec756b1a128c05b1b4f8479c9df5c2fcf66140806") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n5.c60897f79173105d5bae1e28e68e9326a4a64631.woff?h1=d2lsZGZhbmcuY29t&hmac=522de569f31a5c4924bb0a5940b49680617f10f0e7fb38a811bd8cc0911bf869") format("woff"); }

@font-face {
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/oswald/oswald_n7.f71e68b857a7b8128a7629452b9c6bf9468356a7.woff2?h1=d2lsZGZhbmcuY29t&hmac=3f80a92afd38cc4c69dbf41d56735aa0c8736eea5add6d4579b581db6595cb65") format("woff2"), url("https://fonts.shopifycdn.com/oswald/oswald_n7.2767cc6e7cfc91284caa2c06eb07eca21a27681e.woff?h1=d2lsZGZhbmcuY29t&hmac=29430d1e3bb2a8b7c30525b6054314dd9270e2a58d30e68e733dc76bff31bb3d") format("woff"); }

@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/century_gothic/centurygothic_n4.ad57dd3bb953e5ec072f848ba96048738158e9b0.woff2?h1=d2lsZGZhbmcuY29t&hmac=b515887bd75ec6ad9dba3bb7d08a3327e0e0ffda6f5548b1427348c73f299eb1") format("woff2"), url("https://fonts.shopifycdn.com/century_gothic/centurygothic_n4.346454bcdd76b0c02e149e968e75218ca6ee803f.woff?h1=d2lsZGZhbmcuY29t&hmac=727eac159c100abb554fc5ea76ce6226622c0d05c177e8ed9f6e1f88e4370e57") format("woff"); }

@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/century_gothic/centurygothic_n7.9c88796e9511a086b9c0038824e3fcaa4e104f7d.woff2?h1=d2lsZGZhbmcuY29t&hmac=b1f92760a4b430966406c6d33951618cdcd3ff93a655bded338c04002f8b6911") format("woff2"), url("https://fonts.shopifycdn.com/century_gothic/centurygothic_n7.bfbdd76b5b769e73488b72ad922937634199bb91.woff?h1=d2lsZGZhbmcuY29t&hmac=623745b7ef7670b09036db4c5ed1cf85c2109c54a93997322223e4bab047feb2") format("woff"); }

@font-face {
  font-family: "Century Gothic";
  font-weight: 400;
  font-style: italic;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/century_gothic/centurygothic_i4.057018ca8ff3e7e0367ab50107a08a8a1691315e.woff2?h1=d2lsZGZhbmcuY29t&hmac=1665e7680d5f2dbecae023b1bb8899bc47e047b194a6157f3247fab3c564e128") format("woff2"), url("https://fonts.shopifycdn.com/century_gothic/centurygothic_i4.6bbeca156a45aa967c74d1bdac2f4ec1824dcada.woff?h1=d2lsZGZhbmcuY29t&hmac=821dcd59a0b06476fed8e6463e86bad4d521327fd7982200bce03bd55f2ffd61") format("woff"); }

@font-face {
  font-family: "Century Gothic";
  font-weight: 700;
  font-style: italic;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/century_gothic/centurygothic_i7.a93d43c32633e83d8663433e7b3a668198503674.woff2?h1=d2lsZGZhbmcuY29t&hmac=8e8b44f6eb02999213702f9feea244e4018783476ba7c718f67ccd617eb33626") format("woff2"), url("https://fonts.shopifycdn.com/century_gothic/centurygothic_i7.902eae204ad5c1990bd9339fc5297d31234defc9.woff?h1=d2lsZGZhbmcuY29t&hmac=6ef562c7d23a13ac33b1b0fcf8a3e8fe33985241e15b7e5d19c7eb4844935d2d") format("woff"); }

@font-face {
  font-family: 'flex-icon';
  src: url("//cdn.shopify.com/s/files/1/0417/7870/8643/t/157/assets/flex-icon.ttf?v=14100130636688647098") format("truetype"), url("//cdn.shopify.com/s/files/1/0417/7870/8643/t/157/assets/flex-icon.woff?v=6556297278318994921") format("woff"), url("//cdn.shopify.com/s/files/1/0417/7870/8643/t/157/assets/flex-icon.svg?v=16440344704152635681") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

/* # Typography
================================================== */
body {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  position: relative; }

.body_cover {
  display: none;
  position: absolute;
  top: 100%;
  bottom: -10000px;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 799px) {
    .body_cover.active {
      display: block; } }

h1,
.h1 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 798px) {
    h1,
    .h1 {
      font-size: 28px; } }
  h1 > a,
  h1 > a:link,
  h1 > a:visited,
  .h1 > a,
  .h1 > a:link,
  .h1 > a:visited {
    color: #000000; }
  h1 > a:hover,
  h1 > a:focus,
  .h1 > a:hover,
  .h1 > a:focus {
    color: #12ce41; }

h2,
.h2 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 26px; }
  @media only screen and (max-width: 798px) {
    h2,
    .h2 {
      font-size: 25px; } }
  h2 > a,
  h2 > a:link,
  h2 > a:visited,
  .h2 > a,
  .h2 > a:link,
  .h2 > a:visited {
    color: #000000; }
  h2 > a:hover,
  h2 > a:focus,
  .h2 > a:hover,
  .h2 > a:focus {
    color: #12ce41; }

h3,
.h3 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  font-weight: normal; }
  @media only screen and (max-width: 798px) {
    h3,
    .h3 {
      font-size: 22px; } }
  h3 > a,
  h3 > a:link,
  h3 > a:visited,
  .h3 > a,
  .h3 > a:link,
  .h3 > a:visited {
    color: #000000; }
  h3 > a:hover,
  h3 > a:focus,
  .h3 > a:hover,
  .h3 > a:focus {
    color: #12ce41; }

h4,
.h4 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-weight: bold; }
  @media only screen and (max-width: 798px) {
    h4,
    .h4 {
      font-size: 20px; } }
  h4 > a,
  h4 > a:link,
  h4 > a:visited,
  .h4 > a,
  .h4 > a:link,
  .h4 > a:visited {
    color: #000000; }
  h4 > a:hover,
  h4 > a:focus,
  .h4 > a:hover,
  .h4 > a:focus {
    color: #12ce41; }

h5,
.h5 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 500; }
  @media only screen and (max-width: 798px) {
    h5,
    .h5 {
      font-size: 18px; } }
  h5 > a,
  h5 > a:link,
  h5 > a:visited,
  .h5 > a,
  .h5 > a:link,
  .h5 > a:visited {
    color: #000000; }
  h5 > a:hover,
  h5 > a:focus,
  .h5 > a:hover,
  .h5 > a:focus {
    color: #12ce41; }

h6,
.h6 {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px; }
  @media only screen and (max-width: 798px) {
    h6,
    .h6 {
      font-size: 16px; } }
  h6 > a,
  h6 > a:link,
  h6 > a:visited,
  .h6 > a,
  .h6 > a:link,
  .h6 > a:visited {
    color: #000000; }
  h6 > a:hover,
  h6 > a:focus,
  .h6 > a:hover,
  .h6 > a:focus {
    color: #12ce41; }

a {
  color: #1a1a1a;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #12ce41; }

sub {
  font-size: smaller; }

em,
i {
  font-style: italic; }

strong,
b {
  font-weight: bold; }

small {
  font-size: smaller; }

blockquote {
  font-size: larger;
  line-height: 1.2;
  font-style: italic; }
  blockquote cite {
    display: block;
    font-size: smaller; }
    blockquote cite:before {
      content: "\2014 \0020"; }

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

.text-align-left,
.text-align-start {
  text-align: left; }

.text-align-right,
.text-align-end {
  text-align: right; }

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

.is-capitalized {
  text-transform: capitalize; }

.is-lowercase {
  text-transform: lowercase; }

.is-uppercase {
  text-transform: uppercase; }

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

.text-is-large {
  font-size: larger; }

.text-is-medium {
  font-size: initial; }

.text-is-small {
  font-size: smaller; }

.title,
.subtitle {
  word-break: break-word; }
  .title em,
  .title span,
  .subtitle em,
  .subtitle span {
    font-weight: inherit; }
  .title sub,
  .subtitle sub {
    font-size: 0.75em; }
  .title sup,
  .subtitle sup {
    font-size: 0.75em; }
  .title .tag,
  .subtitle .tag {
    vertical-align: middle; }

.title {
  color: black;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.125; }
  .title strong {
    color: inherit;
    font-weight: inherit; }
  .title + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle:not(.modal_price) {
    margin-top: -1.25rem; }
  .title.is-1 {
    font-size: 3rem; }
  .title.is-2 {
    font-size: 2.5rem; }
  .title.is-3 {
    font-size: 2rem; }
  .title.is-4 {
    font-size: 1.5rem; }
  .title.is-5 {
    font-size: 1.25rem; }
  .title.is-6 {
    font-size: 1rem; }
  .title.is-7 {
    font-size: 0.75rem; }

.subtitle {
  color: black;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25; }
  .subtitle strong {
    color: inherit;
    font-weight: 600; }
  .subtitle:not(.is-spaced) + .title {
    margin-top: -1.25rem; }
  .subtitle.is-1 {
    font-size: 3rem; }
  .subtitle.is-2 {
    font-size: 2.5rem; }
  .subtitle.is-3 {
    font-size: 2rem; }
  .subtitle.is-4 {
    font-size: 1.5rem; }
  .subtitle.is-5 {
    font-size: 1.25rem; }
  .subtitle.is-6 {
    font-size: 1rem; }
  .subtitle.is-7 {
    font-size: 0.75rem; }

.large-heading {
  padding-bottom: 40px; }

.signature {
  font-family: fantasy; }

.heading-divider:not(.heading-divider--vertical) {
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
  border-bottom: none; }

.heading-divider--short {
  width: 70px; }

.heading-divider--long {
  width: 100%; }

.heading-divider--vertical {
  background: #000000;
  width: 2px;
  height: 40px; }

@keyframes spinAround {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(359deg); } }

/* # Helpers
================================================== */
.is-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

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

.is-align-start,
.is-align-left {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.is-align-end,
.is-align-right {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.is-align-self-end,
.is-align-self-right {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end; }

.is-align-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }

.is-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.is-align-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.is-justify-start,
.is-justify-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.is-justify-end,
.is-justify-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.is-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.is-justify-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }

.is-justify-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.is-flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.is-flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.is-flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.is-flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.is-flex-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.is-flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.is-flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

@media only screen and (max-width: 480px) {
  .is-flex-column--mobile {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media only screen and (max-width: 480px) {
  .is-flex-column-reverse-mobile {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.is-order-aligned-left {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }
  @media only screen and (max-width: 480px) {
    .is-order-aligned-left {
      -webkit-box-ordinal-group: inherit;
      -moz-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
      -webkit-order: inherit;
      order: inherit; } }

.is-order-aligned-right {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }
  @media only screen and (max-width: 480px) {
    .is-order-aligned-right {
      -webkit-box-ordinal-group: inherit;
      -moz-box-ordinal-group: inherit;
      -ms-flex-order: inherit;
      -webkit-order: inherit;
      order: inherit; } }

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

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

.is-clipped {
  overflow: hidden !important; }

.hide {
  display: none; }

.is-hidden {
  display: none !important; }

.is-visible {
  display: block !important; }

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important; }

.is-invisible {
  visibility: hidden !important; }

@media only screen and (min-width: 481px) and (max-width: 798px) {
  .is-hidden-small {
    display: none !important; } }
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .is-hidden-medium {
    display: none !important; } }
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .is-hidden-large {
    display: none !important; } }
@media only screen and (max-width: 798px) {
  .is-hidden-mobile-only {
    display: none !important; } }
@media only screen and (min-width: 799px) {
  .is-hidden-desktop-only {
    display: none !important; } }
.is-invisible {
  visibility: hidden !important; }

.has-padding-top {
  padding-top: 20px; }

.has-padding-bottom {
  padding-bottom: 20px; }

.has-padding-left {
  padding-left: 20px; }

.has-padding-right {
  padding-right: 20px; }

.has-padding {
  padding: 20px; }

.has-large-padding-top {
  padding-top: calc(20px * 2); }

.has-large-padding-bottom {
  padding-bottom: calc(20px * 2); }

.has-small-padding-top {
  padding-top: calc(20px / 2); }

.has-small-padding-bottom {
  padding-bottom: calc(20px / 2); }

.has-margin-top {
  margin-top: 20px; }

.has-margin-bottom {
  margin-bottom: 20px; }

.has-margin-left {
  margin-left: 20px; }

.has-margin-right {
  margin-right: 20px; }

.has-margin {
  margin: 20px; }

.border--true {
  border: 1px solid #e3e5e7; }

.border-top {
  border: none;
  border-top: 1px solid #e3e5e7; }

.border-bottom {
  border: none;
  border-bottom: 1px solid #e3e5e7; }

.border-right {
  border: none;
  border-right: 1px solid #e3e5e7; }

.border-left {
  border: none;
  border-left: 1px solid #e3e5e7; }

.box {
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1); }

.container-border--top::before {
  display: block;
  content: '';
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #e3e5e7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  float: left; }
  @media only screen and (max-width: 480px) {
    .container-border--top::before {
      width: 100%; } }

.container-border--bottom::after {
  display: block;
  content: '';
  height: 0;
  width: calc(100% - 20px);
  border-top: thin solid #e3e5e7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  clear: both; }
  @media only screen and (max-width: 480px) {
    .container-border--bottom::after {
      width: 100%; } }

.has-columns--2 {
  column-count: 2; }
  @media only screen and (max-width: 480px) {
    .has-columns--2 {
      column-count: 1; } }

.has-columns--3 {
  column-count: 3; }
  @media only screen and (max-width: 480px) {
    .has-columns--3 {
      column-count: 1; } }

.is-marginless {
  margin: 0 !important; }

.is-paddingless {
  padding: 0 !important; }

.is-radiusless {
  border-radius: 0 !important; }

.is-shadowless {
  box-shadow: none !important; }

.is-relative {
  position: relative; }

.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

@media only screen and (max-width: 798px) {
  .is-fullwidth-mobile {
    width: 100vw !important;
    padding: 20px !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important; } }

/* # Vendor override styles
================================================== */
[data-scroll-class] {
  opacity: 0;
  animation-delay: 0.2s; }

.fancybox-thumbs__list a:before {
  border: 6px solid #1a1a1a; }

.fancybox-button {
  transition: opacity 0.3s ease-in-out; }

.flickity-viewport {
  width: 100%; }

.flickity-prev-next-button {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.flickity-prev-next-button .flickity-button-icon {
  position: static;
  top: initial;
  left: initial;
  margin: auto; }

.flickity-button {
  transition: background-color 0.3s ease-in-out; }

.shopify-challenge__container {
  padding: 40px 0;
  min-height: calc(100vh - 470px); }
  @media only screen and (max-width: 798px) {
    .shopify-challenge__container {
      min-height: calc(100vh - 432px); } }

.flickity-resize .image-slideshow__slide {
  min-height: 100%; }

.image-slideshow--fade .image-slideshow__slide {
  opacity: 0 !important;
  transition: opacity 1s ease !important; }
  .image-slideshow--fade .image-slideshow__slide.is-selected {
    opacity: 1 !important; }

.lazyframe {
  background-color: #000 !important; }

.slider .flickity-slider li,
.flexslider .flickity-slider li {
  width: 100%;
  list-style: none;
  padding-left: 0.1%;
  /* Fix for Flickity pixel line */
  padding-right: 0.1%;
  /* Fix for Flickity pixel line */
  margin: 0 !important;
  /* Overwrite content margin */ }
  .slider .flickity-slider li img,
  .flexslider .flickity-slider li img {
    width: 100%; }
.slider .flickity-page-dots,
.flexslider .flickity-page-dots {
  margin: 0; }

.zoomImg {
  background-color: #ffffff; }

/* # Grid/layout
================================================== */
.index {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.index-sections,
.page-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%; }

.shopify-section {
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .shopify-section {
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.section {
  max-width: 1480px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .section.has-background {
    width: calc(100% - 20px);
    max-width: calc(1480px - 20px);
    padding-left: calc(20px / 2);
    padding-right: calc(20px / 2); }
  .section.is-width-half {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    max-width: none; }
    @media only screen and (max-width: 798px) {
      .section.is-width-half {
        width: 100%; } }
    @media only screen and (max-width: 480px) {
      .section.is-width-half .container.small-down--has-limit {
        max-width: 1480px;
        width: 100%; } }
  .section.is-width-wide {
    width: 100%;
    max-width: none; }
    .section.is-width-wide .container.has-limit {
      max-width: 1480px;
      width: 100%; }
      @media only screen and (max-width: 480px) {
        .section.is-width-wide .container.has-limit {
          width: 100%; } }
    @media only screen and (max-width: 480px) {
      .section.is-width-wide .container.small-down--has-limit {
        max-width: 1480px;
        width: 100%; } }

@media only screen and (max-width: 480px) {
  .section.section__wrapper {
    max-width: 1480px;
    width: 100%; } }

.container {
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .container .column,
  .container .columns {
    margin-left: calc(20px / 2);
    margin-right: calc(20px / 2); }
  .container.is-small {
    width: 50%; }
    @media only screen and (max-width: 480px) {
      .container.is-small {
        width: 60%; } }
  .container.is-medium {
    width: 70%; }
    @media only screen and (max-width: 480px) {
      .container.is-medium {
        width: 80%; } }
  .container.has-column-padding-bottom .column,
  .container.has-column-padding-bottom .columns {
    margin-bottom: 20px; }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media only screen and (max-width: 798px) {
    .row .column,
    .row .columns {
      width: 100%;
      margin-left: 0;
      margin-right: 0; } }

[class*="offset-by"] {
  position: relative; }
  @media only screen and (max-width: 480px) {
    [class*="offset-by"] {
      position: static; } }

@media only screen and (max-width: 798px) {
  .has-gutter-enabled .has-gutter--mobile {
    margin-bottom: 20px; } }

.has-gutter-enabled.has-multirow-blocks .has-gutter {
  margin-bottom: 20px; }

/*================ Build Base Grid Classes ================*/
.hidden {
  display: none !important; }

.visible {
  display: block !important; }

.one {
  width: calc(6.25% - 20px); }

.two {
  width: calc(12.5% - 20px); }

.three {
  width: calc(18.75% - 20px); }

.four {
  width: calc(25% - 20px); }

.five {
  width: calc(31.25% - 20px); }

.six {
  width: calc(37.5% - 20px); }

.seven {
  width: calc(43.75% - 20px); }

.eight {
  width: calc(50% - 20px); }

.nine {
  width: calc(56.25% - 20px); }

.ten {
  width: calc(62.5% - 20px); }

.eleven {
  width: calc(68.75% - 20px); }

.twelve {
  width: calc(75% - 20px); }

.thirteen {
  width: calc(81.25% - 20px); }

.fourteen {
  width: calc(87.5% - 20px); }

.fifteen {
  width: calc(93.75% - 20px); }

.sixteen {
  width: calc(100% - 20px); }

.one-whole {
  width: calc(100% - 20px); }

.one-half {
  width: calc(50% - 20px); }

.one-third {
  width: calc(33.33333% - 20px); }

.two-thirds {
  width: calc(66.66667% - 20px); }

.one-fourth {
  width: calc(25% - 20px); }

.two-fourths {
  width: calc(50% - 20px); }

.three-fourths {
  width: calc(75% - 20px); }

.one-fifth {
  width: calc(20% - 20px); }

.two-fifths {
  width: calc(40% - 20px); }

.three-fifths {
  width: calc(60% - 20px); }

.four-fifths {
  width: calc(80% - 20px); }

.one-sixth {
  width: calc(16.66667% - 20px); }

.two-sixths {
  width: calc(33.33333% - 20px); }

.three-sixths {
  width: calc(50% - 20px); }

.four-sixths {
  width: calc(66.66667% - 20px); }

.five-sixths {
  width: calc(83.33333% - 20px); }

.one-seventh {
  width: calc(14.28571% - 20px); }

.two-sevenths {
  width: calc(28.57143% - 20px); }

.three-sevenths {
  width: calc(42.85714% - 20px); }

.four-sevenths {
  width: calc(57.14286% - 20px); }

.five-sevenths {
  width: calc(71.42857% - 20px); }

.one-eighth {
  width: calc(12.5% - 20px); }

.two-eighths {
  width: calc(25% - 20px); }

.three-eighths {
  width: calc(37.5% - 20px); }

.four-eighths {
  width: calc(50% - 20px); }

.five-eighths {
  width: calc(62.5% - 20px); }

.six-eighths {
  width: calc(75% - 20px); }

.seven-eighths {
  width: calc(87.5% - 20px); }

.one-tenth {
  width: calc(10% - 20px); }

.two-tenths {
  width: calc(20% - 20px); }

.three-tenths {
  width: calc(30% - 20px); }

.four-tenths {
  width: calc(40% - 20px); }

.five-tenths {
  width: calc(50% - 20px); }

.six-tenths {
  width: calc(60% - 20px); }

.seven-tenths {
  width: calc(70% - 20px); }

.eight-tenths {
  width: calc(80% - 20px); }

.nine-tenths {
  width: calc(90% - 20px); }

.one-twelfth {
  width: calc(8.33333% - 20px); }

.two-twelfths {
  width: calc(16.66667% - 20px); }

.three-twelfths {
  width: calc(25% - 20px); }

.four-twelfths {
  width: calc(33.33333% - 20px); }

.five-twelfths {
  width: calc(41.66667% - 20px); }

.six-twelfths {
  width: calc(50% - 20px); }

.seven-twelfths {
  width: calc(58.33333% - 20px); }

.eight-twelfths {
  width: calc(66.66667% - 20px); }

.nine-twelfths {
  width: calc(75% - 20px); }

.ten-twelfths {
  width: calc(83.33333% - 20px); }

.eleven-twelfths {
  width: calc(91.66667% - 20px); }

.offset-by-one {
  left: calc(6.25%); }

.offset-by-two {
  left: calc(12.5%); }

.offset-by-three {
  left: calc(18.75%); }

.offset-by-four {
  left: calc(25%); }

.offset-by-five {
  left: calc(31.25%); }

.offset-by-six {
  left: calc(37.5%); }

.offset-by-seven {
  left: calc(43.75%); }

.offset-by-eight {
  left: calc(50%); }

.offset-by-nine {
  left: calc(56.25%); }

.offset-by-ten {
  left: calc(62.5%); }

.offset-by-eleven {
  left: calc(68.75%); }

.offset-by-twelve {
  left: calc(75%); }

.offset-by-thirteen {
  left: calc(81.25%); }

.offset-by-fourteen {
  left: calc(87.5%); }

.offset-by-fifteen {
  left: calc(93.75%); }

.equal-columns--outside-trim .one-half:nth-of-type(2n),
.equal-columns--outside-trim .eight:nth-of-type(2n),
.equal-columns--outside-trim .one-third:nth-of-type(3n),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n),
.equal-columns--outside-trim .four:nth-of-type(4n),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n),
.equal-columns--outside-trim .two:nth-of-type(8n) {
  margin-right: 0; }
.equal-columns--outside-trim .one-half:nth-of-type(2n+1),
.equal-columns--outside-trim .eight:nth-of-type(2n+1),
.equal-columns--outside-trim .one-third:nth-of-type(3n+1),
.equal-columns--outside-trim .one-fourth:nth-of-type(4n+1),
.equal-columns--outside-trim .four:nth-of-type(4n+1),
.equal-columns--outside-trim .one-fifth:nth-of-type(5n+1),
.equal-columns--outside-trim .one-sixth:nth-of-type(6n+1),
.equal-columns--outside-trim .one-seventh:nth-of-type(7n+1),
.equal-columns--outside-trim .two:nth-of-type(8n+1) {
  margin-left: 0; }
.equal-columns--outside-trim .one-whole:nth-of-type(1n+1) {
  width: 100%;
  margin-right: 0;
  margin-left: 0; }
.equal-columns--outside-trim .one-half {
  width: calc(50% - (20px - (20px / 2))); }
.equal-columns--outside-trim .one-third {
  width: calc(33.33333% - (20px - (20px / 3))); }
.equal-columns--outside-trim .one-fifth {
  width: calc(20% - (20px - (20px / 5))); }
.equal-columns--outside-trim .one-fourth {
  width: calc(25% - (20px - (20px / 4))); }
.equal-columns--outside-trim .one-sixth {
  width: calc(16.66667% - (20px - (20px / 6))); }
.equal-columns--outside-trim .one-seventh {
  width: calc(14.28571% - (20px - (20px / 7))); }
.equal-columns--outside-trim .two {
  width: calc(12.5% - (20px - (20px / 8))); }
.equal-columns--outside-trim .four {
  width: calc(25% - (20px - (20px / 4))); }
.equal-columns--outside-trim .seven {
  width: calc(43.75% - (20px - (20px / 2))); }
.equal-columns--outside-trim .eight {
  width: calc(50% - (20px / 2)); }
.equal-columns--outside-trim .nine {
  width: calc(56.25% - (20px - (20px / 2))); }

.has-no-side-gutter.has-background {
  padding-right: 0px;
  padding-left: 0px; }
.has-no-side-gutter .one-whole,
.has-no-side-gutter .one-half,
.has-no-side-gutter .eight,
.has-no-side-gutter .one-third,
.has-no-side-gutter .two-thirds,
.has-no-side-gutter .one-fourth,
.has-no-side-gutter .four,
.has-no-side-gutter .one-fifth,
.has-no-side-gutter .three-fifths,
.has-no-side-gutter .two-fifths,
.has-no-side-gutter .one-sixth,
.has-no-side-gutter .one-seventh,
.has-no-side-gutter .one-eighth,
.has-no-side-gutter .two {
  margin-right: 0;
  margin-left: 0; }
.has-no-side-gutter .one-whole {
  width: 100%; }
.has-no-side-gutter .one-half {
  width: 50%; }
.has-no-side-gutter .one-third {
  width: 33.33333%; }
.has-no-side-gutter .one-fourth {
  width: 25%; }
.has-no-side-gutter .one-fifth {
  width: 20%; }
.has-no-side-gutter .two-fifths {
  width: 40%; }
.has-no-side-gutter .three-fifths {
  width: 60%; }
.has-no-side-gutter .one-sixth {
  width: 16.66667%; }
.has-no-side-gutter .one-seventh {
  width: 14.28571%; }
.has-no-side-gutter .one-eighth {
  width: 12.5%; }
.has-no-side-gutter .two-thirds {
  width: 66.66667%; }
.has-no-side-gutter .two {
  width: 12.5%; }
.has-no-side-gutter .four {
  width: 25%; }
.has-no-side-gutter .seven {
  width: 43.75%; }
.has-no-side-gutter .eight {
  width: 50%; }
.has-no-side-gutter .nine {
  width: 56.25%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 1024px) {
  .large-down--hidden {
    display: none !important; }

  .large-down--visible {
    display: block !important; }

  .large-down--one {
    width: calc(6.25% - 20px); }

  .large-down--two {
    width: calc(12.5% - 20px); }

  .large-down--three {
    width: calc(18.75% - 20px); }

  .large-down--four {
    width: calc(25% - 20px); }

  .large-down--five {
    width: calc(31.25% - 20px); }

  .large-down--six {
    width: calc(37.5% - 20px); }

  .large-down--seven {
    width: calc(43.75% - 20px); }

  .large-down--eight {
    width: calc(50% - 20px); }

  .large-down--nine {
    width: calc(56.25% - 20px); }

  .large-down--ten {
    width: calc(62.5% - 20px); }

  .large-down--eleven {
    width: calc(68.75% - 20px); }

  .large-down--twelve {
    width: calc(75% - 20px); }

  .large-down--thirteen {
    width: calc(81.25% - 20px); }

  .large-down--fourteen {
    width: calc(87.5% - 20px); }

  .large-down--fifteen {
    width: calc(93.75% - 20px); }

  .large-down--sixteen {
    width: calc(100% - 20px); }

  .large-down--one-whole {
    width: calc(100% - 20px); }

  .large-down--one-half {
    width: calc(50% - 20px); }

  .large-down--one-third {
    width: calc(33.33333% - 20px); }

  .large-down--two-thirds {
    width: calc(66.66667% - 20px); }

  .large-down--one-fourth {
    width: calc(25% - 20px); }

  .large-down--two-fourths {
    width: calc(50% - 20px); }

  .large-down--three-fourths {
    width: calc(75% - 20px); }

  .large-down--one-fifth {
    width: calc(20% - 20px); }

  .large-down--two-fifths {
    width: calc(40% - 20px); }

  .large-down--three-fifths {
    width: calc(60% - 20px); }

  .large-down--four-fifths {
    width: calc(80% - 20px); }

  .large-down--one-sixth {
    width: calc(16.66667% - 20px); }

  .large-down--two-sixths {
    width: calc(33.33333% - 20px); }

  .large-down--three-sixths {
    width: calc(50% - 20px); }

  .large-down--four-sixths {
    width: calc(66.66667% - 20px); }

  .large-down--five-sixths {
    width: calc(83.33333% - 20px); }

  .large-down--one-seventh {
    width: calc(14.28571% - 20px); }

  .large-down--two-sevenths {
    width: calc(28.57143% - 20px); }

  .large-down--three-sevenths {
    width: calc(42.85714% - 20px); }

  .large-down--four-sevenths {
    width: calc(57.14286% - 20px); }

  .large-down--five-sevenths {
    width: calc(71.42857% - 20px); }

  .large-down--one-eighth {
    width: calc(12.5% - 20px); }

  .large-down--two-eighths {
    width: calc(25% - 20px); }

  .large-down--three-eighths {
    width: calc(37.5% - 20px); }

  .large-down--four-eighths {
    width: calc(50% - 20px); }

  .large-down--five-eighths {
    width: calc(62.5% - 20px); }

  .large-down--six-eighths {
    width: calc(75% - 20px); }

  .large-down--seven-eighths {
    width: calc(87.5% - 20px); }

  .large-down--one-tenth {
    width: calc(10% - 20px); }

  .large-down--two-tenths {
    width: calc(20% - 20px); }

  .large-down--three-tenths {
    width: calc(30% - 20px); }

  .large-down--four-tenths {
    width: calc(40% - 20px); }

  .large-down--five-tenths {
    width: calc(50% - 20px); }

  .large-down--six-tenths {
    width: calc(60% - 20px); }

  .large-down--seven-tenths {
    width: calc(70% - 20px); }

  .large-down--eight-tenths {
    width: calc(80% - 20px); }

  .large-down--nine-tenths {
    width: calc(90% - 20px); }

  .large-down--one-twelfth {
    width: calc(8.33333% - 20px); }

  .large-down--two-twelfths {
    width: calc(16.66667% - 20px); }

  .large-down--three-twelfths {
    width: calc(25% - 20px); }

  .large-down--four-twelfths {
    width: calc(33.33333% - 20px); }

  .large-down--five-twelfths {
    width: calc(41.66667% - 20px); }

  .large-down--six-twelfths {
    width: calc(50% - 20px); }

  .large-down--seven-twelfths {
    width: calc(58.33333% - 20px); }

  .large-down--eight-twelfths {
    width: calc(66.66667% - 20px); }

  .large-down--nine-twelfths {
    width: calc(75% - 20px); }

  .large-down--ten-twelfths {
    width: calc(83.33333% - 20px); }

  .large-down--eleven-twelfths {
    width: calc(91.66667% - 20px); }

  .large-down--offset-by-one {
    left: calc(6.25%); }

  .large-down--offset-by-two {
    left: calc(12.5%); }

  .large-down--offset-by-three {
    left: calc(18.75%); }

  .large-down--offset-by-four {
    left: calc(25%); }

  .large-down--offset-by-five {
    left: calc(31.25%); }

  .large-down--offset-by-six {
    left: calc(37.5%); }

  .large-down--offset-by-seven {
    left: calc(43.75%); }

  .large-down--offset-by-eight {
    left: calc(50%); }

  .large-down--offset-by-nine {
    left: calc(56.25%); }

  .large-down--offset-by-ten {
    left: calc(62.5%); }

  .large-down--offset-by-eleven {
    left: calc(68.75%); }

  .large-down--offset-by-twelve {
    left: calc(75%); }

  .large-down--offset-by-thirteen {
    left: calc(81.25%); }

  .large-down--offset-by-fourteen {
    left: calc(87.5%); }

  .large-down--offset-by-fifteen {
    left: calc(93.75%); }

  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0; }
  .equal-columns--outside-trim .large-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .equal-columns--outside-trim .large-down--one-half {
    width: calc(50% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .large-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3))); }
  .equal-columns--outside-trim .large-down--one-fifth {
    width: calc(20% - (20px - (20px / 5))); }
  .equal-columns--outside-trim .large-down--one-fourth {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .large-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6))); }
  .equal-columns--outside-trim .large-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7))); }
  .equal-columns--outside-trim .large-down--two {
    width: calc(12.5% - (20px - (20px / 8))); }
  .equal-columns--outside-trim .large-down--four {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .large-down--seven {
    width: calc(43.75% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .large-down--eight {
    width: calc(50% - (20px / 2)); }
  .equal-columns--outside-trim .large-down--nine {
    width: calc(56.25% - (20px - (20px / 2))); }

  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px; }
  .has-no-side-gutter .large-down--one-whole,
  .has-no-side-gutter .large-down--one-half,
  .has-no-side-gutter .large-down--eight,
  .has-no-side-gutter .large-down--one-third,
  .has-no-side-gutter .large-down--two-thirds,
  .has-no-side-gutter .large-down--one-fourth,
  .has-no-side-gutter .large-down--four,
  .has-no-side-gutter .large-down--one-fifth,
  .has-no-side-gutter .large-down--three-fifths,
  .has-no-side-gutter .large-down--two-fifths,
  .has-no-side-gutter .large-down--one-sixth,
  .has-no-side-gutter .large-down--one-seventh,
  .has-no-side-gutter .large-down--one-eighth,
  .has-no-side-gutter .large-down--two {
    margin-right: 0;
    margin-left: 0; }
  .has-no-side-gutter .large-down--one-whole {
    width: 100%; }
  .has-no-side-gutter .large-down--one-half {
    width: 50%; }
  .has-no-side-gutter .large-down--one-third {
    width: 33.33333%; }
  .has-no-side-gutter .large-down--one-fourth {
    width: 25%; }
  .has-no-side-gutter .large-down--one-fifth {
    width: 20%; }
  .has-no-side-gutter .large-down--two-fifths {
    width: 40%; }
  .has-no-side-gutter .large-down--three-fifths {
    width: 60%; }
  .has-no-side-gutter .large-down--one-sixth {
    width: 16.66667%; }
  .has-no-side-gutter .large-down--one-seventh {
    width: 14.28571%; }
  .has-no-side-gutter .large-down--one-eighth {
    width: 12.5%; }
  .has-no-side-gutter .large-down--two-thirds {
    width: 66.66667%; }
  .has-no-side-gutter .large-down--two {
    width: 12.5%; }
  .has-no-side-gutter .large-down--four {
    width: 25%; }
  .has-no-side-gutter .large-down--seven {
    width: 43.75%; }
  .has-no-side-gutter .large-down--eight {
    width: 50%; }
  .has-no-side-gutter .large-down--nine {
    width: 56.25%; }

  .large-down--show {
    display: block !important; }

  .large-down--hide {
    display: none !important; }

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

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

  .large-down--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .equal-columns--outside-trim .large-down--one-half.large-down--one-half,
  .equal-columns--outside-trim .large-down--eight.large-down--eight,
  .equal-columns--outside-trim .large-down--one-third.large-down--one-third,
  .equal-columns--outside-trim .large-down--one-fourth.large-down--one-fourth,
  .equal-columns--outside-trim .large-down--four.large-down--four,
  .equal-columns--outside-trim .large-down--one-fifth.large-down--one-fifth,
  .equal-columns--outside-trim .large-down--one-sixth.large-down--one-sixth,
  .equal-columns--outside-trim .large-down--one-seventh.large-down--one-seventh,
  .equal-columns--outside-trim .large-down--two.large-down--two {
    margin-right: 20px;
    margin-left: 20px; }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .large-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .large-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .large-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .large-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .large-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .large-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .large-down--two:nth-of-type(8n+1) {
    margin-left: 0; } }
@media only screen and (max-width: 798px) {
  .medium-down--hidden {
    display: none !important; }

  .medium-down--visible {
    display: block !important; }

  .medium-down--one {
    width: calc(6.25% - 20px); }

  .medium-down--two {
    width: calc(12.5% - 20px); }

  .medium-down--three {
    width: calc(18.75% - 20px); }

  .medium-down--four {
    width: calc(25% - 20px); }

  .medium-down--five {
    width: calc(31.25% - 20px); }

  .medium-down--six {
    width: calc(37.5% - 20px); }

  .medium-down--seven {
    width: calc(43.75% - 20px); }

  .medium-down--eight {
    width: calc(50% - 20px); }

  .medium-down--nine {
    width: calc(56.25% - 20px); }

  .medium-down--ten {
    width: calc(62.5% - 20px); }

  .medium-down--eleven {
    width: calc(68.75% - 20px); }

  .medium-down--twelve {
    width: calc(75% - 20px); }

  .medium-down--thirteen {
    width: calc(81.25% - 20px); }

  .medium-down--fourteen {
    width: calc(87.5% - 20px); }

  .medium-down--fifteen {
    width: calc(93.75% - 20px); }

  .medium-down--sixteen {
    width: calc(100% - 20px); }

  .medium-down--one-whole {
    width: calc(100% - 20px); }

  .medium-down--one-half {
    width: calc(50% - 20px); }

  .medium-down--one-third {
    width: calc(33.33333% - 20px); }

  .medium-down--two-thirds {
    width: calc(66.66667% - 20px); }

  .medium-down--one-fourth {
    width: calc(25% - 20px); }

  .medium-down--two-fourths {
    width: calc(50% - 20px); }

  .medium-down--three-fourths {
    width: calc(75% - 20px); }

  .medium-down--one-fifth {
    width: calc(20% - 20px); }

  .medium-down--two-fifths {
    width: calc(40% - 20px); }

  .medium-down--three-fifths {
    width: calc(60% - 20px); }

  .medium-down--four-fifths {
    width: calc(80% - 20px); }

  .medium-down--one-sixth {
    width: calc(16.66667% - 20px); }

  .medium-down--two-sixths {
    width: calc(33.33333% - 20px); }

  .medium-down--three-sixths {
    width: calc(50% - 20px); }

  .medium-down--four-sixths {
    width: calc(66.66667% - 20px); }

  .medium-down--five-sixths {
    width: calc(83.33333% - 20px); }

  .medium-down--one-seventh {
    width: calc(14.28571% - 20px); }

  .medium-down--two-sevenths {
    width: calc(28.57143% - 20px); }

  .medium-down--three-sevenths {
    width: calc(42.85714% - 20px); }

  .medium-down--four-sevenths {
    width: calc(57.14286% - 20px); }

  .medium-down--five-sevenths {
    width: calc(71.42857% - 20px); }

  .medium-down--one-eighth {
    width: calc(12.5% - 20px); }

  .medium-down--two-eighths {
    width: calc(25% - 20px); }

  .medium-down--three-eighths {
    width: calc(37.5% - 20px); }

  .medium-down--four-eighths {
    width: calc(50% - 20px); }

  .medium-down--five-eighths {
    width: calc(62.5% - 20px); }

  .medium-down--six-eighths {
    width: calc(75% - 20px); }

  .medium-down--seven-eighths {
    width: calc(87.5% - 20px); }

  .medium-down--one-tenth {
    width: calc(10% - 20px); }

  .medium-down--two-tenths {
    width: calc(20% - 20px); }

  .medium-down--three-tenths {
    width: calc(30% - 20px); }

  .medium-down--four-tenths {
    width: calc(40% - 20px); }

  .medium-down--five-tenths {
    width: calc(50% - 20px); }

  .medium-down--six-tenths {
    width: calc(60% - 20px); }

  .medium-down--seven-tenths {
    width: calc(70% - 20px); }

  .medium-down--eight-tenths {
    width: calc(80% - 20px); }

  .medium-down--nine-tenths {
    width: calc(90% - 20px); }

  .medium-down--one-twelfth {
    width: calc(8.33333% - 20px); }

  .medium-down--two-twelfths {
    width: calc(16.66667% - 20px); }

  .medium-down--three-twelfths {
    width: calc(25% - 20px); }

  .medium-down--four-twelfths {
    width: calc(33.33333% - 20px); }

  .medium-down--five-twelfths {
    width: calc(41.66667% - 20px); }

  .medium-down--six-twelfths {
    width: calc(50% - 20px); }

  .medium-down--seven-twelfths {
    width: calc(58.33333% - 20px); }

  .medium-down--eight-twelfths {
    width: calc(66.66667% - 20px); }

  .medium-down--nine-twelfths {
    width: calc(75% - 20px); }

  .medium-down--ten-twelfths {
    width: calc(83.33333% - 20px); }

  .medium-down--eleven-twelfths {
    width: calc(91.66667% - 20px); }

  .medium-down--offset-by-one {
    left: calc(6.25%); }

  .medium-down--offset-by-two {
    left: calc(12.5%); }

  .medium-down--offset-by-three {
    left: calc(18.75%); }

  .medium-down--offset-by-four {
    left: calc(25%); }

  .medium-down--offset-by-five {
    left: calc(31.25%); }

  .medium-down--offset-by-six {
    left: calc(37.5%); }

  .medium-down--offset-by-seven {
    left: calc(43.75%); }

  .medium-down--offset-by-eight {
    left: calc(50%); }

  .medium-down--offset-by-nine {
    left: calc(56.25%); }

  .medium-down--offset-by-ten {
    left: calc(62.5%); }

  .medium-down--offset-by-eleven {
    left: calc(68.75%); }

  .medium-down--offset-by-twelve {
    left: calc(75%); }

  .medium-down--offset-by-thirteen {
    left: calc(81.25%); }

  .medium-down--offset-by-fourteen {
    left: calc(87.5%); }

  .medium-down--offset-by-fifteen {
    left: calc(93.75%); }

  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0; }
  .equal-columns--outside-trim .medium-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .equal-columns--outside-trim .medium-down--one-half {
    width: calc(50% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .medium-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3))); }
  .equal-columns--outside-trim .medium-down--one-fifth {
    width: calc(20% - (20px - (20px / 5))); }
  .equal-columns--outside-trim .medium-down--one-fourth {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .medium-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6))); }
  .equal-columns--outside-trim .medium-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7))); }
  .equal-columns--outside-trim .medium-down--two {
    width: calc(12.5% - (20px - (20px / 8))); }
  .equal-columns--outside-trim .medium-down--four {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .medium-down--seven {
    width: calc(43.75% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .medium-down--eight {
    width: calc(50% - (20px / 2)); }
  .equal-columns--outside-trim .medium-down--nine {
    width: calc(56.25% - (20px - (20px / 2))); }

  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px; }
  .has-no-side-gutter .medium-down--one-whole,
  .has-no-side-gutter .medium-down--one-half,
  .has-no-side-gutter .medium-down--eight,
  .has-no-side-gutter .medium-down--one-third,
  .has-no-side-gutter .medium-down--two-thirds,
  .has-no-side-gutter .medium-down--one-fourth,
  .has-no-side-gutter .medium-down--four,
  .has-no-side-gutter .medium-down--one-fifth,
  .has-no-side-gutter .medium-down--three-fifths,
  .has-no-side-gutter .medium-down--two-fifths,
  .has-no-side-gutter .medium-down--one-sixth,
  .has-no-side-gutter .medium-down--one-seventh,
  .has-no-side-gutter .medium-down--one-eighth,
  .has-no-side-gutter .medium-down--two {
    margin-right: 0;
    margin-left: 0; }
  .has-no-side-gutter .medium-down--one-whole {
    width: 100%; }
  .has-no-side-gutter .medium-down--one-half {
    width: 50%; }
  .has-no-side-gutter .medium-down--one-third {
    width: 33.33333%; }
  .has-no-side-gutter .medium-down--one-fourth {
    width: 25%; }
  .has-no-side-gutter .medium-down--one-fifth {
    width: 20%; }
  .has-no-side-gutter .medium-down--two-fifths {
    width: 40%; }
  .has-no-side-gutter .medium-down--three-fifths {
    width: 60%; }
  .has-no-side-gutter .medium-down--one-sixth {
    width: 16.66667%; }
  .has-no-side-gutter .medium-down--one-seventh {
    width: 14.28571%; }
  .has-no-side-gutter .medium-down--one-eighth {
    width: 12.5%; }
  .has-no-side-gutter .medium-down--two-thirds {
    width: 66.66667%; }
  .has-no-side-gutter .medium-down--two {
    width: 12.5%; }
  .has-no-side-gutter .medium-down--four {
    width: 25%; }
  .has-no-side-gutter .medium-down--seven {
    width: 43.75%; }
  .has-no-side-gutter .medium-down--eight {
    width: 50%; }
  .has-no-side-gutter .medium-down--nine {
    width: 56.25%; }

  .medium-down--show {
    display: block !important; }

  .medium-down--hide {
    display: none !important; }

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

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

  .medium-down--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 798px) and (max-width: 798px) {
  .equal-columns--outside-trim .medium-down--one-half.medium-down--one-half,
  .equal-columns--outside-trim .medium-down--eight.medium-down--eight,
  .equal-columns--outside-trim .medium-down--one-third.medium-down--one-third,
  .equal-columns--outside-trim .medium-down--one-fourth.medium-down--one-fourth,
  .equal-columns--outside-trim .medium-down--four.medium-down--four,
  .equal-columns--outside-trim .medium-down--one-fifth.medium-down--one-fifth,
  .equal-columns--outside-trim .medium-down--one-sixth.medium-down--one-sixth,
  .equal-columns--outside-trim .medium-down--one-seventh.medium-down--one-seventh,
  .equal-columns--outside-trim .medium-down--two.medium-down--two {
    margin-right: 20px;
    margin-left: 20px; }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .medium-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .medium-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .medium-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .medium-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .medium-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .medium-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .medium-down--two:nth-of-type(8n+1) {
    margin-left: 0; } }
@media only screen and (max-width: 480px) {
  .small-down--hidden {
    display: none !important; }

  .small-down--visible {
    display: block !important; }

  .small-down--one {
    width: calc(6.25% - 20px); }

  .small-down--two {
    width: calc(12.5% - 20px); }

  .small-down--three {
    width: calc(18.75% - 20px); }

  .small-down--four {
    width: calc(25% - 20px); }

  .small-down--five {
    width: calc(31.25% - 20px); }

  .small-down--six {
    width: calc(37.5% - 20px); }

  .small-down--seven {
    width: calc(43.75% - 20px); }

  .small-down--eight {
    width: calc(50% - 20px); }

  .small-down--nine {
    width: calc(56.25% - 20px); }

  .small-down--ten {
    width: calc(62.5% - 20px); }

  .small-down--eleven {
    width: calc(68.75% - 20px); }

  .small-down--twelve {
    width: calc(75% - 20px); }

  .small-down--thirteen {
    width: calc(81.25% - 20px); }

  .small-down--fourteen {
    width: calc(87.5% - 20px); }

  .small-down--fifteen {
    width: calc(93.75% - 20px); }

  .small-down--sixteen {
    width: calc(100% - 20px); }

  .small-down--one-whole {
    width: calc(100% - 20px); }

  .small-down--one-half {
    width: calc(50% - 20px); }

  .small-down--one-third {
    width: calc(33.33333% - 20px); }

  .small-down--two-thirds {
    width: calc(66.66667% - 20px); }

  .small-down--one-fourth {
    width: calc(25% - 20px); }

  .small-down--two-fourths {
    width: calc(50% - 20px); }

  .small-down--three-fourths {
    width: calc(75% - 20px); }

  .small-down--one-fifth {
    width: calc(20% - 20px); }

  .small-down--two-fifths {
    width: calc(40% - 20px); }

  .small-down--three-fifths {
    width: calc(60% - 20px); }

  .small-down--four-fifths {
    width: calc(80% - 20px); }

  .small-down--one-sixth {
    width: calc(16.66667% - 20px); }

  .small-down--two-sixths {
    width: calc(33.33333% - 20px); }

  .small-down--three-sixths {
    width: calc(50% - 20px); }

  .small-down--four-sixths {
    width: calc(66.66667% - 20px); }

  .small-down--five-sixths {
    width: calc(83.33333% - 20px); }

  .small-down--one-seventh {
    width: calc(14.28571% - 20px); }

  .small-down--two-sevenths {
    width: calc(28.57143% - 20px); }

  .small-down--three-sevenths {
    width: calc(42.85714% - 20px); }

  .small-down--four-sevenths {
    width: calc(57.14286% - 20px); }

  .small-down--five-sevenths {
    width: calc(71.42857% - 20px); }

  .small-down--one-eighth {
    width: calc(12.5% - 20px); }

  .small-down--two-eighths {
    width: calc(25% - 20px); }

  .small-down--three-eighths {
    width: calc(37.5% - 20px); }

  .small-down--four-eighths {
    width: calc(50% - 20px); }

  .small-down--five-eighths {
    width: calc(62.5% - 20px); }

  .small-down--six-eighths {
    width: calc(75% - 20px); }

  .small-down--seven-eighths {
    width: calc(87.5% - 20px); }

  .small-down--one-tenth {
    width: calc(10% - 20px); }

  .small-down--two-tenths {
    width: calc(20% - 20px); }

  .small-down--three-tenths {
    width: calc(30% - 20px); }

  .small-down--four-tenths {
    width: calc(40% - 20px); }

  .small-down--five-tenths {
    width: calc(50% - 20px); }

  .small-down--six-tenths {
    width: calc(60% - 20px); }

  .small-down--seven-tenths {
    width: calc(70% - 20px); }

  .small-down--eight-tenths {
    width: calc(80% - 20px); }

  .small-down--nine-tenths {
    width: calc(90% - 20px); }

  .small-down--one-twelfth {
    width: calc(8.33333% - 20px); }

  .small-down--two-twelfths {
    width: calc(16.66667% - 20px); }

  .small-down--three-twelfths {
    width: calc(25% - 20px); }

  .small-down--four-twelfths {
    width: calc(33.33333% - 20px); }

  .small-down--five-twelfths {
    width: calc(41.66667% - 20px); }

  .small-down--six-twelfths {
    width: calc(50% - 20px); }

  .small-down--seven-twelfths {
    width: calc(58.33333% - 20px); }

  .small-down--eight-twelfths {
    width: calc(66.66667% - 20px); }

  .small-down--nine-twelfths {
    width: calc(75% - 20px); }

  .small-down--ten-twelfths {
    width: calc(83.33333% - 20px); }

  .small-down--eleven-twelfths {
    width: calc(91.66667% - 20px); }

  .small-down--offset-by-one {
    left: calc(6.25%); }

  .small-down--offset-by-two {
    left: calc(12.5%); }

  .small-down--offset-by-three {
    left: calc(18.75%); }

  .small-down--offset-by-four {
    left: calc(25%); }

  .small-down--offset-by-five {
    left: calc(31.25%); }

  .small-down--offset-by-six {
    left: calc(37.5%); }

  .small-down--offset-by-seven {
    left: calc(43.75%); }

  .small-down--offset-by-eight {
    left: calc(50%); }

  .small-down--offset-by-nine {
    left: calc(56.25%); }

  .small-down--offset-by-ten {
    left: calc(62.5%); }

  .small-down--offset-by-eleven {
    left: calc(68.75%); }

  .small-down--offset-by-twelve {
    left: calc(75%); }

  .small-down--offset-by-thirteen {
    left: calc(81.25%); }

  .small-down--offset-by-fourteen {
    left: calc(87.5%); }

  .small-down--offset-by-fifteen {
    left: calc(93.75%); }

  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0; }
  .equal-columns--outside-trim .small-down--one-whole:nth-of-type(1n+1) {
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .equal-columns--outside-trim .small-down--one-half {
    width: calc(50% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .small-down--one-third {
    width: calc(33.33333% - (20px - (20px / 3))); }
  .equal-columns--outside-trim .small-down--one-fifth {
    width: calc(20% - (20px - (20px / 5))); }
  .equal-columns--outside-trim .small-down--one-fourth {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .small-down--one-sixth {
    width: calc(16.66667% - (20px - (20px / 6))); }
  .equal-columns--outside-trim .small-down--one-seventh {
    width: calc(14.28571% - (20px - (20px / 7))); }
  .equal-columns--outside-trim .small-down--two {
    width: calc(12.5% - (20px - (20px / 8))); }
  .equal-columns--outside-trim .small-down--four {
    width: calc(25% - (20px - (20px / 4))); }
  .equal-columns--outside-trim .small-down--seven {
    width: calc(43.75% - (20px - (20px / 2))); }
  .equal-columns--outside-trim .small-down--eight {
    width: calc(50% - (20px / 2)); }
  .equal-columns--outside-trim .small-down--nine {
    width: calc(56.25% - (20px - (20px / 2))); }

  .has-no-side-gutter.has-background {
    padding-right: 0px;
    padding-left: 0px; }
  .has-no-side-gutter .small-down--one-whole,
  .has-no-side-gutter .small-down--one-half,
  .has-no-side-gutter .small-down--eight,
  .has-no-side-gutter .small-down--one-third,
  .has-no-side-gutter .small-down--two-thirds,
  .has-no-side-gutter .small-down--one-fourth,
  .has-no-side-gutter .small-down--four,
  .has-no-side-gutter .small-down--one-fifth,
  .has-no-side-gutter .small-down--three-fifths,
  .has-no-side-gutter .small-down--two-fifths,
  .has-no-side-gutter .small-down--one-sixth,
  .has-no-side-gutter .small-down--one-seventh,
  .has-no-side-gutter .small-down--one-eighth,
  .has-no-side-gutter .small-down--two {
    margin-right: 0;
    margin-left: 0; }
  .has-no-side-gutter .small-down--one-whole {
    width: 100%; }
  .has-no-side-gutter .small-down--one-half {
    width: 50%; }
  .has-no-side-gutter .small-down--one-third {
    width: 33.33333%; }
  .has-no-side-gutter .small-down--one-fourth {
    width: 25%; }
  .has-no-side-gutter .small-down--one-fifth {
    width: 20%; }
  .has-no-side-gutter .small-down--two-fifths {
    width: 40%; }
  .has-no-side-gutter .small-down--three-fifths {
    width: 60%; }
  .has-no-side-gutter .small-down--one-sixth {
    width: 16.66667%; }
  .has-no-side-gutter .small-down--one-seventh {
    width: 14.28571%; }
  .has-no-side-gutter .small-down--one-eighth {
    width: 12.5%; }
  .has-no-side-gutter .small-down--two-thirds {
    width: 66.66667%; }
  .has-no-side-gutter .small-down--two {
    width: 12.5%; }
  .has-no-side-gutter .small-down--four {
    width: 25%; }
  .has-no-side-gutter .small-down--seven {
    width: 43.75%; }
  .has-no-side-gutter .small-down--eight {
    width: 50%; }
  .has-no-side-gutter .small-down--nine {
    width: 56.25%; }

  .small-down--show {
    display: block !important; }

  .small-down--hide {
    display: none !important; }

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

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

  .small-down--text-center {
    text-align: center !important; } }
@media only screen and (max-width: 480px) and (max-width: 480px) {
  .equal-columns--outside-trim .small-down--one-half.small-down--one-half,
  .equal-columns--outside-trim .small-down--eight.small-down--eight,
  .equal-columns--outside-trim .small-down--one-third.small-down--one-third,
  .equal-columns--outside-trim .small-down--one-fourth.small-down--one-fourth,
  .equal-columns--outside-trim .small-down--four.small-down--four,
  .equal-columns--outside-trim .small-down--one-fifth.small-down--one-fifth,
  .equal-columns--outside-trim .small-down--one-sixth.small-down--one-sixth,
  .equal-columns--outside-trim .small-down--one-seventh.small-down--one-seventh,
  .equal-columns--outside-trim .small-down--two.small-down--two {
    margin-right: 20px;
    margin-left: 20px; }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n) {
    margin-right: 0; }
  .equal-columns--outside-trim .small-down--one-half:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--eight:nth-of-type(2n+1),
  .equal-columns--outside-trim .small-down--one-third:nth-of-type(3n+1),
  .equal-columns--outside-trim .small-down--one-fourth:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--four:nth-of-type(4n+1),
  .equal-columns--outside-trim .small-down--one-fifth:nth-of-type(5n+1),
  .equal-columns--outside-trim .small-down--one-sixth:nth-of-type(6n+1),
  .equal-columns--outside-trim .small-down--one-seventh:nth-of-type(7n+1),
  .equal-columns--outside-trim .small-down--two:nth-of-type(8n+1) {
    margin-left: 0; } }
/*================ Build Grid Push Classes ================*/
/* # Control
================================================== */
.button, .input,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top; }
  .button:focus, .input:focus,
  .textarea:focus, .select select:focus, .file-cta:focus,
  .file-name:focus, .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus,
  .pagination-ellipsis:focus, .is-focused.button, .is-focused.input,
  .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
  .is-focused.file-name, .is-focused.pagination-previous,
  .is-focused.pagination-next,
  .is-focused.pagination-link,
  .is-focused.pagination-ellipsis, .button:active, .input:active,
  .textarea:active, .select select:active, .file-cta:active,
  .file-name:active, .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active,
  .pagination-ellipsis:active, .is-active.button, .is-active.input,
  .is-active.textarea, .select select.is-active, .is-active.file-cta,
  .is-active.file-name, .is-active.pagination-previous,
  .is-active.pagination-next,
  .is-active.pagination-link,
  .is-active.pagination-ellipsis {
    outline: none; }
  [disabled].button, [disabled].input,
  [disabled].textarea, .select select[disabled], [disabled].file-cta,
  [disabled].file-name, [disabled].pagination-previous,
  [disabled].pagination-next,
  [disabled].pagination-link,
  [disabled].pagination-ellipsis, fieldset[disabled] .button, fieldset[disabled] .input,
  fieldset[disabled] .textarea, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .file-cta,
  fieldset[disabled] .file-name, fieldset[disabled] .pagination-previous,
  fieldset[disabled] .pagination-next,
  fieldset[disabled] .pagination-link,
  fieldset[disabled] .pagination-ellipsis {
    cursor: not-allowed; }

/* # Media
================================================== */
.media {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 0.75rem; }
  .media .media {
    border-top: 1px solid rgba(227, 229, 231, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 0.75rem; }
    .media .media .content:not(:last-child),
    .media .media .control:not(:last-child) {
      margin-bottom: 0.5rem; }
    .media .media .media {
      padding-top: 0.5rem; }
      .media .media .media + .media {
        margin-top: 0.5rem; }
  .media.is-large + .media {
    margin-top: 1.5rem;
    padding-top: 1.5rem; }

.media-left,
.media-right {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }

.media-left {
  margin-right: 1rem; }

.media-right {
  margin-left: 1rem; }

.media-content {
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  text-align: left; }

/* # Tile
================================================== */
.tile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: block;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  min-height: min-content;
  overflow: hidden; }
  .tile .tile-image {
    display: block; }
  .tile.is-ancestor {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-top: -0.75rem; }
    .tile.is-ancestor:last-child {
      margin-bottom: -0.75rem; }
    .tile.is-ancestor:not(:last-child) {
      margin-bottom: 0.75rem; }
  .tile.is-child {
    margin: 0 !important; }
  .tile.is-parent {
    padding: 0.75rem; }
  .tile.is-vertical {
    flex-direction: column; }
    .tile.is-vertical > .tile.is-child:not(:last-child) {
      margin-bottom: 1.5rem !important; }
  @media only screen and (min-width: 481px) {
    .tile:not(.is-child) {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .tile.is-1 {
      flex: none;
      width: 8.33333%; }
    .tile.is-2 {
      flex: none;
      width: 16.66667%; }
    .tile.is-3 {
      flex: none;
      width: 25%; }
    .tile.is-4 {
      flex: none;
      width: 33.33333%; }
    .tile.is-5 {
      flex: none;
      width: 41.66667%; }
    .tile.is-6 {
      flex: none;
      width: 50%; }
    .tile.is-7 {
      flex: none;
      width: 58.33333%; }
    .tile.is-8 {
      flex: none;
      width: 66.66667%; }
    .tile.is-9 {
      flex: none;
      width: 75%; }
    .tile.is-10 {
      flex: none;
      width: 83.33333%; }
    .tile.is-11 {
      flex: none;
      width: 91.66667%; }
    .tile.is-12 {
      flex: none;
      width: 100%; } }

/* # Badge
================================================== */
.header-cart__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  width: max-content;
  margin: 0 auto; }

.badge {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: calc(1rem * -0.3);
  left: calc(65% - 0.2rem);
  font-size: 0.7rem;
  background: #12ce41;
  color: black;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
  letter-spacing: 0; }

/* # Button
================================================== */
.button {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  background-color: white;
  border-color: #e3e6e8;
  border-width: 1px;
  color: #686464;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.07px; }
  .button strong {
    color: inherit; }
  .button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
    height: 1.5em;
    width: 1.5em; }
  .button .icon:first-child:not(:last-child) {
    margin-left: calc(-0.375em - 1px);
    margin-right: 10px; }
  .button .icon.icon--cart {
    font-size: 14px; }
  .button .icon.icon--right {
    margin-left: 10px;
    margin-right: calc(-0.375em - 1px); }
  .button .icon:first-child:last-child {
    margin-left: calc(-0.375em - 1px);
    margin-right: calc(-0.375em - 1px); }
  .button:hover, .button.is-hovered {
    border-color: #12ce41;
    color: #12ce41; }
  .button:focus, .button.is-focused {
    border-color: #12ce41;
    color: #12ce41; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
  .button:active, .button.is-active {
    border-color: #12ce41;
    color: #12ce41; }
  .button.is-inverse {
    background-color: #686464;
    border-color: transparent;
    color: white; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: #1a1a1a;
    text-decoration: underline; }
    .button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
      background-color: white;
      color: #686464; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #f2f2f2;
      color: #686464; }
    .button.is-text[disabled], fieldset[disabled] .button.is-text {
      background-color: transparent;
      border-color: transparent;
      box-shadow: none; }
  .button.is-small {
    font-size: 0.75rem; }
  .button.is-normal {
    font-size: 1rem; }
  .button.is-medium {
    font-size: 1.25rem; }
  .button.is-large {
    font-size: 1.5rem;
    line-height: 1.25em;
    width: 100%; }
  .button[disabled], fieldset[disabled] .button {
    box-shadow: none;
    opacity: 0.5; }
  .button.is-fullwidth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%; }
  .button.is-loading {
    color: transparent !important;
    pointer-events: none; }
    .button.is-loading::after {
      position: absolute;
      left: calc(50% - (1em / 2));
      top: calc(50% - (1em / 2));
      position: absolute !important; }
  .button.is-loading--icon-only {
    background: transparent !important;
    border: transparent !important;
    font-size: 2rem !important;
    outline: none; }
    .button.is-loading--icon-only::after {
      color: #1a1a1a; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #e3e6e8;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none; }
  .button.is-rounded {
    border-radius: 290486px;
    padding-left: 1em;
    padding-right: 1em; }

.buttons {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
    font-size: 0.75rem; }
  .buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
    font-size: 1.25rem; }
  .buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
    font-size: 1.5rem;
    line-height: 1.25em;
    width: 100%; }
  .buttons.has-addons .button:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .buttons.has-addons .button:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    margin-right: -1px; }
  .buttons.has-addons .button:last-child {
    margin-right: 0; }
  .buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
    z-index: 2; }
  .buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
    z-index: 3; }
    .buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
      z-index: 4; }
  .buttons.has-addons .button.is-expanded {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .buttons.is-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .buttons.is-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.button--primary,
a.button--primary.button {
  font-size: 16px;
  border-radius: 0px;
  width: auto;
  line-height: inherit;
  height: auto;
  max-width: 100%;
  white-space: normal; }
  .button--primary, .button--primary:link, .button--primary:visited,
  a.button--primary.button,
  a.button--primary.button:link,
  a.button--primary.button:visited {
    color: white;
    background-color: black;
    border-color: rgba(0, 0, 0, 0); }
  .button--primary:hover, .button--primary.is-hovered,
  a.button--primary.button:hover,
  a.button--primary.button.is-hovered {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background-color: #373737; }
  .button--primary:focus, .button--primary.is-focused,
  a.button--primary.button:focus,
  a.button--primary.button.is-focused {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background-color: #373737; }
    .button--primary:focus:not(:active), .button--primary.is-focused:not(:active),
    a.button--primary.button:focus:not(:active),
    a.button--primary.button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
  .button--primary:active, .button--primary.is-active,
  a.button--primary.button:active,
  a.button--primary.button.is-active {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background-color: #373737; }
  .button--primary.is-inverted,
  a.button--primary.button.is-inverted {
    color: black;
    background-color: white;
    border-color: black; }
  .button--primary.is-small,
  a.button--primary.button.is-small {
    font-size: 0.75rem; }
  .button--primary.is-normal,
  a.button--primary.button.is-normal {
    font-size: 1rem; }
  .button--primary.is-medium,
  a.button--primary.button.is-medium {
    font-size: 1.25rem; }
  .button--primary.is-large,
  a.button--primary.button.is-large {
    font-size: 1.5rem;
    line-height: 1.25em;
    width: 100%; }

.button--secondary,
.action_button--secondary,
a.button--secondary.button {
  font-size: 1rem;
  border-radius: 0px;
  line-height: inherit;
  width: auto;
  height: auto;
  max-width: 100%;
  white-space: normal; }
  .button--secondary, .button--secondary:link, .button--secondary:visited,
  .action_button--secondary,
  .action_button--secondary:link,
  .action_button--secondary:visited,
  a.button--secondary.button,
  a.button--secondary.button:link,
  a.button--secondary.button:visited {
    color: black;
    background-color: rgba(0, 0, 0, 0);
    border-color: black; }
  .button--secondary:hover, .button--secondary.is-hovered,
  .action_button--secondary:hover,
  .action_button--secondary.is-hovered,
  a.button--secondary.button:hover,
  a.button--secondary.button.is-hovered {
    color: white;
    border-color: black;
    background-color: black; }
  .button--secondary:focus, .button--secondary.is-focused,
  .action_button--secondary:focus,
  .action_button--secondary.is-focused,
  a.button--secondary.button:focus,
  a.button--secondary.button.is-focused {
    color: white;
    border-color: black;
    background-color: black; }
    .button--secondary:focus:not(:active), .button--secondary.is-focused:not(:active),
    .action_button--secondary:focus:not(:active),
    .action_button--secondary.is-focused:not(:active),
    a.button--secondary.button:focus:not(:active),
    a.button--secondary.button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
  .button--secondary:active, .button--secondary.is-active,
  .action_button--secondary:active,
  .action_button--secondary.is-active,
  a.button--secondary.button:active,
  a.button--secondary.button.is-active {
    color: white;
    border-color: black;
    background-color: black; }
  .button--secondary.is-inverted,
  .action_button--secondary.is-inverted,
  a.button--secondary.button.is-inverted {
    color: rgba(0, 0, 0, 0);
    background-color: black;
    border-color: rgba(0, 0, 0, 0); }
  .button--secondary.is-small,
  .action_button--secondary.is-small,
  a.button--secondary.button.is-small {
    font-size: 0.75rem; }
  .button--secondary.is-normal,
  .action_button--secondary.is-normal,
  a.button--secondary.button.is-normal {
    font-size: 1rem; }
  .button--secondary.is-medium,
  .action_button--secondary.is-medium,
  a.button--secondary.button.is-medium {
    font-size: 1.25rem; }
  .button--secondary.is-large,
  .action_button--secondary.is-large,
  a.button--secondary.button.is-large {
    font-size: 1.5rem;
    line-height: 1.25em;
    width: 100%; }

.button--link-style,
a.button--link-style.button {
  font-size: 1rem;
  border: none;
  border-bottom: thin solid;
  height: auto;
  line-height: inherit;
  padding: 0;
  transition: 0.3s linear;
  background: transparent;
  max-width: 100%;
  white-space: normal; }
  .button--link-style, .button--link-style:link, .button--link-style:visited,
  a.button--link-style.button,
  a.button--link-style.button:link,
  a.button--link-style.button:visited {
    color: black;
    border-bottom-color: black; }
  .button--link-style:hover, .button--link-style.is-hovered,
  a.button--link-style.button:hover,
  a.button--link-style.button.is-hovered {
    color: #cccccc;
    border-bottom-color: #cccccc !important; }
  .button--link-style:focus, .button--link-style.is-focused,
  a.button--link-style.button:focus,
  a.button--link-style.button.is-focused {
    color: #cccccc;
    border-bottom-color: #cccccc; }
  .button--link-style:active, .button--link-style.is-active,
  a.button--link-style.button:active,
  a.button--link-style.button.is-active {
    color: #cccccc;
    border-bottom-color: #cccccc; }
  .button--link-style.is-within-form,
  a.button--link-style.button.is-within-form {
    padding-bottom: calc(0.375em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.375em - 1px); }

.button--add-to-cart,
a.button--add-to-cart.button {
  font-size: 1rem;
  border-radius: 1px;
  width: 100%;
  line-height: inherit; }
  .button--add-to-cart, .button--add-to-cart:link, .button--add-to-cart:visited,
  a.button--add-to-cart.button,
  a.button--add-to-cart.button:link,
  a.button--add-to-cart.button:visited {
    color: white;
    background-color: black;
    border-color: rgba(0, 0, 0, 0); }
  .button--add-to-cart:hover, .button--add-to-cart.is-hovered,
  a.button--add-to-cart.button:hover,
  a.button--add-to-cart.button.is-hovered {
    color: white;
    border-color: rgba(0, 0, 0, 0) !important;
    background-color: #373737; }
  .button--add-to-cart:focus, .button--add-to-cart.is-focused,
  a.button--add-to-cart.button:focus,
  a.button--add-to-cart.button.is-focused {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background-color: #373737; }
    .button--add-to-cart:focus:not(:active), .button--add-to-cart.is-focused:not(:active),
    a.button--add-to-cart.button:focus:not(:active),
    a.button--add-to-cart.button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
  .button--add-to-cart:active, .button--add-to-cart.is-active,
  a.button--add-to-cart.button:active,
  a.button--add-to-cart.button.is-active {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background-color: #373737; }
  .button--add-to-cart.is-inverted,
  a.button--add-to-cart.button.is-inverted {
    color: black;
    background-color: white;
    border-color: black; }
  .button--add-to-cart.is-small,
  a.button--add-to-cart.button.is-small {
    font-size: 0.75rem; }
  .button--add-to-cart.is-normal,
  a.button--add-to-cart.button.is-normal {
    font-size: 1rem; }
  .button--add-to-cart.is-medium,
  a.button--add-to-cart.button.is-medium {
    font-size: 1.25rem; }
  .button--add-to-cart.is-large,
  a.button--add-to-cart.button.is-large {
    font-size: 1.5rem;
    line-height: 1.25em;
    width: 100%; }

.shopify-challenge__button {
  font-size: 16px;
  border-radius: 0px;
  width: auto;
  line-height: inherit;
  height: auto;
  max-width: 100%;
  white-space: normal;
  padding: 0.5em 4em;
  cursor: pointer;
  width: 203px;
  height: 50px;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.07px;
  text-transform: uppercase;
  outline: none; }
  .shopify-challenge__button, .shopify-challenge__button:link, .shopify-challenge__button:visited {
    color: white;
    background-color: black;
    border-color: rgba(0, 0, 0, 0); }
  .shopify-challenge__button:hover, .shopify-challenge__button.is-hovered {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background-color: #373737; }
  .shopify-challenge__button:focus, .shopify-challenge__button.is-focused {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background-color: #373737; }
    .shopify-challenge__button:focus:not(:active), .shopify-challenge__button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
  .shopify-challenge__button:active, .shopify-challenge__button.is-active {
    color: white;
    border-color: rgba(0, 0, 0, 0);
    background-color: #373737; }
  .shopify-challenge__button.is-inverted {
    color: black;
    background-color: white;
    border-color: black; }
  .shopify-challenge__button.is-small {
    font-size: 0.75rem; }
  .shopify-challenge__button.is-normal {
    font-size: 1rem; }
  .shopify-challenge__button.is-medium {
    font-size: 1.25rem; }
  .shopify-challenge__button.is-large {
    font-size: 1.5rem;
    line-height: 1.25em;
    width: 100%; }
  .shopify-challenge__button:hover, .shopify-challenge__button:focus {
    outline: none; }

/* # Content
================================================== */
.content li + li {
  margin-top: 0.25em; }
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em; }
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
  word-wrap: break-word; }
  .content h1:not(:first-child) {
    margin-top: 1em; }
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
  word-wrap: break-word; }
  .content h2:not(:first-child) {
    margin-top: 1.1428em; }
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
  word-wrap: break-word; }
  .content h3:not(:first-child) {
    margin-top: 1.3333em; }
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
  word-wrap: break-word; }
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
  word-wrap: break-word; }
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
  word-wrap: break-word; }
.content blockquote {
  background-color: white;
  border-left: 5px solid #e3e5e7;
  padding: 1.25em 1.5em; }
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ol:not([type]) {
    list-style-type: decimal; }
    .content ol:not([type]).is-lower-alpha {
      list-style-type: lower-alpha; }
    .content ol:not([type]).is-lower-roman {
      list-style-type: lower-roman; }
    .content ol:not([type]).is-upper-alpha {
      list-style-type: upper-alpha; }
    .content ol:not([type]).is-upper-roman {
      list-style-type: upper-roman; }
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em; }
  .content ul ul {
    list-style-type: circle;
    margin-top: 0.5em; }
    .content ul ul ul {
      list-style-type: square; }
.content dd {
  margin-left: 2em; }
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center; }
  .content figure:not(:first-child) {
    margin-top: 2em; }
  .content figure:not(:last-child) {
    margin-bottom: 2em; }
  .content figure img {
    display: inline-block; }
  .content figure figcaption {
    font-style: italic; }
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal; }
.content sup,
.content sub {
  font-size: 75%; }
.content table {
  width: 100%; }
  .content table td,
  .content table th {
    border: 1px solid #e3e5e7;
    border-width: 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #686464;
    text-align: left; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #686464; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #686464; }
.content.is-small {
  font-size: 0.75rem; }
.content.is-medium {
  font-size: 1.25rem; }
.content.is-large {
  font-size: 1.5rem; }

/* #Currency / Language switcher
================================================== */
.selectors-form {
  margin-bottom: 0; }

.selectors-form__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media only screen and (min-width: 799px) and (max-width: 1024px) {
    .selectors-form__wrap {
      margin-bottom: 10px;
      width: 100%; } }

.selectors-form__item {
  margin-right: 20px; }
  .selectors-form__item:last-child {
    margin-right: 0; }

.disclosure {
  position: relative; }

.disclosure .disclosure__list-wrap {
  min-width: 100%; }

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .disclosure--i18n,
  .disclosure--currency {
    margin-right: 0; } }

.disclosure-text-style-none button.disclosure__toggle,
.disclosure-text-style-none button.disclosure__button {
  text-transform: capitalize; }

.disclosure-text-style-uppercase button.disclosure__toggle,
.disclosure-text-style-uppercase button.disclosure__button {
  text-transform: uppercase; }

.disclosure-text-style-lowercase button.disclosure__toggle,
.disclosure-text-style-lowercase button.disclosure__button {
  text-transform: lowercase; }

.disclosure__toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #e3e5e7;
  border-radius: 2px;
  color: #1a1a1a;
  cursor: pointer;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  margin-top: 5px;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 2; }
  .disclosure__toggle:active {
    border-color: #e3e5e7;
    box-shadow: none; }
  .disclosure__toggle.is-clicked, .disclosure__toggle:focus, .disclosure__toggle:hover, .disclosure__toggle:focus-within {
    background-color: #ffffff;
    border-color: #e3e5e7;
    color: rgba(26, 26, 26, 0.33); }
    .disclosure__toggle.is-clicked .icon, .disclosure__toggle:focus .icon, .disclosure__toggle:hover .icon, .disclosure__toggle:focus-within .icon {
      transform: rotate(180deg); }
  .disclosure__toggle.is-clicked + .disclosure__list-wrap, .disclosure__toggle:focus + .disclosure__list-wrap, .disclosure__toggle:focus-within + .disclosure__list-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .disclosure__toggle .icon {
    height: 1rem;
    margin-left: 10px;
    pointer-events: none;
    transform: rotate(0deg);
    transition: transform 0.2s linear;
    width: 1rem; }

.disclosure-list {
  background-color: #ffffff;
  border: 1px solid #e3e5e7;
  border-radius: 2px;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10px;
  white-space: nowrap; }

li.disclosure-list__item {
  line-height: 1;
  list-style: none;
  padding: 0;
  text-transform: uppercase; }

.disclosure__list-wrap {
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding-bottom: 10px;
  position: absolute;
  z-index: 10; }
  .disclosure__list-wrap.animated {
    animation-duration: 0.5s; }

button.disclosure__button {
  background-color: transparent;
  border: 0;
  color: #1a1a1a;
  cursor: pointer;
  display: block;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 10px 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%; }
  button.disclosure__button:hover, button.disclosure__button[aria-current="true"] {
    color: rgba(26, 26, 26, 0.33); }

/* Mobile currency/language switcher */
.selectors-form--mobile {
  padding: 0.5rem 1.5rem; }
  .selectors-form--mobile .selectors-wrap {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .selectors-form--mobile .disclosure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #e3e5e7;
    border-radius: 2px;
    color: #1a1a1a;
    cursor: pointer;
    margin-top: 5px;
    position: relative;
    white-space: nowrap;
    z-index: 2; }
    .selectors-form--mobile .disclosure:hover, .selectors-form--mobile .disclosure[aria-current="true"] {
      color: rgba(26, 26, 26, 0.33); }
    .selectors-form--mobile .disclosure.is-clicked .icon {
      transform: rotate(180deg); }
    .selectors-form--mobile .disclosure select {
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      background-color: transparent;
      border: 0;
      padding: 10px 30px 10px 10px;
      text-transform: capitalize;
      z-index: 2;
      font-family: Oswald, sans-serif;
      font-size: 16px;
      font-weight: 600;
      font-style: normal; }
      .selectors-form--mobile .disclosure select option {
        text-transform: capitalize; }
    .selectors-form--mobile .disclosure .icon {
      position: absolute;
      right: 10px;
      transform: rotate(0deg);
      transition: transform 0.2s linear; }

/* # Icon
================================================== */
.icon {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 1.2rem;
  width: 1.2rem;
  fill: currentColor; }
  .is-large .icon {
    height: 1.8rem;
    width: 1.8rem; }
  .is-medium .icon {
    height: 1.2rem;
    width: 1.2rem; }
  .is-small .icon {
    height: 1rem;
    width: 1rem; }
  .icon svg {
    height: 100%;
    width: 100%; }

/* # Image
================================================== */
/* Lazyloading styles */
.transition--fade-in {
  opacity: 0;
  transition: opacity 0.3s ease-in; }
  .transition--fade-in.lazyloaded {
    opacity: 1; }

.image__container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: 0; }
  .image__container img {
    width: 100%; }

.image-element__wrap {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.image-element__wrap img {
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.has-image-crop .image-element__wrap {
  height: 100%; }
.has-image-crop img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }
.has-image-crop.image-crop--left img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
  font-family: "object-fit: cover; object-position: left"; }
.has-image-crop.image-crop--right img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  font-family: "object-fit: cover; object-position: right"; }
.has-image-crop.image-crop--center img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center"; }
.has-image-crop.image-crop--none {
  height: auto; }
  .has-image-crop.image-crop--none img {
    position: static;
    height: auto !important;
    -o-object-fit: fill;
    object-fit: fill;
    font-family: "object-fit: fill"; }

/* # Notification
================================================== */
.notification {
  background-color: #e3e6e8;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative; }
  .notification a:not(.button):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
  .notification strong {
    color: currentColor; }
  .notification code,
  .notification pre {
    background: white; }
  .notification pre code {
    background: transparent; }
  .notification > .delete {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
  .notification .title,
  .notification .subtitle,
  .notification .content {
    color: currentColor; }

/* # Other
================================================== */
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0; }
  .highlight pre {
    overflow: auto;
    max-width: 100%; }

.number {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: white;
  border-radius: 290486px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top; }

/* # Placeholder
================================================== */
.placeholder-svg {
  display: block;
  fill: rgba(26, 26, 26, 0.35);
  background-color: rgba(26, 26, 26, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(26, 26, 26, 0.2); }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/* # Social share
================================================== */
.share-btn.share-btn--twitter .button {
  color: #1da1f1; }
  .share-btn.share-btn--twitter .button:hover {
    border-color: #1da1f1;
    background-color: #1da1f1; }
.share-btn.share-btn--facebook .button {
  color: #4266b2; }
  .share-btn.share-btn--facebook .button:hover {
    border-color: #4266b2;
    background-color: #4266b2; }
.share-btn.share-btn--pinterest .button {
  color: #e50122; }
  .share-btn.share-btn--pinterest .button:hover {
    border-color: #e50122;
    background-color: #e50122; }
.share-btn.share-btn--mail .button {
  color: #f14336; }
  .share-btn.share-btn--mail .button:hover {
    border-color: #f14336;
    background-color: #f14336; }
.share-btn .button {
  width: 38px;
  height: 38px; }
  .share-btn .button:hover {
    color: #FFFFFF; }

.social-share-buttons--rounded .button {
  border-radius: 50%; }

/* # Tag
================================================== */
.tags {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .tags .tag {
    margin-bottom: 0.5rem; }
    .tags .tag.tag--solid {
      background-color: rgba(26, 26, 26, 0.1); }
      .tags .tag.tag--solid a {
        color: #1a1a1a; }
      .tags .tag.tag--solid:hover {
        background-color: #1a1a1a; }
        .tags .tag.tag--solid:hover a {
          color: white; }
    .tags .tag.tag--outline {
      background-color: transparent;
      border: 1px solid #1a1a1a; }
      .tags .tag.tag--outline a {
        color: #1a1a1a; }
      .tags .tag.tag--outline:hover {
        background-color: #1a1a1a; }
        .tags .tag.tag--outline:hover a {
          color: white; }
    .tags .tag:not(:last-child) {
      margin-right: 0.5rem; }
  .tags:last-child {
    margin-bottom: -0.5rem; }
  .tags:not(:last-child) {
    margin-bottom: 0; }
  .tags.are-medium .tag:not(.is-normal):not(.is-large) {
    font-size: 1rem; }
  .tags.are-large .tag:not(.is-normal):not(.is-medium) {
    font-size: 1.25rem; }
  .tags.are-outline .tag:not(.is-regular) {
    background-color: transparent;
    border: 1px solid #1a1a1a; }
  .tags.has-addons .tag {
    margin-right: 0; }
    .tags.has-addons .tag:not(:first-child) {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .tags.is-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .tags.is-center .tag {
      margin-right: 0.25rem;
      margin-left: 0.25rem; }
  .tags.is-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    .tags.is-right .tag:not(:first-child) {
      margin-left: 0.5rem; }
    .tags.is-right .tag:not(:last-child) {
      margin-right: 0; }
  .tags.has-addons .tag {
    margin-right: 0; }
    .tags.has-addons .tag:not(:first-child) {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .tags.has-addons .tag:not(:last-child) {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

.tag:not(body) {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #e3e6e8;
  border-radius: 4px;
  color: #1a1a1a;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  margin-bottom: 0.3em;
  transition: background-color 0.3s ease-in-out; }
  .tag:not(body) a {
    color: #1a1a1a; }
  .tag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem; }
  .tag:not(body).is-normal {
    font-size: 0.75rem; }
  .tag:not(body).is-medium {
    font-size: 1rem; }
  .tag:not(body).is-large {
    font-size: 1.25rem; }
  .tag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em; }
  .tag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em; }
  .tag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em; }
  .tag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em; }
    .tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
      background-color: currentColor;
      content: "";
      display: block;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      transform-origin: center center; }
    .tag:not(body).is-delete::before {
      height: 1px;
      width: 50%; }
    .tag:not(body).is-delete::after {
      height: 50%;
      width: 1px; }
    .tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
      background-color: #d6d9dc; }
    .tag:not(body).is-delete:active {
      background-color: #c8ccd0; }
  .tag:not(body).is-rounded {
    border-radius: 290486px; }
  .tag:not(body).is-outline {
    background-color: transparent;
    border: 1px solid #1a1a1a; }

a.tag:hover {
  text-decoration: underline; }

.tag--sale:not(body) {
  background-color: black;
  color: white; }

.tag--new:not(body) {
  background-color: black;
  color: white; }

.tag--best-seller:not(body) {
  background-color: black;
  color: white; }

.tag--coming-soon:not(body) {
  background-color: black;
  color: white; }

.tag--staff-pick:not(body) {
  background-color: black;
  color: white; }

.tag--pre-order:not(body) {
  background-color: black;
  color: white; }

/* # AJAX cart - mini and drawer
================================================== */
.cart__count--text::before {
  content: '('; }
.cart__count--text::after {
  content: ')'; }

#theme-ajax-cart {
  z-index: 50;
  max-height: 100vh;
  overflow-y: visible;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); }
  @media only screen and (max-width: 798px) {
    #theme-ajax-cart {
      z-index: 70;
      display: none; } }

.ajax-cart {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  color: #1a1a1a; }
  .ajax-cart a,
  .ajax-cart a:active,
  .ajax-cart a:visited {
    color: black; }
  .ajax-cart a:hover {
    color: #12ce41; }
  .ajax-cart .ajax-cart__product-title {
    text-transform: uppercase; }
    .ajax-cart .ajax-cart__product-title span {
      display: block; }
    .ajax-cart .ajax-cart__product-title .cart_item_title {
      font-size: 14px;
      font-weight: normal;
      margin-bottom: 5px;
      font-family: Oswald; }
    .ajax-cart .ajax-cart__product-title .cart_options {
      font-family: "Century Gothic";
      font-weight: normal;
      font-size: 13px;
      line-height: 23px; }

.theme-ajax-cart {
  z-index: 100 !important; }

.is-drawer,
.is-mini-cart .card {
  background-color: #fff; }

.ajax-cart__close-icon {
  position: absolute;
  right: 0;
  margin: 15px 10px;
  cursor: pointer; }

.ajax-cart__form {
  padding: 25px 25px; }

.ajax-cart__cart-title {
  padding: 0 0 15px;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: black; }
  .ajax-cart__cart-title .cart__count--text {
    display: none; }

.ajax-cart__product {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border: 1px solid black;
  margin-bottom: 25px;
  padding: 5px 5px 0;
  position: relative;
  min-height: 126px; }
  .ajax-cart__product:last-child {
    margin-bottom: 1rem; }

.ajax-cart__product-content {
  margin-top: 20px; }

.ajax-cart__product-image {
  width: 20%; }

.ajax-cart__quantity-box {
  max-width: 150px;
  margin-top: 10px; }
  .ajax-cart__quantity-box .quantity-wrapper.quantity-style--box .quantity-input-control--fill {
    width: auto; }

.ajax-cart__right-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start; }

.ajax-cart__price {
  position: absolute;
  right: 8px;
  bottom: 20px;
  font-size: 14px;
  color: black;
  font-weight: normal; }
  .ajax-cart__price .was-price {
    margin-left: 3px; }
  .ajax-cart__price .money {
    color: black; }
    .ajax-cart__price .money.sale {
      color: #c60200; }

.ajax-cart__line-items-discount .ajax-cart__price-comparison {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .ajax-cart__line-items-discount .ajax-cart__price-comparison p, .ajax-cart__line-items-discount .ajax-cart__price-comparison s {
    padding: 5px 5px 5px 0; }
.ajax-cart__line-items-discount .line-item-discount__container {
  background: none;
  padding: 0;
  margin: 0; }

.ajax-cart__details-wrapper .ajax-cart__details-row {
  padding: 3px 0;
  color: black;
  font-size: 13px;
  font-weight: normal; }
  .ajax-cart__details-wrapper .ajax-cart__details-row p:not(.tax_info) {
    font-size: 13px;
    text-transform: uppercase;
    color: black; }
  .ajax-cart__details-wrapper .ajax-cart__details-row .tax_info {
    font-family: "Century Gothic";
    font-size: 12px;
    text-transform: none;
    font-weight: normal; }
.ajax-cart__details-wrapper .ajax-cart__row-description {
  text-transform: uppercase; }
  @media only screen and (max-width: 798px) {
    .ajax-cart__details-wrapper .ajax-cart__row-description {
      max-width: 50%; } }

.ajax-cart__note {
  width: 100%;
  padding: 0.625em;
  min-height: 80px;
  margin-top: 20px;
  font-size: inherit; }

.ajax-cart__tos-checkbox {
  margin-top: 20px; }

.ajax-cart__cart-message {
  margin-top: 20px; }

.ajax-cart__empty-cart-message {
  padding: 25px 24px; }
  .ajax-cart__empty-cart-message .icon {
    height: 2.4rem;
    width: 2.4rem; }
  .ajax-cart__empty-cart-message .ajax-cart__empty-text {
    font-size: 20px; }
  .ajax-cart__empty-cart-message .button {
    margin-top: 20px;
    display: block;
    height: 50px;
    line-height: 40px;
    font-size: 16px;
    letter-spacing: 1.07px;
    font-weight: 500;
    color: black;
    border-color: black; }
    .ajax-cart__empty-cart-message .button:hover {
      color: white;
      background: black; }

.ajax-cart__empty-text {
  margin: 10px 0; }

.ajax-cart__button {
  margin-top: 20px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.07px; }
  .ajax-cart__button.button .icon {
    width: 1.3em;
    height: 1.3em; }
    .ajax-cart__button.button .icon:first-child:last-child {
      margin-left: 0;
      margin-right: 5px; }

.ajax-cart__cart-link {
  margin-top: 10px;
  display: block;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500; }

.ajax-cart__delete .close,
.ajax-cart__delete:hover .close {
  color: #1a1a1a; }

.ajax-cart__delete .close {
  background: transparent; }

.show-mini-cart #theme-ajax-cart.is-mini-cart {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in; }

#theme-ajax-cart.is-mini-cart {
  position: absolute;
  top: 100%;
  width: 459px;
  max-height: 80vh;
  overflow-y: auto;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in; }
  #theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical {
    top: 60%;
    left: 0;
    max-height: 50vh;
    overflow-y: auto; }
    @media only screen and (max-width: 798px) {
      #theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical {
        top: 100%;
        left: auto;
        right: 0;
        max-height: 80vh; } }
    #theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical a {
      color: #1a1a1a; }
      #theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical a:hover {
        color: #12ce41; }

.ajax-cart--mini-cart .ajax-cart__close-icon {
  display: none; }

@media only screen and (max-width: 1024px) {
  .touchevents .ajax-cart--mini-cart .ajax-cart__close-icon {
    display: block; } }

.ajax-cart--drawer {
  position: relative;
  z-index: 50; }

.ajax-cart__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 49;
  background-color: rgba(0, 0, 0, 0.8);
  right: -100%;
  opacity: 0;
  transition: opacity 0.2s; }
  .ajax-cart__overlay.is-visible {
    right: 0;
    opacity: 1; }
  @media only screen and (max-width: 798px) {
    .ajax-cart__overlay {
      background-color: rgba(0, 0, 0, 0.5); } }

#theme-ajax-cart.is-drawer {
  position: fixed;
  top: 0;
  height: 100%;
  bottom: 0;
  width: 40%;
  right: -40%;
  transition: right 0.3s ease-in-out; }
  @media only screen and (max-width: 798px) {
    #theme-ajax-cart.is-drawer {
      width: 60%;
      right: -60%; } }
  @media only screen and (max-width: 480px) {
    #theme-ajax-cart.is-drawer {
      width: 100%;
      right: -100%; } }
  #theme-ajax-cart.is-drawer.is-visible {
    right: 0; }
  @media only screen and (min-width: 799px) {
    #theme-ajax-cart.is-drawer.theme-ajax-cart--header-vertical {
      width: 30%;
      right: auto;
      left: -30%;
      margin-left: 20%;
      transition: left 0.3s ease-in-out; }
      #theme-ajax-cart.is-drawer.theme-ajax-cart--header-vertical.is-visible {
        left: 0; } }

/* # Breadcrumb
================================================== */
.breadcrumb {
  color: black;
  font-size: 12px;
  white-space: nowrap; }
  .breadcrumb a {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: black;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0;
    line-height: 1; }
    .breadcrumb a:hover {
      color: #12ce41; }
  .breadcrumb li {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 2;
    white-space: normal; }
    .breadcrumb li:not(.tag):first-child span {
      padding-left: 0; }
    .breadcrumb li.is-active a {
      color: #12ce41;
      cursor: default;
      pointer-events: none; }
  .breadcrumb ul,
  .breadcrumb ol {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
    @media only screen and (max-width: 480px) {
      .breadcrumb ul,
      .breadcrumb ol {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }
  .breadcrumb .icon:first-child {
    margin-right: 0.5em; }
  .breadcrumb .icon:last-child {
    margin-left: 0.5em; }
  .breadcrumb.is-center ol,
  .breadcrumb.is-center ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .breadcrumb.is-right ol,
  .breadcrumb.is-right ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .breadcrumb.is-small {
    font-size: 0.75rem; }
    .breadcrumb.is-small .icon {
      height: 0.75rem;
      width: 0.75rem; }
  .breadcrumb.is-regular {
    font-size: 12px; }
    .breadcrumb.is-regular .icon {
      height: 1rem;
      width: 1rem; }
  .breadcrumb.is-large {
    font-size: 1.2rem; }
    .breadcrumb.is-large .icon {
      height: 1.2rem;
      width: 1.2rem; }
  .breadcrumb .page-navigation-arrows a {
    display: inline; }

.page-navigation-arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .page-navigation-arrows {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      text-align: center;
      width: 100%;
      padding-top: 0; } }
  .page-navigation-arrows .page-navigation__divider {
    padding: 0 5px; }

.breadcrumb-separator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 0 3px; }

@media only screen and (max-width: 480px) {
  .breadcrumb__container {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px; } }

/* # Card
================================================== */
.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
  max-width: 100%;
  position: relative; }

.card-header {
  background-color: transparent;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }

.card-header-title {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem; }
  .card-header-title.is-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

.card-header-icon {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0.75rem; }

.card-image {
  display: block;
  position: relative; }

.card-content {
  background-color: transparent;
  padding: 1.5rem; }

.card-footer {
  background-color: transparent;
  border-top: 1px solid #e3e5e7;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.card-footer-item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0.75rem; }
  .card-footer-item:not(:last-child) {
    border-right: 1px solid #e3e5e7; }

/* # Commerce
================================================== */
.was-price {
  text-decoration: line-through; }

/* # Form
================================================== */
.input,
.textarea {
  background-color: white;
  border-color: #e3e5e7;
  color: #686464;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
  border-color: #e3e5e7; }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: #686464; }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: #686464; }
  .input:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: #686464; }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: #686464; }
  .input:hover, .input.is-hovered,
  .textarea:hover,
  .textarea.is-hovered {
    border-color: #b5b5b5; }
  .input:focus, .input.is-focused, .input:active, .input.is-active,
  .textarea:focus,
  .textarea.is-focused,
  .textarea:active,
  .textarea.is-active {
    border-color: #1a1a1a;
    box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
  .input[disabled], fieldset[disabled] .input,
  .textarea[disabled], fieldset[disabled]
  .textarea {
    background-color: white;
    border-color: white;
    box-shadow: none;
    color: #7a7a7a; }
    .input[disabled]::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder,
    .textarea[disabled]::-moz-placeholder, fieldset[disabled]
    .textarea::-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder,
    .textarea[disabled]::-webkit-input-placeholder, fieldset[disabled]
    .textarea::-webkit-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder,
    .textarea[disabled]:-moz-placeholder, fieldset[disabled]
    .textarea:-moz-placeholder {
      color: rgba(122, 122, 122, 0.3); }
    .input[disabled]:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder,
    .textarea[disabled]:-ms-input-placeholder, fieldset[disabled]
    .textarea:-ms-input-placeholder {
      color: rgba(122, 122, 122, 0.3); }
  .input[readonly],
  .textarea[readonly] {
    box-shadow: none; }
  .input[type=password]::-ms-reveal, .input[type=password]::-ms-clear,
  .textarea[type=password]::-ms-reveal,
  .textarea[type=password]::-ms-clear {
    display: none; }
  .input::-ms-clear,
  .textarea::-ms-clear {
    display: none; }
  .input.is-small,
  .textarea.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .input.is-medium,
  .textarea.is-medium {
    font-size: 1.25rem; }
  .input.is-large,
  .textarea.is-large {
    font-size: 1.25rem;
    height: 2em; }
  .input.is-fullwidth,
  .textarea.is-fullwidth {
    display: block;
    width: 100%; }
  .input.is-inline,
  .textarea.is-inline {
    display: inline;
    width: auto; }

.input.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em; }
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0; }
.input.is-primary-btn-style {
  border-radius: 0px;
  padding-left: 1em;
  padding-right: 1em; }
.input.is-secondary-btn-style {
  border-radius: 0px;
  padding-left: 1em;
  padding-right: 1em; }

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical; }
  .textarea:not([rows]) {
    max-height: 600px;
    min-height: 120px; }
  .textarea[rows] {
    height: initial; }
  .textarea.has-fixed-size {
    resize: none; }
  .textarea.is-rounded {
    border-radius: 5px; }
  .textarea.is-primary-btn-style {
    border-radius: 0px;
    padding-left: 1em;
    padding-right: 1em; }
  .textarea.is-secondary-btn-style {
    border-radius: 0px;
    padding-left: 1em;
    padding-right: 1em; }

.checkbox,
.radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative; }
  .checkbox input,
  .radio input {
    cursor: pointer; }
  .checkbox:hover,
  .radio:hover {
    color: #686464; }
  .checkbox[disabled], fieldset[disabled] .checkbox,
  .radio[disabled], fieldset[disabled]
  .radio {
    color: #7a7a7a;
    cursor: not-allowed; }

.radio + .radio {
  margin-left: 0.5em; }

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top; }
  .select:not(.is-multiple) {
    height: 2.25em; }
  .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after {
    border-color: #1a1a1a;
    right: 1.125em;
    z-index: 4; }
  .select.is-rounded select {
    border-radius: 290486px;
    padding-left: 1em; }
  .select.is-primary-btn-style select {
    border-radius: 0px;
    padding-left: 1em; }
  .select.is-secondary-btn-style select {
    border-radius: 0px;
    padding-left: 1em; }
  .select.is-wide {
    width: 100%; }
    .select.is-wide select {
      width: inherit; }
  .select select {
    background-color: white;
    border-color: #e3e5e7;
    color: #686464;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-moz-placeholder {
      color: #686464; }
    .select select::-webkit-input-placeholder {
      color: #686464; }
    .select select:-moz-placeholder {
      color: #686464; }
    .select select:-ms-input-placeholder {
      color: #686464; }
    .select select:hover, .select select.is-hovered {
      border-color: #b5b5b5; }
    .select select:focus, .select select.is-focused, .select select:active, .select select.is-active {
      border-color: #1a1a1a;
      box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
    .select select[disabled], fieldset[disabled] .select select {
      background-color: white;
      border-color: white;
      box-shadow: none;
      color: #7a7a7a; }
      .select select[disabled]::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder {
        color: rgba(122, 122, 122, 0.3); }
      .select select[disabled]:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder {
        color: rgba(122, 122, 122, 0.3); }
    .select select::-ms-expand {
      display: none; }
    .select select[disabled]:hover, fieldset[disabled] .select select:hover {
      border-color: white; }
    .select select:not([multiple]):not(.is-arrowless) {
      padding-right: 2.5em; }
    .select select[multiple] {
      height: auto;
      padding: 0; }
      .select select[multiple] option {
        padding: 0.5em 1em; }
  .select:not(.is-multiple):not(.is-loading):hover::after {
    border-color: #686464; }
  .select.is-small {
    border-radius: 2px;
    font-size: 0.75rem; }
  .select.is-medium {
    font-size: 1.25rem; }
  .select.is-large {
    font-size: 1.25rem; }
  .select.is-disabled::after {
    border-color: #7a7a7a; }
  .select.is-fullwidth {
    width: 100%; }
    .select.is-fullwidth select {
      width: 100%; }
  .select.is-loading::after {
    margin-top: 0;
    position: absolute;
    right: 0.625em;
    top: 0.625em;
    transform: none; }
  .select.is-loading.is-small:after {
    font-size: 0.75rem; }
  .select.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .select.is-loading.is-large:after {
    font-size: 1.5rem; }

.file {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  position: relative; }
  .file.is-small {
    font-size: 0.75rem; }
  .file.is-medium {
    font-size: 1.25rem; }
    .file.is-medium .file-icon .fa {
      font-size: 21px; }
  .file.is-large {
    font-size: 1.5rem; }
    .file.is-large .file-icon .fa {
      font-size: 28px; }
  .file.has-name .file-cta {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .file.has-name .file-name {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .file.has-name.is-empty .file-cta {
    border-radius: 4px; }
  .file.has-name.is-empty .file-name {
    display: none; }
  .file.is-boxed .file-label {
    flex-direction: column; }
  .file.is-boxed .file-cta {
    flex-direction: column;
    height: auto;
    padding: 1em 3em; }
  .file.is-boxed .file-name {
    border-width: 0 1px 1px; }
  .file.is-boxed .file-icon {
    height: 1.5em;
    width: 1.5em; }
    .file.is-boxed .file-icon .fa {
      font-size: 21px; }
  .file.is-boxed.is-small .file-icon .fa {
    font-size: 14px; }
  .file.is-boxed.is-medium .file-icon .fa {
    font-size: 28px; }
  .file.is-boxed.is-large .file-icon .fa {
    font-size: 35px; }
  .file.is-boxed.has-name .file-cta {
    border-radius: 4px 4px 0 0; }
  .file.is-boxed.has-name .file-name {
    border-radius: 0 0 4px 4px;
    border-width: 0 1px 1px; }
  .file.is-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .file.is-fullwidth .file-label {
    width: 100%; }
  .file.is-fullwidth .file-name {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    max-width: none; }
  .file.is-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    .file.is-right .file-cta {
      border-radius: 0 4px 4px 0; }
    .file.is-right .file-name {
      border-radius: 4px 0 0 4px;
      border-width: 1px 0 1px 1px;
      order: -1; }

.file-label {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  overflow: hidden;
  position: relative; }
  .file-label:hover .file-cta {
    background-color: #eeeeee;
    color: #686464; }
  .file-label:hover .file-name {
    border-color: #dcdfe1; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #686464; }
  .file-label:active .file-name {
    border-color: #d5d8db; }

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }

.file-cta,
.file-name {
  border-color: #e3e5e7;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap; }

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a; }

.file-name {
  border-color: #e3e5e7;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis; }

.file-icon {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 1em;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-right: 0.5em;
  width: 1em; }
  .file-icon .fa {
    font-size: 14px; }

.label,
.selector-wrapper label {
  color: #686464;
  display: block;
  font-size: 1rem;
  font-weight: 400; }
  .label:not(:last-child),
  .selector-wrapper label:not(:last-child) {
    margin-bottom: 0.5em; }
  .label.is-small,
  .selector-wrapper label.is-small {
    font-size: 0.75rem; }
  .label.is-medium,
  .selector-wrapper label.is-medium {
    font-size: 1.25rem; }
  .label.is-large,
  .selector-wrapper label.is-large {
    font-size: 1.5rem; }

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem; }

.field:not(:last-child) {
  margin-bottom: 0.75rem; }
.field.has-addons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .field.has-addons .control:not(:last-child) {
    margin-right: -1px; }
  .field.has-addons .control:not(:first-child):not(:last-child) .button,
  .field.has-addons .control:not(:first-child):not(:last-child) .input,
  .field.has-addons .control:not(:first-child):not(:last-child) .select select {
    border-radius: 0; }
  .field.has-addons .control:first-child:not(:only-child) .button,
  .field.has-addons .control:first-child:not(:only-child) .input,
  .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .field.has-addons .control:last-child:not(:only-child) .button,
  .field.has-addons .control:last-child:not(:only-child) .input,
  .field.has-addons .control:last-child:not(:only-child) .select select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
  .field.has-addons .control .input:not([disabled]):hover,
  .field.has-addons .control .input:not([disabled]).is-hovered,
  .field.has-addons .control .select select:not([disabled]):hover,
  .field.has-addons .control .select select:not([disabled]).is-hovered {
    z-index: 2; }
  .field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
  .field.has-addons .control .input:not([disabled]):focus,
  .field.has-addons .control .input:not([disabled]).is-focused,
  .field.has-addons .control .input:not([disabled]):active,
  .field.has-addons .control .input:not([disabled]).is-active,
  .field.has-addons .control .select select:not([disabled]):focus,
  .field.has-addons .control .select select:not([disabled]).is-focused,
  .field.has-addons .control .select select:not([disabled]):active,
  .field.has-addons .control .select select:not([disabled]).is-active {
    z-index: 3; }
    .field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
    .field.has-addons .control .input:not([disabled]):focus:hover,
    .field.has-addons .control .input:not([disabled]).is-focused:hover,
    .field.has-addons .control .input:not([disabled]):active:hover,
    .field.has-addons .control .input:not([disabled]).is-active:hover,
    .field.has-addons .control .select select:not([disabled]):focus:hover,
    .field.has-addons .control .select select:not([disabled]).is-focused:hover,
    .field.has-addons .control .select select:not([disabled]):active:hover,
    .field.has-addons .control .select select:not([disabled]).is-active:hover {
      z-index: 4; }
  .field.has-addons .control.is-expanded {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1; }
  .field.has-addons.has-addons-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .field.has-addons.has-addons-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .field.has-addons.has-addons-fullwidth .control {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
.field.is-grouped {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .field.is-grouped > .control {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
    .field.is-grouped > .control:not(:last-child) {
      margin-bottom: 0;
      margin-right: 0.75rem; }
    .field.is-grouped > .control.is-expanded {
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1; }
  .field.is-grouped.is-grouped-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .field.is-grouped.is-grouped-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .field.is-grouped.is-grouped-multiline {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
      margin-bottom: 0.75rem; }
    .field.is-grouped.is-grouped-multiline:last-child {
      margin-bottom: -0.75rem; }
    .field.is-grouped.is-grouped-multiline:not(:last-child) {
      margin-bottom: 0; }
@media only screen and (min-width: 799px) {
  .field.is-horizontal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

.field-label .label {
  font-size: inherit; }
@media only screen and (min-width: 481px) {
  .field-label {
    margin-bottom: 0.5rem; } }
@media only screen and (min-width: 799px) {
  .field-label {
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right; }
    .field-label.is-small {
      font-size: 0.75rem;
      padding-top: 0.375em; }
    .field-label.is-normal {
      padding-top: 0.375em; }
    .field-label.is-medium {
      font-size: 1.25rem;
      padding-top: 0.375em; }
    .field-label.is-large {
      font-size: 1.5rem;
      padding-top: 0.375em; } }

.field-body .field .field {
  margin-bottom: 0; }
@media only screen and (min-width: 799px) {
  .field-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    flex-grow: 5;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }
    .field-body .field {
      margin-bottom: 0; }
    .field-body > .field {
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1; }
      .field-body > .field:not(.is-narrow) {
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1; }
      .field-body > .field:not(:last-child) {
        margin-right: 0.75rem; } }

.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left; }
  .control.has-icons-left .input:focus ~ .icon,
  .control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
  .control.has-icons-right .select:focus ~ .icon {
    color: #7a7a7a; }
  .control.has-icons-left .input.is-small ~ .icon,
  .control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
  .control.has-icons-right .select.is-small ~ .icon {
    font-size: 0.5rem; }
  .control.has-icons-left .input.is-regular ~ .icon,
  .control.has-icons-left .select.is-regular ~ .icon, .control.has-icons-right .input.is-regular ~ .icon,
  .control.has-icons-right .select.is-regular ~ .icon {
    font-size: 0.75rem; }
  .control.has-icons-left .input.is-medium ~ .icon,
  .control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
  .control.has-icons-right .select.is-medium ~ .icon {
    font-size: 1rem; }
  .control.has-icons-left .input.is-large ~ .icon,
  .control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
  .control.has-icons-right .select.is-large ~ .icon {
    font-size: 1.25rem; }
  .control.has-icons-left .icon, .control.has-icons-right .icon {
    color: #e3e6e8;
    height: 1.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 1.8em;
    z-index: 4; }
  .control.has-icons-left .input,
  .control.has-icons-left .select select {
    padding-left: 2.25em; }
  .control.has-icons-left .icon {
    left: 0;
    top: 50%;
    -ms-transform: translate(40%, -50%);
    -webkit-transform: translate(40%, -50%);
    transform: translate(40%, -50%); }
  .control.has-icons-right .input,
  .control.has-icons-right .select select {
    padding-right: 2.25em; }
  .control.has-icons-right .icon {
    right: 0; }
  .control.is-loading::after {
    position: absolute !important;
    right: 0.625em;
    top: 0.625em;
    z-index: 4; }
  .control.is-loading.is-small:after {
    font-size: 0.75rem; }
  .control.is-loading.is-medium:after {
    font-size: 1.25rem; }
  .control.is-loading.is-large:after {
    font-size: 1.5rem; }

.newsletter-section.has-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
@media only screen and (max-width: 798px) {
  .newsletter-section.newsletter-section--is-width-half {
    height: auto; } }
.newsletter-section .dark-overlay-true {
  position: static; }
@media only screen and (min-width: 799px) {
  .newsletter-section.has-full-width-crop {
    padding: 0; }
    .newsletter-section.has-full-width-crop .column {
      margin: 0;
      width: 100%; }
    .newsletter-section.has-full-width-crop .newsletter__wrapper {
      max-width: 100%; } }
.newsletter-section.newsletter-section--popup {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none; }
  .newsletter-section.newsletter-section--popup .newsletter__wrapper {
    max-width: 100%;
    padding: 2em 2em 0 2em; }

.newsletter__image--mobile-wrapper {
  display: none; }
  .newsletter__image--mobile-wrapper.has-image-crop {
    padding-bottom: 100%; }
    .newsletter__image--mobile-wrapper.has-image-crop img {
      position: absolute; }
  @media only screen and (max-width: 798px) {
    .newsletter__image--mobile-wrapper {
      display: block;
      overflow: hidden;
      position: relative; } }

.newsletter-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-self: normal;
  -moz-align-self: normal;
  -ms-align-self: normal;
  align-self: normal;
  width: 100%;
  z-index: 3;
  position: relative; }

.newsletter-form.is-responsive {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
.newsletter-form .field {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 20px; }
  .newsletter-form .field.is-stretched-width {
    -webkit-box-flex: 3 0 50%;
    -moz-box-flex: 3 0 50%;
    -webkit-flex: 3 0 50%;
    -ms-flex: 3 0 50%;
    flex: 3 0 50%;
    min-width: 200px;
    max-width: 100%; }
  .newsletter-form .field.is-default-width {
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 150px; }
  .newsletter-form .field.is-default-width .button {
    width: 100%; }
  .newsletter-form .field.is-full-width {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
  .newsletter-form .field label {
    text-align: left; }
  .newsletter-form .field .control {
    width: calc(100% - 12px); }
    @media only screen and (max-width: 798px) {
      .newsletter-form .field .control {
        width: 100%; } }

.newsletter__image {
  position: relative; }
  .newsletter__image img {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    @media only screen and (max-width: 798px) {
      .newsletter__image img {
        position: static; } }
  .newsletter__image.image-crop--none img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit: contain; object-position: center"; }
  @media only screen and (max-width: 798px) {
    .newsletter__image {
      display: none; } }

@media only screen and (min-width: 799px) {
  .is-active-image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.newsletter__wrapper {
  padding: 40px;
  max-width: 55%; }
  @media only screen and (max-width: 480px) {
    .newsletter__wrapper {
      max-width: 100%; } }

.newsletter__text-wrapper {
  width: calc(100% - 12px); }

.newsletter__subheading {
  margin-bottom: 20px; }

.contact-form__form-errors .form__error {
  margin-bottom: 15px;
  background: #ffdd57; }
  .contact-form__form-errors .form__error strong {
    font-weight: 400; }

@media only screen and (max-width: 480px) {
  .button,
  .input,
  .textarea,
  .select select {
    font-size: 16px !important; } }

/* #Message
================================================== */
.message {
  font-size: 1rem; }
  .message strong {
    color: currentColor; }
  .message a:not(.button):not(.tag):not(.dropdown-item) {
    color: currentColor;
    text-decoration: underline; }
  .message.is-small {
    font-size: 0.75rem; }
  .message.is-medium {
    font-size: 1.25rem; }
  .message.is-large {
    font-size: 1.5rem; }

.message-header {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative; }
  .message-header .delete {
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    margin-left: 0.75em; }
  .message-header + .message-body {
    border-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.message-body {
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  padding: 1.25em 1.5em; }
  .message-body code,
  .message-body pre {
    background-color: white; }
  .message-body pre code {
    background-color: transparent; }

/* # Navbar
================================================== */
.navbar {
  position: relative; }
  .navbar > .container {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 3.25rem;
    width: 100%; }
  .navbar.has-shadow {
    box-shadow: 0 2px 0 0 white; }
  .navbar.is-transparent {
    background-color: transparent; }

.is-fixed-bottom,
.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 70; }

.is-fixed-bottom {
  bottom: 0; }
  .is-fixed-bottom.has-shadow {
    box-shadow: 0 -2px 0 0 white; }

.is-fixed-top {
  top: 0; }

html.has-fixed-bottom,
body.has-fixed-bottom {
  padding-bottom: var(--header-height); }

.fixed-message__text {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }
  @media only screen and (max-width: 798px) {
    .fixed-message__text {
      width: 100%; } }

@media only screen and (max-width: 798px) {
  .fixed-message__button {
    padding-bottom: 20px;
    width: 100%; } }
.fixed-message__button .button {
  min-height: 2.25em;
  height: auto; }

.navbar-brand,
.navbar-tabs {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  min-height: 3.25rem; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: inherit;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 86ms;
    transition-property: background-color, opacity, transform;
    transition-timing-function: ease-out;
    width: 16px; }
    .navbar-burger span:nth-child(1) {
      top: calc(50% - 6px); }
    .navbar-burger span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-burger span:nth-child(3) {
      top: calc(50% + 4px); }
  .navbar-burger:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg); }
  .navbar-burger.is-active span:nth-child(2) {
    opacity: 0; }
  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg); }

.navbar-menu {
  display: none; }

.navbar-item {
  display: block;
  line-height: 1.29;
  padding: 0;
  position: relative; }

.navbar-link {
  display: block;
  line-height: 1.5;
  padding: 1rem 0.75rem 1.25rem;
  position: relative; }

a.navbar-item,
.navbar-link {
  cursor: pointer; }

.navbar-item {
  display: block;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
  .navbar-item img {
    max-height: 1.75rem; }
  .navbar-item.is-expanded {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1; }
  .navbar-item.is-tab {
    border-bottom: 1px solid transparent;
    min-height: 3.25rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:hover {
      border-bottom-color: #1a1a1a; }
    .navbar-item.is-tab.is-active {
      border-bottom-color: #1a1a1a;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      padding-bottom: calc(0.5rem - 3px); }

.navbar-content {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1; }

.navbar-link:not(.is-arrowless) {
  padding-right: 1.8em; }
  .navbar-link:not(.is-arrowless)::after {
    right: 15px;
    color: #000;
    top: 59%; }

.navbar-dropdown {
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .navbar-dropdown .navbar-link,
  .navbar-dropdown .navbar-item {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .navbar-dropdown .navbar-link:hover,
    .navbar-dropdown .navbar-item:hover {
      color: #12ce41; }
  .navbar-dropdown .navbar-link {
    padding-top: 0; }

.navbar-divider {
  background-color: white;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0; }

@media only screen and (max-width: 798px) {
  .navbar > .container {
    display: block; }

  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .navbar-link::after {
    display: none; }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0; }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 70; }
  .navbar.is-fixed-bottom-touch {
    bottom: 0; }
    .navbar.is-fixed-bottom-touch.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-touch {
    top: 0; }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto; }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem; } }
@media only screen and (min-width: 799px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .navbar {
    min-height: 3.25rem; }
    .navbar.is-spaced {
      padding: 1rem 2rem; }
      .navbar.is-spaced .navbar-start,
      .navbar.is-spaced .navbar-end {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      .navbar.is-spaced a.navbar-item,
      .navbar.is-spaced .navbar-link {
        border-radius: 4px; }
    .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
    .navbar.is-transparent .navbar-link:hover,
    .navbar.is-transparent .navbar-link.is-active {
      background-color: transparent !important; }
    .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
      background-color: transparent !important; }

  .navbar-burger {
    display: none; }

  .navbar-item,
  .navbar-link {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .navbar-link {
    align-items: flex-end; }

  .dropdown-click--false .navbar-item.has-dropdown, .dropdown-click--false .navbar-item.has-mega-menu {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch; }
    .dropdown-click--false .navbar-item.has-dropdown:hover .navbar-dropdown, .dropdown-click--false .navbar-item.has-dropdown.show-dropdown .navbar-dropdown, .dropdown-click--false .navbar-item.has-mega-menu:hover .navbar-dropdown, .dropdown-click--false .navbar-item.has-mega-menu.show-dropdown .navbar-dropdown {
      visibility: visible;
      opacity: 1;
      display: block; }

  .dropdown-click--true .navbar-item.has-dropdown.is-opened .navbar-dropdown, .dropdown-click--true .navbar-item.has-mega-menu.is-opened .navbar-dropdown {
    visibility: visible;
    opacity: 1;
    display: block; }

  .navbar-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .navbar-item.has-dropdown, .navbar-item.has-mega-menu {
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; }
      .navbar-item.has-dropdown a:after, .navbar-item.has-mega-menu a:after {
        font-size: 9px; }
    .navbar-item.has-dropdown-up .navbar-link::after {
      transform: rotate(135deg) translate(0.25em, -0.25em); }
    .navbar-item.has-dropdown-up .navbar-dropdown {
      border-top: none;
      bottom: 100%;
      box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
      top: auto; }
    .navbar-item.is-active:hover .navbar-dropdown .navbar.is-spaced, .navbar-item.is-active:hover .navbar-dropdown.is-boxed, .navbar-item.is-hoverable:hover .navbar-dropdown .navbar.is-spaced, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
      opacity: 1;
      pointer-events: auto;
      transform: translateY(0); }

  .has-submenu input:checked ~ .navbar-submenu {
    display: block; }

  .has-submenu label .navbar-link::after {
    top: 37%; }

  .has-submenu input:checked + label .navbar-link::after {
    transform: translateY(-60%) rotate(180deg); }

  .dropdown-style-horizontal .navbar-item.is-active, .dropdown-style-horizontal .navbar-item.is-hoverable:hover .navbar-dropdown .section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .navbar-menu {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }

  .navbar-start {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-right: auto; }

  .navbar-end {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-left: auto; }

  .navbar-dropdown {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    background-color: white;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 20;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear; }
    .navbar-dropdown.navbar-dropdown--below-parent {
      top: 90%; }
    .navbar-dropdown.is-right {
      left: auto;
      right: 0; }
    .navbar-dropdown.is-vertical {
      padding: 1rem 0.8em;
      max-width: 300px;
      min-width: 200px; }
    .navbar-dropdown.is-horizontal {
      padding: 1.2em 0;
      width: 100%; }
    .navbar-dropdown .navbar-link span {
      max-width: 80%; }

  .show-nested-dropdown .has-submenu .navbar-submenu {
    display: block; }

  .navbar-link::after {
    transition: transform 0.2s linear; }

  .dropdown-click--false .has-dropdown:hover > .header__link,
  .dropdown-click--false .has-dropdown:hover > .header__link > a,
  .dropdown-click--false .has-mega-menu:hover > .header__link,
  .dropdown-click--false .has-mega-menu:hover > .header__link > a,
  .has-dropdown.is-opened > .header__link,
  .has-dropdown.is-opened > .header__link > a,
  .has-mega-menu.is-opened > .header__link,
  .has-mega-menu.is-opened > .header__link > a {
    color: black; }
  .dropdown-click--false .has-dropdown:hover > .navbar-link::after,
  .dropdown-click--false .has-mega-menu:hover > .navbar-link::after,
  .has-dropdown.is-opened > .navbar-link::after,
  .has-mega-menu.is-opened > .navbar-link::after {
    transform: translateY(-60%) rotate(180deg); }

  .horizontal-dropdown__column .navbar-submenu {
    margin-bottom: 0; }

  .navbar-submenu {
    display: none;
    margin-left: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    border-left: 2px solid rgba(0, 0, 0, 0.3); }
    .navbar-submenu li:first-child .navbar-item {
      padding-top: 0; }
    .navbar-submenu li:last-child .navbar-item {
      padding-bottom: 0; }
    .navbar-submenu .navbar-item,
    .navbar-submenu .navbar-link {
      white-space: normal;
      padding: 10px 15px; }

  .has-small-vertical-spacing .menu__heading {
    padding-bottom: 5px; }
  .has-small-vertical-spacing .navbar-item {
    padding-top: 0;
    padding-bottom: 5px; }
  .has-small-vertical-spacing .navbar-link {
    padding-bottom: 5px; }
  .has-small-vertical-spacing > .navbar-item:last-child {
    padding-bottom: 0; }

  .has-medium-vertical-spacing .menu__heading {
    padding-bottom: 10px; }
  .has-medium-vertical-spacing .navbar-item {
    padding-top: 0;
    padding-bottom: 10px; }
  .has-medium-vertical-spacing .navbar-link {
    padding-bottom: 10px; }
  .has-medium-vertical-spacing > .navbar-item:last-child {
    padding-bottom: 0; }

  .has-large-vertical-spacing .menu__heading {
    padding-bottom: 15px; }
  .has-large-vertical-spacing .navbar-item {
    padding-top: 0;
    padding-bottom: 15px; }
  .has-large-vertical-spacing .navbar-link {
    padding-bottom: 15px; }
  .has-large-vertical-spacing > .navbar-item:last-child {
    padding-bottom: 0; }

  .navbar-divider {
    display: block; }

  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem; }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem; }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 70; }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0; }
    .navbar.is-fixed-bottom-desktop.has-shadow {
      box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem; }

  .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent; } }
.box-shadow-false .navbar-dropdown,
.box-shadow-false .mega-menu {
  box-shadow: none; }

/* # Pagination
================================================== */
.paginate {
  display: inline-block; }
  @media only screen and (max-width: 798px) {
    .paginate {
      width: 100%;
      margin-bottom: 20px; } }

.pagination {
  font-size: 1rem;
  margin: -0.25rem; }
  .pagination .pagination-previous {
    color: white;
    background: black;
    border-color: black; }
  .pagination .pagination-next {
    color: white;
    background: black;
    border-color: black; }
  .pagination .pagination-list li + li a {
    border-left: none; }
  .pagination.is-small {
    font-size: 0.75rem; }
  .pagination.is-medium {
    font-size: 1.25rem; }
  .pagination.is-large {
    font-size: 1.5rem; }
  .pagination.is-rounded .pagination-previous,
  .pagination.is-rounded .pagination-next {
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 290486px; }
  .pagination.is-rounded .pagination-link {
    border-radius: 290486px; }

.pagination,
.pagination-list {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: rgba(26, 26, 26, 0.2);
  color: #1a1a1a;
  min-width: 50px;
  height: 50px; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #12ce41;
    color: #12ce41; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #12ce41; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2); }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #e3e6e8;
    border-color: #e3e6e8;
    box-shadow: none;
    color: #7a7a7a;
    opacity: 0.5; }

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap; }

.pagination-link.is-current {
  border-color: #1a1a1a; }

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none; }

@media only screen and (max-width: 798px) {
  .pagination .pagination-previous,
  .pagination .pagination-next {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px; }
  .pagination.paginate--both {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .pagination.paginate--both .pagination-previous,
    .pagination.paginate--both .pagination-next {
      order: 2; } }
@media only screen and (min-width: 799px) {
  .pagination-list {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }

  .pagination {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .pagination.is-center .pagination-previous {
      order: 1; }
    .pagination.is-center .pagination-list {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      order: 2; }
    .pagination.is-center .pagination-next {
      order: 3; }
    .pagination.is-right .pagination-previous {
      order: 1; }
    .pagination.is-right .pagination-next {
      order: 2; }
    .pagination.is-right .pagination-list {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      order: 3; } }
.search_pagination {
  font-size: 0;
  line-height: 48px;
  margin: 50px 0; }
  .search_pagination span {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 12px;
    border: 1px solid #dddddd; }
  .search_pagination span + span {
    border-left: none; }
  .search_pagination .page.current {
    border: 1px solid #000; }
  .search_pagination .next, .search_pagination .prev {
    background: #000; }
    .search_pagination .next a, .search_pagination .prev a {
      color: #fff; }

.pagination-button__infinite-scroll:not(.is-loading) {
  display: none; }

/* # Tabs
================================================== */
.tabs {
  -webkit-overflow-scrolling: touch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }
  .tabs a {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom-color: #e3e5e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #1a1a1a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #686464;
      color: #686464; }
      .tabs a:hover * {
        color: #686464; }
  .tabs li {
    display: block;
    margin-top: 0.25em; }
    .tabs li.active a, .tabs li.is-active a {
      border-bottom-color: #1a1a1a;
      color: #1a1a1a; }
      .tabs li.active a *, .tabs li.is-active a * {
        color: #686464; }
    .tabs li a * {
      margin-bottom: 0;
      font-size: 1rem; }
  .tabs ul {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom-color: #e3e5e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    margin-left: 0; }
    .tabs ul.is-left {
      padding-right: 0.75em; }
    .tabs ul.is-center {
      flex: none;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding-left: 0.75em;
      padding-right: 0.75em; }
    .tabs ul.is-right {
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      padding-left: 0.75em; }
  .tabs .icon:first-child {
    margin-right: 0.5em; }
  .tabs .icon:last-child {
    margin-left: 0.5em; }
  .tabs.is-center ul {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .tabs.is-right ul {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .tabs.is-small {
    font-size: 0.75rem; }
  .tabs.is-medium {
    font-size: 1.25rem; }
  .tabs.is-large {
    font-size: 1.5rem; }

.tabs-content {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  width: 100%; }
  .tabs-content > li {
    display: none;
    width: 100%; }
    .tabs-content > li.is-active, .tabs-content > li.active {
      display: block; }

ul.tabs {
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  border-bottom-color: #e3e5e7;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-left: 0;
  margin-left: 0; }
  ul.tabs a {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom-color: #e3e5e7;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #1a1a1a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    ul.tabs a:hover {
      border-bottom-color: #686464;
      color: #686464; }
  ul.tabs li {
    display: block;
    margin-top: 0.25em; }
    ul.tabs li.active a, ul.tabs li.is-active a {
      border-bottom-color: #1a1a1a;
      color: #1a1a1a; }
    ul.tabs li a.active,
    ul.tabs li a.is-active {
      border-bottom-color: #1a1a1a;
      color: #1a1a1a; }
      ul.tabs li a.active *,
      ul.tabs li a.is-active * {
        color: #1a1a1a; }

ul.tabs-content {
  margin-left: 0; }

ul.tabs a {
  padding-left: 0; }

ul.tabs.is-fullwidth li {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0; }
ul.tabs.is-toggle a {
  border-color: #e3e5e7;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative; }
  ul.tabs.is-toggle a:hover {
    background-color: white;
    border-color: #e4e6e8;
    z-index: 2; }
ul.tabs.is-toggle li + li {
  margin-left: -1px; }
ul.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px; }
ul.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0; }
ul.tabs.is-toggle li.is-active a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: white;
  z-index: 1; }
ul.tabs.is-toggle ul {
  border-bottom: none; }
ul.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em; }
ul.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em; }

/* # Product
================================================== */
.product.fancybox-active {
  overflow-y: hidden;
  height: 100vh; }

.shopify-product-reviews-badge {
  height: 30px;
  display: block; }

.reviews-visibility-false {
  display: none; }

@media only screen and (max-width: 798px) {
  .product__images {
    margin-bottom: 0; }
    .product__images .product-gallery {
      overflow: hidden;
      padding-bottom: 30px; }
    .product__images .product-gallery__main {
      max-width: calc(90% - 10px); }
    .product__images .product-gallery__image {
      visibility: visible !important;
      margin-right: 20px; }
    .product__images .flickity-viewport {
      overflow: visible; } }

@media only screen and (min-width: 799px) {
  .product-gallery.display-arrows--false .flickity-viewport:hover .flickity-prev-next-button,
  .product-gallery.display-arrows--false .flickity-prev-next-button {
    display: none !important; } }
.product-gallery .sticker-holder {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10; }
  @media only screen and (min-width: 799px) {
    .product-gallery .sticker-holder {
      left: 80px; } }

.product-gallery__main {
  width: 100%; }

.product-gallery__main,
.product-gallery__thumbnails.is-slide-nav--true {
  opacity: 0;
  transition: ease-in-out 0.2s opacity; }
  .product-gallery__main.flickity-enabled, .product-gallery__main.vertical-slider-enabled,
  .product-gallery__thumbnails.is-slide-nav--true.flickity-enabled,
  .product-gallery__thumbnails.is-slide-nav--true.vertical-slider-enabled {
    opacity: 1; }

.product-gallery__image {
  width: 100%;
  height: auto; }
  .product-gallery__image img {
    width: 100%;
    height: auto;
    display: block; }

.product-gallery__link {
  display: block;
  cursor: url(//cdn.shopify.com/s/files/1/0417/7870/8643/t/157/assets/cross-hairs.svg?v=6736587465427032157) 16 16, pointer !important; }

.zoom-container {
  width: 100%;
  display: block; }

.product-gallery .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  border: 1px solid black;
  background: transparent;
  opacity: 1; }
  .product-gallery .dot.is-selected {
    background: black; }

@media only screen and (max-width: 798px) {
  .product-gallery {
    position: relative; }
    .product-gallery .product-gallery__main {
      position: static; }
      .product-gallery .product-gallery__main .flickity-page-dots {
        display: block;
        left: 0;
        right: 0;
        bottom: 5px; }
    .product-gallery .flickity-button, .product-gallery .product-gallery__thumbnails {
      display: none; } }
.product-gallery.has-height-set model-viewer {
  margin: 0 auto; }
.product-gallery.has-height-set .product-gallery__main img,
.product-gallery.has-height-set .product-gallery__main .plyr--html5 video {
  width: 100%; }
.product-gallery.has-height-set .product-gallery__main img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain"; }
.product-gallery.has-height-set .product-gallery__main .plyr--youtube .plyr__video-embed {
  height: 100%; }

.is-slide-nav--true .product-gallery__thumbnail {
  position: relative;
  opacity: 0.3; }
  .is-slide-nav--true .product-gallery__thumbnail.is-nav-selected {
    opacity: 1; }

.product-thumbnail__vendor,
.product-thumbnail__price {
  display: block; }

.modal_price {
  color: #686464;
  font-family: Oswald; }

.product_form .option-title {
  font-family: Oswald;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px 15px 0 0;
  font-weight: 500;
  font-size: 16px;
  color: black; }

.product-gallery__thumbnails--bottom-slider {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .product-gallery__thumbnails--bottom-slider .flickity-button:disabled {
    display: none; }
  .product-gallery__thumbnails--bottom-slider .product-gallery__thumbnail {
    margin-right: 20px;
    width: 20%;
    text-align: center; }

.product-gallery__thumbnails--bottom-thumbnails {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .product-gallery__thumbnails--bottom-thumbnails.is-slide-nav--false .product-gallery__thumbnail {
    margin-bottom: 20px;
    line-height: 0; }

@media only screen and (min-width: 799px) {
  .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__main {
      width: calc(100% - 70px);
      height: auto;
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start; }
    .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnails {
      width: 15%;
      margin-left: 20px; }
    .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnail {
      width: 100%;
      margin-bottom: 20px; }
      .product-gallery--right-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnail:last-child {
        margin-bottom: 0; } }

@media only screen and (min-width: 799px) {
  .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__main {
      width: calc(100% - 70px);
      height: auto;
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -ms-flex-order: 2;
      -webkit-order: 2;
      order: 2; }
    .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnails {
      width: 50px;
      margin: 0 20px 0 0;
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; }
    .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnail {
      width: 100%;
      margin-bottom: 3px;
      font-size: 0; }
      .product-gallery--left-thumbnails:not(.product-gallery--image-amount-1) .product-gallery__thumbnail:last-child {
        margin-bottom: 0; } }

.product-gallery__thumbnails--right-thumbnails,
.product-gallery__thumbnails--left-thumbnails {
  padding-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media only screen and (min-width: 799px) {
    .product-gallery__thumbnails--right-thumbnails,
    .product-gallery__thumbnails--left-thumbnails {
      display: block;
      width: 100%;
      margin: 10px;
      padding-top: 0;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-align-self: flex-start;
      -moz-align-self: flex-start;
      -ms-align-self: flex-start;
      align-self: flex-start; }
      .product-gallery__thumbnails--right-thumbnails.is-slide-nav--true,
      .product-gallery__thumbnails--left-thumbnails.is-slide-nav--true {
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* IE 10+ */ }
        .product-gallery__thumbnails--right-thumbnails.is-slide-nav--true::-webkit-scrollbar,
        .product-gallery__thumbnails--left-thumbnails.is-slide-nav--true::-webkit-scrollbar {
          /* WebKit */
          width: 0;
          height: 0; }
      .product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail,
      .product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail {
        width: 100%;
        margin: 0; }
        .product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:last-child,
        .product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:last-child {
          margin-bottom: 0; }
        .product-gallery__thumbnails--right-thumbnails .product-gallery__thumbnail:before,
        .product-gallery__thumbnails--left-thumbnails .product-gallery__thumbnail:before {
          line-height: 0;
          color: transparent;
          display: block;
          text-align: center;
          content: counter(carousel-cell); } }

.product__collections-list,
.product__type-list,
.product__tags-list {
  padding-bottom: 5px; }
  .product__collections-list.tags,
  .product__type-list.tags,
  .product__tags-list.tags {
    margin-bottom: 0; }
    .product__collections-list.tags .tag,
    .product__type-list.tags .tag,
    .product__tags-list.tags .tag {
      margin-bottom: 1rem; }
  .product__collections-list .product__classification-title,
  .product__type-list .product__classification-title,
  .product__tags-list .product__classification-title {
    margin-right: 0.5rem;
    margin-bottom: 1rem; }

.product_images_galery_popup .compensate-for-scrollbar {
  margin-right: 0; }
.product_images_galery_popup .fancybox-content {
  overflow-y: scroll;
  width: 100vw !important;
  height: 100vh !important;
  transform: translateX(0) !important; }
  .product_images_galery_popup .fancybox-content .fancybox-image, .product_images_galery_popup .fancybox-content .fancybox-spaceball {
    height: auto; }
.product_images_galery_popup .fancybox-button {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.6);
  color: black; }
  @media only screen and (min-width: 481px) {
    .product_images_galery_popup .fancybox-button {
      width: 64px;
      height: 64px; } }
  @media only screen and (min-width: 799px) {
    .product_images_galery_popup .fancybox-button {
      width: 74px;
      height: 74px; } }
  .product_images_galery_popup .fancybox-button:hover {
    background: #12ce41; }
    .product_images_galery_popup .fancybox-button:hover svg {
      fill: white;
      color: white; }
  .product_images_galery_popup .fancybox-button svg {
    fill: #8d827b;
    color: #8d827b; }
  .product_images_galery_popup .fancybox-button.fancybox-button--close {
    padding: 5px; }
    @media only screen and (min-width: 481px) {
      .product_images_galery_popup .fancybox-button.fancybox-button--close {
        padding: 10px; } }
    @media only screen and (min-width: 799px) {
      .product_images_galery_popup .fancybox-button.fancybox-button--close {
        padding: 20px; } }
.product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_right, .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_left {
  padding: 0;
  height: 80px; }
  @media only screen and (min-width: 481px) {
    .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_right, .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_left {
      height: 110px; } }
  @media only screen and (min-width: 799px) {
    .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_right, .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_left {
      padding: 10px;
      height: 184px; } }
  .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_right div, .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_left div {
    padding: 10px; }
    @media only screen and (min-width: 481px) {
      .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_right div, .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_left div {
        padding: 18px; } }
    @media only screen and (min-width: 799px) {
      .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_right div, .product_images_galery_popup .fancybox-navigation .fancybox-button--arrow_left div {
        padding: 13px; } }

.savings {
  display: block; }

.sold-out {
  color: rgba(26, 26, 26, 0.3); }

/* # Product - image scroll
================================================== */
.product-template--image-scroll .product-gallery__main {
  opacity: 1; }
  .product-template--image-scroll .product-gallery__main:after {
    content: 'flickity';
    display: none; }
  @media only screen and (min-width: 799px) {
    .product-template--image-scroll .product-gallery__main:after {
      content: ''; } }
.product-template--image-scroll .product-gallery__image {
  margin-bottom: 20px;
  opacity: 1 !important; }
@media only screen and (min-width: 799px) {
  .product-template--image-scroll .product-gallery__thumbnails {
    display: none; } }

/* # Product - Gallery
================================================== */
.product-gallery:hover .flickity-prev-next-button {
  opacity: 1; }
.product-gallery .product-gallery__main .flickity-prev-next-button {
  transition: all 0.3s ease-in-out;
  border-radius: none;
  background: transparent;
  padding: 0;
  width: 34px; }
  .product-gallery .product-gallery__main .flickity-prev-next-button .flickity-button-icon {
    fill: transparent; }
  .product-gallery .product-gallery__main .flickity-prev-next-button.next {
    color: transparent;
    right: 0; }
    .product-gallery .product-gallery__main .flickity-prev-next-button.next svg {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%238d827b' viewBox='0 0 492.004 492.004' xml:space='preserve'%3e%3cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z'%3e%3c/path%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: cover;
      width: 23px;
      height: 23px;
      margin-left: 5px;
      margin-right: 5px; }
  .product-gallery .product-gallery__main .flickity-prev-next-button.previous {
    left: 0;
    color: transparent; }
    .product-gallery .product-gallery__main .flickity-prev-next-button.previous svg {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%238d827b' viewBox='0 0 492 492' xml:space='preserve'%3e%3cpath d='M198.608,246.104L382.664,62.04c5.068-5.056,7.856-11.816,7.856-19.024c0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12 C361.476,2.792,354.712,0,347.504,0s-13.964,2.792-19.028,7.864L109.328,227.008c-5.084,5.08-7.868,11.868-7.848,19.084 c-0.02,7.248,2.76,14.028,7.848,19.112l218.944,218.932c5.064,5.072,11.82,7.864,19.032,7.864c7.208,0,13.964-2.792,19.032-7.864 l16.124-16.12c10.492-10.492,10.492-27.572,0-38.06L198.608,246.104z'%3e%3c/path%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-size: cover;
      width: 23px;
      height: 23px;
      margin-left: 5px;
      margin-right: 5px; }
  @media only screen and (max-width: 798px) {
    .product-gallery .product-gallery__main .flickity-prev-next-button {
      opacity: 1;
      top: calc(100% + 15px);
      padding: 0;
      z-index: 3;
      height: initial;
      width: initial;
      transform: none;
      opacity: 0.5;
      background: none; }
      .product-gallery .product-gallery__main .flickity-prev-next-button:hover {
        opacity: 1; }
      .product-gallery .product-gallery__main .flickity-prev-next-button .flickity-button-icon {
        height: 30px;
        width: 30px;
        fill: transparent; }
      .product-gallery .product-gallery__main .flickity-prev-next-button.next {
        right: 30%; }
      .product-gallery .product-gallery__main .flickity-prev-next-button.previous {
        left: 30%; } }
.product-gallery .product-gallery__thumbnails .flickity-prev-next-button {
  display: none; }
.product-gallery .flickity-page-dots {
  display: none; }

@media only screen and (max-width: 798px) {
  .product-gallery--no-thumbnails .flickity-page-dots {
    display: block; } }

.product-gallery__nav .gallery-cell {
  width: calc(20% - 10px);
  margin: 0 5px; }

@media only screen and (max-width: 798px) {
  .product-gallery__thumbnails {
    padding-top: 0px;
    margin-top: 60px; } }

.product-gallery__main.slideshow-transition--fade .flickity-slider .product-gallery__image {
  opacity: 0 !important;
  transition: opacity 1s ease !important; }
  .product-gallery__main.slideshow-transition--fade .flickity-slider .product-gallery__image.is-selected {
    opacity: 1 !important; }

/* # Product - blocks
================================================== */
.product-page.section__wrapper {
  padding-top: 0;
  max-width: none; }
.product-page .breadcrumb_section {
  padding-top: 10px; }
.product-page .product_name {
  font-size: 20px;
  color: black;
  margin-bottom: 5px;
  font-weight: normal; }
.product-page .product_title_block {
  padding-bottom: 10px; }
  @media only screen and (min-width: 799px) {
    .product-page .product_title_block {
      border-bottom: 2px solid #000;
      padding-bottom: 15px; } }
.product-page .color_swatcher {
  padding-bottom: 20px;
  display: flex;
  align-items: flex-start; }
@media only screen and (max-width: 798px) {
  .product-page {
    padding-top: 15px; }
    .product-page .breadcrumb_section {
      display: none; } }

.product-form-container {
  padding-top: 5px; }

.product_section {
  max-width: 1020px;
  margin-bottom: 25px; }
  .product_section .description {
    padding-top: 25px;
    font-size: 15px; }
    .product_section .description p {
      font-size: 15px; }
    .product_section .description h5 {
      font-size: 16px; }
  .product_section .modal_price {
    font-size: 20px; }

.block__related-products {
  width: 100%; }

.block__product-reviews {
  min-width: 50%;
  margin-top: 40px; }
  @media only screen and (min-width: 799px) {
    .block__product-reviews {
      margin-top: 80px;
      margin-bottom: 20px; } }

.dynamic-blocks--has-limit .section {
  width: 100%; }
.dynamic-blocks--has-limit .section.has-background {
  width: calc(100% - 20px); }

.section.product-info__block,
.section.product-gallery__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.block__product-gallery .product-gallery__container {
  width: 100%; }

.product_section .has-product-sticker .sticker-holder__content {
  font-size: 16px;
  margin-bottom: 15px; }

/* # Related products
================================================== */
.related-products {
  overflow: hidden; }
  .related-products .products-slider .gallery-cell {
    padding: 0 10px; }
    @media only screen and (max-width: 798px) {
      .related-products .products-slider .gallery-cell {
        width: calc(50% - 20px); } }
    @media only screen and (max-width: 480px) {
      .related-products .products-slider .gallery-cell {
        width: calc(90% - 10px);
        padding: 0; } }
  .related-products .flickity-viewport {
    left: -5px; }
    @media only screen and (max-width: 480px) {
      .related-products .flickity-viewport {
        left: 0;
        overflow: visible; } }

.cart_recommended-products section {
  margin-bottom: 110px; }
.cart_recommended-products .cart-recommended-products__title {
  font: 700 36px/0.89 Oswald; }
  @media only screen and (max-width: 798px) {
    .cart_recommended-products .cart-recommended-products__title {
      font-size: 26px;
      line-height: 1; } }

.recommended-products-section {
  visibility: hidden !important; }

.block__recommended-products .is-width-standard, .cart_block__recommended-products .is-width-standard {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }
.block__recommended-products .heading-wrapper, .cart_block__recommended-products .heading-wrapper {
  margin-bottom: 22px; }
.block__recommended-products .recommended-products__title, .block__recommended-products .cart-recommended-products__title, .cart_block__recommended-products .recommended-products__title, .cart_block__recommended-products .cart-recommended-products__title {
  font-weight: 600;
  border-bottom: 1px solid #000;
  line-height: 1.2;
  width: 100%; }
  @media only screen and (max-width: 798px) {
    .block__recommended-products .recommended-products__title, .block__recommended-products .cart-recommended-products__title, .cart_block__recommended-products .recommended-products__title, .cart_block__recommended-products .cart-recommended-products__title {
      font-size: 26px; } }
@media only screen and (min-width: 799px) {
  .block__recommended-products .related-products, .cart_block__recommended-products .related-products {
    padding-left: 20px;
    padding-right: 20px; } }
.block__recommended-products .thumbnail_swatch, .block__recommended-products .quick-shop__buttons, .cart_block__recommended-products .thumbnail_swatch, .cart_block__recommended-products .quick-shop__buttons {
  display: none !important; }

@media only screen and (max-width: 798px) {
  .cart_block__recommended-products .column.related-products {
    margin-left: 20px;
    margin-right: 0; } }

/* # Product form
================================================== */
.product__size-chart {
  padding: 25px 0 0;
  display: inline-block;
  font-family: Oswald;
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500; }

.product__notify-form {
  margin-top: 1.5rem; }
  .product__notify-form .notify_email, .product__notify-form .button {
    min-height: 44px; }
  .product__notify-form .control:first-child {
    flex-grow: 2; }

#product__notify-trigger {
  display: none;
  min-height: 44px;
  margin-top: 30px;
  line-height: 34px; }

.klaviyo-bis-trigger {
  display: block;
  border: 1px solid black;
  min-height: 44px;
  height: 50px;
  margin-top: 30px !important;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: Oswald;
  font-size: 16px; }
  .klaviyo-bis-trigger:hover {
    color: white;
    background: black; }

.notify-form__description p {
  font-weight: 500;
  font-family: Oswald; }

.notify-form__success-message {
  margin: 0; }

.selector-wrapper {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .selector-wrapper:last-of-type {
    margin-bottom: 1.5rem; }
  .selector-wrapper label {
    margin-right: 10px;
    margin-bottom: 0; }
    .selector-wrapper label:not(:last-child) {
      margin-bottom: 0; }

.product_form--swatches .select-container {
  display: none; }

.items_left {
  margin-bottom: 1.5rem; }

.quantity-wrapper .quantity-element {
  min-height: 44px; }
.quantity-wrapper .quantity-input {
  text-align: center;
  width: 100%; }
.quantity-wrapper .quantity-plus .icon,
.quantity-wrapper .quantity-minus .icon {
  padding: 0.3em; }

.cart-warning {
  margin-top: 20px; }

.add_to_cart.action_button {
  margin-bottom: 0; }

.shopify-payment-button {
  position: relative; }

.shopify-payment-button button {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0; }

div.shopify-payment-button__button {
  border-radius: 0; }

.shopify-payment-button__button--branded,
.shopify-payment-button__button--unbranded {
  overflow: hidden;
  min-height: 44px; }

button.shopify-payment-button__more-options {
  color: #1a1a1a;
  box-shadow: none;
  text-transform: none;
  font-size: 0.8rem;
  letter-spacing: 0;
  padding: 16px 0 28px;
  max-width: 80%;
  margin: 0 auto;
  font-weight: normal;
  font-family: "Century Gothic", sans-serif;
  font-style: normal; }
  button.shopify-payment-button__more-options:hover {
    background-color: transparent;
    border: none; }

.purchase-details {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }

.product_section .smart-payment-button--true.product_form {
  max-width: 100%; }

.product-quantity-box.purchase-details__quantity {
  margin-top: 12px; }

@media only screen and (max-width: 798px) {
  .smart-payment-button--true .purchase-details {
    padding-bottom: 10px; } }
@media only screen and (max-width: 798px) {
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-right: 0; }
    .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
      width: calc(100% - 88px); } }

.smart-payment-button--false .purchase-details {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.quantity-input.input {
  -moz-appearance: textfield;
  box-shadow: none;
  border: 0; }
  .quantity-input.input::-webkit-inner-spin-button, .quantity-input.input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none; }

.quantity-plus.button,
.quantity-minus.button {
  background-color: black; }
  .quantity-plus.button:hover,
  .quantity-minus.button:hover {
    background-color: #222222; }
    .quantity-plus.button:hover .icon,
    .quantity-minus.button:hover .icon {
      fill: #ddd; }
  .quantity-plus.button .icon,
  .quantity-minus.button .icon {
    fill: #fff; }

.quantity-plus.button[disabled],
.quantity-minus.button[disabled] {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5); }

.quantity-wrapper.field.has-addons .control:not(:last-child) {
  margin-right: 0; }

.quantity-wrapper.quantity-style--box {
  border-radius: 0px; }
  .quantity-wrapper.quantity-style--box .quantity-minus {
    width: 44px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .quantity-wrapper.quantity-style--box .minus-control {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; }
  .quantity-wrapper.quantity-style--box .quantity-plus {
    width: 44px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .quantity-wrapper.quantity-style--box .plus-control {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  .quantity-wrapper.quantity-style--box .quantity-input-control {
    width: 100%; }
    .quantity-wrapper.quantity-style--box .quantity-input-control input {
      border-top: thin solid #e3e5e7;
      border-bottom: thin solid #e3e5e7; }
  .quantity-wrapper.quantity-style--box .quantity-input-control--fill {
    width: 100%; }
  .quantity-wrapper.quantity-style--box .quantity-input {
    width: 100%; }
  .quantity-wrapper.quantity-style--box.is-medium .quantity-element {
    min-height: auto;
    min-width: 38px;
    height: 38px; }
  .quantity-wrapper.quantity-style--box.is-medium .quantity-plus,
  .quantity-wrapper.quantity-style--box.is-medium .quantity-minus {
    width: 38px; }

.quantity-wrapper.quantity-style--stacked {
  position: relative;
  border-radius: 0px !important; }
  .quantity-wrapper.quantity-style--stacked .quantity-input-control {
    width: calc(100% - 48px); }
  .quantity-wrapper.quantity-style--stacked .minus-control {
    position: absolute;
    height: calc(44px / 2);
    bottom: 0;
    right: 0;
    z-index: 3;
    margin-right: 0;
    width: 48px; }
  .quantity-wrapper.quantity-style--stacked .plus-control {
    position: absolute;
    min-height: calc(44px / 2);
    top: 0;
    right: 0;
    z-index: 3;
    width: 48px; }
  .quantity-wrapper.quantity-style--stacked .quantity-input {
    border-left: thin solid #e3e5e7;
    border-top: thin solid #e3e5e7;
    border-bottom: thin solid #e3e5e7;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    text-align: center;
    width: 100%; }
  .quantity-wrapper.quantity-style--stacked .quantity-minus {
    height: calc(44px / 2);
    min-height: calc(44px / 2);
    width: 48px;
    border-radius: 0;
    border-left: 0;
    border-bottom: thin solid #e3e5e7;
    border-right: thin solid #e3e5e7;
    border-bottom-right-radius: 0px !important;
    margin-right: 1px;
    z-index: 4;
    opacity: 1.0 !important; }
  .quantity-wrapper.quantity-style--stacked .quantity-plus {
    height: calc(44px / 2);
    min-height: calc(44px / 2);
    width: 48px;
    border: 0;
    border-left: 0;
    border-top: thin solid #e3e5e7;
    border-right: thin solid #e3e5e7;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    z-index: 4; }

.product-quantity-box.purchase-details__quantity {
  margin-right: 10px;
  width: calc(50% - 12px); }
  @media only screen and (max-width: 480px) {
    .product-quantity-box.purchase-details__quantity {
      width: 100%;
      margin-right: 0; } }
  .product-quantity-box.purchase-details__quantity input.quantity {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.4;
    margin-bottom: 0;
    width: calc(100% - 88px);
    min-height: 44px; }

@media only screen and (max-width: 798px) {
  .smart-payment-button--true .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-right: 0; }
    .smart-payment-button--true .product-quantity-box.purchase-details__quantity .input.quantity {
      width: calc(100% - 88px); } }

.purchase-details__buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 0 calc(50% - 12px);
  -moz-box-flex: 1 0 calc(50% - 12px);
  -webkit-flex: 1 0 calc(50% - 12px);
  -ms-flex: 1 0 calc(50% - 12px);
  flex: 1 0 calc(50% - 12px);
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 6px; }
  @media only screen and (max-width: 798px) {
    .purchase-details__buttons {
      margin-top: 20px;
      margin-left: 12px;
      -webkit-box-flex: 1 0 calc(50% - 12px);
      -moz-box-flex: 1 0 calc(50% - 12px);
      -webkit-flex: 1 0 calc(50% - 12px);
      -ms-flex: 1 0 calc(50% - 12px);
      flex: 1 0 calc(50% - 12px); } }
  @media only screen and (max-width: 480px) {
    .purchase-details__buttons {
      margin-top: 12px;
      margin-left: 0;
      -webkit-box-flex: 1 0 100%;
      -moz-box-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      flex: 1 0 100%; } }
  .purchase-details__buttons .button {
    width: 100%;
    height: auto;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    min-height: 44px; }
  .purchase-details__buttons .shopify-payment-button {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 0;
    max-width: 100%; }
    @media only screen and (min-width: 1401px) {
      .purchase-details__buttons .shopify-payment-button {
        -webkit-box-flex: 1 0 calc(50% - 12px);
        -moz-box-flex: 1 0 calc(50% - 12px);
        -webkit-flex: 1 0 calc(50% - 12px);
        -ms-flex: 1 0 calc(50% - 12px);
        flex: 1 0 calc(50% - 12px);
        max-width: calc(50% - 12px); } }
  .purchase-details__buttons .action_button.action_button--secondary {
    background-color: transparent;
    border: 1px solid #e3e5e7;
    color: #1a1a1a;
    box-shadow: none;
    line-height: 1.2;
    padding: 10px 0;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin: 0;
    max-width: 100%; }
    @media only screen and (min-width: 1401px) {
      .purchase-details__buttons .action_button.action_button--secondary {
        -webkit-box-flex: 1 0 calc(50% - 12px);
        -moz-box-flex: 1 0 calc(50% - 12px);
        -webkit-flex: 1 0 calc(50% - 12px);
        -ms-flex: 1 0 calc(50% - 12px);
        flex: 1 0 calc(50% - 12px);
        max-width: calc(50% - 12px);
        margin-right: 8px; } }
    @media only screen and (max-width: 798px) {
      .purchase-details__buttons .action_button.action_button--secondary {
        margin-bottom: 12px; } }
    .purchase-details__buttons .action_button.action_button--secondary:hover, .purchase-details__buttons .action_button.action_button--secondary:focus {
      border: 1px solid black;
      background-color: black;
      color: white; }

.purchase-details .purchase-details__spb--true {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 12px;
  margin-left: 0; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .purchase-details .purchase-details__spb--true {
      width: 100%; } }
  @media only screen and (max-width: 798px) {
    .purchase-details .purchase-details__spb--true {
      margin-left: 0;
      margin-bottom: 0; } }
  .purchase-details .purchase-details__spb--true .action_button.action_button--secondary {
    -webkit-box-flex: 1 0 calc(50% - 12px);
    -moz-box-flex: 1 0 calc(50% - 12px);
    -webkit-flex: 1 0 calc(50% - 12px);
    -ms-flex: 1 0 calc(50% - 12px);
    flex: 1 0 calc(50% - 12px);
    margin: 0 6px 0 0;
    max-width: calc(calc(50% - 12px)); }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .purchase-details .purchase-details__spb--true .action_button.action_button--secondary {
        width: 100% !important;
        max-width: calc(50% - 12px) !important; } }
    @media only screen and (max-width: 798px) {
      .purchase-details .purchase-details__spb--true .action_button.action_button--secondary {
        -webkit-box-flex: 1 0 100%;
        -moz-box-flex: 1 0 100%;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        margin-right: 0px;
        margin-top: 0;
        margin-bottom: 12px;
        max-width: 100%; } }
  .purchase-details .purchase-details__spb--true .shopify-payment-button {
    margin: 0 0 0 6px;
    max-width: calc(calc(50% - 12px));
    line-height: 1.2; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .purchase-details .purchase-details__spb--true .shopify-payment-button {
        width: 100% !important;
        max-width: calc(50% - 12px) !important; } }
    @media only screen and (max-width: 798px) {
      .purchase-details .purchase-details__spb--true .shopify-payment-button {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 10px;
        max-width: 100%; } }
    .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded {
      font-size: 1rem;
      border-radius: 1px;
      width: 100%;
      line-height: inherit;
      font-family: Oswald, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0px;
      text-transform: uppercase;
      border: 1px solid rgba(0, 0, 0, 0); }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded, .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:link, .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:visited {
        color: white;
        background-color: black;
        border-color: rgba(0, 0, 0, 0); }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:hover, .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-hovered {
        color: white;
        border-color: rgba(0, 0, 0, 0) !important;
        background-color: #373737; }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:focus, .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-focused {
        color: white;
        border-color: rgba(0, 0, 0, 0);
        background-color: #373737; }
        .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:focus:not(:active), .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-focused:not(:active) {
          box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded:active, .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-active {
        color: white;
        border-color: rgba(0, 0, 0, 0);
        background-color: #373737; }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-inverted {
        color: black;
        background-color: white;
        border-color: black; }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-small {
        font-size: 0.75rem; }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-normal {
        font-size: 1rem; }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-medium {
        font-size: 1.25rem; }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-large {
        font-size: 1.5rem;
        line-height: 1.25em;
        width: 100%; }
    .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-paymeny-button__button--branded {
      border-radius: 1px; }
.purchase-details .purchase-details__spb--false {
  height: 44px;
  margin: 12px 0 0;
  display: inline-block; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .purchase-details .purchase-details__spb--false {
      width: 100%; } }
  .purchase-details .purchase-details__spb--false .button--add-to-cart {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.07px;
    height: 50px; }
    .purchase-details .purchase-details__spb--false .button--add-to-cart span {
      font-weight: 500; }
.purchase-details.has-quantity-box .purchase-details__spb--false {
  max-width: 50%; }
  @media only screen and (max-width: 798px) {
    .purchase-details.has-quantity-box .purchase-details__spb--false {
      max-width: 100%; } }
  .purchase-details.has-quantity-box .purchase-details__spb--false .button--add-to-cart {
    width: 100%; }

/* Animation for checkmark on add to cart button */
.button--add-to-cart {
  position: relative; }
  .button--add-to-cart .text {
    display: block;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    font-weight: 500; }
  .button--add-to-cart .fadeInDown.text {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s; }
  .button--add-to-cart .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .button--add-to-cart .checkmark path {
      stroke-dasharray: 19.79 19.79;
      stroke-dashoffset: 19.79;
      stroke: white;
      opacity: 0; }
    .button--add-to-cart .checkmark.checkmark-active path {
      -webkit-animation: drawCheckmark 0.5s linear alternate forwards;
      animation: drawCheckmark 0.5s linear alternate forwards; }

@keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1; }

  to {
    stroke-dashoffset: 0;
    opacity: 1; } }

@-webkit-keyframes drawCheckmark {
  from {
    stroke-dashoffset: 19.79;
    opacity: 1; }

  to {
    stroke-dashoffset: 0;
    opacity: 1; } }

.ie button .checkmark path {
  stroke-dashoffset: 0;
  opacity: 0; }
.ie button .checkmark.checkmark-active path {
  -webkit-animation: fadeCheckmark 0.5s linear alternate forwards;
  animation: fadeCheckmark 0.5s linear alternate forwards; }

@-webkit-keyframes fadeCheckmark {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes fadeCheckmark {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  button .checkmark path {
    stroke-dashoffset: 0;
    opacity: 0; }
  button .checkmark.checkmark-active path {
    animation: fadeCheckmark 0.5s linear alternate forwards; }

  @keyframes fadeCheckmark {
    from {
      opacity: 0; }

    to {
      opacity: 1; } } }
/* # Product media
================================================== */
.product-gallery__model model-viewer,
.product-gallery__video iframe {
  width: 100%; }

.product-gallery__model {
  position: relative; }
  .product-gallery__model model-viewer {
    width: 100%;
    min-height: 300px; }

.view-in-your-space {
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 44px;
  background: #e6e6e6;
  color: #1a1a1a;
  font: inherit;
  text-transform: none;
  border-radius: 0px;
  border: 0; }
  .view-in-your-space svg path:first-child {
    stroke: #1a1a1a; }
  .view-in-your-space svg path:last-child {
    fill: #1a1a1a; }

.plyr--video .plyr__controls {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px; }
.plyr--video .plyr__control {
  background: transparent;
  color: #1a1a1a; }
  .plyr--video .plyr__control:hover {
    background: white;
    color: #1a1a1a; }
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
  color: #1a1a1a; }
.plyr--video .plyr__progress input[type=range] + .thumb {
  background-color: #1a1a1a;
  color: #1a1a1a; }
.plyr--video input[type=range]::-webkit-slider-thumb {
  background-color: #1a1a1a; }
.plyr--video input[type=range]::-moz-range-thumb {
  background-color: #1a1a1a; }
.plyr--video input[type=range]::-ms-thumb {
  background-color: #1a1a1a; }
.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: rgba(26, 26, 26, 0.6); }
.plyr--video .plyr__control.plyr__tab-focus {
  background-color: #1a1a1a; }
.plyr--video .plyr__control--overlaid {
  background: white;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3px; }
  .plyr--video .plyr__control--overlaid svg {
    left: auto; }
  .plyr--video .plyr__control--overlaid:hover {
    background: white; }
.plyr--video .plyr__control--overlaid:hover .play-icon-button-control rect {
  opacity: 0.75; }
.plyr--video .plyr__control .play-icon-button-control {
  width: 52px;
  height: 52px; }
  .plyr--video .plyr__control .play-icon-button-control rect {
    fill: white; }
  .plyr--video .plyr__control .play-icon-button-control path {
    fill: #1a1a1a; }

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-right: 10px;
  padding-left: 10px; }

.plyr--full-ui .plyr__volume {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  bottom: 105px;
  height: 40px;
  opacity: 0;
  padding: 10px 15px !important;
  position: absolute;
  transform: rotate(270deg);
  transition: visibility 0.4s linear 0.4s, opacity 0.4s linear 0.3s;
  width: 140px; }
  .plyr--full-ui .plyr__volume:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.25);
    bottom: 18px;
    content: "";
    left: -6px;
    position: absolute;
    transform: rotate(90deg);
    z-index: 2; }
  .plyr--full-ui .plyr__volume:hover {
    opacity: 1;
    visibility: visible; }
  .plyr--full-ui .plyr__volume.plyr__volume--is-visible {
    opacity: 1;
    transition: visibility 0.4s linear, opacity 0.4s linear; }
  .plyr--full-ui .plyr__volume input[type=range] {
    color: #1a1a1a;
    margin: 0 auto; }

.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range]::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]::-moz-range-thumb {
  box-shadow: none; }

.plyr--full-ui .plyr__volume input[type=range]::-ms-fill-upper,
.plyr--full-ui .plyr__volume input[type=range]::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25); }

.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range].plyr__tab-focus::-ms-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-webkit-slider-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-moz-range-thumb,
.plyr--full-ui .plyr__volume input[type=range]:active::-ms-thumb {
  box-shadow: none; }

.plyr--audio .plyr--full-ui .plyr__volume {
  bottom: 125px;
  right: -37px; }

.plyr--is-ios .plyr__volume {
  display: none !important; }

.plyr__control[data-plyr=mute]:hover + .plyr__volume {
  opacity: 1;
  transition: visibility 0.4s linear, opacity 0.4s linear; }

@media (min-width: 480px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 90px; } }
@media (min-width: 750px) {
  .plyr--full-ui .plyr__volume input[type=range] {
    max-width: 110px; } }
@media only screen and (max-width: 989px) {
  .plyr--is-touch .plyr__volume {
    display: none !important; } }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: #1a1a1a;
  background: white; }
  .shopify-model-viewer-ui .shopify-model-viewer-ui__button[hidden] {
    display: none; }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(26, 26, 26, 0.55); }
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: white;
  border: 1px solid rgba(26, 26, 26, 0.05); }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-bottom: 1px solid rgba(26, 26, 26, 0.05); }

.video-on-hover .plyr__controls,
.video-on-hover .plyr__control--overlaid,
.swap-true .plyr--youtube .plyr__controls,
.swap-true .plyr--youtube .plyr__control--overlaid,
.video-controls-enabled--false .plyr__controls,
.video-controls-enabled--false .plyr__control--overlaid {
  opacity: 0; }
  .video-on-hover .plyr__controls > *,
  .video-on-hover .plyr__control--overlaid > *,
  .swap-true .plyr--youtube .plyr__controls > *,
  .swap-true .plyr--youtube .plyr__control--overlaid > *,
  .video-controls-enabled--false .plyr__controls > *,
  .video-controls-enabled--false .plyr__control--overlaid > * {
    pointer-events: none;
    cursor: auto; }

.block__product-reviews .shopify-reviews {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }

.spr-container {
  border: none !important;
  padding-left: 5px !important;
  padding-right: 5px !important; }
  .spr-container .spr-header-title {
    border-bottom: 1px solid black;
    display: none;
    font-size: 26px;
    text-align: center;
    font-weight: 600; }
    @media only screen and (min-width: 799px) {
      .spr-container .spr-header-title {
        font-size: 36px;
        line-height: 40px; } }
  .spr-container .spr-summary-starrating {
    margin-top: 20px;
    display: inline-block; }
  .spr-container .spr-summary {
    position: relative;
    display: none; }
    @media only screen and (max-width: 798px) {
      .spr-container .spr-summary {
        text-align: left; } }
    .spr-container .spr-summary .spr-summary-actions-togglereviews {
      font-size: 12px;
      color: #858789; }
  .spr-container .spr-summary-actions {
    display: block; }
  .spr-container .spr-summary-actions-newreview {
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 500;
    position: absolute;
    top: -13px;
    right: 0;
    font-size: 16px;
    letter-spacing: 1.07px; }
    @media only screen and (max-width: 798px) {
      .spr-container .spr-summary-actions-newreview {
        position: absolute;
        top: -10px;
        right: 0; } }
  .spr-container .spr-reviews {
    margin-top: 10px; }
  .spr-container .spr-review {
    border-top: none;
    border-bottom: 1px solid #e2e3e6;
    padding: 10px 0; }
    .spr-container .spr-review:first-child {
      margin-top: 15px; }
  .spr-container .spr-review-content {
    margin-bottom: 10px; }
  .spr-container .spr-review-reportreview {
    display: none; }
  .spr-container .spr-review-header {
    display: flex;
    flex-direction: column; }
  .spr-container .spr-review-header-byline {
    order: 1;
    font-style: normal;
    opacity: 1;
    color: #858789;
    margin-bottom: 8px;
    font-size: 12px; }
    .spr-container .spr-review-header-byline strong {
      font-weight: normal; }
  .spr-container .spr-review-header-title {
    order: 2;
    font-size: 20px;
    margin-bottom: 10px; }
  .spr-container .spr-review-header-starratings {
    order: 0; }
    .spr-container .spr-review-header-starratings .spr-icon {
      width: 0.75em;
      height: 0.75em; }
      .spr-container .spr-review-header-starratings .spr-icon:before {
        font-size: 100%; }
  .spr-container .spr-review-content-body {
    font-size: 14px;
    line-height: 17px; }
  .spr-container .spr-form {
    margin-top: 0;
    border-top: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e3e6; }
    .spr-container .spr-form .spr-form-title {
      margin-bottom: 15px; }
    .spr-container .spr-form .spr-form-label {
      font-family: Oswald;
      font-weight: 500;
      display: block;
      margin-bottom: 4px;
      text-transform: uppercase; }
    .spr-container .spr-form input.spr-form-input, .spr-container .spr-form .spr-form-input-textarea {
      min-height: 44px;
      padding: 5px; }
    .spr-container .spr-form .spr-form-input-textarea {
      overflow: auto; }
    .spr-container .spr-form .spr-button {
      min-height: 50px;
      min-width: 200px;
      color: #000;
      background-color: rgba(0, 0, 0, 0);
      border-color: #000; }
      .spr-container .spr-form .spr-button:hover {
        color: #fff;
        border-color: #000;
        background-color: #000; }
  .spr-container .spr-pagination > div {
    display: flex;
    justify-content: center;
    font-size: 0; }
  .spr-container .spr-pagination .spr-pagination-page {
    width: 50px;
    height: 50px;
    border: 1px solid #dddddd;
    font-size: 12px;
    line-height: 48px; }
    .spr-container .spr-pagination .spr-pagination-page + .spr-pagination-page {
      border-left: none; }
    .spr-container .spr-pagination .spr-pagination-page.is-active {
      color: white;
      background: black; }
  .spr-container .spr-pagination .spr-pagination-next, .spr-container .spr-pagination .spr-pagination-prev {
    position: relative;
    min-width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 48px;
    border: 1px solid #dddddd; }
    .spr-container .spr-pagination .spr-pagination-next a, .spr-container .spr-pagination .spr-pagination-prev a {
      padding: 0 5px; }
  .spr-container .spr-pagination .spr-pagination-next {
    border-left: none; }
  .spr-container .spr-pagination .spr-pagination-prev {
    border-right: none; }

.product-template:not(.product-template--image-scroll) .product-gallery .product-gallery__image {
  visibility: hidden; }
  .product-template:not(.product-template--image-scroll) .product-gallery .product-gallery__image.is-selected {
    visibility: visible; }

.plyr.plyr--stopped .plyr__controls {
  display: none; }

.product_slider.product-height-set model-viewer {
  margin: 0 auto; }
.product_slider.product-height-set .product-gallery__main img,
.product_slider.product-height-set .product-gallery__main .plyr--html5 video,
.product_slider.product-height-set .product-gallery__main .plyr--youtube {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain"; }

.product-gallery__thumbnails .product-gallery__thumbnail {
  position: relative; }
  .product-gallery__thumbnails .product-gallery__thumbnail:focus {
    outline: none; }
.product-gallery__thumbnails .media-badge {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 33%;
  max-height: 33%;
  min-width: 20px;
  width: 25px;
  height: 25px; }
  .product-gallery__thumbnails .media-badge svg {
    width: 100%;
    height: 100%; }
  .product-gallery__thumbnails .media-badge path:first-child {
    fill: white; }
  .product-gallery__thumbnails .media-badge path:last-child {
    fill: #1a1a1a; }
  .product-gallery__thumbnails .media-badge g path:first-child {
    stroke: #1a1a1a; }
  .product-gallery__thumbnails .media-badge .media-badge__outline {
    stroke: rgba(26, 26, 26, 0.05); }

/* # Product thumbnail
================================================== */
.product__thumbnail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }
  .product__thumbnail .product-wrap {
    min-height: 1px; }

@media only screen and (min-width: 799px) {
  .product__grid-item {
    margin-bottom: 10px; } }

.product-thumbnail {
  padding-top: 11px; }

.product-thumbnail__title {
  font: normal normal 16px/18px Oswald;
  text-transform: uppercase; }
  @media only screen and (min-width: 799px) {
    .product-thumbnail__title {
      font-size: 20px; } }

.product-thumbnail__price {
  padding: 6px 0 0 0;
  color: #686464; }
  @media only screen and (min-width: 799px) {
    .product-thumbnail__price {
      padding: 12px 0 0 0; } }
  .product-thumbnail__price.sale {
    color: #c60200; }
  .product-thumbnail__price .money {
    margin: 0 7px 0 0;
    font: normal normal 16px/1 Oswald; }
    @media only screen and (min-width: 799px) {
      .product-thumbnail__price .money {
        font-size: 20px; } }

.thumbnail_stickers {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  min-width: 70px; }
  @media only screen and (min-width: 799px) {
    .thumbnail_stickers {
      top: 0;
      bottom: auto;
      min-width: 108px; } }

.thumbnail_sticker {
  display: block;
  margin: 5px 0 0 0;
  padding: 6px;
  background: black;
  font-weight: 500;
  font: 13px/1 Oswald;
  color: #fff;
  text-align: center;
  text-transform: uppercase; }
  @media only screen and (min-width: 799px) {
    .thumbnail_sticker {
      margin: 10px 0 0 0;
      padding: 8px 14px;
      font-size: 16px;
      letter-spacing: 1.07px; } }

.thumbnail_swatch {
  font-size: 0;
  line-height: 0;
  text-align: left; }

.color_swatcher .options {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.color_swatcher .swatch {
  position: relative;
  margin: 15px 15px 0 0;
  order: 1; }
  .color_swatcher .swatch:hover .tooltip {
    opacity: 1;
    visibility: visible; }
  .color_swatcher .swatch.current {
    order: 0; }
    .color_swatcher .swatch.current .thumbnail_swatch__item:before {
      border-color: black; }
  .color_swatcher .swatch .tooltip {
    left: -43px;
    bottom: calc(100% + 10px); }
  @media only screen and (min-width: 799px) {
    .color_swatcher .swatch {
      margin-right: 18px;
      margin-top: 10px; } }
.color_swatcher .thumbnail_swatch__item {
  position: relative;
  margin: 0; }
  .color_swatcher .thumbnail_swatch__item:before {
    content: '';
    position: absolute;
    left: -3px;
    right: -3px;
    bottom: -3px;
    top: -3px;
    border: 1px solid #ccc;
    border-radius: 50%; }
.color_swatcher .swatch_white, .color_swatcher .filter_elem_color {
  border: 1px solid #ccc; }

.thumbnail_swatch__item {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 10px 15px 0 0;
  background: #eee;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  @media only screen and (min-width: 799px) {
    .thumbnail_swatch__item {
      width: 28px;
      height: 28px;
      margin-right: 18px; } }

.swatch_additional {
  margin-right: 0;
  padding: 3px;
  background: #ddd; }
  @media only screen and (min-width: 799px) {
    .swatch_additional {
      padding: 7px; } }

.product-thumbnail__review-stars {
  padding: 8px 0 0 0;
  font-size: 0;
  line-height: 0; }
  @media only screen and (min-width: 799px) {
    .product-thumbnail__review-stars {
      padding: 14px 0 0 0; } }
  .product-thumbnail__review-stars .spr-starrating.spr-badge-starrating {
    margin: 0; }
  .product-thumbnail__review-stars .spr-icon {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    font-size: 11px !important;
    line-height: 1 !important;
    color: #1a1a1a !important; }
    @media only screen and (min-width: 799px) {
      .product-thumbnail__review-stars .spr-icon {
        font-size: 14px !important; } }
  .product-thumbnail__review-stars .spr-badge-caption {
    display: none; }

.quick-shop__buttons .action_button {
  width: 100%;
  height: 50px;
  display: block;
  padding: 0;
  border: none;
  font: 500 16px/47px Oswald;
  color: black;
  letter-spacing: 1.07px; }
.quick-shop__buttons .action_button:hover {
  background: black;
  color: white; }

@media only screen and (max-width: 798px) {
  .product__thumbnail.has-padding-bottom {
    padding-bottom: 20px; } }

.product-image__wrapper {
  position: relative; }
  .product-image__wrapper video,
  .product-image__wrapper iframe {
    width: 100%; }
  .product-image__wrapper:hover .thumbnail-overlay__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__buttons,
    .product-image__wrapper:hover .thumbnail-overlay__container .quick-shop__info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    @media only screen and (max-width: 798px) {
      .product-image__wrapper:hover .thumbnail-overlay__container {
        opacity: 0;
        visibility: hidden; } }

.thumbnail-overlay__container {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  position: absolute;
  padding: 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  .thumbnail-overlay__container .quick-shop__info,
  .thumbnail-overlay__container .quick-shop__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    display: none;
    width: 100%; }
  .thumbnail-overlay__container .quick-shop__info {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .thumbnail-overlay__container .quick-shop__buttons {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    position: relative; }
  .thumbnail-overlay__container .animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s; }

@media only screen and (max-width: 798px) {
  .thumbnail__hover-overlay--true .quick-shop__info {
    display: none; } }
.thumbnail__hover-overlay--true .thumbnail__caption {
  display: none; }
  @media only screen and (max-width: 798px) {
    .thumbnail__hover-overlay--true .thumbnail__caption {
      display: block; } }

.hidden-product-link {
  line-height: 0;
  font-size: 0;
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11; }

.has-thumbnail-sticker .image__container {
  position: relative; }
.has-thumbnail-sticker .sticker-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2; }
.has-thumbnail-sticker .sticker-position-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  text-align: right; }
.has-thumbnail-sticker .sticker-position-bottom-left {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }
.has-thumbnail-sticker .sticker-position-bottom-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  text-align: right; }
.has-thumbnail-sticker .spr-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3px;
  padding-right: 3px; }
  .has-thumbnail-sticker .spr-badge .spr-badge-starrating,
  .has-thumbnail-sticker .spr-badge .spr-badge-caption {
    text-align: left; }
.has-thumbnail-sticker .thumbnail-overlay__container .spr-badge-starrating,
.has-thumbnail-sticker .thumbnail-overlay__container .spr-badge-caption {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center; }
.has-thumbnail-sticker .spr-badge-starrating .spr-icon-star,
.has-thumbnail-sticker .spr-badge-starrating .spr-icon-star-empty,
.has-thumbnail-sticker .spr-badge-caption {
  font-size: 80%; }
.has-thumbnail-sticker .product-thumbnail__title,
.has-thumbnail-sticker .product-thumbnail__price {
  display: block; }
.has-thumbnail-sticker .thumbnail-sticker:nth-child(1n+4) {
  display: none; }

.thumbnail-sticker {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  min-width: 108px;
  height: 33px; }
  .thumbnail-sticker.sale-sticker {
    background-color: black;
    color: white; }
  .thumbnail-sticker.new-sticker {
    background-color: black;
    color: white; }
  .thumbnail-sticker.best-seller-sticker {
    background-color: black;
    color: white; }
  .thumbnail-sticker.coming-soon-sticker {
    background-color: black;
    color: white; }
  .thumbnail-sticker.staff-pick-sticker {
    background-color: black;
    color: white; }
  .thumbnail-sticker.pre-order-sticker {
    background-color: black;
    color: white; }
  .thumbnail-sticker .sticker-text {
    min-width: auto;
    line-height: 24px;
    font-weight: 500; }

.sticker-text {
  font-weight: 500;
  letter-spacing: 1.07px;
  font: 16px/1 Oswald;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  min-width: 108px; }
  @media only screen and (max-width: 1024px) {
    .sticker-text {
      font-size: 13px;
      letter-spacing: 0;
      min-width: 70px; } }

.sticker-holder.sticker-shape-square {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .sticker-holder.sticker-shape-square .sticker-text {
    width: 100%; }

.one-seventh .sticker-shape-square .sticker-holder__content,
.one-sixth .sticker-shape-square .sticker-holder__content,
.one-fifth .sticker-shape-square .sticker-holder__content,
.sticker-shape-square .sticker-holder__content {
  font-size: 12px; }

.one-fourth .sticker-shape-square .sticker-holder__content {
  max-width: 40%;
  font-size: 14px; }
  @media only screen and (max-width: 480px) {
    .one-fourth .sticker-shape-square .sticker-holder__content {
      max-width: 60%; } }

.one-third .sticker-shape-square .sticker-holder__content {
  max-width: 33.3334%;
  font-size: 14px; }
  @media only screen and (max-width: 480px) {
    .one-third .sticker-shape-square .sticker-holder__content {
      max-width: 60%; } }

.one-half .sticker-shape-square .sticker-holder__content {
  max-width: 25%;
  font-size: 16px; }
  @media only screen and (max-width: 480px) {
    .one-half .sticker-shape-square .sticker-holder__content {
      max-width: 60%; } }

.sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker,
.sticker-shape-round.sticker-position-right .thumbnail-sticker {
  float: right;
  margin-right: 5px;
  margin-left: 0; }

.sticker-shape-round .thumbnail-sticker {
  border-radius: 50%;
  display: inline-block;
  width: calc(33.3333% - 5px);
  padding: calc(33.3333% - 5px) 0 0;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  position: relative; }
  .sticker-shape-round .thumbnail-sticker .sticker-text {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1.1;
    transform: translateX(-50%) translateY(-50%);
    word-wrap: break-word;
    font-size: 0.7em; }
    @media only screen and (max-width: 798px) {
      .sticker-shape-round .thumbnail-sticker .sticker-text {
        font-size: 1em; } }

.one-seventh .sticker-shape-round .sticker-holder__content,
.one-sixth .sticker-shape-round .sticker-holder__content,
.one-fifth .sticker-shape-round .sticker-holder__content,
.sticker-shape-round .sticker-holder__content {
  width: 75%;
  font-size: 12px; }
  @media only screen and (max-width: 1024px) {
    .one-seventh .sticker-shape-round .sticker-holder__content,
    .one-sixth .sticker-shape-round .sticker-holder__content,
    .one-fifth .sticker-shape-round .sticker-holder__content,
    .sticker-shape-round .sticker-holder__content {
      width: 80%; } }
  @media only screen and (max-width: 480px) {
    .one-seventh .sticker-shape-round .sticker-holder__content,
    .one-sixth .sticker-shape-round .sticker-holder__content,
    .one-fifth .sticker-shape-round .sticker-holder__content,
    .sticker-shape-round .sticker-holder__content {
      width: 100%; } }

.one-fourth .sticker-shape-round .sticker-holder__content {
  width: 60%;
  font-size: 14px; }
  @media only screen and (max-width: 1024px) {
    .one-fourth .sticker-shape-round .sticker-holder__content {
      width: 80%; } }
  @media only screen and (max-width: 480px) {
    .one-fourth .sticker-shape-round .sticker-holder__content {
      width: 100%; } }

.one-third .sticker-shape-round .sticker-holder__content,
.one-half .sticker-shape-round .sticker-holder__content {
  width: 50%;
  font-size: 18px; }
  .one-third .sticker-shape-round .sticker-holder__content .thumbnail-sticker,
  .one-half .sticker-shape-round .sticker-holder__content .thumbnail-sticker {
    margin: 5px;
    width: 100%;
    max-width: 60px;
    padding: 30px; }
  @media only screen and (max-width: 1024px) {
    .one-third .sticker-shape-round .sticker-holder__content,
    .one-half .sticker-shape-round .sticker-holder__content {
      width: 80%; } }
  @media only screen and (max-width: 480px) {
    .one-third .sticker-shape-round .sticker-holder__content,
    .one-half .sticker-shape-round .sticker-holder__content {
      width: 100%; } }

.one-third .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker,
.one-half .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker {
  margin-right: 10px;
  margin-left: 0; }
  @media only screen and (max-width: 798px) {
    .one-third .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker,
    .one-half .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker {
      font-size: 0.8em; } }
  @media only screen and (max-width: 798px) {
    .one-third .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker,
    .one-half .sticker-shape-round.sticker-position-bottom-right .thumbnail-sticker {
      font-size: 0.6em; } }

@media only screen and (max-width: 1024px) {
  .one-half .sticker-shape-round .sticker-holder__content {
    width: 65%; } }

@media only screen and (max-width: 480px) {
  .small-down--one-whole .sticker-shape-round .thumbnail-sticker {
    font-size: 0.9em;
    width: calc(22% - 10px);
    padding: calc(22% - 10px) 0 0; } }

@media only screen and (max-width: 798px) {
  .sticker-holder__content:not(.sticker-holder__content--product) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
.sticker-holder__content:not(.sticker-holder__content--product) .thumbnail-sticker {
  margin-top: 10px; }

.product_section .product__information .thumbnail-sticker:nth-child(1n+4) {
  display: none; }

.has-product-sticker .sticker-holder__content--product-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0px auto;
  max-width: 30%;
  padding-top: 20px;
  font-size: 16px; }
  @media only screen and (max-width: 798px) {
    .has-product-sticker .sticker-holder__content--product-center {
      font-size: 13px; } }
  .has-product-sticker .sticker-holder__content--product-center .thumbnail-sticker {
    margin: 0 5px; }
.has-product-sticker .sticker-shape-round .sticker-holder__content--product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  font-size: 14px; }
.has-product-sticker .sticker-shape-round .is-product-slideshow {
  max-width: 30%; }
@media only screen and (max-width: 798px) {
  .has-product-sticker .sticker-shape-round .sticker-holder__content--product-center {
    max-width: 50%; } }
@media only screen and (max-width: 480px) {
  .has-product-sticker .sticker-shape-round .sticker-holder__content--product-center {
    max-width: 80%; } }
.has-product-sticker .sticker-shape-round .thumbnail-sticker {
  width: calc(33.333% - 10px);
  padding: calc(33.3333% - 10px) 0 0;
  margin: 0 10px 0 0;
  display: inline-block;
  float: none; }
  .has-product-sticker .sticker-shape-round .thumbnail-sticker .sticker-text {
    font-size: 1em; }
.has-product-sticker .sticker-shape-square .sticker-holder__content--product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 798px) {
    .has-product-sticker .sticker-shape-square .sticker-holder__content--product {
      max-width: 100%;
      font-size: 13px; } }
.has-product-sticker .sticker-shape-square .is-product-slideshow {
  max-width: 45%; }
@media only screen and (max-width: 798px) {
  .has-product-sticker .sticker-shape-square .sticker-holder__content--product-center {
    font-size: 13px; } }
.has-product-sticker .sticker-shape-square .thumbnail-sticker {
  width: calc(33.333% - 10px);
  margin-right: 10px;
  display: inline-block;
  float: none; }
  .has-product-sticker .sticker-shape-square .thumbnail-sticker .sticker-text {
    font: 13px/24px Oswald;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase; }
    @media only screen and (min-width: 799px) {
      .has-product-sticker .sticker-shape-square .thumbnail-sticker .sticker-text {
        font-size: 16px;
        letter-spacing: 1.07px; } }
.has-product-sticker .sticker-holder {
  display: block;
  font-size: 14px; }

.has-secondary-image-swap img {
  visibility: visible;
  height: auto; }
.has-secondary-image-swap .swap--visible {
  opacity: 0;
  visibility: hidden;
  height: 0 !important; }

/* # Quick shop
================================================== */
.fancybox__quickView .fancybox-content {
  padding: 10px; }
.fancybox__quickView .fancybox-close-small {
  width: 58px;
  height: 58px;
  padding: 0; }

.quickshop-forms__container {
  display: none; }

.quick-shop {
  min-height: 450px; }
  .quick-shop .product-gallery,
  .quick-shop .product-gallery__nav {
    opacity: 0;
    transition: opacity 0.5s ease; }
  .quick-shop.quick-shop--loaded .product-gallery,
  .quick-shop.quick-shop--loaded .product-gallery__nav {
    opacity: 1; }
  .quick-shop .quick-shop__title {
    line-height: 20px;
    margin-bottom: 2px; }
    .quick-shop .quick-shop__title a {
      line-height: 20px; }
  .quick-shop .sticker-holder {
    position: absolute;
    top: 10px;
    left: 10px; }

.quick-shop__buttons {
  z-index: 12; }

.quickshop__gallery--right {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.quick-shop__popup {
  padding: 20px 10px; }
  .quick-shop__popup .fancybox-close-small {
    padding: 0;
    width: 60px;
    height: 60px; }
  .quick-shop__popup .thumbnail-sticker {
    margin-bottom: 15px; }
  .quick-shop__popup .modal_price {
    font-size: 20px;
    border-bottom: 2px solid #838383;
    padding: 0 0 15px;
    font-family: Oswald; }
    .quick-shop__popup .modal_price .money {
      color: #686464; }
    .quick-shop__popup .modal_price .was-price .money {
      color: #686464; }
    .quick-shop__popup .modal_price .sale .money {
      color: #c60200; }
  .quick-shop__popup .product_form {
    padding: 12px 0; }
  @media only screen and (max-width: 798px) {
    .quick-shop__popup .purchase-details__buttons {
      margin-top: 12px; } }
  .quick-shop__popup .color_swatcher {
    padding-bottom: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .quick-shop__popup .swatch {
    margin-top: 7px; }
    .quick-shop__popup .swatch a {
      width: 22px;
      height: 22px; }
    .quick-shop__popup .swatch .swatch-element {
      min-width: 42px;
      margin-left: 4px;
      margin-right: 4px;
      border-radius: 0; }
      .quick-shop__popup .swatch .swatch-element lable {
        width: 100%; }
  .quick-shop__popup .option-title {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    font-family: Oswald;
    margin: 10px 16px 0 0;
    color: #000;
    line-height: 16px;
    letter-spacing: 0.4px; }
    .quick-shop__popup .option-title.label {
      margin-right: 17px;
      margin-top: 15px; }
  .quick-shop__popup .purchase-details {
    margin-top: 15px; }
  @media only screen and (max-width: 798px) {
    .quick-shop__popup .select,
    .quick-shop__popup .select select {
      width: auto; } }
  .quick-shop__popup .select-container {
    clear: both;
    overflow: hidden; }
  .quick-shop__popup .select {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 10px; }
  .quick-shop__popup .flickity-button {
    height: 45px;
    width: 30px;
    padding: 0;
    border-radius: 0; }
    .quick-shop__popup .flickity-button:after {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 30px;
      height: 30px; }
    .quick-shop__popup .flickity-button.previous {
      left: 0; }
      .quick-shop__popup .flickity-button.previous:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath d='M19.795 23.62c.28.323.272.839-.018 1.151-.29.313-.753.304-1.034-.02l-7.538-8.689c-.274-.316-.273-.816 0-1.132l7.538-8.682c.28-.323.744-.332 1.034-.02.29.313.298.829.017 1.152l-7.046 8.116 7.047 8.124z'/%3e%3c/svg%3e"); }
    .quick-shop__popup .flickity-button.next {
      right: 0; }
      .quick-shop__popup .flickity-button.next:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath d='M11.205 23.62c-.28.323-.272.839.018 1.151.29.313.753.304 1.034-.02l7.538-8.689c.274-.316.273-.816 0-1.132l-7.538-8.682c-.28-.323-.744-.332-1.034-.02-.29.313-.298.829-.017 1.152l7.046 8.116-7.047 8.124z'/%3e%3c/svg%3e"); }
    .quick-shop__popup .flickity-button svg {
      display: none; }
  .quick-shop__popup .button--add-to-cart {
    width: 100% !important;
    background-color: #000;
    font-size: 16px;
    font-weight: 500; }
    .quick-shop__popup .button--add-to-cart:hover {
      background-color: rgba(0, 0, 0, 0.8); }
  .quick-shop__popup .button_detail {
    margin-top: 30px;
    font-size: 16px !important;
    width: 100% !important;
    height: 50px !important;
    font-weight: 500;
    line-height: 2em; }

.quick-shop__gallery {
  padding-right: 10px; }

.quick-shop__text-wrap {
  padding-top: 40px; }

.quick-shop .product-gallery__thumbnails--bottom-thumbnails {
  margin-top: 20px; }

@media only screen and (max-width: 798px) {
  .quick-shop .product-gallery__nav {
    margin-top: 60px; } }

@media only screen and (min-width: 799px) {
  .quick-shop .quickshop__arrows--false .flickity-viewport:hover .flickity-prev-next-button,
  .quick-shop .quickshop__arrows--false .flickity-prev-next-button {
    display: none !important; } }

.quick-shop__lightbox .fancybox-content {
  width: 90%;
  max-width: 880px;
  background-color: white; }

.quick-shop__popup .sticker-shape-square .sticker-holder__content,
.quick-shop__popup .sticker-shape-round .sticker-holder__content {
  max-width: 100%;
  font-size: 13px; }

body.compensate-for-scrollbar {
  margin-right: 0 !important; }

body.fancybox-active {
  overflow: hidden;
  height: 100vh; }

/* # Size chart
================================================== */
.size-chart {
  display: none; }
  @media only screen and (max-width: 798px) {
    .size-chart {
      width: 100%;
      padding: 0; } }
  .size-chart .fancybox-close-small svg {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%; }

.size-chart-wrap {
  -webkit-box-flex: 1 0 60%;
  -moz-box-flex: 1 0 60%;
  -webkit-flex: 1 0 60%;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  max-width: 900px;
  position: relative; }
  @media only screen and (max-width: 798px) {
    .size-chart-wrap {
      padding: 10px; } }
  .size-chart-wrap.animated {
    opacity: 0; }

.product__size-chart.size-chart--medium-down {
  float: left;
  width: 100%;
  display: none;
  padding-bottom: 20px; }
  @media only screen and (max-width: 798px) {
    .product__size-chart.size-chart--medium-down {
      display: block; } }
.product__size-chart .icon {
  position: relative;
  top: 2px;
  width: 0.9rem;
  height: 0.9rem; }

/* #Swatch Styles
================================================== */
.swatch-element.swatch--active {
  border-color: black;
  box-shadow: 0px 0px 0px 2px white; }

.selector-wrapper label {
  margin-bottom: 0.5rem; }

.selector-wrapper {
  display: none; }

.swatch_options {
  margin-bottom: 1rem; }
  .swatch_options .swatch + .swatch {
    margin-top: 15px; }

.swatch .option-title {
  margin-bottom: 0.5rem;
  margin-right: 20px; }
  .swatch .option-title:focus {
    outline: none; }

.swatch input {
  display: none; }

.swatch label {
  float: left;
  min-width: 36px;
  height: auto;
  margin: 0;
  font-size: 13px;
  text-align: center;
  line-height: 25px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  padding: 0 5px;
  font-family: Oswald;
  color: #000; }

.swatch .color label {
  min-width: 28px;
  height: 28px !important;
  line-height: 28px;
  background-position: center;
  background-size: cover; }

.swatch-element {
  border: #000 thin solid;
  min-width: 36px;
  height: 26px;
  border-radius: 3px; }

.swatch-element.color {
  padding: 3px; }
  .swatch-element.color.current {
    border-color: #12ce41; }

.swatch-element.color,
.swatch-element.color label {
  border-radius: 50%;
  border: #e2e2e2 thin solid;
  height: 36px; }

.swatch-element.color label {
  padding: 0;
  margin: 0;
  width: 28px;
  height: 28px;
  overflow: hidden; }

.swatch_options input:checked + .swatch-element:not(.color) {
  background: black;
  box-shadow: 0px 0px 0px 2px white; }
  .swatch_options input:checked + .swatch-element:not(.color) label {
    color: white; }

.swatch .swatch-element {
  float: left;
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px 8px 0 0;
  position: relative;
  outline: none; }

.crossed-out {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  border-radius: 50%;
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.swatch .swatch-element.soldout {
  border-color: #808080; }
  .swatch .swatch-element.soldout label {
    opacity: 0.6; }

.swatch .tooltip {
  text-align: center;
  background: #333;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  bottom: 100%;
  padding: 5px 10px;
  display: block;
  position: absolute;
  width: 120px;
  font-size: 13px;
  left: -35px;
  margin-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all .25s ease-out;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 60; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid rgba(51, 51, 51, 0.9) 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px); }

.soldout {
  opacity: 0.5; }

.swatch-element img[src*="no-image-50"],
.swatch__image--empty {
  opacity: 0; }

.swatch-element .swatch__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover"; }

/* # Announcement bar
================================================== */
.announcement-bar {
  width: 100%;
  position: absolute; }
  .announcement-bar.is-small {
    font-size: 0.75rem; }
  .announcement-bar.is-regular {
    font-size: 1rem; }
  .announcement-bar.is-large {
    font-size: 1.5rem; }
    @media only screen and (max-width: 480px) {
      .announcement-bar.is-large {
        font-size: 1rem; } }
  .announcement-bar .is-width-standard .message-header {
    padding-left: 0;
    padding-right: 0; }

.announcement-bar__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.announcement-bar__icon {
  line-height: 0; }

.show-close-icon-true {
  padding-left: 20px; }

.announcement-bar__content {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .announcement-bar__content p {
    padding: 0 0.5em;
    display: inline-block; }

.announcement-bar__shadow {
  opacity: 0;
  visibility: hidden;
  min-height: 20px; }

.announcement-bar--visible .announcement-container {
  transition: all 0s linear;
  height: auto; }

.announcement-container {
  height: 0;
  overflow: hidden;
  position: relative; }

/* # Article (blog posts)
================================================== */
@media only screen and (min-width: 799px) {
  .author-share-wrap .blog-share > div {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; } }

.comment-section {
  display: block; }

.blog-author {
  padding-left: 0; }
  .blog-author img {
    width: 100px;
    height: 100px; }
  .blog-author p {
    font-size: 0.9rem; }

@media only screen and (max-width: 798px) {
  .comment-section--cards img {
    width: 100px; } }

/* # Banner
================================================== */
.banner__wrapper {
  overflow: hidden;
  position: relative;
  max-height: 100vh; }
  .banner__wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover";
    height: 100%; }
  .banner__wrapper.is-small .image-element__wrap {
    height: 30vh; }
    @media only screen and (max-width: 798px) {
      .banner__wrapper.is-small .image-element__wrap {
        height: auto; } }
  .banner__wrapper.is-medium .image-element__wrap {
    height: 60vh; }
    @media only screen and (max-width: 798px) {
      .banner__wrapper.is-medium .image-element__wrap {
        height: auto; } }
  .banner__wrapper.is-large .image-element__wrap {
    height: 90vh; }
    @media only screen and (max-width: 798px) {
      .banner__wrapper.is-large .image-element__wrap {
        height: auto; } }

.banner__content {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  z-index: 3;
  width: 100%; }

.banner__text {
  margin: auto;
  max-width: 900px; }

.banner__heading {
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  text-transform: none;
  color: #ffffff; }
  @media only screen and (max-width: 1024px) {
    .banner__heading {
      font-size: 2.5em; } }
  @media only screen and (max-width: 480px) {
    .banner__heading {
      font-size: 2em; } }

.banner__subheading {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  letter-spacing: 1px;
  color: #ffffff; }

.dark-overlay-true {
  position: relative; }
  .dark-overlay-true:after {
    content: '';
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

/* # Contact form
================================================== */
.contact-form .contact-form__form {
  padding: 40px; }
  @media only screen and (max-width: 798px) {
    .contact-form .contact-form__form {
      margin: 30px 0; } }
.contact-form .contact-form__image {
  margin-bottom: 25px; }
.contact-form .contact-form__blocks .contact-form__block {
  margin-bottom: 20px; }
  .contact-form .contact-form__blocks .contact-form__block label {
    color: inherit !important; }
.contact-form .contact-form__block--radio .contact-form__list,
.contact-form .contact-form__block--checkbox .contact-form__list {
  margin: 0;
  list-style: none; }
  .contact-form .contact-form__block--radio .contact-form__list li,
  .contact-form .contact-form__block--checkbox .contact-form__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    margin-bottom: 10px; }
    .contact-form .contact-form__block--radio .contact-form__list li input,
    .contact-form .contact-form__block--checkbox .contact-form__list li input {
      top: 2px;
      margin-right: 7px;
      position: relative; }
.contact-form .contact-form__social .social-icons {
  list-style: none;
  margin: 20px 0 0 0;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }
  .contact-form .contact-form__social .social-icons li {
    padding-right: 10px; }
.contact-form .text-align-right .social-icons {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
.contact-form .text-align-center .social-icons {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.contact-form--left {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media only screen and (max-width: 798px) {
  .contact-form--right .contact-form__form,
  .contact-form--left .contact-form__form {
    margin-left: 0;
    margin-right: 0; } }

.contact-form--center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

/* # Featured collection
================================================== */
.featured-collection-section .slider-gallery,
.block__featured-collection .slider-gallery {
  width: 100%; }
@media only screen and (max-width: 798px) {
  .featured-collection-section .flickity-prev-next-button,
  .block__featured-collection .flickity-prev-next-button {
    display: none; } }

.featured-promotions {
  max-width: 100vw;
  overflow-x: hidden;
  margin: 35px 0 0 0 !important;
  padding-bottom: 40px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .featured-promotions {
      margin: 80px 0 0 0 !important;
      padding-bottom: 60px; } }
  .featured-promotions .section {
    max-width: 1175px; }
  .featured-promotions .has-gutter-enabled .featured-promotions__block {
    width: 78.4vw;
    margin-left: 5px;
    margin-right: 5px; }
    @media only screen and (min-width: 600px) {
      .featured-promotions .has-gutter-enabled .featured-promotions__block {
        width: 55vw;
        margin: 0 20px 0 0; } }
    @media only screen and (min-width: 799px) {
      .featured-promotions .has-gutter-enabled .featured-promotions__block {
        width: 33.3333333%;
        margin: 0;
        padding: 0 8px; } }
  .featured-promotions .flickity-viewport {
    overflow: visible; }
  @media only screen and (min-width: 799px) {
    .featured-promotions .flickity-slider {
      -webkit-transform: none !important;
      transform: none !important;
      width: calc(100% + 7px );
      margin: 0 -8px; } }
  .featured-promotions .flickity-page-dots {
    width: auto;
    font-size: 0;
    line-height: 0;
    left: 0;
    right: 0;
    bottom: -23px; }
    @media only screen and (min-width: 799px) {
      .featured-promotions .flickity-page-dots {
        display: none; } }
    .featured-promotions .flickity-page-dots .dot {
      width: 8px;
      height: 8px;
      display: inline-block;
      vertical-align: top;
      margin: 0 5px;
      background: none;
      border-width: 1px;
      border-style: solid;
      opacity: 1; }

.featured-promotions:after {
  content: '';
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1; }

.featured-promotions__wrapper {
  padding: 0 20px; }

.featured-promotions__button {
  transition: color .3s ease; }

.featured-promotions__button:hover {
  color: #12ce41 !important; }

.featured-promotions__nav-wrapper {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  @media only screen and (max-width: 480px) {
    .featured-promotions__nav-wrapper {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }

.featured-promotions__nav {
  color: #1a1a1a;
  margin-bottom: 10px;
  cursor: pointer;
  transition: color 0.3s ease-in-out; }
  .featured-promotions__nav:first-child {
    margin-right: 10px; }
  .featured-promotions__nav:hover {
    color: #12ce41; }

.is-width-wide .featured-promotions__nav:last-child {
  margin-right: 10px; }

.featured-promotions__block {
  position: relative; }

.featured-promotions__block.has-image-crop:after {
  content: '';
  display: block;
  padding-bottom: 100%; }
.featured-promotions__block.has-image-crop .featured-promotions__content {
  position: absolute;
  width: 100%;
  height: 100%; }

.featured-promotions__content {
  position: relative;
  overflow: hidden; }
  .featured-promotions__content img,
  .featured-promotions__content svg {
    transition: all 0.3s ease-in-out; }

.featured-promotions__overlay {
  width: 100%;
  padding: 18px 8px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%); }
  @media only screen and (min-width: 1025px) {
    .featured-promotions__overlay {
      padding: 21px 10px 16px 10px; } }

.featured-promotions__title {
  padding: 0 0 8px 0;
  font-weight: 600;
  font-size: 26px;
  line-height: 1; }
  @media only screen and (min-width: 1025px) {
    .featured-promotions__title {
      padding-bottom: 4px;
      font-size: 31px; } }
  @media only screen and (min-width: 1401px) {
    .featured-promotions__title {
      font-size: 36px; } }

.featured-promotions__button {
  font: 600 20px/1 Oswald;
  text-transform: uppercase; }
  @media only screen and (min-width: 1401px) {
    .featured-promotions__button {
      font-size: 26px; } }

.featured-promotions__wrapper:after {
  content: 'flickity';
  display: none; }

@media only screen and (min-width: 799px) {
  .mobile-slider .featured-promotions__nav-wrapper {
    display: none; } }
@media only screen and (min-width: 799px) {
  .mobile-slider .featured-promotions__wrapper:after {
    content: ''; } }

.showcase {
  max-width: 100vw;
  overflow-x: hidden; }

.showcase_mobile {
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 1025px) {
    .showcase_mobile {
      display: none; } }

.showcase_mobile__slider {
  margin: 20px 0 0 0; }
  .showcase_mobile__slider .flickity-viewport {
    overflow: visible; }
  .showcase_mobile__slider .flickity-page-dots {
    width: auto;
    left: 0;
    right: 0;
    bottom: -28px; }

.showcase_mobile__title {
  font-size: 36px;
  line-height: 1; }

.showcase_mobile__item {
  width: 78.4vw;
  margin: 0 10px 0 0; }
  @media (min-width: 600px) {
    .showcase_mobile__item {
      width: 55vw;
      margin: 0 20px 0 0; } }
  @media only screen and (min-width: 799px) {
    .showcase_mobile__item {
      width: 45vw; } }

.showcase_mobile__item_img {
  display: block; }
  .showcase_mobile__item_img img {
    vertical-align: top; }

.showcase_mobile__item_txt {
  display: block;
  padding: 20px 0 0 0;
  font: 600 26px/1.15 Oswald;
  text-transform: uppercase; }

.showcase_desktop {
  max-width: 1180px;
  padding: 0 20px;
  display: none; }
  @media only screen and (min-width: 1025px) {
    .showcase_desktop {
      display: block; } }

.showcase_desktop__title {
  width: calc(100% - 640px );
  float: left;
  padding: 55px 30px 0 0;
  font-weight: 600;
  font-size: 60px;
  line-height: 1; }
  @media only screen and (min-width: 1401px) {
    .showcase_desktop__title {
      padding: 50px 30px 0 0;
      font-size: 100px; } }

.showcase_desktop__row_1 {
  overflow: hidden; }
  .showcase_desktop__row_1 > div {
    float: right; }

.showcase_desktop__row_2 {
  padding: 55px 0 0 0; }

.showcase_desktop__item {
  display: inline-block;
  vertical-align: top; }

.showcase_desktop__item_1 {
  width: 267px;
  padding: 65px 0 0 0; }

.showcase_desktop__item_2 {
  width: 372px; }

.showcase_desktop__item_3 {
  width: 558px; }

.showcase_desktop__item_4 {
  width: 313px; }

.showcase_desktop__item_img {
  display: block; }
  .showcase_desktop__item_img img {
    vertical-align: top; }

.showcase_desktop__item_txt {
  display: block;
  padding: 11px 30px 0 0;
  font: 600 26px/1 Oswald;
  text-transform: uppercase; }
  .showcase_desktop__item_4 .showcase_desktop__item_txt {
    padding-left: 10px; }

.banners1 {
  max-width: 100vw;
  overflow-x: hidden; }

.banners1_btn {
  display: block;
  padding: 17px 16px;
  font: 500 16px/1 Oswald;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background .2s;
  transition: background .2s; }
  .banners1_btn:hover {
    background-color: #606060 !important; }

.banners1_mobile {
  padding-left: 20px;
  padding-right: 20px; }
  @media only screen and (min-width: 1025px) {
    .banners1_mobile {
      display: none; } }

.banners1_mobile__slider.flickity-resize .banners1_mobile__item {
  height: 100%;
  position: relative; }
  .banners1_mobile__slider.flickity-resize .banners1_mobile__item .banners1_mobile__item_btn {
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%); }
.banners1_mobile__slider .flickity-viewport {
  overflow: visible; }
.banners1_mobile__slider .flickity-page-dots {
  width: auto;
  left: 0;
  right: 0;
  bottom: 68px; }

.banners1_mobile__item {
  width: 78.4vw;
  margin: 0 10px 0 0; }
  @media (min-width: 600px) {
    .banners1_mobile__item {
      width: 55vw;
      margin: 0 20px 0 0; } }
  @media only screen and (min-width: 799px) {
    .banners1_mobile__item {
      width: 45vw; } }

.banners1_mobile__item_img {
  display: block; }
  .banners1_mobile__item_img img {
    vertical-align: top; }

.banners1_mobile__item_title {
  height: 70px;
  display: block;
  overflow: hidden;
  padding-top: 10px;
  font: 700 26px/1.15 Oswald;
  text-transform: uppercase; }

.banners1_mobile__item_subtitle {
  display: block;
  padding: 10px 0 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  text-overflow: ellipsis; }

.banners1_mobile__item_btn {
  margin: 44px 0 0 0; }

.banners1_desktop {
  max-width: 1180px;
  padding: 0 20px;
  display: none; }
  @media only screen and (min-width: 1025px) {
    .banners1_desktop {
      display: block; } }

.banners1_desktop__row {
  margin: 0 -10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.banners1_desktop__item {
  max-width: 33.3333333%;
  padding: 0 10px;
  -webkit-box-flex: 0 0 33.33333%;
  -moz-box-flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%; }

.banners1_desktop__item_title {
  display: block;
  padding: 6px 0 0 0;
  font: 600 26px/1 Oswald;
  text-transform: uppercase;
  transition: color 0.2s ease; }

.banners1_desktop__item_subtitle {
  display: block;
  padding: 8px 0 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 0.2s ease; }

.banners1_desktop__item_btn {
  margin: 13px 0 0 0; }

.banners2 {
  max-width: 100vw;
  overflow-x: hidden; }

.banners2_container {
  max-width: 1440px; }

.banners2_row {
  margin: 0 -10px; }
  @media (min-width: 600px) {
    .banners2_row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch; } }

.banners2_btn {
  -webkit-transition: color .2s;
  transition: color .2s; }

@media (min-width: 600px) {
  .banners2_item {
    max-width: 50%;
    padding: 0 10px;
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

.banners2_item__wrapper {
  display: block;
  position: relative; }

.banners2_item__img img {
  vertical-align: top; }

.banners2_item__content {
  display: block;
  padding: 6px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  @media only screen and (min-width: 1025px) {
    .banners2_item__content {
      padding: 25px 30px; } }

.banners2_item__title {
  display: block;
  font-weight: 600;
  line-height: 1;
  font-family: Oswald;
  text-transform: uppercase; }

.banners2_item__description {
  padding: 7px 0 0 0;
  font-weight: 700;
  line-height: 1.4; }

.banners2_item__btn {
  margin: 4px 0 0 0;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  font-family: Oswald;
  text-transform: uppercase; }

.homepage_slider .flickity-page-dots {
  font-size: 0;
  line-height: 0; }
.homepage_slider .dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  background: none;
  border-width: 1px;
  border-style: solid;
  opacity: 1; }

/* # Featured product
================================================== */
.featured-product .slideshow-enabled--false .product-gallery__image:not(:first-child) {
  display: none; }

.featured-product-section .select,
.featured-product-section .select select {
  height: 44px; }

/* # Footer
================================================== */
.footer__container {
  width: 100%; }

.footer__content {
  background-color: black;
  color: white;
  font-size: 14px; }
  .footer__content a,
  .footer__content a:visited {
    color: white; }
  .footer__content a:hover,
  .footer__content a:active {
    color: #12ce41; }
  .footer__content a:hover svg {
    fill: #12ce41; }
  .footer__content #zaius-footer {
    position: relative;
    left: -20px;
    width: calc(100% + 40px); }
    @media only screen and (min-width: 799px) {
      .footer__content #zaius-footer {
        top: -10px; } }

.footer__heading {
  font-family: Oswald, sans-serif;
  font-size: 18px;
  color: white;
  margin-bottom: 10px; }

.footer__block {
  padding-bottom: 20px; }
  .footer__block.block__logo .footer__heading {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    text-transform: uppercase; }
  .footer__block .social-icons svg {
    fill: white; }

.footer .social-icons li {
  padding-right: 5px; }

.footer__logo-wrapper {
  width: 100%; }
  .footer__logo-wrapper.is-small {
    max-width: 60%; }
    @media only screen and (max-width: 798px) {
      .footer__logo-wrapper.is-small {
        max-width: 30%; } }
  .footer__logo-wrapper.is-medium {
    max-width: 80%; }
    @media only screen and (max-width: 798px) {
      .footer__logo-wrapper.is-medium {
        max-width: 50%; } }
  .footer__logo-wrapper.is-large {
    max-width: 100%; }
    @media only screen and (max-width: 798px) {
      .footer__logo-wrapper.is-large {
        max-width: 70%; } }
  .footer__logo-wrapper .image-element__wrap {
    margin-right: 0;
    margin-left: 0; }

.footer__credits {
  font-size: smaller; }

.footer__credits a,
.footer__credits p {
  display: inline;
  color: white; }

.footer__credits a:hover {
  color: #12ce41; }

.footer__credits a:hover::after {
  color: white; }

.footer__content {
  border-bottom: 0;
  border-top: 0; }

.footer__block.one-fifth .is-stretched-width {
  min-width: 100% !important; }

@media only screen and (max-width: 1024px) {
  .footer__block .is-stretched-width {
    min-width: 100% !important; } }

.footer-classic__disclosure {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  @media only screen and (max-width: 798px) {
    .footer-classic__disclosure {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }

@media only screen and (max-width: 480px) {
  .footer__credits + .footer__payment-methods {
    margin-top: 20px; } }

@media only screen and (max-width: 480px) {
  .footer__credits {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .footer__payment-methods {
    text-align: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.footer__logo-wrapper {
  display: block; }
  .footer__logo-wrapper:hover .footer__heading, .footer__logo-wrapper:hover img {
    opacity: 0.7; }
  .footer__logo-wrapper .footer__heading,
  .footer__logo-wrapper img {
    transition: opacity 0.3s ease-in; }

/* Footer currency/language switcher */
.footer-menu__disclosure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 20px;
  width: 100%; }
  @media only screen and (max-width: 798px) {
    .footer-menu__disclosure {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }

.footer__info {
  background: black;
  padding: 120px 0 70px; }
  @media only screen and (max-width: 798px) {
    .footer__info {
      padding: 20px 10px 25px; } }
  .footer__info .collection__title,
  .footer__info .collection__description {
    color: white; }
  .footer__info .heading-wrapper {
    margin-bottom: 0; }
  .footer__info .collection__title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0; }

/* # Gallery
================================================== */
.has-no-side-gutter .gallery__item {
  margin: 0; }

.gallery-type--classic {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media only screen and (max-width: 798px) {
  .has-gutter-enabled .gallery__item {
    margin-bottom: 20px; } }

.gallery-type--horizontal-masonry {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery-type--horizontal-masonry img {
    width: 100%; }

.gallery__item {
  position: relative; }
  .gallery__item:hover .gallery-item__overlay {
    opacity: 1; }

.has-image-crop .gallery__item-wrap {
  height: 100%; }

.gallery-item__overlay {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.2s ease; }
  .gallery-item__overlay .icon {
    margin: 20px;
    width: 2.4rem;
    height: 2.4rem; }

/* # Header - Centered
================================================== */
/* # Header - Classic
================================================== */
.header {
  background-color: white;
  transition: background-color 0.3s linear, height 0.2s linear; }

.header__brand {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 36px 20px 0; }

.primary-logo {
  transition: all 0.1s linear; }
  .primary-logo + .header__logo-text {
    display: none; }

.header__logo {
  transition: all 0.3s ease; }

.header__menu {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.action-area__link.has-cart-count {
  padding-right: 1.8em; }

[data-enable_overlay="false"] .overlay-logo {
  display: none; }

[data-enable_overlay="true"] {
  position: absolute;
  width: 100%; }
  [data-enable_overlay="true"] .header {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10; }
  [data-enable_overlay="true"] .overlay-logo {
    display: block; }
  [data-enable_overlay="true"] .overlay-logo + .primary-logo {
    display: none; }
  [data-enable_overlay="true"] .overlay-logo + .header__logo-text {
    display: none; }

[data-enable_sticky="true"] .header {
  z-index: 50; }

.has-overlaid-header {
  position: absolute;
  width: 100%; }

/* # Header - Search focus
================================================== */
/* # Header - Vertical
================================================== */
/* # Header
================================================== */
@media only screen and (max-width: 798px) {
  header.header {
    display: none; } }

.header,
.mobile-header {
  font-family: Oswald, sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 16px;
  text-transform: uppercase; }

.dropdown-style-horizontal {
  position: relative; }

.dropdown-style-horizontal .navbar,
.dropdown-style-horizontal .navbar-item {
  position: initial; }

.dropdown-style-horizontal .header__menu-items,
.header__dropdown--below-header.header__menu-items {
  height: 100%; }
  .dropdown-style-horizontal .header__menu-items .navbar-item.has-dropdown,
  .header__dropdown--below-header.header__menu-items .navbar-item.has-dropdown {
    -webkit-align-self: stretch;
    -moz-align-self: stretch;
    -ms-align-self: stretch;
    align-self: stretch; }

.vertical-alignment-center .header__item {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.vertical-alignment-top .header__item {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
.vertical-alignment-bottom .header__item {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.header__link,
.header__link > a {
  color: black;
  fill: black; }
  .header__link:hover, .header__link.is-active,
  .header__link > a:hover,
  .header__link > a.is-active {
    color: black;
    fill: black; }

[data-show-search-trigger] {
  z-index: 61; }
  [data-show-search-trigger]:active, [data-show-search-trigger]:focus {
    outline: none; }
  @media only screen and (min-width: 1025px) {
    [data-show-search-trigger].opened {
      opacity: 0;
      pointer-events: none; } }

.header__logo-text {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase; }

.header__logo-text,
h1.header__logo-text > a {
  color: white; }
  .header__logo-text:hover,
  h1.header__logo-text > a:hover {
    color: white; }

.header__icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.header__icon-style-text .header__icon,
.header__icon-style-text .header-cart__count--badge {
  display: none; }

.header__icon-style-icons .icon-caption {
  display: none; }

.header__icon-style-icons-text {
  text-transform: uppercase; }
  .header__icon-style-icons-text .select {
    height: auto; }
  .header__icon-style-icons-text .icon-caption {
    padding: 0.3em 0 0;
    font-size: 0.7em; }
  .header__icon-style-icons-text .action-area__link.has-cart-count {
    padding-right: 1.8em; }
  .header__icon-style-icons-text .header-cart__caption {
    display: block; }

.action-area__link:not(.has-cart-count) .header-cart__count {
  display: none; }

.action-area__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 8px 5px;
  height: 100%; }
  .action-area__link:last-child {
    padding-right: 0; }
  .vertical-alignment-center .action-area__link {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .vertical-alignment-top .action-area__link {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .vertical-alignment-bottom .action-area__link {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .action-area__link.header-cart {
    position: relative; }

.has-submenu label {
  display: block;
  position: relative; }
.has-submenu .close-dropdown,
.has-submenu .close-sub-dropdown {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 100%;
  width: 25%; }
.has-submenu .has-no-link .close-dropdown,
.has-submenu .has-no-link .close-sub-dropdown {
  width: 100%; }

[data-enable_overlay="false"] .overlay-logo__content {
  display: none; }
[data-enable_overlay="false"] .logo__content {
  display: block; }

[data-enable_overlay="true"] .overlay-logo__content {
  display: block; }
[data-enable_overlay="true"] .logo__content {
  display: none; }

.header__logo:hover img {
  opacity: 0.7; }
.header__logo img {
  transition: opacity 0.3s ease-in; }

/* Header currency/language switcher */
@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .header-menu__disclosure .selectors-form__wrap {
    margin-bottom: 0; } }
.header-menu__disclosure .disclosure {
  padding: 0.5rem 0; }
.header-menu__disclosure .disclosure__toggle {
  margin-top: 0; }
.header-menu__disclosure .disclosure__list-wrap {
  top: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute; }

/* # Heading
================================================== */
.heading-section__preheading {
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase; }

.heading-section__subheading {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  text-transform: none; }

.heading-section__content {
  padding: 1.5rem 0; }

.vertical-spacing-medium .heading-section__preheading + .heading-section__heading {
  padding-top: 10px; }
.vertical-spacing-medium .heading-section__preheading + .heading-section__subheading {
  padding-top: 10px; }
.vertical-spacing-medium .heading-section__heading + .heading-section__subheading {
  padding-top: 10px; }
.vertical-spacing-medium .heading-divider {
  margin-top: 10px; }

.vertical-spacing-large .heading-section__preheading + .heading-section__heading {
  padding-top: 20px; }
.vertical-spacing-large .heading-section__preheading + .heading-section__subheading {
  padding-top: 20px; }
.vertical-spacing-large .heading-section__heading + .heading-section__subheading {
  padding-top: 20px; }
.vertical-spacing-large .heading-divider {
  margin-top: 20px; }

.heading-wrapper {
  margin-bottom: 40px; }
  @media only screen and (max-width: 798px) {
    .heading-wrapper {
      margin-bottom: 20px; } }
  .heading-wrapper.text-align-center .heading-divider {
    margin: 0 auto; }
  .heading-wrapper.text-align-right .heading-divider {
    margin: 0 0 0 auto; }

@media only screen and (min-width: 799px) {
  .has-heading-divider-below .heading-wrapper:not(.heading-divider-below) {
    margin-bottom: 0; }
  .has-heading-divider-below .heading-wrapper:not(.heading-divider-below) .heading-divider {
    display: none; } }

@media only screen and (max-width: 798px) {
  .heading-divider-below {
    display: none; } }

/* # Icon bar
================================================== */
.icon-bar__block {
  padding: 0.5rem 0.75rem; }
  @media only screen and (min-width: 799px) {
    .icon-bar__block:first-child {
      padding-left: 0; }
    .icon-bar__block:last-child {
      padding-right: 0; } }
  .icon-bar__block.is-small {
    font-size: 0.75rem; }
  .icon-bar__block.is-medium {
    font-size: 14px; }
  .icon-bar__block.is-large {
    font-size: 1.5rem; }
  .icon-bar__block .icon-bar__text {
    padding: 0 5px; }

/* # Icon with text column
================================================== */
.icon-with-text-column .icon {
  margin-bottom: 20px; }
  @media only screen and (max-width: 798px) {
    .icon-with-text-column .icon {
      margin-bottom: 0;
      margin-top: 20px; } }
  .icon-with-text-column .icon.is-small {
    height: 2.8rem;
    width: 2.8rem; }
  .icon-with-text-column .icon.is-medium {
    height: 3.6rem;
    width: 3.6rem; }
  .icon-with-text-column .icon.is-large {
    height: 5.4rem;
    width: 5.4rem; }

.image-with-text__image-column {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .image-with-text__image-column .image-element__wrap {
    width: 100%; }
  @media only screen and (min-width: 799px) {
    .image-with-text__image-column {
      width: 45.8%; } }
  @media only screen and (max-width: 798px) {
    .image-with-text__image-column.has-image-crop:not(.image-crop--none) {
      height: 100vw; } }

.image-with-text__text-column {
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 25px;
  padding-right: 25px; }
  .image-with-text__text-column.has-background {
    padding: 30px; }
  @media only screen and (max-width: 798px) {
    .image-with-text__text-column {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }
  @media only screen and (min-width: 799px) {
    .image-with-text__text-column {
      width: 54.2%; } }
  @media only screen and (min-width: 1025px) {
    .image-with-text__text-column {
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (min-width: 1401px) {
    .image-with-text__text-column {
      padding-left: 40px;
      padding-right: 40px; } }

.image-with-text__container {
  width: 100%; }

.image-with-text__heading {
  padding: 20px 0 0 0;
  font-weight: bold;
  line-height: 1;
  color: black; }
  .image-with-text__heading.is-small {
    font-size: 40px; }
  .image-with-text__heading.is-regular {
    font-size: 50px; }
  .image-with-text__heading.is-large {
    font-size: 60px; }
  @media only screen and (min-width: 799px) {
    .image-with-text__heading {
      padding: 0; } }
  @media only screen and (min-width: 1025px) {
    .image-with-text__heading {
      font-weight: 600;
      letter-spacing: -2px; }
      .image-with-text__heading.is-small {
        font-size: 60px; }
      .image-with-text__heading.is-regular {
        font-size: 80px; }
      .image-with-text__heading.is-large {
        font-size: 100px; } }
  @media only screen and (min-width: 1401px) {
    .image-with-text__heading {
      letter-spacing: -3px; }
      .image-with-text__heading.is-small {
        font-size: 100px; }
      .image-with-text__heading.is-regular {
        font-size: 120px; }
      .image-with-text__heading.is-large {
        font-size: 140px; } }

.image-with-text__text {
  margin: 0 !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0; }
  .image-with-text__text p {
    margin: 12px 0 0 0;
    color: black; }
  @media only screen and (min-width: 1025px) {
    .image-with-text__text {
      font-size: 25px;
      line-height: 1; }
      .image-with-text__text p {
        margin: 17px 0 0 0; } }
  @media only screen and (min-width: 1401px) {
    .image-with-text__text {
      font-size: 33px; }
      .image-with-text__text p {
        margin: 22px 0 0 0; } }

.image-with-text__buttons {
  padding: 20px 0 0 0; }

.image-with-text__button {
  font: 600 44px/1 Oswald;
  color: black;
  text-transform: uppercase; }
  @media only screen and (min-width: 1025px) {
    .image-with-text__button {
      font-size: 52px; } }
  @media only screen and (min-width: 1401px) {
    .image-with-text__button {
      font-size: 60px; } }

.image-with-text__link {
  width: 100%;
  display: block;
  overflow: hidden; }

@media only screen and (max-width: 798px) {
  .block__image-with-text .has-gutter-enabled .image-with-text__column {
    margin-bottom: 20px; } }

.iwto {
  margin: 20px 0 0 0;
  font-size: 0;
  line-height: 0;
  position: relative; }

.iwto_image {
  vertical-align: top; }
  .iwto_image img {
    width: 100%;
    max-width: 100%; }

.iwto_text__wrap {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.iwto_text {
  height: 100%;
  padding: 20px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15); }

.iwto_text__inner {
  padding: 30px; }

.iwto_text__title {
  font: 600 60px/1.1 Oswald; }
  @media only screen and (min-width: 799px) {
    .iwto_text__title {
      line-height: 1;
      font-weight: 600; }
      .iwto_text__title.iwto_text__title_small {
        font-size: 20px; }
      .iwto_text__title.iwto_text__title_regular {
        font-size: 40px; }
      .iwto_text__title.iwto_text__title_large {
        font-size: 60px; } }
  @media only screen and (min-width: 1025px) {
    .iwto_text__title.iwto_text__title_small {
      font-size: 40px; }
    .iwto_text__title.iwto_text__title_regular {
      font-size: 60px; }
    .iwto_text__title.iwto_text__title_large {
      font-size: 100px; } }

.iwto_text__tagline {
  padding: 11px 0 0 0;
  font: bold 18px/1.1 "Century Gothic"; }
  @media only screen and (min-width: 799px) {
    .iwto_text__tagline {
      padding: 9px 0 0 0; }
      .iwto_text__tagline.iwto_text__tagline_small {
        font-size: 14px; }
      .iwto_text__tagline.iwto_text__tagline_regular {
        font-size: 18px; }
      .iwto_text__tagline.iwto_text__tagline_large {
        font-size: 22px; } }
  @media only screen and (min-width: 1025px) {
    .iwto_text__tagline.iwto_text__tagline_small {
      font-size: 20px; }
    .iwto_text__tagline.iwto_text__tagline_regular {
      font-size: 28px; }
    .iwto_text__tagline.iwto_text__tagline_large {
      font-size: 33px; } }

.iwto_text__btn_wrap {
  padding: 11px 0 0 0; }
  @media only screen and (min-width: 799px) {
    .iwto_text__btn_wrap {
      padding: 5px 0 0 0; } }

.iwto_text__btn {
  font: 600 44px/1 Oswald;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  @media only screen and (min-width: 799px) {
    .iwto_text__btn {
      font-size: 30px; } }
  @media only screen and (min-width: 1025px) {
    .iwto_text__btn {
      font-size: 60px; } }
  .iwto_text__btn:hover {
    color: #12ce41 !important; }

/* # List of collections page
================================================== */
.list-collection-wrapper .list-collection__thumbnail {
  display: block;
  margin-bottom: 30px; }

.collection-list .has-no-side-gutter .list-collection__thumbnail {
  margin-bottom: 0; }

.list-collection__thumbnail {
  overflow: hidden; }
  .list-collection__thumbnail .product-wrap {
    position: relative;
    overflow: hidden; }
    .list-collection__thumbnail .product-wrap:hover img, .list-collection__thumbnail .product-wrap:hover svg {
      -ms-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .list-collection__thumbnail img,
  .list-collection__thumbnail svg {
    transition: all 0.3s ease-in-out; }

.collection-thumbnail-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.collection-info__caption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 2; }
  .collection-info__caption .title {
    display: block;
    margin-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.5;
    color: #000000;
    display: block;
    letter-spacing: 0px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen and (max-width: 798px) {
      .collection-info__caption .title {
        font-size: 28px; } }
    .collection-info__caption .title > a,
    .collection-info__caption .title > a:link,
    .collection-info__caption .title > a:visited {
      color: #000000; }
    .collection-info__caption .title > a:hover,
    .collection-info__caption .title > a:focus {
      color: #12ce41; }

.collection-info__caption--below-image {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .collection-info__caption--below-image .title {
    text-align: center; }

/* # Logo list
================================================== */
.logo-list .has-background {
  padding-top: 20px; }
@media only screen and (max-width: 480px) {
  .logo-list .logo-list__wrapper {
    max-width: 1480px;
    width: 100%; } }

/* # Map
================================================== */
.maps {
  width: 100%; }

.map {
  height: 100%;
  width: 100%; }

/* # Mobile Header
================================================== */
.mobile-menu--opened {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100vh; }

#mobile-header .mobile-header__logo {
  width: 100%; }

.mobile-header {
  background-color: white;
  transition: background-color 0.3s linear, height 0.2s linear;
  width: 100%; }
  @media only screen and (min-width: 799px) {
    .mobile-header {
      display: none; } }

.mobile-header__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 798px) {
    .mobile-header__content {
      padding: 0 20px; } }
  @media only screen and (max-width: 480px) {
    .mobile-header__content {
      padding: 0 10px; } }

.mobile-menu__toggle-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  transition: visibility 0s linear, opacity 0.33s linear 0.1s;
  padding: 10px 5px 10px 5p; }
  .mobile-menu__toggle-icon .icon {
    fill: black; }
  .mobile-menu__toggle-icon .mobile-header__open-menu {
    transition: visibility 0s linear, opacity 0.33s linear 0.1s; }
  .mobile-menu__toggle-icon .mobile-header__close-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: visibility 0s linear, opacity 0.33s linear 0.1s; }
  .mobile-menu__toggle-icon.is-active .mobile-header__open-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute; }
  .mobile-menu__toggle-icon.is-active .mobile-header__close-menu {
    opacity: 1;
    visibility: visible;
    position: relative; }

.mobile-layout--left .mobile-logo {
  width: calc(50% - 10px); }
.mobile-layout--left .mobile-icons {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
.mobile-layout--left.mobile-logo__position--left .mobile-dropdown,
.mobile-layout--left.mobile-logo__position--left .mobile-icons {
  width: auto; }

.mobile-logo,
.mobile-dropdown,
.mobile-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 5px; }

.mobile-icons {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.mobile-dropdown {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

.mobile-logo {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px; }
  .mobile-logo .image-element__wrap {
    max-width: 200px !important; }

.mobile-logo__position--left .mobile-logo {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  text-align: left; }

.mobile-layout--left.mobile-logo__position--below {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mobile-layout--left.mobile-logo__position--below .mobile-dropdown,
  .mobile-layout--left.mobile-logo__position--below .mobile-icons {
    width: 50%; }
  .mobile-layout--left.mobile-logo__position--below .mobile-logo {
    display: none; }

.mobile-layout--right .action-area__link.has-cart-count {
  padding-right: 5px; }

.mobile-layout--right.mobile-logo__position--below {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .mobile-layout--right.mobile-logo__position--below .mobile-icons {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .mobile-layout--right.mobile-logo__position--below .mobile-logo {
    display: none; }

.mobile-dropdown__position--left {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

.mobile-dropdown__position--right {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  padding-top: 5px; }

.mobile-logo__outer {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: white;
  padding: 10px 0;
  width: 100%; }
  .mobile-logo__outer a {
    color: #1a1a1a; }
  .mobile-logo__outer .image-element__wrap {
    max-width: 200px !important; }

.mobile-menu a {
  color: black; }
  .mobile-menu a:hover {
    color: black; }

.submenu__label:hover a {
  color: #12ce41; }

.mobile-menu__submenu {
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase; }

.mobile-menu__toggle-icon.is-active + .mobile-menu {
  transition: left 0.5s;
  left: 0; }

.mobile-menu {
  max-height: 100%;
  min-height: 100vh;
  left: -100%;
  position: absolute;
  top: 100%;
  transition: left 0.3s ease-in-out;
  width: 100%;
  z-index: 40;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .mobile-menu .mobile-menu__item {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-weight: 500;
    letter-spacing: 1.07px; }
    .mobile-menu .mobile-menu__item .icon {
      fill: #000000;
      margin-right: 12px; }
      .mobile-menu .mobile-menu__item .icon:hover {
        fill: #12ce41; }
    .mobile-menu .mobile-menu__item select {
      color: black; }
      .mobile-menu .mobile-menu__item select:hover {
        color: black; }
  .mobile-menu .mobile-menu-link,
  .mobile-menu .mobile-menu__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 1;
    padding: .8rem 1.5rem; }

.mobile-menu__first-level label {
  display: block;
  position: relative; }
.mobile-menu__first-level .close-dropdown,
.mobile-menu__first-level .close-sub-dropdown {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  height: 100%;
  width: 25%;
  z-index: 2; }
.mobile-menu__first-level .has-no-link .close-dropdown,
.mobile-menu__first-level .has-no-link .close-sub-dropdown {
  width: 100%; }

.mobile-menu__content {
  padding-top: 18px;
  padding-bottom: 100px; }
  .mobile-menu__content .icon-caption {
    padding: 0;
    font-size: 1em; }

.mobile__currency-dropdown {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  .mobile__currency-dropdown .icon-caption {
    position: absolute; }
  .mobile__currency-dropdown select {
    border: none;
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: inherit;
    background: transparent;
    color: currentColor; }

.mobile-menu-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 75vh;
  width: 100%;
  padding: 0; }

.mobile-menu-link {
  position: relative; }
  .mobile-menu-link::after {
    border-color: #1a1a1a;
    right: 2.35em;
    z-index: 4;
    font-size: .8em;
    font-weight: 600; }

.mobile-menu__submenu {
  transition: max-height 0.5s;
  border-left: 1px solid #e3e5e7;
  margin-left: 20px;
  max-height: 0;
  overflow: hidden;
  padding-left: 0; }
  .mobile-menu__submenu.has-mega-menu {
    margin-left: 0;
    max-height: none;
    display: none; }
  .mobile-menu__submenu .mega-menu {
    display: block;
    position: relative;
    background-color: white !important;
    left: 0; }

.submenu__input:checked ~ .mobile-menu__submenu {
  transition: max-height 0.8s;
  max-height: 100vh; }
.submenu__input:checked ~ .mobile-menu__submenu.has-dropdown {
  max-height: 100vh; }
.submenu__input:checked ~ .mobile-menu__submenu.has-mega-menu {
  max-height: none;
  display: block;
  border-left: 0; }
.submenu__input:checked + label a:after {
  transform: translateY(-60%) rotate(180deg); }
.submenu__input + label a:after {
  transition: transform 0.2s linear; }

.header__icon-style-text .mobile-icons,
.header__icon-style-icons-text .mobile-icons {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .header__icon-style-text .mobile-icons.has-one-icon,
  .header__icon-style-icons-text .mobile-icons.has-one-icon {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
.header__icon-style-text .mobile-icons .action-area__link,
.header__icon-style-icons-text .mobile-icons .action-area__link {
  padding: 5px; }
.header__icon-style-text .header-cart__caption,
.header__icon-style-icons-text .header-cart__caption {
  white-space: nowrap; }

.header__icon-style-icons .mobile__currency-dropdown .icon-caption {
  display: block;
  opacity: 0; }

.header__icon-style-text .mobile__currency-dropdown {
  line-height: 1.5;
  padding: 0.5rem 1.5rem; }
  .header__icon-style-text .mobile__currency-dropdown .icon-caption {
    position: relative; }
  .header__icon-style-text .mobile__currency-dropdown select,
  .header__icon-style-text .mobile__currency-dropdown option {
    padding-left: 0px; }

@-moz-document url-prefix() {
  .header__icon-style-text .mobile__currency-dropdown select {
    text-indent: -2px; } }

.header__icon-style-icons-text .mobile__currency-dropdown select {
  padding-left: 25px; }

.mobile-menu__toggle-button {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 45px;
  z-index: 50;
  bottom: 0; }
  .mobile-menu__toggle-button.mobile-toggle__position--right {
    right: 0;
    left: initial; }
  @media only screen and (max-width: 798px) {
    .mobile-menu__toggle-button {
      display: block;
      left: 21px; } }
  @media only screen and (max-width: 480px) {
    .mobile-menu__toggle-button {
      left: 12px; } }

/* # Mega menu
================================================== */
.mega-menu-section {
  display: none; }

#header .is-width-wide .mega-menu {
  width: calc(100% + 20px);
  left: calc(-20px / 2); }

.header--search-focus .mega-menu {
  overflow: auto; }

.mega-menu {
  display: none;
  left: 0;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  position: absolute;
  top: 100%;
  width: 100%;
  min-width: 100%;
  z-index: 20;
  box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1); }
  @media only screen and (max-width: 798px) {
    .mega-menu {
      box-shadow: 0; } }
  .mega-menu.mega-menu--show {
    display: block; }
  .mega-menu.mega-menu--force-show {
    display: block !important;
    z-index: 30 !important; }
  .mega-menu a,
  .mega-menu a:active,
  .mega-menu a:visited {
    color: black; }
  .mega-menu a:hover {
    color: #12ce41; }
  .mega-menu .menu__heading {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2; }
  .mega-menu .mega-menu__linklist-link {
    display: inline-block;
    padding: 0.5em 0;
    line-height: 1;
    color: #000;
    font-weight: normal; }
  .mega-menu .mega-menu__image {
    max-height: none; }

.mega-menu__block {
  padding: 20px; }
  @media only screen and (max-width: 798px) {
    .mega-menu__block.block__empty-column {
      display: none; } }
  .mega-menu__block.block__featured-promo .button {
    width: 100%; }
  .mega-menu__block .mega-menu__content {
    margin-top: 10px; }
    .mega-menu__block .mega-menu__content:first-child {
      margin-top: 0; }
  .mega-menu__block.block__featured-product .price {
    font-size: 0.9em; }

.mega-menu__banner {
  padding: 0.75em 1em;
  width: 100%;
  transition: background-color 0.2s linear; }
  .mega-menu__banner .icon {
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0; }
  .mega-menu__banner .mega-menu__sticker-text {
    padding: 0 0.5em; }
  .mega-menu__banner.is-small {
    font-size: 0.8rem; }
  .mega-menu__banner.is-regular {
    font-size: 1rem; }
  .mega-menu__banner.is-large {
    font-size: 1.2rem; }

.navbar-item.has-mega-menu {
  position: static; }

.mega-menu__section.is-active .mega-menu {
  display: block; }

.mega-menu__content {
  position: relative;
  width: 100%; }
  .mega-menu__content .has-thumbnail-sticker .sticker-holder__content {
    font-size: 14px; }

/* # Popup
================================================== */
.popup-modal .fancybox-bg {
  opacity: 1; }
.popup-modal .fancybox-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0; }

.popup__wrapper {
  display: none;
  padding: 0;
  max-width: 877px;
  width: 90%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #d8d8e0, #dedee6 6%, #e4e4ec 9%, #f2f1f7 39%, #f4f3fb); }
  @media only screen and (max-width: 480px) {
    .popup__wrapper {
      width: calc(100% - 40px); } }
  .popup__wrapper.animated {
    opacity: 0; }
  .popup__wrapper.has-image .newsletter-form {
    max-width: 100%; }

.popup__text {
  font-size: 1rem; }

.popup__close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
  cursor: pointer; }
  .popup__close .icon--vertical-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin: auto; }

.newsletter-section--popup {
  margin: 0;
  padding-top: 20px;
  width: 100%;
  max-width: none; }
  .newsletter-section--popup .newsletter__wrapper {
    max-width: 100%;
    padding: 0; }

.popup__image {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  min-width: 200px;
  width: 34%; }
  .popup__image.has-image-crop img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: auto;
    width: 100%; }

.image-position-right .popup__image {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }
.image-position-right .popup__close {
  left: 0;
  right: auto; }

.popup__content {
  max-width: calc(75% - 80px);
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1 0 60%;
  -moz-box-flex: 1 0 60%;
  -webkit-flex: 1 0 60%;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  padding: 40px; }
  @media only screen and (max-width: 798px) {
    .popup__content {
      max-width: 100%;
      padding: 20px; } }

.popup__header {
  width: calc(100% - 12px); }
  @media only screen and (max-width: 798px) {
    .popup__header {
      margin: 0 10px; } }

/* # Rich text
================================================== */
.mobile-shrink-text span,
.mobile-shrink-text p {
  font-size: 1em;
  display: block; }
  @media only screen and (max-width: 798px) {
    .mobile-shrink-text span,
    .mobile-shrink-text p {
      font-size: 0.8em; } }
  @media only screen and (max-width: 480px) {
    .mobile-shrink-text span,
    .mobile-shrink-text p {
      font-size: 0.5em; } }

.rich-text__content a.button {
  max-width: 50%; }
  @media only screen and (max-width: 798px) {
    .rich-text__content a.button {
      max-width: 100%; } }

@media only screen and (max-width: 798px) {
  .search-form {
    padding-top: 20px; } }
.search-form .search__fields input[type="text"] {
  width: calc(100% - 12px);
  outline: none;
  border: none;
  border-bottom: 1px solid black;
  color: #787878; }
  .search-form .search__fields input[type="text"]:active, .search-form .search__fields input[type="text"]:focus {
    color: #787878;
    box-shadow: none; }
  @media only screen and (min-width: 1025px) {
    .search-form .search__fields input[type="text"] {
      width: 100%;
      height: 30px;
      padding-bottom: 0; } }
.search-form .search__fields [data-icon="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -4px;
  color: #0a0a0a; }
  .search-form .search__fields [data-icon="search"]:active {
    border: none; }
  .search-form .search__fields [data-icon="search"]:focus {
    border: none; }
  @media only screen and (min-width: 1025px) {
    .search-form .search__fields [data-icon="search"] {
      top: 14px;
      right: -17px; } }
.search-form .search__fields [data-icon="search"]:hover svg > * {
  fill: #12ce41; }
@media only screen and (min-width: 1025px) {
  .search-form .control {
    padding-top: 10px; } }

@media only screen and (max-width: 480px) {
  .search-result__image-container {
    padding-bottom: 20px; } }

.search-overlay {
  background-color: white;
  color: black;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  z-index: 60;
  -webkit-transition: width .2s ease;
  transition: width .2s ease; }
  .search-overlay.sticky-search {
    position: fixed;
    top: 8px; }
    @media only screen and (min-width: 1025px) {
      .search-overlay.sticky-search {
        position: absolute; } }
  .search-overlay.is-opened {
    display: block; }
  @media only screen and (min-width: 1025px) {
    .search-overlay {
      background-color: transparent; }
      .search-overlay [data-icon="search"] {
        opacity: 0;
        pointer-events: none; }
      .search-overlay input {
        background-color: transparent; } }
  @media only screen and (min-width: 1025px) {
    .search-overlay.search-overlay-active {
      background-color: white; }
      .search-overlay.search-overlay-active [data-icon="search"] {
        opacity: 1;
        pointer-events: auto; } }
  @media only screen and (min-width: 1025px) {
    .search-overlay .search-menu {
      max-width: 70%;
      margin: 0px auto; } }
  @media only screen and (min-width: 1025px) {
    .search-overlay {
      width: 28%;
      display: block;
      position: absolute;
      top: -62px;
      left: auto;
      right: 112px; } }
  @media only screen and (min-width: 1401px) {
    .search-overlay {
      width: 38.85%; } }

.search-overlay-active {
  width: calc(100% - 340px ); }
  .search-overlay-active.sticky-search {
    width: calc(100% - 360px ); }

.search-overlay__wrapper {
  width: 100%; }

.search_overlay__input {
  width: 100%;
  padding: 0 15px 0 0; }

.search-overlay-wrapper {
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .search-overlay-wrapper {
      max-width: 1480px;
      margin-left: auto;
      margin-right: auto; } }

.instant_search__wrapper {
  position: relative; }

.instant_search__results_wrap {
  padding: 0 15px;
  position: relative; }
  @media only screen and (min-width: 900px) {
    .instant_search__results_wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 100px; } }
  @media only screen and (min-width: 1025px) {
    .instant_search__results_wrap {
      padding: 0 270px; } }

.instant_search__results {
  width: 100vw;
  background: white;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none; }

body.sticky-active .instant_search__wrapper {
  position: fixed;
  top: 46px;
  z-index: 1; }
@media only screen and (min-width: 1025px) {
  body.sticky-active .search-overlay-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40; } }

.instant_search__form_mobile {
  margin: 25px 0 20px 0;
  padding: 0 15px;
  position: relative; }
  @media only screen and (min-width: 1025px) {
    .instant_search__form_mobile {
      display: none; } }

.instant_search__form_input {
  width: calc(100% - 15px );
  height: 30px;
  display: inline-block;
  padding: 0 20px 0 0;
  border: 1px solid black !important;
  border-width: 0 0 1px 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.instant_search__form_submit {
  width: 36px;
  height: 36px;
  display: inline-block;
  padding: 8px;
  background: none;
  border: none;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none; }
  .instant_search__form_submit:hover svg > * {
    fill: black; }

.instant_search__title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .5px; }

.instant_search__empty {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px;
  position: relative; }
  @media only screen and (min-width: 900px) {
    .instant_search__empty {
      padding: 30px; } }

.instant_search__empty_title {
  font-size: 16px;
  line-height: 1;
  text-align: center; }

.instant_search__suggestions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 0 0 0; }
  @media only screen and (min-width: 900px) {
    .instant_search__suggestions {
      max-width: 25%;
      display: block;
      padding: 75px 0 0 0;
      -webkit-box-flex: 0 0 135px;
      -moz-box-flex: 0 0 135px;
      -webkit-flex: 0 0 135px;
      -ms-flex: 0 0 135px;
      flex: 0 0 135px; } }

.instant_search__suggestions_title {
  order: 2;
  padding: 8px 0 0 10px; }
  @media only screen and (min-width: 900px) {
    .instant_search__suggestions_title {
      padding: 0; } }

.instant_search__suggestions_list {
  order: 1; }

.instant_search__suggestions_item {
  padding: 2px 0 0 0; }
  @media only screen and (min-width: 900px) {
    .instant_search__suggestions_item {
      padding: 7px 0 0 0; } }

.instant_search__suggestions_link {
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase; }
  @media only screen and (min-width: 1025px) {
    .instant_search__suggestions_link {
      display: inline-block;
      line-height: 1; } }

@media only screen and (min-width: 900px) {
  .instant_search__products {
    padding: 75px 0 0 0; } }

.instant_search__products_title {
  display: none; }
  @media only screen and (min-width: 900px) {
    .instant_search__products_title {
      display: block; } }

.instant_search__products_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -5px;
  padding: 10px 0 0 0; }
  @media only screen and (min-width: 1025px) {
    .instant_search__products_list {
      margin: 0 -10px;
      padding: 13px 0 0 0; } }

.instant_search__product {
  max-width: 50%;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 5px; }
  @media only screen and (min-width: 600px) {
    .instant_search__product {
      max-width: 33.3333333%;
      -webkit-box-flex: 0 0 33.33333%;
      -moz-box-flex: 0 0 33.33333%;
      -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%; } }
  @media only screen and (min-width: 1025px) {
    .instant_search__product {
      padding: 0 10px; } }

.instant_search__product_3 {
  display: none; }
  @media only screen and (min-width: 600px) {
    .instant_search__product_3 {
      display: block; } }

.instant_search__product_title {
  padding: 5px 0 0 0;
  font-size: 16px;
  line-height: 1.2; }
  @media only screen and (min-width: 1025px) {
    .instant_search__product_title {
      font-size: 20px; } }
  .instant_search__product_link:hover .instant_search__product_title {
    color: #12ce41; }

.instant_search__product_price {
  padding: 5px 0 0 0; }
  .instant_search__product_price .money {
    margin: 0 8px 0 0;
    font: normal 16px/1 Oswald;
    color: #686464; }
    @media only screen and (min-width: 1025px) {
      .instant_search__product_price .money {
        font-size: 20px; } }
  .instant_search__product_price .money_old {
    text-decoration: line-through; }
  .instant_search__product_price .money_sale {
    color: #c60200; }

.instant_search__products_all {
  padding: 37px 0 15px 0;
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .instant_search__products_all {
      padding: 30px 0 55px 0;
      text-align: right; } }

.instant_search__products_all_link {
  font: 500 13px/1 Oswald;
  text-decoration: underline; }

.instant_search__products_all_link:hover {
  text-decoration: none; }

.instant_search__results_close {
  width: 44px;
  height: 44px;
  display: block;
  padding: 14px;
  position: absolute;
  right: 55px;
  top: 60px;
  display: none; }
  @media only screen and (min-width: 900px) {
    .instant_search__results_close {
      display: block; } }
  @media only screen and (min-width: 1025px) {
    .instant_search__results_close {
      right: 220px; } }
  .instant_search__empty .instant_search__results_close {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/* # Sidebar
================================================== */
@media only screen and (max-width: 798px) {
  .sidebar-section {
    width: 100% !important; }
    .sidebar-section + .has-sidebar-option {
      width: 100% !important; } }

.product-sidebar--mobile-above {
  padding-bottom: 40px; }

.product-sidebar--mobile-below {
  padding-bottom: 20px; }

.sidebar-block__heading {
  cursor: default;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative; }
  .sidebar-block__heading + .sidebar-block__content {
    padding-top: 0.9rem; }

.sidebar__block.sidebar-toggle-active {
  padding-top: 10px;
  padding-bottom: 10px; }
.sidebar__block:first-child {
  padding-top: 0; }
.sidebar__block:last-child {
  padding-bottom: 0; }

.sidebar-block__toggle-icon {
  position: absolute;
  right: 15px;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent;
  height: 12px;
  width: 12px; }
  .sidebar-block__toggle-icon:focus {
    outline: 0; }
  .sidebar-block__toggle-icon .icon {
    color: #0a0a0a;
    transition: transform 0.2s linear;
    height: 12px;
    width: 12px; }

.icon-style--plus_and_minus .icon.icon--active + .icon {
  display: none; }

.sidebar-toggle-active.is-active .icon-style--carets .icon {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.sidebar-toggle-active.is-active .icon-style--plus_and_minus .icon.icon--active {
  display: none; }
  .sidebar-toggle-active.is-active .icon-style--plus_and_minus .icon.icon--active + .icon {
    display: block; }

[data-sidebar-block__content--collapsible] {
  display: none; }

.sidebar-block__recent-post {
  margin-bottom: 10px; }
  .sidebar-block__recent-post .label {
    font-weight: normal; }

@media only screen and (min-width: 799px) {
  .block__featured-promo {
    width: 75%; } }
.block__featured-promo .card-content {
  padding: 20px; }
.block__featured-promo .sidebar__promo-content {
  margin-left: 0; }

.block__newsletter .newsletter-section {
  width: 100%; }
.block__newsletter .newsletter__wrapper {
  max-width: 100%; }
.block__newsletter .newsletter__text {
  color: inherit !important; }

.block__tag-filter .tag-filter__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 5px; }
.block__tag-filter .tag-filter__label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  color: #1a1a1a;
  transition: 0.2s linear;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .block__tag-filter .tag-filter__label:hover {
    color: #12ce41; }
.block__tag-filter .tag-filter__item.is-active .tag-filter__label {
  cursor: initial;
  color: initial; }
  .block__tag-filter .tag-filter__item.is-active .tag-filter__label:hover {
    color: initial; }
.block__tag-filter .tag-filter__checkbox--regular {
  display: none; }
.block__tag-filter .tag-filter__swatch {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: top;
  background-size: cover;
  margin-right: 10px;
  font-size: 0; }
  .block__tag-filter .tag-filter__swatch input[style*="no-image-50"],
  .block__tag-filter .tag-filter__swatch input.swatch__image--empty {
    opacity: 0; }
.block__tag-filter .tag-filter__checkbox--swatch {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

/* # Slideshow with text
================================================== */
@media only screen and (max-width: 798px) {
  .slideshow-with-text .has-gutter-enabled .image-slideshow {
    margin-bottom: 20px; } }
.slideshow-with-text .text-slideshow__heading.banner__subheading {
  font-family: "Century Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal; }
.slideshow-with-text .text-slideshow__heading.banner__heading {
  font-family: Oswald, sans-serif;
  font-size: 36px;
  font-weight: 600;
  font-style: normal; }
.slideshow-with-text .flickity-prev-next-button.next {
  right: 0; }
.slideshow-with-text .flickity-prev-next-button.previous {
  left: 0; }

.image-slideshow {
  opacity: 0;
  transition: opacity 0.4s;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 798px) {
    .image-slideshow {
      -webkit-box-ordinal-group: 1;
      -moz-box-ordinal-group: 1;
      -ms-flex-order: 1;
      -webkit-order: 1;
      order: 1; } }
  .image-slideshow .placeholder-svg {
    height: 500px; }
    @media only screen and (max-width: 798px) {
      .image-slideshow .placeholder-svg {
        height: 300px; } }
  .image-slideshow .flickity-buttons-container {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    bottom: 20px;
    right: 20px; }
    @media only screen and (max-width: 798px) {
      .image-slideshow .flickity-buttons-container {
        display: none; } }
  .image-slideshow .flickity-button {
    position: relative;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none; }
    .image-slideshow .flickity-button:first-child {
      margin-right: 10px; }

.image-slideshow-position--left .flickity-buttons-container {
  left: 5%;
  right: auto; }

.image-slideshow-position--right {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }
  @media only screen and (max-width: 798px) {
    .image-slideshow-position--right {
      -webkit-box-ordinal-group: 0;
      -moz-box-ordinal-group: 0;
      -ms-flex-order: 0;
      -webkit-order: 0;
      order: 0; } }

.image-slideshow.flickity-enabled {
  opacity: 1;
  height: auto; }

.image-slideshow__slide {
  width: 100%; }
  .image-slideshow__slide .image-element__wrap {
    width: 100%;
    height: auto; }

.text-slideshow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%; }
  .text-slideshow .flickity-viewport,
  .text-slideshow .flickity-slider {
    height: 100%; }
  .text-slideshow .flickity-page-dots {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
    position: static;
    padding-bottom: 3em; }
    @media only screen and (max-width: 798px) {
      .text-slideshow .flickity-page-dots {
        padding-top: 3em;
        padding-bottom: 0;
        -webkit-box-ordinal-group: -1;
        -moz-box-ordinal-group: -1;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1; } }
  .text-slideshow.flickity-page-dots--hidden .flickity-page-dots {
    display: none; }
    @media only screen and (max-width: 798px) {
      .text-slideshow.flickity-page-dots--hidden .flickity-page-dots {
        display: block; } }

.text-slideshow__slide {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 3em; }

.text-slideshow__content {
  width: 100%;
  opacity: 0;
  animation-delay: 0.2s; }
  .text-slideshow__content.animated.none {
    opacity: 1; }
  .text-slideshow__content .button {
    margin-top: 10px; }

.text-slideshow__heading {
  padding-bottom: 20px;
  line-height: 1.5;
  margin: 0; }
  .text-slideshow__heading.subtitle {
    font-size: 14px; }

/* # Slideshow - classic
================================================== */
.slideshow-classic {
  width: 100%; }
  @media only screen and (max-width: 480px) {
    .slideshow-classic.page-dots--true {
      padding-bottom: 25px;
      margin-bottom: 25px; } }
  .slideshow-classic .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 45%;
    height: 45%;
    transform: translateX(-50%) translateY(-50%); }
  .slideshow-classic .mobile-text--over-media .caption {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (max-width: 480px) {
    .slideshow-classic .mobile-text--below-media .caption {
      position: static;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px; } }
  .slideshow-classic .gallery-cell {
    width: 100%; }
    .slideshow-classic .gallery-cell .image-element__wrap {
      width: 100%; }
    @media only screen and (max-width: 480px) {
      .slideshow-classic .gallery-cell {
        display: block; } }
  .slideshow-classic .flickity-button,
  .slideshow-classic .flickity-page-dots {
    position: absolute;
    top: auto;
    bottom: 25px; }
  .slideshow-classic .flickity-button {
    z-index: 10; }
    @media only screen and (max-width: 480px) {
      .slideshow-classic .flickity-button {
        display: none; } }
  .slideshow-classic .flickity-page-dots {
    bottom: 40px; }
    @media only screen and (max-width: 480px) {
      .slideshow-classic .flickity-page-dots {
        bottom: 0; } }

.slideshow-classic__buttons {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .slideshow-classic__buttons.are-small {
    max-width: 300px; }
  .slideshow-classic__buttons.are-regular {
    max-width: 400px; }
  .slideshow-classic__buttons.are-large {
    max-width: 500px; }
  .slideshow-classic__buttons.is-justify-left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .slideshow-classic__buttons.is-justify-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
  .slideshow-classic__buttons.is-justify-center {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .slideshow-classic__buttons .button {
    -webkit-box-flex: 0 0 calc(50% - 6px);
    -moz-box-flex: 0 0 calc(50% - 6px);
    -webkit-flex: 0 0 calc(50% - 6px);
    -ms-flex: 0 0 calc(50% - 6px);
    flex: 0 0 calc(50% - 6px);
    margin-bottom: 12px;
    white-space: normal;
    margin-left: 0;
    margin-right: 0; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .slideshow-classic__buttons .button {
        width: 100% !important;
        max-width: calc(50% - 6px) !important;
        margin: 0px auto; } }
    @media only screen and (max-width: 480px) {
      .slideshow-classic__buttons .button {
        flex: 1 0 100%; } }

.slideshow-classic__banner {
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 798px) {
    .slideshow-classic__banner {
      overflow: visible; } }
  .slideshow-classic__banner h2.title {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    text-transform: none; }
  .slideshow-classic__banner .slideshow-classic__subheading {
    padding-top: 10px; }
  .slideshow-classic__banner .placeholder-svg {
    min-height: 400px; }

/* # Testimonial
================================================== */
.testimonials {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .testimonials:after {
    content: 'flickity';
    display: none; }

.testimonial-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  min-height: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 798px) {
    .testimonial-block {
      margin-bottom: 20px;
      min-height: initial; } }
  .testimonial-block.testimonial-border--true {
    border: thin solid #e3e5e7; }
  .testimonial-block.testimonial-align--center .testimonial__description,
  .testimonial-block.testimonial-align--center .testimonial__name {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center; }
  .testimonial-block.testimonial-align--center .testimonial__image {
    left: 50%;
    margin-left: -50px; }

.testimonial__description,
.testimonial__name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: left;
  width: 100%;
  position: relative; }

.testimonial__name {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
  padding: 70px 40px 25px;
  max-height: 175px;
  height: 175px; }
  @media only screen and (max-width: 1024px) {
    .testimonial__name {
      font-size: 0.85rem; } }
  @media only screen and (max-width: 798px) {
    .testimonial__name {
      font-size: 1rem;
      max-height: 23vh;
      height: 23vh; } }

.testimonial__description {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  padding: 40px;
  height: 100%;
  min-height: 250px; }

.testimonial__image {
  position: absolute;
  margin-top: -50px;
  height: 100px;
  width: 100px;
  max-width: 100px;
  max-height: 100px;
  top: 0; }
  .testimonial__image.image-style--circle img, .testimonial__image.image-style--circle svg {
    border-radius: 50%; }

.testimonial__nav-wrapper {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  @media only screen and (max-width: 480px) {
    .testimonial__nav-wrapper {
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; } }

.testimonial__nav {
  color: #1a1a1a;
  margin-bottom: 10px;
  cursor: pointer; }
  .testimonial__nav:first-child {
    margin-right: 10px; }
  .testimonial__nav:hover {
    color: #12ce41; }

.testimonial-block.has-images-enabled-true .testimonial__name {
  margin-top: 40px; }

.testimonial-block.has-images-enabled-false .testimonial__name
.testimonial__description {
  padding: 40px; }

.is-width-wide .testimonial__nav:last-child {
  margin-right: 10px; }

@media only screen and (min-width: 799px) {
  .mobile-slider .testimonials:after {
    content: ''; } }

@media only screen and (min-width: 799px) {
  .desktop-slider--disabled .testimonial__nav-wrapper {
    display: none; } }
.desktop-slider--disabled .testimonial__description {
  height: initial; }

/* # Top bar
================================================== */
.top-bar .navbar-item {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.top-bar__text {
  height: 27px;
  min-width: 25%; }

.top-bar.disclosure-enabled .top-bar__item {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .top-bar.disclosure-enabled .top-bar__item.top-bar__social-media {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    .top-bar.disclosure-enabled .top-bar__item.top-bar__social-media .navbar-item {
      padding-right: 20px;
      -webkit-box-flex: 0 0 auto;
      -moz-box-flex: 0 0 auto;
      -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }

.top-bar__item,
.top-bar.disclosure-enabled .top-bar__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .top-bar__item:first-child,
  .top-bar.disclosure-enabled .top-bar__item:first-child {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }
  .top-bar__item:last-child,
  .top-bar.disclosure-enabled .top-bar__item:last-child {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }

.top-bar__menu {
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 798px) {
    .top-bar__menu {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }

.top-bar__social-media a {
  line-height: 0;
  margin-left: 5px;
  margin-right: 5px;
  display: block; }
@media only screen and (max-width: 798px) {
  .top-bar__social-media .social-icons {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; } }

.top-bar__icons.cart--hidden {
  padding-right: 20px; }

.top-bar__content .header__currency-dropdown select {
  color: inherit; }
  .top-bar__content .header__currency-dropdown select:hover {
    color: inherit; }
.top-bar__content .header__icon-style-text .header__currency-dropdown select {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  line-height: inherit; }

/* # Video
================================================== */
@media only screen and (max-width: 480px) {
  .featured-video.is-width-half.has-video-added {
    background-color: transparent; } }
.featured-video.is-width-half.has-video-added .video-wrapper {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.video__container {
  width: 100%; }

@media only screen and (min-width: 799px) {
  .video-wrapper .plyr--video.plyr--paused .plyr__video-embed iframe {
    z-index: 5; } }

.video-controls--false .plyr__controls {
  display: none; }

.video-present--false [data-video-element] {
  display: none; }

.video-wrapper {
  position: relative; }
  .video-wrapper.overlay--text_only .video__text-wrapper {
    position: relative; }
  .video-wrapper video {
    display: block;
    width: 100%;
    height: auto; }
  .video-wrapper .video__text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 5; }
    .video-wrapper .video__text-container .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      z-index: -1; }
    @media only screen and (max-width: 480px) {
      .video-wrapper .video__text-container {
        position: relative;
        margin: 0; } }
  .video-wrapper .video__text {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .video-wrapper .video__text-wrapper {
    margin: 0;
    padding: 30px; }
    .video-wrapper .video__text-wrapper .button {
      max-width: 50%; }
      @media only screen and (max-width: 480px) {
        .video-wrapper .video__text-wrapper .button {
          max-width: 100%; } }
  @media only screen and (max-width: 480px) {
    .video-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media only screen and (max-width: 480px) {
  .mobile-text--over-media .video__text-container {
    position: absolute; } }

@media only screen and (max-width: 480px) {
  .mobile-text--below-media .video__text-container {
    margin-top: 20px;
    margin-bottom: 20px; } }

/* # Accounts
================================================== */
.register__image img,
.login__image img {
  width: 100%; }

.register__form img,
.login__form img {
  max-width: 200px;
  margin: 0; }

.or {
  margin-left: 10px; }

.reactivate__button a {
  color: red;
  text-decoration: underline; }
  .reactivate__button a:hover {
    color: black; }

.login__recover {
  display: none; }

.recover-note {
  margin: 0.75rem 0; }

.action_bottom .button,
.recover-options .button {
  margin-right: 5px; }

/* # Blog
================================================== */
.blog__filter {
  margin-bottom: 20px; }
  @media only screen and (max-width: 480px) {
    .blog__filter .select,
    .blog__filter select {
      width: 100%; } }
  .blog__filter .is-grouped {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    @media only screen and (max-width: 798px) {
      .blog__filter .is-grouped {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }

.blog-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .blog-main .select {
    border-color: #e3e5e7; }

.meta-info-list {
  font-size: 0.8em; }
  .meta-info-list .meta-info-list__item {
    margin-right: 5px;
    display: inline-block; }
    .meta-info-list .meta-info-list__item a,
    .meta-info-list .meta-info-list__item span {
      padding-left: 5px;
      color: #1a1a1a; }
    .meta-info-list .meta-info-list__item:first-child a, .meta-info-list .meta-info-list__item:first-child span {
      padding-left: 0; }
    .meta-info-list .meta-info-list__item:last-child {
      margin-right: 0; }
    .meta-info-list .meta-info-list__item + li:before {
      content: "|";
      color: rgba(26, 26, 26, 0.3); }

.blog-card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  border: thin solid #e3e5e7;
  box-shadow: 0 2px 3px rgba(227, 229, 231, 0.1), 0 0 0 1px rgba(227, 229, 231, 0.1); }
  @media only screen and (max-width: 798px) {
    .blog-card {
      margin-bottom: 20px; } }
  .blog-card.show-border-false {
    border: none;
    box-shadow: none; }
    .blog-card.show-border-false .card-content {
      padding-left: 0;
      padding-right: 0; }
    .blog-card.show-border-false .blog-card__read-more {
      margin-left: 0;
      margin-right: 0; }
  .blog-card .blog-card__content > div:not(:last-child),
  .blog-card .meta-info > ul:not(:last-child) {
    margin-bottom: 1rem; }
  @media only screen and (min-width: 799px) {
    .blog-card .image-element__wrap {
      max-height: 15rem; } }
  .blog-card .media-content {
    font-size: 36px; }
    .blog-card .media-content .title {
      font-size: 0.8em; }
  .blog-card .blog-card__read-more {
    margin: auto 1.5rem 1.5rem; }
    .blog-card .blog-card__read-more .button {
      height: auto;
      white-space: normal; }

@media only screen and (min-width: 799px) {
  .blog-card.is-horizontal {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    max-height: 330px; }
    .blog-card.is-horizontal .blog-card__image {
      width: 33.33%; }
      .blog-card.is-horizontal .blog-card__image .image {
        position: relative;
        overflow: hidden;
        height: 100%;
        width: 100%; }
        .blog-card.is-horizontal .blog-card__image .image .image-element__wrap {
          height: 100%;
          max-height: none; }
          .blog-card.is-horizontal .blog-card__image .image .image-element__wrap img {
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            font-family: "object-fit: cover; object-position: center"; }
    .blog-card.is-horizontal .blog-card__content {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-flex: 3;
      -moz-box-flex: 3;
      -webkit-flex: 3;
      -ms-flex: 3;
      flex: 3;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .blog-card.is-horizontal.show-border-false {
      box-shadow: none; }
      .blog-card.is-horizontal.show-border-false .blog-card__content {
        padding: 1.5rem; }
      .blog-card.is-horizontal.show-border-false .blog-card__read-more {
        margin-left: 0; }
    .blog-card.is-horizontal .blog-card__read-more {
      margin: auto 0 0; } }

@media only screen and (max-width: 798px) {
  .blog-card.is-horizontal .blog-card__read-more {
    margin: 0; }
  .blog-card .image-element__wrap {
    max-height: 20rem; } }
.excerpt {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-word;
  word-break: break-word;
  position: relative;
  max-height: 6em;
  overflow: hidden; }
  .excerpt.excerpt-length-sm .truncation-fade {
    display: none; }

.excerpt-length-lg .truncation-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 30px 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.blog-card__link:hover .blog-card__image,
.blog-card__link:hover svg {
  transform: scale(1.1); }

.blog-card__image,
.blog-card__link svg {
  transition: transform 0.3s ease-in-out; }

/* # Cart
================================================== */
.cart-page {
  min-height: 50vw; }
  .cart-page .heading-wrapper--cart-page {
    margin-bottom: 18px; }
    @media only screen and (max-width: 798px) {
      .cart-page .heading-wrapper--cart-page {
        margin-bottom: 23px; } }

.quantity-box-enabled-true .cart__product-title {
  width: 51%; }
.quantity-box-enabled-true .cart__total-title {
  width: 23%;
  text-align: left; }
.quantity-box-enabled-true .cart__quantity-title {
  width: 23%;
  text-align: left; }
.quantity-box-enabled-true .cart__remove-title {
  width: 3%;
  text-align: right; }

.quantity-box-enabled-false .cart__product-title {
  width: 66%; }
.quantity-box-enabled-false .cart__price-title,
.quantity-box-enabled-false .cart__total-title {
  width: 17%; }
.quantity-box-enabled-false .cart__description {
  width: 60%; }
  @media only screen and (max-width: 480px) {
    .quantity-box-enabled-false .cart__description {
      width: 100%; } }

.cart_main_content_wrapper {
  margin-bottom: 25px;
  padding-top: 35px; }
  @media only screen and (max-width: 798px) {
    .cart_main_content_wrapper {
      margin-bottom: 30px;
      padding-top: 20px; } }
  .cart_main_content_wrapper .container, .cart_main_content_wrapper .cart__form {
    max-width: 1264px;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (max-width: 798px) {
    .cart_main_content_wrapper .section__wrapper {
      padding-top: 0;
      padding-bottom: 0; } }
  .cart_main_content_wrapper .select select {
    border-color: #dddddd; }
  @media only screen and (max-width: 798px) {
    .cart_main_content_wrapper .column {
      margin-left: 20px;
      margin-right: 20px; }
      .cart_main_content_wrapper .column.heading-wrapper--shipping-calculator-form {
        margin-left: 0;
        margin-right: 0; } }

.empty_cart_wraper {
  margin-top: 40px;
  background-color: #f9f9f9; }
  .empty_cart_wraper .cart__shipping-calculator, .empty_cart_wraper .cart__heading-container {
    display: none; }
  @media only screen and (max-width: 798px) {
    .empty_cart_wraper .cart__empty-cart-message {
      padding: 0 24px; } }
  @media only screen and (max-width: 480px) {
    .empty_cart_wraper .cart__empty-cart-message {
      padding: 0 13px; } }
  .empty_cart_wraper .cart__empty-cart-message .continue-button {
    margin-top: 20px;
    height: 48px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 16px; }
    @media only screen and (max-width: 480px) {
      .empty_cart_wraper .cart__empty-cart-message .continue-button {
        width: 100%; } }

.cart-page__title {
  font-size: 26px; }
  .cart-page__title.title {
    line-height: 1;
    font-weight: 600; }
    @media only screen and (max-width: 798px) {
      .cart-page__title.title {
        font-size: 24px;
        line-height: 1.08; } }

.cart__form .cart__headings {
  border: 1px solid #e3e5e7;
  padding: 17px 20px; }
  .cart__form .cart__headings h3 {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.14px; }

.cart_summary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 798px) {
    .cart_summary {
      flex-direction: column;
      margin-top: -7px; } }
  .cart_summary .cart__cost-summary {
    flex-grow: 2; }
  .cart_summary .column .cart__row .cart__row-description {
    width: auto; }
  .cart_summary .column .cart__subtotal-container {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end; }
    @media only screen and (max-width: 798px) {
      .cart_summary .column .cart__subtotal-container {
        justify-content: space-between;
        flex-wrap: wrap; } }
  .cart_summary .cart__row-tax {
    color: black;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 30px; }
    @media only screen and (max-width: 798px) {
      .cart_summary .cart__row-tax {
        margin-right: 0;
        margin-bottom: 5px;
        width: 100%;
        justify-content: space-between; } }
    .cart_summary .cart__row-tax p:not(.h6) {
      padding-top: 2px;
      font-weight: normal;
      font-size: 12px;
      line-height: 1.5; }
  .cart_summary p.h6 {
    margin-right: 10px;
    line-height: 1.43; }
    @media only screen and (max-width: 798px) {
      .cart_summary p.h6 {
        font-size: 14px; } }

.cart__headings {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  padding-bottom: 10px; }
  @media only screen and (max-width: 798px) {
    .cart__headings {
      display: none; } }

.cart__price-title,
.cart__quantity-title,
.cart__total-title {
  text-align: center; }

@media only screen and (max-width: 798px) {
  .cart__price-breakdown {
    margin-left: -20px;
    margin-right: -20px; } }

.cart__card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #dddddd;
  border-top: none;
  padding: 20px;
  min-height: 100px; }
  .cart__card .cart__remove {
    height: 25px; }
  .cart__card .cart__price .item-count {
    display: none; }
  @media only screen and (max-width: 798px) {
    .cart__card {
      border-top: 1px solid #e3e5e7;
      margin-bottom: 20px;
      padding: 0; }
      .cart__card .cart__quantity {
        display: none; }
      .cart__card .cart__remove {
        width: auto;
        position: absolute;
        right: 0;
        top: 0; }
      .cart__card .cart__price {
        position: absolute;
        right: 5px;
        bottom: 15px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        .cart__card .cart__price .item-count {
          display: inline-block;
          margin-right: 5px; } }

.item__title {
  font-size: 1.25em; }

.item__properties {
  padding-top: 3px;
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  color: black; }
  @media only screen and (max-width: 798px) {
    .item__properties {
      padding-top: 0; } }

.cart__info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc((100% - 66px)*0.93); }
  @media only screen and (max-width: 798px) {
    .cart__info {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 60%;
      padding-left: 13px; } }

.cart__total,
.cart__price {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: center;
  line-height: 1.43; }

.cart__total span {
  display: block; }
@media only screen and (max-width: 798px) {
  .cart__total {
    display: none; } }

.cart__image {
  width: 66px; }
  @media only screen and (max-width: 798px) {
    .cart__image {
      width: 90px; } }

.cart__description {
  width: 50%;
  padding: 0 30px; }
  @media only screen and (max-width: 798px) {
    .cart__description {
      width: 100%;
      padding: 0;
      text-align: left; } }
  .cart__description .item__title, .cart__description .cart__price {
    font: 400 14px Oswald;
    color: black; }
  .cart__description .item__title {
    line-height: 1.29;
    text-transform: uppercase; }
    .cart__description .item__title a {
      color: #000000; }
  .cart__description .cart__price {
    padding-top: 2px; }

.cart__total {
  width: 25%;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 400;
  font-family: Oswald;
  color: #686464;
  text-align: left; }
  @media only screen and (max-width: 798px) {
    .cart__total {
      width: 100%; } }

.cart__quantity {
  width: 25%;
  padding: 0 18px; }
  @media only screen and (max-width: 798px) {
    .cart__quantity {
      width: 100%;
      text-align: left; } }
  .cart__quantity .quantity-input-control select.quantity-input {
    border: 1px solid #dddddd;
    width: 63px;
    height: 40px;
    cursor: pointer;
    text-align: left;
    color: #747576; }
    .cart__quantity .quantity-input-control select.quantity-input:active {
      border-color: black; }
  .cart__quantity .quantity-input-control.quantity-input_select select {
    border-radius: 2px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3e%3cpath d='M15.747 7.47c.215-.187.559-.182.767.012.209.194.203.502-.013.69l-5.793 5.024c-.21.183-.544.183-.755 0L4.166 8.171c-.216-.187-.222-.496-.013-.689.208-.194.552-.199.767-.012l5.411 4.698 5.416-4.698z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 36px 12px;
    appearance: none !important;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .cart__quantity .quantity-input-control.quantity-input_select select::-ms-expand {
      display: none; }

.cart__price {
  text-align: left; }

@media only screen and (max-width: 798px) {
  .cart__price .sale,
  .cart__price .original-price {
    display: inline-block; } }

.cart__quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
  .cart__quantity .purchase-details__quantity.product-quantity-box {
    margin-right: 0;
    width: 100%; }
  .cart__quantity .quantity-wrapper.quantity-style--box .quantity-input-control--fill {
    width: auto; }
  @media only screen and (min-width: 1025px) {
    .cart__quantity {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; }
      .cart__quantity .quantity-input {
        width: 50px; } }
  @media only screen and (max-width: 798px) {
    .cart__quantity {
      margin-top: 20px; }
      .cart__quantity .purchase-details__quantity {
        width: 50%;
        max-width: 100px;
        margin-top: 0; } }
  @media only screen and (max-width: 480px) {
    .cart__quantity .quantity-style--stacked .quantity-input {
      width: 65px; } }
  .cart__quantity .quantity-style--box {
    max-width: 75%;
    margin: 0 auto; }
    @media only screen and (max-width: 798px) {
      .cart__quantity .quantity-style--box {
        max-width: 100%; } }

.cart__quantity-warning {
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.cart__remove {
  width: calc((100% - 66px)*0.07);
  text-align: right; }

.cart__remove-btn {
  outline: none; }
  .cart__remove-btn .close {
    background: none;
    outline: none; }
    @media only screen and (max-width: 798px) {
      .cart__remove-btn .close {
        top: 10px;
        right: 5px; } }
    .cart__remove-btn .close span {
      max-width: none;
      max-height: none;
      height: auto;
      width: auto; }
      @media only screen and (max-width: 798px) {
        .cart__remove-btn .close span {
          width: 15px;
          height: 17px; } }

.original-price {
  opacity: 0.2; }

.line-item-discount__container {
  color: #c60200;
  background: rgba(199, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 0.8em;
  padding: 10px;
  margin: 5px 0; }

.cart__cost-summary {
  background: #f2f2f2;
  padding: 16px;
  margin-top: 39px; }
  @media only screen and (max-width: 798px) {
    .cart__cost-summary {
      padding: 15px 15px;
      margin: 0; } }
  @media only screen and (max-width: 798px) {
    .cart__cost-summary .cart__discount-title {
      max-width: 75%; } }
  .cart__cost-summary .cart__discounts p,
  .cart__cost-summary .cart__total-savings p {
    color: #c60200; }
  .cart__cost-summary .cart__subtotal-container p {
    font-weight: normal; }
  .cart__cost-summary .cart__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-top: 14px;
    text-align: right; }
    .cart__cost-summary .cart__row:first-child {
      padding-top: 0; }
    @media only screen and (max-width: 798px) {
      .cart__cost-summary .cart__row {
        text-align: left; } }
    .cart__cost-summary .cart__row .cart__row-description {
      width: 60%; }
      @media only screen and (max-width: 798px) {
        .cart__cost-summary .cart__row .cart__row-description {
          width: 100%; } }

.cart__savings {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding: 20px 0;
  text-align: right; }
  @media only screen and (max-width: 798px) {
    .cart__savings {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      font-size: 1.5em;
      padding: 20px 0 0; } }

.cart__savings,
.sale {
  color: #c60200; }

.was-price {
  color: #686464; }

.cart__notes {
  width: 100%; }

.cart__tos {
  padding-bottom: 20px; }
  .cart__tos .tos_agree {
    margin-right: 5px; }

.cart__view-terms-container {
  display: inline-block; }

.cart__cart-message {
  margin: 20px 0 0;
  text-align: right;
  display: block; }
  @media only screen and (max-width: 798px) {
    .cart__cart-message {
      text-align: center; } }

.cart__featured-links {
  min-width: 236px;
  /* Set a minimum width to match the width of the checkout button */
  margin-top: 15px;
  text-align: center; }
  @media only screen and (max-width: 798px) {
    .cart__featured-links {
      min-width: 100%; } }

.cart__checkout {
  width: 274px;
  margin-left: 15px;
  margin-top: 40px; }
  .cart__checkout .checkout {
    font-size: 1rem;
    border-radius: 1px;
    width: 100%;
    line-height: inherit;
    width: 100%;
    min-height: 54px;
    /* Set a minimum height to match the height of additional checkout buttons */
    font-size: 16px;
    letter-spacing: 1.07px; }
    .cart__checkout .checkout, .cart__checkout .checkout:link, .cart__checkout .checkout:visited {
      color: white;
      background-color: black;
      border-color: rgba(0, 0, 0, 0); }
    .cart__checkout .checkout:hover, .cart__checkout .checkout.is-hovered {
      color: white;
      border-color: rgba(0, 0, 0, 0) !important;
      background-color: #373737; }
    .cart__checkout .checkout:focus, .cart__checkout .checkout.is-focused {
      color: white;
      border-color: rgba(0, 0, 0, 0);
      background-color: #373737; }
      .cart__checkout .checkout:focus:not(:active), .cart__checkout .checkout.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(26, 26, 26, 0.25); }
    .cart__checkout .checkout:active, .cart__checkout .checkout.is-active {
      color: white;
      border-color: rgba(0, 0, 0, 0);
      background-color: #373737; }
    .cart__checkout .checkout.is-inverted {
      color: black;
      background-color: white;
      border-color: black; }
    .cart__checkout .checkout.is-small {
      font-size: 0.75rem; }
    .cart__checkout .checkout.is-normal {
      font-size: 1rem; }
    .cart__checkout .checkout.is-medium {
      font-size: 1.25rem; }
    .cart__checkout .checkout.is-large {
      font-size: 1.5rem;
      line-height: 1.25em;
      width: 100%; }
    @media only screen and (max-width: 798px) {
      .cart__checkout .checkout {
        min-height: 52px; } }
    .cart__checkout .checkout.button .icon {
      width: 1em;
      height: 1em; }
      .cart__checkout .checkout.button .icon:first-child:last-child {
        margin-left: 0;
        margin-right: 5px; }
  @media only screen and (max-width: 798px) {
    .cart__checkout {
      width: 100%;
      margin-left: 0;
      margin-top: 20px; } }

.cart__checkout-elements {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  @media only screen and (max-width: 798px) {
    .cart__checkout-elements {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }

@media only screen and (max-width: 798px) {
  .cart__buttons {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.additional-checkout-buttons {
  width: 100%; }
  @media only screen and (min-width: 799px) {
    .additional-checkout-buttons {
      margin-top: 10px; } }

[data-shopify-buttoncontainer] {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.cart__shipping-calculator .title {
  font-size: 26px;
  font-weight: 600; }
  @media only screen and (max-width: 798px) {
    .cart__shipping-calculator .title {
      font-size: 24px; } }

.shipping-calculator input, .shipping-calculator select {
  padding-left: 15px; }
.shipping-calculator select,
.shipping-calculator .select,
.shipping-calculator input {
  width: 100%;
  height: 50px;
  font-family: Oswald;
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase; }
  @media only screen and (max-width: 798px) {
    .shipping-calculator select,
    .shipping-calculator .select,
    .shipping-calculator input {
      font-weight: 500;
      text-transform: capitalize; } }
.shipping-calculator .button {
  height: 50px;
  line-height: 1.5;
  letter-spacing: 1.07px;
  font-weight: 500; }
.shipping-calculator .calc-field label {
  padding-bottom: 7px;
  font-family: Oswald;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: black; }
@media only screen and (max-width: 798px) {
  .shipping-calculator {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .shipping-calculator .control {
      min-width: 100%;
      margin-bottom: 20px; }
    .shipping-calculator input {
      width: 100%; } }

.cart__shipping-calculator {
  width: 100%; }
  .cart__shipping-calculator .heading-wrapper {
    margin-bottom: 16px; }
    @media only screen and (max-width: 798px) {
      .cart__shipping-calculator .heading-wrapper {
        margin-bottom: 26px; } }
  @media only screen and (max-width: 798px) {
    .cart__shipping-calculator {
      text-align: center;
      margin-top: 30px; } }
  @media only screen and (max-width: 798px) {
    .cart__shipping-calculator .cart__shipping-calculator-form {
      text-align: left; } }
  @media only screen and (max-width: 798px) {
    .cart__shipping-calculator .cart__shipping-calculator-form .select {
      width: 100%; } }
  .cart__shipping-calculator .cart__shipping-title {
    padding-bottom: 50px; }
    @media only screen and (max-width: 798px) {
      .cart__shipping-calculator .cart__shipping-title {
        text-align: center; } }
  .cart__shipping-calculator label {
    padding-bottom: 20px;
    text-transform: uppercase; }
    @media only screen and (max-width: 798px) {
      .cart__shipping-calculator label {
        text-align: left; } }
  .cart__shipping-calculator .calc-field {
    margin-left: 0;
    margin-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media only screen and (max-width: 798px) {
      .cart__shipping-calculator .calc-field {
        margin-right: 0;
        width: 100%; } }

#get-rates-container {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  @media only screen and (max-width: 798px) {
    #get-rates-container {
      width: 100%; } }
  #get-rates-container .button {
    width: 274px; }

.get-rates {
  font-weight: 500;
  letter-spacing: 1.07px; }
  @media only screen and (max-width: 798px) {
    .get-rates {
      margin-top: 10px;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; } }

.shipping-calculator__response-container {
  display: none; }

.heading-wrapper--shipping-rates {
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (max-width: 798px) {
    .heading-wrapper--shipping-rates {
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; } }

.shipping-rates__title {
  padding-top: 25px; }

.shipping-calculator__response ul > li {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 798px) {
    .shipping-calculator__response ul > li {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
  .shipping-calculator__response ul > li:last-child {
    padding-bottom: 0; }
  .shipping-calculator__response ul > li .icon {
    margin-right: 10px; }
.shipping-calculator__response .shipping-calculator__message {
  padding-bottom: 20px; }

.shipping_calculator__response--visible {
  display: block; }

.cart__price .discount-area span {
  display: inline; }

.footer_cart {
  border-top: 1px solid #e3e5e7;
  padding-bottom: 25px; }
  .footer_cart .section {
    padding: 0 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    @media only screen and (max-width: 798px) {
      .footer_cart .section {
        padding: 0 10px; } }
  .footer_cart .footer_navigation {
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 798px) {
      .footer_cart .footer_navigation {
        justify-content: space-between;
        width: 100%;
        margin-top: 12px; } }
    .footer_cart .footer_navigation a {
      margin-right: 20px; }
      .footer_cart .footer_navigation a svg {
        display: inline-block;
        vertical-align: text-bottom; }
      @media only screen and (max-width: 798px) {
        .footer_cart .footer_navigation a {
          margin-right: 15px;
          font-size: 12px;
          color: #858789; }
          .footer_cart .footer_navigation a:last-child {
            margin-right: 0; } }
  .footer_cart .footer__payment-methods {
    margin-top: 25px; }
    @media only screen and (max-width: 798px) {
      .footer_cart .footer__payment-methods {
        width: 100%; }
        .footer_cart .footer__payment-methods .payment-methods {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between; }
        .footer_cart .footer__payment-methods .payment-icon {
          margin-right: 5px;
          margin-bottom: 5px; } }
    @media only screen and (max-width: 480px) {
      .footer_cart .footer__payment-methods .payment-methods {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; } }

#dynamic-checkout-cart.dynamic-checkout__content {
  margin-bottom: 15px;
  margin-top: 35px; }
  @media only screen and (min-width: 799px) {
    #dynamic-checkout-cart.dynamic-checkout__content .shopify-cleanslate div[data-shopify-buttoncontainer] {
      flex-direction: row !important;
      justify-content: space-between; }
      #dynamic-checkout-cart.dynamic-checkout__content .shopify-cleanslate div[data-shopify-buttoncontainer] [data-testid="grid-cell"] {
        width: 24%;
        flex-basis: 23.5% !important; } }

/* # Collection
================================================== */
.collection__filters {
  margin-bottom: 40px;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .collection__filters {
      margin-bottom: 20px; } }
  .collection__filters .select {
    max-width: 50%; }
    @media only screen and (max-width: 480px) {
      .collection__filters .select {
        max-width: 100%; } }
  @media only screen and (max-width: 480px) {
    .collection__filters .select:first-child {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 480px) {
    .collection__filters .select,
    .collection__filters select {
      width: 100%; } }
  .collection__filters .is-grouped {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    max-width: 400px;
    margin: 0 auto; }
  .collection__filters .filters_block {
    width: 100%; }
  .collection__filters .filter_item {
    padding: 0 10px;
    position: relative;
    cursor: pointer; }
    .collection__filters .filter_item h5 {
      font-weight: 600; }
      .collection__filters .filter_item h5:hover {
        color: #12ce41; }
    .collection__filters .filter_item.active h5 {
      color: #12ce41; }
    .collection__filters .filter_item + .filter_item:before {
      content: '';
      position: absolute;
      top: 4px;
      bottom: 4px;
      left: -1px;
      width: 2px;
      background: #000; }
  .collection__filters .filter_wrap, .collection__filters .filter_selectors {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .collection__filters .collection_filter_block {
    display: none;
    padding: 15px 0; }
  .collection__filters .filter_elem {
    display: block;
    text-transform: uppercase; }
  .collection__filters .filter_elem_size {
    min-width: 110px;
    margin: 10px;
    position: relative;
    font-size: 16px;
    color: black;
    font-family: Oswald;
    font-weight: 500; }
    .collection__filters .filter_elem_size:before {
      content: '';
      position: relative;
      width: 13px;
      height: 13px;
      display: inline-block;
      background: #d8d8d8;
      margin-right: 10px; }
    .collection__filters .filter_elem_size:hover:before, .collection__filters .filter_elem_size.current:before {
      background: #000; }
  .collection__filters .filter_elem_color {
    width: 40px;
    height: 40px;
    margin: 10px;
    border-radius: 50%;
    color: transparent;
    position: relative; }
    .collection__filters .filter_elem_color:before {
      content: '';
      position: absolute;
      top: -3px;
      left: -3px;
      right: -3px;
      bottom: -3px;
      border-radius: 50%;
      border: 1px solid #12ce41;
      opacity: 0; }
    .collection__filters .filter_elem_color.current:before {
      opacity: 1; }
    @media only screen and (max-width: 480px) {
      .collection__filters .filter_elem_color {
        width: 30px;
        height: 30px; } }
  .collection__filters .filter_elem_sort {
    width: 100%;
    font-size: 16px;
    color: black;
    font-family: Oswald;
    font-weight: 400;
    margin-bottom: 10px; }
    .collection__filters .filter_elem_sort.current {
      font-weight: bold; }
  .collection__filters .collection__sort-by-filter {
    height: auto; }
  .collection__filters #sort-by {
    height: 50px;
    width: 240px; }
    .collection__filters #sort-by:focus {
      box-shadow: none; }

.filter_elem_color {
  background: #eee; }

.collection-main .banner__text {
  margin: 0; }
.collection-main .banner__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
.collection-main .banner__wrapper {
  display: block; }

.collection-page {
  min-height: calc(100vh - 432px); }
  @media only screen and (min-width: 799px) {
    .collection-page {
      min-height: calc(100vh - 474px); } }
  @media only screen and (max-width: 480px) {
    .collection-page section.section__wrapper {
      padding-top: 0; } }

.collection__main, .search_info {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto; }

.search_info {
  text-transform: uppercase;
  padding: 0 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: Oswald;
  color: #000; }

@media only screen and (min-width: 481px) {
  .collection__sort-by-filter {
    margin-left: 10px; } }

.sub-collection-main main {
  min-height: 0; }

.collection__loading-icon {
  width: 100%;
  display: none; }

.promo-banner__content {
  padding: 10px 0; }

.promo-banner__subheading {
  font-family: Oswald; }
  .promo-banner__subheading p {
    font-size: 20px; }

/* #FAQ
================================================== */
.page-faq__column-wrap {
  width: 100%; }

@media only screen and (max-width: 798px) {
  .column-wrapper .faq:first-of-type {
    margin-bottom: 20px; } }
.column-wrapper .faq-accordion {
  width: 100%; }
  .column-wrapper .faq-accordion .image-element__wrap {
    padding: 0; }
    .column-wrapper .faq-accordion .image-element__wrap:first-child {
      margin-bottom: 20px; }
.column-wrapper .faq-title {
  margin-bottom: 10px; }
.column-wrapper .faq-title:not(:first-child) {
  margin-top: 40px; }

.accordion dt,
.cms-section-title,
.faq-accordion dt {
  position: relative; }
  .accordion dt a,
  .accordion dt button,
  .cms-section-title a,
  .cms-section-title button,
  .faq-accordion dt a,
  .faq-accordion dt button {
    background: none;
    border: 0;
    border-bottom: 1px solid #e3e5e7;
    color: #000000;
    cursor: pointer;
    display: block;
    font-family: Oswald;
    font-size: 13px;
    line-height: 1.38;
    padding: 16px 60px 16px 0;
    text-align: left;
    width: 100%;
    text-transform: uppercase; }
    .accordion dt a:focus,
    .accordion dt button:focus,
    .cms-section-title a:focus,
    .cms-section-title button:focus,
    .faq-accordion dt a:focus,
    .faq-accordion dt button:focus {
      outline: none; }
  .accordion dt .accordion [aria-expanded="true"] small,
  .accordion dt .accordion-style--carets[aria-expanded="true"] .icon,
  .cms-section-title .accordion [aria-expanded="true"] small,
  .cms-section-title .accordion-style--carets[aria-expanded="true"] .icon,
  .faq-accordion dt .accordion [aria-expanded="true"] small,
  .faq-accordion dt .accordion-style--carets[aria-expanded="true"] .icon {
    transform: translateY(-60%) rotate(180deg); }
  .accordion dt small,
  .accordion dt .icon,
  .cms-section-title small,
  .cms-section-title .icon,
  .faq-accordion dt small,
  .faq-accordion dt .icon {
    position: absolute;
    right: 0px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(calc(-50% + .5px));
    transition: transform 0.2s linear; }

.accordion-icon--plus_and_minus .icon,
.accordion-style--plus_and_minus .icon {
  display: none; }
  .accordion-icon--plus_and_minus .icon.icon--active,
  .accordion-style--plus_and_minus .icon.icon--active {
    display: block; }

.accordion dt a[aria-expanded="true"],
.faq-accordion dt button[aria-expanded="true"] {
  border-color: transparent !important; }

.accordion dd,
.faq-accordion dd {
  display: none;
  padding: 0 20px 10px 0px;
  border-bottom: 1px solid #e3e5e7; }

.accordion dt:first-of-type small,
.accordion dt:first-of-type [aria-expanded="true"] small {
  transform: translateY(-60%) rotate(270deg); }
.accordion dt:first-of-type [aria-expanded="false"] small {
  transform: translateY(-60%) rotate(360deg); }

.accordion dd {
  margin-left: 0;
  display: none; }

.accordion dt a small.right {
  font-family: "Arial";
  /* Force font family to ensure accordion carets are displayed on iOS devices */ }

.accordion dd:first-of-type {
  display: block; }

.accordion [aria-expanded="false"] small {
  transform: translateY(-60%) rotate(180deg); }

.accordion [aria-expanded="true"] small {
  transform: translateY(-60%) rotate(270deg); }

/* # Password page
================================================== */
#shopify-section-password-template {
  height: 100%; }

#password-page-background {
  height: 100%;
  position: fixed;
  width: 100%;
  overflow: auto; }

.password-page__newsletter {
  margin-top: 50px; }
  .password-page__newsletter .newsletter__title,
  .password-page__newsletter .newsletter__text {
    color: inherit !important; }
  .password-page__newsletter p {
    margin-bottom: 20px; }
  .password-page__newsletter .newsletter-section {
    width: 100%; }
  .password-page__newsletter .newsletter__wrapper {
    max-width: 100%; }

.password-page__social-media li {
  margin-right: 10px; }
  .password-page__social-media li .icon {
    height: 2rem;
    width: 2rem; }

.modal-container__password #password {
  width: 100%; }

#password-container {
  height: 100%; }

@media only screen and (max-width: 1024px) {
  .password-page {
    min-width: 350px; } }
@media only screen and (max-width: 798px) {
  .password-page {
    min-width: 90%; } }
.password-page .password-page-message {
  font-size: 3em;
  line-height: 1.2;
  padding: 12px 0; }
  @media only screen and (max-width: 798px) {
    .password-page .password-page-message {
      font-size: 2em; } }
.password-page .password-logo {
  max-width: 200px;
  margin: 0 auto; }
.password-page .password-title {
  font-family: Oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase; }
.password-page .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95); }
.password-page .overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: thin solid #e3e5e7;
  font-size: 14px; }
.password-page .overlay-data {
  opacity: 0;
  visibility: hidden; }
.password-page .overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.modal-close {
  background: 0 0;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px; }
  .modal-close:before, .modal-close:after {
    background-color: #1a1a1a; }

.storefront-password-form {
  padding-bottom: 30px;
  overflow: auto;
  color: #1a1a1a; }

.storefront-password-form input#password {
  padding: 10px;
  margin: 20px 0;
  width: 100%; }

.storefront-password-form label {
  font-size: 0.9em;
  margin: 0 0 1em 0;
  text-align: center; }

.storefront-password-form .actions {
  display: inline-block; }

.storefront-password-form #password {
  width: 50%;
  display: inline-block; }
  @media only screen and (max-width: 480px) {
    .storefront-password-form #password {
      width: 100%; } }

#owner {
  font-size: 0.9em;
  margin-top: -1em;
  opacity: 0.8;
  color: #1a1a1a; }

/* # Font-Face
================================================== */
/*  This is the proper syntax for an @font-face file.
    Upload your font files to Assets and then
    copy your FontName into code below and remove
    comment brackets */
/*  @font-face {
      font-family: 'FontName';
      src: url('FontName.eot');
      src: url('FontName.eot?iefix') format('eot'),
           url('FontName.woff') format('woff'),
           url('FontName.ttf') format('truetype'),
           url('FontName.svg#webfontZam02nTh') format('svg');
      font-weight: normal;
      font-style: normal; }
*/
/* # Custom Styles
================================================== */
.need_asistance {
  padding: 35px 10px 25px 20px;
  background: #f9f9f9;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

.need_asistance__title {
  margin: 0 0 15px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1; }

.need_asistance__desc {
  margin: 0 0 15px 0;
  font-size: 14px;
  color: #393939; }

.need_asistance__item {
  margin: 20px 0 0 0; }

.need_asistance__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #393939; }

.need_asistance__link_icon {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0; }
  .need_asistance__link_email .need_asistance__link_icon {
    padding: 3px 0 0 0; }
  .need_asistance__link_chat .need_asistance__link_icon {
    padding: 3px 0 0 0; }

.need_asistance__link_text {
  font-size: 14px;
  line-height: 1; }

.sidebar-page .title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px; }
.sidebar-page .heading-wrapper {
  margin-bottom: 10px; }
  .sidebar-page .heading-wrapper + div {
    font-size: 13px;
    line-height: 1.54;
    color: #3f4245;
    margin-bottom: 50px; }
.sidebar-page #shopify-section-assistance_menu {
  margin-top: 40px; }
.sidebar-page #shopify-section-assistance_menu .section > div {
  margin: 0 10px; }

.cms-content .is-collapsible + .faq-accordion {
  display: none; }

.cms-section-title {
  font-family: Oswald;
  font-size: 16px;
  line-height: 1.13;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 20px; }

.cms-section-title:first-of-type {
  margin-top: 0; }

.cms-section-title.is-collapsible {
  font-size: 13px;
  line-height: 1.38;
  margin: 0;
  padding: 16px 60px 16px 0;
  border-bottom: 1px solid #e3e5e7; }

.cms-section-title.is-collapsible:first-of-type {
  border-top: 1px solid #e3e5e7; }

.cms-section-title[aria-expanded="true"] {
  border-color: transparent !important; }

.cms-section-title.is-collapsible + .faq-accordion {
  border-bottom: 1px solid #e3e5e7; }

.cms-section-title.is-collapsible + .faq-accordion > *:last-child {
  margin-bottom: 10px; }

.accordion__button span[data-icon="x"],
.cms-section-title span[data-icon="x"] {
  width: 14px;
  height: 16px;
  right: 1px; }

.cms-content li,
.cms-content p {
  color: #3f4245;
  line-height: 1.43;
  margin-bottom: 20px; }

.cms-content p {
  color: #000; }

.cms-content .content ul {
  margin-left: 12px;
  margin-top: 0;
  padding-left: 8px; }

.cms-content .content ul li:last-child {
  margin-bottom: 0; }

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

.cms-section-title.is-collapsible + .faq-accordion dd,
.cms-section-title.is-collapsible + .faq-accordion dt button {
  padding-left: 10px; }

.cms-section-title.is-collapsible + .faq-accordion dt:first-of-type button {
  border-top: 1px solid #e3e5e7; }

.cms-section-title.is-collapsible + .faq-accordion dd:last-child,
.cms-section-title.is-collapsible + .faq-accordion dt:last-of-type button {
  border-bottom: none; }

.only-accorderons .heading-wrapper + div {
  margin-bottom: 35px; }

@media only screen and (min-width: 799px) {
  .sidebar-page #shopify-section-assistance_menu {
    position: absolute;
    top: 190px;
    left: 4vw;
    width: 25%;
    margin-top: 0; }
  .sidebar-page #shopify-section-assistance_menu .section {
    width: 100%; }
  .sidebar-page #shopify-section-assistance_menu .section > div {
    max-width: 273px !important;
    margin: 0 auto;
    margin-left: 10px; }
  .sidebar-page .section__wrapper {
    padding-top: 80px;
    padding-bottom: 60px; }
  .sidebar-page .title {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 25px; }
  .sidebar-page .heading-wrapper + div {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.43;
    color: #3f4245; }

  .two-columns-container {
    display: flex;
    justify-content: space-between;
    position: relative; }

  .two-columns-container .page-sidebar {
    width: 25%;
    max-width: 273px;
    margin-left: 4vw; }

  .two-columns-container .page-main {
    width: 62%;
    max-width: 731px;
    margin-right: auto;
    margin-left: 8vw; }

  .two-columns-container [data-has-toggle-option] {
    display: none; }

  .two-columns-container [data-sidebar-block__content--collapsible] {
    display: block; }

  .cms-content .is-collapsible + .faq-accordion {
    display: block; }

  .cms-section-title:not(.is-collapsible) {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px; }

  .cms-section-title.is-collapsible {
    font-size: 20px;
    line-height: 1;
    border: none !important;
    padding-right: 0; }

  .cms-section-title.is-collapsible .icon {
    display: none; }

  .cms-section-title.is-collapsible + .faq-accordion {
    border: none; }

  .cms-content p {
    font-size: 12px; }

  .faq-accordion dd p,
  .faq-accordion dt button {
    font-size: 14px; }

  .cms-section-title.is-collapsible + .faq-accordion dd,
  .cms-section-title.is-collapsible + .faq-accordion dt button {
    padding-left: 0; }

  .cms-section-title.is-collapsible + .faq-accordion dd:last-child,
  .cms-section-title.is-collapsible + .faq-accordion dt:last-of-type button {
    border-bottom: 1px solid #e3e5e7; }

  .accordion__button span.icon {
    width: 14px;
    height: 16px; }

  .accordion__button span[data-icon="x"] {
    width: 12px;
    right: 1px; }

  .only-accorderons .heading-wrapper + div {
    margin-bottom: 50px; }
  .only-accorderons .cms-section-title {
    font-size: 14px;
    line-height: 1.29;
    margin-top: 20px;
    padding-bottom: 10px; }
  .only-accorderons .cms-section-title:first-of-type {
    padding-top: 0;
    margin-top: 0; } }
.stores-page .page__container {
  padding: 0 28px 40px; }
.stores-page .page__title {
  font-family: Oswald;
  font-size: 60px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #1c1b1b;
  width: 100%;
  text-align: center; }
.stores-page .page__subtitle {
  font-family: "Century Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase;
  margin-top: 10px; }

.stores-wrapper .store {
  padding: 50px 28px;
  width: 100%; }
.stores-wrapper .store__content {
  padding-bottom: 18px; }
.stores-wrapper .store__content-title {
  font-family: Oswald;
  font-size: 56px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 20px; }
.stores-wrapper .store__content-address {
  font-family: "Century Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 10px; }
.stores-wrapper .store__content-link {
  font-family: Oswald;
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  display: block;
  width: 100%;
  text-align: right;
  text-transform: uppercase; }

@media only screen and (min-width: 799px) {
  .stores-page .page__container {
    padding: 80px 20px 140px; }
  .stores-page .page__title {
    font-size: 120px;
    color: #000000; }
  .stores-page .page__subtitle {
    font-size: 33px;
    line-height: 1.03;
    text-align: center;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto; }

  .stores-wrapper .store {
    padding: 121px 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .stores-wrapper .store .image-element__wrap {
      margin: 0;
      max-width: 552px;
      width: 50%; }
  .stores-wrapper .store:nth-child(2n - 1) .store__content {
    order: 1;
    margin-left: 20px;
    margin-rigth: 0;
    max-width: 490px; }
  .stores-wrapper .store:nth-child(2n - 1) .image-element__wrap {
    max-width: 711px;
    width: 70%; }
  .stores-wrapper .store__content {
    max-width: 554px;
    margin-right: 100px;
    padding: 0; }
  .stores-wrapper .store__content-title {
    font-size: 100px;
    line-height: 1; }
    .stores-wrapper .store__content-title span {
      display: none; }
  .stores-wrapper .store__content-address {
    font-size: 20px; }
  .stores-wrapper .store__content-link {
    font-size: 36px; }
    .stores-wrapper .store__content-link:hover {
      color: #12ce41 !important; } }
.store-page .container {
  padding: 0 28px; }
.store-page .top-content {
  padding-bottom: 20px; }
.store-page .store__title {
  font-family: Oswald;
  font-size: 60px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #1c1b1b;
  margin-bottom: 10px;
  text-transform: uppercase; }
.store-page .store__description {
  font-family: "Century Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px; }
.store-page .middle-content {
  padding-top: 20px;
  padding-bottom: 20px; }
.store-page .store-info__heading {
  font-family: Oswald;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #000000;
  margin-bottom: 14px;
  text-transform: uppercase; }
.store-page .store-info__text {
  margin-bottom: 22px; }
  .store-page .store-info__text a:hover {
    text-decoration: underline; }
.store-page .store-info__text * {
  font-family: "Century Gothic", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #3f4245; }
.store-page .store-info__description {
  font-family: "Century Gothic", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  color: #000000; }
.store-page .middle-content__right {
  height: 400px;
  margin-top: 40px; }
.store-page .bottom-content {
  width: 100%;
  padding-top: 20px; }
  .store-page .bottom-content .bottom-content__link {
    display: block;
    text-align: center;
    font-family: Oswald;
    font-size: 44px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    margin-top: 38px;
    text-transform: uppercase; }
    .store-page .bottom-content .bottom-content__link:hover {
      color: #12ce41 !important; }
.store-page .image-carousel {
  height: auto;
  max-height: 100%; }
  .store-page .image-carousel img {
    width: 72%;
    margin-right: 15px; }
.store-page .image-carousel--desktop {
  display: none; }

@media only screen and (min-width: 799px) {
  .store-page .image-carousel--desktop {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .store-page .image-carousel--mobile {
    display: none; }
  .store-page .image-carousel img {
    width: calc(33% - 15px);
    margin: 0; } }
@media only screen and (min-width: 1200px) {
  .store-page {
    padding: 0 60px; }
    .store-page .container {
      max-width: 1226px;
      margin: 0 auto; }
    .store-page .middle-content,
    .store-page .top-content {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      width: 100%; }
    .store-page .top-content {
      padding-bottom: 11px; }
    .store-page .middle-content {
      padding-top: 11px;
      padding-bottom: 45px; }
    .store-page .bottom-content {
      padding-top: 45px; }
      .store-page .bottom-content .bottom-content__link {
        font-size: 60px;
        margin-top: 38px; }
    .store-page .middle-content__left,
    .store-page .top-content__left {
      max-width: 416px;
      width: 35%; }
    .store-page .middle-content__right,
    .store-page .top-content__right {
      width: 62%;
      max-width: 688px;
      z-index: -1; }
    .store-page .middle-content__right {
      height: 517px;
      margin-top: 0; }
    .store-page .store__title {
      color: #000000;
      font-size: 120px; }
    .store-page .store__title--portland {
      font-size: 100px; }
    .store-page .store-info__text * {
      font-size: 14px;
      line-height: 1.43; }
    .store-page .store-info__description {
      font-size: 14px;
      line-height: 1.43;
      color: #3f4245; } }
.yotpo-widget-my-rewards-widget .yotpo-logged-in-view .yotpo-description {
  margin-top: 40px !important; }

.account_container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 20px 50px;
  min-height: calc(100vh - 432px); }
  @media only screen and (min-width: 799px) {
    .account_container {
      padding: 35px 20px 60px;
      min-height: calc(100vh - 470px);
      margin-top: 80px; } }

@media only screen and (min-width: 799px) {
  .account_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; } }

.account_sidebar {
  position: relative; }
  @media only screen and (min-width: 799px) {
    .account_sidebar {
      max-width: 240px;
      -webkit-box-flex: 0 0 240px;
      -moz-box-flex: 0 0 240px;
      -webkit-flex: 0 0 240px;
      -ms-flex: 0 0 240px;
      flex: 0 0 240px; } }
  @media only screen and (max-width: 798px) {
    .account_sidebar {
      z-index: 1; } }

@media only screen and (min-width: 799px) {
  .account_main {
    max-width: calc(100% - 240px );
    padding: 0 0 0 20px;
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }
@media only screen and (min-width: 1025px) {
  .account_main {
    padding: 0 0 0 50px; } }
@media only screen and (min-width: 1401px) {
  .account_main {
    padding: 0 0 0 100px; } }
.account_main .section__wrapper {
  padding: 15px 0 0; }
.account_main header.container {
  margin-bottom: 20px; }
.account_main .account_name_mobile {
  display: none;
  font-size: 14px;
  font-family: Oswald;
  color: #3f4245;
  text-transform: uppercase; }
@media only screen and (max-width: 798px) {
  .account_main h6 {
    font-size: 14px; } }
.account_main .heading-wrapper--account-details {
  margin-bottom: 8px; }
.account_main .account-details__title {
  font-size: 20px;
  color: black; }
.account_main .account-sidebar__content {
  color: #3f4245;
  font-size: 14px; }
.account_main .account-sidebar__name {
  margin-top: 25px;
  margin-bottom: 6px;
  font-size: 10px;
  letter-spacing: 0.15px;
  font-family: Oswald;
  font-weight: 600;
  text-transform: uppercase; }
.account_main .primary_address {
  margin-top: 9px;
  margin-bottom: 4px;
  font-size: 10px;
  letter-spacing: 0.15px;
  font-family: Oswald;
  font-weight: 600;
  text-transform: uppercase; }
.account_main .account-sidebar__address a {
  display: inline-block;
  margin-top: 8px;
  font-size: 13px;
  font-family: Oswald;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
  text-decoration: underline; }
  .account_main .account-sidebar__address a:hover {
    color: #12ce41 !important; }
.account_main .account_orders_title a {
  float: right;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500; }
  @media only screen and (max-width: 480px) {
    .account_main .account_orders_title a {
      display: none; } }
.account_main .table {
  margin-top: 15px;
  font-size: 12px; }
  .account_main .table tr {
    border: 1px solid #e3e5e7; }
  .account_main .table th {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Oswald;
    padding: 17px 8px;
    border: none; }
  .account_main .table tbody tr {
    line-height: 37px; }
  .account_main .table td {
    border: none; }
  .account_main .table th:nth-child(5), .account_main .table td:nth-child(5) {
    text-align: center; }
  .account_main .table th:last-child, .account_main .table td:last-child {
    text-align: center; }
  .account_main .table .order_address {
    text-overflow: ellipsis;
    word-wrap: no-wrap;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden; }
    @media only screen and (max-width: 798px) {
      .account_main .table .order_address {
        display: none; } }
  .account_main .table .cart_status {
    display: inline-block;
    width: 101px;
    height: 32px;
    border-radius: 2px;
    text-align: center;
    line-height: 30px !important;
    border: solid 1px #fb8d48;
    background-color: rgba(251, 141, 72, 0.3); }
    @media only screen and (max-width: 480px) {
      .account_main .table .cart_status {
        width: 80px; } }
    .account_main .table .cart_status.success {
      border: solid 1px #80debc;
      background-color: rgba(128, 222, 188, 0.3); }
  .account_main .table .cart_order_link a {
    font-family: Oswald !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    text-decoration: underline; }
    .account_main .table .cart_order_link a:hover {
      color: #12ce41 !important; }
  @media only screen and (max-width: 1200px) {
    .account_main .table .currency_prefix {
      display: none; } }
@media only screen and (max-width: 1024px) {
  .account_main .table .account_order_address_title, .account_main .table .order_address {
    display: none; } }
@media only screen and (max-width: 480px) {
  .account_main .hide_in_mobile {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .account_container .account-sidebar, .account_container .account-main {
    width: 100%; } }
@media only screen and (max-width: 480px) {
  .account-description {
    display: none; }

  .account_main .account_name_mobile {
    display: block; } }
.account_sidebar__content {
  position: relative; }

.account_sidebar__mobile_title {
  height: 50px;
  padding: 0 30px 0 15px;
  border: 1px solid #e3e5e7;
  font-family: Oswald;
  font-weight: 500;
  font-size: 14px;
  line-height: 47px;
  color: rgba(26, 26, 26, 0.6);
  text-transform: uppercase;
  position: relative;
  cursor: pointer; }
  @media only screen and (min-width: 799px) {
    .account_sidebar__mobile_title {
      display: none; } }

.account_sidebar__mobile_title:after {
  content: '\e902';
  font: 12px/1 'flex-icon';
  color: #1a1a1a;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.account_sidebar__list {
  width: 100%;
  list-style-type: none;
  background: white;
  border: 1px solid #e3e5e7;
  border-width: 0 1px 1px 1px;
  position: absolute;
  left: 0;
  will-change: transform, opacity;
  opacity: 0;
  -webkit-transform: scaleY(0) translateY(-30px);
  transform: scaleY(0) translateY(-30px);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: transform 0.2s cubic-bezier(0.57, 0.14, 0.03, 1), opacity 0.2s cubic-bezier(0.57, 0.14, 0.03, 1);
  transition: transform 0.2s cubic-bezier(0.57, 0.14, 0.03, 1), opacity 0.2s cubic-bezier(0.57, 0.14, 0.03, 1); }
  @media only screen and (min-width: 799px) {
    .account_sidebar__list {
      padding: 9px 0;
      border-width: 1px;
      position: relative;
      left: auto;
      opacity: 1;
      -webkit-transform: scaleY(1) translateY(0);
      transform: scaleY(1) translateY(0); } }

.account_sidebar__list.active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.account_sidebar__list_item ~ .account_sidebar__list_item {
  border-top: 1px solid #e3e5e7; }
  @media only screen and (min-width: 799px) {
    .account_sidebar__list_item ~ .account_sidebar__list_item {
      border: none; } }

.account_sidebar__list_link {
  display: block;
  padding: 15px;
  font: 500 13px/1 Oswald;
  text-transform: uppercase;
  position: relative; }
  @media only screen and (min-width: 799px) {
    .account_sidebar__list_link {
      padding: 12px 15px; }
      .account_sidebar__list_link.active {
        color: #12ce41; }
      .account_sidebar__list_link.active:before {
        content: '';
        width: 2px;
        height: 100%;
        background: #1a1a1a;
        position: absolute;
        left: 0;
        top: 0; } }

.account_sidebar__list_number {
  width: 20px;
  height: 20px;
  display: block;
  background: #1a1a1a;
  font: 11px/20px "Century Gothic";
  color: white;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.account_sidebar__list_logout {
  position: relative; }

@media only screen and (min-width: 799px) {
  .account_sidebar__list_logout:before {
    content: '';
    height: 1px;
    display: block;
    background: #e3e5e7;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0; } }

.account_main__title {
  padding: 40px 0 0 0;
  font-size: 20px;
  line-height: 1; }
  @media only screen and (min-width: 799px) {
    .account_main__title {
      padding-top: 18px; } }

.account_main__description {
  padding: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.4; }

.account_addresses {
  padding: 23px 0 0 0; }

.account_addresses__block_title {
  padding: 13px 0 0 0;
  font-size: 10px;
  line-height: 1; }

.account_addresses__block_content {
  padding: 5px 0 0 0;
  font-size: 14px;
  line-height: 1.55; }

.account_addresses__list {
  padding: 40px 0 0 0; }

.account_addresses__list_title {
  font-weight: bold;
  font-size: 14px; }
  @media only screen and (min-width: 1025px) {
    .account_addresses__list_title {
      display: none; } }

.account_addresses__table_mobile {
  margin: 20px 0 0 0;
  border: 1px solid #e3e5e7; }
  @media only screen and (min-width: 1025px) {
    .account_addresses__table_mobile {
      display: none; } }

.account_addresses__table_row {
  padding: 13px 15px;
  font-size: 13px;
  line-height: 1.65; }

.account_addresses__table_row ~ .account_addresses__table_row {
  border-top: 1px solid #e3e5e7; }

.account_addresses__table_title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .account_addresses__table_title span {
    display: block;
    padding: 3px 0 0 0; }

.account_addresses__table_desktop {
  width: 100%;
  margin: 20px 0 0 0;
  border: 1px solid #e3e5e7;
  border-collapse: collapse;
  border-top: none;
  display: none; }
  @media only screen and (min-width: 1025px) {
    .account_addresses__table_desktop {
      display: table;
      margin: 0; } }
  .account_addresses__table_desktop td {
    padding: 15px 10px;
    border-top: 1px solid #e3e5e7; }
  .account_addresses__table_desktop thead {
    font: 500 10px/1 Oswald !important;
    text-transform: uppercase; }
  .account_addresses__table_desktop tbody {
    font-size: 12px; }

.account_addresses__table_actions {
  text-align: right; }

.account_addresses__table_edit {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px 0 0;
  font: 500 13px/14px Oswald;
  text-decoration: underline;
  text-transform: uppercase; }
  @media only screen and (min-width: 1025px) {
    .account_addresses__table_edit {
      margin: 0 40px 0 0; } }

.account_addresses__table_edit:hover {
  text-decoration: none; }

.account_addresses__table_delete {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }
  @media only screen and (min-width: 1025px) {
    .account_addresses__table_delete {
      margin: 0 15px 0 0; } }

.account_addresses__list_btn {
  width: 100%;
  display: block;
  margin: 20px 0 0 0;
  padding: 15px;
  font-weight: 500;
  font-size: 16px !important;
  letter-spacing: 1.5px; }
  @media only screen and (min-width: 1025px) {
    .account_addresses__list_btn {
      display: inline-block;
      vertical-align: top;
      margin: 30px 0 0 0;
      padding: 12px 50px; } }

.account_form__title {
  font-size: 20px;
  line-height: 1; }
  .account_form__title span {
    display: block;
    padding: 10px 0 0 0; }
    @media only screen and (min-width: 1025px) {
      .account_form__title span {
        padding: 0; } }
  .account_form__title a {
    font-size: 13px;
    line-height: 1;
    text-decoration: underline; }
  .account_form__title a:hover {
    text-decoration: none; }
  @media only screen and (min-width: 1025px) {
    .account_form__title {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 18px 0 23px 0;
      border-bottom: 1px solid #e3e5e7; } }

.account_form__back_mobile {
  display: inline-block; }
  @media only screen and (min-width: 799px) {
    .account_form__back_mobile {
      display: none; } }

.account_form__back_desktop {
  display: none; }
  @media only screen and (min-width: 799px) {
    .account_form__back_desktop {
      display: block;
      font-weight: 500; } }

.account_form__new_address {
  padding: 15px 0 0 0; }
  @media only screen and (min-width: 799px) {
    .account_form__new_address {
      padding: 0; } }

.account_form__fields {
  padding: 10px 0 0 0; }
  @media only screen and (min-width: 1025px) {
    .account_form__fields {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -7px;
      padding-right: 30%; } }
  @media only screen and (min-width: 1401px) {
    .account_form__fields {
      padding-right: 50%; } }

.account_form__field {
  padding: 17px 0 0 0; }
  @media only screen and (min-width: 1025px) {
    .account_form__field {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      padding-left: 7px;
      padding-right: 7px; } }

@media only screen and (min-width: 1025px) {
  .account_form__field_half {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

.account_form__label {
  display: block;
  font: 500 12px/1 Oswald;
  text-transform: uppercase; }

.account_form__input {
  height: 50px;
  margin: 9px 0 0 0;
  padding: 15px;
  font: normal 13px/1 Oswald !important;
  color: #686464;
  text-transform: uppercase; }

.account_form__field_checkbox {
  padding-top: 20px; }
  .account_form__field_checkbox input {
    display: none; }
  .account_form__field_checkbox label {
    font-size: 13px;
    line-height: 24px;
    cursor: pointer; }
    @media only screen and (min-width: 799px) {
      .account_form__field_checkbox label {
        font-size: 14px; } }
  .account_form__field_checkbox label:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
    border: 1px solid #e3e5e7; }
  .account_form__field_checkbox input:checked ~ label:before {
    background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%2012.04%208.4%22%3E%3Cpath%20d=%22M11.24,0.13a0.48,0.48,0,0,1,.67,0,0.46,0.46,0,0,1,0,.66L4.13,8.27a0.48,0.48,0,0,1-.66,0L0.14,5.07a0.46,0.46,0,0,1,0-.66,0.48,0.48,0,0,1,.67,0l3,2.88Z%22/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 14px 14px; }

.account_form__field_button {
  padding-top: 20px; }
  .account_form__field_button .button {
    width: 100%;
    display: block;
    padding: 15px;
    letter-spacing: 1.5px; }
    @media only screen and (min-width: 1025px) {
      .account_form__field_button .button {
        width: auto;
        display: inline-block;
        vertical-align: top;
        padding: 12px 50px; } }

@media only screen and (min-width: 799px) {
  .account_container--orders .account_main__description,
  .account_container--orders .account-main {
    max-width: 850px;
    margin-right: auto; } }

#customer_orders .no-mobile {
  display: none; }
#customer_orders th, #customer_orders td {
  vertical-align: middle;
  text-align: center; }
#customer_orders th {
  font-family: Oswald;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #1a1a1a;
  padding: 18px 5px; }
#customer_orders tr {
  border: 1px solid #e3e5e7; }
#customer_orders td,
#customer_orders td * {
  font-family: "Century Gothic", sans-serif;
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1a1a1a; }
#customer_orders .order-status span {
  display: block;
  padding: 8px;
  border-radius: 2px;
  border: solid 1px #fb8d48;
  background-color: rgba(251, 141, 72, 0.3);
  font-size: 12px;
  color: #1a1a1a; }
#customer_orders .order-status .fulfilled {
  background-color: rgba(128, 222, 188, 0.3);
  border: solid 1px #80debc; }
#customer_orders .order-details-dt {
  display: none; }
#customer_orders .view-all a {
  font-family: Oswald;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-decoration: underline; }
  #customer_orders .view-all a:hover {
    color: #12ce41; }

@media only screen and (min-width: 799px) {
  #customer_orders .no-mobile {
    display: table-cell; }
  #customer_orders span.no-mobile {
    display: inline; }
  #customer_orders td,
  #customer_orders td * {
    font-size: 12px; }
  #customer_orders .order-status span {
    max-width: 101px;
    margin: 0 auto; }
  #customer_orders .order-details-dt {
    display: initial; }
  #customer_orders .order-details-mb {
    display: none; } }
.section--order-details .od-status {
  border-top: solid 1px #e3e5e7;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: self-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap; }
  .section--order-details .od-status .od-status__block {
    width: 50%; }
.section--order-details .od-status__block-title,
.section--order-details .od-address__title {
  font-family: Oswald;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 30px; }
.section--order-details .od-status__block-text {
  font-family: Oswald;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #1a1a1a;
  text-transform: uppercase;
  margin-top: 15px; }
.section--order-details .order-status {
  margin-top: 5px; }
  .section--order-details .order-status span {
    display: block;
    padding: 8px;
    border-radius: 2px;
    border: solid 1px #fb8d48;
    background-color: rgba(251, 141, 72, 0.3);
    font-size: 12px;
    color: #1a1a1a;
    width: 107px;
    margin-right: 0;
    text-align: center; }
  .section--order-details .order-status .fulfilled {
    background-color: rgba(128, 222, 188, 0.3);
    border: solid 1px #80debc; }
.section--order-details .od-address {
  margin-top: 45px;
  border: solid 1px #e3e5e7;
  padding: 9px 18px;
  max-width: 444px; }
  .section--order-details .od-address span {
    display: block;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3f4245;
    padding: 2px 0; }
  .section--order-details .od-address a {
    display: inline-block;
    font-family: Oswald;
    font-size: 13px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3f4245;
    text-transform: uppercase;
    margin-top: 3px; }
.section--order-details .od-address__title {
  margin-top: 0;
  margin-bottom: 12px; }
.section--order-details .table {
  margin-top: 23px;
  border: solid 1px #e3e5e7; }
  .section--order-details .table thead {
    display: none; }
  .section--order-details .table tbody td:not(:first-child) {
    display: none; }
  .section--order-details .table td {
    padding: 7px 12px 0px 12px; }
  .section--order-details .table tr:last-child .od-product {
    border: none; }
  .section--order-details .table tfoot {
    font-family: Oswald;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000;
    text-transform: uppercase; }
    .section--order-details .table tfoot .discount-price {
      font-weight: 500; }
  .section--order-details .table .tfoot-desktop {
    display: none; }
  .section--order-details .table .tfoot-mobile td {
    padding: 7px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
.section--order-details .od-product {
  display: flex;
  align-items: center;
  padding-bottom: 7px; }
  .section--order-details .od-product .dt-price {
    display: none; }
  .section--order-details .od-product img {
    width: 27%;
    margin-right: 35px; }
  .section--order-details .od-product .od-product__content {
    width: calc(73% - 35px); }
.section--order-details .mb-price span:last-child,
.section--order-details .od-product__content-title,
.section--order-details .od-totals__block-title {
  font-family: Oswald;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase; }
.section--order-details .od-product__content-title {
  margin-bottom: 20px; }
.section--order-details .mb-price,
.section--order-details .od-totals__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
.section--order-details .od-product__content-text,
.section--order-details .od-totals__block-content {
  font-family: "Century Gothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  text-transform: uppercase; }
.section--order-details .od-totals {
  border: solid 1px #e3e5e7;
  border-top: none;
  padding: 33px 12px; }
.section--order-details .od-totals__block {
  padding: 7px 0; }
.section--order-details .od-totals__block-content {
  text-transform: normal; }
  .section--order-details .od-totals__block-content strong {
    font-family: Oswald;
    font-size: 14px;
    font-weight: 500; }
.section--order-details .od-return {
  margin-top: 20px; }
.section--order-details .od-return__title {
  font-family: Oswald;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 11px; }
.section--order-details .od-return__text {
  color: #3f4245; }
.section--order-details .od-return__link {
  height: 48px !important;
  width: 150px !important;
  margin-top: 23px;
  color: #1a1a1a; }

@media only screen and (min-width: 799px) {
  .section--order-details {
    padding-top: 19px !important; }
    .section--order-details .od-status {
      border-bottom: solid 1px #e3e5e7; }
      .section--order-details .od-status .od-status__block {
        width: auto;
        white-space: nowrap; }
    .section--order-details .od-status__block-title {
      margin-top: 20px; }
    .section--order-details .order-status-title-centered {
      text-align: center; }
    .section--order-details .od-status__block-text {
      font-family: "Century Gothic", sans-serif;
      font-size: 14px;
      letter-spacing: 0.19px;
      font-weight: bold; }
    .section--order-details .od-address {
      margin-top: 23px;
      padding: 11px 18px; }
    .section--order-details .table .tfoot-desktop {
      display: table-row-group; }
      .section--order-details .table .tfoot-desktop td {
        padding: 22px 20px; }
      .section--order-details .table .tfoot-desktop td:last-child {
        text-align: right; }
    .section--order-details .table .tfoot-mobile {
      display: none; }
    .section--order-details .table thead {
      display: table-header-group;
      border-bottom: solid 1px #e3e5e7;
      padding: 16px 26px 19px; }
      .section--order-details .table thead th {
        font-family: Oswald;
        font-size: 10px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 0.14px;
        text-align: center;
        color: #000000;
        padding: 16px 26px 19px; }
      .section--order-details .table thead th:first-child {
        text-align: left; }
    .section--order-details .table td {
      padding: 22px 8px; }
    .section--order-details tbody tr:not(:last-child) {
      border-bottom: solid 1px #e3e5e7; }
    .section--order-details .table tbody td:not(:first-child) {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      font-size: 14px; }
    .section--order-details .od-product {
      border: none; }
      .section--order-details .od-product .dt-price {
        display: block;
        margin-bottom: 5px; }
      .section--order-details .od-product .mb-price {
        display: none; }
      .section--order-details .od-product img {
        width: 66px; }
      .section--order-details .od-product .od-product__content {
        width: calc(100% - 101px); }
    .section--order-details .od-product__content-title {
      margin: 0; }
    .section--order-details .od-totals {
      padding: 20px;
      max-width: 331px;
      margin-left: auto; }
    .section--order-details .od-return {
      margin-top: 36px;
      margin-bottom: 10px;
      padding-top: 40px;
      border-top: solid 1px #e3e5e7;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      .section--order-details .od-return .od-return__link {
        margin-top: 10px;
        font-size: 16px;
        font-weight: 500; }
      .section--order-details .od-return > div {
        width: 70%;
        max-width: 676px; } }
.customer__edit_form_container .form_border {
  border-top: 1px solid #e3e5e7;
  width: 100%;
  margin: 0 10px 7px; }
  @media only screen and (max-width: 798px) {
    .customer__edit_form_container .form_border {
      display: none; } }

@media only screen and (max-width: 798px) {
  .account-section-edit .section__wrapper {
    padding-top: 30px; }
  .account-section-edit header.container {
    margin-bottom: 0; }
  .account-section-edit .account-main {
    padding-top: 13px; } }
.account-section-edit form.account-card {
  max-width: 445px; }
  .account-section-edit form.account-card label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-family: Oswald;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .account-section-edit form.account-card label[for="change_password"] {
    font-size: 13px;
    font-weight: normal;
    color: #686464; }
  .account-section-edit form.account-card input {
    height: 50px;
    width: 100%;
    padding: 15px;
    border: 1px solid #e3e5e7;
    font-weight: normal;
    font-family: Oswald;
    font-size: 13px;
    color: #686464;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .account-section-edit form.account-card input.error {
      border-color: red; }
    .account-section-edit form.account-card input:disabled {
      background-color: #fafafa; }
  .account-section-edit form.account-card .form_error_info, .account-section-edit form.account-card .form_error_lenght {
    text-transform: uppercase;
    font-weight: 500;
    font-family: Oswald;
    color: red; }
  .account-section-edit form.account-card .form_error_info {
    margin-right: 15px; }
  .account-section-edit form.account-card .form-vertical__col {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .account-section-edit form.account-card .account_form__field_checkbox {
    margin-top: -20px; }
  .account-section-edit form.account-card .form-edit-field {
    width: calc(50% - 5px);
    margin-right: 5px; }
    .account-section-edit form.account-card .form-edit-field + .form-edit-field {
      margin-right: 0;
      margin-left: 5px; }
    @media only screen and (max-width: 798px) {
      .account-section-edit form.account-card .form-edit-field {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px; }
        .account-section-edit form.account-card .form-edit-field + .form-edit-field {
          margin-left: 0;
          margin-bottom: 0; } }
  .account-section-edit form.account-card .account-card__footer .btn {
    height: 48px;
    width: 202px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.07px;
    font-family: Oswald;
    text-transform: uppercase;
    position: relative; }
    .account-section-edit form.account-card .account-card__footer .btn:disabled {
      opacity: 0.4;
      pointer-events: none; }
    .account-section-edit form.account-card .account-card__footer .btn::before, .account-section-edit form.account-card .account-card__footer .btn::after {
      opacity: 0;
      pointer-events: none;
      -ms-transition: opacity 0.2s ease;
      -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      font-size: 1em;
      opacity: 0;
      pointer-events: none;
      z-index: 1; }
    .account-section-edit form.account-card .account-card__footer .btn::before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -.64285714em 0 0 -.64285714em;
      width: 1.28571429em;
      height: 1.28571429em;
      border-radius: 500rem;
      border: 0.2em solid rgba(0, 0, 0, 0.15); }
    .account-section-edit form.account-card .account-card__footer .btn::after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      margin: -.64285714em 0 0 -.64285714em;
      width: 1.28571429em;
      height: 1.28571429em;
      -webkit-animation: spin .6s linear;
      animation: spin .6s linear;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      border-radius: 500rem;
      border-color: #fff transparent transparent;
      border-style: solid;
      border-width: .2em;
      -webkit-box-shadow: 0 0 0 1px transparent;
      box-shadow: 0 0 0 1px transparent;
      background-image: none;
      -webkit-animation-play-state: paused;
      animation-play-state: paused;
      will-change: transform; }
    .account-section-edit form.account-card .account-card__footer .btn.loading, .loading .account-section-edit form.account-card .account-card__footer .btn[data-loads], .loading .account-section-edit form.account-card .account-card__footer .btn [data-loads] {
      cursor: default;
      text-shadow: none !important;
      color: transparent !important;
      opacity: 1;
      pointer-events: none; }
      .account-section-edit form.account-card .account-card__footer .btn.loading::before, .account-section-edit form.account-card .account-card__footer .btn.loading::after, .loading .account-section-edit form.account-card .account-card__footer .btn[data-loads]::before, .loading .account-section-edit form.account-card .account-card__footer .btn[data-loads]::after, .loading .account-section-edit form.account-card .account-card__footer .btn [data-loads]::before, .loading .account-section-edit form.account-card .account-card__footer .btn [data-loads]::after {
        -webkit-animation-play-state: running;
        animation-play-state: running;
        opacity: 1; }
    @media only screen and (max-width: 480px) {
      .account-section-edit form.account-card .account-card__footer .btn {
        width: 100%; } }

/*================ Animations ================*/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#loop-onstore .loop-onstore__amount {
  font: normal normal 20px/1 Oswald; }
#loop-onstore .loop-onstore__back {
  color: #000;
  background-color: #fff;
  border-color: #000;
  height: 50px;
  font-weight: 500;
  border-radius: 0px;
  line-height: inherit;
  width: auto;
  font-size: 16px !important;
  font-family: Oswald, sans-serif;
  font-style: normal;
  border-width: 1px;
  letter-spacing: 1.07px;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out; }
  #loop-onstore .loop-onstore__back:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
    opacity: 1; }

@media only screen and (min-width: 500px) {
  #shopify-section-header__top-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 22; }

  #shopify-section-header-classic {
    position: fixed;
    top: 39px;
    z-index: 22; }

  .product-page,
  #template-page-sidebar .section__wrapper.section,
  #template-collection, #template-collection,
  .index .shopify-section.index-sections,
  .page-about #shopify-section-about-us,
  #template-page-stores,
  #template-page {
    margin-top: 110px; } }
@media only screen and (max-width: 500px) {
  #shopify-section-header__top-bar {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 22; }

  #shopify-section-header-classic {
    position: fixed;
    top: 27px;
    z-index: 22; }

  .mobile-menu {
    top: 98%; }

  .index .shopify-section.index-sections,
  #template-page-sidebar .section__wrapper.section,
  #template-collection, #template-collection,
  .page-about #shopify-section-about-us,
  #template-page-stores,
  #template-page {
    margin-top: 78px; }

  .product-page, #template-cart, #shopify-section-login-form {
    margin-top: 87px; }

  /*
  .index .shopify-section.index-sections {
    margin-top: 0px;
  }
  */ }
.screen-reader-text, span.header-cart__caption.icon-caption,
.header__link .action-area__link {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-size: 1em;
  font-weight: 600;
  -webkit-font-smoothing: subpixel-antialiased;
  color: black !important;
  background: white !important; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.skip-link {
  background-color: #fff;
  padding: 1em;
  z-index: 10000; }

.gUEHaG.gUEHaG.gUEHaG.gUEHaG.gUEHaG.gUEHaG:focus {
  background: #11ce41; }

.swatch-element:focus {
  border: 2px solid #005fcc; }

.product-gallery__thumbnail.one-fifth.column.is-relative:focus {
  border: 2px solid #005fcc; }

a.product-gallery__link:focus {
  border: 2px solid #005fcc; }

.color_swatcher .swatch.current {
  order: 1; }

a.header__link.action-area__link:focus {
  border: 1px solid #005fcc; }

a.navbar-link.header__link:hover {
  text-decoration: underline; }

.mega-menu__content.content a:hover, .mega-menu__linklist ul li a:hover,
p.menu__heading a:hover, a.product-thumbnail__title.ng-binding:hover,
.quick-shop .quick-shop__title a:hover {
  color: black !important;
  text-decoration: underline; }

a.navbar-link.header__link.is-active {
  text-decoration: underline; }

.product__blocks .block__product-reviews {
  display: none; }

/* .yotpo.yotpo-main-widget { width: 75% !important; } */
.limoniapps-discountninja-cartdiscountfield-placeholder {
  margin-bottom: 0px !important; }

.product-page .color_swatcher {
  flex-wrap: wrap; }

.wrap-the-swatches {
  display: inline-block;
  width: calc(100% - 64px); }

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

.ajax-cart .quantity-minus.button, .ajax-cart .quantity-plus.button {
  background-color: #fff; }

.ajax-cart .quantity-minus.button:hover, .ajax-cart .quantity-plus.button:hover {
  background-color: #fff; }

.ajax-cart .quantity-minus.button .icon, .ajax-cart .quantity-plus.button .icon {
  fill: #000; }

.ajax-cart .quantity-minus.button .icon:hover, .ajax-cart .quantity-plus.button .icon:hover {
  fill: #000; }

.ajax-cart__quantity-box.product-quantity-box {
  margin-top: 4px; }

.quantity-wrapper.quantity-style--box.is-medium .quantity-element {
  min-width: 30px;
  height: 30px; }

.quantity-wrapper.quantity-style--box .quantity-input-control input {
  border-top: 0px;
  border-bottom: 0px; }

/* to keep minin-cart visible
#theme-ajax-cart.is-mini-cart {
    visibility: visible;
    opacity: 1;
}
*/
/*Swym CSS*/
i.icon-swym-wishlist {
  font-family: 'swym-font';
  font-style: normal;
  vertical-align: middle; }

i.icon-swym-wishlist + span {
  vertical-align: middle; }

i.icon-swym-wishlist:after {
  content: '';
  font-size: 130%;
  line-height: 18px;
  text-align: center;
  font-weight: lighter;
  display: inline; }

/*content rendered after swym is ready to avoid showing block/invalid chars*/
.swym-ready i.icon-swym-wishlist:after {
  content: '\f08a'; }

.swym-quickview-bar.swym-button-bar.swym-wishlist-button-bar {
  margin: 0px -5px !important; }

.swym-button-bar.swym-wishlist-button-bar.swym-inject {
  margin: 0px -2px; }

.swym-btn-container.swym-inject {
  margin: 7px 0px !important; }

span.swym-wishlist-cta {
  font-family: Oswald;
  font-weight: normal; }

.swym-btn-container .swym-button:after .swym-fave-count {
  font-weight: 500; }

.swym-details {
  font-family: "Century Gothic",sans-serif !important;
  font-color: black; }

a.swym-wishlist-item.swym-is-anchor {
  border: unset !important; }

.swym-wishlist-link.swym-button.swym-button-2, p.swym-empty-wishlist-text.swym-text.swym-text-1 {
  color: black; }

.swym-product-final-price.swym-value, input.swym-new-wishlist-name.swym-no-zoom-fix.swym-input, span.swym-wishlist-name {
  color: black !important; }

.swym-ui-component .swym-wishlist-selector-dropdown .swym-wishlist-input-icon::before, .swym-share-wishlist-subheading.swym-heading.swym-heading-2, button.swym-share-wishlist-button.swym-nav.swym-nav-1.swym-is-button.swym-color-2.swym-hover-color-1, h3.swym-text-heading.swym-heading.swym-heading-1 {
  color: black !important; }

button.swym-wishlist-item.swym-option.swym-is-button.swym-selected {
  color: black !important; }

button.swym-wishlist-context-menu-item.swym-delete.swym-nav.swym-nav-1.swym-is-button, button.swym-cancel-mailing-list-btn.swym-button.swym-button-2.swym-is-button.swym-color-2 {
  color: black !important; }

button.swym-cancel-duplicate-wishlist-btn.swym-button.swym-button-2.swym-is-button {
  color: black; }

input.swym-duplicate-wishlist-btn.swym-button.swym-button-1.swym-is-button, button.swym-empty-wishlist-continue-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4 {
  background: black; }

span.swym-emphasis {
  color: black !important; }

button.swym-clear-wishlist-btn.swym-button.swym-button-1.swym-is-button {
  background: black; }

button.swym-cancel-clear-wishlist-btn.swym-button.swym-button-2.swym-is-button {
  color: black;
  border-color: black; }

button.swym-login-btn.swym-button.swym-button-1.swym-is-button {
  background: black !important; }

button.swym-save-list-btn.swym-button.swym-button-2.swym-is-button {
  color: black !important;
  border-color: black !important; }

span.swym-error-msg {
  color: black !important; }

button.swym-back-btn.swym-button.swym-button-2.swym-is-button {
  color: black !important; }

button.swym-save-list-btn.swym-button.swym-button-1.swym-is-button {
  background: black !important; }

input.swym-wishlist-input.swym-input.swym-input-1 {
  border-color: black; }

button.swym-wishlist-item.swym-option.swym-is-button:hover {
  color: black; }

button.swym-log-out-btn.swym-button.swym-button-1.swym-is-button {
  background: black !important; }

h2.swym-wishlist-main-title.swym-heading.swym-heading-1.swym-is-heading {
  color: black; }

.swym-wishlist-container-title-bar.swym-bg-1.swym-bg-2.swym-color-4 {
  background: black; }

span.swym-user-text.swym-value.swym-value-1, p.swym-empty-wishlist-text.swym-text.swym-text-1, button.swym-wishlist-context-menu-item.swym-delete.swym-nav.swym-nav-1.swym-is-button span,
button.swym-wishlist-context-menu-item.swym-share.swym-nav.swym-nav-1.swym-is-button span, .swym-new-wishlist-item.swym-selected.swym-input-has-error span.error-msg, input.swym-new-wishlist-name.swym-no-zoom-fix.swym-input, span.swym-wishlist-name, h4.swym-sub-heading.swym-heading.swym-heading-2, input#swym-first-name, input#swym-last-name, input#swym-email, label.swym-add-mailing-list-checkbox-label, .swym-add-mailing-list-description {
  font-family: "Century Gothic",sans-serif !important; }

h2.swym-wishlist-main-title.swym-heading.swym-heading-1.swym-is-heading, button.swym-empty-wishlist-continue-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4, .swym-share-wishlist-subheading.swym-heading.swym-heading-2, button.swym-share-wishlist-button.swym-nav.swym-nav-1.swym-is-button.swym-color-2.swym-hover-color-1, button.swym-share-wishlist-button.swym-share-copy.swym-nav.swym-nav-1.swym-is-button.swym-color-2.swym-hover-color-1 span, button.swym-add-to-list-btn.swym-button.swym-button-1.swym-bg-2.swym-color-4, h3.swym-text-heading.swym-heading.swym-heading-1, button.swym-add-mailing-list-btn.swym-button.swym-button-1.swym-bg-2.swym-color-4, button.swym-cancel-mailing-list-btn.swym-button.swym-button-2.swym-is-button.swym-color-2 {
  font-family: Oswald !important;
  text-transform: uppercase !important; }

.swym-title.swym-title-1 {
  font-family: Oswald !important;
  color: black !important;
  font-size: 16px !important;
  text-transform: uppercase; }

.swym-variant-title.swym-text.swym-title-2 {
  font-family: "Century Gothic",sans-serif !important;
  font-size: 14px !important; }

.swym-product-final-price.swym-value {
  font-family: Oswald;
  color: black !important;
  font-size: 16px !important; }

button.swym-add-to-cart-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4.swym-is-button {
  font-family: Oswald;
  color: white !important;
  font-size: 16px !important;
  background: black !important; }

.swym-text-content.swym-text.swym-text-1, label.swym-input-label.swym-color-1.swym-label, input#swym-first-name, label.swym-add-mailing-list-checkbox-label {
  color: black !important; }

h3.swym-text-heading.swym-heading.swym-heading-1, h2.swym-text-heading.swym-heading.swym-heading-1, h3.swym-empty-wishlist-title.swym-heading.swym-heading-1, .swym-title.swym-title-1, h3.swym-product-name.swym-heading.swym-heading-1, button.swym-new-wishlist-btn.swym-button.swym-button-2.swym-color-2.swym-border-color-1 {
  font-family: Oswald;
  color: black !important;
  text-transform: uppercase !important; }

button.swym-share-wishlist-email-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4, button.swym-back-btn.swym-button.swym-button-2.swym-is-button.swym-color-2, button.swym-log-out-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4 {
  font-family: Oswald !important; }

.swym-text-content.swym-text.swym-text-1 {
  font-family: "Century Gothic",sans-serif !important;
  font-size: 14px !important; }

button.swym-login-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4, button.swym-save-list-btn.swym-button.swym-button-2.swym-is-button.swym-color-2.swym-border-color-1 {
  font-family: Oswald !important;
  font-weight: bold !important; }

.swym-btn-container .swym-button.swym-added *:not(.swym-tooltip), .swym-btn-container .swym-button.swym-added + .swym-fave-count {
  opacity: 1 !important; }

button.swym-wishlist-context-menu-item.swym-share.swym-nav.swym-nav-1.swym-is-button, button.swym-wishlist-context-menu-item.swym-delete.swym-nav.swym-nav-1.swym-is-button, label.swym-input-label, input#swym-name, input#swym-email, textarea#swym-note, span.swym-color-2 {
  color: black !important;
  font-family: 'Century Gothic'; }

h2.swym-text-heading.swym-heading.swym-heading-1, label.swym-input-label, textarea#swym-note, input#swym-email::placeholder, input#swym-name::placeholder {
  color: black !important; }

button.swym-share-wishlist-email-btn.swym-button.swym-button-1.swym-is-button.swym-bg-2.swym-color-4, button.swym-wishlist-add-to-cart-btn.swym-button.swym-button-1.swym-bg-2.swym-color-4.swym-is-button, button.swym-add-mailing-list-btn.swym-button.swym-button-1.swym-bg-2.swym-color-4 {
  background: black !important; }

/*Swym CSS*/
@media only screen and (min-width: 1025px) {
  .search-form .search__fields input[type=text] {
    width: 90%; }

  .search-overlay {
    right: 134px; }

  .search-overlay-active {
    width: calc(100% - 374px); }

  .search-overlay {
    right: 138px; }

  .section.search-overlay__wrapper {
    /*border:solid 1px red;*/ }

  .input.search_overlay__input.ng-scope {
    left: 24px; }

  .input.search_overlay__input.ng-scope.focus-visible {
    left: 88px; } }
.product_title_block .yotpo.bottomLine {
  height: 33.5px;
  overflow: hidden;
  /*border:solid 1px blue;*/ }

.y-hover-elements {
  cursor: pointer; }

.yotpo-slider .yotpo-slider-title-wrapper, .yotpo-visual-carousel .yotpo-slider-title-wrapper, .yotpo-pictures-widget .yotpo-slider-title-wrapper {
  border-bottom: 1px solid #000 !important;
  line-height: 1.2 !important;
  width: 100% !important; }

.yotpo-lightbox.yotpo-lightbox-new.yotpo .yotpo-modal.yotpo-modal-active .yotpo-lightbox-container .yotpo-lightbox-products-container .yotpo-lightbox-product .yotpo-lightbox-product-name {
  text-transform: uppercase !important; }
