.product-description p { 
  margin-bottom: 1em  
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg, iframe, embed, audio {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: var(--border-radius);
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  word-break: break-word;
}

ol, ul {
  list-style: none;
}

:root {
  --primary-background-color: #FFFFFF;
  --secondary-background-color: #ececeb;
  --header-background-color: #194444;
  --header-text-color: #FFFFFF;
  --primary-text-color: #111111;
  --secondary-text-color: #555555;
  --links-hover-color: #0c2727;
  --header-links-hover-color: #FFFFFF;
  --announcement-message-background-color: #EEECE7;
  --announcement-message-text-color: #000;
  --border-color: #b1b1b1;
  --button-text-color: #FFFFFF;
  --button-background-color: #194444;
  --button-hover-color: #0c2727;
  --primary-font: DM Sans;
  --secondary-font: DM Sans;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  color: #111111;
  font-family: DM Sans;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
}
body.no-scroll {
  overflow: hidden;
}
body.maintenance-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
body.maintenance-page .maintenance-content {
  border: 3px solid #111111;
  display: inline-block;
  padding: 32px 24px;
  margin: -20% auto 0;
  text-align: center;
  width: auto;
}
@media screen and (max-width: 767px) {
  body.maintenance-page .maintenance-content {
    margin-top: -40%;
  }
}
body.maintenance-page .maintenance-content h1 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3em;
  text-transform: none;
}
body.maintenance-page .maintenance-content p {
  color: #555555;
  font-family: DM Sans;
  font-style: italic;
  margin: 10px auto;
}

a.skip-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFFFFF;
  border: 1px solid #111111;
  color: #111111;
  left: 25px;
  padding: 15px 20px;
  position: absolute;
  text-decoration: underline;
  top: -150px;
  z-index: 100;
}
a.skip-link:focus {
  top: 20px;
}

.wrapper {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #111111;
  text-decoration: none;
}
a:focus, a:hover {
  color: #0c2727;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  color: #111111;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  position: relative;
}
h1.has-dash, h2.has-dash, h3.has-dash, h4.has-dash, h5.has-dash {
  margin-bottom: 48px;
}
h1.has-dash:after, h2.has-dash:after, h3.has-dash:after, h4.has-dash:after, h5.has-dash:after {
  bottom: -8px;
  content: "";
  background-color: #111111;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 24px;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
}

a[href], label[for], select, button, .pointer {
  cursor: pointer;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 4px;
  color: #111111;
  font-family: DM Sans;
  padding: 0;
}

header {
  flex-shrink: 0;
  background-color: #194444;
  color: #FFFFFF;
  padding: 20px 0;
}
header a {
  color: #FFFFFF;
}
header .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.header-nav {
  font-size: 1.1em;
  font-weight: 500;
  font-family: DM Sans;
  margin-left: auto;
}
.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  column-gap: 32px;
  row-gap: 12px;
  margin: 0;
  padding: 0;
}
.header-nav ul li a {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 2px 4px;
  text-decoration: none;
}
.header-nav ul li a:hover, .header-nav ul li a:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
.header-nav ul li a:hover svg, .header-nav ul li a:focus svg {
  fill: #FFFFFF;
}
.header-nav ul li a svg {
  display: block;
  fill: #FFFFFF;
  height: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .header-nav ul li a svg {
    height: 20px;
    width: 20px;
  }
}

.mobile-nav {
  display: none;
}

@media screen and (max-width: 767px) {
  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }
}
.page-title {
  margin-bottom: 32px;
  text-align: center;
}

.branding {
  flex-shrink: 0;
}
.branding a {
  display: block;
}

.store-logo {
  display: block;
  height: 80px;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
  max-height: 80px;
}
@media screen and (max-width: 767px) {
  .store-logo {
    max-height: 64px;
  }
}

button.open-menu {
  background: none !important;
  display: none;
  height: 16px;
  position: relative;
  width: 18px;
}
@media screen and (max-width: 767px) {
  button.open-menu {
    display: block;
  }
}
button.open-menu span {
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  display: block;
  background: #FFFFFF;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  opacity: 1;
}
button.open-menu span:nth-child(1) {
  top: 0px;
}
button.open-menu span:nth-child(2), button.open-menu span:nth-child(3) {
  top: 50%;
}
button.open-menu span:nth-child(4) {
  top: 99%;
}

.main {
  flex: 1;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 0;
  }
}

button, a.button {
  -webkit-transition: color, background-color 0.1s linear;
  transition: color, background-color 0.1s linear;
  background: #194444;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  max-width: 100%;
  padding: 0 16px;
  text-align: center;
  width: 100%;
}
button.minimal-button, a.button.minimal-button {
  background: none;
  color: #111111;
  border: none;
}
button.minimal-button:not(:disabled):hover, button.minimal-button:not(:disabled):focus, a.button.minimal-button:not(:disabled):hover, a.button.minimal-button:not(:disabled):focus {
  background: none !important;
  color: #0c2727;
  text-decoration: underline;
}
button:disabled, button.disabled, a.button:disabled, a.button.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
button.no-border, a.button.no-border {
  border: none;
}
button:not(:disabled):hover, button:not(:disabled):focus, a.button:not(:disabled):hover, a.button:not(:disabled):focus {
  background: #0c2727;
}

.select {
  border: 2px solid #111111;
  border-radius: 4px;
  height: 58px;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}
.select select {
  height: 100%;
  padding: 0 48px 0 16px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.select select option {
  background-color: #FFFFFF;
  color: #000;
}
.select select option:disabled {
  background-color: #FFFFFF;
  color: graytext;
}
.select select:focus {
  box-shadow: none;
  outline: none;
}
.select select::-ms-expand {
  display: none;
}
.select svg {
  fill: #111111;
  height: 8px;
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 13px;
  z-index: 1;
}
.select:hover, .select:active, .select:focus, .select:focus-within {
  color: #0c2727;
  border-color: #0c2727;
}
.select:hover select, .select:active select, .select:focus select, .select:focus-within select {
  color: #0c2727;
}
.select:hover select option:disabled, .select:active select option:disabled, .select:focus select option:disabled, .select:focus-within select option:disabled {
  color: graytext;
}
.select:hover svg, .select:active svg, .select:focus svg, .select:focus-within svg {
  fill: #0c2727;
}

footer.mobile-menu {
  background: #FFFFFF;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 32px 16px 100px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
footer.mobile-menu button.close-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none !important;
  display: block;
  height: 44px;
  left: 24px;
  position: absolute;
  top: 16px;
  width: 44px;
    padding: 0;
}
footer.mobile-menu button.close-mobile-menu svg {
  display: block;
  fill: #111111;
  height: 24px;
  width: 24px;
}

.close-mobile-menu {
  display: none;
}

.footer-nav {
  border-top: 1px solid #b1b1b1;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: DM Sans;
  list-style: none;
  margin: 0;
  gap: 32px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    border-top: 0;
  }
}
.footer-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer-nav ul.footer-links {
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  .footer-nav ul.footer-links li {
    border-bottom: 1px solid #b1b1b1;
  }
  .footer-nav ul.footer-links a {
    font-family: DM Sans;
    padding: 16px 0;
    text-align: center;
  }
}
.footer-nav ul a {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}
.footer-nav ul a:hover, .footer-nav ul a:focus {
  color: #0c2727;
  text-decoration: underline;
}

.bigcartel-credit {
  line-height: 1em;
  font-size: 0.975em;
  display: flex;
  color: inherit;
  align-items: center;
  gap: 8px;
  outline-offset: 4px;
  padding: 2px 0;
  text-decoration: none;
}
.bigcartel-credit__text {
  position: relative;
}
.bigcartel-credit__lockup {
  display: block;
  fill: currentColor;
  padding-top: 1px;
  width: 86px;
}

.social-links a {
  fill: #555555;
}
.social-links a svg {
  height: 22px;
  width: 22px;
}
.social-links a:hover, .social-links a:focus {
  fill: #0c2727;
}

.search-form {
  position: relative;
}
.search-form:focus-within .search-icon {
  display: block;
}

.search-input {
  border: 1px solid transparent !important;
  cursor: pointer;
  margin-left: 8px;
  padding: 6px 32px 6px 8px;
  width: 130px;
}
.search-input::-webkit-input-placeholder {
  color: #111111;
}
.search-input::-moz-placeholder {
  color: #111111;
}
.search-input:-ms-input-placeholder {
  color: #111111;
}
.search-input:-moz-placeholder {
  color: #111111;
}
@media screen and (max-width: 767px) {
  .search-input {
    display: block;
    margin: 8px auto;
    padding: 6px 16px;
    text-align: center;
    width: 250px;
  }
}
.search-input:hover {
  border: 1px solid #b1b1b1 !important;
}
.search-input:focus {
  border: 1px solid #0c2727 !important;
}

button.search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
@media screen and (max-width: 767px) {
  button.search-button {
    display: none;
  }
}
button.search-button:hover, button.search-button:focus {
  background: none;
}

.search-icon {
  fill: #111111;
  display: block;
  height: 16px;
  width: 16px;
}

.errors {
  border-radius: 4px;
  background-color: #b11a2a;
  color: #FFFFFF;
  line-height: 1.5em;
  list-style: none;
  margin: 0 auto 32px;
  padding: 12px 16px;
  text-align: center;
}

input, textarea {
  appearance: none;
  border: 2px solid #555555;
  background: none;
  color: #111111;
  font-family: DM Sans;
  font-size: 16px;
  padding: 8px;
  outline: none;
}
input:focus, input:active, textarea:focus, textarea:active {
  background: #FFFFFF;
  border: 2px solid #111111;
}

a.back-to-site {
  background: none;
  border-radius: 4px;
  border: 2px solid #111111;
  color: #111111;
  height: auto;
  line-height: 1em;
  padding: 16px 32px;
  width: auto;
}
a.back-to-site:hover, a.back-to-site:focus {
  background: none !important;
  border: 2px solid #0c2727;
  color: #0c2727;
  text-decoration: none;
}

.back-to-site + .badge {
  margin-top: 24px;
}

.badge {
  padding: 8px 16px;
}
.badge a {
  background: url("https://assets.bigcartel.com/theme_assets/137/0.1.2/images/bc_badge.png") no-repeat;
  border: none;
  display: block;
  height: 23px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 79px;
}

.announcement-message {
  align-items: center;
  justify-content: center;
  background-color: var(--announcement-message-background-color);
  color: var(--announcement-message-text-color);
  display: none;
  font-size: 16px;
  padding: 20px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .announcement-message {
    padding: 16px 48px;
  }
}
.has-announcement-message .announcement-message {
  display: flex;
}

.announcement-message-text {
  text-align: center;
  padding: 0
}

.announcement-message-close {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 8px;
  top: 50%;
  border: 0;
  background-color: #EEECE7;
  height: 36px;
  padding: 0;
  width: 36px;
}
.announcement-message-close:hover, .announcement-message-close:focus {
  background: none !important;
}
.announcement-message-close:hover svg, .announcement-message-close:focus svg {
  fill: var(--announcement-message-text-color);
}
.announcement-message-close svg {
  display: block;
  fill: var(--announcement-message-text-color);
  height: 16px;
  width: 16px;
}

.centered-message {
  color: #555555;
  font-family: DM Sans;
  padding: 0 16px;
  text-align: center;
}
.centered-message a {
  text-decoration: underline;
}

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

#cart_page .main {
  padding-left: 0;
  padding-right: 0;
}
#cart_page .footer-nav {
  border: none;
}
#cart_page .errors {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  #cart_page .errors {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.empty-cart-message {
  display: none;
}
.empty-cart .empty-cart-message {
  display: block;
}

.cart-form {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 920px) {
  .cart-form {
    flex-direction: column;
  }
}

.cart-items {
  border-top: 1px solid #b1b1b1;
  list-style: none;
  margin: 0;
  max-width: 65%;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .cart-items {
    max-width: 100%;
  }
}

.cart-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b1b1b1;
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .cart-item {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 16px 0;
  }
}

.cart-item-image {
  flex-shrink: 0;
  border-radius: 4px;
  display: block;
  height: 90px;
  margin-right: 16px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .cart-item-image {
    height: 60px;
    margin-right: 8px;
    width: 60px;
  }
}
.cart-item-image img {
  border-radius: 4px;
  display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.cart-item-details {
  line-height: 1.25em;
  padding-right: 24px;
  width: 55%;
}
@media screen and (max-width: 767px) {
  .cart-item-details {
    flex: 1;
    flex-basis: 30%;
    padding-right: 16px;
  }
}

.cart-item-details-name {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cart-item-details-name {
    font-size: 16px;
  }
}

.cart-item-details-option {
  font-family: DM Sans;
  margin-top: 3.2px;
}

.cart-item-quantity-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .cart-item-quantity-price {
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    width: 45%;
  }
}

.cart-item-details-price {
  margin-right: 24px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .cart-item-details-price {
    margin-right: 0;
    margin-top: 16px;
  }
}

.cart-item-quantity-holder {
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .cart-item-quantity-holder {
    margin-right: 0;
  }
}
.cart-item-quantity-holder input {
  padding: 10px;
  text-align: center;
  width: 64px;
}
.cart-item-quantity-holder input:hover, .cart-item-quantity-holder input:focus {
  border-color: #0c2727;
}

button.cart-item-remove {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: none;
  border: 2px solid #555555;
  border-radius: 50%;
  height: 32px;
  padding: 0;
  width: 32px;
}
@media screen and (max-width: 767px) {
  button.cart-item-remove {
    display: none;
  }
}
button.cart-item-remove:hover, button.cart-item-remove:focus {
  background: none;
  border: 2px solid #0c2727;
}
button.cart-item-remove:hover .cart-item-remove-icon, button.cart-item-remove:focus .cart-item-remove-icon {
  fill: #0c2727;
}
button.cart-item-remove .cart-item-remove-icon {
  display: block;
  fill: #555555;
  height: 12px;
  width: 12px;
}

.cart-footer {
  border: 1px solid #b1b1b1;
  margin-left: auto;
  max-width: 30%;
  padding: 24px 16px 8px;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .cart-footer {
    border: none;
    max-width: 100%;
    padding: 0;
  }
}

.cart-subtotal {
  display: flex;
  font-size: 20px;
  margin-bottom: 16px;
  padding: 0;
}
@media screen and (max-width: 920px) {
  .cart-subtotal {
    margin: 24px 0;
  }
}

.cart-subtotal-amount {
  margin-left: auto;
}

.cart-footer-buttons {
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.checkout-btn {
  display: block;
  font-size: 16px;
  margin: 0 auto 8px;
  max-width: 100%;
}

a.button.continue-shopping {
  background-color: transparent;
  border-color: transparent;
  color: #111111;
  display: block;
  font-size: 15px;
  line-height: normal;
  height: auto;
  margin: 0 auto;
  padding: 8px;
}
@media screen and (max-width: 920px) {
  a.button.continue-shopping {
    margin-top: 8px;
  }
}

button.cart-item-remove-text {
  color: #0c2727;
  display: none;
  height: auto;
  line-height: normal;
  margin: 0;
  margin-top: 6px;
  padding: 0;
  text-decoration: underline;
  width: auto;
}
@media screen and (max-width: 767px) {
  button.cart-item-remove-text {
    display: inline-block;
  }
}

.contact-label {
  display: block;
  font-family: DM Sans;
  margin-bottom: 8px;
}

.contact-form {
  margin: 0 auto;
  max-width: 640px;
  padding-bottom: 20px;
  width: 100%;
}
.contact-form input, .contact-form textarea {
  min-height: 44px;
  width: 100%;
}
.contact-form textarea {
  height: 180px;
}
.contact-form #captcha {
  max-width: calc(100% - 135px);
}

.input-holder {
  position: relative;
}

#captcha_image {
  border-radius: 4px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
}

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

.captcha-instructions {
  font-size: 0.925em;
  font-family: DM Sans;
  font-style: italic;
  position: relative;
  margin-top: 10px;
}

button.send-message-button {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  button.send-message-button {
    max-width: 100%;
  }
}

#contact_page .footer-nav {
  border-top: none;
}

#contact_page .errors {
  max-width: 640px;
}

.contact-sent {
  background: #F7F7F7;
  color: #000000;
  margin: 0 auto;
  max-width: 640px;
  padding: 20px;
}

.contact-label {
  display: block;
  font-family: DM Sans;
  margin-bottom: 10px;
}

.contact-form {
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 20px;
  width: 100%;
}
.contact-form input, .contact-form textarea {
  min-height: 48px;
  width: 100%;
}
.contact-form textarea {
  height: 180px;
}

.input-holder {
  position: relative;
}

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

.recaptcha-note {
  font-family: DM Sans;
  font-style: italic;
  line-height: 1.3em;
  position: relative;
  margin-top: 10px;
}
.recaptcha-note a {
  text-decoration: underline;
}

button.send-message-button {
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  button.send-message-button {
    max-width: 100%;
  }
}

#contact_page .footer-nav {
  border-top: none;
}

#contact_page .errors {
  max-width: 640px;
}

.custom-page-content {
  margin: 0 auto;
  max-width: 680px;
  width: 100%;
}
.custom-page-content p {
  margin: revert;
}
.custom-page-content > :first-child {
  margin-top: 0;
}
.custom-page-content > :last-child {
  margin-bottom: 0;
}
.custom-page-content ol, .custom-page-content ul {
  margin: 1em;
}
.custom-page-content ul {
  list-style: disc;
}
.custom-page-content ol {
  list-style: decimal;
}
.custom-page-content a {
  text-decoration: underline;
}

.flex-viewport {
  border-radius: 4px;
}

.flexslider {
  background: none;
  border: none;
  margin: 0 auto 80px;
}
.flexslider .slides img {
  margin: 0 auto;
  width: 100%;
}
.flexslider .slides > li {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
}

.flex-direction-nav li a {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  background-image: url("https://assets.bigcartel.com/theme_assets/137/0.1.2/images/slideshow_arrows.png");
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 65px auto;
  border-radius: 4px;
  border: none;
  height: 66px;
  margin: -33px 0 0;
  position: absolute;
  text-indent: -9999px;
  text-align: initial !important;
  width: 33px;
}
@media screen and (max-width: 767px) {
  .flex-direction-nav li a {
    display: none !important;
  }
}
.flex-direction-nav li a:hover {
  background-color: black;
}
.flex-direction-nav li a.flex-prev {
  background-position: 6px 15px;
  border-radius: 4px;
  left: 18px;
}
.flex-direction-nav li a.flex-next {
  background-position: -38px 15px;
  right: 18px;
}

.flex-control-nav {
  bottom: -32px;
}

.flex-control-paging li {
  border-radius: 50%;
  height: 11px;
  margin: 6px;
  width: 11px;
  -webkit-backface-visibility: hidden;
}
.flex-control-paging li a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #111111;
  border-radius: 50%;
  border: none;
  opacity: 0.5;
}
.flex-control-paging li a.flex-active {
  opacity: 0.3;
}
.flex-control-paging li a:hover {
  opacity: 0.7;
}

a.view-all-products {
  margin: 0 auto;
  max-width: 360px;
  gap: 12px;
  border-radius: 4px;
}

ul.image-gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 8px -8px;
  margin-top: 20px;
  list-style: none;
  padding: 0;
}
ul.image-gallery-images li {
  width: calc(100% / 3);
}
ul.image-gallery-images img {
  border-radius: 4px;
  color: #111111;
  display: block;
  font-size: 0;
  padding: 8px;
  padding-bottom: 16px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: 100%;
  word-break: break-word;
}

#instant-checkout-button {
  margin-top: 12px;
}

#product_page .footer-nav {
  border: none;
}

.product-form {
  max-width: 350px;
  width: 100%;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .product-form {
    max-width: 100%;
  }
}

.product-page {
  padding-bottom: 30px;
  position: relative;
}
.product-page:before, .product-page:after {
  content: "";
  display: table;
  clear: both;
}
.product-page .product-page-headings {
  float: right;
  max-width: 40%;
  padding: 0;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .product-page .product-page-headings {
    float: none;
    max-width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
}
.product-page .product-title {
  text-align: left;
}
.product-page .product-price {
  font-family: DM Sans;
  text-align: left;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .product-page .product-price {
    font-size: 18px;
  }
}
.product-page .product-status {
  color: #555555;
  display: inline-block;
  font-family: DM Sans;
  font-style: italic;
}
.product-page .product-details {
  clear: right;
  float: right;
  max-width: 40%;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-page .product-details {
    float: none;
    max-width: 100%;
    padding: 0;
  }
}
.product-page .product-details:last-child {
  margin-bottom: 0;
}
.product-page .add-to-cart-button {
  display: block;
  width: 100%;
}
.product-page .reset-selection-button-container {
  text-align: center;
  width: 100%;
}
.product-page button.reset-selection-button {
  display: none;
  height: auto;
  max-width: 100%;
  line-height: normal;
  margin: 20px auto 0;
  padding: 4px;
  width: auto;
}
.product-page .product-description {
  font-family: DM Sans;
  margin-bottom: 32px;
}
.product-page .product-description a {
  color: #555555;
  text-decoration: underline;
}
.product-page .product-description a:hover, .product-page .product-description a:focus {
  color: #0c2727;
}
.product-page .product-description ol, .product-page .product-description ul {
  padding-left: 1em;
}
.product-page .product-description img, .product-page .product-description iframe {
  max-width: 100%;
}
.product-page .product-images {
  float: left;
  max-width: 58%;
  padding-left: 0;
  padding-right: 24px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .product-page .product-images {
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .product-page .product-images {
    float: none;
    max-width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }
}
.product-page .primary-product-image {
  border-radius: 4px;
  display: block;
  margin-bottom: 8px;
  max-width: 100%;
  width: 100%;
}

.product-thumbnails {
  display: flex;
}
.product-thumbnails .product-thumbnail-container {
  border-radius: 4px;
  cursor: pointer;
  margin-right: 8px;
  width: 25%;
}
.product-thumbnails .product-thumbnail-container:hover img, .product-thumbnails .product-thumbnail-container:focus img {
  border: 2px solid #b1b1b1;
}
.product-thumbnails .product-thumbnail-container:last-child {
  margin-right: 0;
}
.product-thumbnails .product-thumbnail-container img {
  border: 2px solid transparent;
  border-radius: 4px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.similar-product-list {
  justify-content: flex-start;
}
.similar-product-list .product-list-item {
  width: 33.33%;
}
@media screen and (max-width: 767px) {
  .similar-product-list .product-list-item {
    width:  50% ;
  }
}

.similar-products-header {
  display: flex;
  align-items: center;
  padding: 24px 0;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .similar-products-header {
    margin-top: 0;
    padding-bottom: 8px;
  }
}
.similar-products-header .similar-products-title {
  font-size: 1.25em;
}
.similar-products-header .prev-next-products {
  display: flex;
  border: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .similar-products-header .prev-next-products {
    display: none;
  }
}

.prev-next-products {
  border-bottom: 1px solid #b1b1b1;
  display: flex;
  justify-content: center;
  font-family: DM Sans;
  list-style: none;
  margin: 0;
  margin-left: auto;
  padding: 24px 0;
}
.prev-next-products li:not(:last-child):after {
  content: "/";
  padding: 0 8px;
}
.prev-next-products a {
  text-decoration: underline;
  padding: 8px 8px;
}
.prev-next-products.with-related {
  display: none;
}
@media screen and (max-width: 767px) {
  .prev-next-products.with-related {
    border-top: 1px solid #b1b1b1;
    display: flex;
  }
}

.product-form select span, .product-form select span option {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.instant-checkout-container {
  display: none;
}

.carousel-cell-image {
  height: 100%;
  display: block;
  width: 100%;
}

.artist-category-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  background-color: #ececeb;
  margin-bottom: 40px;
  padding: 16px;
}
.artist-category-nav .nav-title {
  font-weight: bold;
  margin-bottom: 8px;
}
.artist-category-nav nav {
  text-align: center;
  max-width: 100%;
}
.artist-category-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-family: DM Sans;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.artist-category-nav ul li {
  margin: 4px 6px;
}
.artist-category-nav ul li a {
  display: inline-block;
  padding: 0px;
  white-space: nowrap;
}
.artist-category-nav ul li a:hover {
  text-decoration: underline;
}

.products-nav + .products-nav {
  margin-top: 20px;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 8px -8px;
}
.product-list--center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .product-list--center {
    justify-content: flex-start;
  }
}

.product-list-link {
  text-decoration: none;
}
.product-list-link:hover, .product-list-link:focus {
  text-decoration: none;
}

.product-list-thumb {
  border-radius: 4px;
  color: #111111;
  display: block;
  padding: 8px;
  padding-bottom: 16px;
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  width: calc(100% / 4);
  word-break: break-word;
}
.product-list-thumb:hover .product-list-thumb-name {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .product-list-thumb {
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  .product-list-thumb {
    padding: 8px;
    width: calc(100% / 2);
  }
}
@media (hover: hover), (-moz-touch-enabled: 0) {
  .product-list-thumb.hover {
    padding-bottom: 8px;
  }
  .product-list-thumb.hover .product-list-thumb-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    color: #FFFFFF;
    opacity: 0;
    padding: 16px;
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - (8px * 2));
    height: calc(100% - (8px * 2));
  }
  .product-list-thumb.hover .product-list-thumb-info-headers {
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
    position: relative;
    top: 5%;
  }
  .product-list-thumb.hover .product-list-thumb-status {
    color: #FFFFFF;
  }
  .product-list-thumb.hover .product-list-thumb-name:after {
    background-color: #FFFFFF;
  }
  .product-list-thumb.hover:hover .product-list-item-background, .product-list-thumb.hover:focus .product-list-item-background {
    opacity: 0.6;
  }
  .product-list-thumb.hover:hover .product-list-thumb-info, .product-list-thumb.hover:focus .product-list-thumb-info {
    opacity: 1;
  }
  .product-list-thumb.hover:hover .product-list-thumb-info-headers, .product-list-thumb.hover:focus .product-list-thumb-info-headers {
    top: 0;
  }
}

_:-ms-fullscreen, :root .product-list-thumb {
  flex-basis: auto;
}

.product-list-thumb-container {
  position: relative;
  width: 100%;
}

.product-list-image-container {
  overflow: hidden;
  position: relative;
}
.product-list-image-container.product-list-image-container-default:before {
  display: none;
}
.product-list-image-container:before {
  display: block;
  width: 100%;
  content: "";
  padding-bottom: 100%;
  height: 0;
}

.product-list-image {
  border-radius: 4px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-list-image.grid-default {
  position: relative;
}
.product-list-image.grid-cover {
  object-fit: cover;
}
.product-list-image.grid-contain {
  object-fit: contain;
}

.product.sold .product-list-image {
  opacity: 0.6;
}

.product-list-thumb-info {
  padding: 12px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-list-thumb-info {
    padding: 8px 0;
  }
}

.product-list-item-background {
  border-radius: 4px;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.product-list-thumb-name {
  overflow-wrap: break-word;
  position: relative;
  font-weight: 500;
}

.product-list-thumb-price {
  font-family: DM Sans;
  font-size: 1.1em;
}

.product-list-thumb-status {
  background: black;
  color: white;
  border-radius: 4px;
  position: absolute;
  z-index: 4;
  top: 12px;
  right: 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin: 16px 0;
  }
}
.pagination a, .pagination span {
  background: #ececeb;
  padding: 14px 18px;
  margin: 2px 4px;
}
.pagination a:not(.disabled):hover, .pagination a:not(.disabled):focus, .pagination span:not(.disabled):hover, .pagination span:not(.disabled):focus {
  color: #0c2727;
  text-decoration: underline;
}
.pagination a.disabled, .pagination span.disabled {
  display: none;
}
.pagination a.current, .pagination span.current {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #products_page .footer-nav, #home_page .footer-nav {
    border-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  #products_page .main .wrapper, #home_page .main .wrapper {
    border-bottom: 1px solid #b1b1b1;
  }
  #products_page .main .wrapper .empty-products, #home_page .main .wrapper .empty-products {
    padding-bottom: 64px;
  }
}
/*


 */

/*============================================================
  Custom Styles - add and override styles below.
============================================================*/
