/** Shopify CDN: Minification failed

Line 5847:0 Unexpected "}"

**/
@charset "UTF-8";
:root {
  --desktop-page-padding: 30px;
  --page-padding: var(--desktop-page-padding);
  --small-padding: 10px;
  --side-nav-width: 375px;
  --side-cart-width: 400px;
}

@media (max-width: 960px) {
  :root {
    --page-padding: 25px;
  }
}
@media (max-width: 620px) {
  :root {
    --page-padding: 20px;
  }
}
@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Reset */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

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

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

a {
  color: var(--color-body-text);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.no-outlines a {
  outline: none;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

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

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

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

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

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

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

.fc {
  display: inline-block;
  font: normal normal normal 14px/1 FontCalifornia;
  font-size: inherit;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fc-close:before {
  content: "\61";
}

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

.fc-cart:before {
  content: "\6f";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fc-slack:before {
  content: "\63";
}

.fc-social-snapchat:before {
  content: "\6e";
}

.fc-twitch:before {
  content: "\4c";
}

.fc-reddit-square:before {
  content: "\4d";
}

.fc-github-square:before {
  content: "\4e";
}

.fc-spotify:before {
  content: "\4f";
}

.fc-tripadvisor:before {
  content: "\50";
}

.fc-slideshare:before {
  content: "\51";
}

.fc-xing-square:before {
  content: "\52";
}

.fc-behance-square:before {
  content: "\53";
}

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

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

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(16px * var(--font-header-scale));
  color: var(--color-body-text);
}

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-preloader a {
  color: var(--color-body-text);
}

.mfp-preloader a:hover {
  color: var(--color-body-text-lighten-20);
}

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(28px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-body-text-neg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-counter {
  display: none;
}

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

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

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

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

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

body {
  width: 100%;
  min-height: 100%;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}
body .side-nav-section,
body .side-cart,
body .side-pick {
  transition-property: all;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
body.browsing {
  overflow: hidden;
}
body.browsing .side-nav-section {
  transform: translateX(var(--side-nav-width));
}
body.shopping {
  overflow: hidden;
}
body.shopping .side-cart {
  transform: translateX(calc(var(--side-cart-width) * -1));
  visibility: visible;
}
body.picking {
  overflow: hidden;
}
body.picking .side-pick {
  transform: translateX(calc(var(--side-nav-width) * -1));
  visibility: visible;
}
body.modeling, body.searching {
  overflow: hidden;
}
body[data-transitions] {
  opacity: 0;
}
.no-js body[data-transitions] {
  opacity: 1;
}
body[data-transitions].loaded {
  animation: fade-in .8s ease forwards;
}
body[data-transitions].loaded.onpageshow {
  animation: none;
  opacity: 1;
}
body[data-transitions].unloading {
  animation: fade-out .3s ease forwards;
}

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

body > .main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  background: var(--color-body-bg);
}
body > .main > .layout {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
body > .main > .layout > .sections {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 100px; /*SaaS*/
}
body > .main > .layout .section-page,
body > .main > .layout .section-search {
  height: 100%;
  width: 100%;
}
body > .main > .layout .section-page .content,
body > .main > .layout .section-search .content {
  height: 100%;
}
body > .main > .layout .section-page .content.featured-page,
body > .main > .layout .section-search .content.featured-page {
  height: auto;
}
body > .main > .layout .section-404 {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.sections {
  margin: 0 auto;
  max-width: var(--page-max-width);
}

.shopify-section > .content {
  padding: var(--page-padding);
  margin: var(--sections-distance) 0 0;
}
.shopify-section > .content.no-padding {
  padding: 0;
}
.shopify-section > .content.extra-padding {
  padding: calc(var(--page-padding) * 2) var(--page-padding);
}
.shopify-section > .content.with-background {
  background: var(--color-section-bg);
}
.shopify-section > .content.with-background:not(.expanded) {
  margin-left: var(--page-padding);
  margin-right: var(--page-padding);
}
.shopify-section > .content.collapsed {
  margin-top: 0 !important;
}
.shopify-section > .content.loading {
  display: none;
}
.shopify-section > .content .inner.with-layout-options {
  width: 100%;
  max-width: var(--content-max-width);
}
.shopify-section > .content .inner.with-layout-options.left {
  margin-right: auto;
  text-align: left;
}
.shopify-section > .content .inner.with-layout-options.right {
  margin-left: auto;
  text-align: right;
}
.shopify-section > .content .inner.with-layout-options.centered {
  margin: 0 auto;
}
.shopify-section > .content .inner.with-layout-options.expanded {
  max-width: none;
  margin: 0 auto;
}
.shopify-section > .content .inner.extended {
  padding: var(--page-padding) 0;
}
.shopify-section > .content .inner.extended h1 {
  margin-top: 0;
}
.shopify-section > .content.page, .shopify-section > .content.blog, .shopify-section > .content.featured-blog {
  display: flex;
  align-items: flex-start;
}
.shopify-section > .content.page-404 {
  align-items: center;
  margin: 0 auto;
}
.shopify-section:first-child > .content {
  margin-top: 0;
}
.shopify-section:first-child > .content.with-background:not(.expanded) {
  margin-top: var(--page-padding);
}
.shopify-section:last-child > .content {
  margin-bottom: 0;
}
.shopify-section:last-child > .content.with-background:not(.expanded) {
  margin-bottom: var(--page-padding);
}
.shopify-section:only-child > .content.page, .shopify-section:only-child > .content.blog, .shopify-section:only-child > .content.search {
  min-height: 400px;
}
.shopify-section.section-account > .content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.shopify-section.section-account.form > .content {
  max-width: 600px;
}
.shopify-section.section-account > .content, .shopify-section.section-contact-page > .content, .shopify-section.section-cart > .content {
  text-align: left;
  padding-top: calc(var(--page-padding) * 2);
  padding-bottom: calc(var(--page-padding) * 3);
}

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

@media (max-width: 620px) {
  .hide-on-mobile {
    display: none !important;
  }
  body > .main > .layout > .sections {
  padding-bottom: 0px; /*SaaS*/
}
}

.content {
  position: relative;
}
.content h1 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(40px * var(--font-header-scale));
  color: var(--color-body-text);
  margin: 0 0 20px;
}
.content h2 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(30px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-body-text-dark);
  margin: 0 0 10px;
}
@media (max-width: 620px) {
  .content h2 {
  font-size: calc(25px * var(--font-header-scale));
      }
}
.content h3 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(20px * var(--font-header-scale));
  color: var(--color-body-text);
  margin: 0 0 15px;
}
.content h3.expanded {
  font-size: calc(20px * var(--font-header-scale));
  line-height: calc(30px * var(--font-header-scale));
}
.content h3.striped {
  text-decoration: line-through;
  color: var(--color-body-text-light);
}
.content h3 a {
  color: var(--color-accent);
  text-decoration: none;
}
.content h3 a:hover {
  color: var(--color-accent-dark);
  border-bottom: 1px solid;
}
.content h4 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(20px * var(--font-header-scale));
  color: var(--color-body-text);
  margin: 0 0 15px;
}
.content h4 a {
  color: var(--color-accent);
  text-decoration: none;
}
.content h4.highlight {
  font-weight: var(--font-header-weight-bolder);
  font-size: 18px;
}
.content h5 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(16px * var(--font-header-scale));
  color: var(--color-body-text);
  margin: 0 0 5px;
}
.content h1.align-center, .content h2.align-center, .content h3.align-center, .content h4.align-center, .content h5.align-center {
  text-align: center;
}
.content h1.align-right, .content h2.align-right, .content h3.align-right, .content h4.align-right, .content h5.align-right {
  text-align: right;
}
.content p {
  font-size: calc(16px * var(--font-base-scale));
  line-height: calc(24px * var(--font-base-scale));
}
.content p a {
  color: var(--color-accent);
  text-decoration: none;
}
.content p a:hover {
  color: var(--color-accent-dark);
}
.content p.expanded {
  font-size: calc(16px * var(--font-base-scale));
  line-height: calc(28px * var(--font-base-scale));
}
.content p.big {
  font-size: calc(20px * var(--font-base-scale));
  line-height: calc(28px * var(--font-base-scale));
}
.content p.big.expanded {
  font-size: calc(20px * var(--font-base-scale));
  line-height: calc(36px * var(--font-base-scale));
}
.content p.small {
  font-size: calc(14px * var(--font-base-scale));
  line-height: calc(20px * var(--font-base-scale));
}
.content p span.intro {
  color: var(--color-body-text-dark);
}
.content div.row {
  position: relative;
  padding: 0 0 15px;
}
.content div.row.left {
  text-align: left;
}
.content div.row.right {
  text-align: right;
}
.content div.row.center {
  text-align: center;
}
.content div.row.extra {
  margin: 30px 0 0;
}
.content div.row.bank_account div {
  display: inline;
}
.content div.row:last-child {
  padding-bottom: 0;
}
.content .flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content .flex-row:last-child {
  margin-bottom: 0;
}
@media (max-width: 620px) {
  .content .flex-row {
    flex-direction: column;
  }
}
.content input[type=text],
.content input[type=email],
.content input[type=date],
.content input[type=password],
.content input[type=tel],
.content .field label,
.content textarea,
.content .output {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  line-height: calc(25px * var(--font-base-scale));
  color: var(--color-body-text);
  display: inline-block;
  min-height: 34px;
  vertical-align: middle;
  background-color: var(--color-body-bg);
  border: 1px solid var(--color-body-text-very-light);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 11px 14px;
  border-radius: 2px;
}
.content input[type=text].full,
.content input[type=email].full,
.content input[type=date].full,
.content input[type=password].full,
.content input[type=tel].full,
.content .field label.full,
.content textarea.full,
.content .output.full {
  width: 100%;
}
.content input[type=text].center,
.content input[type=email].center,
.content input[type=date].center,
.content input[type=password].center,
.content input[type=tel].center,
.content .field label.center,
.content textarea.center,
.content .output.center {
  text-align: center;
}
.content input[type=text].bank, .content input[type=text].branch,
.content input[type=email].bank,
.content input[type=email].branch,
.content input[type=date].bank,
.content input[type=date].branch,
.content input[type=password].bank,
.content input[type=password].branch,
.content input[type=tel].bank,
.content input[type=tel].branch,
.content .field label.bank,
.content .field label.branch,
.content textarea.bank,
.content textarea.branch,
.content .output.bank,
.content .output.branch {
  width: 20%;
}
.content input[type=text].control,
.content input[type=email].control,
.content input[type=date].control,
.content input[type=password].control,
.content input[type=tel].control,
.content .field label.control,
.content textarea.control,
.content .output.control {
  width: 15%;
}
.content input[type=text].account,
.content input[type=email].account,
.content input[type=date].account,
.content input[type=password].account,
.content input[type=tel].account,
.content .field label.account,
.content textarea.account,
.content .output.account {
  width: 42%;
}
.content input[type=text].error,
.content input[type=email].error,
.content input[type=date].error,
.content input[type=password].error,
.content input[type=tel].error,
.content .field label.error,
.content textarea.error,
.content .output.error {
  border-color: var(--color-alert);
}
.content .field {
  position: relative;
}
.content .field label {
  border: 0;
  background: transparent;
  padding: 0;
  pointer-events: none;
  position: absolute;
  left: 15px;
  top: 12px;
  color: var(--color-body-text-light);
  transition: top .1s ease, font-size .1s ease;
}
.content .field input, .content .field textarea {
  text-align: left;
}
.content .field input::placeholder, .content .field textarea::placeholder {
  opacity: 0;
}
.content .field input:not(:placeholder-shown), .content .field textarea:not(:placeholder-shown) {
  padding-top: 17px;
  padding-bottom: 5px;
}
.content .field input:not(:placeholder-shown) ~ label, .content .field textarea:not(:placeholder-shown) ~ label {
  font-size: calc(10px * var(--font-base-scale));
  top: 0;
}
.content .field_with_errors input[type=text],
.content .field_with_errors input[type=email],
.content .field_with_errors input[type=date],
.content .field_with_errors input[type=password] {
  border-color: var(--color-alert);
}
.content .field_with_errors label {
  border: 1px solid var(--color-alert);
  padding: 11px 14px;
  border-radius: 4px;
}
.content .field_with_errors label .field_with_errors {
  display: inline;
}
.content .field-error {
  text-align: left;
  color: var(--color-alert);
  font-style: italic;
  text-transform: initial;
  margin: 5px 0 0;
  line-height: 25px;
}

.no-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 2px dashed var(--color-body-text);
  text-align: center;
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(18px * var(--font-header-scale));
  line-height: calc(30px * var(--font-header-scale));
  color: var(--color-body-text);
  padding: var(--page-padding);
}
.no-content a {
  color: var(--color-accent);
  border-bottom: 2px solid;
}

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

body.template-gift_card .shopify-section,
body.template- .shopify-section {
  text-align: center;
}
body.template-gift_card .shopify-section > .content,
body.template- .shopify-section > .content {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

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

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

@media (max-width: 960px) {
  .shopify-section > .content {
    margin: calc(var(--sections-distance) - 5px) 0 0;
    padding: var(--desktop-page-padding) var(--page-padding);
  }
  .shopify-section > .content.with-background:not(.expanded) {
    margin-left: var(--page-padding);
    margin-right: var(--page-padding);
  }
  .shopify-section > .content.extra-padding {
    padding: calc(var(--page-padding) * 3) calc(var(--page-padding) * 2);
  }
  .shopify-section:first-child > .content.with-background:not(.expanded) {
    margin-top: var(--page-padding);
  }
}
@media (max-width: 620px) {
  .shopify-section > .content {
    margin: calc(var(--sections-distance) - 10px) 0 0;
  }
  .shopify-section > .content.extra-padding {
    padding: calc(var(--page-padding) * 4) calc(var(--page-padding) * 2);
  }
  .shopify-section.section-account > .content, .shopify-section.section-contact-page > .content, .shopify-section.section-cart > .content {
    padding: var(--desktop-page-padding) var(--page-padding);
  }

  .navigation {
    display: none;
  }
}
@media (max-width: 420px) {
  .content h2 {
    margin: 5px 0;
  }
  .content div.row.left {
    float: none;
    text-align: center;
    padding-bottom: 25px;
  }
  .content div.row.right {
    float: none;
    text-align: center;
  }
  .content div.row.extra {
    margin: 0px 0 0;
  }
  .content div.row.bank_account div {
    display: inline;
  }
  .content h1 {
    font-size: calc(26px * var(--font-header-scale));
  }
  .content p {
    font-size: calc(18px * var(--font-base-scale));
    line-height: calc(26px * var(--font-base-scale));
  }
  .content input[type=text].bank, .content input[type=text].branch, .content input[type=text].control, .content input[type=text].account {
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
  }
}
.share {
  margin: 35px 0 0;
  min-height: 56px;
}
.share a.icon {
  font-size: 22px;
  text-decoration: none;
  border-radius: 50%;
  text-align: center;
  width: 44px;
  height: 44px;
  margin: 0 5px 0 0;
  border: 0;
  color: var(--color-share-text);
  display: inline-block;
  font-family: monospace;
  padding-top: 11px;
}
.share a.icon.facebook {
  background-color: var(--color-facebook-bg);
}
.share a.icon.twitter {
  background-color: var(--color-twitter-bg);
}
.share a.icon.pinterest {
  background-color: var(--color-pinterest-bg);
  padding-top: 10px;
}
.share a.icon > i.fc {
  margin: 0;
  vertical-align: inherit;
}

/* UI */
body {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(16px * var(--font-base-scale));
  color: var(--color-body-text);
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: calc(11px * var(--font-base-scale));
}

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

a > i.fa {
  margin-right: 5px;
}
a.link {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(16px * var(--font-base-scale));
  color: var(--color-body-text);
  text-decoration: none;
}
a.link:hover {
  color: var(--color-accent-dark);
  background: transparent;
}
a.underscore,a.underscore_red,a.underscore_gray {
  text-decoration: none;
  color: var(--color-body-text);
}
a.underscore:hover {
  border-bottom: 0px solid var(--color-body-text-light);
}

b, strong {
  /*font-weight: var(--font-base-weight-bolder);*/
  font-weight: 600;
}

img {
  max-width: 100%;
}
img.expanded {
  width: 100%;
  height: auto;
}
img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.nowrap {
  white-space: nowrap;
}

a.btn, .btn {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  border-radius: 2px;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--color-body-bg-darken-5);
  color: var(--color-body-text);
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
}
a.btn.action, .btn.action {
  color: var(--color-accent-neg);
  background: var(--color-accent);
  font-weight: var(--font-base-weight-bolder);
  font-size: calc(18px * var(--font-base-scale));
  padding: 12px 18px 11px;
  position: relative;
  z-index: 1;
  border-radius:3px; /*SaaS*/
}
@media (max-width: 620px) {
  a.btn.action, .btn.action {
  font-size: calc(16px * var(--font-base-scale));
      }
}

a.btn.action:before, .btn.action:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-accent-dark);  
  transform: scaleX(0);
  /*transform-origin: 0 50%;*/
  transition-property: transform;
  transition-duration: .25s;
  transition-timing-function: ease-out;
  /*border-radius: 2px;*/
  border-radius:3px; /*SaaS*/
  transition: .5s;/*SaaS*/
}
a.btn.action:hover, .btn.action:hover {
  color: var(--color-accent-neg);
}
a.btn.action:hover:before, .btn.action:hover:before {
  transform: scaleX(1);
}
a.btn.solid, .btn.solid {
  background: var(--color-body-text);
  color: var(--color-body-text-neg);
}
a.btn.solid:hover, .btn.solid:hover {
  background: var(--color-body-text-lighten-5);
}
a.btn.solid.small, .btn.solid.small {
  font-size: calc(16px * var(--font-base-scale));
  padding: 8px;
}
a.btn.small, .btn.small {
  font-size: calc(14px * var(--font-base-scale));
  padding: 10px 40px 9px;
  border-radius:3px; /*SaaS*/
}
a.btn.big, .btn.big {
  font-size: calc(20px * var(--font-base-scale));
  padding: 14px 40px 13px;
  border-radius:3px; /*SaaS*/
}
a.btn.line, .btn.line {
  color: var(--color-body-text);
  background-color: transparent;
  font-weight: var(--font-base-weight);
  text-decoration: none;
  font-size: calc(14px * var(--font-base-scale));
  border-radius: 5px;
  border: 1px solid var(--color-body-text-light);
  padding: 6px 10px;
}
a.btn.line:hover, .btn.line:hover {
  background-color: transparent;
  border-color: var(--color-body-text);
}
a.btn.line.normal, .btn.line.normal {
  font-size: calc(18px * var(--font-base-scale));
  padding: 14px 15px 13px;
}
a.btn.line.big, .btn.line.big {
  font-size: calc(20px * var(--font-base-scale));
  padding: 14px 40px 13px;
}
a.btn.line.active, .btn.line.active {
  color: var(--color-body-text);
  border-color: var(--color-body-text);
  position: relative;
  top: -1px;
  border-width: 2px;
}
a.btn.line.processing, .btn.line.processing {
  background-color: transparent !important;
  color: var(--color-body-text) !important;
  cursor: default !important;
}
a.btn.line.processing i, .btn.line.processing i {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
a.btn.line i, .btn.line i {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
a.btn.icon, .btn.icon {
  color: var(--color-body-text-light);
  background-color: transparent;
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  padding: 3px 6px;
  text-align: center;
  height: 28px;
}
a.btn.icon i, .btn.icon i {
  margin: 0;
}
a.btn.icon:hover, .btn.icon:hover {
  background-color: transparent;
  color: var(--color-body-text);
}
a.btn.icon.browse i, a.btn.icon.search i, .btn.icon.browse i, .btn.icon.search i {
  text-align: center;
}
a.btn:hover, .btn:hover {
  text-decoration: none;
}
a.btn:hover span, .btn:hover span {
  border-bottom: 1px solid;
}
a.btn.full, .btn.full {
  width: 100%;
}
a.btn.semi, .btn.semi {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
a.btn.processing, .btn.processing {
  background-color: var(--color-body-text-light) !important;
  color: var(--color-body-text-neg) !important;
  cursor: default !important;
}
a.btn.processing i, .btn.processing i {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
a.btn.processing:before, .btn.processing:before {
  transform: scaleX(1);
}
a.btn.disabled, .btn.disabled {
  background-color: var(--color-body-text-light) !important;
  cursor: default !important;
}
a.btn.faded, .btn.faded {
  opacity: 0.8;
}

span.highlight {
  background: var(--color-body-text-neg);
  padding: 1px 4px;
}
span.highlight.authorized, span.highlight.overdue, span.highlight.partially-fulfilled, span.highlight.scheduled, span.highlight.on-hold {
  background: rgba(250, 200, 106, 0.5);
}
span.highlight.paid, span.highlight.refunded, span.highlight.fulfilled {
  background: rgba(128, 250, 170, 0.5);
}
span.highlight.unpaid, span.highlight.unfulfilled {
  background: rgba(250, 118, 106, 0.5);
}
span.highlight.voided {
  background: #c6c7cb;
}

.select {
  position: relative;
  cursor: pointer;
  background-color: var(--color-body-bg-darken-5);
  border-radius: 6px;
}
.select .arrow {
  position: absolute;
  right: 12px;
  top: 10px;
  z-index: 1;
}
.select .arrow i {
  color: var(--color-body-text);
}
.select select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-body-text);
  display: inline-block;
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 10px 45px 10px 12px;
  background-color: transparent;
  z-index: 2;
}
.select option {
  color: var(--color-body-text);
}
.select input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-body-text-light);
  display: inline-block;
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 11px 0px 11px 12px;
  background-color: transparent;
  z-index: 2;
}
.select.number input[type=number]::-webkit-inner-spin-button,
.select.number input[type=number]::-webkit-outer-spin-button {
  opacity: 0;
}
.select.number input[type=number] {
  -moz-appearance: textfield;
}
.select.number:hover .arrow, .select.number:active .arrow {
  display: none;
}
.select.number:hover input[type=number], .select.number:active input[type=number] {
  padding-right: 12px;
  -moz-appearance: number-input;
}
.select.number:hover input[type=number]::-webkit-inner-spin-button,
.select.number:hover input[type=number]::-webkit-outer-spin-button, .select.number:active input[type=number]::-webkit-inner-spin-button,
.select.number:active input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.with-background .select {
  background-color: var(--color-body-text-neg);
}

.form-one-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form-one-row input.text, .form-one-row .field {
  flex: auto;
}
.form-one-row .field input.text {
  width: 100%;
}
@media (max-width: 620px) {
  .form-one-row {
    flex-direction: column;
  }
  .form-one-row input, .form-one-row .field {
    width: 100%;
  }
}

.disclosure {
  position: relative;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  color: #333;
}
.disclosure .disclosure__toggle {
  display: flex;
  align-items: center;
  align-content: center;
  border: 0;
  background-color: #eee;
  border-radius: 6px;
  transition-property: background-color;
  transition-duration: 0;
  transition-timing-function: ease;
  transition-delay: 0;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  color: #121212;
  cursor: pointer;
  padding: 10px 50px 10px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.disclosure .disclosure__toggle span {
  border-bottom: 1px solid transparent;
}
.disclosure .disclosure__toggle span.code {
  font-size: calc(16px * var(--font-base-scale));
}
.disclosure .disclosure__toggle svg {
  height: 20px;
}
.disclosure .disclosure__toggle svg + span {
  margin-left: 10px;
}
.disclosure .disclosure__toggle .arrow {
  position: absolute;
  right: 12px;
  top: 8px;
  opacity: 0.5;
  z-index: 1;
}
.disclosure .disclosure__toggle .arrow i {
  color: #121212;
}
.disclosure .disclosure__toggle:hover span, .disclosure .disclosure__toggle[aria-expanded="true"] span {
  border-color: inherit;
}
.disclosure .disclosure__toggle:hover .arrow, .disclosure .disclosure__toggle[aria-expanded="true"] .arrow {
  opacity: 1;
}
.disclosure .disclosure__list {
  display: none;
  border-radius: 6px;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
  border: 0;
  background-color: #eee;
  position: absolute;
  z-index: 200;
  bottom: 115%;
  overflow-y: auto;
  padding: 11px 0px;
  max-height: 30vh;
}
.disclosure .disclosure__list.disclosure-list--visible {
  display: block;
}
.disclosure .disclosure__list li {
  list-style: none;
  white-space: nowrap;
  text-align: left;
  padding: 0;
}
.disclosure .disclosure__list li a {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  color: #121212;
  text-decoration: none;
  display: block;
  padding: 5px 15px;
}
.disclosure .disclosure__list li a span.code {
  font-size: calc(16px * var(--font-base-scale));
}
.disclosure .disclosure__list li a:hover {
  color: #121212;
  background: #ddd;
}
.disclosure.with-check .disclosure__list {
  padding: 0;
}
.disclosure.with-check .disclosure__list .disclosure-list__item {
  border-bottom: 1px solid #ddd;
}
.disclosure.with-check .disclosure__list .disclosure-list__item .disclosure-list__option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
.disclosure.with-check .disclosure__list .disclosure-list__item .disclosure-list__option span {
  margin-right: 30px;
}
.disclosure.with-check .disclosure__list .disclosure-list__item .disclosure-list__option .fc-check {
  display: none;
  color: inherit;
}
.disclosure.with-check .disclosure__list .disclosure-list__item .disclosure-list__option:hover .fc-check {
  color: inherit;
}
.disclosure.with-check .disclosure__list .disclosure-list__item:last-child {
  border-bottom: 0;
}
.disclosure.with-check .disclosure__list .disclosure-list__item.disclosure-list__item--current .disclosure-list__option .fc-check {
  display: block;
}

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

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

h2.section-title {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(32px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-body-text-dark);
  padding: 0;
  margin: 0 auto 20px;
}
h2.section-title.align-center {
  text-align: center;
}
h2.section-title.align-right {
  text-align: right;
}

.vendor span {
  cursor: pointer;
  text-transform: uppercase;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(11px * var(--font-base-scale));
  color: var(--color-body-text);
  letter-spacing: .05rem;
}
.vendor span:hover {
  border-bottom: 1px solid var(--color-body-text-light);
}

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

.accordion {
  text-align: left;
  border-top: 1px solid var(--color-body-text);
  border-bottom: 1px solid var(--color-body-text);
}
.accordion summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  position: relative;
  padding: 15px 10px;
  align-items: center;
}
.accordion .header {
  display: flex;
  flex: 1;
}
.accordion .header .icon-accordion {
  align-self: center;
  fill: var(--color-body-text);
  margin-right: 15px;
  min-width: calc(20px * var(--font-header-scale));
  height: 100%;
}
.accordion .header h3 {
  margin: 0 40px 0 0 !important;
  display: inline-block;
  /*font-size: calc(18px * var(--font-header-scale));*/
  font-size: 14px;
}
.accordion .arrow {
  width: 22px;
  height: 24px;
}
.accordion .arrow .fc {
  color: var(--color-body-text);
  font-size: calc(18px * var(--font-header-scale));
}
.accordion .rte {
  padding: 0 10px 15px;
  margin-top: -5px;
}
.accordion .rte img {
  max-width: 100%;
}
.accordion details[open] summary .arrow .fc {
  transform: rotate(180deg);
}
.align-right .accordion {
  text-align: right;
}
.align-right .accordion .header {
  justify-content: flex-end;
}
.align-right .accordion .header .icon-accordion {
  margin-right: 0;
  margin-left: 15px;
  order: 2;
}
.align-right .accordion .header h3 {
  margin: 0 0 0 40px !important;
}
.align-right .accordion .arrow {
  left: 10px;
  right: auto;
}

.accordion + .accordion {
  border-top: 0;
}

.placeholder-svg {
  display: block;
  fill: var(--color-body-text-very-light);
  background: var(--color-section-bg);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.placeholder-svg.with-white-background {
  border: 1px solid var(--color-body-text-very-light);
  background: white;
}
.placeholder-svg.with-border {
  border: 1px solid var(--color-body-text-very-light);
  background: none;
}
.placeholder-svg.darker {
  background: #eee;
}
.placeholder-svg.portrait {
  aspect-ratio: 0.8;
}
.placeholder-svg.landscape {
  aspect-ratio: 1.3333;
}

.pulsar {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.pulsar:after, .pulsar:before {
  width: 14px;
  height: 14px;
  background: #54c63a;
  border-radius: 14px;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  margin: 8px;
}
.pulsar:before {
  animation: 2s linear 0s infinite normal none running inventory-pulse;
}

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

.modal {
  display: flex;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modal .background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.modal .frame {
  position: relative;
  background: var(--color-body-bg);
  margin: var(--page-padding);
  overflow: scroll;
  text-align: left;
  max-width: 800px;
  max-height: 80vh;
  border-radius: 4px;
}
.modal .frame .close {
  display: block;
  position: absolute;
  top: 5px;
  right: 10px;
  padding: 10px;
}
.modal .frame .inner {
  padding: var(--desktop-page-padding) var(--page-padding) var(--page-padding);
}
.modal .frame .inner.with-image {
  padding: var(--page-padding);
}
@keyframes animate-out-background {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animate-out-frame {
  from {
    opacity: 0.5;
    top: 20px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.modal.animated .background {
  opacity: 0;
  animation-name: animate-out-background;
  animation-duration: 200ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.modal.animated .frame {
  opacity: 0;
  animation-name: animate-out-frame;
  animation-duration: 250ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 50ms;
}
.modal.hidden {
  display: none;
}

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

.js-focus-hidden:focus {
  outline: none;
}

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

@media (max-width: 620px) {
  h2.section-title {
    font-size: calc(28px * var(--font-header-scale));
  }
}
/* Mobile and down */
@media (max-width: 420px) {
  a.btn span.extra, .btn span.extra {
    display: none;
  }
  a.btn.action.small, .btn.action.small {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rte h1 {
    font-family: var(--font-header-family);
    font-style: var(--font-header-style);
    font-weight: var(--font-header-weight);
    font-size: calc(40px * var(--font-header-scale));
    color: var(--color-body-text);
  }
  .rte h2 {
    font-family: var(--font-header-family);
    font-style: var(--font-header-style);
    font-weight: var(--font-header-weight);
    font-size: calc(32px * var(--font-header-scale));
    color: var(--color-body-text);
  }
  .rte h3 {
    font-family: var(--font-header-family);
    font-style: var(--font-header-style);
    font-weight: var(--font-header-weight);
    font-size: calc(28px * var(--font-header-scale));
    color: var(--color-body-text);
  }
  .rte h4 {
    font-family: var(--font-header-family);
    font-style: var(--font-header-style);
    font-weight: var(--font-header-weight);
    font-size: calc(24px * var(--font-header-scale));
    color: var(--color-body-text);
  }
  .rte h5 {
    font-family: var(--font-header-family);
    font-style: var(--font-header-style);
    font-weight: var(--font-header-weight);
    font-size: calc(20px * var(--font-header-scale));
    color: var(--color-body-text);
  }
  .rte h6 {
    font-family: var(--font-header-family);
    font-style: var(--font-header-style);
    font-weight: var(--font-header-weight);
    font-size: calc(18px * var(--font-header-scale));
    color: var(--color-body-text);
  }

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

@media (max-width: 620px) {
  .sorting-and-filtering .active-facets a.btn, .sorting-and-filtering .active-facets button {
    flex: 1 0 auto;
    justify-content: center;
  }
}
/* Account pages */
.section-account .expanded {
  margin-top: 40px;
}
.section-account .login .box {
  padding: 0 0 15px;
  margin: 0 auto 20px;
}
.section-account .login .box.login {
  padding: 0;
}
.section-account .login .box.guest {
  padding: 15px 0 0;
  border-top: 1px dashed var(--color-body-text-light);
}
.section-account .login .recover-password {
  position: absolute;
  right: 10px;
  top: 10px;
  background: var(--color-body-bg);
  padding: 5px;
}
.section-account .login .recover-password a {
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text-light);
}
.section-account .account-details .info {
  border-top: 1px solid var(--color-body-text-very-light);
  border-bottom: 1px solid var(--color-body-text-very-light);
  padding: 15px 0px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.section-account .account-details .info h4 {
  margin-bottom: 0;
}
.section-account .account-details .info p.address {
  margin-top: 20px;
}
.section-account .orders-details .orders {
  border-top: 1px solid var(--color-body-text-light);
  margin: 20px auto;
}
.section-account .orders-details .orders .order {
  display: block;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid var(--color-body-text-light);
}
.section-account .orders-details .orders .order a {
  color: var(--color-accent);
}
.section-account .order .box {
  float: left;
  width: 50%;
}
.section-account .order .items {
  margin: 20px 0;
  text-align: left;
  border-top: 1px solid var(--color-body-text-light);
}
.section-account .order .items .item {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 1px;
  border-bottom: 1px solid var(--color-body-text-light);
}
.section-account .order .items .item:after {
  display: table;
  content: '';
  clear: both;
}
.section-account .order .items .item .left {
  float: left;
  position: relative;
  top: 3px;
}
.section-account .order .items .item .left > img {
  height: 45px;
  width: auto;
  display: inline;
  margin: 0 10px 0 0;
  border-radius: 3px;
}
.section-account .order .items .item .left .product {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
}
.section-account .order .items .item .left .product .title {
  color: var(--color-body-text);
  display: block;
  font-size: calc(20px * var(--font-base-scale));
  line-height: calc(22px * var(--font-base-scale));
}
.section-account .order .items .item .left .product .subtitle {
  display: block;
  font-size: calc(14px * var(--font-base-scale));
}
.section-account .order .items .item .left .product .subtitle a {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(14px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-accent);
  text-decoration: none;
  margin: 0 0 0 1px;
}
.section-account .order .items .item .left .product .subtitle a:hover {
  color: var(--color-accent-dark);
}
.section-account .order .items .item .left .quantity {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(20px * var(--font-base-scale));
  color: var(--color-body-text);
  vertical-align: top;
  margin-right: 6px;
  position: relative;
  top: 3px;
  display: inline-block;
}
.section-account .order .items .item .left .quantity .x {
  color: var(--color-body-text-light);
  display: inline-block;
  vertical-align: top;
}
.section-account .order .items .item .left .text {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(20px * var(--font-base-scale));
  color: var(--color-body-text);
  max-width: 80%;
}
.section-account .order .items .item .left .text.discount .fc {
  margin-right: 5px;
}
.section-account .order .items .item .left .text.small {
  font-size: calc(16px * var(--font-base-scale));
}
.section-account .order .items .item .right {
  float: right;
  text-align: right;
}
.section-account .order .items .item .right .subtotal {
  color: var(--color-body-text);
}
.section-account .order .items .item .right .price {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(20px * var(--font-base-scale));
  color: var(--color-body-text);
  position: relative;
  top: 5px;
  text-transform: capitalize;
}
.section-account .order .items .item .right .price.bold {
  font-weight: var(--font-base-weight-bolder);
  top: -2px;
}
.section-account .order .items .item .right .price.original {
  top: 0;
  font-size: calc(20px * var(--font-base-scale));
  opacity: 0.6;
}
.section-account .order .items .item .right .price.final {
  top: 0;
}
.section-account .order .items .item .right .allocation {
  font-size: calc(16px * var(--font-base-scale));
}
.section-account .order .items .item.extra .left {
  top: 0;
  width: 70%;
}
.section-account .order .items .item.extra .right .price {
  top: 0;
}
.section-account .order .items .item.total {
  border-bottom: 2px solid var(--color-body-text);
}
.section-account .order .order-addresses {
  display: flex;
  gap: 40px;
  margin-top: 30px;
}
.section-account .account-addresses {
  border-top: 1px solid var(--color-body-text-very-light);
  margin: 20px auto;
}
.section-account .account-addresses .address {
  width: 100%;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid var(--color-body-text-very-light);
}
.section-account .account-addresses .address .title {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(18px * var(--font-header-scale));
  color: var(--color-body-text);
  margin-bottom: 10px;
}
.section-account .account-addresses .address .default {
  position: absolute;
  bottom: 15px;
  right: 0px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid var(--color-body-text-very-light);
  padding: 6px 10px;
  font-size: calc(12px * var(--font-base-scale));
  font-weight: var(--font-base-weight-bolder);
}
.section-account .account-addresses .address p.actions {
  margin: 10px 0 0;
}
.section-account .account-addresses .address p.actions a {
  color: var(--color-body-text);
  text-decoration: none;
  font-size: calc(14px * var(--font-base-scale));
  border-radius: 2px;
  border: 1px solid var(--color-body-text-light);
  padding: 3px 10px;
}
.section-account .address form {
  margin: 0 auto;
}
.section-account .address form h4 {
  font-size: calc(16px * var(--font-header-scale));
}
.section-account .address form .row.checkbox {
  margin: 20px 0;
  display: block;
  font-size: calc(20px * var(--font-base-scale));
  color: var(--color-body-text);
}
.section-account .address form .row.checkbox input {
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}
.section-account .btn + .btn:not(.processing) {
  margin-left: 5px;
}

@media (max-width: 960px) {
  .section-account .order .items {
    width: 95%;
    margin: 20px auto;
  }
  .section-account .order .items .item .left .product {
    max-width: 300px;
  }
}
@media (max-width: 420px) {
  .section-account .order .items {
    width: 100%;
  }
  .section-account .order .items .item .left .quantity {
    font-size: calc(18px * var(--font-base-scale));
  }
  .section-account .order .items .item .left .product {
    max-width: 120px;
  }
  .section-account .order .items .item .left .product .title {
    font-size: calc(16px * var(--font-base-scale));
    line-height: calc(18px * var(--font-base-scale));
  }
  .section-account .order .items .item .left .product .subtitle {
    font-size: calc(14px * var(--font-base-scale));
  }
  .section-account .order .items .item .left .text {
    font-size: calc(18px * var(--font-base-scale));
    max-width: 70%;
  }
  .section-account .order .items .item .right .price {
    font-size: calc(18px * var(--font-base-scale));
  }
  .section-account .order .order-addresses {
    flex-direction: column;
    gap: 20px;
  }
}
/* Header */
.section-header {
  --text-color: var(--color-header-text);
  --border-color: var(--color-header-border);
  --border: var(--style-header-border);
  background: var(--color-header-bg);
}
.section-header .header {
  max-width: var(--page-max-width);
  margin: 0 auto;
}
.section-header .header .inner {
  background: var(--color-header-bg);
  /*border-bottom: var(--border); */
}
.section-header .header a.btn.icon {
  margin: 0;
  height: 44px;
  min-width: 40px;
  line-height: 48px;
  padding: 0;
  color: var(--text-color);
  position: relative;
}
.section-header .header a.btn.icon i {
  font-size: calc(24px * var(--font-base-scale));
}
.section-header .header a.btn.icon .circle {
  position: absolute;
  top: 2px;
  left: 21px;
  font-size: calc(10px * var(--font-base-scale));
  font-weight: var(--font-base-weight-bolder);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-accent);
  color: var(--color-accent-neg);
  border: 0;
}
.section-header .header a.btn.icon .circle.empty {
  width: 18px;
  height: 18px;
  left: 23px;
  top: 6px;
}
.section-header .header a.btn.icon .circle.hidden-count {
  visibility: hidden;
}
.section-header .header a.btn.icon.close {
  color: var(--color-header-text);
}
.template-cart .section-header .header a.btn.icon.cart {
  display: none;
}
.section-header .header .logo a {
  display: block;
  text-decoration: none;
}
.section-header .header .logo h1 {
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  text-align: center;
}
.section-header .header .logo img {
  display: inline-block;
  width: auto;
  height: auto;
}
@media (max-width: 620px) {
.section-header .header .logo img {
    max-width: 223px;
    width: 80%;
      }
}


.section-header .header .logo img + img {
  display: none;
}
.section-header .header .logo.with-image h1 {
  line-height: 0;
  top: 0;
}
.section-header .header .content {
  padding: var(--page-padding);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.section-header .header .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex: 0 1 100%;
}
.section-header .header .left > .btn.browse {
  display: none;
  position: relative;
  left: -8px;
}
.section-header .header .left .menu {
  text-align: left;
  display: flex;
  flex-direction: row;
}
.section-header .header .left .menu ul {
  list-style: none;
  font-size: 0;
}
.section-header .header .left .menu ul li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.section-header .header .left .menu ul li:last-child {
  padding-right: 0;
}
.section-header .header .left .menu ul li a {
  display: inline-block;
  font-size: calc(16px * var(--font-base-scale));
  text-decoration: none;
  color: var(--text-color);
}
@media (max-width: 620px) {
.section-header ul.main {
    font-size: calc(18px * var(--font-base-scale));
      }
}

.section-header .header .left .menu ul li a:not(.plus) {
  padding: 3px 0;
  margin: 7px 0;
  border-bottom: 1px solid transparent;
}
.section-header .header .left .menu ul li a:not(.plus).active {
  /*border-bottom: 1px solid var(--text-color); */  /*SaaS*/
}
.section-header .header .left .menu ul li a:not(.plus):hover {
  border-bottom: 1px solid var(--text-color);
}
.section-header .header .left .menu ul li a.plus {
  padding: 10px 0;
  margin: 0;
}
.section-header .header .left .menu ul li a.plus:after {
  content: '+';
  display: inline-block;
  margin-left: 3px;
}
.section-header .header .left .menu ul li a.plus[aria-expanded="true"] {
  opacity: 1;
}
.section-header .header .left .menu ul li ul.second {
  visibility: hidden;
  transform: translateY(-4%);
  position: absolute;
  z-index: 10;
  left: -10px;
  padding: 10px;
  text-align: left;
  background: white;
  border-radius: 3px;
  overflow: scroll;
  box-shadow: 0 0.33333333vw 1.33333333vw 0 rgba(5, 0, 56, 0.16);
  opacity: 0;
}
.section-header .header .left .menu ul li ul.second.expanded {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.section-header .header .left .menu ul li ul.second.expanded li {
  display: block;
  white-space: nowrap;
}
.section-header .header .left .menu ul li ul.second.expanded li a {
  margin: 5px 10px;
  color: var(--color-body-text);
  display: inline-block;
}
.section-header .header .left .menu ul li ul.second.expanded li a.column-child {
  font-size: calc(14px * var(--font-base-scale));
}
.section-header .header .left .menu ul li ul.second.with-transition {
  transition: box-shadow 125ms 0ms, transform 125ms 0ms, opacity 125ms 0ms, visibility;
}
.section-header .header .left .menu ul li ul.second.with-transition.expanded {
  transition: visibility 0ms 0ms, opacity 350ms 0ms, transform 350ms 0ms, box-shadow 350ms 62.5ms;
}
.section-header .header .left .menu ul li.megamenu {
  position: static;
}
.section-header .header .left .menu ul li.megamenu a.plus:hover:before {
  content: '';
  background: transparent;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  height: 100%;
  margin-top: 20px;
}
.section-header .header .left .menu ul li.megamenu ul.tab {
  left: 0;
  right: 0;
  top: 100%;
  padding: 0;
  border: 0;
  text-align: left;
  box-shadow: none;
  border-radius: 0;
  border-bottom: var(--border);
}
.section-header .header .left .menu ul li.megamenu ul.tab .line {
  background: var(--border-color);
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
}
.section-header .header .left .menu ul li.megamenu ul.tab .columns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 var(--page-padding);
}
.section-header .header .left .menu ul li.megamenu ul.tab .column {
  margin-bottom: 20px;
}
.section-header .header .left .menu ul li.megamenu ul.tab li a.column-header {
  color: var(--color-accent);
  font-weight: var(--font-base-weight-bolder);
}
.section-header .header .left .menu ul li.megamenu ul.tab li a.column-header:hover {
  border-color: var(--color-accent);
}
.section-header .header .left .menu ul li.megamenu ul.tab .image {
  max-width: 300px;
}
.section-header .header .left .menu ul li.megamenu ul.tab .image a {
  padding: 0;
  margin: 7px 0 0;
  display: block;
  border: 0;
}
.section-header .header .left .menu ul li.megamenu ul.tab .image img {
  width: 100%;
  display: block;
}
.section-header .header .left .menu ul li.megamenu ul.tab .image p {
  text-align: center;
  margin-top: 4px;
}
.section-header .header .center {
  flex: 1 0 auto;
  padding: 0 10px;
}
.section-header .header .right { 
  /*display: flex; */
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 0 1 100%;
}

.section-header .header .right .disclosures {
  margin-right: 5px;
}
.section-header .header .right .disclosures .disclosure__list {
  right: 0;
  bottom: auto;
  margin-top: 10px;
}
.section-header .header .right .disclosures .disclosure__toggle {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: calc(16px * var(--font-base-scale));
  display: flex;
  align-items: center;
  color: var(--text-color);
  background: var(--color-header-bg-darken-5);
}
.section-header .header .right .disclosures .disclosure__toggle .arrow {
  margin-left: 5px;
  margin-top: 2px;
  position: static;
}
.section-header .header .right .disclosures .disclosure__toggle .arrow i {
  display: block;
  font-size: calc(16px * var(--font-base-scale));
  color: var(--text-color);
}
.section-header .header .overlay {
  visibility: hidden;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0;
  transition: visibility 0s, opacity 0.35s cubic-bezier(0.46, 0.01, 0.32, 1) 0.1s;
}
.searching .section-header .header .overlay, .picking .section-header .header .overlay, .shopping .section-header .header .overlay, .browsing .section-header .header .overlay {
  visibility: visible;
  opacity: 0.4;
}
.section-header .header .side-nav-section {
  display: none;
  position: fixed;
  top: 0;
  left: calc(var(--side-nav-width) * -1);
  width: var(--side-nav-width);
  max-width: 100%;
  height: 100%;
  text-align: left;
  z-index: 102;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(34px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-side-nav-text);
  background: var(--color-side-nav-bg);
}
.section-header .header .side-nav-section .side-nav {
  overflow-y: auto;
  height: 100%;
  padding: var(--page-padding);
}
.section-header .header .side-nav-section .btn.close {
  color: var(--color-side-nav-text) !important;
  opacity: 0.85;
}
.section-header .header .side-nav-section .btn.close:hover {
  opacity: 1;
}
.section-header .header .side-nav-section .btn.close i {
  font-size: calc(24px * var(--font-base-scale));
}
.section-header .header .side-nav-section .nav {
  margin-top: 10px;
}
.section-header .header .side-nav-section .nav ul {
  list-style: none;
  margin-left: 15px;
}
.section-header .header .side-nav-section .nav ul li {
  margin: 8px 0;
  border-bottom: 1px #3D9254 dashed; /*SaaS*/
  padding-bottom: 8px; /*SaaS*/
}
.section-header .header .side-nav-section .nav ul a {
  text-decoration: none;
  color: var(--color-side-nav-text);
  opacity: 0.85;
}
.section-header .header .side-nav-section .nav ul a:hover {
  color: var(--color-side-nav-text);
  opacity: 1;
}
.section-header .header .side-nav-section .nav ul a.plus:after {
  content: '+';
  margin-left: 10px;
  display: inline-block;
}
.section-header .header .side-nav-section .nav ul a.plus[aria-expanded="true"]:after {
  content: '–';
  position: relative;
  top: -1px;
}
.section-header .header .side-nav-section .nav ul ul {
  display: none;
  margin-bottom: 10px;
}
.section-header .header .side-nav-section .nav ul ul li {
  margin: 0;
  border-bottom: none;/*SaaS追加*/
    padding-bottom: 0px;/*SaaS追加*/
    padding-top: 5px;/*SaaS追加*/
}
.section-header .header .side-nav-section .nav ul ul li a {
  /*font-size: calc(24px * var(--font-base-scale));*/
  padding: 5px 0 5px;
}
.section-header .header .side-nav-section .nav ul ul ul li a {
  font-size: calc(20px * var(--font-base-scale));
}
.section-header .header .side-nav-section > a.btn.browse {
  display: none;
}
.section-header .header .side-nav-section .extra > * {
  padding-top: 20px;
  margin: 0 15px;
  position: relative;
}
.section-header .header .side-nav-section .extra > *:first-child {
  margin-top: 30px;
  padding-top: 30px;
}
.section-header .header .side-nav-section .extra > *:first-child:before {
  content: "—";
  position: absolute;
  top: -20px;
  left: 0;
  color: var(--color-side-nav-text);
  font-size: calc(34px * var(--font-base-scale));
}
.section-header .header .side-nav-section .extra > *:last-child {
  padding-bottom: 30px;
}
.section-header .header .side-nav-section .connect {
  color: var(--color-side-nav-text);
  font-size: calc(18px * var(--font-base-scale));
  line-height: calc(35px * var(--font-base-scale));
}
.section-header .header .side-nav-section .connect i {
  color: var(--color-side-nav-text);
  margin-right: 10px;
  font-size: calc(22px * var(--font-base-scale));
}
.section-header .header .side-nav-section .connect a {
  text-decoration: none;
  color: var(--color-side-nav-text);
}
.section-header .header .side-nav-section .connect.cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 5px;
}
.section-header .header .side-nav-section .selectors-form .disclosures {
  flex-direction: column;
}
.section-header .header .side-nav-section .selectors-form .disclosures .disclosure {
  margin-right: 8px;
  margin-left: 0;
}
.section-header .header .side-nav-section .selectors-form .disclosures .disclosure__toggle {
  color: var(--color-side-nav-text);
  background: var(--color-side-nav-bg-darken-5);
}
.section-header .header .side-nav-section .selectors-form .disclosures .disclosure__toggle .arrow i {
  color: var(--color-side-nav-text);
}
.section-header .header .disclosures {
  display: flex;
  gap: 8px;
}
.section-header .header.overlaying {
  height: 0;
  position: relative;
}
:not(.sticky-header) .section-header .header.overlaying > .inner {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 20;
}
.section-header .header.overlaying.transparent .inner {
  background: transparent;
}
.section-header .header.overlaying.transparent .logo img:not(:only-child):first-child {
  display: none;
}
.section-header .header.overlaying.transparent .logo img + img {
  display: inline-block;
}
.section-header .header.overlaying.transparent .right .disclosures .disclosure__toggle {
  background: transparent;
  border: 1px solid;
  border-width: 2px;
  padding: 5px 10px;
}
.sticky-header .section-header .header.overlaying .inner {
  transition: background-color 350ms cubic-bezier(0.46, 0.01, 0.32, 1);
}
.template-gift_card .section-header .header .left, .template-gift_card .section-header .header .right {
  display: none;
}
.sticky-header .section-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 20;
}

@media (min-width: 961px) {
  .section-header .header.logo-position-left .center {
    order: -1;
    padding: 0 30px 0 0;
    padding-top: 10px;/*SaaS*/
  }
  .section-header .header.logo-position-left .right {
    flex: none;
    position: absolute;/*SaaS*/
    top: 50px;/*SaaS*/
  }
}
@media (max-width: 960px) {
  .section-header .header .logo h1 {
    font-size: calc(26px * var(--font-header-scale));
  }
  .section-header .header .content {
    padding: var(--desktop-page-padding) var(--page-padding);
  }
  .section-header .header .left > .btn.browse {
    display: block;
  }
  .section-header .header .left .menu {
    display: none;
  }
  .section-header .header .right .disclosures .disclosure[data-disclosure-country] {
    display: none;
  }
  .section-header .header .side-nav-section {
    display: block;
  }
  .section-header .header .side-nav-section .side-nav {
    padding: var(--desktop-page-padding) var(--page-padding);
  }
}
@media (max-width: 620px) {
  .section-header .header .left, .section-header .header .right {
    flex: 1;
    padding-top: 0px;/*SaaS*/
  }
  .section-header .header > .btn.browse {
    opacity: 0;
  }
  .section-header .header .center {
    flex: 1 1 auto;
    text-align: center;
  }
  .section-header .header .right .disclosures {
    display: none;
  }
  .section-header .header .right .btn.user {
    display: none;
  }
}
@media (max-width: 420px) {
  .section-header .header .logo h1 {
    font-size: calc(20px * var(--font-header-scale));
  }
  .section-header .header .logo img {
   max-width: 100%;
  }
}
@media (max-width: 300px) {
  .section-header .header .logo h1 {
    /* keep it at 20 */
    font-size: 20px;
  }
  .section-header .header .left, .section-header .header .right {
    display: none;
  }
}
.no-js .section-header .header .left > .btn.browse {
  opacity: 0 !important;
}
.no-js .section-header .header .left .menu .nav ul li:focus-within ul, .no-js .section-header .header .left .menu .nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.no-js .section-header .header .left .menu .nav ul li:focus-within ul li, .no-js .section-header .header .left .menu .nav ul li:hover ul li {
  display: block;
  white-space: nowrap;
}
.no-js .section-header .header .left .menu .nav ul li:focus-within ul li a, .no-js .section-header .header .left .menu .nav ul li:hover ul li a {
  margin: 5px 10px;
  color: var(--color-body-text);
  display: inline-block;
}
.no-js .section-header .header .left .menu .nav ul li:focus-within ul li a.column-child, .no-js .section-header .header .left .menu .nav ul li:hover ul li a.column-child {
  font-size: calc(14px * var(--font-base-scale));
}
.no-js .section-header .header .side-nav-section {
  transition: none !important;
}
.no-js .section-header .header .side-nav-section > a.btn.browse {
  display: block;
  position: absolute;
  right: -64px;
  top: 20px;
  height: auto;
  min-width: 44px;
  line-height: 44px;
  padding: 0;
}
.no-js .section-header .header .side-nav-section > a.btn.browse i {
  font-size: calc(24px * var(--font-base-scale));
}
@media (max-width: 620px) {
  .no-js .section-header .header .side-nav-section > a.btn.browse {
    right: -54px;
    top: 10px;
  }
}
.no-js .section-header .header .side-nav-section .btn.close {
  display: none;
}
.no-js .section-header .header .side-nav-section:focus-within, .no-js .section-header .header .side-nav-section:hover {
  z-index: 100;
  transform: translateX(var(--side-nav-width));
}
.no-js .section-header .header .side-nav-section:focus-within > a.btn.browse, .no-js .section-header .header .side-nav-section:hover > a.btn.browse {
  opacity: 0;
}
.no-js .section-header .header .side-nav-section .nav ul li:focus-within a.plus:after, .no-js .section-header .header .side-nav-section .nav ul li:hover a.plus:after {
  content: '–';
  position: relative;
  top: -1px;
}
.no-js .section-header .header .side-nav-section .nav ul li:focus-within > ul, .no-js .section-header .header .side-nav-section .nav ul li:hover > ul {
  display: block;
}
.no-js .section-header .header .side-nav-section .nav ul li:focus-within > ul li:focus-within ul, .no-js .section-header .header .side-nav-section .nav ul li:focus-within > ul li:hover ul, .no-js .section-header .header .side-nav-section .nav ul li:hover > ul li:focus-within ul, .no-js .section-header .header .side-nav-section .nav ul li:hover > ul li:hover ul {
  display: block;
}

.align-right .section-header .header .left {
  order: 3;
  justify-content: flex-end;
}
.align-right .section-header .header .left .menu {
  text-align: right;
}
.align-right .section-header .header .left .menu ul li {
  margin-left: 10px;
  margin-right: 0;
}
.align-right .section-header .header .left .menu ul li ul.second {
  text-align: right;
  left: auto;
  right: -10px;
}
.align-right .section-header .header .left .menu ul li.megamenu ul.tab {
  left: 0;
  right: 0;
}
.align-right .section-header .header .center {
  order: 2;
}
.align-right .section-header .header .right {
  order: 1;
  justify-content: flex-start;
}
.align-right .section-header .header .side-nav-section {
  left: auto;
  right: calc(var(--side-nav-width) * -1);
  text-align: right;
}
.align-right .section-header .header .side-nav-section .nav ul {
  margin-left: 0;
  margin-right: 15px;
}
.align-right .section-header .header .side-nav-section .extra > *:first-child:before {
  left: auto;
  right: 0;
}
.align-right .section-header .header .side-nav-section .selectors-form .disclosures .disclosure {
  margin-left: 8px;
  margin-right: 0;
}
.align-right.browsing .side-nav-section {
  transform: translateX(calc(var(--side-nav-width) * -1));
}

/* Side Cart */
.side-cart {
  visibility: hidden;
  position: fixed;
  z-index: 11;
  top: 0;
  right: calc(var(--side-cart-width) * -1);
  width: var(--side-cart-width);
  max-width: 100%;
  height: 100%;
  text-align: left;
  padding: var(--desktop-page-padding) var(--page-padding);
  background: var(--color-body-bg);
}
.side-cart a.close {
  position: absolute;
  top: calc(var(--desktop-page-padding) + 4);
  right: var(--page-padding);
  text-decoration: none;
  opacity: 0.85;
}
.side-cart a.close i {
  font-size: 24px;
}
.side-cart a.close:hover {
  opacity: 1;
}
.side-cart .side-cart-header {
  border-bottom: 1px solid var(--color-body-bg-darken-5);
}
.side-cart .side-cart-header h2 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(25px * var(--font-header-scale));
  color: var(--color-body-text);
  margin: 0 0 20px;
}
.side-cart .side-cart-container {
  position: absolute;
  top: calc(var(--page-padding) + 50px);
  left: 0;
  right: 0;
  bottom: 0;
  padding: calc(var(--desktop-page-padding) / 2) var(--page-padding);
}
.side-cart .side-cart-container .items {
  position: absolute;
  top: 0;
  bottom: 150px;
  left: 0;
  right: 0;
  padding: 0 var(--page-padding);
  overflow-y: auto;
  overflow-x: hidden;
}
.side-cart .side-cart-container .items .item {
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-body-bg-darken-5);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.side-cart .side-cart-container .items .item:after {
  display: table;
  content: '';
  clear: both;
}
.side-cart .side-cart-container .items .item .quantity {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.45s;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.side-cart .side-cart-container .items .item.loading .quantity {
  opacity: 0.3;
}
.side-cart .side-cart-container .items .item.removing {
  opacity: 0.1;
}
.side-cart .side-cart-container .items .item .left {
  float: left;
  width: 30%;
}
.side-cart .side-cart-container .items .item .left img {
  width: 100%;
  background: var(--color-section-bg);
}
.side-cart .side-cart-container .items .item .right {
  display: block;
  float: left;
  width: 70%;
  padding: 0px 20px 10px 10px;
}
.side-cart .side-cart-container .items .item .right a.name {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(18px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-body-text-dark);
  text-decoration: none;
  display: inline;
}
.side-cart .side-cart-container .items .item .right .description {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-body-text);
  margin: 1px 0 2px;
}
.side-cart .side-cart-container .items .item .right .quantity {
  margin: 10px 0 0;
}
.side-cart .side-cart-container .items .item .right .quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid;
  background-color: transparent;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-body-text);
  padding: 4px 0;
}
.side-cart .side-cart-container .items .item .right .quantity button {
  color: var(--color-body-text);
  background-color: transparent;
  border: 0;
  padding: 4px 0;
  width: 30px;
  cursor: pointer;
}
.side-cart .side-cart-container .items .item .price {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(20px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-body-text);
  text-align: right;
  clear: both;
}
.side-cart .side-cart-container .items .item .price span {
  display: inline-block;
}
.side-cart .side-cart-container .items .item .price span.striped {
  text-decoration: line-through;
  color: var(--color-body-text-light);
  font-size: 16px;
}
.side-cart .side-cart-container .items .item .price span.unit-price {
  display: block;
  margin-top: 2px;
  font-size: 14px;
  color: var(--color-body-text-light);
}
.side-cart .side-cart-container .items .item .price span.allocation {
  display: block;
  font-size: 14px;
  color: var(--color-accent);
  line-height: 22px;
  margin-top: 2px;
}
.side-cart .side-cart-container .items .item .price span.allocation .icon {
  vertical-align: middle;
  margin-right: 5px;
}
.side-cart .side-cart-container .items .item .remove {
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  text-decoration: none;
}
.side-cart .side-cart-container .items .item:last-child {
  border: 0;
}
.side-cart .side-cart-container .items .instructions {
  margin: 20px 0;
}
.side-cart .side-cart-container .items .instructions label {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  display: block;
  margin: 0 0 20px;
}
.side-cart .side-cart-container .items .instructions textarea {
  min-height: 160px;
  padding: 10px;
  font-size: 14px;
  width: 100%;
}
.side-cart .side-cart-container .more {
  border-top: 1px solid var(--color-body-bg-darken-5);
  position: absolute;
  left: var(--page-padding);
  right: var(--page-padding);
  bottom: 0;
  padding-top: 10px;
  padding-bottom: var(--desktop-page-padding);
  background: var(--color-body-bg);
}
.side-cart .side-cart-container .more .row {
  padding-bottom: 15px;
}
.side-cart .side-cart-container .more .row:last-child {
  padding-bottom: 0;
}
.side-cart .side-cart-container .more h3 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(25px * var(--font-header-scale));
  color: var(--color-body-text);
}
.side-cart .side-cart-container .more h3:after {
  display: table;
  content: '';
  clear: both;
}
.side-cart .side-cart-container .more h3 span {
  font-weight: 300;
}
.side-cart .side-cart-container .more h3 .value {
  float: right;
  text-align: right;
}
.side-cart .side-cart-container .more h3.small {
  font-size: 20px;
}
.side-cart .side-cart-container .more h4 {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  display: block;
}
.side-cart .side-cart-container .more .shipping-and-taxes {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-accent);
}
.side-cart .side-cart-container .more .shipping-and-taxes a {
  color: var(--color-accent);
}
.side-cart .side-cart-container .more h5 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(15px * var(--font-header-scale));
  color: var(--color-body-text);
  font-weight: var(--font-header-weight-bolder);
  color: var(--color-accent);
  display: block;
  margin: 0 0 5px;
}
.side-cart .side-cart-container .more h5 .icon {
  vertical-align: middle;
  margin-right: 2px;
  font-weight: 600;
}
.side-cart .side-cart-container .more h5 .value {
  float: right;
  text-align: right;
}
.side-cart .side-cart-container .more button {
  width: 100%;
}
.side-cart .side-cart-container .more button.update {
  display: none;
}
.no-js .side-cart .side-cart-container .more button {
  display: inline-block;
}
.no-js .side-cart .side-cart-container .more button br {
  display: inline-block;
  margin-right: 4px;
  content: ' ';
}
.side-cart .side-cart-container .more .additional-checkout-buttons {
  margin-top: -15px;
}
.side-cart .side-cart-container > h3 {
  margin-top: 10px;
}
.side-cart .side-cart-container .empty {
  margin-top: 10px;
}

@media (max-width: 420px) {
  .side-cart .side-cart-container .items {
    padding: 0 var(--page-padding);
  }
}
.search-overlay {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 11;
  background: var(--color-header-bg);
  align-items: center;
}
.searching .search-overlay {
  display: block;
}
.search-overlay .search-bar {
  display: flex;
  align-items: center;
  padding: 0 var(--page-padding);
  width: 100%;
  height: 100%;
}
.search-overlay .search-bar .field {
  width: 100%;
}
.search-overlay .search-bar .field label {
  font-size: calc(20px * var(--font-base-scale));
  padding: 0;
  left: 0;
  top: 0;
}
.search-overlay .search-bar .field input:not(:placeholder-shown) {
  padding: 0;
}
.search-overlay .search-bar .field input:not(:placeholder-shown) ~ label {
  top: -22px;
}
.search-overlay .search-bar input {
  width: 100%;
  display: block;
  outline: none;
  border: 0;
  font-size: calc(20px * var(--font-base-scale));
  background: var(--color-header-bg);
  color: var(--color-header-text);
  -webkit-appearance: textfield;
}
.search-overlay .search-bar ::-webkit-input-placeholder {
  color: var(--color-header-text-alpha-60);
}
.search-overlay .search-bar :-moz-placeholder {
  color: var(--color-header-text-alpha-60);
}
.search-overlay .search-bar ::-moz-placeholder {
  color: var(--color-header-text-alpha-60);
}
.search-overlay .search-bar :-ms-input-placeholder {
  color: var(--color-header-text-alpha-60);
}
.search-overlay .search-bar ::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-overlay .predictive-search-results {
  background: var(--color-header-bg);
  color: var(--color-header-text);
}
.search-overlay .predictive-search-results .products {
  border-top: var(--style-header-border);
  padding: var(--page-padding);
  overflow: scroll;
}
@media (max-width: 960px) and (min-width: 620px) {
  .search-overlay .predictive-search-results .products .product:nth-child(4n) {
    display: none;
  }
}

/* Alerts */
.alert-header {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(16px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-alert-neg);
  background-color: var(--color-alert);
  text-align: center;
}
.alert-header ul {
  list-style-type: none;
  margin-top: 8px;
}
.alert-header ul li {
  margin-top: 2px;
}

/* Footer */
.footer {
  position: relative;
  text-align: left;
  background: var(--color-footer-bg);
  margin: 0;
  padding: 0;
}
.footer .content {
  padding: calc(2 * var(--page-padding)) var(--page-padding);
  margin: 0 auto;
  max-width: var(--page-max-width);
}
.footer .content:after {
  display: table;
  content: '';
  clear: both;
}
.footer .content img {
  display: inline;
}
.footer .content h1 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(20px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-footer-title);
  margin: 0 0 15px;
}
.footer .content a {
  color: var(--color-footer-text);
  text-decoration: none;
}
.footer .content a i {
  color: var(--color-footer-text);
  margin-right: 10px;
  font-size: calc(18px * var(--font-base-scale));
}
.footer .content a:hover {
  color: var(--color-footer-text-hl);
}
.footer .content a:hover i {
  color: var(--color-footer-text-hl);
}
.footer .content .row {
  padding: 0;
}
.footer .content .row.cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: var(--page-padding);
}
.footer .content .row.cols .col {
  /*flex-basis: 100%;*/
  flex-basis: revert;
}
.footer .content .row.cols .col p {
  color: var(--color-footer-text);
  font-size: calc(12px * var(--font-base-scale));
  line-height: calc(35px * var(--font-base-scale));
  font-size: 14px;
}
.footer .content .row.cols .col p.cols-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 10px;
}
.footer .content .row.cols .col .rte p {
  font-size: calc(16px * var(--font-base-scale));
  line-height: calc(26px * var(--font-base-scale));
}
.footer .content .row.cols .col .rte p a {
  text-decoration: underline;
}
.footer .content .row.cols .col ul {
  list-style-type: none;
  float: left;
  width: 40%;
  max-width: 200px;
}
.footer .content .row.cols .col ul li {
  color: var(--color-footer-text);
  font-size: calc(16px * var(--font-base-scale));
  line-height: calc(28px * var(--font-base-scale));
}
.footer .content .row.cols .col form {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.footer .content .row.cols .col form .field {
  width: 100%;
}
.footer .content .row.cols .col form input.error {
  border: 2px solid var(--color-alert);
}
.footer .content .row.cols .col form .success {
  color: var(--color-footer-text-hl);
  font-weight: var(--font-base-weight-bolder);
  font-size: 18px;
}
.footer .content .row.cols .col form .field-error {
  margin: 5px 0 0;
  width: 100%;
  color: var(--color-alert);
  font-size: 16px;
}
.footer .content .bottom {
  display: flex;
  flex-direction: row;
  margin-top: var(--page-padding);
  margin-bottom: 50px;
}
.footer .content .bottom .left, .footer .content .bottom .right {
  flex-grow: 1;
  align-self: flex-end;
}
.footer .content .bottom .left {
  text-align: left;
}
.footer .content .bottom .right {
  text-align: right;
}
.footer .content .extra {
  font-size: calc(16px * var(--font-base-scale));
  line-height: calc(22px * var(--font-base-scale));
  margin-top: 30px;
  position: relative;
  padding-top: 14px;
  color: var(--color-footer-text);
}
.footer .content .extra:before {
  content: "\2014";
  position: absolute;
  left: 0;
  top: -14px;
}
.footer .content .extra .icons {
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer .content .extra .icons svg {
  width: 50px;
  height: 32px;
  display: block;
  margin: 2px;
  order: 99;
}
.footer .content .extra .icons svg[aria-labelledby=pi-visa] {
  order: 1;
}
.footer .content .extra .icons svg[aria-labelledby=pi-apple_pay] {
  order: 2;
}
.footer .content .extra .icons svg[aria-labelledby=pi-google_pay] {
  order: 3;
}
.footer .content .extra .icons svg[aria-labelledby=pi-shopify_pay] {
  order: 4;
}
.footer .content .extra .icons svg[aria-labelledby=pi-paypal] {
  order: 5;
}
.footer .content .extra .icons svg[aria-labelledby=pi-amex] {
  order: 6;
}
.footer .content .extra .icons svg[aria-labelledby=pi-mastercard] {
  order: 7;
}
.footer .content > .extra:first-child {
  margin-top: 0;
}
.footer .content .disclosures {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.footer .content .disclosures .disclosure .disclosure__toggle {
  background: transparent;
  color: var(--color-footer-text);
  border: 1px solid var(--color-footer-text);
}
.footer .content .disclosures .disclosure .disclosure__toggle .arrow i {
  color: var(--color-footer-text);
}
.footer .content .disclosures .disclosure .disclosure__toggle:hover, .footer .content .disclosures .disclosure .disclosure__toggle[aria-expanded="true"] {
  color: var(--color-footer-text-hl);
  border-color: var(--color-footer-text-hl);
}
.footer .content .disclosures .disclosure .disclosure__toggle:hover .arrow i, .footer .content .disclosures .disclosure .disclosure__toggle[aria-expanded="true"] .arrow i {
  color: var(--color-footer-text-hl);
}
.footer .content .disclosures .disclosure .disclosure__list {
  right: 0;
}
.footer .content .disclosures .disclosure .disclosure__list li {
  text-align: right;
}
.align-right .footer .content .row.cols {
  text-align: right;
}
.align-right .footer .content .row.cols .col {
  padding-left: 20px;
  padding-right: 0;
}
.align-right .footer .content .extra:before {
  left: auto;
  right: 0;
}
.align-right .footer .content .bottom .left {
  text-align: right;
  order: 2;
}
.align-right .footer .content .disclosures {
  justify-content: flex-start;
}

@media (max-width: 960px) {
  .footer .content .row.cols {
    flex-wrap: wrap;
    /*row-gap: calc(2 * var(--page-padding));*/
    row-gap: calc(1 * var(--page-padding));
  }
  .footer .content .row.cols .col {
    flex-basis: calc(50% - (var(--page-padding)/2));
  }
  .footer .content .row.cols.blocks-3 .col {
    width: calc(33.3333% - (2 * var(--page-padding)/3));
  }
  .footer .content .bottom {
    margin-top: calc(2 * var(--page-padding));
  }
}
@media (max-width: 620px) {
  .footer .content {
    padding: calc(3 * var(--page-padding)) var(--page-padding);
  }
  .footer .content .row.cols {
    flex-direction: column;
  }
  .footer .content .row.cols .col {
    flex-basis: 100% !important;
  }
  .footer .content .row.cols .col h1 {
    margin: 0 0 10px;
  }
  .footer .content .row.cols .col p {
    font-size: 12px;
    line-height: 40px;
    line-height: 25px;
  }
  .footer .content .row.cols .col p i.fc {
    vertical-align: inherit;
  }
  .footer .content .row.cols .col .rte p {
    font-size: calc(20px * var(--font-base-scale));
    line-height: calc(30px * var(--font-base-scale));
  }
  .footer .content .extra {
    padding-top: 0;
    margin-top: 0;
  }
  .footer .content .extra:before {
    display: none;
  }
  .footer .content .extra .icons {
    justify-content: center;
    margin: 10px 0 20px;
  }
  .footer .content .bottom {
    flex-direction: column;
  }
  .footer .content .bottom .left, .footer .content .bottom .right {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
  .footer .content .bottom .left {
    order: 2;
  }
  .footer .content .bottom .right {
    order: 1;
  }
  .footer .content .bottom .disclosures {
    margin: 20px 0;
    justify-content: center;
  }
  .align-right .footer .content .disclosures {
    justify-content: flex-end;
  }
}
/* Popup */
.popup {
  padding: 0 !important;
}
.popup .modal .frame .inner {
  text-align: center;
}
.popup .modal .frame .inner .rte p {
  max-width: none;
}
.popup .titles {
  margin: 0 20px;
}
.popup .titles .section-title {
  margin-bottom: 10px;
}
.popup .titles .rte p:last-child {
  margin-bottom: 0;
}
.popup .content form, .popup .content .btn.action {
  margin-top: 20px;
}
.popup .content form {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

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

/* Feature Columns */
.feature-columns {
  text-align: center;
}
.feature-columns .titles {
  margin: 0 0 40px;
}
.feature-columns .titles h2 {
  margin-bottom: 10px;
}
.feature-columns .titles p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(20px * var(--font-base-scale));
  color: var(--color-body-text);
  line-height: 34px;
  max-width: 675px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.feature-columns .titles p:first-child {
  padding-top: 0;
}
.feature-columns .cols {
  margin: 20px 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
}
.feature-columns .cols .col {
  width: 33.333%;
  padding: 20px 10px;
}
.feature-columns .cols .col img {
  display: inline-block;
  margin: 0 0 10px;
  width: 100%;
}
.feature-columns .cols .col .number {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(90px * var(--font-base-scale));
  color: var(--color-body-text);
  font-size: 90px;
  color: var(--color-accent-light);
  margin: 0 auto 10px;
  border: 4px solid var(--color-accent-light);
  width: 100px;
  border-radius: 100px;
  padding: 4px 9px 4px 7px;
  box-sizing: content-box;
}
.feature-columns .cols .col h3 {
  color: var(--color-body-text);
  margin: 0 0 4px;
}
.feature-columns .cols .col p {
  color: var(--color-body-text-dark);
  max-width: 500px;
  line-height: 28px;
  margin: 0 auto;
}
.feature-columns .cols .break {
  flex-basis: 100%;
  height: 0;
}
.feature-columns .cols.layout-1 .col, .feature-columns .cols.layout-2 .col {
  width: 40%;
}
.feature-columns .cols.layout-5 .col-4, .feature-columns .cols.layout-5 .col-5 {
  width: 40%;
}
.feature-columns .cols.layout-7 .col-7 {
  width: 40%;
}
.feature-columns .cols.layout-8 .col-7, .feature-columns .cols.layout-8 .col-8 {
  width: 40%;
}
.feature-columns > .btn {
  margin: 0 0 60px;
}

@media (max-width: 960px) {
  .feature-columns .titles {
    margin: 0 0 30px;
  }
  .feature-columns .row.cols .col {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 40%;
  }
}
@media (max-width: 620px) {
  .feature-columns .row.cols .col {
    display: block;
    width: 100%;
    margin: 10px 0 20px;
    padding: 0;
  }
  .feature-columns .row.cols .col p {
    max-width: 80vw;
  }
  .feature-columns .row.cols .col .number {
    font-size: 60px;
    margin: 0 auto 10px;
    width: 60px;
    padding: 0px 5px 0;
    border-radius: 50px;
    box-sizing: content-box;
  }
}
/* FAQ */
.faq .titles {
  text-align: center;
  margin: 0 0 30px;
}
.faq .titles h2 {
  margin-bottom: 10px;
}
.faq .titles p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(20px * var(--font-base-scale));
  line-height: calc(34px * var(--font-base-scale));
  color: var(--color-body-text);
  max-width: 675px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.faq .titles p:first-child {
  padding-top: 0;
}

/* Featured image */
.featured-image img {
  display: block;
  width: 100%;
}
.featured-image a {
  text-decoration: none;
}
.featured-image .placeholder-svg {
  width: 100%;
  height: 40vw;
}

/* Featured collection */
.featured-collection {
  margin: 0 auto;
}
.featured-collection .collection .head {
  display: none;
}
.featured-collection .collection .products.columns_1 .product {
  margin: 0 auto 10px;
}
.featured-collection .pagination {
  padding: 40px 0 0;
}

/* Rich text */
.rich-text {
  padding: 0 var(--page-padding);
  text-align: center;
}
.rich-text h2.section-title {
  margin-bottom: 10px;
}
.rich-text .btn {
  margin-top: var(--page-padding);
}

.logo-list {
  text-align: center;
}
.logo-list h2.section-title {
  margin-bottom: 10px;
}
.logo-list .flex-row {
  flex-wrap: wrap;
}
.logo-list .logo {
  width: 100px;
  display: block;
  margin: 20px;
}
.logo-list .placeholder-svg {
  fill: var(--color-body-text);
}
@media (max-width: 620px) {
  .logo-list .flex-row {
    flex-direction: row;
  }
}

/* Collage */
.collage .rte {
  text-align: center;
  margin-bottom: 20px;
}
.collage .cards {
  display: grid;
  gap: var(--page-padding);
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}
.collage .cards .card {
  position: relative;
}
.collage .cards .card.show-border {
  border: 1px solid var(--color-body-text-very-light);
}
.collage .cards .card.card-left {
  grid-column: 1 / span 2;
}
.collage .cards .card.card-left:nth-last-child(3) {
  grid-row: 1 / 3;
}
.collage .cards .card.card-right {
  grid-column: 2 / span 2;
}
.collage .cards .card.card-right:nth-child(3) {
  grid-row: 1 / 3;
}
.collage .cards .card:only-child {
  grid-column: 1 / span 3;
  max-width: 100%;
}
.collage .cards .card .card-content {
  height: 100%;
  width: 100%;
}
.collage .cards .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.collage .cards .card .placeholder-svg {
  display: block;
}
.collage .cards .card .card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: var(--color-body-text-very-light);
  color: var(--color-body-text-neg);
  font-size: 15px;
  line-height: 17px;
  text-align: center;
}
.collage .cards .card .card-info.left {
  text-align: left;
}
.collage .cards .card .card-info.right {
  text-align: right;
}
.collage .cards .card.image {
  border-radius: 4px;
  /*box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);*/
  overflow: hidden;
}
.collage .cards .card.image .placeholder {
  width: 100%;
  height: 100%;
}
.collage .collection {
  margin: 0;
  height: 100%;
  width: 100%;
}
.collage .collection .products {
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
}
.collage .collection .products .product {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.collage .collection .products .product > .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.collage .collection .products .product > .inner .image {
  height: 100%;
}
.collage .collection .products .product > .inner .frame {
  height: 100%;
}
.collage.with-background .cards .card.image .placeholder {
  padding: 10px;
  background: white;
}

@media (max-width: 620px) {
  .collage.mobile-column .cards {
    display: block;
  }
  .collage.mobile-column .cards .card {
    margin-bottom: var(--page-padding);
  }
  .collage.mobile-column .cards .card:last-child {
    margin-bottom: 0;
  }
  .collage.mobile-column .cards .card .card-info {
    padding: 5px;
  }
}
/* Cart */
.section-cart .content .items {
  margin: var(--page-padding) 0 10px;
  text-align: left;
}
.section-cart .content .items .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: var(--page-padding) 0;
  border-top: 1px solid var(--color-body-bg-darken-5);
}
.section-cart .content .items .item .left {
  display: flex;
  align-items: flex-start;
}
.section-cart .content .items .item .left > img, .section-cart .content .items .item .left > svg {
  height: 45px;
  width: auto;
  display: inline;
  margin: 0 10px 0 0;
  border-radius: 3px;
}
.section-cart .content .items .item .left .product {
  display: inline-block;
  vertical-align: top;
}
.section-cart .content .items .item .left .product .title {
  color: var(--color-body-text);
  display: block;
  font-size: calc(24px * var(--font-base-scale));
  line-height: calc(26px * var(--font-base-scale));
  max-width: 300px;
  width: 100%;
}
.section-cart .content .items .item .left .product .subtitle {
  display: block;
  font-size: calc(16px * var(--font-base-scale));
}
.section-cart .content .items .item .left .product .subtitle a {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-accent);
  text-decoration: none;
  margin: 0 0 0 1px;
}
.section-cart .content .items .item .left .product .subtitle a:hover {
  color: var(--color-accent-dark);
}
.section-cart .content .items .item .left .product .unit-price {
  font-size: calc(14px * var(--font-base-scale));
}
.section-cart .content .items .item .left .select {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.section-cart .content .items .item .left .select select {
  display: inline;
  min-width: 70px;
}
.section-cart .content .items .item .left .select input {
  display: inline;
  width: 80px;
}
.section-cart .content .items .item .left .select .arrow {
  right: 7px;
  top: 10px;
}
.section-cart .content .items .item .left .select input, .section-cart .content .items .item .left .select .arrow {
  font-size: 18px;
}
.section-cart .content .items .item .left .discount .title {
  color: var(--color-accent);
  display: block;
  font-size: calc(24px * var(--font-base-scale));
  line-height: calc(26px * var(--font-base-scale));
  max-width: 500px;
  width: 100%;
}
.section-cart .content .items .item .left .discount .title .fc {
  margin-right: 10px;
}
.section-cart .content .items .item .right {
  text-align: right;
  flex-grow: 1;
  margin-left: 10px;
}
.section-cart .content .items .item .right .subtotal {
  color: var(--color-body-text);
}
.section-cart .content .items .item .right .price .money {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(30px * var(--font-base-scale));
  color: var(--color-body-text);
}
.section-cart .content .items .item .right .price.with-discount {
  top: 0;
}
.section-cart .content .items .item .right .price.with-discount .original {
  font-size: calc(22px * var(--font-base-scale));
  opacity: 0.6;
}
.section-cart .content .items .item .right .price.with-discount .final {
  color: var(--color-accent);
  font-weight: var(--font-base-weight-bolder);
}
.section-cart .content .items .item .right .price.with-discount .allocation {
  color: var(--color-accent);
  margin-top: 2px;
  display: inline-block;
}
.section-cart .content .items .item .right .price.subtotal {
  top: -2px;
}
.section-cart .content .items .item .right .price.subtotal .money {
  font-weight: var(--font-base-weight-bolder);
}
.section-cart .content .items .item .right .symbol {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(38px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-body-text-light);
  display: inline-block;
  margin: 0 15px;
}
.section-cart .content .items .item .right small {
  display: inline-block;
  margin-top: 10px;
}
.section-cart .content .items .item.last {
  padding: 15px 0;
}
.section-cart .content .update {
  margin-bottom: 10px;
}
.section-cart .content .block.left {
  float: left;
  text-align: left;
}
.section-cart .content .block.right {
  float: right;
  text-align: right;
}
.section-cart .content .block.right h3 {
  color: var(--color-body-text-dark);
}
.section-cart .content .block.full {
  width: 100%;
  margin: 0 0 20px;
  text-align: left;
}
.section-cart .content .block.full textarea {
  display: block;
  margin-top: 8px;
  width: 100%;
  font-size: calc(16px * var(--font-base-scale));
  height: 100px;
}
.section-cart .content .block.text {
  margin: 20px 0 0;
  float: right;
  max-width: 400px;
}
.section-cart .content .block.text p {
  line-height: 20px;
  text-align: right;
}
.section-cart .content button[type=submit] {
  min-width: 300px;
}
.section-cart .content .additional-checkout-buttons {
  margin: 10px 0 0;
}
.section-cart .content .additional-checkout-buttons [data-shopify-buttoncontainer] {
  justify-content: flex-end;
}
.section-cart .content .additional-checkout-buttons [data-shopify-buttoncontainer] div[role=button] {
  min-width: 300px;
}

@media (max-width: 620px) {
  .section-cart .content .items .item .left {
    text-align: left;
  }
  .section-cart .content .items .item .left select.btn {
    margin-right: 5px;
    min-width: 50px;
    font-size: calc(14px * var(--font-base-scale));
    padding: 8px 30px 8px 6px;
  }
  .section-cart .content .items .item .left .select input {
    width: 60px;
  }
  .section-cart .content .items .item .right {
    margin-top: 10px;
  }
  .section-cart .content .items .item .right .price.with-discount .allocation {
    font-size: calc(14px * var(--font-base-scale));
    line-height: calc(16px * var(--font-base-scale));
  }
  .section-cart .content .items .item.last {
    justify-content: center;
    padding-bottom: 0;
  }
  .section-cart .content .items .item.last .left {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .section-cart .content .items .item.last .left .btn {
    width: 100%;
  }
  .section-cart .content .items .item.last .right {
    text-align: center;
  }
  .section-cart .content .block.left {
    float: none;
    text-align: center;
  }
  .section-cart .content .block.right {
    float: none;
    text-align: center;
  }
  .section-cart .content .block.text {
    float: none;
    max-width: 100%;
  }
  .section-cart .content .block.text p {
    text-align: center;
  }
  .section-cart .content .additional-checkout-buttons [data-shopify-buttoncontainer] {
    justify-content: center;
  }
}
/* Pages */
.section-page form {
  margin: 20px 0 0;
}
.section-page .placeholder-svg {
  display: block;
  max-width: 100%;
  max-height: 300px;
}

.section-contact-page .rte {
  margin-bottom: var(--desktop-page-padding);
}
.section-contact-page form .first-line .row:last-child {
  margin-bottom: 15px;
}

.section-contact-form > .content {
  text-align: center;
}
.section-contact-form > .content h2.section-title {
  margin-bottom: 10px;
}
.section-contact-form > .content h4 {
  max-width: 390px;
  text-align: center;
  margin: 0 auto;
  line-height: 26px;
}
.section-contact-form > .content form {
  margin-top: 20px;
  text-align: left;
}
.section-contact-form > .content form .first-line .row:last-child {
  margin-bottom: 15px;
}

.align-right .section-page .rte {
  text-align: right;
}
.align-right .section-page .rte input[type=text], .align-right .section-page .rte textarea {
  text-align: right;
}

.align-center .section-page .rte {
  text-align: center;
}

/* Search */
.content.search h2 {
  margin-bottom: 0;
}
.content.search .search-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.content.search .search-header input {
  width: 100%;
  background-color: var(--color-body-bg-darken-5);
  border-radius: 6px;
  margin-left: 10px;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-body-text-light);
  display: inline-block;
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 10px 12px;
}
.content.search .search-header input[type="search"]::-webkit-search-decoration,
.content.search .search-header input[type="search"]::-webkit-search-cancel-button,
.content.search .search-header input[type="search"]::-webkit-search-results-button,
.content.search .search-header input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.content.search .sorting-and-filtering {
  margin: 0 0 10px;
}
.content.search .collection .head {
  display: none;
}
.content.search.with-background .search-header input {
  background-color: var(--color-body-text-neg);
}

/* Blog */
.featured-blog .posts {
  text-align: left;
}
.featured-blog .btn {
  margin-top: calc(var(--page-padding) * 2);
}

.blog {
  color: var(--color-body-text-dark);
}
.blog .top {
  margin-bottom: 10px;
}
.blog .top h2 {
  margin-bottom: 0;
}
.blog .top h2 a {
  text-decoration: none;
}
.blog .top h2 .rss {
  font-size: 24px;
  position: relative;
  top: -3px;
}
.blog .top h3 {
  margin: 0;
  color: var(--color-body-text-light);
  font-size: calc(16px * var(--font-header-scale));
}
.blog h1 a:hover, .blog h2 a:hover {
  color: var(--color-accent);
}
.blog .pagination {
  margin-top: calc(var(--page-padding) * 2);
}
.blog .pagination a {
  margin: 0;
}
.blog .pagination.comments {
  margin: 0 0 calc(var(--page-padding) * 2);
}

.posts.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: start;
  overflow: hidden;
}
.posts.grid.one {
  justify-content: center;
}
.posts.grid.one .post.no-image {
  text-align: center;
}
.posts.grid .post {
  width: 33%;
  margin-left: 0;
  margin-right: 0;
  padding: 0.5%;
}
.posts.grid-with-even-posts .post:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.post {
  margin: 0 auto 10px;
}
.post h2 {
  margin: 5px 0 10px;
}
.post h2 a {
  text-decoration: none;
  color: var(--color-body-text);
}
.post h3 {
  margin: 0;
}
.post h4 {
  color: var(--color-body-text-light);
  font-size: calc(16px * var(--font-header-scale));
  margin: 15px 0 0;
}
.post .text {
  font-size: calc(16px * var(--font-base-scale));
  line-height: calc(24px * var(--font-base-scale));
}
.post p {
  margin: 0 0 10px;
}
.post p a {
  color: var(--color-accent);
  text-decoration: none;
}
.post img {
  max-width: 100%;
  margin: 10px 0;
  display: inline-block;
}
/*.post img.featured {
  max-width: none;
  width: 100%;
  display: block;
  margin: 0;
}*/
.post img.featured {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.post .placeholder {
  height: 240px;
  display: block;
}
.post .extra {
  margin-top: 0px;
}
.post .extra a.underscore {
  color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  background: #3E9ADF;
    border-radius: 3px;
    padding: 3px;
  font-size: 14px;
}
a.underscore {
  color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  background: #3E9ADF;
    border-radius: 3px;
    padding: 3px;
  font-size: 14px;
}
a.underscore_red {
  color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  background: red;
    border-radius: 3px;
    padding: 3px;
  font-size: 14px;
}
a.underscore_gray {
  color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
  background: gray;
    border-radius: 3px;
    padding: 3px;
  font-size: 14px;
}
}
.post .extra .comments, .post .extra .tags, .post .extra .separation {
  display: inline;
}
.post .extra .separation {
  color: var(--color-body-text-light);
  margin: 0 5px;
}
.post.no-image h4 {
  margin-top: 0;
}
.post:last-child {
  margin-bottom: 0;
}

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

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

  .posts {
    margin-bottom: 0;
  }
  .posts .post {
    margin: 0 auto 10px;
  }
  .posts .post:last-child {
    margin-bottom: 0;
  }
  .posts.grid {
    flex-direction: row;
  }
  .posts.grid .post {
    width: 50%;
  }
  .posts.grid-with-even-posts .post:nth-last-child(-n+2) {
    /*margin-bottom: 40px;*/
    margin-bottom: 0px;
  }
  .posts.grid-with-even-posts .post:last-child {
    margin-bottom: 0;
  }
}
.side-pick {
  visibility: hidden;
  background: var(--color-body-bg);
  position: fixed;
  z-index: 102;
  top: 0;
  right: calc(var(--side-nav-width) * -1);
  width: var(--side-nav-width);
  max-width: 100%;
  height: 100%;
  text-align: left;
  padding: var(--page-padding);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.side-pick .side-pick-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-body-bg-darken-5);
  padding-bottom: var(--page-padding);
}
.side-pick .side-pick-header h2 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(25px * var(--font-header-scale));
  color: var(--color-body-text);
}
.side-pick .side-pick-header h3 {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-accent);
  margin-top: 2px;
}
.side-pick .side-pick-header .btn.close {
  opacity: 0.85;
}
.side-pick .side-pick-header .btn.close:hover {
  opacity: 1;
}
.side-pick .side-pick-header .btn.close i {
  font-size: 24px;
}
.side-pick .locations {
  overflow-y: auto;
  overflow-x: hidden;
}
.side-pick .locations .location {
  padding: 20px 0 10px;
  border-bottom: 1px solid var(--color-body-bg-darken-5);
}
.side-pick .locations .location h4 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(18px * var(--font-header-scale));
  color: var(--color-body-text);
}
.side-pick .locations .location .title {
  display: flex;
  align-items: center;
}
.side-pick .locations .location .title .icon {
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--color-body-text-neg);
}
.side-pick .locations .location .title .icon .fc {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  font-size: 13px;
}
.side-pick .locations .location .title .icon.icon-in-stock .fc {
  background: var(--color-success);
}
.side-pick .locations .location .title .icon.icon-out-of-stock .fc {
  background: var(--color-alert);
}
.side-pick .locations .location .address {
  margin: 15px;
}
.side-pick .locations .location .address p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  line-height: calc(20px * var(--font-base-scale));
  color: var(--color-body-text);
}
.side-pick .locations .location .address p.phone {
  margin-top: 5px;
}
.side-pick .locations .location .address p.phone a {
  text-decoration: none;
}
.side-pick .locations .location .address p.phone a:hover {
  border-bottom: 1px solid;
}
.side-pick .locations .location .availability p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  font-style: italic;
}

/* Collections */
.content.collections {
  padding-left: 0;
  padding-right: 0;
}
.content.collections .collection .head {
  margin-left: var(--page-padding);
  margin-right: var(--page-padding);
}
.content.collections .collection .products {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  row-gap: 0;
  column-gap: var(--small-padding);
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.content.collections .collection .products::-webkit-scrollbar {
  display: none;
}
.content.collections .collection .products .product {
  flex-shrink: 0;
  scroll-snap-align: start;
  scroll-margin-left: var(--page-padding);
  padding-bottom: var(--desktop-page-padding);
}
.content.collections .pagination {
  clear: both;
  padding: 40px 0 0;
}

.collection .head {
  position: relative;
  margin: 0 0 10px;
}
.collection .head a:hover h2 {
  color: var(--color-accent);
}
.collection .head .image, .collection .head .description {
  margin-bottom: var(--page-padding);
}
.collection .head .image img {
  width: 100%;
}
.collection .head .description {
  font-size: calc(16px * var(--font-base-scale));
  line-height: calc(24px * var(--font-base-scale));
}
.collection .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: var(--small-padding);
}
.collection .products .product {
  display: block;
  width: 100%;
  position: relative;
}
.collection .products .product a.inner {
  padding: 0px;
  border-radius: 4px;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.collection .products .product .line {
  display: none;
}
.collection .products .product .frame {
  width: 100%;
  border-top-right-radius: 4px;
  position: relative;
  overflow: hidden;
}
.collection .products .product .frame.adapt {
  padding-bottom: 100%;
}
.collection .products .product .frame.square {
  padding-bottom: 100%;
}
.collection .products .product .frame.landscape {
  padding-bottom: 75%;
}
.collection .products .product .frame.wide {
  padding-bottom: 56.25%;
}
.collection .products .product .frame.portrait {
  padding-bottom: 133.33%;
}
.collection .products .product .frame.tall {
  padding-bottom: 150%;
}
.collection .products .product .frame img, .collection .products .product .frame svg {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center center;
  border-top-right-radius: 4px;
}
.collection .products .product .frame img + img {
  transition: transform 500ms ease;
  opacity: 0;
  background: var(--color-body-bg);
}
.collection .products .product .info {
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: var(--color-body-bg);
}
.collection .products .product .info .metas {
  order: -1;
}
.collection .products .product .info .metas .title {
  margin-bottom: 2px;
}
.collection .products .product .info .metas .vendor:not(:only-child) {
  margin-top: 5px;
}
.collection .products .product .info .metas .vendor span {
  border-bottom: 1px solid transparent;
}
.collection .products .product .info .metas .vendor:hover span {
  border-color: var(--color-body-text-light);
}
.collection .products .product .info .metas .vendor + div {
  margin-top: 5px;
}
.collection .products .product .info .metas .price {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  display: inline-block;
  text-decoration: none;
}
.collection .products .product .info .metas .price.striped {
  text-decoration: line-through;
  margin-right: 4px;
}
.collection .products .product .info .metas span.price.striped + span.price {
  font-weight: var(--font-base-weight-bolder);
  color: var(--color-alert);
}
.collection .products .product .info .metas .unit-price {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
}
.collection .products .product .info .status {
  text-align: right;
  padding: 0 5px;
}
.collection .products .product .info .status span {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  font-weight: var(--font-base-weight-bolder);
  display: block;
}
.collection .products .product .info .status span.serie {
  text-transform: uppercase;
  font-size: 16px;
  color: var(--color-body-text);
}
.collection .products .product .info .status span.purchased_at {
  color: var(--color-body-text-light);
  font-size: 16px;
  font-weight: var(--font-base-weight);
}
.collection .products .product .info .status span.ca {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  color: var(--color-accent);
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 1px solid transparent;
}
.collection .products .product .info .status span.ca:hover {
  color: var(--color-accent-dark);
  border-bottom: 1px solid;
}
.collection .products .product .info .status span.ca.buy {
  font-weight: var(--font-base-weight-bolder);
}
.collection .products .product .info .status span.ca.sale {
  font-weight: var(--font-base-weight-bolder);
  color: var(--color-alert);
}
.collection .products .product .info .status span.ca.sold {
  font-weight: var(--font-base-weight-bolder);
  color: var(--color-body-text-light);
}
.collection .products .product.soldout .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.collection .products .product.soldout .image .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='100%' x2='100%' y2='0' stroke='rgb(255, 255, 255)' stroke-width='1'/%3E%3C/svg%3E");
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.collection .products .product:hover .frame img + img {
  transform: scale(1.03);
  opacity: 1;
}
.collection .products .pagination {
  width: 100%;
  margin: 40px 0 0;
  grid-column: 1/-1;
}
.collection .products p.empty {
  padding-bottom: var(--desktop-page-padding);
  grid-column: 1 / -1;
}
.collection .products.info-on-column .product .info {
  flex-direction: column;
  align-items: flex-start;
}
.collection .products.info-on-column .product .info .metas {
  order: 0;
  clear: both;
}
.collection .products.info-on-column .product .info .status {
  padding: 0;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}
.collection .products.no-info .product .info {
  display: none;
}

@media (min-width: 960px) {
  .collection .products.desktop-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .collection .products.desktop-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .collection .products.desktop-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .collection .products.desktop-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .collection .products.desktop-columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .collection .products.desktop-columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .collection .products.desktop-columns-6 .product .info, .collection .products.desktop-columns-5 .product .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection .products.desktop-columns-6 .product .info .metas, .collection .products.desktop-columns-5 .product .info .metas {
    order: 0;
    clear: both;
  }
  .collection .products.desktop-columns-6 .product .info .status, .collection .products.desktop-columns-5 .product .info .status {
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
  }

  .content.collections .collection .products.desktop-columns-1 .product {
    width: calc((100% - (var(--small-padding)* 0))/1);
  }
  .content.collections .collection .products.desktop-columns-2 .product {
    width: calc((100% - (var(--small-padding)* 1))/2);
  }
  .content.collections .collection .products.desktop-columns-3 .product {
    width: calc((100% - (var(--small-padding)* 2))/3);
  }
  .content.collections .collection .products.desktop-columns-4 .product {
    width: calc((100% - (var(--small-padding)* 3))/4);
  }
  .content.collections .collection .products.desktop-columns-5 .product {
    width: calc((100% - (var(--small-padding)* 4))/5);
  }
  .content.collections .collection .products.desktop-columns-6 .product {
    width: calc((100% - (var(--small-padding)* 5))/6);
  }
}
@media (max-width: 960px) {
  .collection .products {
    grid-template-columns: repeat(3, 1fr);
  }
  .predictive-search-results .collection .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 620px) and (max-width: 960px) {
  .collection .products.tablet-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .collection .products.tablet-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .collection .products.tablet-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .collection .products.tablet-columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .collection .products.tablet-columns-4 .product .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection .products.tablet-columns-4 .product .info .metas {
    order: 0;
    clear: both;
  }
  .collection .products.tablet-columns-4 .product .info .status {
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
  }

  .content.collections .collection .products.tablet-columns-1 .product {
    width: calc((100% - (var(--small-padding)* 0))/1);
  }
  .content.collections .collection .products.tablet-columns-2 .product {
    width: calc((100% - (var(--small-padding)* 1))/2);
  }
  .content.collections .collection .products.tablet-columns-3 .product {
    width: calc((100% - (var(--small-padding)* 2))/3);
  }
  .content.collections .collection .products.tablet-columns-4 .product {
    width: calc((100% - (var(--small-padding)* 3))/4);
  }
}
@media (max-width: 620px) {
  .collection .products {
    grid-template-columns: repeat(2, 1fr);
  }
  .collection .products.mobile-columns-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .collection .products.mobile-columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .collection .products.mobile-columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .collection .products.mobile-columns-3 .product .info, .collection .products.mobile-columns-2 .product .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .collection .products.mobile-columns-3 .product .info .metas, .collection .products.mobile-columns-2 .product .info .metas {
    order: 0;
    clear: both;
  }
  .collection .products.mobile-columns-3 .product .info .status, .collection .products.mobile-columns-2 .product .info .status {
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
  }

  .content.collections .collection .products.mobile-columns-1 .product {
    width: calc((100% - (var(--small-padding)* 0))/1);
  }
  .content.collections .collection .products.mobile-columns-2 .product {
    width: calc((100% - (var(--small-padding)* 1))/2);
  }
  .content.collections .collection .products.mobile-columns-3 .product {
    width: calc((100% - (var(--small-padding)* 2))/3);
  }
}
.align-right .collection .head, .align-right .collection h4 {
  text-align: right;
}
.align-right .collection .products .product .info {
  text-align: left;
}

/* Product */
.product {
  text-align: left;
}
.product .item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--page-padding);
  margin: 0 auto;
}
.product .item .item-media, .product .item .item-info {
  width: 50%;
  min-height: 1px;
}
.product .item .item-media .frame {
  position: relative;
}
.product .item .item-media .frame .media {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: none;
}
.product .item .item-media .frame .media.active {
  display: block;
}
.product .item .item-media .frame .media.variant-image {
  display: none;
}
.product .item .item-media .frame .media.variant-image.active:first-child {
  display: block;
}
.product .item .item-media .frame .media:focus {
  outline: 0;
}
.product .item .item-media .frame .media img, .product .item .item-media .frame .media svg.placeholder-svg {
  width: 100%;
  display: block;
}
.product .item .item-media .frame .media > .inner {
  margin: 0 auto;
  min-height: 1px;
  width: 100%;
  height: 100%;
  position: relative;
}
.product .item .item-media .frame .media > .inner.video {
  background-color: rgba(var(--color-body-text-rgb), 0.05);
}
.product .item .item-media .frame .media > .inner > video, .product .item .item-media .frame .media > .inner .plyr {
  width: 100%;
  height: auto;
}
.product .item .item-media .frame .media > .inner iframe,
.product .item .item-media .frame .media > .inner model-viewer,
.product .item .item-media .frame .media > .inner .shopify-model-viewer-ui,
.product .item .item-media .frame .media > .inner img,
.product .item .item-media .frame .media > .inner .media-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product .item .item-media .frame .media > .inner iframe,
.product .item .item-media .frame .media > .inner .media-video,
.product .item .item-media .frame .media > .inner model-viewer,
.product .item .item-media .frame .media > .inner .shopify-model-viewer-ui,
.product .item .item-media .frame .media > .inner .media-item,
.product .item .item-media .frame .media > .inner .plyr,
.product .item .item-media .frame .media > .inner .plyr__video-wrapper {
  height: 100%;
}
.product .item .item-media .frame .media > .inner .plyr__video-wrapper {
  height: auto;
}
.product .item .item-media .frame .media .shopify-model-viewer-ui {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product .item .item-media .frame .media .shopify-model-viewer-ui .model-viewer {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--color-body-bg);
  border-color: rgba(var(--color-body-text-rgb), 0.04);
}
.product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--color-body-text);
}
.product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
  color: rgba(var(--color-body-text-rgb), 0.55);
}
.product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active, .product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus {
  color: rgba(var(--color-body-text-rgb), 0.55);
  background: rgba(var(--color-body-text-rgb), 0.05);
}
.product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--color-body-text-rgb), 0.05);
}
.product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
  background: var(--color-body-bg);
  border-color: rgba(var(--color-body-text-rgb), 0.05);
}
.product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover, .product .item .item-media .frame .media .shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus {
  color: rgba(var(--color-body-text-rgb), 0.55);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video {
  color: var(--color-body-text);
  background-color: transparent;
  outline: none;
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
  /* stylelint-disable-next-line */
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__poster,
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
  background-color: #000;
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper, .product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
  background-color: #000;
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper, .product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster {
  background-color: #000;
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper, .product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
  background-color: #000;
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper,
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster {
  background-color: #000;
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
  background-color: var(--color-body-bg);
  border-color: rgba(var(--color-body-text-rgb), 0.05);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus, .product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
  color: rgba(var(--color-body-text-rgb), 0.55);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--color-body-bg);
  border-color: rgba(var(--color-body-text-rgb), 0.05);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-body-bg);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-body-bg);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-body-bg);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), var(--color-body-text-light) var(--value, 0));
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-moz-range-track {
  background-color: var(--color-body-text-light);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']::-ms-fill-upper {
  background-color: var(--color-body-text-light);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px var(--color-body-text-very-light);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px var(--color-body-text-very-light);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px var(--color-body-text-very-light);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px var(--color-body-text-very-light);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px var(--color-body-text-very-light);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px var(--color-body-text-very-light);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--color-body-text);
  color: var(--color-body-bg);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--color-body-text);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(-45deg, var(--color-body-text-light) 25%, transparent 25%, transparent 50%, var(--color-body-text-light) 50%, var(--color-body-text-light) 75%, transparent 75%, transparent);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'] {
  color: var(--color-body-bg);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-body-text);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-body-text);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-body-text);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--color-body-bg-rgb), 0.6) var(--value, 0));
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-moz-range-track, .product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']::-ms-fill-upper {
  background-color: rgba(var(--color-body-bg-rgb), 0.6);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--color-body-bg-rgb), 0.25);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--color-body-bg-rgb), 0.25);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range'].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--color-body-bg-rgb), 0.25);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-body-bg-rgb), 0.25);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-body-bg-rgb), 0.25);
}
.product .item .item-media .frame .media .plyr.plyr--full-ui.plyr--video .plyr__volume input[type='range']:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-body-bg-rgb), 0.25);
}
.product .item .item-media .frame .media a.zoom {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: var(--color-body-text-neg);
  color: var(--color-body-text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.product .item .item-media .gallery .arrow {
  display: none;
}
.product .item .item-media .gallery .thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: var(--small-padding);
  grid-row-gap: var(--small-padding);
}
.product .item .item-media .gallery .thumbs .thumb {
  cursor: pointer;
  position: relative;
}
.product .item .item-media .gallery .thumbs .thumb img {
  width: 100%;
  display: block;
  border: 1px solid rgba(var(--color-body-text-rgb), 0.05);
}
.product .item .item-media .gallery .thumbs .thumb .badge {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
}
.product .item .item-media .gallery .thumbs .thumb .badge .icon {
  fill: #fff;
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.product .item .item-media .gallery .thumbs .thumb .badge .icon-3d-badge-full-color-outline,
.product .item .item-media .gallery .thumbs .thumb .badge .icon-video-badge-full-color-outline {
  stroke: rgba(var(--color-body-text-rgb), 0.05);
}
.product .item .item-media .gallery .thumbs .thumb .badge .icon-3d-badge-full-color-element,
.product .item .item-media .gallery .thumbs .thumb .badge .icon-video-badge-full-color-element {
  fill: var(--color-body-text);
}
.product .item .item-media .gallery .thumbs .thumb.active img {
  border-color: var(--color-body-text);
}
.product .item .item-media .gallery .thumbs .thumb.variant-image {
  display: none;
}
.product .item .item-media .gallery .thumbs .thumb.variant-image:first-child {
  display: block;
}
.product .item .item-media .view-in-space {
  background-color: rgba(var(--color-body-text-rgb), 0.08);
  border: none;
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
}
.product .item .item-media .view-in-space[data-shopify-xr-hidden] {
  display: none;
}
.product .item .item-media .view-in-space:hover span.text, .product .item .item-media .view-in-space:focus span.text {
  border-bottom-color: var(--color-body-text);
}
.product .item .item-media .view-in-space svg.icon {
  height: 25px;
  width: 25px;
  margin-top: -3px;
  margin-right: 2.43px;
  fill: transparent;
  vertical-align: middle;
}
.product .item .item-media .view-in-space svg.icon .icon-3d-badge-full-color-outline {
  stroke: none;
}
.product .item .item-media .view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: var(--color-body-text);
  opacity: 1;
}
.product .item .item-media .view-in-space span.text {
  border-bottom: 1px solid transparent;
}
.product .item .item-info .block {
  margin: 0 0 10px;
}
.product .item .item-info .block.expanded-top {
  margin-top: 25px;
}
.product .item .item-info .block.expanded-top.type-variant_picker, .product .item .item-info .block.expanded-top.type-available_stock_units {
  margin-top: 0;
}
.product .item .item-info .block.expanded-top.type-variant_picker > div, .product .item .item-info .block.expanded-top.type-available_stock_units > div {
  margin-top: 25px;
}
.product .item .item-info .block:last-child {
  margin-bottom: 0;
}
.product .item .item-info .block h3 {
  margin-bottom: 0;
}
.product .item .item-info .price {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(20px * var(--font-base-scale));
  color: var(--color-body-text);
  display: inline;
}
.product .item .item-info .price.striped {
  margin-bottom: 0;
  margin-right: 5px;
}
.product .item .item-info .price.striped.hide {
  display: none;
}
.product .item .item-info .price.striped:not(.hide) + .price {
  font-weight: var(--weight_bolder);
  color: var(--color-alert);
}
.product .item .item-info .unit-price {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
}
.product .item .item-info .tax-included {
  margin-top: 5px;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
}
.product .item .item-info .installment shopify-payment-terms {
  display: block;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  line-height: calc(22px * var(--font-base-scale));
  color: var(--color-body-text);
  margin-top: 10px;
  margin-bottom: 20px;
  min-height: 44px;
}
.product .item .item-info h2 {
  margin-top: 0;
}
.product .item .item-info [data-store-availability-container].available {
  min-height: 117px;
  margin-top: 20px;
}
.product .item .item-info .store-availability .location {
  margin-bottom: 20px;
  border: 1px solid var(--color-body-text-very-light);
  padding: 20px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
}
.product .item .item-info .store-availability .location .icon {
  margin: 0 15px 0 0;
  color: var(--color-section-bg);
}
.product .item .item-info .store-availability .location .icon .fc {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  min-width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
}
.product .item .item-info .store-availability .location .icon.icon-in-stock .fc {
  background: var(--color-success);
}
.product .item .item-info .store-availability .location .icon.icon-out-of-stock .fc {
  background: var(--color-alert);
}
.product .item .item-info .store-availability .location .icon.icon-out-of-stock .fc:before {
  position: relative;
  left: 0.5px;
}
.product .item .item-info .store-availability .location .information a {
  display: inline-block;
}
.product .item .item-info .store-availability .location .information p {
  margin: 0;
}
.product .item .item-info .store-availability .location .information p.link {
  margin-top: 10px;
}
.product .item .item-info .store-availability .location .information p.link a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid;
}
.product .item .item-info .store-availability .location:last-child {
  margin-bottom: 0;
}
.product .item .item-info .description ul, .product .item .item-info .description ol {
  margin: 10px 0 10px 30px;
}
.product .item .item-info .description ul li, .product .item .item-info .description ol li {
  margin: 5px 0;
}
.product .item .item-info .description.stock {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.product .item .item-info .description.stock .pulsar:after, .product .item .item-info .description.stock .pulsar:before {
  background: var(--in-stock-color);
}
.product .item .item-info .description.stock:not(.in-stock) {
  color: #f4af29;
  color: var(--low-stock-color);
}
.product .item .item-info .description.stock:not(.in-stock) .pulsar:after, .product .item .item-info .description.stock:not(.in-stock) .pulsar:before {
  background: var(--low-stock-color);
}
.product .item .item-info .description.stock.hide {
  display: none;
}
.product .item .item-info .description.icon {
  display: flex;
  flex-wrap: nowrap;
}
.product .item .item-info .description.icon .icon {
  margin: 1px 15px 0 7px;
}
.product .item .item-info .quantity {
  margin: 0 0 10px;
}
.product .item .item-info .quantity .select {
  min-width: 0;
}
.product .item .item-info .share {
  min-height: 0;
  margin: 0;
}
.product .item .item-info label.regular {
  display: block;
  margin: 0 0 5px;
}
.product .item .item-info label.regular span.name {
  font-weight: var(--font-base-weight-bolder);
}
.product .item .item-info label.regular span.name:after {
  content: ":";
}
.product .item .item-info label.regular a {
  margin-left: 5px;
}
.product .item .item-info .select {
  margin: 10px 0 0;
}
.product .item .item-info fieldset {
  margin: 10px 0 0;
  border: 0;
  background: transparent;
}
.product .item .item-info fieldset .variant-input {
  display: inline-block;
}
.product .item .item-info fieldset label {
  display: inline-block;
  border: 1px solid;
  margin: 0 5px 0 0;
  padding: 10px 20px;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
}
.product .item .item-info fieldset label.disabled {
  cursor: default;
  opacity: 0.25;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0' y1='100%' x2='100%' y2='0' stroke='rgb(var(--color-body-text-rgb))' stroke-width='1'/%3E%3C/svg%3E");
}
.product .item .item-info fieldset label.disabled.color {
  opacity: 1;
}
.product .item .item-info fieldset label.disabled.color > div {
  opacity: 0.5;
}
.product .item .item-info fieldset label.color {
  padding: 2px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid;
}
.product .item .item-info fieldset label.color > div {
  border-radius: 50px;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.product .item .item-info fieldset input[type="radio"] {
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.product .item .item-info fieldset input[type="radio"]:checked + label:not(.color) {
  background-color: var(--color-body-text);
  border-color: var(--color-body-text);
  color: var(--color-body-text-neg);
}
.product .item .item-info fieldset input[type="radio"]:checked + label:not(.color).disabled {
  background-color: var(--color-body-text-very-light);
  color: var(--color-body-text);
}
.product .item .item-info fieldset input[type="radio"]:checked + label.color {
  border: 4px solid var(--color-body-text);
}
.product .item .item-info fieldset input[type="radio"]:checked + label.color.disabled {
  border-width: 2px;
}
.product .item .item-info fieldset.button {
  margin-top: 0;
}
.product .item .item-info fieldset.button label {
  margin-top: 10px;
}
.product .item .item-info .variant-wrapper {
  margin: 0 0 20px;
}
.product .item .item-info .variant-wrapper:last-child {
  margin-bottom: 0;
}
.product .item.media-position-right .item-info {
  order: -1;
}
.product .item.media-size-small .item-media {
  width: 40%;
}
.product .item.media-size-small .item-info {
  width: 60%;
}
.product .item.media-size-large .item-media {
  width: 60%;
}
.product .item.media-size-large .item-info {
  width: 40%;
}
.product .type-collapsible_tab + .type-collapsible_tab {
  margin-top: -10px !important;
}
.product .type-collapsible_tab + .type-collapsible_tab .accordion {
  border-top: 0;
}
.product .rating-container .rating {
  display: inline-block;
  margin: 0;
}
.product .rating-container .rating-star {
  --color-base-text: var(--color-body-text-rgb);
  --color-icon: rgb(var(--color-base-text));
  --color-foreground: var(--color-base-text);
  --letter-spacing: 0.1;
  --font-size: 1.5;
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}
.product .rating-container .rating-star::before {
  content: '★★★★★';
  background: linear-gradient(90deg, var(--color-icon) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product .rating-container .rating-text {
  display: none;
}
.product .rating-container .rating-count {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.product .block.type-border {
  background: var(--color-body-text);
  height: 1px;
}
.product .block.type-sku, .product .block.type-barcode {
  font-size: calc(14px * var(--font-base-scale));
}
.product .block.type-contact_form h3, .product .block.type-contact_form .description {
  margin-bottom: 10px !important;
}
.product .block.type-contact_form h4 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-left: var(--page-padding);
}
.product .block.type-contact_form form {
  margin-top: 20px;
}
.product .block.type-contact_form .first-line {
  display: flex;
  gap: 15px;
}
.product .block.type-contact_form .first-line .row {
  width: 100%;
}
.product .block.type-complementary .collection {
  margin-top: 15px;
}
.product .block.type-complementary .collection .products .product a.inner {
  box-shadow: none;
}
.product .block.type-error {
  color: var(--color-alert);
  display: flex;
  gap: 10px;
}
.product .block.type-error .circle {
  width: 22px;
  height: 22px;
  background: var(--color-alert);
  color: var(--color-alert-neg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: var(--font-base-weight-bolder);
  margin-left: 4px;
}
.product .block.type-buy_buttons .buttons {
  display: flex;
  align-items: stretch;
  align-content: space-between;
  gap: 10px;
  width: 100%;
}
.product .block.type-buy_buttons .buttons .btn.submit {
  margin: 10px 0 0;
}
.product .block.type-buy_buttons .buttons .payment-button {
  margin-top: 10px;
}
.product .block.type-buy_buttons .buttons .add-to-cart,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(14px * var(--font-base-scale));
  color: var(--color-body-text);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  text-transform: uppercase;
  font-weight: var(--font-base-weight-bolder);
  width: 100%;
  position: relative;
  z-index: 1;
}
.product .block.type-buy_buttons .buttons .add-to-cart:before,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-accent-dark);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: .25s;
  transition-timing-function: ease-out;
}
.product .block.type-buy_buttons .buttons .add-to-cart:hover:before, .product .block.type-buy_buttons .buttons .add-to-cart.processing:before,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded:hover:before,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded.processing:before {
  transform: scaleX(1);
}
.product .block.type-buy_buttons .buttons .add-to-cart:disabled,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded:disabled {
  cursor: default;
  opacity: 0.8;
}
.product .block.type-buy_buttons .buttons .add-to-cart:disabled:before,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded:disabled:before {
  display: none;
}
.product .block.type-buy_buttons .buttons .add-to-cart:disabled:hover,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded:disabled:hover {
  background-color: var(--color-accent);
}
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded {
  padding: 15px 20px;
  color: var(--color-accent-neg);
  background: var(--color-accent);
}
.product .block.type-buy_buttons .buttons .add-to-cart,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--unbranded,
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--branded {
  border-radius: 2px;
  overflow: hidden;
}
.product .block.type-buy_buttons .buttons .shopify-payment-button__button--branded div[role=button] {
  border: 0 !important;
}
.product .block.type-buy_buttons .buttons .add-to-cart {
  padding: 14px 18px 13px;
  color: var(--color-accent-neg);
  background: var(--color-accent);
}
.product .block.type-buy_buttons .buttons .add-to-cart i {
  margin-right: 5px;
  position: relative;
  top: -2px;
  display: none;
}
.product .block.type-buy_buttons .buttons .add-to-cart span.adding {
  display: none;
}
.product .block.type-buy_buttons .buttons .add-to-cart:disabled {
  cursor: default;
  opacity: 0.8;
}
.product .block.type-buy_buttons .buttons .add-to-cart:disabled:hover {
  color: var(--color-accent-neg);
  background: var(--color-accent);
}
.product .block.type-buy_buttons .buttons .add-to-cart.with-payment-button {
  padding: 12px 18px 11px;
  background: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  max-height: 45px;
}
.product .block.type-buy_buttons .buttons .add-to-cart.with-payment-button:before {
  display: none;
}
.product .block.type-buy_buttons .buttons .add-to-cart.with-payment-button:hover {
  color: var(--color-accent-dark);
  background: transparent;
  border-color: var(--color-accent-dark);
}
.product .block.type-buy_buttons .buttons .add-to-cart.with-payment-button:disabled {
  cursor: default;
}
.product .block.type-buy_buttons .buttons .add-to-cart.with-payment-button:disabled:hover {
  color: var(--color-accent);
  background: transparent;
  border-color: var(--color-accent);
}
.product .block.type-buy_buttons .buttons .add-to-cart.is-adding span.add {
  display: none;
}
.product .block.type-buy_buttons .buttons .add-to-cart.is-adding span.adding {
  display: inline;
}
.product .block.type-buy_buttons .buttons .add-to-cart.is-adding i {
  display: inline-block;
}
.product .block.type-buy_buttons .buttons .shopify-payment-button {
  width: 100%;
}
.product .block.type-buy_buttons .buttons .add-to-cart:disabled + .shopify-payment-button {
  display: none;
}
.product .block.type-buy_buttons .buttons .shopify-payment-button__more-options {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(16px * var(--font-base-scale));
  color: var(--color-body-text);
}
.product .block.type-buy_buttons .buttons .shopify-payment-button__more-options.shopify-payment-button__button--hidden {
  display: none;
}
.product .block.type-image img {
  max-width: 100%;
  width: auto !important;
}
.product .block.type-image svg {
  height: 100px;
}
.product .block.type-error + .block.type-buy_buttons {
  margin-top: 15px;
}
.product.sticky .item .item-media, .product.sticky .item .item-info {
  position: sticky;
  align-self: flex-start;
  top: 10px;
}
.product.with-background .item .item-media .frame .placeholder-svg {
  border: 1px solid var(--color-body-text-very-light);
}

@media (min-width: 620px) {
  .product .item .item-media.with-thumbnails.desktop-layout-right .frame, .product .item .item-media.with-thumbnails.desktop-layout-left .frame {
    width: 80%;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-right .gallery, .product .item .item-media.with-thumbnails.desktop-layout-left .gallery {
    width: 20%;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-right .gallery .thumbs, .product .item .item-media.with-thumbnails.desktop-layout-left .gallery .thumbs {
    grid-template-columns: repeat(1, 1fr);
  }
  .product .item .item-media.with-thumbnails.desktop-layout-right .frame {
    float: left;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-right .gallery {
    float: left;
    padding-left: 20px;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-left .frame {
    float: right;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-left .gallery {
    float: left;
    padding-right: 20px;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-bottom .gallery {
    margin-top: var(--small-padding);
  }
  .product .item .item-media.with-thumbnails.desktop-layout-stack .frame .media {
    display: block;
    margin-bottom: var(--page-padding);
  }
  .product .item .item-media.with-thumbnails.desktop-layout-stack .frame .media:last-child {
    margin-bottom: 0;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-stack .frame .media.variant-image {
    display: none;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-stack .frame .media.variant-image.active:first-child {
    display: block;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-stack .gallery {
    display: none;
  }
  .product .item .item-media.with-thumbnails.desktop-layout-hidden .gallery {
    display: none;
  }
}
@media (max-width: 960px) {
  .product .block.type-buy_buttons .buttons {
    display: block;
  }
  .product .block.type-buy_buttons .buttons .shopify-payment-button {
    margin-top: 10px;
  }
}
@media (max-width: 620px) {
  .product .item {
    gap: 0;
    flex-direction: column;
  }
  .product .item .item-media, .product .item .item-info {
    width: 100% !important;
  }
  .product .item .item-media {
    margin: 0 0 var(--page-padding);
  }
  .product .item .item-media.with-thumbnails .frame .medias {
    display: flex;
    align-items: center;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    gap: var(--page-padding);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .product .item .item-media.with-thumbnails .frame .medias .media {
    flex-shrink: 0;
    scroll-snap-align: start;
    display: block !important;
  }
  .product .item .item-media.with-thumbnails .frame .medias .media.variant-image {
    display: none !important;
  }
  .product .item .item-media.with-thumbnails .frame .medias .media.variant-image:first-child {
    display: block !important;
  }
  .product .item .item-media.with-thumbnails .frame .medias::-webkit-scrollbar {
    display: none;
  }
  .product .item .item-media.with-thumbnails.mobile-layout-bottom .gallery {
    margin: var(--page-padding) 0 0;
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: var(--small-padding);
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .arrow {
    display: block;
    cursor: pointer;
    padding: calc(var(--small-padding) * 2) var(--small-padding);
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .arrow svg {
    display: block;
    width: 14px;
    height: 14px;
    color: var(--color-body-text-very-light);
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .arrow.previous svg {
    transform: rotate(90deg);
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .arrow.next svg {
    transform: rotate(-90deg);
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .arrow:hover svg {
    color: var(--color-body-text);
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .thumbs .thumb {
    cursor: pointer;
    padding: 5px 7px;
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .thumbs .thumb img, .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .thumbs .thumb svg {
    display: none;
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .thumbs .thumb:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--color-body-text-very-light);
  }
  .product .item .item-media.with-thumbnails.mobile-layout-hidden .gallery .thumbs .thumb.active:after {
    background: var(--color-body-text);
  }
  .product .item .item-info {
    order: 1 !important;
  }
  .product .item .item-info h2 {
    margin-right: 0px;
  }
  .product .item .item-info h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .product .item .item-info .select, .product .item .item-info .btn.submit {
    width: 100%;
  }
  .product .block.type-buy_buttons .buttons {
    display: flex;
  }
  .product .block.type-buy_buttons .buttons .shopify-payment-button {
    margin-top: 0px;
  }
  .product.sticky .item .item-media, .product.sticky .item .item-info {
    position: relative !important;
    top: 0 !important;
  }
}
@media (max-width: 420px) {
  .product .block.type-buy_buttons .buttons {
    display: block;
  }
  .product .block.type-buy_buttons .buttons .shopify-payment-button {
    margin-top: 10px;
  }
}
/* Product recommendations */
.product-recommendations {
  text-align: center;
  padding-bottom: 0;
}
.product-recommendations.content div.row {
  padding: 0;
}
.product-recommendations .collection {
  margin: 20px 0 0;
}
.product-recommendations .collection .products.products-3 {
  justify-content: center;
  grid-template-columns: repeat(3, 25%);
}
.product-recommendations .collection .products.products-2 {
  justify-content: center;
  grid-template-columns: repeat(2, 25%);
}

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

@media (max-width: 420px) {
  body.template-gift_card #gift-card #gift-card-amount {
    font-size: 30px;
    padding: 12px 8px;
  }
  body.template-gift_card #gift-card .tooltip-container {
    top: -30%;
  }
  body.template-gift_card #gift-card #gift-card-code-outer {
    bottom: 10px;
  }
  body.template-gift_card #gift-card #gift-card-code-inner strong {
    font-size: 18px;
  }
}
@media print {
  body.template-gift_card #shopify-section-header {
    position: relative;
  }
  body.template-gift_card #gift-card-amount {
    -webkit-print-color-adjust: exact;
  }
  body.template-gift_card .shop-url {
    display: block;
  }
  body.template-gift_card .shop-button {
    display: none;
  }
  body.template-gift_card #shopify-section-footer {
    display: none;
  }
}
.template-password .sections {
  padding: 0;
}
.template-password .sections .shopify-section .content {
  margin-bottom: 0;
}
.template-password .sections .shopify-section:last-child {
  margin-bottom: 20px;
}
.template-password .sections .shopify-section:only-child {
  margin-bottom: 0px;
}
.template-password .password-section {
  min-height: 100vh;
}
.template-password .slideshow {
  min-height: 100vh;
  height: 100%;
}
.template-password .slideshow .slides {
  height: 100vh;
}
.template-password .slideshow .slides .slide {
  background-position: center;
}
.template-password .slideshow .content .container .logo a {
  text-decoration: none;
}
.template-password .slideshow .content .container .logo a h1 {
  color: white;
  margin: 0;
}
.template-password .slideshow .content .container .logo a img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
}
.template-password .slideshow .content .container h2 {
  display: inline-block;
  margin: 0;
  color: white;
}
.template-password .slideshow .content .container h3, .template-password .slideshow .content .container p {
  font-size: 22px;
  line-height: 28px;
  color: white;
  margin: 10px auto;
  max-width: 100%;
}
.template-password .slideshow .content .container .block-image {
  margin: 10px 0;
}
.template-password .slideshow .content .container .block-image .inner {
  margin: 0 auto;
}
.template-password .slideshow .content .container .block-image img, .template-password .slideshow .content .container .block-image svg {
  width: 100%;
  height: auto;
}
.template-password .slideshow .content .container .block-image:first-child {
  margin-top: 0;
}
.template-password .slideshow .content .container .block-image:last-child {
  margin-bottom: 0;
}
.template-password .slideshow .content .container .login {
  display: none;
}
.template-password .slideshow .content .container .login .link {
  margin: 20px 0 0;
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(16px * var(--font-header-scale));
  color: var(--color-body-text);
  color: white;
}
.template-password .slideshow .content .container .login .link a {
  color: white;
  text-decoration: none;
  border-bottom: 1px solid;
}
.template-password .slideshow .top-right {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 4;
}
.template-password .slideshow .top-right a {
  display: block;
  color: white;
  border-color: white;
}
.template-password .slideshow .top-right a.hide {
  display: none;
}
.template-password .slideshow .bottom-left {
  color: white;
}
.template-password .slideshow .bottom-left a {
  color: white;
}
.template-password .slideshow .bottom-right {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
}
.template-password .slideshow .bottom-right a.theme {
  color: white;
}
.template-password .slideshow .bottom-right a.theme:hover {
  color: white;
  border-bottom: 1px solid white;
}
.template-password .slideshow .banner {
  font-family: sans-serif;
  color: white;
  font-size: 12px;
}
.template-password .slideshow .banner a {
  text-decoration: none;
}
.template-password .slideshow .banner a .shopify-svg {
  height: 30px;
  padding: 0 0 0 5px;
  position: relative;
  top: 9px;
}
.template-password .slideshow .banner a .shopify-svg .logo {
  fill: white;
}
.template-password .slideshow .banner a span {
  display: none;
}
.template-password .slideshow .banner a:hover {
  color: var(--color-accent);
}
.template-password .slideshow form .inputs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  gap: 5px;
}
.template-password .slideshow form .field {
  width: 100%;
}
.template-password .slideshow form .field input {
  border: 0;
  width: 100%;
}
.template-password .slideshow form .btn {
  padding: 15px 20px 14px;
}
.template-password .slideshow form .field-error {
  font-size: 16px;
  color: white;
  font-style: italic;
  text-transform: capitalize;
  margin: 10px 0 15px;
}
.template-password .shopify-section {
  margin-top: 20px;
}
.template-password .shopify-section.password-section {
  margin-top: 0;
}

@media (max-width: 960px) {
  .template-password .slideshow .top-right {
    left: 0;
    right: 0;
    top: 20px;
    text-align: center;
  }
  .template-password .slideshow .top-right a {
    display: inline-block;
  }
  .template-password .slideshow .bottom-left {
    display: none;
  }
}
@media (max-width: 420px) {
  .template-password .slideshow .content .container {
    padding-top: 20px;
  }
  .template-password .slideshow .content .container h2 {
    margin-bottom: 0px;
    font-size: calc(34px * var(--font-header-scale));
    line-height: calc(40px * var(--font-header-scale));
  }
  .template-password .slideshow .content .container h3 {
    font-size: calc(16px * var(--font-header-scale));
    line-height: calc(20px * var(--font-header-scale));
    margin: 0 auto 10px;
  }
  .template-password .slideshow .content .container form .inputs {
    flex-direction: column;
    max-width: 250px;
    margin: 0 auto;
  }
  .template-password .slideshow .banner {
    margin: 0 auto;
    max-width: 250px;
  }
}
/* Announcement bar */
.announcement-bar {
  text-align: center;
}
.announcement-bar a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.announcement-bar p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(16px * var(--font-base-scale));
  color: var(--color-body-text);
  font-weight: var(--font-base-weight-bolder);
  line-height: 30px;
  padding: 6px var(--page-padding) 5px;
}

@media (max-width: 420px) {
  .announcement-bar p {
    font-size: 12px;
    line-height: 28px;
    padding: 6px var(--page-padding);
  }
}
/* Featured video */
.featured-video .video {
  position: relative;
  max-width: 100%;
  height: auto;
}
.featured-video .video.youtube, .featured-video .video.vimeo {
  padding-bottom: 56.25%;
  overflow: hidden;
}
.featured-video .video video {
  width: 100%;
  height: auto;
  display: block;
}
.featured-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 0;
}
.featured-video .video .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.featured-video .video .cover .play svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 85px;
  height: 85px;
  transform: translateY(-50%) translateX(-50%);
  fill: var(--color-body-text-neg);
  stroke: var(--color-body-text-very-light);
  transition-property: all;
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.featured-video .video .cover .play svg .icon {
  fill: var(--color-body-text);
}
.featured-video .video .cover:hover .play svg {
  width: 95px;
  height: 95px;
}

@media (max-width: 620px) {
  .featured-video .video .cover .play svg {
    width: 65px;
    height: 65px;
  }
  .featured-video .video .cover:hover .play svg {
    width: 75px;
    height: 75px;
  }
}
/* Hero */
.hero {
  position: relative;
  overflow: hidden;
}
.hero video {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}
.hero img, .hero svg, .hero picture {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  object-fit: cover;
  object-position: center center;
}
.hero svg {
  padding: 100px;
}
.hero .overlay {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero .info {
  position: absolute;
  z-index: 3;
  left: var(--page-padding);
  top: var(--page-padding);
  right: var(--page-padding);
  bottom: var(--page-padding);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero .info .blocks {
  padding: var(--page-padding);
}
.hero .info .blocks .block {
  margin-top: 10px;
}
.hero .info .blocks .block.subheading {
  margin-top: 5px;
}
.hero .info .blocks .block.first-child {
  margin-top: 0;
}
.hero .info h2 {
  font-size: calc(42px * var(--font-header-scale));
  line-height: calc(52px * var(--font-header-scale));
  font-weight: var(--font-header-weight-bolder);
  margin: 0 auto;
}
.hero .info h3 {
  font-size: calc(28px * var(--font-header-scale));
  line-height: calc(38px * var(--font-header-scale));
  margin: 0 auto;
}
.hero .info .rte {
  margin: 0 auto;
}
.hero .info .rte p {
  color: inherit;
}
.hero .info .rte a {
  color: inherit;
  border-bottom: 1px solid inherit;
}
.hero .info.h-center {
  justify-content: center;
  text-align: center;
}
.hero .info.h-left {
  justify-content: flex-start;
  text-align: left;
}
.hero .info.h-right {
  justify-content: flex-end;
  text-align: right;
}
.hero .info.v-center {
  align-items: center;
}
.hero .info.v-top {
  align-items: flex-start;
}
.hero .info.v-bottom {
  align-items: flex-end;
}

@media (max-width: 620px) {
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero svg {
    padding: 20px;
  }
  .hero .info .blocks {
    padding: 0;
  }
  .hero .info h2 {
    font-size: calc(30px * var(--font-header-scale));
    line-height: calc(36px * var(--font-header-scale));
  }
  .hero .info h3 {
    font-size: calc(18px * var(--font-header-scale));
    line-height: calc(24px * var(--font-header-scale));
  }
}
@media (max-width: 420px) {
  .hero .info h2 br {
    display: none;
  }
}
/* Newsletter */
.content.newsletter {
  text-align: center;
  padding-top: calc(2 * var(--page-padding));
  padding-bottom: calc(2 * var(--page-padding));
}
.content.newsletter .titles h2 {
  margin-bottom: 0;
}
.content.newsletter .titles p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(20px * var(--font-base-scale));
  color: var(--color-body-text);
  line-height: 34px;
  max-width: 675px;
  margin: 0 auto 20px;
  padding: 10px 0;
}
.content.newsletter .titles p:first-child {
  padding-top: 0;
}
.content.newsletter .titles p:last-child {
  padding-bottom: 0;
}
.content.newsletter form {
  max-width: 540px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.content.newsletter form .field-error {
  margin-left: 15px;
  margin-top: 10px;
  color: var(--color-alert);
}
.content.newsletter form .btn.solid {
  font-size: calc(16px * var(--font-base-scale));
}
.content.newsletter form .success {
  text-align: center;
  color: var(--color-accent);
  font-size: 20px;
}

@media (max-width: 620px) {
  .content.newsletter {
    margin: var(--page-padding);
  }
  .content.newsletter form {
    text-align: center;
  }
  .content.newsletter form input.text {
    text-align: left;
  }
  .content.newsletter form .field-error {
    margin-left: 0;
  }
}
.map {
  position: relative;
}
.map:after {
  display: table;
  content: '';
  clear: both;
}
.map > .background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.map > .background .placeholder-svg {
  padding: var(--page-padding) 0;
  display: block;
}
.map > .background .image {
  width: 100%;
  height: 100%;
  background: var(--color-section-bg);
  background-size: cover;
}
.map > .background .map-container {
  width: 100%;
  height: 100%;
  background: var(--color-section-bg);
}
.map > .background .map-container .warning {
  display: none;
  padding: 20px;
  margin: 20px;
  background: var(--color-alert);
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(18px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-alert-neg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.map > .background .map-container.error .warning {
  display: block;
}
.map > .info {
  z-index: 2;
  position: relative;
  padding: calc(var(--page-padding) * 2);
  background: rgba(255, 255, 255, 0.85);
  float: left;
  min-width: 350px;
}
.map > .info h1 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(40px * var(--font-header-scale));
  color: var(--color-body-text);
  word-wrap: break-word;
}
.map > .info p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  text-transform: none;
  margin: 10px 0 30px 2px;
}
.map > .info p:last-child {
  margin-bottom: 0;
}

@media (max-width: 620px) {
  .map {
    padding: 0 !important;
  }
  .map > .info {
    margin: 0;
    background: var(--color-section-bg);
    text-align: center;
    max-width: none;
    width: 100%;
    min-width: 0;
    float: none;
  }
  .map > .info p {
    line-height: 26px;
  }
  .map > .background {
    position: static;
    width: 100%;
  }
  .map > .background .image, .map > .background .map-container {
    height: 400px;
    overflow: hidden;
  }
}
.image-with-text .flex-row .image {
  flex: 0 0 50%;
}
.image-with-text .flex-row .info {
  text-align: left;
  padding-left: 40px;
}
.image-with-text .flex-row .info h2 {
  margin-top: 0px;
}
.image-with-text .flex-row.odd .image {
  order: 2;
}
.image-with-text .flex-row.odd .info {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 620px) {
  .image-with-text .flex-row .image {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .image-with-text .flex-row .info {
    padding: 0;
  }
  .image-with-text .flex-row.odd .image {
    order: 0;
  }
  .image-with-text .flex-row.odd .info {
    padding: 0;
  }
}

.banner-with-text {
  background: transparent;
}
.banner-with-text:after {
  display: table;
  content: '';
  clear: both;
}
.banner-with-text > .background {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner-with-text > .background .placeholder-svg {
  padding: var(--page-padding) 0;
  display: block;
}
.banner-with-text > .background > div {
  width: 100%;
  height: 100%;
}
.banner-with-text > .info {
  z-index: 2;
  position: relative;
  padding: calc(var(--page-padding) * 2);
  background: rgba(255, 255, 255, 0.85);
  float: left;
  width: 400px;
}
.banner-with-text > .info h1 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(40px * var(--font-header-scale));
  color: var(--color-body-text);
  word-wrap: break-word;
}
.banner-with-text > .info p {
  margin: 0px 0 20px;
}
.banner-with-text > .info p:last-child {
  margin-bottom: 0;
}
.banner-with-text.position-right > .info {
  float: right;
}
.banner-with-text.position-center > .info {
  float: none;
  margin: 0 auto;
}
.banner-with-text.align-left {
  text-align: left;
}
.banner-with-text.align-center {
  text-align: center;
}
.banner-with-text.align-right {
  text-align: right;
}

@media (max-width: 620px) {
  .banner-with-text {
    padding: 0 !important;
  }
  .banner-with-text > .info {
    margin: 0;
    background: var(--color-section-bg);
    text-align: center;
    max-width: none;
    width: 100%;
  }
  .banner-with-text > .info p {
    font-family: var(--font-base-family);
    font-style: var(--font-base-style);
    font-weight: var(--font-base-weight);
    font-size: calc(14px * var(--font-base-scale));
    color: var(--color-body-text);
    line-height: 26px;
  }
  .banner-with-text > .background {
    position: static;
    width: 100%;
  }
  .banner-with-text > .background div:not(.hide-on-desktop) img {
    height: 300px;
  }
}
/* Collections list */
.collections-list {
  background: transparent !important;
}
.collections-list .collections-items {
  padding: 0;
  margin-top: -10px;
  margin-left: -10px;
  margin-right: 0;
}
.collections-list .collections-items:after {
  display: table;
  content: '';
  clear: both;
}
.collections-list .collections-items a.collections-item {
  position: relative;
  text-decoration: none;
  display: block;
  float: left;
  width: 33.333%;
  height: 240px;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(var(--color-section-bg-rgb), 0.2);
}
.collections-list .collections-items a.collections-item.one-whole {
  width: 100%;
  height: 340px;
}
.collections-list .collections-items a.collections-item.one-whole.short {
  height: 240px;
}
.collections-list .collections-items a.collections-item.one-whole.tall {
  height: 440px;
}
.collections-list .collections-items a.collections-item.one-half {
  width: 50%;
  height: 300px;
}
.collections-list .collections-items a.collections-item.one-half.short {
  height: 200px;
}
.collections-list .collections-items a.collections-item.one-half.tall {
  height: 400px;
}
.collections-list .collections-items a.collections-item.one-third {
  width: 33.333%;
  height: 240px;
}
.collections-list .collections-items a.collections-item.one-third.short {
  height: 140px;
}
.collections-list .collections-items a.collections-item.one-third.tall {
  height: 340px;
}
.collections-list .collections-items a.collections-item .title {
  position: absolute;
  bottom: 5px;
  left: var(--page-padding);
  right: var(--page-padding);
  padding: var(--page-padding) var(--page-padding) 0;
  z-index: 2;
  text-align: right;
}
.collections-list .collections-items a.collections-item .title h4 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(18px * var(--font-header-scale));
  color: var(--color-body-text);
  display: inline-block;
  word-wrap: break-word;
  background: rgba(255, 255, 255, 0.75);
  padding: var(--page-padding);
}
.collections-list .collections-items a.collections-item img {
  background: var(--color-section-bg);
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.collections-list .collections-items a.collections-item img.opacity-0 {
  opacity: 0;
}
.collections-list .collections-items a.collections-item img.opacity-10 {
  opacity: 0.1;
}
.collections-list .collections-items a.collections-item img.opacity-20 {
  opacity: 0.2;
}
.collections-list .collections-items a.collections-item img.opacity-30 {
  opacity: 0.3;
}
.collections-list .collections-items a.collections-item img.opacity-40 {
  opacity: 0.4;
}
.collections-list .collections-items a.collections-item img.opacity-50 {
  opacity: 0.5;
}
.collections-list .collections-items a.collections-item img.opacity-60 {
  opacity: 0.6;
}
.collections-list .collections-items a.collections-item img.opacity-70 {
  opacity: 0.7;
}
.collections-list .collections-items a.collections-item img.opacity-80 {
  opacity: 0.8;
}
.collections-list .collections-items a.collections-item img.opacity-90 {
  opacity: 0.9;
}
.collections-list .collections-items a.collections-item img.opacity-100 {
  opacity: 1;
}
.collections-list .collections-items a.collections-item .placeholder-svg {
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-0 {
  opacity: 0;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-10 {
  opacity: 0.1;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-20 {
  opacity: 0.2;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-30 {
  opacity: 0.3;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-40 {
  opacity: 0.4;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-50 {
  opacity: 0.5;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-60 {
  opacity: 0.6;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-70 {
  opacity: 0.7;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-80 {
  opacity: 0.8;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-90 {
  opacity: 0.9;
}
.collections-list .collections-items a.collections-item .placeholder-svg.opacity-100 {
  opacity: 1;
}
.collections-list .collections-items a.collections-item.contain {
  padding-bottom: 50px;
}
.collections-list .collections-items a.collections-item.contain .image {
  background-size: contain;
}
.collections-list .collections-items a.collections-item.contain .title {
  text-align: center;
}
.collections-list .collections-items a.collections-item.cover .image {
  background-size: cover;
}
.collections-list .collections-items.interactive a.collections-item h4 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
  transition-delay: 0s;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-0, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-0 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-10, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-10 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-20, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-20 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-30, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-30 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-40, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-40 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-50, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-50 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-60, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-60 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-70, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-70 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-80, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-80 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-90, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-90 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item img.opacity-100, .collections-list .collections-items.interactive a.collections-item .placeholder-svg.opacity-100 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item:hover h4 {
  opacity: 1;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-0, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-0 {
  opacity: 0;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-10, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-10 {
  opacity: 0.1;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-20, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-20 {
  opacity: 0.2;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-30, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-30 {
  opacity: 0.3;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-40, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-40 {
  opacity: 0.4;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-50, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-50 {
  opacity: 0.5;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-60, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-60 {
  opacity: 0.6;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-70, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-70 {
  opacity: 0.7;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-80, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-80 {
  opacity: 0.8;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-90, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-90 {
  opacity: 0.9;
}
.collections-list .collections-items.interactive a.collections-item:hover img.opacity-100, .collections-list .collections-items.interactive a.collections-item:hover .placeholder-svg.opacity-100 {
  opacity: 1;
}

@media (max-width: 960px) {
  .collections-list .collections-items a.collections-item.one-whole, .collections-list .collections-items a.collections-item.one-half, .collections-list .collections-items a.collections-item.one-third {
    width: 50%;
    height: 200px;
  }
  .collections-list .collections-items a.collections-item.one-whole.short, .collections-list .collections-items a.collections-item.one-half.short, .collections-list .collections-items a.collections-item.one-third.short {
    height: 100px;
  }
  .collections-list .collections-items a.collections-item.one-whole.tall, .collections-list .collections-items a.collections-item.one-half.tall, .collections-list .collections-items a.collections-item.one-third.tall {
    height: 340px;
  }
  .collections-list .collections-items div:first-child a.collections-item.one-third {
    width: 100%;
    height: 300px;
  }
  .collections-list .collections-items div:first-child a.collections-item.one-third.short {
    height: 200px;
  }
  .collections-list .collections-items div:first-child a.collections-item.one-third.tall {
    height: 400px;
  }
}
@media (max-width: 620px) {
  .collections-list .collections-items {
    padding: 0;
    margin-left: 0;
  }
  .collections-list .collections-items a.collections-item {
    padding-left: 0;
    margin-bottom: var(--page-padding);
    width: 100% !important;
    height: 300px !important;
  }
  .collections-list .collections-items a.collections-item.short {
    height: 200px !important;
  }
  .collections-list .collections-items a.collections-item.tall {
    height: 400px !important;
  }
}
/* Categories list */
.section-categories-list {
  z-index: 2;
}

.categories-list {
  text-align: center;
}
.categories-list.with-background {
  position: relative;
  background: none !important;
}
.categories-list.with-background .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-section-bg);
  z-index: -2;
}
.categories-list .rte {
  margin-bottom: 20px;
}
.categories-list .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.categories-list .categories .category {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(40px * var(--font-header-scale));
  color: var(--color-body-text);
  display: flex;
  margin: 5px 0;
}
.categories-list .categories .category:after {
  content: "•";
  z-index: 1;
}
.categories-list .categories .category:last-child:after {
  content: "";
}
.categories-list .categories .category a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.categories-list .categories .category a .text {
  padding: 2px 10px;
}
.categories-list .categories .category a .image {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.35s ease-out;
  position: absolute;
  top: 50%;
  left: 50%;
}
.categories-list .categories .category a .image img {
  transform: translate(-50%, -50%);
  max-width: 300px;
  height: auto;
}
.categories-list .categories .category a:hover .text {
  text-decoration: underline;
}
.categories-list .categories .category a:hover .image {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 960px) {
  .categories-list .categories .category {
    font-size: 32px;
  }
  .categories-list .categories .category a .image img {
    max-width: 200px;
  }
}
@media (max-width: 620px) {
  .categories-list .categories .category {
    font-size: 20px;
  }
  .categories-list .categories .category a .text {
    padding: 1px 5px;
  }
  .categories-list .categories .category a .image img {
    max-width: 100px;
  }
}
@media (pointer: coarse) {
  .categories-list .categories .category a .image {
    display: none;
  }
}
/* Featured product */
.featured-product .collection {
  margin: 0;
}
.featured-product .collection .products.columns_1 .product {
  margin-bottom: 0;
}

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

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

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

.two-thirds {
  width: 66.6666666667%;
}

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

.two-quarters {
  width: 50%;
}

.three-quarters {
  width: 75%;
}

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

.two-fifths {
  width: 40%;
}

.three-fifths {
  width: 60%;
}

.four-fifths {
  width: 80%;
}

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

.two-sixths {
  width: 33.3333333333%;
}

.three-sixths {
  width: 50%;
}

.four-sixths {
  width: 66.6666666667%;
}

.five-sixths {
  width: 83.3333333333%;
}

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

.two-eighths {
  width: 25%;
}

.three-eighths {
  width: 37.5%;
}

.four-eighths {
  width: 50%;
}

.five-eighths {
  width: 62.5%;
}

.six-eighths {
  width: 75%;
}

.seven-eighths {
  width: 87.5%;
}

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

.two-tenths {
  width: 20%;
}

.three-tenths {
  width: 30%;
}

.four-tenths {
  width: 40%;
}

.five-tenths {
  width: 50%;
}

.six-tenths {
  width: 60%;
}

.seven-tenths {
  width: 70%;
}

.eight-tenths {
  width: 80%;
}

.nine-tenths {
  width: 90%;
}

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

.two-twelfths {
  width: 16.6666666667%;
}

.three-twelfths {
  width: 25%;
}

.four-twelfths {
  width: 33.3333333333%;
}

.five-twelfths {
  width: 41.6666666667%;
}

.six-twelfths {
  width: 50%;
}

.seven-twelfths {
  width: 58.3333333333%;
}

.eight-twelfths {
  width: 66.6666666667%;
}

.nine-twelfths {
  width: 75%;
}

.ten-twelfths {
  width: 83.3333333333%;
}

.eleven-twelfths {
  width: 91.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Custom content */
.custom-content {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}
.custom-content > .inner {
  overflow: hidden;
}
.custom-content .blocks {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
}
.custom-content.no-padding .blocks {
  margin-left: calc(var(--page-padding) * -1);
  margin-bottom: calc(var(--page-padding) * -1);
}
.custom-content .custom__item {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: var(--page-padding);
  padding-left: var(--page-padding);
  max-width: 100%;
  z-index: 2;
}
.custom-content .custom__item .collection-grid-item {
  margin-bottom: 0;
}
.custom-content .custom__item-inner {
  position: relative;
  display: block;
  text-align: left;
  max-width: 100%;
}
.custom-content .custom__item-inner--text h1 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(40px * var(--font-header-scale));
  color: var(--color-body-text);
  word-wrap: break-word;
}
.custom-content .custom__item-inner--text .rte {
  margin-top: 20px;
}
.custom-content .custom__item-inner--text p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  text-transform: none;
  margin: 0px 0 20px 2px;
}
.custom-content .custom__item-inner--text p a {
  text-decoration: underline;
}
.custom-content .custom__item-inner--text p:last-child {
  margin-bottom: 0;
}
.custom-content .custom__item-inner--video,
.custom-content .custom__item-inner--html {
  display: block;
}
.custom-content .custom__item-inner--image {
  position: relative;
  margin: 0 auto;
}
.custom-content .custom__image {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.custom-content .video-wrapper video {
  display: block;
  width: 100%;
  height: auto;
}
.custom-content .external-video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.custom-content .external-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Shopify Challenge (/challenge) */
.shopify-challenge__container {
  padding: var(--page-padding) !important;
}
.shopify-challenge__container .shopify-challenge__message {
  margin: 20px 0;
}
.shopify-challenge__container .shopify-challenge__error {
  margin: 10px 0;
  font-size: 14px;
}
.shopify-challenge__container .btn.shopify-challenge__button {
  border: 0;
  color: var(--color-accent-neg);
  background: var(--color-accent);
  font-weight: var(--font-base-weight-bolder);
  font-size: 18px;
  padding: 14px 40px;
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}
.shopify-challenge__container .btn.shopify-challenge__button:hover {
  color: var(--color-accent-neg);
  background-color: var(--color-accent-dark);
}
.shopify-challenge__container .btn.shopify-challenge__button:hover:before, .shopify-challenge__container .btn.shopify-challenge__button:hover:after {
  border-color: var(--color-accent-neg);
}

/* Shopify Policy pages (/policies/privacy-policy) */
.shopify-policy__container {
  margin: 0 var(--page-padding) !important;
  padding: 0 0 var(--page-padding) !important;
  background: var(--color-section-bg);
  max-width: none !important;
  text-align: left;
}
.shopify-policy__container .shopify-policy__title,
.shopify-policy__container .shopify-policy__body {
  padding: var(--page-padding) var(--page-padding) 0;
  margin: 0 auto;
  max-width: var(--content-max-width);
  text-align: inherit;
}
.shopify-policy__container .shopify-policy__title {
  width: 100%;
}
.shopify-policy__container .shopify-policy__title h1 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(30px * var(--font-header-scale));
  color: var(--color-body-text);
  color: var(--color-body-text);
  margin: 10px 0 15px !important;
}
.shopify-policy__container .rte h1 {
  font-family: var(--font-header-family);
  font-style: var(--font-header-style);
  font-weight: var(--font-header-weight);
  font-size: calc(34px * var(--font-header-scale));
  color: var(--color-body-text);
  font-weight: var(--font-header-weight-bolder);
  margin: 20px 0 10px;
}

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

/* Email Marketing confirmation */
.shopify-email-marketing-confirmation__container {
  margin: 0 var(--page-padding) !important;
  padding: 40px 0 60px !important;
  max-width: none !important;
  text-align: center;
  min-height: 40vh;
}
.shopify-email-marketing-confirmation__container h1 {
  display: none;
}
.shopify-email-marketing-confirmation__container p {
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  line-height: 28px;
}
.shopify-email-marketing-confirmation__container a {
  text-decoration: none;
  margin: 20px auto 0;
  max-width: none;
  font-family: var(--font-base-family);
  font-style: var(--font-base-style);
  font-weight: var(--font-base-weight);
  font-size: calc(18px * var(--font-base-scale));
  color: var(--color-body-text);
  border-radius: 4px;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-in;
  transition-delay: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  background-color: #eee;
  color: var(--color-body-text-light);
}
.shopify-email-marketing-confirmation__container a:hover {
  color: var(--color-body-text-lighten-20);
  border-color: var(--color-body-text-lighten-20);
}
.shopify-email-marketing-confirmation__container a:hover:before, .shopify-email-marketing-confirmation__container a:hover:after {
  border-color: var(--color-body-text-lighten-20);
}




/*////////////////////////////////SaaS追加css/////////////////////////*/
/*///////////TOPセクション：はばタン会員TOP,あいサポ会員TOP ボタン///////////*/
div#shopify-section-template--17677543801111__92281d74-eceb-4779-aa4c-f2d8c301c7f9 .content.custom-content.expanded {
  padding-top: 10px;
}
div#shopify-section-template--17677543801111__92281d74-eceb-4779-aa4c-f2d8c301c7f9 small {
  font-size: x-small;
  letter-spacing: 1.6px;
}
@media (max-width: 620px) {
  div#shopify-section-template--17677543801111__92281d74-eceb-4779-aa4c-f2d8c301c7f9 {
    width: 90%;
    margin: 0 5%;
}
  div#shopify-section-template--17677543801111__92281d74-eceb-4779-aa4c-f2d8c301c7f9 a.btn_pinkA {
    padding: 1rem 2rem;
    font-size: 12px;
}
  div#shopify-section-template--17677543801111__92281d74-eceb-4779-aa4c-f2d8c301c7f9 a.btn_lightblueA {
    padding: 1rem 2rem;
    font-size: 12px;
}
.custom__item.custom__item--35b7e606-d938-42f3-bad8-b1e6141d4b8a.small--one-whole.medium-up--one-half {
    margin-bottom: 4px;
}
}

/*///////////TOPセクション：EVENTブログ///////////*/
/*EVENTタイトルセクション背景カラー*/
div#shopify-section-template--17677543801111__0b63fcf0-b5dd-4e88-a291-15e28cd5b7fe .content.custom-content.with-background {
    background-color: #3d9254;
}  
/*抜粋テキスト非表示に*/
div#shopify-section-template--17677543801111__9e923d6e-146d-48fe-a66c-c30b26405266 .text.rte.align-center {
    display: none;
}
/*日付フォントカラー*/
div#shopify-section-template--17677543801111__9e923d6e-146d-48fe-a66c-c30b26405266  .post h4 {
  color: #fff;
  margin-top: 15px;
}
/*タイトルフォントカラー*/
div#shopify-section-template--17677543801111__9e923d6e-146d-48fe-a66c-c30b26405266  .post h2 a {
  color: #fff;
}
/*セクション背景カラー*/
div#shopify-section-template--17677543801111__9e923d6e-146d-48fe-a66c-c30b26405266 .content.featured-blog.with-background.collapsed {
  background-color: #3d9254;
}
/*一覧を見るボタン　カラー*/
div#shopify-section-template--17677543801111__9e923d6e-146d-48fe-a66c-c30b26405266  a.btn.action, .btn.action {
    color: #3d9254;
    background: #fff;
}
div#shopify-section-template--17677543801111__9e923d6e-146d-48fe-a66c-c30b26405266  a.btn.action:hover, .btn.action:hover {
    color: #fff;
    background: #347571;
}
/*「イベントカレンダー>」、「ご利用の流れ>」　セクション背景カラー*/
div#shopify-section-template--17677543801111__5b21a5f6-a0c0-4cc9-82df-a0836554956b .content.custom-content.with-background.collapsed{
  background: #3d9254;
}
div#shopify-section-template--17677543801111__9e923d6e-146d-48fe-a66c-c30b26405266 .tags {
    display: none;
}

@media (max-width: 620px) {
  div#shopify-section-template--17677543801111__0b63fcf0-b5dd-4e88-a291-15e28cd5b7fe .custom-content .custom__item-inner--text h1 {
  font-size:32px;
}
  div#shopify-section-template--17677543801111__9e923d6e-146d-48fe-a66c-c30b26405266  a.btn.action, .btn.action {
    margin-top: 0;
}
  }



/*///////////TOPセクション：サービス///////////*/
/*はばタン会員img on text*/
div#shopify-section-template--17677543801111__cc2912d7-ad43-42b7-a8e8-8c9fdd058a66 h2.section-title {
  margin-bottom: 0;
}
div#shopify-section-template--17677543801111__cc2912d7-ad43-42b7-a8e8-8c9fdd058a66 h2.section-title_2 {
  font-size: 32px;
  color: #ef7d88;
  font-weight: 600;
}
div#shopify-section-template--17677543801111__cc2912d7-ad43-42b7-a8e8-8c9fdd058a66 a.btn.action.small {
    background: #ef7d88;
    width: 100%;
  margin-bottom: 10px;
}
div#shopify-section-template--17677543801111__cc2912d7-ad43-42b7-a8e8-8c9fdd058a66 p {
    font-size: 15px;
}
@media (max-width: 620px) {
  div#shopify-section-template--17677543801111__cc2912d7-ad43-42b7-a8e8-8c9fdd058a66 .info {
    padding: 20px 40px;
  }
  div#shopify-section-template--17677543801111__cc2912d7-ad43-42b7-a8e8-8c9fdd058a66 h2.section-title_3 {
    font-size: 18px;
  }
  div#shopify-section-template--17677543801111__cc2912d7-ad43-42b7-a8e8-8c9fdd058a66 p {
    font-size: 14px;
}
}

/*あいサポ会員img on text*/
div#shopify-section-template--17677543801111__b326c90d-d135-4179-932f-84509432e20b .content.banner-with-text.position-right.align-left.with-background {
    margin-top: 20px;
}
div#shopify-section-template--17677543801111__b326c90d-d135-4179-932f-84509432e20b h2.section-title {
  margin-bottom: 0;
}
div#shopify-section-template--17677543801111__b326c90d-d135-4179-932f-84509432e20b h2.section-title_2 {
  font-size: 32px;
  color: #5fa8df;
  font-weight: 600;
}
div#shopify-section-template--17677543801111__b326c90d-d135-4179-932f-84509432e20b a.btn.action.small {
    background: #5fa8df;
    width: 100%;
  margin-bottom: 10px;
}
div#shopify-section-template--17677543801111__b326c90d-d135-4179-932f-84509432e20b p {
    font-size: 15px;
}
@media (max-width: 620px) {
  div#shopify-section-template--17677543801111__b326c90d-d135-4179-932f-84509432e20b .info {
    padding: 20px 40px;
  }
  div#shopify-section-template--17677543801111__b326c90d-d135-4179-932f-84509432e20b h2.section-title_3 {
    font-size: 18px;
  }
  div#shopify-section-template--17677543801111__b326c90d-d135-4179-932f-84509432e20b p {
    font-size: 14px;
}
}



/*はばタン会員*/
div#shopify-section-template--17677543801111__9b9225ad-ee28-4fcc-9bf8-e69c84e3e493 .custom__item-inner.custom__item-inner--image {
    /*border: 2px solid #ef7d88;*/
}
div#shopify-section-template--17677543801111__9b9225ad-ee28-4fcc-9bf8-e69c84e3e493 a.btn_pinkA {
  display: inline-block;
  float: left;
  width: 46%;
  margin: 2%;
  padding: 1rem 3rem;
}
div#shopify-section-template--17677543801111__9b9225ad-ee28-4fcc-9bf8-e69c84e3e493 h2.section-title_2 {
    margin-bottom: 0;
    font-size: 16px;
}
div#shopify-section-template--17677543801111__9b9225ad-ee28-4fcc-9bf8-e69c84e3e493 h2.section-title {
    font-size: 26px;
  color: #ef7d88;
  font-weight: 600;
}
@media (max-width: 1082px) {
div#shopify-section-template--17677543801111__9b9225ad-ee28-4fcc-9bf8-e69c84e3e493 a.btn_pinkA {
    display: block;
    float: inherit;
    width: 96%;
    margin: 2%;
      }
}
@media (max-width: 620px) {
div#shopify-section-template--17677543801111__9b9225ad-ee28-4fcc-9bf8-e69c84e3e493 a.btn_pinkA {
    display: block;
    float: inherit;
    width: 80%;
    margin: 1% 10%;
  font-size:14px;
  padding: 0.6rem 3rem;
}  
  div#shopify-section-template--17677543801111__9b9225ad-ee28-4fcc-9bf8-e69c84e3e493 h2.section-title_2 {
    text-align:center;
}
div#shopify-section-template--17677543801111__9b9225ad-ee28-4fcc-9bf8-e69c84e3e493 h2.section-title {
    text-align:center;
  margin-bottom: 10px;
      }
}

/*あいサポ会員*/
div#shopify-section-template--17677543801111__9d12c268-9f21-4d55-88d2-518fe11300c7 .custom__item-inner.custom__item-inner--image {
    /*border: 2px solid #5fa8df;*/
}
div#shopify-section-template--17677543801111__9d12c268-9f21-4d55-88d2-518fe11300c7 a.btn_lightblueA {
  display: inline-block;
  float: left;
  width: 46%;
  margin: 2%;
  padding: 1rem 3rem;
}
div#shopify-section-template--17677543801111__9d12c268-9f21-4d55-88d2-518fe11300c7 h2.section-title_2 {
    margin-bottom: 0;
    font-size: 16px;
}
div#shopify-section-template--17677543801111__9d12c268-9f21-4d55-88d2-518fe11300c7 h2.section-title {
    font-size: 26px;
  color: #5fa8df;
  font-weight: 600;
}
@media (max-width: 1082px) {
div#shopify-section-template--17677543801111__9d12c268-9f21-4d55-88d2-518fe11300c7 a.btn_lightblueA {
    display: block;
    float: inherit;
    width: 96%;
    margin: 2%;
      }
}
@media (max-width: 620px) {
div#shopify-section-template--17677543801111__9d12c268-9f21-4d55-88d2-518fe11300c7 a.btn_lightblueA {
    display: block;
    float: inherit;
    width: 80%;
    margin: 1% 10%;
  font-size:14px;
  padding: 0.6rem 3rem;
}  
div#shopify-section-template--17677543801111__9d12c268-9f21-4d55-88d2-518fe11300c7 h2.section-title_2 {
    text-align:center;
}
div#shopify-section-template--17677543801111__9d12c268-9f21-4d55-88d2-518fe11300c7 h2.section-title {
    text-align:center;
  margin-bottom: 10px;
      }
}


/*///////////TOPセクション：お知らせブログ///////////*/
/*記事枠　背景カラー*/
div#shopify-section-template--17677543801111__37d4e397-899d-4203-bf06-c7c7fd328ef6 .post.no-image {
    background-color: #3d9254;
    padding: 2% 5%;
  border-radius:3px;
}
/*抜粋テキスト非表示*/
div#shopify-section-template--17677543801111__37d4e397-899d-4203-bf06-c7c7fd328ef6 .text.rte.align-center {
    display: none;
}
/*記事ブロック上下　マージン*/
div#shopify-section-template--17677543801111__37d4e397-899d-4203-bf06-c7c7fd328ef6 .post {
    margin: 0 auto 10px;
}
/*日付フォントカラー*/
div#shopify-section-template--17677543801111__37d4e397-899d-4203-bf06-c7c7fd328ef6  .post h4 {
  color: #fff;
}
/*タイトルフォントカラー*/
div#shopify-section-template--17677543801111__37d4e397-899d-4203-bf06-c7c7fd328ef6 .post h2 a {
    color: #fff;
}

/*///////////
3ヶ所共通：（サービス・イベント・お知らせ　タイトル画像　の下マージン調整）
///////////*/
.content.image-with-text {
    padding: 0;
}

/*///////////TOPセクション：ご成婚者のメッセージブログ///////////*/
div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f .posts.grid .post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5%;
}
div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f .post img.featured {
	width: 10%;
	aspect-ratio: 1/1;
	object-fit: cover;
	margin: 0;
}
div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f h4.align-left {
	display: none;
}
div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f h2.align-left {
	display: none;
}
div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f .text.rte.align-center {
	width: 88%;
	float: right;
  padding-top: 10px;
}
div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f p.expanded {
	display: none;
}

@media (max-width: 620px) {
  div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f .post img.featured {
	width: 15%;
}
  div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f .text.rte.align-center {
	width: 83%;
}
  div#shopify-section-template--17677543801111__eff7f80d-3d18-45eb-abb3-5e714804cd7f .text.rte.align-center {
  padding-top: 0px;
}
  }



/*///////////TOPセクション：コラムブログ///////////*/
div#shopify-section-template--17677543801111__00e97aac-a258-42c6-8f2f-f0a0bf2fd71d .text.rte.align-center {
    display: none;
}
div#shopify-section-template--17677543801111__00e97aac-a258-42c6-8f2f-f0a0bf2fd71d p.expanded {
    display: none;
}
div#shopify-section-template--17677543801111__00e97aac-a258-42c6-8f2f-f0a0bf2fd71d .posts.grid .post {
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5%;
}
div#shopify-section-template--17677543801111__00e97aac-a258-42c6-8f2f-f0a0bf2fd71d h4.align-left {
    margin-top: 0;
}
@media (max-width: 620px) {
  div#shopify-section-template--17677543801111__00e97aac-a258-42c6-8f2f-f0a0bf2fd71d .posts.grid .post {
    width: 50%;
}
  }

/*///////////下層>コラム一覧のテンプレート///////////*/
div#shopify-section-template--17854531895575__main .text.rte.align-center {
    display: none;
}
div#shopify-section-template--17854531895575__main p.expanded {
    display: none;
}
div#shopify-section-template--17854531895575__main .posts.grid .post {
    width: 25%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5%;
}
div#shopify-section-template--17854531895575__main h4.align-left {
    margin-top: 0;
}
@media (max-width: 620px) {
  div#shopify-section-template--17854531895575__main .posts.grid .post {
    width: 50%;
}
  }

/*///////////下層>コラム一覧>1記事ページのブログテンプレート///////////*/
/*サムネ表示されるのをトリ*/
div#shopify-section-template--17910041510167__main img.image.featured.expanded {
    display: none;
}
/*Other articles:非表示*/
div#shopify-section-template--17910041510167__main .recent.posts {
    display: none;
}/*Other articles:非表示-*/
div#shopify-section-template--17910041510167__main h3 {
    display: none;
}



/*///////////下層>イベント一覧のブログテンプレート///////////*/
/*抜粋非表示*/
div#shopify-section-template--17774525120791__main .text.rte.align-center {
  display: none;
}
/*記事タイトルフォントサイズ*/
div#shopify-section-template--17774525120791__main h2.align-left {
}
/*#タグのフォントカラー*/
div#shopify-section-template--17774525120791__main .tags a.underscore {
    color: #fff;
}
div#shopify-section-template--17774525120791__main .tags {
    display: none;
}

/*///////////下層>イベント一覧>1記事ページのブログテンプレート///////////*/
/*サムネ表示されるのをトリ*/
div#shopify-section-template--17831286243607__main img.image.featured.expanded {
    display: none;
}
/*Other articles:非表示*/
div#shopify-section-template--17831286243607__main .recent.posts {
    display: none;
}
/*Other articles:非表示-*/
div#shopify-section-template--17831286243607__main h3 {
    display: none;
}
div#shopify-section-template--17831286243607__main .tags {
    display: none;
}


/*///////////下層>成婚者メッセージ一覧のブログテンプレート///////////*/
div#shopify-section-template--17833192718615__0240c965-0548-4197-906a-32e1243c68d4 {
    width: 70%;
    margin: 0 auto;
}
div#shopify-section-template--17833192718615__main .posts.grid .post {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5%;
}
div#shopify-section-template--17833192718615__main .post img.featured {
	width: 15%;
	aspect-ratio: 1/1;
	object-fit: cover;
	margin: 0;
}
div#shopify-section-template--17833192718615__main h4.align-left {
	display: none;
}
div#shopify-section-template--17833192718615__main h2.align-left {
	display: none;
}
div#shopify-section-template--17833192718615__main .text.rte.align-center {
	font-size: 14px;
	width: 83%;
	float: right;
}
div#shopify-section-template--17833192718615__main p.expanded {
	display: none;
}
div#shopify-section-template--17833192718615__main .content.blog.expanded {
    padding-top: 0;
    margin-top: 0;
}
@media (max-width: 620px) {
  div#shopify-section-template--17833192718615__main .posts.grid .post {
    width: 100%;
}
}


/*///////////下層>お知らせトピック一覧>1記事ページのブログテンプレート///////////*/
/*Other articles:非表示*/
div#shopify-section-template--17909932228887__main .recent.posts {
    display: none;
}/*Other articles:非表示-*/
div#shopify-section-template--17909932228887__main h3 {
    display: none;
}



/*///////////下層>はばタン会員TOPのページ///////////*/
div#shopify-section-template--17854762254615__73612ca0-21d3-438f-898c-08e439dfe494 .custom__item-inner.custom__item-inner--html {
  padding: 30px;
}
div#shopify-section-template--17854762254615__73612ca0-21d3-438f-898c-08e439dfe494 h1 {
  font-size: 45px;
  color: #ef7d88;
  font-weight: 600;
}
div#shopify-section-template--17854762254615__73612ca0-21d3-438f-898c-08e439dfe494 h2 {
  font-weight: 600;
}

/*div#shopify-section-template--17854762254615__a9541a80-da86-4f05-972e-6256e546e067 img.cover {
    object-fit: contain;
  object-position: top left;
  background: #fff;
  border: solid 2px #ef7d88;
}
div#shopify-section-template--17854762254615__a9541a80-da86-4f05-972e-6256e546e067 .content.banner-with-text.position-right.align-left.with-background.collapsed {
    border: solid 2px #ef7d88;
}
div#shopify-section-template--17854762254615__a9541a80-da86-4f05-972e-6256e546e067 h2.section-title {
    margin-bottom: 0;
}
div#shopify-section-template--17854762254615__a9541a80-da86-4f05-972e-6256e546e067 h2.section-title_2 {
  font-size: 32px;
    color: #ef7d88;
  font-weight:bold;
}*/

/*FLOW見出しフォント-*/
div#shopify-section-template--17854762254615__4442ba74-77ec-465c-a5d4-3a15646c971c h2.section-title {
    font-size: 60px;
    color: #ef7d88;
  font-weight: bold;
}
/*img３カラム調整*/
div#shopify-section-template--17854762254615__4442ba74-77ec-465c-a5d4-3a15646c971c .col {
    position: relative;
}
div#shopify-section-template--17854762254615__4442ba74-77ec-465c-a5d4-3a15646c971c .col .rte {
    background: rgba(239,125,136,.1);
    position: absolute;
    top: -30px;
    left: 1%;
    width: 60%;
    border-radius: 3px;
  text-align: center;
  padding: 3px 15px;
}
/*「AI紹介とは」*/
.custom__item.custom__item--bf2a69e9-b436-4e3d-9c72-4ce9a8ef19f8.small--one-whole.medium-up--one-half h1 {
  font-size: 42px;
  color: #ef7d88;
  font-weight: bold;
}
.custom__item.custom__item--bf2a69e9-b436-4e3d-9c72-4ce9a8ef19f8.small--one-whole.medium-up--one-half a.btn_pinkB {
  position: relative;
}
/* padding調整              */
div#shopify-section-template--17854762254615__48504c75-0f9f-4060-8a11-9826f64733b7 .inner.with-layout-options.centered.extended {
    padding-top: 0;
    padding-bottom: 0;
}
div#shopify-section-template--17854762254615__48504c75-0f9f-4060-8a11-9826f64733b7 .content.rich-text.expanded.collapsed {
    padding-top: 0;
    padding-bottom: 0;
}
/*  説明テキストサイズ             */
div#shopify-section-template--17854762254615__48504c75-0f9f-4060-8a11-9826f64733b7 .rte p {
    font-size: 16px;
}
/*@media (max-width: 620px) {
div#shopify-section-template--17854762254615__a9541a80-da86-4f05-972e-6256e546e067 .banner-with-text>.info {
    background: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
div#shopify-section-template--17854762254615__4442ba74-77ec-465c-a5d4-3a15646c971c .feature-columns .cols .col img {
    display: inline-block;
    margin: 0 0 10px;
    width: 70%;
         }
div#shopify-section-template--17854762254615__4442ba74-77ec-465c-a5d4-3a15646c971c h2.section-title {
    font-size: 40px;
    line-height: 10px;
         }
  div#shopify-section-template--17854762254615__86cb4c1f-1f11-4e44-a9c0-73872e04c0bb .small--text-center.medium-up--text-left h1 {
  font-size: 32px;
}
  div#shopify-section-template--17854762254615__a9541a80-da86-4f05-972e-6256e546e067 h2.section-title {
  margin-bottom: 0px;
}
}*/
@media (max-width: 620px) {
div#shopify-section-template--17854762254615__73612ca0-21d3-438f-898c-08e439dfe494 .custom__item-inner.custom__item-inner--html {
  padding: 0 30px;
}
  div#shopify-section-template--17854762254615__73612ca0-21d3-438f-898c-08e439dfe494 h1 {
  font-size: 38px;
    margin-bottom: 0;
}
  div#shopify-section-template--17854762254615__73612ca0-21d3-438f-898c-08e439dfe494 h2 {
  font-size: 19px;
}
  div#shopify-section-template--17854762254615__73612ca0-21d3-438f-898c-08e439dfe494 p {
    font-size: 12px;
}
}


/*///////////下層>はばタンご利用の流れのページ///////////*/
/*  「はばタン会員ご利用の流れ」  */
.custom__item.custom__item--eff1e07c-d362-44ea-bbd4-89ffb591a84d.one-whole h2 {
  font-size: 30px;
  color: #ef7d88;
}
/*  step1...仮登録...  */
.custom__item.custom__item--c2de9926-5ef8-4179-8bd5-c65b465956a9.small--one-whole.medium-up--one-half .flow-chart__item::after {
	display: none;
}
.custom__item.custom__item--1932f4d6-1c6d-4f03-9868-f68eed26439d.small--one-whole.medium-up--one-half .flow-chart__item::after {
display: none;
}
.custom__item.custom__item--88e46bfd-2c1e-4e0a-84c2-d8453c7b73eb.small--one-whole.medium-up--one-half .flow-chart__item::after {
display: none;
}
.custom__item.custom__item--683b9590-08cf-4488-b382-e0bbce8c7dad.small--one-whole.medium-up--one-half .flow-chart__item::after {
display: none;
}
.custom__item.custom__item--a76b4eec-8c12-4337-81c6-8b1f58c39187.small--one-whole.medium-up--one-half .flow-chart__item::after {
display: none;
}
.custom__item.custom__item--c1912684-c3c9-452b-987d-737ae54c66c5.small--one-whole.medium-up--one-half .flow-chart__item::after {
display: none;
}
/*縦フロー ol li*/
div#shopify-section-template--17894552305943__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 ol li {
  list-style-type: none;
  counter-increment: cnt;
}
div#shopify-section-template--17894552305943__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 ol li::before {
  content: "(" counter(cnt) ") ";
}
div#shopify-section-template--17894552305943__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 .steptxt > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}
/*入会申込ボタンを大きく*/
div#shopify-section-template--17894552305943__3557f805-940e-446c-854f-7278e28d69cf a.btn_pinkA {
  padding: 2rem 4rem;
	font-size: 20px;
}
@media (max-width: 620px) {
  .custom__item.custom__item--eff1e07c-d362-44ea-bbd4-89ffb591a84d.one-whole h2 {
  font-size: 21px;
      }
  div#shopify-section-template--17894552305943__3557f805-940e-446c-854f-7278e28d69cf a.btn_pinkA {
	padding: 1.5rem 4rem;
	font-size: 16px;
}
}


/*///////////下層>あいサポ会員TOPのページ///////////*/
div#shopify-section-template--17982974394647__2378a1d5-628d-4b39-8c92-98fc89c939d2 .custom__item-inner.custom__item-inner--html {
  padding: 90px 30px 30px;
}
div#shopify-section-template--17982974394647__2378a1d5-628d-4b39-8c92-98fc89c939d2 h1 {
  font-size: 45px;
  color: #5fa8df;
  font-weight: 600;
}
div#shopify-section-template--17982974394647__2378a1d5-628d-4b39-8c92-98fc89c939d2 h2 {
  font-weight: 600;
}
/*FLOW見出しフォント-*/
div#shopify-section-template--17982974394647__4442ba74-77ec-465c-a5d4-3a15646c971c h2.section-title {
    font-size: 60px;
    color: #5fa8df;
  font-weight: bold;
}
/*「SEARCH」*/
.custom__item.custom__item--dc7e5bf4-f1c8-4149-8ec2-368ccce6dafb.small--one-whole.medium-up--one-half h1 {
  font-size: 42px;
  color: #5fa8df;
  font-weight: bold;
}
.custom__item.custom__item--dc7e5bf4-f1c8-4149-8ec2-368ccce6dafb.small--one-whole.medium-up--one-half a.btn_lightblueB {
  position: relative;
}
/*img３カラム調整*/
div#shopify-section-template--17982974394647__4442ba74-77ec-465c-a5d4-3a15646c971c .col {
    position: relative;
}
div#shopify-section-template--17982974394647__4442ba74-77ec-465c-a5d4-3a15646c971c .col .rte {
    background: rgba(95,168,223,0.1);
    position: absolute;
    top: -30px;
    left: 1%;
    width: 60%;
    border-radius: 3px;
  text-align: center;
  padding: 3px 15px;
}
/* padding調整              */
div#shopify-section-template--17982974394647__48504c75-0f9f-4060-8a11-9826f64733b7 .inner.with-layout-options.centered.extended {
    padding-top: 0;
    padding-bottom: 0;
}
div#shopify-section-template--17982974394647__48504c75-0f9f-4060-8a11-9826f64733b7 .content.rich-text.expanded.collapsed {
    padding-top: 0;
    padding-bottom: 0;
}
/*  説明テキストサイズ   */
div#shopify-section-template--17982974394647__48504c75-0f9f-4060-8a11-9826f64733b7 .rte p {
    font-size: 16px;
}

@media (max-width: 620px) {
div#shopify-section-template--17982974394647__2378a1d5-628d-4b39-8c92-98fc89c939d2 .custom__item-inner.custom__item-inner--html {
  padding: 0 30px;
}
  div#shopify-section-template--17982974394647__2378a1d5-628d-4b39-8c92-98fc89c939d2 h1 {
  font-size: 38px;
    margin-bottom: 0;
}
  div#shopify-section-template--17982974394647__2378a1d5-628d-4b39-8c92-98fc89c939d2 h2 {
  font-size: 19px;
}
  div#shopify-section-template--17982974394647__2378a1d5-628d-4b39-8c92-98fc89c939d2 p {
    font-size: 12px;
  }
}


/*///////////下層>あいサポご利用の流れページ///////////*/
div#shopify-section-template--17997443236119__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 .content.custom-content.expanded.collapsed {
  padding-top: 0px !important;
  margin-top: -30px !important;
}
div#shopify-section-template--17997443236119__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 a.btn_lightblueB {
  position: relative;
  width: 50%;
  margin-right: 50%;
}
div#shopify-section-template--17997443236119__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 a.btn_lightblueB:hover {
  color: #fff;
}
/*縦フロー ol li*/
div#shopify-section-template--17997443236119__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 ol li {
  list-style-type: none;
  counter-increment: cnt;
}
div#shopify-section-template--17997443236119__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 ol li::before {
  content: "(" counter(cnt) ") ";
}
div#shopify-section-template--17997443236119__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 .steptxt > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}
/*入会申込ボタンを大きく*/
div#shopify-section-template--17997443236119__3557f805-940e-446c-854f-7278e28d69cf a.btn_lightblueA {
  padding: 2rem 4rem;
	font-size: 20px;
}

@media (max-width: 620px) {
  div#shopify-section-template--17997443236119__0ac74ae1-8e41-4287-a3ce-0e0e2cc77497 a.btn_lightblueB {
  width:100%;
}
div#shopify-section-template--17997443236119__3557f805-940e-446c-854f-7278e28d69cf a.btn_lightblueA {
  padding: 1.5rem 4rem;
	font-size: 16px;
}
}


/*///////////下層>はばタン会員入会申込ページ///////////*/
/*ol li*/
div#shopify-section-template--18312507359511__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 ol li {
  list-style-type: none;
  counter-increment: cnt;
}
div#shopify-section-template--18312507359511__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 ol li::before {
  content: "(" counter(cnt) ") ";
}
div#shopify-section-template--18312507359511__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 .use_list > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}

/*///////////あいサポ会員の種類についてページ///////////*/

/*///////////下層>あいサポ会員（個人）のページ///////////*/
/*ol li*/
div#shopify-section-template--18312512340247__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 ol li {
  list-style-type: none;
  counter-increment: cnt;
}
div#shopify-section-template--18312512340247__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 ol li::before {
  content: "(" counter(cnt) ") ";
}
div#shopify-section-template--18312512340247__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 .use_list > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}
/*///////////下層>あいサポ会員（団体）入会案内のページ///////////*/
/*ol li*/
div#shopify-section-template--18312840053015__af858b92-261c-46db-8192-22e224d100bd ol li {
  list-style-type: none;
  counter-increment: cnt;
}
div#shopify-section-template--18312840053015__af858b92-261c-46db-8192-22e224d100bd ol li::before {
  content: "(" counter(cnt) ") ";
}
div#shopify-section-template--18312840053015__af858b92-261c-46db-8192-22e224d100bd .use_list > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}


/*///////////下層>あいサポ（応援団）入会案内のページ///////////*/
/*ol li*/
div#shopify-section-template--18322354209047__af858b92-261c-46db-8192-22e224d100bd ol li {
  list-style-type: none;
  counter-increment: cnt;
}
div#shopify-section-template--18322354209047__af858b92-261c-46db-8192-22e224d100bd ol li::before {
  content: "(" counter(cnt) ") ";
}
div#shopify-section-template--18322354209047__af858b92-261c-46db-8192-22e224d100bd .use_list > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}
div#shopify-section-template--18322354209047__af858b92-261c-46db-8192-22e224d100bd i.fas.fa-file-pdf {
  text-indent: initial;
}

/*///////////下層>あいサポサブメニューのindex///////////*/
/*TOP*/
div#shopify-section-template--17982974394647__2205c51a-b6b4-4f16-a79e-bc468cb1ebf2 {
    z-index: 5;
}
/*ご利用の流れ*/
div#shopify-section-template--17997443236119__8aab443c-2542-4465-baf2-41bdbe62c66c {
  z-index: 5;
}
/*種類について*/
div#shopify-section-template--18006653796631__5af32ecd-973d-4ab0-bd2f-2a254339abe8 {
  z-index: 5;
}
/*あいサポ（個人）*/
div#shopify-section-template--18312512340247__141d0022-aa30-421f-9ecf-5e8a6268d1f4 {
  z-index: 5;
}
/*あいサポ（団体）*/
div#shopify-section-template--18312840053015__d6a7e402-953d-48b0-b6ba-e384e67cc2f4 {
  z-index: 5;
}
/*あいサポ（応援団）*/
div#shopify-section-template--18322354209047__c14697e5-c2e6-4855-86a3-648ea03f3bad {
  z-index: 5;
}
/*あいサポ会員各種手続き*/
div#shopify-section-template--18311777878295__85740976-ed20-4f56-bca0-6a62ad4785f5 {
  z-index: 5;
}


/*///////////FAQのページ///////////*/
/*入会申込*/
div#shopify-section-template--17677543964951__faq h2.section-title {
   background: #3D9254;
   color: #fff;
   border-radius: 3px;
   padding: 10px;
  font-size: 16px;
}
/*検索・紹介*/
div#shopify-section-template--17677543964951__d7c6d670-6249-450a-bfd9-dceee7c14347 h2.section-title {
  background: #3D9254;
   color: #fff;
   border-radius: 3px;
   padding: 10px;
  font-size: 16px;
}
/*お見合い*/
div#shopify-section-template--17677543964951__e6d2dbfe-4cf6-4594-bbdc-dc3bb981bc0e h2.section-title {
  background: #3D9254;
   color: #fff;
   border-radius: 3px;
   padding: 10px;
  font-size: 16px;
}
/*その他*/
div#shopify-section-template--17677543964951__ae27de63-cfb9-43b8-951f-50bc95fd5067 h2.section-title {
  background: #3D9254;
   color: #fff;
   border-radius: 3px;
   padding: 10px;
  font-size: 16px;
}
/*システム操作マニュアル*/
div#shopify-section-template--17677543964951__45a0a427-74a3-4b51-8fbe-8cc7199ef084 h2.section-title {
  background: #3D9254;
   color: #fff;
   border-radius: 3px;
   padding: 10px;
  font-size: 16px;
}


/*///////////共通：awesomeアイコン///////////*/
i.fas.fa-file-pdf { /*PDF*/
    color: red;
}
.fa-position-right { /*position-right*/
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
.fa-position-left { /*position-left*/
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}


/*///////////あいサポ会員各種手続きのページ///////////*/
/*縦フロー ol li*/
div#shopify-section-template--18311777878295__94133e9f-67eb-4ea1-95c1-45eaf2c6b96c ol li {
  list-style-type: none;
  counter-increment: cnt;
}
div#shopify-section-template--18311777878295__94133e9f-67eb-4ea1-95c1-45eaf2c6b96c ol li::before {
  content: "(" counter(cnt) ") ";
}
div#shopify-section-template--18311777878295__94133e9f-67eb-4ea1-95c1-45eaf2c6b96c .procedure_list > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}



div#shopify-section-template--18084004659479__fbee28c2-6341-45af-b6fc-d9ca3beab1e1 h1 {
    font-size: 18px;
}
div#shopify-section-template--18084004659479__7f74c8d7-4ac6-456a-8259-815c7bd6a303 h1 {
  font-size: 18px;
}
div#shopify-section-template--18084004659479__7125554a-3682-4461-b351-3685f4abfa04 h1 {
  font-size: 18px;
}
div#shopify-section-template--18084004659479__5520b08e-b433-472f-87cc-7dbf417e6c99 h1 {
  font-size: 18px;
}
div#shopify-section-template--18084004659479__c0daf02a-db63-4c3a-8cb4-34bcb6933801 .custom__item-inner.custom__item-inner--html {
    font-size: 32px;
    color: #3E9ADF;
  border-bottom: #3E9ADF solid;
  text-align:center;
}
div#shopify-section-template--18084004659479__3f362d2c-6e01-45ad-8a3a-1bf628fdf1cf .custom__item-inner.custom__item-inner--html {
    font-size: 32px;
    color: #3E9ADF;
  border-bottom: #3E9ADF solid;
  text-align:center;
}
@media (max-width: 620px) {
  div#shopify-section-template--18084004659479__c0daf02a-db63-4c3a-8cb4-34bcb6933801 .custom__item-inner.custom__item-inner--html {
    font-size: 24px;
}
  div#shopify-section-template--18084004659479__3f362d2c-6e01-45ad-8a3a-1bf628fdf1cf .custom__item-inner.custom__item-inner--html {
    font-size: 24px;
}
  section#shopify-section-template--18084004659479__3f25e237-ca6c-4426-972b-b0182a030417 h1 {
    font-size: 24px;
    margin-bottom: -20px;
  }
}


/*///////////AI紹介とはページ///////////*/
div#shopify-section-template--18125243089175__5821874b-3628-4e9e-b827-434d3d965de0 h1 {
  font-size: 42px;
  color: #ef7d88;
  font-weight: 700;
  text-align:center;
}
div#shopify-section-template--18125243089175__d5ac05f8-faa7-4fd4-95ca-77fecff46b35 h1 {
  font-size: 26px;
  color: #ef7d88;
  font-weight: 700;
}
div#shopify-section-template--18125243089175__2786279c-8105-4e08-b965-e39c2978d0a1 h1 {
  font-size: 26px;
  color: #ef7d88;
  font-weight: 700;
}
div#shopify-section-template--18125243089175__2d6ff45d-6508-4742-8eb2-7a1b31db644d h1 {
  font-size: 26px;
  color: #ef7d88;
  font-weight: 700;
}
@media (max-width: 620px) {
  div#shopify-section-template--18125243089175__5821874b-3628-4e9e-b827-434d3d965de0 h1 {
  font-size: 32px;
}
  div#shopify-section-template--18125243089175__d5ac05f8-faa7-4fd4-95ca-77fecff46b35 h1 {
  font-size: 20px;
}
  div#shopify-section-template--18125243089175__2786279c-8105-4e08-b965-e39c2978d0a1 h1 {
  font-size: 20px;
}
  div#shopify-section-template--18125243089175__2d6ff45d-6508-4742-8eb2-7a1b31db644d h1 {
  font-size: 20px;
}
}

/*///////////規約ページ///////////*/
div#shopify-section-template--18282248831255__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 ol li {
  list-style-type: none;
  counter-increment: cnt;
}
div#shopify-section-template--18282248831255__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 ol li::before {
  content: "(" counter(cnt) ") ";
}
div#shopify-section-template--18282248831255__0f7229a4-ba8d-4ecd-b560-8463e2c8cd27 .use_list > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}


/*///////////共通：ボタン種類///////////*/
/*角丸タイプグリーンベタ*/
a.btn_greenA {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #3D9254;
	background: #3D9254;
	color: #fff;
	border-radius:3px;
	transition: 0.5s;
}
a.btn_greenA:hover {
	color: #fff;
	background: #367E4A;
  border: 2px solid #367E4A;
}
/*角丸タイプグリーン白抜き*/
a.btn_greenB {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #3D9254;
	color: #3D9254;
	border-radius:3px;
	transition: 0.5s;
}
a.btn_greenB:hover {
	color: #fff;
	background: #3D9254;
}

/*角丸タイプあいサポ水色ベタ*/
a.btn_lightblueA {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #5fa8df;
	background: #5fa8df;
	color: #fff;
	border-radius:3px;
	transition: 0.5s;
}
a.btn_lightblueA:hover {
	color: #fff;
	background: #3E9ADF;
  border: 2px solid #3E9ADF;
}
/*角丸タイプあいサポ水色白抜き*/
a.btn_lightblueB {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #5fa8df;
	color: #5fa8df;
	border-radius:3px;
	transition: 0.5s;
}
a.btn_lightblueB:hover {
	color: #fff;
	background: #5fa8df;
}

/*角丸タイプはばタンピンクベタ*/
a.btn_pinkA {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #ef7d88;
	background: #ef7d88;
	color: #fff;
	border-radius:3px;
	transition: 0.5s;
}
a.btn_pinkA:hover {
	color: #fff;
	background: #e64f63;
  border: 2px solid #e64f63;
}
/*角丸タイプはばタンピンク白抜き*/
a.btn_pinkB {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 100%;
	margin: auto;
	padding: 1rem 4rem;
	border: 2px solid #ef7d88;
	color: #ef7d88;
	border-radius:3px;
	transition: 0.5s;
}
a.btn_pinkB:hover {
	color: #fff;
	background: #ef7d88;
}


/*eventBlogタグスマホサイズ調整*/
@media (max-width: 620px) {
a.underscore {
  font-size: 10px;
      }
a.underscore_red {
  font-size: 10px;
      }
a.underscore_gray {
  font-size: 10px;
      }
}



/*230905追加*/
ol li {
  list-style-type: none;
  counter-increment: cnt;
}
ol li::before {
  content: "(" counter(cnt) ") ";
}
.use_list > ol > li {
    list-style-position: inside;
    margin-left: 1.6em;
    text-indent: -1.6em;
}

