/*!
 * 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; } }
/*! 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; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* Icon Forward */
a.button--primary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }

a.button--primary, a.button--primary.button:after {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

a.button--primary:hover:after,
a.button--primary:focus:after,
a.button--primary:active:after {
  -webkit-transform: translateX(4px);
  transform: translateX(4px); }

/* BACKGROUND TRANSITIONS */
/* Fade */
a.button--secondary {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color; }

a.button--secondary:hover,
a.button--secondary:focus,
a.button--secondary:active {
  background-color: #2098d1;
  color: white; }

/* Sweep To Right */
button.action_button, button.button--add-to-cart {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

button.button--add-to-cart:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

button.action_button, button.button--add-to-cart:hover,
button.action_button, button.button--add-to-cart:focus,
button.action_button, button.button--add-to-cart:active {
  color: white; }

button.action_button, button.button--add-to-cart:hover:before,
button.action_button, button.button--add-to-cart:focus:before,
button.action_button, button.button--add-to-cart:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/* # 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, .klaviyo-bis-trigger {
  -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 {
  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: '\e904';
  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(0, 0, 0, 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(0, 0, 0, 0.3); }
  .delete:active {
    background-color: rgba(0, 0, 0, 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(0, 0, 0, 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;
  outline: none;
  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(0, 0, 0, 0.3); }
  .close:active {
    background-color: rgba(0, 0, 0, 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 #dbdbdb;
  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: 100vh; }

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

body,
button,
input,
select,
textarea {
  font-family: Futura, sans-serif; }

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

a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-in-out; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #77a6f7; }

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: middle; }

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: black;
  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: #363636; }

.table.is-bordered td,
.table.is-bordered th {
  border: 1px solid lightgrey;
  padding: 5px; }

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

/* # Fonts
================================================== */
@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=c2FucmlvLmNvbQ&hmac=76dbe6036aa4d079146be8324fe90971eb142377baba803e87b52a2283b66d31") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=c2FucmlvLmNvbQ&hmac=bccce49c533f11fb71d981d08ca19c4cca4b09ba6bda94d2c8a8f677699eef1f") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=c2FucmlvLmNvbQ&hmac=cef83871c41a4c2c2f570c2b934e6960690c98372833dd727d19d95cfa528418") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=c2FucmlvLmNvbQ&hmac=e0a6bdfc26ef759b12e5069d12aea1c1a116f3b006cd8173498cbe144e7a3062") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=c2FucmlvLmNvbQ&hmac=76dbe6036aa4d079146be8324fe90971eb142377baba803e87b52a2283b66d31") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=c2FucmlvLmNvbQ&hmac=bccce49c533f11fb71d981d08ca19c4cca4b09ba6bda94d2c8a8f677699eef1f") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=c2FucmlvLmNvbQ&hmac=cef83871c41a4c2c2f570c2b934e6960690c98372833dd727d19d95cfa528418") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=c2FucmlvLmNvbQ&hmac=e0a6bdfc26ef759b12e5069d12aea1c1a116f3b006cd8173498cbe144e7a3062") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=c2FucmlvLmNvbQ&hmac=76dbe6036aa4d079146be8324fe90971eb142377baba803e87b52a2283b66d31") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=c2FucmlvLmNvbQ&hmac=bccce49c533f11fb71d981d08ca19c4cca4b09ba6bda94d2c8a8f677699eef1f") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=c2FucmlvLmNvbQ&hmac=cef83871c41a4c2c2f570c2b934e6960690c98372833dd727d19d95cfa528418") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=c2FucmlvLmNvbQ&hmac=e0a6bdfc26ef759b12e5069d12aea1c1a116f3b006cd8173498cbe144e7a3062") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 500;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n5.5632c6d8a6da9141ef40e51d14264a007bcae7e5.woff2?h1=c2FucmlvLmNvbQ&hmac=0f10d50589138b0b8e9e4794053852cbbb517df5af8a22fb94cbfb06fecefcf3") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n5.ea788239cf399e57dbdfe80e24bba751e5c2a36c.woff?h1=c2FucmlvLmNvbQ&hmac=f047ae49853837b18d6966a94f54128dd56f781874fd88019bed6683f4187c7e") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 500;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o5.2374ce1c635b408a1f07994a3de4a936fc50f767.woff2?h1=c2FucmlvLmNvbQ&hmac=f599a8af6a221af02b0baf7e8d55c2b20a1886a91f17116461904b67d4f97b06") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o5.1bf4df2c089a877c3ba2d33a9d4c7908742bfc89.woff?h1=c2FucmlvLmNvbQ&hmac=73a0a020f71a906d35559f806a8490d3b8247acf19d87cfb3818f9cb93620c15") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=c2FucmlvLmNvbQ&hmac=76dbe6036aa4d079146be8324fe90971eb142377baba803e87b52a2283b66d31") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=c2FucmlvLmNvbQ&hmac=bccce49c533f11fb71d981d08ca19c4cca4b09ba6bda94d2c8a8f677699eef1f") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=c2FucmlvLmNvbQ&hmac=cef83871c41a4c2c2f570c2b934e6960690c98372833dd727d19d95cfa528418") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=c2FucmlvLmNvbQ&hmac=e0a6bdfc26ef759b12e5069d12aea1c1a116f3b006cd8173498cbe144e7a3062") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=c2FucmlvLmNvbQ&hmac=76dbe6036aa4d079146be8324fe90971eb142377baba803e87b52a2283b66d31") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=c2FucmlvLmNvbQ&hmac=bccce49c533f11fb71d981d08ca19c4cca4b09ba6bda94d2c8a8f677699eef1f") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=c2FucmlvLmNvbQ&hmac=cef83871c41a4c2c2f570c2b934e6960690c98372833dd727d19d95cfa528418") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=c2FucmlvLmNvbQ&hmac=e0a6bdfc26ef759b12e5069d12aea1c1a116f3b006cd8173498cbe144e7a3062") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 300;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n3.cc9b68efd1cfa8296b0ec7d463066804b6bcc72b.woff2?h1=c2FucmlvLmNvbQ&hmac=1c5491cb0db51b185c8c6d4ebb08101e34e5d9bb592eead5ddc89fa9b7efbebe") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n3.a0515e293e4a21f6855788bdc01458bdc41f88f1.woff?h1=c2FucmlvLmNvbQ&hmac=6543aa434d519ab18b34559c1f263e767abd00758694c79d4a86d06ffa18b4d4") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 300;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o3.85ebc2abc77adc404b00ffcd2edb39e8509c5c99.woff2?h1=c2FucmlvLmNvbQ&hmac=1e49013bca1387d5824ecbd88102be5c3bd87a7282fb91942584622464ecc35f") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o3.e50e5ae30cf042c6a9210d4b805f668a60504ba6.woff?h1=c2FucmlvLmNvbQ&hmac=2215bcdef5b43ea2bdbc13482c95bcd44b8c9dc9c0c8e2e4ca3feb54c0a8a1ce") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=c2FucmlvLmNvbQ&hmac=76dbe6036aa4d079146be8324fe90971eb142377baba803e87b52a2283b66d31") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=c2FucmlvLmNvbQ&hmac=bccce49c533f11fb71d981d08ca19c4cca4b09ba6bda94d2c8a8f677699eef1f") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=c2FucmlvLmNvbQ&hmac=cef83871c41a4c2c2f570c2b934e6960690c98372833dd727d19d95cfa528418") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=c2FucmlvLmNvbQ&hmac=e0a6bdfc26ef759b12e5069d12aea1c1a116f3b006cd8173498cbe144e7a3062") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 300;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n3.cc9b68efd1cfa8296b0ec7d463066804b6bcc72b.woff2?h1=c2FucmlvLmNvbQ&hmac=1c5491cb0db51b185c8c6d4ebb08101e34e5d9bb592eead5ddc89fa9b7efbebe") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n3.a0515e293e4a21f6855788bdc01458bdc41f88f1.woff?h1=c2FucmlvLmNvbQ&hmac=6543aa434d519ab18b34559c1f263e767abd00758694c79d4a86d06ffa18b4d4") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 300;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o3.85ebc2abc77adc404b00ffcd2edb39e8509c5c99.woff2?h1=c2FucmlvLmNvbQ&hmac=1e49013bca1387d5824ecbd88102be5c3bd87a7282fb91942584622464ecc35f") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o3.e50e5ae30cf042c6a9210d4b805f668a60504ba6.woff?h1=c2FucmlvLmNvbQ&hmac=2215bcdef5b43ea2bdbc13482c95bcd44b8c9dc9c0c8e2e4ca3feb54c0a8a1ce") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=c2FucmlvLmNvbQ&hmac=76dbe6036aa4d079146be8324fe90971eb142377baba803e87b52a2283b66d31") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=c2FucmlvLmNvbQ&hmac=bccce49c533f11fb71d981d08ca19c4cca4b09ba6bda94d2c8a8f677699eef1f") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=c2FucmlvLmNvbQ&hmac=cef83871c41a4c2c2f570c2b934e6960690c98372833dd727d19d95cfa528418") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=c2FucmlvLmNvbQ&hmac=e0a6bdfc26ef759b12e5069d12aea1c1a116f3b006cd8173498cbe144e7a3062") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n4.df36ce3d9db534a4d7947f4aa825495ed740e410.woff2?h1=c2FucmlvLmNvbQ&hmac=76dbe6036aa4d079146be8324fe90971eb142377baba803e87b52a2283b66d31") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n4.6bce24beb4ba1ff4ddeb20f7cd6e2fa513a3d6ec.woff?h1=c2FucmlvLmNvbQ&hmac=bccce49c533f11fb71d981d08ca19c4cca4b09ba6bda94d2c8a8f677699eef1f") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: normal;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_n7.153f8fffad8e901382179997bbb87aa7a5ff33b3.woff2?h1=c2FucmlvLmNvbQ&hmac=823fc6840e2a13ca2e35b5295a1e1d0b67ca92cf09ce20d35f23a7a4f2aeb569") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_n7.711e9243b3eccc2745ecf4731eba61651a122376.woff?h1=c2FucmlvLmNvbQ&hmac=7c2d0d5b10e68ff3c7bf12f5780312175096195fd914806fd3cc8be7f6addf03") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 400;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o4.9747e2e6ed2f11b894984527c927b42234e48815.woff2?h1=c2FucmlvLmNvbQ&hmac=cef83871c41a4c2c2f570c2b934e6960690c98372833dd727d19d95cfa528418") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o4.d5edc6b1d9a050bbe0beb9093d73b883bf18c6c1.woff?h1=c2FucmlvLmNvbQ&hmac=e0a6bdfc26ef759b12e5069d12aea1c1a116f3b006cd8173498cbe144e7a3062") format("woff"); }

@font-face {
  font-family: Futura;
  font-weight: 700;
  font-style: oblique;
  font-display: block;
  src: url("https://fonts.shopifycdn.com/futura/futura_o7.ece1472e1fefbb598873ba72dc2bfa2e050347c1.woff2?h1=c2FucmlvLmNvbQ&hmac=170a48b0a02a55e51a91ff001fe437f184e3e2db3ca5d739798c38b159873a1a") format("woff2"), url("https://fonts.shopifycdn.com/futura/futura_o7.7028291332320745f0217c346c800da7522a22b2.woff?h1=c2FucmlvLmNvbQ&hmac=20cd59712c4e6c6544fad771557c1972dc86b14dccf1a382e6c640e0cbbf0088") format("woff"); }

@font-face {
  font-family: 'flex-icon';
  src: url("//cdn.shopify.com/s/files/1/0416/8083/0620/t/99/assets/flex-icon.ttf?v=14100130636688647098") format("truetype"), url("//cdn.shopify.com/s/files/1/0416/8083/0620/t/99/assets/flex-icon.woff?v=6556297278318994921") format("woff"), url("//cdn.shopify.com/s/files/1/0416/8083/0620/t/99/assets/flex-icon.svg?v=12215575079412057538") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* # Typography
================================================== */
body {
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

h1,
.h1 {
  font-family: Futura, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  text-transform: none;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 55px; }
  @media only screen and (max-width: 798px) {
    h1,
    .h1 {
      font-size: 41px; } }
  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: #77a6f7; }

h2,
.h2 {
  font-family: Futura, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 39px;
  text-transform: none;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 42px; }
  @media only screen and (max-width: 798px) {
    h2,
    .h2 {
      font-size: 31px; } }
  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: #77a6f7; }

h3,
.h3 {
  font-family: Futura, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 26px;
  text-transform: none;
  line-height: 1.5;
  color: #000000;
  display: block;
  letter-spacing: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px; }
  @media only screen and (max-width: 798px) {
    h3,
    .h3 {
      font-size: 20px; } }
  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: #77a6f7; }

h4,
.h4 {
  font-family: Futura, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  text-transform: none;
  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) {
    h4,
    .h4 {
      font-size: 28px; } }
  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: #77a6f7; }

h5,
.h5 {
  font-family: Futura, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 33px;
  text-transform: none;
  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) {
    h5,
    .h5 {
      font-size: 26px; } }
  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: #77a6f7; }

h6,
.h6 {
  font-family: Futura, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 31px;
  text-transform: none;
  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) {
    h6,
    .h6 {
      font-size: 24px; } }
  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: #77a6f7; }

a {
  color: black;
  cursor: pointer;
  text-decoration: none; }
  a strong {
    color: currentColor; }
  a:hover {
    color: #77a6f7; }

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-weight: 400; }
  .title strong {
    color: inherit;
    font-weight: inherit; }
  .title + .highlight {
    margin-top: -0.75rem; }
  .title:not(.is-spaced) + .subtitle:not(.modal_price) {
    margin-top: 0; }
  .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.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; }

.title, .header, .header__menu, .banner__heading, .heading-section__heading, .featured-promotions__title, .footer__heading, .image-with-text__heading, .product_name, .rich-text__heading.title span, .button {
  font-family: 'vag-rundschrift-d' !important; }

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

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

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

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

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

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

.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 #d3d3d3;
  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 #d3d3d3;
  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 #000000; }

.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;
  display: none; }

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

.shopify-challenge__container {
  padding: 40px 0; }

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

/* # Control
================================================== */
.button, .input,
.textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .klaviyo-bis-trigger {
  -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, .klaviyo-bis-trigger: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, .is-focused.klaviyo-bis-trigger, .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, .klaviyo-bis-trigger: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, .is-active.klaviyo-bis-trigger {
    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, [disabled].klaviyo-bis-trigger, 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, fieldset[disabled] .klaviyo-bis-trigger {
    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(211, 211, 211, 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 + .media {
    border-top: 1px solid rgba(211, 211, 211, 0.5);
    margin-top: 1rem;
    padding-top: 1rem; }
  .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 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -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; }

/* # 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;
  margin: 0 auto;
  position: relative; }
  .header-cart__icon .icon {
    width: 24px;
    height: 24px; }

.badge {
  height: 1rem;
  width: 1rem;
  position: absolute;
  top: calc(1rem * -0.3);
  left: calc(65% - 0.2rem);
  font-size: 0.7rem;
  background: #eb6e80;
  color: white;
  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: Futura, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  background-color: white;
  border-color: #7f7f7f;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: 18px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 18px;
  text-align: center;
  text-transform: none;
  transition: background 0.2s ease-in-out;
  white-space: nowrap; }
  .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: #77a6f7;
    color: #77a6f7; }
  .button:focus, .button.is-focused {
    border-color: #77a6f7;
    color: #77a6f7; }
    .button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .button:active, .button.is-active {
    border-color: #77a6f7;
    color: #77a6f7; }
  .button.is-inverse {
    background-color: #363636;
    border-color: transparent;
    color: white; }
  .button.is-text {
    background-color: transparent;
    border-color: transparent;
    color: black;
    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: #363636; }
    .button.is-text:active, .button.is-text.is-active {
      background-color: #f2f2f2;
      color: #363636; }
    .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: black; }
  .button.is-static {
    background-color: whitesmoke;
    border-color: #dbdbdb;
    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: 13px;
  border-radius: 0px;
  width: auto;
  line-height: 13px;
  height: auto;
  max-width: 100%;
  white-space: nowrap;
  min-height: 50px;
  flex: 0 0 0; }
  .button--primary:after,
  a.button--primary.button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 10px;
    background-image: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/arrow-left-button.svg?v=1596606038");
    background-repeat: no-repeat;
    background-size: 12px 10px;
    padding-left: 0;
    left: 0;
    position: relative;
    transition-duration: 0.2s;
    transition-property: left;
    transition-timing-function: ease-out; }
  .button--primary, .button--primary:link, .button--primary:visited,
  a.button--primary.button,
  a.button--primary.button:link,
  a.button--primary.button:visited {
    color: black;
    background-color: white;
    border-color: black; }
  .button--primary:hover, .button--primary.is-hovered,
  a.button--primary.button:hover,
  a.button--primary.button.is-hovered {
    color: black;
    border-color: black;
    background-color: white; }
    .button--primary:hover:after, .button--primary.is-hovered:after,
    a.button--primary.button:hover:after,
    a.button--primary.button.is-hovered:after {
      left: 7px; }
  .button--primary:focus, .button--primary.is-focused,
  a.button--primary.button:focus,
  a.button--primary.button.is-focused {
    color: black;
    border-color: black;
    background-color: white; }
    .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(0, 0, 0, 0.25); }
  .button--primary:active, .button--primary.is-active,
  a.button--primary.button:active,
  a.button--primary.button.is-active {
    color: black;
    border-color: black;
    background-color: white; }
  .button--primary.is-inverted,
  a.button--primary.button.is-inverted {
    color: white;
    background-color: black;
    border-color: white; }
  .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;
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 13px; }
  .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: white;
    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(0, 0, 0, 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: white;
    background-color: black;
    border-color: white; }
  .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: 13px;
  border: none;
  border-bottom: thin solid;
  height: auto;
  line-height: 13px;
  padding: 0 0px 4px;
  transition: 0.1s linear;
  background: transparent;
  max-width: 100%;
  white-space: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .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: #77a6f7;
    border-bottom-color: transparent !important;
    border-bottom: thin solid; }
  .button--link-style:focus, .button--link-style.is-focused,
  a.button--link-style.button:focus,
  a.button--link-style.button.is-focused {
    color: #77a6f7;
    border-bottom-color: transparent;
    border-bottom: thin solid; }
  .button--link-style:active, .button--link-style.is-active,
  a.button--link-style.button:active,
  a.button--link-style.button.is-active {
    color: #77a6f7;
    border-bottom-color: transparent;
    border-bottom: thin solid; }
  .button--link-style.is-within-form,
  a.button--link-style.button.is-within-form {
    padding-bottom: 18px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 18px; }

.button--add-to-cart,
a.button--add-to-cart.button {
  font-size: 1rem;
  border-radius: 2px;
  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: black;
    background-color: rgba(0, 0, 0, 0);
    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: rgba(0, 0, 0, 0); }
  .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: rgba(0, 0, 0, 0); }
    .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(0, 0, 0, 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: rgba(0, 0, 0, 0); }
  .button--add-to-cart.is-inverted,
  a.button--add-to-cart.button.is-inverted {
    color: rgba(0, 0, 0, 0);
    background-color: black;
    border-color: rgba(0, 0, 0, 0); }
  .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: 13px;
  border-radius: 0px;
  width: auto;
  line-height: 13px;
  height: auto;
  max-width: 100%;
  white-space: nowrap;
  min-height: 50px;
  flex: 0 0 0;
  padding: 0.5em 4em; }
  .shopify-challenge__button:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 10px;
    background-image: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/arrow-left-button.svg?v=1596606038");
    background-repeat: no-repeat;
    background-size: 12px 10px;
    padding-left: 0;
    left: 0;
    position: relative;
    transition-duration: 0.2s;
    transition-property: left;
    transition-timing-function: ease-out; }
  .shopify-challenge__button, .shopify-challenge__button:link, .shopify-challenge__button:visited {
    color: black;
    background-color: white;
    border-color: black; }
  .shopify-challenge__button:hover, .shopify-challenge__button.is-hovered {
    color: black;
    border-color: black;
    background-color: white; }
    .shopify-challenge__button:hover:after, .shopify-challenge__button.is-hovered:after {
      left: 7px; }
  .shopify-challenge__button:focus, .shopify-challenge__button.is-focused {
    color: black;
    border-color: black;
    background-color: white; }
    .shopify-challenge__button:focus:not(:active), .shopify-challenge__button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .shopify-challenge__button:active, .shopify-challenge__button.is-active {
    color: black;
    border-color: black;
    background-color: white; }
  .shopify-challenge__button.is-inverted {
    color: white;
    background-color: black;
    border-color: white; }
  .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%; }

/* # 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 {
  margin-bottom: 0.6666em;
  word-wrap: break-word;
  padding-top: 20px;
  font-weight: 500; }
  .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 lightgrey;
  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 lightgrey;
    border-width: 1px;
    padding: 0.5em 0.75em;
    vertical-align: top; }
  .content table th {
    color: #363636;
    text-align: left; }
  .content table thead td,
  .content table thead th {
    border-width: 0 0 2px;
    color: #363636; }
  .content table tfoot td,
  .content table tfoot th {
    border-width: 2px 0 0;
    color: #363636; }
.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; }

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  .disclosure--i18n,
  .disclosure--currency {
    margin-right: 0; } }

.disclosure--currency .disclosure__list-wrap {
  width: 100%; }

.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 lightgrey;
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  font-family: Futura, sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
  padding: 10px;
  position: relative;
  text-transform: none;
  white-space: nowrap;
  z-index: 2; }
  .disclosure__toggle:active {
    border-color: lightgrey;
    box-shadow: none; }
  .disclosure__toggle.is-clicked, .disclosure__toggle:focus, .disclosure__toggle:hover {
    background-color: #ffffff;
    border-color: lightgrey;
    color: rgba(0, 0, 0, 0.33); }
    .disclosure__toggle.is-clicked .icon, .disclosure__toggle:focus .icon, .disclosure__toggle:hover .icon {
      transform: rotate(180deg); }
  .disclosure__toggle.is-clicked + .disclosure__list-wrap, .disclosure__toggle:focus + .disclosure__list-wrap {
    display: block; }
  .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 lightgrey;
  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%;
  display: 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: #000000;
  cursor: pointer;
  display: block;
  font-family: Futura, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 0;
  text-align: left;
  text-transform: none;
  width: 100%; }
  button.disclosure__button:hover, button.disclosure__button[aria-current="true"] {
    color: rgba(0, 0, 0, 0.33); }

/* # 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.7rem;
  width: 1.7rem;
  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--appear {
  opacity: 0;
  transition: opacity 0s !important, transform 0.3s ease-in-out; }
  .transition--appear.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: #dbdbdb;
  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(0, 0, 0, 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(0, 0, 0, 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(0, 0, 0, 0.1); }
      .tags .tag.tag--solid a {
        color: black; }
      .tags .tag.tag--solid:hover {
        background-color: black; }
        .tags .tag.tag--solid:hover a {
          color: white; }
    .tags .tag.tag--outline {
      background-color: transparent;
      border: 1px solid black; }
      .tags .tag.tag--outline a {
        color: black; }
      .tags .tag.tag--outline:hover {
        background-color: black; }
        .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 black; }
  .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: #dbdbdb;
  border-radius: 4px;
  color: black;
  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: black; }
  .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: #cfcfcf; }
    .tag:not(body).is-delete:active {
      background-color: #c2c2c2; }
  .tag:not(body).is-rounded {
    border-radius: 290486px; }
  .tag:not(body).is-outline {
    background-color: transparent;
    border: 1px solid black; }

a.tag:hover {
  text-decoration: underline; }

.tag--sale:not(body) {
  background-color: #c70000;
  color: white; }

.tag--new:not(body) {
  background-color: #007ace;
  color: white; }

.tag--best-seller:not(body) {
  background-color: #f0d00e;
  color: white; }

.tag--coming-soon:not(body) {
  background-color: #585757;
  color: white; }

.tag--staff-pick:not(body) {
  background-color: #222222;
  color: white; }

.tag--pre-order:not(body) {
  background-color: #6e6e6f;
  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: auto;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 798px) {
    #theme-ajax-cart {
      z-index: 70; } }

.ajax-cart {
  width: 100%;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  color: black; }
  .ajax-cart a,
  .ajax-cart a:active,
  .ajax-cart a:visited {
    color: black; }
  .ajax-cart a:hover {
    color: #77a6f7; }

.is-drawer,
.is-mini-cart .card {
  background-color: #fff; }

.ajax-cart__close-icon {
  position: absolute;
  right: 0;
  margin: 15px 10px;
  cursor: pointer; }

.ajax-cart__cart-title {
  padding: 1rem 1rem;
  font-weight: bold;
  border-bottom: 2px solid rgba(211, 211, 211, 0.5); }

.ajax-cart__product {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 1rem 1rem 0;
  margin-top: 0;
  position: relative;
  min-height: 120px; }
  .ajax-cart__product:last-child {
    margin-bottom: 1rem; }

.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 {
  padding: 5px 0; }
  .ajax-cart__price .was-price {
    margin-left: 3px; }

.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 {
  border-top: 2px solid rgba(211, 211, 211, 0.5);
  padding: 1rem 1rem; }
  .ajax-cart__details-wrapper .ajax-cart__details-row {
    padding: 10px 0; }
  @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 .icon {
  height: 2.4rem;
  width: 2.4rem; }

.ajax-cart__empty-text {
  margin: 10px 0; }

.ajax-cart__button {
  margin-top: 20px;
  width: 100%; }
  .ajax-cart__button.button .icon {
    width: 1em;
    height: 1em; }
    .ajax-cart__button.button .icon:first-child:last-child {
      margin-left: 0;
      margin-right: 5px; }

.ajax-cart__cart-link {
  margin-top: 20px;
  display: block;
  text-decoration: underline; }

.ajax-cart__delete .close,
.ajax-cart__delete:hover .close {
  color: black; }

.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: 420px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in; }
  #theme-ajax-cart.is-mini-cart .ajax-cart__empty-cart-message {
    padding-bottom: 1rem; }
  #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: black; }
      #theme-ajax-cart.is-mini-cart.theme-ajax-cart--header-vertical a:hover {
        color: #77a6f7; }

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

.ajax-cart__empty-cart-message .ajax-cart__empty-text,
.cart__empty-cart-message .ajax-cart__empty-text {
  font-family: "futura-pt";
  font-size: 14px; }
.ajax-cart__empty-cart-message a,
.cart__empty-cart-message a {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
  display: inline-block; }
  .ajax-cart__empty-cart-message a:hover,
  .cart__empty-cart-message a:hover {
    text-decoration: none; }

.is-mini-cart .ajax-cart__list {
  max-height: 225px;
  overflow: auto; }
.is-mini-cart .ajax-cart__cart-title, .is-mini-cart .ajax-cart__product-title,
.is-mini-cart .ajax-cart__row-description {
  font-family: "futura-pt";
  font-size: 15px;
  font-weight: 500; }
.is-mini-cart .ajax-cart__cart-link {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .is-mini-cart .ajax-cart__cart-link:hover {
    text-decoration: none; }
.is-mini-cart .ajax-cart__details-wrapper {
  padding-bottom: 30px; }
.is-mini-cart button.button--add-to-cart {
  border: 1px solid black;
  border-radius: 0;
  padding: 12px 0;
  height: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 13px; }
  .is-mini-cart button.button--add-to-cart:before {
    display: none; }
  .is-mini-cart button.button--add-to-cart .icon {
    display: none; }
  .is-mini-cart button.button--add-to-cart:hover {
    background-color: black;
    color: white; }
.is-mini-cart .money {
  font-size: 14px; }
.is-mini-cart .ajax-cart__delete .close {
  background-color: transparent; }
  .is-mini-cart .ajax-cart__delete .close:hover {
    background-color: transparent; }

.isHidden,
.hide-cart-gift .gift-product {
  display: none; }

.mini-cart-gift-product .promo-option {
  padding: 6px 0 0; }
.mini-cart-gift-product img {
  vertical-align: bottom; }

.cart-gift-product {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  .cart-gift-product .cart__image {
    max-width: 174px; }
  .cart-gift-product .cart__price {
    display: none; }
  .cart-gift-product .promo-option {
    padding: 20px 0 0; }

.gift-product .cart__image a,
.gift-product .cart__text a,
.cart-gift-product .cart__image a,
.cart-gift-product .cart__text a {
  cursor: pointer; }
  .gift-product .cart__image a:hover,
  .gift-product .cart__text a:hover,
  .cart-gift-product .cart__image a:hover,
  .cart-gift-product .cart__text a:hover {
    color: #77a6f7; }

.promo-option label {
  cursor: pointer;
  font-family: Futura, sans-serif;
  font-weight: 400;
  font-size: 12px; }
.promo-option .free-gift-checkbox {
  margin-bottom: 2px; }

.mini-cart-gift-product .promo-option .free-gift-checkbox {
  margin-bottom: 3px; }

.loading:before {
  background-image: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/load-more-icon.png?v=1603367232");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  animation: spinAround 1500ms infinite linear;
  content: "";
  display: block; }
.loading:after {
  background-color: rgba(255, 255, 255, 0.5);
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/* # Breadcrumb
================================================== */
.breadcrumb {
  font-family: Futura, sans-serif;
  font-weight: 500;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .9px;
  line-height: 11px;
  white-space: nowrap;
  -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%; }
  .breadcrumb a {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #666666;
    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; }
    .breadcrumb a:hover {
      color: #666666; }
  .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;
    white-space: normal; }
    .breadcrumb li:not(.tag):first-child span {
      padding-left: 0; }
    .breadcrumb li.is-active a {
      color: #666666;
      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: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: flex-start; } }
  .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: 9px; }
    .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: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      text-align: right;
      width: 100%;
      padding-top: 0; } }
  .page-navigation-arrows .page-navigation__divider {
    padding: 0 5px;
    color: #666666; }
  @media only screen and (max-width: 798px) {
    .page-navigation-arrows .has-padding-bottom {
      padding-bottom: 16px; } }

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

.breadcrub__divider {
  padding: 0 5px;
  color: #666666; }

@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: black;
  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 lightgrey;
  -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 lightgrey; }

/* # Commerce
================================================== */
.was-price {
  text-decoration: line-through;
  opacity: 0.6; }

/* # Form
================================================== */
.input,
.textarea {
  background-color: white;
  border-color: lightgrey;
  color: #363636;
  box-shadow: none;
  max-width: 100%;
  width: 100%; }
  .input::-moz-placeholder,
  .textarea::-moz-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input::-webkit-input-placeholder,
  .textarea::-webkit-input-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input:-moz-placeholder,
  .textarea:-moz-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .input:-ms-input-placeholder,
  .textarea:-ms-input-placeholder {
    color: rgba(54, 54, 54, 0.5); }
  .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: black;
    box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 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.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: #363636; }
  .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: 50px; }
  .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after {
    top: 55%;
    font-weight: bold;
    color: black;
    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: lightgrey;
    color: #363636;
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: none; }
    .select select::-moz-placeholder {
      color: rgba(54, 54, 54, 0.5); }
    .select select::-webkit-input-placeholder {
      color: rgba(54, 54, 54, 0.5); }
    .select select:-moz-placeholder {
      color: rgba(54, 54, 54, 0.5); }
    .select select:-ms-input-placeholder {
      color: rgba(54, 54, 54, 0.5); }
    .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: black;
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 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: #363636; }
  .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: #363636; }
  .file-label:hover .file-name {
    border-color: #cdcdcd; }
  .file-label:active .file-cta {
    background-color: #e8e8e8;
    color: #363636; }
  .file-label:active .file-name {
    border-color: #c6c6c6; }

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%; }

.file-cta,
.file-name {
  border-color: lightgrey;
  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: lightgrey;
  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: black;
  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: #dbdbdb;
    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) {
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  textarea,
  select {
    font-size: 16px; } }
@media only screen and (max-width: 480px) {
  input[type="color"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus,
  textarea:focus,
  select:focus {
    font-size: 16px; } }

.success_message {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 16px;
  margin-bottom: 10px; }

/* #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 1em;
  position: relative;
  min-height: 40px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  @media only screen and (max-width: 798px) {
    .message-header {
      min-height: 32px; } }
  .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 {
  min-height: 2.858rem;
  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: 2.858rem;
    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: 2.858rem; }

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden; }

.navbar-burger {
  color: inherit;
  cursor: pointer;
  display: block;
  height: 2.858rem;
  position: relative;
  width: 2.858rem;
  margin-left: auto; }
  .navbar-burger span {
    background-color: currentColor;
    display: block;
    height: 1px;
    left: calc(50% - 8px);
    position: absolute;
    transform-origin: center;
    transition-duration: 0.2s;
    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.5;
  padding: 0;
  position: relative; }

.navbar-link {
  display: block;
  line-height: 1.5;
  padding: 6px 15px 24px;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: normal;
  text-transform: uppercase; }
  @media only screen and (min-width: 799px) and (max-width: 1024px) {
    .navbar-link {
      font-size: 9px;
      padding: 6px 4px 24px; } }
  @media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .navbar-link {
      font-size: 10px;
      padding: 6px 6px 24px; } }
  @media only screen and (min-width: 1201px) {
    .navbar-link {
      font-size: 14px;
      padding: 6px 6px 24px; } }
  @media only screen and (min-width: 1401px) {
    .navbar-link {
      font-size: 15px;
      padding: 6px 15px 24px; } }

@media only screen and (min-width: 799px) and (max-width: 1024px) {
  #shopify-section-header-classic .header__logo {
    width: 100px !important; } }

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: 2.858rem;
    padding-bottom: calc(0.5rem - 1px); }
    .navbar-item.is-tab:hover {
      border-bottom-color: black; }
    .navbar-item.is-tab.is-active {
      border-bottom-color: black;
      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-dropdown {
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .navbar-dropdown .navbar-link,
  .navbar-dropdown .navbar-item {
    color: black;
    font-size: 12px;
    text-transform: none;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .navbar-dropdown .navbar-link:hover,
    .navbar-dropdown .navbar-item:hover {
      color: #77a6f7; }
  .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(0, 0, 0, 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(0, 0, 0, 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 - 2.858rem);
    overflow: auto; }

  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 2.858rem; }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 2.858rem; } }
@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: 70px; }
    .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;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .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:hover .navbar-dropdown, .navbar-item.has-mega-menu:hover .navbar-dropdown {
        visibility: visible;
        opacity: 1;
        display: block; }
      .navbar-item.has-dropdown a:after, .navbar-item.has-mega-menu a:after {
        font-size: 14px; }
    .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(0, 0, 0, 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: 12px;
    letter-spacing: 0px;
    text-transform: none;
    background-color: white;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 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%; }

  .navbar-link::after {
    transition: transform 0.2s linear; }

  .has-dropdown:hover > .header__link,
  .has-dropdown:hover > .header__link > a,
  .has-mega-menu:hover > .header__link,
  .has-mega-menu:hover > .header__link > a {
    color: #e24e42; }
  .has-dropdown:hover > .navbar-link::after,
  .has-mega-menu:hover > .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(0, 0, 0, 0.1); }
  .navbar.is-fixed-top-desktop {
    top: 0; }

  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 2.858rem; }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 2.858rem; }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 4.858rem; }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 4.858rem; }

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

.character-icon {
  line-height: 0;
  height: 22px; }

.navbar-subwrap {
  width: 95%;
  max-width: 1348px; }

/* # 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 {
    margin-right: 16px; }
  .pagination .pagination-next {
    margin-left: 16px; }
  .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;
  margin: 0.25rem;
  text-align: center; }

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: rgba(0, 0, 0, 0.2);
  color: black;
  min-width: 2.25em; }
  .pagination-previous:hover,
  .pagination-next:hover,
  .pagination-link:hover {
    border-color: #77a6f7;
    color: #77a6f7; }
  .pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #77a6f7; }
  .pagination-previous:active,
  .pagination-next:active,
  .pagination-link:active {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2); }
  .pagination-previous[disabled],
  .pagination-next[disabled],
  .pagination-link[disabled] {
    background-color: #dbdbdb;
    border-color: #dbdbdb;
    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 {
  background-color: black;
  border-color: black;
  color: white; }

.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; } }
.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: lightgrey;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    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;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
      .tabs a:hover * {
        color: #363636; }
  .tabs li {
    display: block;
    margin-top: 0.25em; }
    .tabs li.active a, .tabs li.is-active a {
      border-bottom-color: black;
      color: black; }
      .tabs li.active a *, .tabs li.is-active a * {
        color: #363636; }
    .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: lightgrey;
    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: lightgrey;
  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: lightgrey;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    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;
    margin-bottom: -1px;
    padding: 0.5em 1em;
    vertical-align: top; }
    ul.tabs a:hover {
      border-bottom-color: #363636;
      color: #363636; }
  ul.tabs li {
    display: block;
    margin-top: 0.25em; }
    ul.tabs li.active a, ul.tabs li.is-active a {
      border-bottom-color: black;
      color: black; }
    ul.tabs li a.active,
    ul.tabs li a.is-active {
      border-bottom-color: black;
      color: black; }
      ul.tabs li a.active *,
      ul.tabs li a.is-active * {
        color: black; }

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: lightgrey;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative; }
  ul.tabs.is-toggle a:hover {
    background-color: white;
    border-color: #d4d4d4;
    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: black;
  border-color: black;
  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
================================================== */
.js-quick-shop .input {
  border-color: black;
  height: 50px; }
.js-quick-shop .notify-form__description {
  margin-bottom: 7px; }
.js-quick-shop .button.is-inverse {
  padding: 18px 40px 17px;
  font-size: 13px;
  line-height: 13px;
  border: 1px solid black;
  background-color: white;
  color: black;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: auto; }
  .js-quick-shop .button.is-inverse:hover {
    color: white;
    background-color: black;
    border: 1px solid black; }

.product__information .notify_form .button {
  padding-top: 4px; }
@media only screen and (max-width: 798px) {
  .product__information .select-container {
    margin-top: 15px; } }
.product__information .select:not(.is-multiple) {
  height: auto;
  outline: none; }
  .product__information .select:not(.is-multiple) select {
    margin-top: 3px !important; }
.product__information .select select:focus, .product__information .select select.is-focused,
.product__information .select select:active, .product__information .select select.is-active {
  box-shadow: none; }
.product__information .swym-success {
  background: white;
  border: 1px solid #ececec;
  color: #77a6f7;
  line-height: 20px; }
.product__information .swym-error {
  background: #f7efd8;
  border: 1px solid #ffa4a4;
  color: #e24e42;
  line-height: 20px; }
.product__information .swym-isa-inline-form {
  display: none; }
  .product__information .swym-isa-inline-form p {
    line-height: 20px; }
  .product__information .swym-isa-inline-form h2 {
    font-family: Futura;
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px; }
  .product__information .swym-isa-inline-form .swym-remind-me .swym-privacy-info {
    font-size: 14px;
    line-height: 20px; }
.product__information input.swym-input {
  font-family: Futura;
  margin: 12px 0 5px 0;
  border-color: black;
  height: 50px; }
.product__information button.swym-button.swym-green {
  background-color: white;
  border: 1px solid black;
  padding: 17px 4px 18px;
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: black;
  height: auto;
  transition: background 0.2s ease-in-out; }
  .product__information button.swym-button.swym-green:hover {
    color: white;
    background-color: black;
    border: 1px solid black; }

.shopify-product-reviews-badge {
  height: 30px;
  display: block; }

.reviews-visibility-false {
  display: none; }

@media only screen and (max-width: 798px) {
  .product__images {
    margin-bottom: 60px; } }

@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__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; }

.zoom-container {
  width: 100%;
  display: block; }

.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 {
  padding-top: 20px;
  padding-bottom: 16px; }
  @media only screen and (max-width: 798px) {
    .product-thumbnail {
      padding-top: 7px; } }

.product-thumbnail__vendor,
.product-thumbnail__price {
  display: block; }

.thumbnail__caption {
  padding: 0 3px; }

.thumbnail-swatch {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 3px 3px 0; }
  .thumbnail-swatch.is-justify-left {
    margin-left: -5px; }
  .thumbnail-swatch.is-justify-right {
    margin-right: -5px; }
  .thumbnail-swatch .swatch {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    border: 1px solid transparent;
    padding: 2px;
    margin: 0 3px; }
    .thumbnail-swatch .swatch:hover {
      border: 1px solid black; }
  .thumbnail-swatch .swatch__style--circle,
  .thumbnail-swatch .swatch__style--circle span,
  .thumbnail-swatch .swatch__style--circle img {
    border-radius: 50%; }
  .thumbnail-swatch span {
    border: 1px solid #d3d3d3;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    background-size: cover; }
    .thumbnail-swatch span img {
      max-width: 20px;
      max-height: 20px;
      display: block; }
    .thumbnail-swatch span .swatch__image--empty {
      display: none; }

.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: 0px; }

@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: 85%;
      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: 85%;
      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: 15%;
      margin-right: 20px;
      -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: 20px; }
      .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; }

.savings {
  display: block; }

.sold-out {
  color: rgba(0, 0, 0, 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; }
  @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;
      display: 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;
        display: none; }
      .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__main .flickity-prev-next-button:after {
    content: "";
    background-image: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/slider-arrow.svg?v=1600233967");
    background-repeat: no-repeat;
    background-position: center;
    width: 21px;
    height: 21px;
    position: absolute; }
  .product-gallery .product-gallery__main .flickity-prev-next-button.next:after {
    -ms-transform: translate(24%, 42%) scale(2);
    -webkit-transform: translate(24%, 42%) scale(2);
    transform: translate(24%, 42%) scale(2); }
  .product-gallery .product-gallery__main .flickity-prev-next-button.previous:after {
    -ms-transform: translate(24%, 42%) scale(2) rotate(-180deg);
    -webkit-transform: translate(24%, 42%) scale(2) rotate(-180deg);
    transform: translate(24%, 42%) scale(2) rotate(-180deg); }
.product-gallery .flickity-page-dots {
  bottom: 29px; }
  @media only screen and (max-width: 798px) {
    .product-gallery .flickity-page-dots {
      bottom: 13px; } }

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

.money {
  font-family: "vag-rundschrift-d", sans-serif; }

.sale span.money {
  color: #e24e42;
  margin-right: 0; }

.was-price span.money {
  color: #b1b1b1;
  margin: 0; }

/* # Product - blocks
================================================== */
.block__related-products {
  width: 100%; }

.block__product-reviews {
  min-width: 50%; }

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

/* # Related products
================================================== */
.related-products .products-slider .gallery-cell, .featured-collection .products-slider .gallery-cell {
  padding: 0 10px; }
  @media only screen and (max-width: 798px) {
    .related-products .products-slider .gallery-cell, .featured-collection .products-slider .gallery-cell {
      width: calc(50% - 10px); } }

.recommended-products-section {
  visibility: hidden !important; }

.block__recommended-products, .block__featured-collection {
  padding-right: 10px;
  padding-left: 10px; }
  @media only screen and (max-width: 798px) {
    .block__recommended-products, .block__featured-collection {
      padding-right: 16px !important;
      padding-left: 16px !important; } }
  .block__recommended-products section.section.is-width-standard, .block__featured-collection section.section.is-width-standard {
    max-width: 1300px; }
  .block__recommended-products .js-related-products-slider, .block__recommended-products .featured-collection, .block__featured-collection .js-related-products-slider, .block__featured-collection .featured-collection {
    max-width: 1300px; }
  .block__recommended-products .related-products .products-slider .gallery-cell, .block__recommended-products .featured-collection .products-slider .gallery-cell, .block__featured-collection .related-products .products-slider .gallery-cell, .block__featured-collection .featured-collection .products-slider .gallery-cell {
    padding: 0 0 13px 0px;
    margin-bottom: 0; }
    @media only screen and (max-width: 798px) {
      .block__recommended-products .related-products .products-slider .gallery-cell, .block__recommended-products .featured-collection .products-slider .gallery-cell, .block__featured-collection .related-products .products-slider .gallery-cell, .block__featured-collection .featured-collection .products-slider .gallery-cell {
        margin-right: 5px;
        margin-left: 5px;
        padding: 0 0 6px 0; } }
    .block__recommended-products .related-products .products-slider .gallery-cell .product-image__wrapper, .block__recommended-products .featured-collection .products-slider .gallery-cell .product-image__wrapper, .block__featured-collection .related-products .products-slider .gallery-cell .product-image__wrapper, .block__featured-collection .featured-collection .products-slider .gallery-cell .product-image__wrapper {
      padding: 10px; }
  .block__recommended-products .one-whole, .block__featured-collection .one-whole {
    width: 100%;
    margin: 0; }
  .block__recommended-products .heading-wrapper, .block__featured-collection .heading-wrapper {
    margin-bottom: 0; }
  .block__recommended-products .product-thumbnail, .block__featured-collection .product-thumbnail {
    text-align: left;
    padding-left: 8px;
    padding-right: 5px;
    min-height: 83px;
    padding-top: 9px;
    padding-bottom: 0; }
  .block__recommended-products .product-thumbnail__title, .block__featured-collection .product-thumbnail__title {
    color: black;
    line-height: 20px;
    margin-bottom: 11px;
    text-transform: capitalize;
    font-family: "futura-pt"; }
    @media only screen and (max-width: 798px) {
      .block__recommended-products .product-thumbnail__title, .block__featured-collection .product-thumbnail__title {
        margin-bottom: 8px; } }
    @media only screen and (min-width: 799px) {
      .block__recommended-products .product-thumbnail__title, .block__featured-collection .product-thumbnail__title {
        font-size: 13px;
        line-height: 16px;
        height: 63px; } }
    @media only screen and (min-width: 1025px) {
      .block__recommended-products .product-thumbnail__title, .block__featured-collection .product-thumbnail__title {
        font-size: 16px;
        line-height: 20px; } }
  .block__recommended-products .thumbnail__caption, .block__featured-collection .thumbnail__caption {
    padding: 0; }
  .block__recommended-products .product-thumbnail__price.price > span, .block__featured-collection .product-thumbnail__price.price > span {
    line-height: 16px; }
  .block__recommended-products .product-thumbnail__price, .block__featured-collection .product-thumbnail__price {
    font-size: 13px;
    line-height: 16px; }
    .block__recommended-products .product-thumbnail__price small, .block__featured-collection .product-thumbnail__price small {
      margin-right: 5px; }
  .block__recommended-products .one-fifth, .block__featured-collection .one-fifth {
    padding-bottom: 10px;
    background-color: #f7f7f7; }
  .block__recommended-products .section, .block__featured-collection .section {
    max-width: 1300px;
    width: 100%; }

.block__recommended-products, .featured-collection-section {
  margin-bottom: 60px !important; }
  @media only screen and (max-width: 798px) {
    .block__recommended-products, .featured-collection-section {
      margin-bottom: 50px !important; } }
  .block__recommended-products .flickity-page-dots, .featured-collection-section .flickity-page-dots {
    bottom: -23px; }
    @media only screen and (max-width: 798px) {
      .block__recommended-products .flickity-page-dots, .featured-collection-section .flickity-page-dots {
        bottom: -23px; } }

.block__featured-collection {
  padding-bottom: 79px !important; }
  @media only screen and (max-width: 798px) {
    .block__featured-collection {
      padding-bottom: 39px !important; } }
  .block__featured-collection .flickity-page-dots {
    bottom: -23px; }
    @media only screen and (max-width: 798px) {
      .block__featured-collection .flickity-page-dots {
        bottom: -23px; } }

.block__recommended-products, .block__featured-collection, .featured-collection-section {
  padding-right: 10px;
  padding-left: 10px; }
  @media only screen and (max-width: 798px) {
    .block__recommended-products, .block__featured-collection, .featured-collection-section {
      padding-right: 16px !important;
      padding-left: 16px !important; } }
  .block__recommended-products section.section.is-width-standard, .block__featured-collection section.section.is-width-standard, .featured-collection-section section.section.is-width-standard {
    max-width: 1300px; }
  .block__recommended-products .js-related-products-slider, .block__recommended-products .featured-collection, .block__featured-collection .js-related-products-slider, .block__featured-collection .featured-collection, .featured-collection-section .js-related-products-slider, .featured-collection-section .featured-collection {
    max-width: 1300px; }
  .block__recommended-products .related-products .products-slider .gallery-cell, .block__recommended-products .featured-collection .products-slider .gallery-cell, .block__featured-collection .related-products .products-slider .gallery-cell, .block__featured-collection .featured-collection .products-slider .gallery-cell, .featured-collection-section .related-products .products-slider .gallery-cell, .featured-collection-section .featured-collection .products-slider .gallery-cell {
    padding: 0 0 18px 0px;
    margin-bottom: 0; }
    @media only screen and (max-width: 798px) {
      .block__recommended-products .related-products .products-slider .gallery-cell, .block__recommended-products .featured-collection .products-slider .gallery-cell, .block__featured-collection .related-products .products-slider .gallery-cell, .block__featured-collection .featured-collection .products-slider .gallery-cell, .featured-collection-section .related-products .products-slider .gallery-cell, .featured-collection-section .featured-collection .products-slider .gallery-cell {
        margin-right: 5px;
        margin-left: 5px;
        padding: 0 0 6px 0; } }
    .block__recommended-products .related-products .products-slider .gallery-cell .product-image__wrapper, .block__recommended-products .featured-collection .products-slider .gallery-cell .product-image__wrapper, .block__featured-collection .related-products .products-slider .gallery-cell .product-image__wrapper, .block__featured-collection .featured-collection .products-slider .gallery-cell .product-image__wrapper, .featured-collection-section .related-products .products-slider .gallery-cell .product-image__wrapper, .featured-collection-section .featured-collection .products-slider .gallery-cell .product-image__wrapper {
      padding: 10px 10px 0; }
  .block__recommended-products .one-whole, .block__recommended-products .featured-collection, .block__featured-collection .one-whole, .block__featured-collection .featured-collection, .featured-collection-section .one-whole, .featured-collection-section .featured-collection {
    width: 100%;
    margin: 0; }
  .block__recommended-products .heading-wrapper, .block__featured-collection .heading-wrapper, .featured-collection-section .heading-wrapper {
    margin-bottom: 0; }
  .block__recommended-products .product-thumbnail, .block__featured-collection .product-thumbnail, .featured-collection-section .product-thumbnail {
    text-align: left;
    padding-left: 8px;
    padding-right: 5px;
    min-height: 83px;
    padding-top: 9px;
    padding-bottom: 0; }
  .block__recommended-products .product-thumbnail__title, .block__featured-collection .product-thumbnail__title, .featured-collection-section .product-thumbnail__title {
    color: black;
    line-height: 20px;
    margin-bottom: 11px;
    min-height: 43px;
    text-transform: capitalize;
    font-family: "futura-pt"; }
    @media only screen and (max-width: 798px) {
      .block__recommended-products .product-thumbnail__title, .block__featured-collection .product-thumbnail__title, .featured-collection-section .product-thumbnail__title {
        margin-bottom: 8px;
        min-height: 63px; } }
    @media only screen and (min-width: 799px) {
      .block__recommended-products .product-thumbnail__title, .block__featured-collection .product-thumbnail__title, .featured-collection-section .product-thumbnail__title {
        font-size: 13px;
        line-height: 16px; } }
    @media only screen and (min-width: 1025px) {
      .block__recommended-products .product-thumbnail__title, .block__featured-collection .product-thumbnail__title, .featured-collection-section .product-thumbnail__title {
        font-size: 16px;
        line-height: 20px; } }
  .block__recommended-products .thumbnail__caption, .block__featured-collection .thumbnail__caption, .featured-collection-section .thumbnail__caption {
    padding: 0; }
  .block__recommended-products .product-thumbnail__price, .block__featured-collection .product-thumbnail__price, .featured-collection-section .product-thumbnail__price {
    font-size: 13px;
    line-height: 16px; }
    .block__recommended-products .product-thumbnail__price .sold-out, .block__featured-collection .product-thumbnail__price .sold-out, .featured-collection-section .product-thumbnail__price .sold-out {
      font-family: "vag-rundschrift-d", sans-serif;
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 1px;
      line-height: 16px;
      text-transform: uppercase; }
    .block__recommended-products .product-thumbnail__price small, .block__featured-collection .product-thumbnail__price small, .featured-collection-section .product-thumbnail__price small {
      margin-right: 5px;
      font-family: "vag-rundschrift-d", sans-serif;
      font-weight: 100;
      letter-spacing: 1px;
      font-size: 10px;
      line-height: 12px;
      position: relative;
      top: 4px; }
      .block__recommended-products .product-thumbnail__price small em, .block__featured-collection .product-thumbnail__price small em, .featured-collection-section .product-thumbnail__price small em {
        font-style: normal; }
  .block__recommended-products .one-fifth, .block__recommended-products .gallery-cell, .block__featured-collection .one-fifth, .block__featured-collection .gallery-cell, .featured-collection-section .one-fifth, .featured-collection-section .gallery-cell {
    padding-bottom: 10px;
    background-color: #f7f7f7; }
  .block__recommended-products .section, .block__featured-collection .section, .featured-collection-section .section {
    max-width: 1300px;
    width: 100%; }

.recommended-products__title, .featured-collection__title {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 28px; }
  @media only screen and (max-width: 798px) {
    .recommended-products__title, .featured-collection__title {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 18px; } }

@media only screen and (max-width: 798px) {
  div.quick-shop .js-product-form .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after {
    left: 95%; } }

@media only screen and (max-width: 798px) {
  span.js-product-form .select {
    width: 136px !important; } }

div.quick-shop__popup .product_form {
  width: 100%; }
div.quick-shop__popup .select {
  margin-bottom: 0; }
div.quick-shop__popup button.fancybox-close-small svg {
  background-color: transparent; }

.quick-shop__text-wrap .sold_out.empty {
  display: none; }
.quick-shop__text-wrap .js-product-details a {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid black;
  padding-bottom: 3px; }
  .quick-shop__text-wrap .js-product-details a:hover {
    border-bottom: none; }

.product-page .swym-button.swym-add-to-wishlist-view-product.swym-added {
  opacity: 1;
  display: none; }
.product-page button.swym-add-to-wishlist-view-product {
  display: none; }

.quick-shop .swym-button.swym-add-to-wishlist-view-product.swym-heart {
  opacity: 1;
  display: inline-block !important; }
  .quick-shop .swym-button.swym-add-to-wishlist-view-product.swym-heart.swym-added {
    opacity: 1; }

.product-page .product__images,
.product-page .quick-shop__wishlist, .quick-shop .product__images,
.quick-shop .quick-shop__wishlist {
  position: relative; }
  .product-page .product__images .swym-heart,
  .product-page .quick-shop__wishlist .swym-heart, .quick-shop .product__images .swym-heart,
  .quick-shop .quick-shop__wishlist .swym-heart {
    font-size: 0;
    position: absolute;
    content: "";
    z-index: 1;
    top: 23px;
    right: 23px;
    width: 26px;
    height: 23px;
    background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/icon_heart.png?v=1598081508);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 25px 22px;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    @media only screen and (max-width: 798px) {
      .product-page .product__images .swym-heart,
      .product-page .quick-shop__wishlist .swym-heart, .quick-shop .product__images .swym-heart,
      .quick-shop .quick-shop__wishlist .swym-heart {
        bottom: 13px;
        width: 24px;
        height: 21px;
        top: auto;
        background-size: 23px 20px; } }
    .product-page .product__images .swym-heart.swym-added,
    .product-page .quick-shop__wishlist .swym-heart.swym-added, .quick-shop .product__images .swym-heart.swym-added,
    .quick-shop .quick-shop__wishlist .swym-heart.swym-added {
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/icon_hear-fill.png?v=1599631803);
      font-size: 9px;
      line-height: 11px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.9px; }
      .product-page .product__images .swym-heart.swym-added:hover .swym-tooltip,
      .product-page .quick-shop__wishlist .swym-heart.swym-added:hover .swym-tooltip, .quick-shop .product__images .swym-heart.swym-added:hover .swym-tooltip,
      .quick-shop .quick-shop__wishlist .swym-heart.swym-added:hover .swym-tooltip {
        display: block;
        border: 1px solid;
        background-color: white;
        color: black;
        width: 78px;
        bottom: -25px;
        position: relative;
        padding: 3px;
        left: 50%;
        margin-left: -39px; }
        @media only screen and (max-width: 798px) {
          .product-page .product__images .swym-heart.swym-added:hover .swym-tooltip,
          .product-page .quick-shop__wishlist .swym-heart.swym-added:hover .swym-tooltip, .quick-shop .product__images .swym-heart.swym-added:hover .swym-tooltip,
          .quick-shop .quick-shop__wishlist .swym-heart.swym-added:hover .swym-tooltip {
            width: 130px;
            margin-left: -117px; } }
        .product-page .product__images .swym-heart.swym-added:hover .swym-tooltip a,
        .product-page .quick-shop__wishlist .swym-heart.swym-added:hover .swym-tooltip a, .quick-shop .product__images .swym-heart.swym-added:hover .swym-tooltip a,
        .quick-shop .quick-shop__wishlist .swym-heart.swym-added:hover .swym-tooltip a {
          color: black; }
      .product-page .product__images .swym-heart.swym-added:after,
      .product-page .quick-shop__wishlist .swym-heart.swym-added:after, .quick-shop .product__images .swym-heart.swym-added:after,
      .quick-shop .quick-shop__wishlist .swym-heart.swym-added:after {
        display: none; }
    .product-page .product__images .swym-heart:after,
    .product-page .quick-shop__wishlist .swym-heart:after, .quick-shop .product__images .swym-heart:after,
    .quick-shop .quick-shop__wishlist .swym-heart:after {
      display: none; }
.product-page .product_section .swym-button-bar, .quick-shop .product_section .swym-button-bar {
  margin: 0;
  display: none; }
.product-page .product__information .selector-wrapper .selector-wrapper ~ span.select, .product-page .js-product-form .selector-wrapper .selector-wrapper ~ span.select, .quick-shop .product__information .selector-wrapper .selector-wrapper ~ span.select, .quick-shop .js-product-form .selector-wrapper .selector-wrapper ~ span.select {
  display: none; }
.product-page .product__information div.select-container label, .product-page .js-product-form div.select-container label, .quick-shop .product__information div.select-container label, .quick-shop .js-product-form div.select-container label {
  width: auto;
  float: left;
  padding-right: 2px;
  display: inline-table; }
.product-page .product__information div.select-container .selector-wrapper .select select, .product-page .js-product-form div.select-container .selector-wrapper .select select, .quick-shop .product__information div.select-container .selector-wrapper .select select, .quick-shop .js-product-form div.select-container .selector-wrapper .select select {
  margin-top: 5px; }
.product-page .product__information div.select-container .selector-wrapper .select .selector-wrapper, .product-page .js-product-form div.select-container .selector-wrapper .select .selector-wrapper, .quick-shop .product__information div.select-container .selector-wrapper .select .selector-wrapper, .quick-shop .js-product-form div.select-container .selector-wrapper .select .selector-wrapper {
  margin-bottom: 0; }
.product-page .product__information .pdp-tabs, .product-page .js-product-form .pdp-tabs, .quick-shop .product__information .pdp-tabs, .quick-shop .js-product-form .pdp-tabs {
  margin-top: 16px; }
.product-page .product__information .accordion .heading.active + .content, .product-page .js-product-form .accordion .heading.active + .content, .quick-shop .product__information .accordion .heading.active + .content, .quick-shop .js-product-form .accordion .heading.active + .content {
  margin-top: 12px; }
.product-page .product__information .accordion .heading, .product-page .js-product-form .accordion .heading, .quick-shop .product__information .accordion .heading, .quick-shop .js-product-form .accordion .heading {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  font-family: "futura-pt";
  font-size: 14px;
  color: black;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding: 15px 0;
  display: flex; }
  .product-page .product__information .accordion .heading:after, .product-page .js-product-form .accordion .heading:after, .quick-shop .product__information .accordion .heading:after, .quick-shop .js-product-form .accordion .heading:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -5px;
    right: 0;
    width: 10px;
    height: 10px;
    background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/icon_plus.png?v=1598185625);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 10px; }
  .product-page .product__information .accordion .heading.active:after, .product-page .js-product-form .accordion .heading.active:after, .quick-shop .product__information .accordion .heading.active:after, .quick-shop .js-product-form .accordion .heading.active:after {
    background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/icon_minus.png?v=1598185597); }
.product-page .product__information .money, .product-page .js-product-form .money, .quick-shop .product__information .money, .quick-shop .js-product-form .money {
  font-size: 17px;
  line-height: 13px; }
.product-page .product__information .selector-wrapper:last-of-type, .product-page .product__information .select-container:last-of-type, .product-page .js-product-form .selector-wrapper:last-of-type, .product-page .js-product-form .select-container:last-of-type, .quick-shop .product__information .selector-wrapper:last-of-type, .quick-shop .product__information .select-container:last-of-type, .quick-shop .js-product-form .selector-wrapper:last-of-type, .quick-shop .js-product-form .select-container:last-of-type {
  margin-bottom: 9px; }
.product-page .product__information .selector-wrapper label, .product-page .product__information .select-container label, .product-page .js-product-form .selector-wrapper label, .product-page .js-product-form .select-container label, .quick-shop .product__information .selector-wrapper label, .quick-shop .product__information .select-container label, .quick-shop .js-product-form .selector-wrapper label, .quick-shop .js-product-form .select-container label {
  font-family: "futura-pt";
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid black;
  margin-right: 0;
  font-weight: 500;
  padding-right: 6px;
  padding-bottom: 2px;
  margin-top: 2px;
  min-width: 38px;
  white-space: nowrap; }
.product-page .product__information .product_additional_info, .product-page .js-product-form .product_additional_info, .quick-shop .product__information .product_additional_info, .quick-shop .js-product-form .product_additional_info {
  margin-top: 22px;
  margin-bottom: 4px; }
.product-page .product__information .select, .product-page .js-product-form .select, .quick-shop .product__information .select, .quick-shop .js-product-form .select {
  width: 136px; }
  @media only screen and (max-width: 798px) {
    .product-page .product__information .select, .product-page .js-product-form .select, .quick-shop .product__information .select, .quick-shop .js-product-form .select {
      width: 100%; } }
  .product-page .product__information .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after, .product-page .js-product-form .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after, .quick-shop .product__information .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after, .quick-shop .js-product-form .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after {
    left: calc(100% - 11px); }
    @media only screen and (max-width: 798px) {
      .product-page .product__information .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after, .product-page .js-product-form .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after, .quick-shop .product__information .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after, .quick-shop .js-product-form .select:not(.is-multiple):not(.is-loading):not(.is-arrowless)::after {
        left: auto;
        right: 0; } }
  .product-page .product__information .select select, .product-page .js-product-form .select select, .quick-shop .product__information .select select, .quick-shop .js-product-form .select select {
    border: none;
    border-bottom: 1px solid black;
    padding: 0;
    font-family: "futura-pt";
    color: black;
    line-height: 20px;
    height: 23px;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    font-weight: 500; }
    .product-page .product__information .select select:focus, .product-page .product__information .select select:hover, .product-page .js-product-form .select select:focus, .product-page .js-product-form .select select:hover, .quick-shop .product__information .select select:focus, .quick-shop .product__information .select select:hover, .quick-shop .js-product-form .select select:focus, .quick-shop .js-product-form .select select:hover {
      border-color: black; }
    @media only screen and (max-width: 798px) {
      .product-page .product__information .select select, .product-page .js-product-form .select select, .quick-shop .product__information .select select, .quick-shop .js-product-form .select select {
        font-size: 14px; } }
.product-page .product__information .pdp_returns_cvr, .product-page .js-product-form .pdp_returns_cvr, .quick-shop .product__information .pdp_returns_cvr, .quick-shop .js-product-form .pdp_returns_cvr {
  padding: 23px 0 21px; }
  @media only screen and (max-width: 798px) {
    .product-page .product__information .pdp_returns_cvr, .product-page .js-product-form .pdp_returns_cvr, .quick-shop .product__information .pdp_returns_cvr, .quick-shop .js-product-form .pdp_returns_cvr {
      padding: 23px 33px 21px; } }
  .product-page .product__information .pdp_returns_cvr .cover, .product-page .js-product-form .pdp_returns_cvr .cover, .quick-shop .product__information .pdp_returns_cvr .cover, .quick-shop .js-product-form .pdp_returns_cvr .cover {
    max-width: 340px;
    width: 100%;
    display: block;
    margin: 0 auto; }
.product-page .product__information .pdp_returns_text, .product-page .js-product-form .pdp_returns_text, .quick-shop .product__information .pdp_returns_text, .quick-shop .js-product-form .pdp_returns_text {
  font-family: "vag-rundschrift-d", sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px;
  position: relative;
  margin-top: 45px; }
  .product-page .product__information .pdp_returns_text .icon-pdp, .product-page .js-product-form .pdp_returns_text .icon-pdp, .quick-shop .product__information .pdp_returns_text .icon-pdp, .quick-shop .js-product-form .pdp_returns_text .icon-pdp {
    position: absolute;
    content: "";
    top: -22px;
    left: 50%;
    margin-left: -31px;
    width: 70px;
    height: 30px; }
  @media only screen and (min-width: 799px) {
    .product-page .product__information .pdp_returns_text span, .product-page .js-product-form .pdp_returns_text span, .quick-shop .product__information .pdp_returns_text span, .quick-shop .js-product-form .pdp_returns_text span {
      padding: 0 8px; } }
  @media only screen and (min-width: 1025px) {
    .product-page .product__information .pdp_returns_text span, .product-page .js-product-form .pdp_returns_text span, .quick-shop .product__information .pdp_returns_text span, .quick-shop .js-product-form .pdp_returns_text span {
      padding: 0; } }
.product-page .product__information .pdp_offer_cvr, .product-page .js-product-form .pdp_offer_cvr, .quick-shop .product__information .pdp_offer_cvr, .quick-shop .js-product-form .pdp_offer_cvr {
  padding: 19px 0 17px; }
  .product-page .product__information .pdp_offer_cvr .cover, .product-page .js-product-form .pdp_offer_cvr .cover, .quick-shop .product__information .pdp_offer_cvr .cover, .quick-shop .js-product-form .pdp_offer_cvr .cover {
    margin: 0 auto;
    display: inline-block;
    padding: 0 42px;
    width: auto;
    position: relative; }
.product-page .product__information .pdp_offer_text, .product-page .js-product-form .pdp_offer_text, .quick-shop .product__information .pdp_offer_text, .quick-shop .js-product-form .pdp_offer_text {
  margin-bottom: 8px;
  line-height: 11px;
  font-size: 11px;
  letter-spacing: 0.9px;
  text-align: center; }
  .product-page .product__information .pdp_offer_text span, .product-page .js-product-form .pdp_offer_text span, .quick-shop .product__information .pdp_offer_text span, .quick-shop .js-product-form .pdp_offer_text span {
    font-weight: 500; }
    .product-page .product__information .pdp_offer_text span .icon-left, .product-page .product__information .pdp_offer_text span .icon-right, .product-page .js-product-form .pdp_offer_text span .icon-left, .product-page .js-product-form .pdp_offer_text span .icon-right, .quick-shop .product__information .pdp_offer_text span .icon-left, .quick-shop .product__information .pdp_offer_text span .icon-right, .quick-shop .js-product-form .pdp_offer_text span .icon-left, .quick-shop .js-product-form .pdp_offer_text span .icon-right {
      position: absolute;
      content: "";
      top: 0;
      margin-top: -16px; }
    .product-page .product__information .pdp_offer_text span .icon-right, .product-page .js-product-form .pdp_offer_text span .icon-right, .quick-shop .product__information .pdp_offer_text span .icon-right, .quick-shop .js-product-form .pdp_offer_text span .icon-right {
      right: 0; }
    .product-page .product__information .pdp_offer_text span .icon-left, .product-page .js-product-form .pdp_offer_text span .icon-left, .quick-shop .product__information .pdp_offer_text span .icon-left, .quick-shop .js-product-form .pdp_offer_text span .icon-left {
      left: 0; }
.product-page .product__information .pdp_shipping_text, .product-page .js-product-form .pdp_shipping_text, .quick-shop .product__information .pdp_shipping_text, .quick-shop .js-product-form .pdp_shipping_text {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 12px;
  text-align: center;
  padding: 19px 10px 16px; }
.product-page section.section.is-width-standard, .quick-shop section.section.is-width-standard {
  max-width: 1280px;
  width: 100%; }
.product-page .product-form-container.has-padding-top, .quick-shop .product-form-container.has-padding-top {
  padding-top: 11px; }
  @media only screen and (max-width: 798px) {
    .product-page .product-form-container.has-padding-top, .quick-shop .product-form-container.has-padding-top {
      padding-top: 0; } }
.product-page .purchase-details.has-quantity-box .purchase-details__spb--false, .quick-shop .purchase-details.has-quantity-box .purchase-details__spb--false {
  max-width: 100%; }
.product-page .purchase-details .purchase-details__spb--false .button--add-to-cart, .quick-shop .purchase-details .purchase-details__spb--false .button--add-to-cart {
  background-color: white;
  border: 1px solid black;
  padding: 17px 4px 18px;
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: black;
  height: auto;
  transition: background 0.2s ease-in-out;
  text-transform: uppercase;
  border: 1px solid black;
  width: 100%;
  border-radius: 0; }
  .product-page .purchase-details .purchase-details__spb--false .button--add-to-cart:before, .quick-shop .purchase-details .purchase-details__spb--false .button--add-to-cart:before {
    background-color: black; }
  .product-page .purchase-details .purchase-details__spb--false .button--add-to-cart:hover, .quick-shop .purchase-details .purchase-details__spb--false .button--add-to-cart:hover {
    color: white;
    border: 1px solid black; }
@media only screen and (max-width: 798px) {
  .product-page .purchase-details .purchase-details__spb--false, .quick-shop .purchase-details .purchase-details__spb--false {
    flex: auto; } }
.product-page .product_name.title, .quick-shop .product_name.title {
  font-family: "futura-pt" !important;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 8px; }
  @media only screen and (max-width: 798px) {
    .product-page .product_name.title, .quick-shop .product_name.title {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 16px; } }
.product-page .container.product_section, .product-page .js-product-form, .quick-shop .container.product_section, .quick-shop .js-product-form {
  display: -webkit-box;
  margin-bottom: 45px; }
  @media only screen and (max-width: 798px) {
    .product-page .container.product_section, .product-page .js-product-form, .quick-shop .container.product_section, .quick-shop .js-product-form {
      margin-bottom: 0;
      padding-bottom: 0; } }
  .product-page .container.product_section .product-quantity-box.purchase-details__quantity, .product-page .js-product-form .product-quantity-box.purchase-details__quantity, .quick-shop .container.product_section .product-quantity-box.purchase-details__quantity, .quick-shop .js-product-form .product-quantity-box.purchase-details__quantity {
    width: 100%;
    margin-top: 12px;
    margin-right: 8px; }
  .product-page .container.product_section .quantity-wrapper.quantity-style--box .quantity-input-control input, .product-page .js-product-form .quantity-wrapper.quantity-style--box .quantity-input-control input, .quick-shop .container.product_section .quantity-wrapper.quantity-style--box .quantity-input-control input, .quick-shop .js-product-form .quantity-wrapper.quantity-style--box .quantity-input-control input {
    width: 50px;
    height: 50px;
    border: 1px solid black;
    font-family: "vag-rundschrift-d", sans-serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px; }
  .product-page .container.product_section .product__images.column, .product-page .js-product-form .product__images.column, .quick-shop .container.product_section .product__images.column, .quick-shop .js-product-form .product__images.column {
    margin: 0;
    width: 50%; }
    @media only screen and (max-width: 798px) {
      .product-page .container.product_section .product__images.column, .product-page .js-product-form .product__images.column, .quick-shop .container.product_section .product__images.column, .quick-shop .js-product-form .product__images.column {
        width: 100%; } }
  .product-page .container.product_section .product__information, .product-page .js-product-form .product__information, .quick-shop .container.product_section .product__information, .quick-shop .js-product-form .product__information {
    padding-left: 20px; }
    @media only screen and (min-width: 799px) {
      .product-page .container.product_section .product__information, .product-page .js-product-form .product__information, .quick-shop .container.product_section .product__information, .quick-shop .js-product-form .product__information {
        width: 46.4%; } }
    @media only screen and (min-width: 1025px) {
      .product-page .container.product_section .product__information, .product-page .js-product-form .product__information, .quick-shop .container.product_section .product__information, .quick-shop .js-product-form .product__information {
        width: 420px; } }
    @media only screen and (max-width: 798px) {
      .product-page .container.product_section .product__information, .product-page .js-product-form .product__information, .quick-shop .container.product_section .product__information, .quick-shop .js-product-form .product__information {
        width: 100%;
        padding: 0 20px;
        margin: 8px 0 0 0; } }
    .product-page .container.product_section .product__information .description, .product-page .js-product-form .product__information .description, .quick-shop .container.product_section .product__information .description, .quick-shop .js-product-form .product__information .description {
      font-family: "futura-pt";
      line-height: 20px; }
      .product-page .container.product_section .product__information .description.has-padding-top, .product-page .js-product-form .product__information .description.has-padding-top, .quick-shop .container.product_section .product__information .description.has-padding-top, .quick-shop .js-product-form .product__information .description.has-padding-top {
        padding-top: 0; }
      .product-page .container.product_section .product__information .description .shogun-root, .product-page .js-product-form .product__information .description .shogun-root, .quick-shop .container.product_section .product__information .description .shogun-root, .quick-shop .js-product-form .product__information .description .shogun-root {
        display: block; }
.product-page #shopify-section-product__main-0, .quick-shop #shopify-section-product__main-0 {
  width: 100%; }
.product-page .pdp-banner-block, .quick-shop .pdp-banner-block {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 47px; }
  @media only screen and (max-width: 798px) {
    .product-page .pdp-banner-block, .quick-shop .pdp-banner-block {
      padding: 0;
      margin-bottom: 19px; } }
  .product-page .pdp-banner-block.character-banner, .quick-shop .pdp-banner-block.character-banner {
    padding: 0;
    margin-bottom: 65px; }
    @media only screen and (max-width: 798px) {
      .product-page .pdp-banner-block.character-banner, .quick-shop .pdp-banner-block.character-banner {
        margin-bottom: 33px; } }
    .product-page .pdp-banner-block.character-banner section, .quick-shop .pdp-banner-block.character-banner section {
      max-width: none;
      padding: 71px 0 69px; }
      @media only screen and (max-width: 798px) {
        .product-page .pdp-banner-block.character-banner section, .quick-shop .pdp-banner-block.character-banner section {
          padding: 39px 0 0; } }
    .product-page .pdp-banner-block.character-banner .container, .quick-shop .pdp-banner-block.character-banner .container {
      width: 100%;
      max-width: 1140px;
      padding: 0 20px; }
    .product-page .pdp-banner-block.character-banner .sub-content, .quick-shop .pdp-banner-block.character-banner .sub-content {
      padding: 0;
      margin-top: 0;
      max-width: 484px;
      font-family: "futura-pt";
      width: 100%;
      margin-bottom: 30px; }
      @media only screen and (max-width: 798px) {
        .product-page .pdp-banner-block.character-banner .sub-content, .quick-shop .pdp-banner-block.character-banner .sub-content {
          padding: 0 10px; } }
    .product-page .pdp-banner-block.character-banner .text-wrapper, .quick-shop .pdp-banner-block.character-banner .text-wrapper {
      width: 57.98%;
      padding: 0; }
    @media only screen and (min-width: 799px) {
      .product-page .pdp-banner-block.character-banner .image-with-text__wrapper, .quick-shop .pdp-banner-block.character-banner .image-with-text__wrapper {
        margin-right: 22%; } }
    .product-page .pdp-banner-block.character-banner .image-wrapper, .quick-shop .pdp-banner-block.character-banner .image-wrapper {
      width: 42%;
      display: block; }
      @media only screen and (max-width: 798px) {
        .product-page .pdp-banner-block.character-banner .image-wrapper, .quick-shop .pdp-banner-block.character-banner .image-wrapper {
          padding: 0 47px; } }
    @media only screen and (max-width: 798px) {
      .product-page .pdp-banner-block.character-banner .text-wrapper, .product-page .pdp-banner-block.character-banner .image-wrapper, .quick-shop .pdp-banner-block.character-banner .text-wrapper, .quick-shop .pdp-banner-block.character-banner .image-wrapper {
        width: 100%; } }
    @media only screen and (max-width: 798px) {
      .product-page .pdp-banner-block.character-banner .text-wrapper, .quick-shop .pdp-banner-block.character-banner .text-wrapper {
        padding: 30px 0 33px 0; } }
  .product-page .pdp-banner-block .banner-button, .quick-shop .pdp-banner-block .banner-button {
    font-family: Futura !important;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.9px;
    background-color: white;
    max-width: 311px;
    width: 100%;
    padding: 0; }
    .product-page .pdp-banner-block .banner-button a, .quick-shop .pdp-banner-block .banner-button a {
      padding: 19px 0 18px;
      width: 100%;
      color: black; }
      .product-page .pdp-banner-block .banner-button a:hover, .quick-shop .pdp-banner-block .banner-button a:hover {
        background-color: black;
        color: white; }
  .product-page .pdp-banner-block .logo, .product-page .pdp-banner-block .sub-content, .quick-shop .pdp-banner-block .logo, .quick-shop .pdp-banner-block .sub-content {
    text-align: center;
    padding: 0 60px; }
  .product-page .pdp-banner-block h3, .quick-shop .pdp-banner-block h3 {
    text-align: center;
    margin-bottom: 21px;
    font-size: 48px;
    line-height: 56px;
    font-family: "vag-rundschrift-d", sans-serif; }
    @media only screen and (max-width: 798px) {
      .product-page .pdp-banner-block h3, .quick-shop .pdp-banner-block h3 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 13px; } }
  .product-page .pdp-banner-block .sub-content, .quick-shop .pdp-banner-block .sub-content {
    font-family: "futura-pt"; }
    @media only screen and (max-width: 798px) {
      .product-page .pdp-banner-block .sub-content, .quick-shop .pdp-banner-block .sub-content {
        padding: 0 20px;
        margin-top: 33px;
        line-height: 20px; } }
    @media only screen and (min-width: 799px) {
      .product-page .pdp-banner-block .sub-content, .quick-shop .pdp-banner-block .sub-content {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px; } }
    @media only screen and (min-width: 1025px) {
      .product-page .pdp-banner-block .sub-content, .quick-shop .pdp-banner-block .sub-content {
        font-size: 20px;
        line-height: 28px;
        margin-top: 43px; } }
  .product-page .pdp-banner-block section, .quick-shop .pdp-banner-block section {
    max-width: 1280px;
    width: 100%; }
  .product-page .pdp-banner-block .text-wrapper, .quick-shop .pdp-banner-block .text-wrapper {
    justify-content: center;
    align-items: center; }
    @media only screen and (min-width: 799px) {
      .product-page .pdp-banner-block .text-wrapper, .quick-shop .pdp-banner-block .text-wrapper {
        padding: 34px 0; } }
    @media only screen and (min-width: 1025px) {
      .product-page .pdp-banner-block .text-wrapper, .quick-shop .pdp-banner-block .text-wrapper {
        padding: 0; } }
    @media only screen and (max-width: 798px) {
      .product-page .pdp-banner-block .text-wrapper, .quick-shop .pdp-banner-block .text-wrapper {
        order: 1;
        padding: 38px 0 40px 0; } }
  @media only screen and (max-width: 798px) {
    .product-page .pdp-banner-block div.logo img, .quick-shop .pdp-banner-block div.logo img {
      width: 53.9%; } }
  .product-page .pdp-banner-block .text-wrapper, .product-page .pdp-banner-block .image-wrapper, .quick-shop .pdp-banner-block .text-wrapper, .quick-shop .pdp-banner-block .image-wrapper {
    width: 50%;
    flex-wrap: wrap;
    display: flex; }
    @media only screen and (max-width: 798px) {
      .product-page .pdp-banner-block .text-wrapper, .product-page .pdp-banner-block .image-wrapper, .quick-shop .pdp-banner-block .text-wrapper, .quick-shop .pdp-banner-block .image-wrapper {
        width: 100%; } }
    @media only screen and (max-width: 798px) {
      .product-page .pdp-banner-block .text-wrapper img, .product-page .pdp-banner-block .image-wrapper img, .quick-shop .pdp-banner-block .text-wrapper img, .quick-shop .pdp-banner-block .image-wrapper img {
        width: 100%; } }

.quick-shop .quick-shop__wishlist .swym-heart {
  right: 0; }
  .quick-shop .quick-shop__wishlist .swym-heart.swym-added:hover .swym-tooltip {
    position: absolute; }

@media only screen and (min-width: 799px) {
  .character_goodies_mobile {
    display: none !important; } }

@media only screen and (max-width: 798px) {
  .character_goodies_desktop {
    display: none !important; } }

.character_goodies_desktop,
.character_goodies_all {
  margin-bottom: 34px;
  padding-bottom: 28px;
  padding-right: 20px;
  padding-left: 20px; }
  .character_goodies_desktop .goodie-btn-container .shg-row > .shg-c-lg-4,
  .character_goodies_all .goodie-btn-container .shg-row > .shg-c-lg-4 {
    width: 33.3%;
    display: contents; }
  .character_goodies_desktop li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title,
  .character_goodies_all li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
    position: relative; }
    .character_goodies_desktop li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title:before,
    .character_goodies_all li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title:before {
      content: "";
      position: absolute;
      height: 2px;
      background-color: #666666;
      width: 100%;
      bottom: 3px;
      left: 0; }
  .character_goodies_desktop .shg-box-content,
  .character_goodies_all .shg-box-content {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }
  .character_goodies_desktop .shogun-tab-title,
  .character_goodies_all .shogun-tab-title {
    font-weight: 500;
    font-size: 20px !important;
    line-height: 28px;
    letter-spacing: 1px; }
    @media only screen and (min-width: 799px) {
      .character_goodies_desktop .shogun-tab-title,
      .character_goodies_all .shogun-tab-title {
        font-size: 16px !important; } }
    @media only screen and (min-width: 1025px) {
      .character_goodies_desktop .shogun-tab-title,
      .character_goodies_all .shogun-tab-title {
        font-size: 20px !important; } }
  .character_goodies_desktop .shg-align-left,
  .character_goodies_all .shg-align-left {
    position: relative; }
  .character_goodies_desktop img.goodies_top,
  .character_goodies_all img.goodies_top {
    top: -87px;
    position: absolute;
    left: 0; }
  .character_goodies_desktop h3,
  .character_goodies_all h3 {
    font-family: "futura-pt";
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: -0.013em;
    padding-top: 72px;
    padding-bottom: 40px; }
  .character_goodies_desktop .shogun-tabs > li.shogun-tab-active > .shogun-tab-box,
  .character_goodies_all .shogun-tabs > li.shogun-tab-active > .shogun-tab-box {
    border: none; }
  .character_goodies_desktop .shogun-tabs.shogun-rounded li .shogun-tab-box,
  .character_goodies_all .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 0 !important;
    border: none !important; }
  .character_goodies_desktop .shogun-tab-content .shg-btn.shg-cse,
  .character_goodies_desktop .shogun-non-tab-content .shg-btn.shg-cse,
  .character_goodies_desktop .shg-sld-item .shg-btn.shg-cse,
  .character_goodies_all .shogun-tab-content .shg-btn.shg-cse,
  .character_goodies_all .shogun-non-tab-content .shg-btn.shg-cse,
  .character_goodies_all .shg-sld-item .shg-btn.shg-cse {
    margin: 0 10px;
    max-width: 220px;
    font-size: 13px !important;
    border-radius: 0 !important;
    padding: 17px 4px 18px !important;
    width: calc(100% - 20px);
    background-color: white;
    border: 1px solid black;
    padding: 17px 4px 18px;
    font-family: "vag-rundschrift-d", sans-serif;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    color: black;
    height: auto;
    transition: background 0.2s ease-in-out; }
    .character_goodies_desktop .shogun-tab-content .shg-btn.shg-cse:hover,
    .character_goodies_desktop .shogun-non-tab-content .shg-btn.shg-cse:hover,
    .character_goodies_desktop .shg-sld-item .shg-btn.shg-cse:hover,
    .character_goodies_all .shogun-tab-content .shg-btn.shg-cse:hover,
    .character_goodies_all .shogun-non-tab-content .shg-btn.shg-cse:hover,
    .character_goodies_all .shg-sld-item .shg-btn.shg-cse:hover {
      color: white !important;
      background-color: black !important;
      border: 1px solid black; }
  .character_goodies_desktop .shogun-tab-content .shg-row > div,
  .character_goodies_desktop .shogun-non-tab-content .shg-row > div,
  .character_goodies_desktop .shg-sld-item .shg-row > div,
  .character_goodies_all .shogun-tab-content .shg-row > div,
  .character_goodies_all .shogun-non-tab-content .shg-row > div,
  .character_goodies_all .shg-sld-item .shg-row > div {
    width: 18.8% !important;
    margin-right: 1.5%; }
    .character_goodies_desktop .shogun-tab-content .shg-row > div:last-child,
    .character_goodies_desktop .shogun-non-tab-content .shg-row > div:last-child,
    .character_goodies_desktop .shg-sld-item .shg-row > div:last-child,
    .character_goodies_all .shogun-tab-content .shg-row > div:last-child,
    .character_goodies_all .shogun-non-tab-content .shg-row > div:last-child,
    .character_goodies_all .shg-sld-item .shg-row > div:last-child {
      margin-right: 0; }
  .character_goodies_desktop .shogun-tab-content .shg-row > div > .shogun-image-container,
  .character_goodies_desktop .shogun-non-tab-content .shg-row > div > .shogun-image-container,
  .character_goodies_desktop .shg-sld-item .shg-row > div > .shogun-image-container,
  .character_goodies_all .shogun-tab-content .shg-row > div > .shogun-image-container,
  .character_goodies_all .shogun-non-tab-content .shg-row > div > .shogun-image-container,
  .character_goodies_all .shg-sld-item .shg-row > div > .shogun-image-container {
    padding-bottom: 148.13%;
    height: 0; }
  .character_goodies_desktop .shogun-tab-content div.shogun-image-content,
  .character_goodies_desktop .shogun-non-tab-content div.shogun-image-content,
  .character_goodies_desktop .shg-sld-item div.shogun-image-content,
  .character_goodies_all .shogun-tab-content div.shogun-image-content,
  .character_goodies_all .shogun-non-tab-content div.shogun-image-content,
  .character_goodies_all .shg-sld-item div.shogun-image-content {
    align-items: flex-end !important;
    padding-bottom: 10px; }
    @media only screen and (min-width: 799px) {
      .character_goodies_desktop .shogun-tab-content div.shogun-image-content,
      .character_goodies_desktop .shogun-non-tab-content div.shogun-image-content,
      .character_goodies_desktop .shg-sld-item div.shogun-image-content,
      .character_goodies_all .shogun-tab-content div.shogun-image-content,
      .character_goodies_all .shogun-non-tab-content div.shogun-image-content,
      .character_goodies_all .shg-sld-item div.shogun-image-content {
        min-height: 200px; } }
    @media only screen and (min-width: 1025px) {
      .character_goodies_desktop .shogun-tab-content div.shogun-image-content,
      .character_goodies_desktop .shogun-non-tab-content div.shogun-image-content,
      .character_goodies_desktop .shg-sld-item div.shogun-image-content,
      .character_goodies_all .shogun-tab-content div.shogun-image-content,
      .character_goodies_all .shogun-non-tab-content div.shogun-image-content,
      .character_goodies_all .shg-sld-item div.shogun-image-content {
        min-height: 350px; } }
  .character_goodies_desktop .shogun-non-tab-content .shg-row > div,
  .character_goodies_all .shogun-non-tab-content .shg-row > div {
    width: 23.8% !important; }
  .character_goodies_desktop .shogun-non-tab-content div.shogun-image-content,
  .character_goodies_all .shogun-non-tab-content div.shogun-image-content {
    align-items: flex-end !important;
    padding-bottom: 10px; }
    @media only screen and (min-width: 799px) {
      .character_goodies_desktop .shogun-non-tab-content div.shogun-image-content,
      .character_goodies_all .shogun-non-tab-content div.shogun-image-content {
        min-height: 200px; } }
    @media only screen and (min-width: 1025px) {
      .character_goodies_desktop .shogun-non-tab-content div.shogun-image-content,
      .character_goodies_all .shogun-non-tab-content div.shogun-image-content {
        min-height: 330px; } }
  .character_goodies_desktop .shg-sld-item .shg-row > div,
  .character_goodies_all .shg-sld-item .shg-row > div {
    width: 23.8% !important; }
  .character_goodies_desktop .shg-sld-item div.shogun-image-content,
  .character_goodies_all .shg-sld-item div.shogun-image-content {
    align-items: flex-end !important;
    padding-bottom: 10px; }
    @media only screen and (min-width: 799px) {
      .character_goodies_desktop .shg-sld-item div.shogun-image-content,
      .character_goodies_all .shg-sld-item div.shogun-image-content {
        min-height: 200px; } }
    @media only screen and (min-width: 1025px) {
      .character_goodies_desktop .shg-sld-item div.shogun-image-content,
      .character_goodies_all .shg-sld-item div.shogun-image-content {
        min-height: 306px; } }
  .character_goodies_desktop .shg-row,
  .character_goodies_all .shg-row {
    -webkit-justify-content: normal;
    -moz-justify-content: normal;
    -ms-justify-content: normal;
    justify-content: normal;
    -ms-flex-pack: normal; }
    @media only screen and (min-width: 1025px) {
      .character_goodies_desktop .shg-row,
      .character_goodies_all .shg-row {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; } }
  .character_goodies_desktop .shogun-tabs.shogun-rounded li,
  .character_goodies_all .shogun-tabs.shogun-rounded li {
    flex-grow: inherit;
    margin-right: 2.96%; }
  .character_goodies_desktop .shogun-tab-content > .shg-c,
  .character_goodies_all .shogun-tab-content > .shg-c {
    max-width: 1300px !important;
    margin: 0 0 27px 0 !important; }
  .character_goodies_desktop .tab-wrapper-goodie .shogun-tabs li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title,
  .character_goodies_all .tab-wrapper-goodie .shogun-tabs li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
    color: black !important; }
  .character_goodies_desktop .tab-wrapper-goodie .shogun-tabs li .shogun-tab-box > .shogun-tab-title,
  .character_goodies_all .tab-wrapper-goodie .shogun-tabs li .shogun-tab-box > .shogun-tab-title {
    color: #666666 !important; }
  .character_goodies_desktop .tab-wrapper-goodie .shogun-tabs-body,
  .character_goodies_all .tab-wrapper-goodie .shogun-tabs-body {
    border: none !important;
    margin-top: 14px !important; }
  .character_goodies_desktop .goodie-btn-plp.shg-box.shg-c,
  .character_goodies_all .goodie-btn-plp.shg-box.shg-c {
    border: 1px solid black;
    max-width: 311px; }
  .character_goodies_desktop .goodie-button-text .shg-btn,
  .character_goodies_all .goodie-button-text .shg-btn {
    background-color: transparent !important;
    text-align: center !important;
    width: 100%; }
  .character_goodies_desktop .goodie-button-text .shg-btn,
  .character_goodies_all .goodie-button-text .shg-btn {
    font-family: Futura;
    font-size: 9px !important;
    line-height: 11px;
    letter-spacing: 1.3px;
    font-weight: 500;
    padding-top: 20px !important;
    padding-bottom: 19px !important; }
    .character_goodies_desktop .goodie-button-text .shg-btn:hover, .character_goodies_desktop .goodie-button-text .shg-btn:focus, .character_goodies_desktop .goodie-button-text .shg-btn:active,
    .character_goodies_all .goodie-button-text .shg-btn:hover,
    .character_goodies_all .goodie-button-text .shg-btn:focus,
    .character_goodies_all .goodie-button-text .shg-btn:active {
      border: none !important;
      background-color: transparent !important;
      outline: none !important; }
  .character_goodies_desktop .character-goodie-btn,
  .character_goodies_all .character-goodie-btn {
    margin-right: 0px;
    margin-left: 0px;
    max-width: none; }
    .character_goodies_desktop .character-goodie-btn .shg-box-content,
    .character_goodies_all .character-goodie-btn .shg-box-content {
      max-width: 311px; }
  .character_goodies_desktop .goodie-btn-plp,
  .character_goodies_all .goodie-btn-plp {
    max-width: 311px !important; }
  .character_goodies_desktop .goodie-btn-plp .shogun-image-container img.shogun-image,
  .character_goodies_all .goodie-btn-plp .shogun-image-container img.shogun-image {
    position: absolute;
    top: -13px;
    left: 20px; }
  .character_goodies_desktop .goodie-button-text .shogun-image-container,
  .character_goodies_all .goodie-button-text .shogun-image-container {
    height: 50px; }
  .character_goodies_desktop .shogun-tabs-body > .shogun-tab-content .shogun-tab-active,
  .character_goodies_all .shogun-tabs-body > .shogun-tab-content .shogun-tab-active {
    -webkit-animation: none;
    animation: none; }

.character_goodies_all {
  padding-left: 0;
  padding-right: 0; }
  @media only screen and (min-width: 799px) {
    .character_goodies_all .shg-row {
      -webkit-flex-wrap: nowrap;
      -moz-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (max-width: 798px) {
    .character_goodies_all .shg-row {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .character_goodies_all .shg-box-content {
    max-width: none;
    width: 100%;
    margin: 0 auto; }
  @media only screen and (min-width: 799px) {
    .character_goodies_all .shg-c-lg-2 {
      max-width: 221px;
      width: 25% !important;
      padding-right: 10px; } }
  @media only screen and (max-width: 798px) {
    .character_goodies_all .shg-c-lg-2 {
      width: 100% !important; } }
  @media only screen and (min-width: 799px) {
    .character_goodies_all .shg-c-lg-10 {
      width: 79.07% !important;
      max-width: 1020px; } }
  @media only screen and (max-width: 798px) {
    .character_goodies_all .shg-c-lg-10 {
      width: 100% !important; } }
  .character_goodies_all .sidebar-block__heading {
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 16px;
    position: relative;
    padding-top: 0; }
  @media only screen and (max-width: 798px) {
    .character_goodies_all .plp_sidebar_title {
      display: block; } }
  .character_goodies_all .filter-character-icon {
    position: absolute;
    right: 10px; }
    @media only screen and (max-width: 798px) {
      .character_goodies_all .filter-character-icon {
        right: 0; } }
    .character_goodies_all .filter-character-icon img {
      width: 24px;
      height: 24px; }

.character_goodies_mobile > .shg-box-content {
  padding: 0 20px; }

.character_goodies_mobile div.shogun-image-content {
  align-items: flex-end !important;
  padding-bottom: 10px; }
.character_goodies_mobile .goodie-mob-slider.paper-craft img.shogun-image, .character_goodies_mobile .goodie-mob-slider.gift-social img.shogun-image {
  width: auto; }
.character_goodies_mobile .goodie-mob-slider.paper-craft .shogun-image-container, .character_goodies_mobile .goodie-mob-slider.gift-social .shogun-image-container {
  padding: 28px 0 87px 0;
  background-color: white !important; }
.character_goodies_mobile .shg-align-left {
  position: relative; }
.character_goodies_mobile img.goodies_top {
  top: -37px;
  position: absolute;
  left: 0;
  width: 97px;
  height: 77px; }
.character_goodies_mobile .shg-row > .shg-c-xs-6,
.character_goodies_mobile .shogun-non-tab-content .shg-row > .shg-c-xs-3 {
  width: 48.5% !important;
  min-height: 150px; }
.character_goodies_mobile .goodie-mob-slider {
  margin-bottom: 24px; }
  .character_goodies_mobile .goodie-mob-slider img.shogun-image {
    width: 100%; }
  .character_goodies_mobile .goodie-mob-slider .shg-btn {
    width: calc(100% - 20px);
    margin: 0 10px;
    font-family: "vag-rundschrift-d", sans-serif;
    font-size: 9px !important;
    line-height: 15px;
    letter-spacing: 1px;
    border: 1px solid black;
    padding: 16px 0 17px 0 !important;
    font-weight: normal;
    border-radius: 0 !important; }
    .character_goodies_mobile .goodie-mob-slider .shg-btn:hover, .character_goodies_mobile .goodie-mob-slider .shg-btn:focus, .character_goodies_mobile .goodie-mob-slider .shg-btn:active {
      border: none !important;
      background-color: transparent !important;
      outline: none !important;
      color: white !important; }
.character_goodies_mobile .shg-sld-dot {
  height: 6px;
  width: 6px;
  margin-left: 4px;
  margin-top: 7px;
  background-color: black; }
  .character_goodies_mobile .shg-sld-dot.shg-sld-active {
    border: 1px solid black;
    background-color: transparent; }
.character_goodies_mobile h6 {
  font-family: "futura-pt";
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px; }
.character_goodies_mobile h3 {
  font-family: "futura-pt";
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.013em;
  padding-top: 48px;
  padding-bottom: 48px; }
.character_goodies_mobile .goodie-btn-container {
  margin-top: -11px;
  margin-bottom: 29px; }
  .character_goodies_mobile .goodie-btn-container .shg-box.shg-c {
    margin-right: 0 !important;
    margin-left: 0 !important;
    max-width: none !important; }
  .character_goodies_mobile .goodie-btn-container .shg-box.shg-c.goodie-btn-plp {
    max-width: 311px !important;
    border: 1px solid black;
    margin: 0 auto !important; }
    .character_goodies_mobile .goodie-btn-container .shg-box.shg-c.goodie-btn-plp img.shogun-image {
      position: absolute;
      top: -13px;
      left: 20px; }
    .character_goodies_mobile .goodie-btn-container .shg-box.shg-c.goodie-btn-plp div.shogun-image-content {
      align-items: center !important; }
    .character_goodies_mobile .goodie-btn-container .shg-box.shg-c.goodie-btn-plp a.shg-btn.shg-cse {
      text-align: center !important;
      line-height: 11px;
      font-family: Futura;
      letter-spacing: 0.9px;
      font-weight: 500;
      padding-top: 20px !important;
      padding-bottom: 19px !important;
      background-color: transparent !important;
      width: 100%; }
.character_goodies_mobile .shg-sld-item .shg-sld-fade {
  -webkit-animation: none;
  animation: none; }

@media only screen and (max-width: 798px) {
  .character_goodies_all div.shogun-image-content {
    align-items: flex-end !important;
    padding-bottom: 10px; }
  .character_goodies_all .goodie-mob-slider.paper-craft img.shogun-image, .character_goodies_all .goodie-mob-slider.gift-social img.shogun-image {
    width: auto; }
  .character_goodies_all .goodie-mob-slider.paper-craft .shogun-image-container, .character_goodies_all .goodie-mob-slider.gift-social .shogun-image-container {
    padding: 28px 0 87px 0;
    background-color: white !important; }
  .character_goodies_all .shg-align-left {
    position: relative; }
  .character_goodies_all img.goodies_top {
    top: -37px;
    position: absolute;
    left: 0;
    width: 97px;
    height: 77px; }
  .character_goodies_all .shg-row > .shg-c-xs-6,
  .character_goodies_all .shogun-non-tab-content .shg-row > .shg-c-xs-3 {
    width: 48.5% !important;
    min-height: 150px; }
  .character_goodies_all .goodie-mob-slider {
    margin-bottom: 24px; }
    .character_goodies_all .goodie-mob-slider img.shogun-image {
      width: 100%; }
    .character_goodies_all .goodie-mob-slider .shg-btn {
      width: calc(100% - 20px);
      margin: 0 10px;
      font-family: "vag-rundschrift-d", sans-serif;
      font-size: 9px !important;
      line-height: 15px;
      letter-spacing: 1px;
      border: 1px solid black;
      padding: 16px 0 17px 0 !important;
      font-weight: normal;
      border-radius: 0 !important; }
      .character_goodies_all .goodie-mob-slider .shg-btn:hover, .character_goodies_all .goodie-mob-slider .shg-btn:focus, .character_goodies_all .goodie-mob-slider .shg-btn:active {
        border: none !important;
        background-color: transparent !important;
        outline: none !important;
        color: white !important; }
  .character_goodies_all .shg-sld-dot {
    height: 6px;
    width: 6px;
    margin-left: 4px;
    margin-top: 7px;
    background-color: black; }
    .character_goodies_all .shg-sld-dot.shg-sld-active {
      border: 1px solid black;
      background-color: transparent; }
  .character_goodies_all h6 {
    font-family: "futura-pt";
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px; }
  .character_goodies_all h3 {
    font-family: "futura-pt";
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: -0.013em;
    padding-top: 48px;
    padding-bottom: 48px; }
  .character_goodies_all .goodie-btn-container {
    margin-top: -11px;
    margin-bottom: 29px; }
    .character_goodies_all .goodie-btn-container .shg-box.shg-c {
      margin-right: 0 !important;
      margin-left: 0 !important;
      max-width: none !important; }
    .character_goodies_all .goodie-btn-container .shg-box.shg-c.goodie-btn-plp {
      max-width: 311px !important;
      border: 1px solid black;
      margin: 0 auto !important; }
      .character_goodies_all .goodie-btn-container .shg-box.shg-c.goodie-btn-plp img.shogun-image {
        position: absolute;
        top: -13px;
        left: 20px; }
      .character_goodies_all .goodie-btn-container .shg-box.shg-c.goodie-btn-plp div.shogun-image-content {
        align-items: center !important; }
      .character_goodies_all .goodie-btn-container .shg-box.shg-c.goodie-btn-plp a.shg-btn.shg-cse {
        text-align: center !important;
        line-height: 11px;
        font-family: Futura;
        letter-spacing: 0.9px;
        font-weight: 500;
        padding-top: 20px !important;
        padding-bottom: 19px !important;
        background-color: transparent !important;
        width: 100%; }
  .character_goodies_all .shg-sld-item .shg-sld-fade {
    -webkit-animation: none;
    animation: none; }
  .character_goodies_all .shg-c-xs-3 {
    margin-bottom: 10px;
    margin-right: 0; }
    .character_goodies_all .shg-c-xs-3 img.shogun-image {
      width: 100%; } }

.quick-shop__text-wrap .sold_out, .product__information .sold_out {
  width: 100%;
  border: 1px solid #C9C9C9;
  padding: 17px 3px 18px;
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 13px;
  line-height: 13px;
  color: #b1b1b1;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  text-align: center;
  min-height: 50px;
  cursor: default; }

.events_wrapper {
  background-color: #FFFBEE;
  margin-bottom: 104px;
  display: flex; }
  .events_wrapper .up {
    display: none; }
    @media only screen and (max-width: 798px) {
      .events_wrapper .up {
        display: block;
        text-align: center;
        font-family: "futura-pt";
        font-weight: 500;
        font-size: 14px;
        line-height: 20px; } }
  .events_wrapper h3 {
    font-family: "futura-pt";
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding-top: 71px;
    padding-bottom: 24px; }
    @media only screen and (max-width: 798px) {
      .events_wrapper h3 {
        font-size: 17px;
        line-height: 28px;
        text-align: center;
        padding-top: 49px;
        padding-bottom: 14px; } }

.view_all_cover {
  margin: 40px 0 38px; }
  @media only screen and (max-width: 798px) {
    .view_all_cover {
      margin-top: 16px; } }

.view_all_events {
  max-width: 311px;
  display: block;
  border: 1px solid;
  margin: 0 auto;
  height: 50px;
  font-family: Futura;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.9px;
  background-color: white;
  font-weight: 500;
  position: relative;
  cursor: pointer; }
  .view_all_events,
  .view_all_events a, .view_all_events:link, .view_all_events:visited {
    color: black;
    background-color: white;
    border-color: black; }
  .view_all_events:hover, .view_all_events:hover a, .view_all_events.is-hovered {
    color: white;
    border-color: black;
    background-color: black; }
  .view_all_events:focus, .view_all_events.is-focused {
    color: white;
    border-color: black;
    background-color: black; }
    .view_all_events:focus:not(:active), .view_all_events.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .view_all_events:active, .view_all_events.is-active {
    color: white;
    border-color: black;
    background-color: black; }
  .view_all_events a {
    padding-top: 20px;
    display: block; }
  .view_all_events .icon {
    position: absolute;
    top: 50%;
    left: 22px;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    cursor: pointer; }

.character_events {
  background-color: #F7EFD8;
  padding: 16px 22px;
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 32px; }
  @media only screen and (max-width: 798px) {
    .character_events {
      margin-top: 25px;
      padding-left: 19px;
      padding-right: 19px;
      margin-bottom: 16px; } }
  .character_events .outer_event_wrapper:nth-child(3) {
    margin-right: 0; }
  .character_events .view_all_cover {
    display: none; }

.character_events_cover {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }
  @media only screen and (max-width: 798px) {
    .character_events_cover {
      padding: 0 13px; } }
  .character_events_cover:after {
    position: absolute;
    content: "";
    top: -68px;
    right: 15px;
    width: 144px;
    height: 97px;
    background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/charct-icon.png?v=1599661158);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 144px 97px; }
    @media only screen and (max-width: 798px) {
      .character_events_cover:after {
        width: 91px;
        height: 61px;
        background-size: 91px 61px;
        top: -25px;
        right: 27px; } }

.outer_event_wrapper {
  display: inline-block;
  background-color: #e4ddc7; }
  @media only screen and (max-width: 798px) {
    .outer_event_wrapper {
      width: 100%;
      margin-right: 0;
      margin-bottom: 24px;
      max-width: 399px; } }
  @media only screen and (min-width: 799px) {
    .outer_event_wrapper {
      width: 32%;
      margin-right: .3%; } }
  @media only screen and (min-width: 1025px) {
    .outer_event_wrapper {
      width: 32.2%;
      margin-right: 1.27%; } }
  .outer_event_wrapper .bottom_data > span {
    display: inline-block;
    letter-spacing: 0.9px;
    padding-bottom: 6px; }
    @media only screen and (max-width: 480px) {
      .outer_event_wrapper .bottom_data > span {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 799px) {
      .outer_event_wrapper .bottom_data > span {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 1025px) {
      .outer_event_wrapper .bottom_data > span {
        margin-bottom: 0; } }
  .outer_event_wrapper .bottom_data {
    float: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-family: Futura;
    letter-spacing: 0.03em;
    font-weight: 500;
    margin: 15px 0 15px; }
    @media only screen and (max-width: 480px) {
      .outer_event_wrapper .bottom_data {
        margin-bottom: 9px !important; } }
    @media only screen and (max-width: 798px) {
      .outer_event_wrapper .bottom_data {
        margin-bottom: 18px; } }
    @media only screen and (max-width: 798px) {
      .outer_event_wrapper .bottom_data span.get_tickets {
        margin: 0 15px; } }
    @media only screen and (min-width: 799px) {
      .outer_event_wrapper .bottom_data span.get_tickets {
        margin: 0 20px; } }
    @media only screen and (min-width: 1025px) {
      .outer_event_wrapper .bottom_data span.get_tickets {
        margin: 0 35px; } }
    .outer_event_wrapper .bottom_data a {
      color: black;
      font-size: 9px;
      line-height: 11px; }
      .outer_event_wrapper .bottom_data a:hover {
        color: #77a6f7; }
  .outer_event_wrapper span.event_title {
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-weight: normal;
    font-family: "vag-rundschrift-d", sans-serif;
    display: block; }
    @media only screen and (max-width: 798px) {
      .outer_event_wrapper span.event_title {
        font-size: 13px;
        line-height: 16px; } }
    @media only screen and (min-width: 799px) {
      .outer_event_wrapper span.event_title {
        font-size: 10px;
        line-height: 13px; } }
    @media only screen and (min-width: 1025px) {
      .outer_event_wrapper span.event_title {
        font-size: 13px;
        line-height: 16px; } }
    .outer_event_wrapper span.event_title b {
      font-weight: normal; }
  .outer_event_wrapper span.event_time {
    margin-bottom: 5px; }
    .outer_event_wrapper span.event_time .icon {
      width: 11px;
      height: 11px; }
  .outer_event_wrapper .event_location .icon {
    width: 9px;
    height: 12px; }
  .outer_event_wrapper span.event_time, .outer_event_wrapper .event_location {
    display: block;
    font-weight: 100;
    font-family: "vag-rundschrift-d", sans-serif;
    letter-spacing: normal; }
    @media only screen and (max-width: 798px) {
      .outer_event_wrapper span.event_time, .outer_event_wrapper .event_location {
        font-size: 13px;
        line-height: 16px; } }
    @media only screen and (min-width: 799px) {
      .outer_event_wrapper span.event_time, .outer_event_wrapper .event_location {
        font-size: 10px;
        line-height: 13px; } }
    @media only screen and (min-width: 1025px) {
      .outer_event_wrapper span.event_time, .outer_event_wrapper .event_location {
        font-size: 13px;
        line-height: 16px; } }
    .outer_event_wrapper span.event_time .icon, .outer_event_wrapper .event_location .icon {
      margin-right: 7px; }
  .outer_event_wrapper div.event_date {
    float: left;
    width: 25.2%;
    text-align: center;
    text-transform: uppercase;
    font-family: "vag-rundschrift-d", sans-serif;
    min-height: 112px; }
    @media only screen and (max-width: 798px) {
      .outer_event_wrapper div.event_date {
        width: 27.9%; } }
  .outer_event_wrapper span.numbr-txt {
    display: block;
    padding: 20px 0 0;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal; }
  .outer_event_wrapper span.numbr {
    display: block;
    padding: 10px 0 0;
    font-size: 36px;
    line-height: 42px;
    font-weight: 100; }
  .outer_event_wrapper .outer_wrapper {
    background-color: white;
    width: 100%;
    float: left;
    border: 1px solid black; }
  .outer_event_wrapper .even_main_data {
    float: left;
    text-align: left;
    padding-top: 20px;
    padding-left: 15px;
    border-left: 1px solid black;
    min-height: 112px; }
    @media only screen and (max-width: 798px) {
      .outer_event_wrapper .even_main_data {
        width: 72%; } }
    @media only screen and (min-width: 799px) {
      .outer_event_wrapper .even_main_data {
        width: 54.4%; } }
    @media only screen and (min-width: 1025px) {
      .outer_event_wrapper .even_main_data {
        width: 74.4%; } }

@media only screen and (max-width: 798px) {
  .goodie-mob-slider .shg-sld-slides {
    height: 0;
    padding-bottom: 77.01%; }
  .goodie-mob-slider.wall-paper .shg-sld-slides {
    height: 0;
    padding-bottom: 72.24%; }
  .goodie-mob-slider.paper-craft .shg-sld-slides, .goodie-mob-slider.gift-social .shg-sld-slides {
    min-height: 257px;
    height: auto;
    padding-bottom: 0; } }
.event-dtl-wrap .mobile-image {
  display: none; }
  @media only screen and (max-width: 798px) {
    .event-dtl-wrap .mobile-image {
      display: block; } }

.event-dtl-wrap {
  margin-top: 48px !important;
  margin-bottom: 98px !important; }
  @media only screen and (max-width: 798px) {
    .event-dtl-wrap {
      margin-top: 18px !important;
      margin-bottom: 30px !important; } }
  .event-dtl-wrap .sidebar__block {
    float: left;
    width: 44.76%;
    margin-right: 6.5%; }
    @media only screen and (max-width: 798px) {
      .event-dtl-wrap .sidebar__block {
        width: 100%;
        margin-right: 0; } }
  .event-dtl-wrap .outer_event_wrapper {
    width: 100%;
    margin-right: 0;
    border: 1px solid; }
    @media only screen and (max-width: 798px) {
      .event-dtl-wrap .outer_event_wrapper {
        max-width: none; } }
    .event-dtl-wrap .outer_event_wrapper .outer_wrapper {
      border-right: none;
      border-left: none;
      border-top: none; }
    .event-dtl-wrap .outer_event_wrapper span.event_title {
      text-transform: uppercase; }
  .event-dtl-wrap .top_content pre {
    font-family: "futura-pt" !important;
    font-size: 16px  !important;
    line-height: 20px !important;
    color: black !important;
    font-weight: 400 !important;
    letter-spacing: normal  !important;
    max-height: none  !important;
    padding: 0 !important; }
    @media only screen and (max-width: 798px) {
      .event-dtl-wrap .top_content pre {
        font-size: 14px !important; } }
  @media only screen and (max-width: 798px) {
    .event-dtl-wrap h4 {
      font-size: 36px;
      line-height: 42px;
      text-align: center; } }
  @media only screen and (min-width: 799px) {
    .event-dtl-wrap h4 {
      font-size: 35px;
      line-height: 40px; } }
  @media only screen and (min-width: 1025px) {
    .event-dtl-wrap h4 {
      font-size: 48px;
      line-height: 56px; } }
  .event-dtl-wrap .event-dtl-right {
    width: 48.43%;
    float: right; }
    @media only screen and (max-width: 798px) {
      .event-dtl-wrap .event-dtl-right {
        display: none; } }
    .event-dtl-wrap .event-dtl-right .content {
      width: 100%; }
    .event-dtl-wrap .event-dtl-right p {
      margin: 0 !important; }
  .event-dtl-wrap #minutes span, .event-dtl-wrap #seconds span {
    width: 20px !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    float: none !important; }
  .event-dtl-wrap #seconds span {
    width: 18px !important;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    float: none !important; }
  .event-dtl-wrap #timer {
    width: 230px;
    margin: 0 auto;
    height: 70px; }
    .event-dtl-wrap #timer div#days {
      margin-left: 0; }
      .event-dtl-wrap #timer div#days:after {
        display: none; }
    .event-dtl-wrap #timer #days, .event-dtl-wrap #timer #hours, .event-dtl-wrap #timer #minutes, .event-dtl-wrap #timer #seconds {
      font-family: "vag-rundschrift-d", sans-serif;
      font-size: 36px;
      line-height: 42px;
      font-weight: 100;
      width: 39px;
      margin-left: 24px;
      float: left;
      text-align: center;
      position: relative; }
      .event-dtl-wrap #timer #days:after, .event-dtl-wrap #timer #hours:after, .event-dtl-wrap #timer #minutes:after, .event-dtl-wrap #timer #seconds:after {
        position: absolute;
        content: ":";
        top: 50%;
        left: -17px;
        width: 10px;
        height: 17px;
        margin-top: -14px;
        line-height: 1px;
        font-family: "vag-rundschrift-d", sans-serif;
        font-size: 36px;
        font-weight: 100; }
      .event-dtl-wrap #timer #days span, .event-dtl-wrap #timer #hours span, .event-dtl-wrap #timer #minutes span, .event-dtl-wrap #timer #seconds span {
        font-size: 9px;
        line-height: 11px;
        font-weight: 500;
        font-family: Futura;
        letter-spacing: 0.9px;
        padding-top: 15px;
        text-transform: uppercase;
        width: 39px;
        text-align: center;
        float: left; }
  .event-dtl-wrap .header-eve {
    margin-bottom: 21px; }
    @media only screen and (min-width: 799px) {
      .event-dtl-wrap .header-eve {
        margin-bottom: 17px; } }
    @media only screen and (min-width: 1025px) {
      .event-dtl-wrap .header-eve {
        margin-bottom: 37px; } }
  .event-dtl-wrap .top_content {
    margin-bottom: 32px; }
    @media only screen and (min-width: 799px) {
      .event-dtl-wrap .top_content {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1025px) {
      .event-dtl-wrap .top_content {
        margin-bottom: 50px; } }
  .event-dtl-wrap .counter {
    background-color: #F1E2EA;
    position: relative;
    padding: 15px 0 16px;
    margin-bottom: 28px; }
    @media only screen and (min-width: 799px) {
      .event-dtl-wrap .counter {
        margin-bottom: 25px; } }
    @media only screen and (min-width: 1025px) {
      .event-dtl-wrap .counter {
        margin-bottom: 42px; } }
    .event-dtl-wrap .counter:after {
      position: absolute;
      content: "";
      background-image: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/pngguru.com_1.png?v=1599116582");
      background-repeat: no-repeat;
      background-position: top right; }
      @media only screen and (max-width: 798px) {
        .event-dtl-wrap .counter:after {
          bottom: 39px;
          left: -7px;
          width: 65px;
          height: 55px;
          background-size: 64px 53px; } }
      @media only screen and (min-width: 799px) {
        .event-dtl-wrap .counter:after {
          bottom: -9px;
          left: -52px;
          width: 105px;
          height: 63px;
          background-size: 71px 63px; } }
      @media only screen and (min-width: 1025px) {
        .event-dtl-wrap .counter:after {
          bottom: -12px;
          left: -52px;
          width: 122px;
          height: 100px;
          background-size: 122px 99px; } }
  .event-dtl-wrap .mobile-image img {
    width: 100%; }
  .event-dtl-wrap .Back-to-all-events {
    display: none; }
    @media only screen and (max-width: 798px) {
      .event-dtl-wrap .Back-to-all-events {
        display: block;
        margin-bottom: 27px;
        padding-left: 10px; } }
    .event-dtl-wrap .Back-to-all-events a {
      position: relative;
      display: block;
      font-size: 9px;
      padding-left: 25px;
      line-height: 11px;
      font-weight: 500;
      font-family: Futura;
      letter-spacing: 0.9px; }
      .event-dtl-wrap .Back-to-all-events a:after {
        position: absolute;
        content: "";
        top: -1px;
        left: 2px;
        width: 14px;
        height: 13px;
        background-image: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/arr-even.png?v=1600423129");
        background-repeat: no-repeat;
        background-position: top right;
        background-size: 14px 13px; }
  @media only screen and (max-width: 798px) {
    .event-dtl-wrap .event-image {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 798px) {
    .event-dtl-wrap .header-eve, .event-dtl-wrap .event-image,
    .event-dtl-wrap .top_content, .event-dtl-wrap .outer_event_cover {
      padding: 0 10px; } }

.article-event main .section {
  max-width: 1239px; }
  @media only screen and (max-width: 798px) {
    .article-event main .section {
      width: 95%; } }

main span.event_type {
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.9px;
  font-weight: 400;
  margin: 10px 0 15px;
  display: inline-block; }

main .addeventatc {
  border-bottom: thin solid;
  padding-bottom: 4px !important; }

main .addeventatc, .outer_event_wrapper .addeventatc {
  padding: 0 0px 4px;
  box-shadow: none !important;
  background-color: transparent;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.9px;
  font-weight: 400;
  font-family: Futura;
  text-transform: uppercase;
  border-radius: 0;
  z-index: 2;
  border-bottom: thin solid black;
  display: inline; }
  main .addeventatc:focus, main .addeventatc:active, .outer_event_wrapper .addeventatc:focus, .outer_event_wrapper .addeventatc:active {
    outline: none;
    border-bottom: thin solid; }
  main .addeventatc:hover, .outer_event_wrapper .addeventatc:hover {
    font-size: 9px;
    background-color: transparent;
    color: #77a6f7 !important;
    border-bottom: thin solid; }
  main .addeventatc .addeventatc_icon, .outer_event_wrapper .addeventatc .addeventatc_icon {
    display: none; }

@media only screen and (max-width: 798px) {
  .addeventatc_dropdown.addeventatc-selected {
    right: 2px !important;
    left: auto !important; } }

.boost-pfs-filter-option-value {
  width: 100%; }
  .boost-pfs-filter-option-value .character_icon {
    float: right;
    height: 23px; }

.klaviyo-bis-trigger {
  font-family: "vag-rundschrift-d", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  background-color: white;
  border-color: #7f7f7f;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding-bottom: 18px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 18px;
  text-align: center;
  text-transform: none;
  transition: background 0.2s ease-in-out;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1rem;
  border-radius: 0px;
  line-height: inherit;
  width: auto;
  height: auto;
  max-width: 100%;
  white-space: normal;
  min-height: 50px;
  padding-top: 14px;
  padding-bottom: 13px; }
  .klaviyo-bis-trigger, .klaviyo-bis-trigger:link, .klaviyo-bis-trigger:visited {
    color: black;
    background-color: white;
    border-color: black; }
  .klaviyo-bis-trigger:hover, .klaviyo-bis-trigger.is-hovered {
    color: white;
    border-color: black;
    background-color: black; }
  .klaviyo-bis-trigger:focus, .klaviyo-bis-trigger.is-focused {
    color: white;
    border-color: black;
    background-color: black; }
    .klaviyo-bis-trigger:focus:not(:active), .klaviyo-bis-trigger.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25); }
  .klaviyo-bis-trigger:active, .klaviyo-bis-trigger.is-active {
    color: white;
    border-color: black;
    background-color: black; }
  .klaviyo-bis-trigger.is-inverted {
    color: white;
    background-color: black;
    border-color: white; }
  .klaviyo-bis-trigger.is-small {
    font-size: 0.75rem; }
  .klaviyo-bis-trigger.is-normal {
    font-size: 1rem; }
  .klaviyo-bis-trigger.is-medium {
    font-size: 1.25rem; }
  .klaviyo-bis-trigger.is-large {
    font-size: 1.5rem;
    line-height: 1.25em;
    width: 100%; }

.swym-tab-overlay.is-active {
  display: none !important; }

@media only screen and (max-width: 480px) {
  .product-page .product__information .select select {
    font-size: 16px; }
    .product-page .product__information .select select:focus {
      font-size: 16px; } }

.boost-pfs-filter-refine-by-wrapper .character_icon {
  padding-left: 5px; }
  .boost-pfs-filter-refine-by-wrapper .character_icon img {
    vertical-align: middle;
    -ms-transform: translateY(-12%);
    -webkit-transform: translateY(-12%);
    transform: translateY(-12%); }
.boost-pfs-filter-refine-by-wrapper .boost-pfs-filter-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

/* # Product form
================================================== */
.product__size-chart {
  float: right; }

.product__notify-form {
  margin-bottom: 1.5rem;
  max-width: 350px; }

.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; }
  .selector-wrapper .select .selector-wrapper {
    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: #000000;
  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: Futura, 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; }

.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: white;
  padding: 0;
  border-color: black; }
  .quantity-plus.button:hover,
  .quantity-minus.button:hover {
    background-color: #222222;
    color: white;
    border-color: black; }
    .quantity-plus.button:hover .icon,
    .quantity-minus.button:hover .icon {
      fill: white; }
  .quantity-plus.button .icon,
  .quantity-minus.button .icon {
    fill: black; }

.quantity-plus.button[disabled],
.quantity-minus.button[disabled] {
  opacity: 1;
  background-color: #ececec; }
  .quantity-plus.button[disabled]:hover .icon,
  .quantity-minus.button[disabled]:hover .icon {
    fill: black; }

.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: 50px;
    height: 50px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-right: 0; }
  .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: 50px;
    height: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 0; }
  .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 input {
    border-top: thin solid lightgrey;
    border-bottom: thin solid lightgrey; }
  .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 .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 lightgrey;
    border-top: thin solid lightgrey;
    border-bottom: thin solid lightgrey;
    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 lightgrey;
    border-right: thin solid lightgrey;
    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 lightgrey;
    border-right: thin solid lightgrey;
    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 lightgrey;
    color: black;
    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 rgba(0, 0, 0, 0);
      background-color: rgba(0, 0, 0, 0);
      color: black; }

.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: 2px;
      width: 100%;
      line-height: inherit;
      font-family: Futura, sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: 0px;
      text-transform: none;
      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: black;
        background-color: rgba(0, 0, 0, 0);
        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: rgba(0, 0, 0, 0); }
      .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: rgba(0, 0, 0, 0); }
        .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(0, 0, 0, 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: rgba(0, 0, 0, 0); }
      .purchase-details .purchase-details__spb--true .shopify-payment-button .shopify-payment-button__button--unbranded.is-inverted {
        color: rgba(0, 0, 0, 0);
        background-color: black;
        border-color: rgba(0, 0, 0, 0); }
      .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: 2px; }
.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 {
    height: inherit;
    width: 50%; }
    @media only screen and (max-width: 798px) {
      .purchase-details .purchase-details__spb--false .button--add-to-cart {
        width: 100%; } }
.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; }
  .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: black;
  font: inherit;
  text-transform: none;
  border-radius: 0px;
  border: 0; }
  .view-in-your-space svg path:first-child {
    stroke: black; }
  .view-in-your-space svg path:last-child {
    fill: black; }

.plyr--video .plyr__controls {
  background: rgba(255, 255, 255, 0.6);
  padding: 10px; }
.plyr--video .plyr__control {
  background: transparent;
  color: black; }
  .plyr--video .plyr__control:hover {
    background: white;
    color: black; }
.plyr--video .plyr__controls__item.plyr__time,
.plyr--video input[type=range],
.plyr--video .plyr__controls__item {
  color: black; }
.plyr--video .plyr__progress input[type=range] + .thumb {
  background-color: black;
  color: black; }
.plyr--video input[type=range]::-webkit-slider-thumb {
  background-color: black; }
.plyr--video input[type=range]::-moz-range-thumb {
  background-color: black; }
.plyr--video input[type=range]::-ms-thumb {
  background-color: black; }
.plyr--video .plyr__progress__buffer,
.plyr--video .plyr__control[aria-expanded=true] {
  background-color: rgba(0, 0, 0, 0.6); }
.plyr--video .plyr__control.plyr__tab-focus {
  background-color: black; }
.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: black; }

.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: black;
    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: black;
  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(0, 0, 0, 0.55); }
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05); }
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-bottom: 1px solid rgba(0, 0, 0, 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; }

.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 .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: black; }
  .product-gallery__thumbnails .media-badge g path:first-child {
    stroke: black; }
  .product-gallery__thumbnails .media-badge .media-badge__outline {
    stroke: rgba(0, 0, 0, 0.05); }

/* # Product thumbnail
================================================== */
@media only screen and (max-width: 798px) {
  .product__thumbnail.has-padding-bottom {
    padding-bottom: 40px; } }

.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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  z-index: 10; }
  .thumbnail-overlay__container a,
  .thumbnail-overlay__container a:visited {
    color: black; }
  .thumbnail-overlay__container .spr-icon-star:before {
    color: black; }
  .thumbnail-overlay__container .product-thumbnail__title,
  .thumbnail-overlay__container .product-thumbnail__price {
    color: black; }
  .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; }
  .thumbnail-overlay__container .sold-out {
    color: black; }

@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;
  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: center; }
.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 .spr-icon-star:before {
  color: #F8E71C; }
.has-thumbnail-sticker .product-thumbnail__title,
.has-thumbnail-sticker .product-thumbnail__price {
  display: block;
  padding-top: 3px; }
.has-thumbnail-sticker .thumbnail-sticker:nth-child(1n+4) {
  display: none; }

.one-fourth .sticker-holder.sticker-shape-square .sticker-holder__content {
  max-width: initial; }

.sticker-holder .thumbnail-sticker.best-seller-sticker {
  background-color: transparent;
  position: relative; }
  .sticker-holder .thumbnail-sticker.best-seller-sticker .sticker-text {
    position: relative;
    white-space: nowrap; }
    .sticker-holder .thumbnail-sticker.best-seller-sticker .sticker-text:after {
      position: absolute;
      content: "";
      top: 71%;
      margin-top: -3px;
      left: -16px;
      height: 6px;
      z-index: -1; }
  .sticker-holder .thumbnail-sticker.best-seller-sticker:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top right;
    animation-name: floater;
    -webkit-animation-name: floater;
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    visibility: visible !important; }
  .sticker-holder .thumbnail-sticker.best-seller-sticker.generic {
    padding-left: 26px; }
    @media only screen and (max-width: 798px) {
      .sticker-holder .thumbnail-sticker.best-seller-sticker.generic {
        padding-left: 26px; } }
    .sticker-holder .thumbnail-sticker.best-seller-sticker.generic .sticker-text {
      margin-top: -2px; }
      @media only screen and (max-width: 798px) {
        .sticker-holder .thumbnail-sticker.best-seller-sticker.generic .sticker-text {
          margin-top: -2px; } }
      .sticker-holder .thumbnail-sticker.best-seller-sticker.generic .sticker-text:after {
        background-color: #fce3d6;
        width: 78px;
        margin-top: -5px; }
        @media only screen and (max-width: 798px) {
          .sticker-holder .thumbnail-sticker.best-seller-sticker.generic .sticker-text:after {
            width: 69px;
            margin-top: -5px; } }
    .sticker-holder .thumbnail-sticker.best-seller-sticker.generic:after {
      width: 36px;
      height: 36px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/best-seller-gen.png?v=1603176282);
      background-size: 36px;
      top: -8px;
      left: -6px; }
  .sticker-holder .thumbnail-sticker.best-seller-sticker.hallow {
    padding-left: 24px; }
    .sticker-holder .thumbnail-sticker.best-seller-sticker.hallow:after {
      width: 19px;
      height: 25px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/spooky-hlw.png?v=1598537034);
      background-size: 19px 23px; }
    @media only screen and (max-width: 798px) {
      .sticker-holder .thumbnail-sticker.best-seller-sticker.hallow .sticker-text {
        margin-top: -1px; } }
    .sticker-holder .thumbnail-sticker.best-seller-sticker.hallow .sticker-text:after {
      background-color: #f7c5cc;
      width: 79px;
      margin-top: -4px; }
      @media only screen and (max-width: 798px) {
        .sticker-holder .thumbnail-sticker.best-seller-sticker.hallow .sticker-text:after {
          width: 69px;
          margin-top: -5px; } }
  .sticker-holder .thumbnail-sticker.best-seller-sticker.fest {
    padding-left: 23px; }
    .sticker-holder .thumbnail-sticker.best-seller-sticker.fest:after {
      width: 20px;
      height: 24px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/ball-fav.png?v=1598540333);
      background-size: 20px 23px; }
    .sticker-holder .thumbnail-sticker.best-seller-sticker.fest .sticker-text {
      margin-top: -1px;
      border: 1px solid red; }
      .sticker-holder .thumbnail-sticker.best-seller-sticker.fest .sticker-text:after {
        background-color: #ccf0e4;
        width: 78px;
        margin-top: -5px; }
        @media only screen and (max-width: 798px) {
          .sticker-holder .thumbnail-sticker.best-seller-sticker.fest .sticker-text:after {
            width: 68px;
            margin-top: -5px; } }

@keyframes floater {
  0% {
    transform: translateY(0%); }

  50% {
    transform: translateY(8%); }

  100% {
    transform: translateY(0%); } }

@-webkit-keyframes floater {
  0% {
    -webkit-transform: translateY(0%); }

  50% {
    -webkit-transform: translateY(8%); }

  100% {
    -webkit-transform: translateY(0%); } }

.sticker-holder .thumbnail-sticker.trending-sticker {
  background-color: transparent;
  position: relative; }
  .sticker-holder .thumbnail-sticker.trending-sticker .sticker-text {
    position: relative;
    white-space: nowrap; }
    .sticker-holder .thumbnail-sticker.trending-sticker .sticker-text:after {
      position: absolute;
      content: "";
      top: 74%;
      margin-top: -3px;
      left: -16px;
      height: 6px;
      z-index: -1; }
  .sticker-holder .thumbnail-sticker.trending-sticker:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top right;
    animation-name: wiggle;
    -webkit-animation-name: wiggle;
    animation-duration: 1.0s;
    -webkit-animation-duration: 1.0s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    visibility: visible !important; }
  .sticker-holder .thumbnail-sticker.trending-sticker.generic {
    padding-left: 28px; }
    @media only screen and (max-width: 798px) {
      .sticker-holder .thumbnail-sticker.trending-sticker.generic {
        padding-left: 27px; } }
    .sticker-holder .thumbnail-sticker.trending-sticker.generic .sticker-text {
      top: -1px; }
      @media only screen and (max-width: 798px) {
        .sticker-holder .thumbnail-sticker.trending-sticker.generic .sticker-text {
          top: 0; } }
      .sticker-holder .thumbnail-sticker.trending-sticker.generic .sticker-text:after {
        margin-top: -4px;
        width: 70px;
        background-color: #fde9b0; }
        @media only screen and (max-width: 798px) {
          .sticker-holder .thumbnail-sticker.trending-sticker.generic .sticker-text:after {
            margin-top: -5px;
            width: 61px; } }
    .sticker-holder .thumbnail-sticker.trending-sticker.generic:after {
      width: 37px;
      height: 37px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/gen-trending.png?v=1603176282);
      background-size: 37px;
      top: -5px;
      left: -8px; }
      @media only screen and (max-width: 798px) {
        .sticker-holder .thumbnail-sticker.trending-sticker.generic:after {
          width: 37px;
          height: 37px;
          background-size: 37px; } }
  .sticker-holder .thumbnail-sticker.trending-sticker.hallow {
    padding-left: 30px; }
    @media only screen and (max-width: 798px) {
      .sticker-holder .thumbnail-sticker.trending-sticker.hallow {
        padding-left: 30px; } }
    .sticker-holder .thumbnail-sticker.trending-sticker.hallow:after {
      width: 27px;
      height: 23px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/ba-hlwt.png?v=1598536998);
      background-size: 27px 23px; }
      @media only screen and (max-width: 798px) {
        .sticker-holder .thumbnail-sticker.trending-sticker.hallow:after {
          width: 27px;
          height: 23px;
          background-size: 27px 23px; } }
    .sticker-holder .thumbnail-sticker.trending-sticker.hallow .sticker-text {
      margin-top: -2px; }
      .sticker-holder .thumbnail-sticker.trending-sticker.hallow .sticker-text:after {
        background-color: #d8eff9;
        margin-top: -4px;
        width: 68px; }
        @media only screen and (max-width: 798px) {
          .sticker-holder .thumbnail-sticker.trending-sticker.hallow .sticker-text:after {
            width: 61px; } }
  .sticker-holder .thumbnail-sticker.trending-sticker.fest {
    padding-left: 21px; }
    .sticker-holder .thumbnail-sticker.trending-sticker.fest:after {
      width: 18px;
      height: 23px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/unicorn-fav.png?v=1598540357);
      background-size: 18px 23px; }
    .sticker-holder .thumbnail-sticker.trending-sticker.fest .sticker-text {
      margin-top: 0px; }
      .sticker-holder .thumbnail-sticker.trending-sticker.fest .sticker-text:after {
        width: 70px;
        margin-top: -5px;
        background-color: #d8eff9; }
        @media only screen and (max-width: 798px) {
          .sticker-holder .thumbnail-sticker.trending-sticker.fest .sticker-text:after {
            width: 62px;
            margin-top: -5px; } }

@keyframes wiggle {
  0% {
    transform: rotate(-4deg); }

  50% {
    transform: rotate(4deg); }

  100% {
    transform: rotate(-4deg); } }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-4deg); }

  50% {
    -webkit-transform: rotate(4deg); }

  100% {
    -webkit-transform: rotate(-4deg); } }

.sticker-holder .thumbnail-sticker.sale-sticker {
  background-color: transparent;
  position: relative; }
  .sticker-holder .thumbnail-sticker.sale-sticker .sticker-text {
    position: relative;
    white-space: nowrap;
    width: auto; }
    .sticker-holder .thumbnail-sticker.sale-sticker .sticker-text:after {
      position: absolute;
      content: "";
      top: 68%;
      margin-top: -3px;
      left: -16px;
      height: 6px;
      z-index: -1; }
  .sticker-holder .thumbnail-sticker.sale-sticker:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: top right;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1.0s;
    -webkit-animation-duration: 1.0s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    visibility: visible !important; }
  .sticker-holder .thumbnail-sticker.sale-sticker.generic {
    padding-left: 27px; }
    @media only screen and (max-width: 798px) {
      .sticker-holder .thumbnail-sticker.sale-sticker.generic {
        padding-left: 27px; } }
    .sticker-holder .thumbnail-sticker.sale-sticker.generic .sticker-text {
      top: -1px; }
      @media only screen and (max-width: 798px) {
        .sticker-holder .thumbnail-sticker.sale-sticker.generic .sticker-text {
          top: 0; } }
      .sticker-holder .thumbnail-sticker.sale-sticker.generic .sticker-text:after {
        background-color: #dff4c7;
        width: 46px;
        margin-top: -3px; }
        @media only screen and (max-width: 798px) {
          .sticker-holder .thumbnail-sticker.sale-sticker.generic .sticker-text:after {
            margin-top: -5px;
            width: 42px; } }
    .sticker-holder .thumbnail-sticker.sale-sticker.generic:after {
      width: 30px;
      height: 30px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/gen-seller.png?v=1603176282);
      background-repeat: no-repeat;
      background-position: top right;
      background-size: 30px;
      left: -3px;
      top: -2px; }
  .sticker-holder .thumbnail-sticker.sale-sticker.hallow {
    padding-left: 27px; }
    @media only screen and (max-width: 798px) {
      .sticker-holder .thumbnail-sticker.sale-sticker.hallow {
        padding-left: 26px; } }
    .sticker-holder .thumbnail-sticker.sale-sticker.hallow:after {
      width: 23px;
      height: 24px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/pumpkin-hlw.png?v=1598537058);
      background-size: 23px 24px; }
    .sticker-holder .thumbnail-sticker.sale-sticker.hallow .sticker-text {
      margin-top: 0; }
      @media only screen and (max-width: 798px) {
        .sticker-holder .thumbnail-sticker.sale-sticker.hallow .sticker-text {
          margin-top: 0; } }
      .sticker-holder .thumbnail-sticker.sale-sticker.hallow .sticker-text:after {
        margin-top: -3px;
        width: 47px;
        background-color: #ccf0e4; }
        @media only screen and (max-width: 798px) {
          .sticker-holder .thumbnail-sticker.sale-sticker.hallow .sticker-text:after {
            margin-top: -4px;
            width: 42px; } }
  .sticker-holder .thumbnail-sticker.sale-sticker.fest {
    padding-left: 22px; }
    .sticker-holder .thumbnail-sticker.sale-sticker.fest:after {
      width: 19px;
      height: 23px;
      background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/cap-fav.png?v=1598540379);
      background-size: 19px 23px; }
    .sticker-holder .thumbnail-sticker.sale-sticker.fest .sticker-text {
      margin-top: -2px; }
      @media only screen and (max-width: 798px) {
        .sticker-holder .thumbnail-sticker.sale-sticker.fest .sticker-text {
          margin-top: 0; } }
      .sticker-holder .thumbnail-sticker.sale-sticker.fest .sticker-text:after {
        width: 46px;
        background-color: #f7d7e8; }
        @media only screen and (max-width: 798px) {
          .sticker-holder .thumbnail-sticker.sale-sticker.fest .sticker-text:after {
            width: 42px;
            margin-top: -4px; } }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.9; }

  50% {
    transform: scale(1);
    opacity: 1; }

  100% {
    transform: scale(0.9);
    opacity: 0.9; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    opacity: 0.9; }

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

  100% {
    -webkit-transform: scale(0.95);
    opacity: 0.9; } }

.thumbnail-sticker {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 5px 10px;
  text-align: center; }
  .thumbnail-sticker.sale-sticker {
    background-color: #c70000;
    color: white; }
  .thumbnail-sticker.new-sticker {
    background-color: #007ace;
    color: white; }
  .thumbnail-sticker.best-seller-sticker {
    background-color: #f0d00e;
    color: white; }
  .thumbnail-sticker.coming-soon-sticker {
    background-color: #585757;
    color: white; }
  .thumbnail-sticker.staff-pick-sticker {
    background-color: #222222;
    color: white; }
  .thumbnail-sticker.pre-order-sticker {
    background-color: #6e6e6f;
    color: white; }

.sticker-text {
  line-height: 16px;
  font-family: "vag-rundschrift-d", sans-serif;
  font-style: italic;
  color: black;
  font-size: 12px; }
  @media only screen and (max-width: 798px) {
    .sticker-text {
      font-size: 10px; } }

.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 {
  max-width: 50%;
  font-size: 12px; }
  @media only screen and (max-width: 480px) {
    .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 {
      max-width: 60%; } }

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

.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;
  max-width: 45%;
  width: 100%;
  font-size: 14px; }
  @media only screen and (max-width: 798px) {
    .has-product-sticker .sticker-shape-round .sticker-holder__content--product {
      max-width: 80%; } }
.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;
  max-width: 75%;
  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 {
    max-width: 100%;
    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-size: 1em; }
.has-product-sticker .sticker-holder {
  display: block;
  padding-bottom: 20px;
  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; }

/* Swym Quickivew Wishlist CSS */
button.swym-button.swym-quickview.swym-add-to-wishlist-view-product {
  position: relative;
  top: 10px;
  text-align: center;
  margin: 0;
  font-size: 22px; }

.swym-custom-watchlist.swym-add-to-watchlist-view-product:not(.swym-loaded) {
  display: none; }

/* # Quick shop
================================================== */
.quick-shop__popup,
.quickshop-forms__container {
  display: none; }

.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__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: 40px 10px; }
  .quick-shop__popup .fancybox-close-small svg {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .quick-shop__popup .modal_price {
    font-size: 1.2em; }
  .quick-shop__popup .product_form {
    padding: 20px 0; }
  @media only screen and (max-width: 798px) {
    .quick-shop__popup .purchase-details__buttons {
      margin-top: 12px; } }
  @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__gallery {
  padding-right: 10px; }

.quick-shop__text-wrap {
  padding-left: 10px; }

.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: 900px;
  background-color: white;
  cursor: pointer !important; }
  .quick-shop__lightbox .fancybox-content .quick-shop .js-product-form .select {
    width: auto !important; }
    .quick-shop__lightbox .fancybox-content .quick-shop .js-product-form .select .selector-wrapper select {
      width: 136px; }
    .quick-shop__lightbox .fancybox-content .quick-shop .js-product-form .select .selector-wrapper label + select {
      margin-top: 2px; }

.quick-shop__popup .sticker-shape-square .sticker-holder__content,
.quick-shop__popup .sticker-shape-round .sticker-holder__content {
  max-width: 100%;
  font-size: 13px; }

.quick-shop__popup .swym-button.swym-button.swym-add-to-watchlist-view-product {
  padding: 10px 0; }

#swym-remind-email-auth-button {
  background-color: white;
  border: 1px solid black;
  padding: 17px 4px 18px;
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  color: black;
  height: auto;
  transition: background 0.2s ease-in-out; }
  #swym-remind-email-auth-button:hover {
    color: white;
    background-color: black;
    border: 1px solid black; }

.quick-shop__lightbox.fancybox-is-open .select-container .select:nth-child(3),
.quick-shop__lightbox.fancybox-is-open .select-container .select:nth-child(4) {
  display: none; }
.quick-shop__lightbox.fancybox-is-open .select-container .select + .selector-wrapper {
  display: none; }
.quick-shop__lightbox.fancybox-is-open .select-container .select + .selector-wrapper + .selector-wrapper {
  display: none; }
.quick-shop__lightbox.fancybox-is-open .select-container.wrapper-hv .selector-wrapper:nth-child(1), .quick-shop__lightbox.fancybox-is-open .select-container.wrapper-hv .selector-wrapper:nth-child(2) {
  display: none; }
.quick-shop__lightbox.fancybox-is-open .select-container.wrapper-hv .selector-wrapper label {
  margin-top: 4px;
  padding-bottom: 2px; }
  .quick-shop__lightbox.fancybox-is-open .select-container.wrapper-hv .selector-wrapper label + select {
    border: none;
    border-bottom: 1px solid black;
    padding: 0;
    font-family: "futura-pt";
    color: black;
    line-height: 20px;
    height: 23px;
    font-size: 14px !important;
    margin-top: 5px;
    font-weight: 500;
    width: 136px; }
.quick-shop__lightbox .select.select-hv {
  height: auto; }
  .quick-shop__lightbox .select.select-hv:after {
    visibility: hidden; }

.button--secondary.swym-custom-watchlist {
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100% !important;
  margin-bottom: 10px; }

/* # Size chart
================================================== */
.size-chart {
  display: none; }
  .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%;
  padding: 0;
  max-width: 900px;
  position: relative;
  padding: 40px; }
  .size-chart-wrap.animated {
    opacity: 0; }

.product__size-chart {
  font-size: 1rem; }
  .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
================================================== */
/* # Sidebar
================================================== */
@media only screen and (max-width: 798px) {
  .sidebar-section {
    width: 100% !important;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
    .sidebar-section + .has-sidebar-option {
      width: 100% !important; } }
@media only screen and (min-width: 1025px) {
  .sidebar-section {
    width: 20% !important; }
    .sidebar-section + .has-sidebar-option {
      width: 80% !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: 0;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: transparent; }
  .sidebar-block__toggle-icon:focus {
    outline: 0; }
  .sidebar-block__toggle-icon .icon {
    color: black;
    transition: transform 0.2s linear; }

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

.index .newsletter-container,
.article .newsletter-container {
  position: relative; }
  .index .newsletter-container:before,
  .article .newsletter-container:before {
    position: absolute;
    content: "";
    top: -30px;
    left: 50%;
    margin-left: -33px;
    width: 66px;
    height: 66px;
    background-image: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/Group_4.svg?v=1602744814");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 65px; }
  .index .newsletter-container h2,
  .article .newsletter-container h2 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 42px; }
  .index .newsletter-container .input,
  .article .newsletter-container .input {
    height: 50px;
    border: 1px solid black; }
  .index .newsletter-container .field label,
  .article .newsletter-container .field label {
    text-align: left;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 20px; }
  .index .newsletter-container .field,
  .article .newsletter-container .field {
    margin-bottom: 13px; }
  .index .newsletter-container .second.field input, .index .newsletter-container .four.field button,
  .article .newsletter-container .second.field input,
  .article .newsletter-container .four.field button {
    margin-left: 3px; }
    @media only screen and (max-width: 798px) {
      .index .newsletter-container .second.field input, .index .newsletter-container .four.field button,
      .article .newsletter-container .second.field input,
      .article .newsletter-container .four.field button {
        margin-left: 0; } }
  @media only screen and (max-width: 798px) {
    .index .newsletter-container .four.field,
    .article .newsletter-container .four.field {
      margin-top: 29px; } }
  .index .newsletter-container .third.field,
  .article .newsletter-container .third.field {
    max-width: 443px; }
    @media only screen and (max-width: 798px) {
      .index .newsletter-container .third.field,
      .article .newsletter-container .third.field {
        max-width: none; } }
  .index .newsletter-container .button--primary,
  .article .newsletter-container .button--primary {
    line-height: 13px;
    padding: 17px 26px 16px;
    text-transform: uppercase;
    letter-spacing: 1px; }
  @media only screen and (max-width: 798px) {
    .index .newsletter-container .newsletter-form.is-responsive,
    .article .newsletter-container .newsletter-form.is-responsive {
      display: block;
      padding: 0 9px; } }
@media only screen and (max-width: 798px) {
  .index .newsletter-form .field.is-default-width,
  .article .newsletter-form .field.is-default-width {
    min-width: 178px; } }
.index .newsletter__wrapper,
.article .newsletter__wrapper {
  padding: 53px 0 35px 0;
  max-width: 632px;
  width: 100%; }
  @media only screen and (max-width: 798px) {
    .index .newsletter__wrapper,
    .article .newsletter__wrapper {
      padding-bottom: 43px; } }
  .index .newsletter__wrapper .form__success-message,
  .article .newsletter__wrapper .form__success-message {
    text-align: center;
    font-family: "vag-rundschrift-d", sans-serif; }
.index .newsletter__subheading,
.article .newsletter__subheading {
  margin-bottom: 31px; }
  @media only screen and (max-width: 798px) {
    .index .newsletter__subheading,
    .article .newsletter__subheading {
      margin-bottom: 20px; } }
.index .newsletter__text p,
.article .newsletter__text p {
  font-family: 'vag-rundschrift-d';
  font-size: 24px;
  line-height: 30px; }
  @media only screen and (max-width: 798px) {
    .index .newsletter__text p,
    .article .newsletter__text p {
      line-height: 32px; } }
.index .newsletter-error__text p,
.article .newsletter-error__text p {
  text-align: center;
  font-family: 'vag-rundschrift-d';
  font-size: 24px;
  line-height: 30px; }
  @media only screen and (max-width: 798px) {
    .index .newsletter-error__text p,
    .article .newsletter-error__text p {
      line-height: 32px; } }

.block__menu .sidebar-block__item {
  margin-bottom: 5px; }

.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: black;
  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: #77a6f7; }
.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;
  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;
  background-size: cover;
  background-position: center; }

.plp_sidebar_title {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: normal;
  border-bottom: 1px solid black;
  padding-bottom: 8px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 798px) {
    .plp_sidebar_title {
      display: none; } }

.collection__filters {
  position: absolute;
  right: 0;
  top: 87px; }
  @media only screen and (max-width: 798px) {
    .collection__filters {
      top: 112px;
      width: 50%;
      z-index: 9;
      margin: 0 !important;
      right: 5px; }
      .collection__filters .select {
        max-width: 100% !important;
        width: 100%; } }
  @media only screen and (max-width: 798px) {
    .collection__filters .is-grouped {
      padding: 0 5px 0 10px; } }

@media only screen and (max-width: 798px) {
  .collection__sort-by-filter {
    margin-left: 0 !important; } }

@media only screen and (max-width: 798px) {
  .boost-pfs-filter-sidebar aside {
    margin-right: 5px !important;
    width: auto; } }

.collection__sort-by-filter.select:not(.is-multiple):not(.is-loading):not(.is-arrowless):after {
  display: none; }

.custom-select-wrapper {
  position: relative;
  user-select: none; }

.custom-select-wrapper select {
  display: none; }

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%; }

.custom-select-trigger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.custom-select-trigger-item {
  flex-grow: 1;
  padding-left: 4px; }

.custom-select-trigger,
.current {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .9px;
  font-family: Futura, sans-serif;
  font-weight: 500;
  line-height: 11px;
  position: relative;
  width: auto;
  color: black;
  padding: 9px 10px 8px;
  background: white;
  border: 1px solid #000;
  cursor: pointer; }
  @media only screen and (min-width: 799px) {
    .custom-select-trigger,
    .current {
      min-width: 182px; } }

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border: 1px solid #000;
  border-top: none;
  box-sizing: border-box;
  background: #fff;
  transition: all .4s ease-in-out;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  padding: 6px 0; }

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0); }

.custom-option,
.list li {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  font-family: "futura-pt";
  font-weight: 400;
  line-height: 20px;
  position: relative;
  display: block;
  padding: 4px 10px;
  cursor: pointer;
  transition: all .4s ease-in-out; }
  .custom-option:hover,
  .list li:hover {
    color: #e24e42; }

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0; }

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px; }

/* # Collections Page
================================================== */
.collection__breadcrumb {
  display: none; }

.collection-page .section {
  max-width: 1290px; }
@media only screen and (max-width: 798px) {
  .collection-page .section__wrapper {
    padding-top: 32px; } }
.collection-page button {
  cursor: pointer; }

.collection__title.title {
  font-family: "futura-pt" !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: normal;
  margin-bottom: 16px; }
  @media only screen and (max-width: 798px) {
    .collection__title.title {
      font-size: 17px;
      line-height: 28px;
      text-align: center;
      width: 100%;
      margin-bottom: 8px; } }

.quick_shop.button--secondary {
  padding-right: 15px;
  padding-left: 15px;
  min-width: 160px; }

.collection__content {
  -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-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 798px) {
    .collection__content {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .collection__content #shopify-section-collection__main,
  .collection__content #shopify-section-search__main {
    width: 79.07%;
    max-width: 1020px; }
    @media only screen and (max-width: 798px) {
      .collection__content #shopify-section-collection__main,
      .collection__content #shopify-section-search__main {
        width: 100%; } }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-tree-v {
      margin-top: 20px; } }
  .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
    width: 8px;
    height: 8px;
    border: 1px solid transparent;
    border-top-color: #000;
    border-left-color: #000;
    transform: rotate(45deg);
    position: absolute;
    right: -7px;
    top: 9px; }
  .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    border: none;
    padding: 16px 0 0px; }
    .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-option.boost-pfs-filter-option-collapsed .boost-pfs-filter-option-title-text:before {
      transform: rotate(-45deg);
      top: 4px; }
  .collection__content .boost-pfs-filter-option-title {
    border-bottom: 1px solid black; }
    .collection__content .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading span {
      font-family: "futura-pt";
      font-weight: 400;
      text-transform: none;
      padding-bottom: 8px;
      font-size: 16px;
      line-height: 20px; }
      @media only screen and (max-width: 798px) {
        .collection__content .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading span {
          padding-bottom: 1px;
          padding-top: 10px; } }
  .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by {
    border: none;
    margin-bottom: 12px;
    margin-top: 0; }
    .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title h3 {
      font-family: "vag-rundschrift-d", sans-serif;
      font-size: 15px;
      line-height: 18px;
      letter-spacing: normal;
      padding-bottom: 8px; }
    .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items {
      margin-top: 0; }
      .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item {
        margin-top: 0;
        margin-bottom: 0; }
        .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type {
          text-transform: none;
          font-family: "futura-pt";
          font-weight: 400;
          font-size: 14px;
          line-height: 32px; }
          .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .refine-by-type strong {
            padding-left: 5px; }
        .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear {
          margin-top: 5px; }
          .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:before, .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear:after {
            width: 12px; }
    @media only screen and (min-width: 799px) {
      .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-refine-by .boost-pfs-filter-option-title {
        display: none; } }
  .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-option-view-more-action,
  .collection__content .boost-pfs-filter-tree-v .boost-pfs-filter-option-view-less-action {
    padding-top: 16px; }
  .collection__content .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-left: 37px; }
    .collection__content .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li .boost-pfs-check-box {
      width: 11.75px;
      height: 11.75px;
      display: inline-block;
      position: absolute;
      left: 9px;
      top: 6px;
      border: 1px solid #000;
      -ms-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .collection__content .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li.selected .boost-pfs-check-box:before {
      top: 2px;
      left: 2px;
      width: 6px;
      height: 4px;
      border: 1px solid black;
      border-top: none;
      border-right: none; }
  .collection__content .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-item {
    margin-top: 8px; }
    @media only screen and (max-width: 798px) {
      .collection__content .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-item {
        margin-top: 5px; } }
    .collection__content .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list .boost-pfs-filter-option-item.selected {
      font-weight: normal; }
  .collection__content .boost-pfs-filter-button button {
    font-family: "futura-pt";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: .9px; }
  .collection__content .boost-pfs-filter-button.boost-pfs-filter-option-view-more-action button {
    text-transform: none;
    letter-spacing: 0;
    text-decoration: underline; }
    .collection__content .boost-pfs-filter-button.boost-pfs-filter-option-view-more-action button:hover {
      opacity: 1;
      color: black;
      text-decoration: none; }
  .collection__content .boost-pfs-filter-button.boost-pfs-filter-option-view-more-action:hover {
    opacity: 1;
    color: black;
    text-decoration: overline; }
  .collection__content .boost-pfs-filter-button.boost-pfs-filter-clear-all {
    font-family: Futura, sans-serif;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: .9px;
    color: #666666; }
    @media only screen and (min-width: 799px) {
      .collection__content .boost-pfs-filter-button.boost-pfs-filter-clear-all {
        position: absolute;
        top: 0;
        right: 0; } }
  .collection__content .boost-pfs-filter-options-wrapper .boost-pfs-filter-clear {
    display: none !important; }
  .collection__content .boost-pfs-filter-option-content {
    padding-top: 9px;
    padding-bottom: 16px; }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
      height: auto; } }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-tree-mobile-style3.boost-pfs-filter-tree-v {
      left: 0;
      right: auto; } }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer {
      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: 35px 20px 0; }
      .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer button {
        height: 30px;
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .9px;
        font-family: Futura, sans-serif;
        font-weight: 500;
        line-height: 11px;
        text-align: center;
        border: none;
        width: 50%;
        background: black; }
        .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer button.boost-pfs-filter-btn-clear-all {
          background-color: white;
          color: black;
          border: 1px solid black; }
      .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer .boost-pfs-filter-show-result {
        margin-right: 5px; }
      .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-footer .boost-pfs-filter-apply-all-button {
        margin-left: 5px; } }
  .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-apply-all-button {
    display: none; }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
      right: 0;
      left: auto; } }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span {
      margin-left: -40px;
      background-color: transparent; } }
  .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after, .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before {
    background: black;
    width: 1px;
    height: 15px; }
  .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:before {
    -ms-transform: translateX(-5px) translateY(15px) rotate(45deg);
    -webkit-transform: translateX(-5px) translateY(15px) rotate(45deg);
    transform: translateX(-5px) translateY(15px) rotate(45deg); }
  .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top .boost-pfs-filter-close span:after {
    -ms-transform: translateX(6px) translateY(15px) rotate(-45deg);
    -webkit-transform: translateX(6px) translateY(15px) rotate(-45deg);
    transform: translateX(6px) translateY(15px) rotate(-45deg); }
  .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-bottom {
    top: 34px;
    right: 20px; }
    @media only screen and (max-width: 798px) {
      .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-bottom {
        display: none; } }
  .collection__content .boost-pfs-filter-tree-mobile-style3 .boost-pfs-filter-mobile-toolbar-header {
    font-family: "vag-rundschrift-d", sans-serif;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: normal;
    border-bottom-color: black;
    width: calc(100% - 40px);
    margin: 0 auto;
    text-align: left;
    height: auto;
    padding-top: 37px;
    padding-bottom: 8px; }
  .collection__content .boost-pfs-filter-tree svg {
    right: 6px; }
    @media only screen and (min-width: 799px) {
      .collection__content .boost-pfs-filter-tree svg {
        right: 9px; } }
  .collection__content .boost-pfs-filter-tree-mobile-button button {
    min-height: auto;
    font-family: Futura, sans-serif;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.9px;
    color: white;
    padding: 10px 0;
    white-space: nowrap; }
    @media only screen and (max-width: 798px) {
      .collection__content .boost-pfs-filter-tree-mobile-button button {
        margin-bottom: 0; } }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-tree-mobile-button {
      width: 50%;
      padding-right: 7px; } }
  .collection__content .boost-pfs-filter-option:last-of-type .boost-pfs-filter-option-content {
    padding-bottom: 0; }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-products .small-down--one-whole {
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 799px) {
    .collection__content .boost-pfs-filter-sidebar {
      max-width: 231px;
      position: relative; } }
  @media only screen and (min-width: 799px) {
    .collection__content .boost-pfs-filter-sidebar aside {
      padding-bottom: 34px; } }
  @media only screen and (max-width: 798px) {
    .collection__content .boost-pfs-filter-sidebar aside.has-padding-bottom {
      padding-bottom: 40px; } }

@media only screen and (max-width: 798px) {
  .collection-matrix__wrapper .container .one-fourth {
    width: calc(50% - 15px);
    margin-bottom: 10px; }
    .collection-matrix__wrapper .container .one-fourth:nth-of-type(2n+1) {
      margin-right: 5px; }
    .collection-matrix__wrapper .container .one-fourth:nth-of-type(2n+2) {
      margin-left: 5px; } }
@media only screen and (min-width: 799px) {
  .collection-matrix__wrapper .container .one-fourth {
    width: calc(34% - 20px);
    max-width: 240px;
    margin-bottom: 20px; }
    .collection-matrix__wrapper .container .one-fourth:nth-of-type(3n+1) {
      margin-left: 0; }
    .collection-matrix__wrapper .container .one-fourth:nth-of-type(3n+3) {
      margin-right: 0; } }
@media only screen and (min-width: 1025px) {
  .collection-matrix__wrapper .container .one-fourth {
    width: calc(25.25% - 20px); }
    .collection-matrix__wrapper .container .one-fourth:nth-of-type(3n+1) {
      margin-left: 10px; }
    .collection-matrix__wrapper .container .one-fourth:nth-of-type(3n+3) {
      margin-right: 10px; }
    .collection-matrix__wrapper .container .one-fourth:nth-of-type(4n+1) {
      margin-left: 0; }
    .collection-matrix__wrapper .container .one-fourth:nth-of-type(4n+4) {
      margin-right: 0; } }
@media only screen and (min-width: 1401px) {
  .collection-matrix__wrapper .container .one-fourth {
    width: calc(25.5% - 20px); } }
.collection-matrix__wrapper .container .product__grid-item {
  background-color: #f7f7f7;
  padding: 10px;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.collection-matrix__wrapper .container .plp_product_bottom {
  border: 1px solid #666666;
  background: white;
  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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  min-height: 50px;
  margin-top: auto; }
  .collection-matrix__wrapper .container .plp_product_bottom .plp_divider {
    display: inline-block;
    font-size: 0;
    padding-left: 7px;
    margin-right: 7px;
    height: 18px;
    border-right: 1px solid black; }
    @media only screen and (min-width: 1401px) {
      .collection-matrix__wrapper .container .plp_product_bottom .plp_divider {
        padding-left: 15px;
        margin-right: 15px; } }
  .collection-matrix__wrapper .container .plp_product_bottom.sold_out {
    font-family: "vag-rundschrift-d", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    color: #b1b1b1;
    letter-spacing: 1px;
    border: 1px solid #C9C9C9;
    cursor: inherit; }
    .collection-matrix__wrapper .container .plp_product_bottom.sold_out .sold-out {
      color: #b1b1b1; }
    .collection-matrix__wrapper .container .plp_product_bottom.sold_out:before {
      display: none; }
    .collection-matrix__wrapper .container .plp_product_bottom.sold_out:hover .sold-out {
      color: #b1b1b1; }
  .collection-matrix__wrapper .container .plp_product_bottom .was-price {
    padding-right: 0px;
    margin-top: 5px; }
  .collection-matrix__wrapper .container .plp_product_bottom:hover .action_button, .collection-matrix__wrapper .container .plp_product_bottom:hover .more_color, .collection-matrix__wrapper .container .plp_product_bottom:hover .sold-out,
  .collection-matrix__wrapper .container .plp_product_bottom:hover .sale span.money, .collection-matrix__wrapper .container .plp_product_bottom:hover .was-price span.money, .collection-matrix__wrapper .container .plp_product_bottom:hover .was-price {
    position: relative;
    color: white;
    opacity: 1; }
  .collection-matrix__wrapper .container .plp_product_bottom:hover .plp_divider {
    position: relative;
    border-right-color: white; }
  .collection-matrix__wrapper .container .plp_product_bottom .action_button:before {
    display: none; }
  .collection-matrix__wrapper .container .plp_product_bottom .more_color {
    position: relative; }
  .collection-matrix__wrapper .container .plp_product_bottom .action_button,
  .collection-matrix__wrapper .container .plp_product_bottom .more_color {
    color: #000000; }
    .collection-matrix__wrapper .container .plp_product_bottom .action_button span,
    .collection-matrix__wrapper .container .plp_product_bottom .more_color span {
      padding: 0; }
  .collection-matrix__wrapper .container .plp_product_bottom .button--add-to-cart,
  .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price,
  .collection-matrix__wrapper .container .plp_product_bottom .more_color {
    padding: 0;
    font-family: "vag-rundschrift-d", sans-serif;
    font-size: 9px;
    border: none;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: normal; }
    @media only screen and (min-width: 1401px) {
      .collection-matrix__wrapper .container .plp_product_bottom .button--add-to-cart,
      .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price,
      .collection-matrix__wrapper .container .plp_product_bottom .more_color {
        font-size: 13px;
        line-height: 13px; } }
  @media only screen and (max-width: 798px) {
    .collection-matrix__wrapper .container .plp_product_bottom .more_color {
      max-width: 50%;
      word-break: break-word;
      white-space: break-spaces; } }
  .collection-matrix__wrapper .container .plp_product_bottom span.divider {
    font-family: "futura-pt";
    width: 1px;
    height: 18px;
    border-left: 1px solid black; }
  .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price {
    text-align: right;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0px; }
    .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price.sale {
      letter-spacing: normal;
      line-height: 16px;
      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-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media only screen and (max-width: 798px) {
        .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price.sale {
          font-size: 9px;
          line-height: 11px;
          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-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
      @media only screen and (max-width: 798px) {
        .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price.sale span.money {
          margin-right: 0; } }
    .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price .sold-out {
      letter-spacing: 1px;
      position: relative;
      text-transform: uppercase; }
    .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price .was-price span.money {
      margin-right: 0; }
      @media only screen and (max-width: 798px) {
        .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price .was-price span.money {
          position: relative; } }
    .collection-matrix__wrapper .container .plp_product_bottom .product-thumbnail__price em {
      font-style: normal;
      text-transform: none;
      font-size: 10px;
      line-height: 12px;
      font-weight: 100; }
.collection-matrix__wrapper .container .product-thumbnail {
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: normal;
  color: black;
  text-align: left; }
  .collection-matrix__wrapper .container .product-thumbnail a {
    color: black;
    padding-top: 0; }
  @media only screen and (max-width: 798px) {
    .collection-matrix__wrapper .container .product-thumbnail {
      font-size: 14px; } }

.plp_product_bottom:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: black;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.plp_product_bottom:hover,
.plp_product_bottom:focus,
.plp_product_bottom:active {
  color: white; }

.plp_product_bottom:hover:before,
.plp_product_bottom:focus:before,
.plp_product_bottom:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.container--pagination .boost-pfs-filter-load-more-total {
  font-family: Futura, sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  color: #666666;
  letter-spacing: normal;
  text-transform: none;
  margin: 0 0 6px; }
.container--pagination .boost-pfs-filter-load-more {
  padding: 38px 0 30px; }
  @media only screen and (min-width: 799px) {
    .container--pagination .boost-pfs-filter-load-more {
      padding: 21px 0 30px;
      -ms-transform: translateX(-85%);
      -webkit-transform: translateX(-85%);
      transform: translateX(-85%); } }
  .container--pagination .boost-pfs-filter-load-more .boost-pfs-filter-load-more-button {
    border: none;
    font-family: Futura, sans-serif;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.9px;
    color: black;
    background: none; }
  .container--pagination .boost-pfs-filter-load-more .boost-pfs-filter-load-more-loading .boost-pfs-filter-load-more-icon {
    background: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/load-more-icon.png?v=1603367232");
    width: 108px;
    height: 55px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 28px auto 0; }

.boost-pfs-filter-sidebar .button--primary,
.blog-sidebar .button--primary {
  min-height: auto;
  border-width: 1px;
  font-family: Futura, sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.9px;
  color: black;
  padding: 10px 55px;
  margin-left: 10px; }
  .boost-pfs-filter-sidebar .button--primary:hover,
  .blog-sidebar .button--primary:hover {
    background-color: black;
    color: white; }
  @media only screen and (max-width: 798px) {
    .boost-pfs-filter-sidebar .button--primary,
    .blog-sidebar .button--primary {
      display: none; } }

.product-price {
  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-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center; }

.product-thumbnail__price.price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .product-thumbnail__price.price > span {
    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-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 9px;
    align-self: center; }
  .product-thumbnail__price.price.priceVaries > span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .product-thumbnail__price.price.priceVaries > span span {
      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-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 1401px) {
        .product-thumbnail__price.price.priceVaries > span span {
          -webkit-flex-wrap: initial;
          -moz-flex-wrap: initial;
          -ms-flex-wrap: initial;
          flex-wrap: initial;
          -webkit-flex-direction: initial;
          -moz-flex-direction: initial;
          -ms-flex-direction: initial;
          flex-direction: initial;
          -webkit-align-items: baseline;
          -moz-align-items: baseline;
          -ms-align-items: baseline;
          align-items: baseline;
          line-height: 13px; }
          .product-thumbnail__price.price.priceVaries > span span .money {
            padding-left: 4px; } }
  .product-thumbnail__price.price.sale span {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end; }

.plp_product_bottom form {
  line-height: 0; }

@media only screen and (max-width: 798px) {
  .heading-wrapper--collection .boost-pfs-filter-toolbar-item {
    font-family: Futura, sans-serif;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    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; } }
@media only screen and (min-width: 799px) {
  .heading-wrapper--collection .boost-pfs-filter-toolbar-item {
    line-height: 20px; } }
.heading-wrapper--collection.heading-wrapper {
  margin-bottom: 79px; }
  @media only screen and (max-width: 798px) {
    .heading-wrapper--collection.heading-wrapper {
      margin-bottom: 32px; } }

#swym-plugin .swym-item-grid .swym-information {
  padding: 10px 0 !important; }
#swym-plugin .swym-information .swym-title {
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  height: auto; }
#swym-plugin .swym-information .swym-price {
  font-family: "vag-rundschrift-d", sans-serif;
  font-size: 13px;
  line-height: 13px; }
#swym-plugin .swym-add-to-cart a {
  padding: 4px 0px !important;
  font-family: "vag-rundschrift-d", sans-serif !important;
  color: #000 !important;
  background-color: white !important;
  border: 1px solid black !important;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 19px; }
  #swym-plugin .swym-add-to-cart a:hover {
    color: white !important;
    background-color: black !important; }
#swym-plugin .swym-notepad-header .swym-title {
  font-family: "vag-rundschrift-d", sans-serif !important;
  letter-spacing: 1px; }
#swym-plugin .swym-notepad-header .swym-tag {
  font-family: Futura, sans-serif !important; }
#swym-plugin .swym-notepad-header .swym-close .swym-close-white {
  display: none; }
#swym-plugin .swym-notepad-header .swym-close:after {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0416/8083/0620/files/noun_Close_3437262.svg?v=1605788682");
  background-repeat: no-repeat;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  filter: invert(1); }
#swym-plugin .swym-settings-container .swym-heading {
  font-family: "vag-rundschrift-d", sans-serif;
  letter-spacing: 1px; }
#swym-plugin .swym-settings-container p {
  font-family: Futura, sans-serif !important; }
#swym-plugin .swym-auth input.swym-input {
  font-family: Futura, sans-serif !important;
  border: 1px solid #b1b1b1;
  margin-bottom: 10px;
  border-right-width: 1px !important; }
#swym-plugin .swym-auth button.swym-button {
  font-family: "vag-rundschrift-d", sans-serif;
  letter-spacing: 1px;
  transition: color 0.3s ease-in-out;
  margin-top: 0 !important; }
  #swym-plugin .swym-auth button.swym-button:hover {
    color: #000 !important;
    background-color: white !important;
    border: 1px solid black !important; }
#swym-plugin .swym-item .swym-wishlist .swym-icon {
  background-image: url(https://cdn.shopify.com/s/files/1/0416/8083/0620/files/icon_hear-fill.png?v=1599631803) !important;
  background-size: 16px 14px !important; }

#swym-plugin .swym-item-grid .swym-image,
#swym-plugin .swym-item-grid .swym-outer,
#swym-hosted-plugin .swym-item-grid .swym-image,
#swym-hosted-plugin .swym-item-grid .swym-outer {
  border: none !important; }
#swym-plugin .swym-item-grid .swym-image,
#swym-hosted-plugin .swym-item-grid .swym-image {
  height: 128px !important; }
  @media only screen and (max-width: 798px) {
    #swym-plugin .swym-item-grid .swym-image img,
    #swym-hosted-plugin .swym-item-grid .swym-image img {
      height: 128px; } }
#swym-plugin .swym-item-grid .swym-outer,
#swym-hosted-plugin .swym-item-grid .swym-outer {
  background-color: #f7f7f7 !important;
  height: auto !important;
  padding: 10px;
  margin: 0 5px; }
#swym-plugin .swym-item-grid .swym-actions li.swym-wishlist,
#swym-hosted-plugin .swym-item-grid .swym-actions li.swym-wishlist {
  top: 113px !important; }
#swym-plugin .swym-item-grid .swym-actions li.swym-remove,
#swym-hosted-plugin .swym-item-grid .swym-actions li.swym-remove {
  top: 4px !important;
  right: 4px !important;
  width: 22px !important;
  height: 22px !important;
  border-radius: 50px; }
  #swym-plugin .swym-item-grid .swym-actions li.swym-remove a,
  #swym-hosted-plugin .swym-item-grid .swym-actions li.swym-remove a {
    height: 22px !important; }
@media only screen and (max-width: 798px) {
  #swym-plugin .swym-item-grid .swym-item,
  #swym-hosted-plugin .swym-item-grid .swym-item {
    width: 50% !important;
    float: left !important;
    margin: 0 0px 15px !important; } }
@media only screen and (max-width: 798px) {
  #swym-plugin .swym-item-grid .swym-item .swym-inner,
  #swym-hosted-plugin .swym-item-grid .swym-item .swym-inner {
    margin-left: 0 !important; } }
#swym-plugin .swym-item-grid .swym-item .swym-image,
#swym-hosted-plugin .swym-item-grid .swym-item .swym-image {
  float: none !important;
  margin-left: 0 !important;
  width: 100% !important;
  background-color: white;
  text-align: center; }
#swym-plugin .swym-welcome-container,
#swym-hosted-plugin .swym-welcome-container {
  font-family: "vag-rundschrift-d", sans-serif;
  letter-spacing: 1px; }
  #swym-plugin .swym-welcome-container p,
  #swym-hosted-plugin .swym-welcome-container p {
    font-family: Futura, sans-serif; }
  #swym-plugin .swym-welcome-container button.swym-button,
  #swym-hosted-plugin .swym-welcome-container button.swym-button {
    font-family: "vag-rundschrift-d", sans-serif;
    letter-spacing: 1px;
    transition: color 0.3s ease-in-out; }
    #swym-plugin .swym-welcome-container button.swym-button:hover,
    #swym-hosted-plugin .swym-welcome-container button.swym-button:hover {
      color: #000 !important;
      background-color: white !important;
      border: 1px solid black !important; }
#swym-plugin .swym-email-popup-title,
#swym-hosted-plugin .swym-email-popup-title {
  font-family: Futura, sans-serif; }
#swym-plugin .swym-email-popup form input,
#swym-plugin .swym-email-popup form textarea,
#swym-hosted-plugin .swym-email-popup form input,
#swym-hosted-plugin .swym-email-popup form textarea {
  font-family: Futura, sans-serif;
  border: 1px solid #b1b1b1;
  margin-bottom: 10px; }
#swym-plugin .swym-email-popup button.swym-button,
#swym-hosted-plugin .swym-email-popup button.swym-button {
  font-family: "vag-rundschrift-d", sans-serif;
  letter-spacing: 1px;
  transition: color 0.3s ease-in-out;
  float: left; }
  #swym-plugin .swym-email-popup button.swym-button:hover,
  #swym-hosted-plugin .swym-email-popup button.swym-button:hover {
    color: #000 !important;
    background-color: white !important;
    border: 1px solid black !important; }

.collection-list.active ~ li {
  display: none; }

.gwp-notify-msg {
  font-family: "vag-rundschrift-d", sans-serif;
  padding: 2px;
  background: #e26b7d;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center; }

.gwp-did-it-msg {
  font-family: "vag-rundschrift-d", sans-serif;
  padding: 2px;
  background: #fff999;
  font-size: 14px;
  text-transform: capitalize;
  text-align: center; }

/* # Collection
================================================== */
.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-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) {
      .collection__filters .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; } }

.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 a#back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 90px;
  right: 50px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  .collection-main a#back-to-top.show {
    padding-top: 8px;
    opacity: 1;
    visibility: visible; }
@media only screen and (max-width: 768px) {
  .collection-main a#back-to-top {
    right: 20px;
    bottom: 140px; } }

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

/* # 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
================================================== */
@font-face {
  font-family: "FrankfurterCom-Regular";
  src: url("frankfurter-regular.woff2") format("woff2"), url("frankfurter-regular.woff") format("woff"); }

@font-face {
  font-family: 'vag-rundschrift-d', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
