/** Shopify CDN: Minification failed

Line 2096:1 Expected identifier but found whitespace
Line 3084:8 Expected identifier but found whitespace
Line 3084:9 Unexpected "not("
Line 4155:90 Expected identifier but found whitespace

**/
@charset "UTF-8";
.article__author,
.article__date,
.icon,
.list--inline > li {
  display: inline-block;
}
a,
body,
button {
  color: var(--color-text);
}
a:hover {
  color: var(--color-btn-primary);
}
.disclosure__toggle,
body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.grid__item[class*="--push"],
sub,
sup {
  position: relative;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
pre,
textarea {
  overflow: auto;
}
.btn--link .icon,
.icon,
.list--inline > li {
  vertical-align: middle;
}
.no-js .no-js:not(html),
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
label,
main,
menu,
nav,
section,
summary {
  display: block;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  text-transform: none;
  letter-spacing: 0;
}
.grid,
li {
  list-style: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body,
form {
  margin: 0;
}
body,
html {
  background-color: var(--color-body);
}
body,
button {
  font-size: calc(var(--font-size-base) * 1px);
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  line-height: 1.5;
}
.border-bottom {
  border-bottom: 1px solid var(--color-border);
}
.icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.icon__fallback-text,
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  border: 0;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.grid__item,
.one-whole,
table {
  width: 100%;
}
svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
}
.list--inline {
  padding: 0;
  margin: 0;
}
.list--inline > li,
.rte li:last-child,
.rte-setting:last-child,
.rte:last-child,
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  background-color: transparent;
}
.h1,
.h2,
h1,
h2 {
  margin: 0 0 17.5px;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  line-height: 1.2;
}
.rte p,
p {
  margin: 0 0 19.44444px;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.h1,
h1 {
  font-size: calc(((var(--font-h1-desktop)) / (var(--font-size-base))) * 1em);
}
.h2,
h2 {
  font-size: calc(((var(--font-h2-desktop)) / (var(--font-size-base))) * 0.9em);
}
p {
  color: var(--color-body-text);
}
.grid {
  margin: 0 0 0 -11px;
  padding: 0;
}
@media only screen and (max-width: 749px) {
  .h1,
  h1 {
    font-size: calc(
      ((var(--font-h1-mobile)) / (var(--font-size-base))) * 0.9em
    );
  }
  .h2,
  h2 {
    font-size: calc(((var(--font-h2-mobile)) / (var(--font-size-base))) * 1em);
  }
  p {
    font-size: calc(
      ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
    );
  }
  .small--hide {
    display: none !important;
  }
  .grid {
    margin-left: -22px;
  }
}
.grid--no-gutters,
.rte ol.list--inline,
.rte ul.list--inline,
.site-footer__payment-icons .payment-icon:first-child {
  margin-left: 0;
}
.grid--no-gutters .grid__item {
  padding-left: 0;
}
.grid__item {
  padding-left: 11px;
}
.logo-align--center .site-header__logo {
  text-align: center;
  margin: 0 auto;
}
.mobile-nav--open .icon-close,
.no-js .js,
.no-js:not(html) {
  display: none;
}
.slick-dots li a,
.slick-dots li button {
  border: 0;
  padding: 5px;
  cursor: pointer;
}
.payment-icons,
button[disabled],
html input[disabled] {
  cursor: default;
}
b,
strong {
  font-weight: var(--font-weight-body--bolder);
}
em {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  border: 0;
}
.disclosure__toggle,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
textarea {
  min-height: 100px;
}
.disclosure__toggle,
[role="button"],
a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}
.five-tenths,
.four-eighths,
.one-half,
.six-twelfths,
.three-sixths,
.two-quarters {
  width: 50%;
}
.four-twelfths,
.one-third,
.two-sixths {
  width: 33.33333%;
}
.eight-twelfths,
.four-sixths,
.two-thirds {
  width: 66.66667%;
}
.one-quarter,
.three-twelfths,
.two-eighths {
  width: 25%;
}
.nine-twelfths,
.six-eighths,
.three-quarters {
  width: 75%;
}
.one-fifth,
.two-tenths {
  width: 20%;
}
.four-tenths,
.two-fifths {
  width: 40%;
}
.six-tenths,
.three-fifths {
  width: 60%;
}
.eight-tenths,
.four-fifths {
  width: 80%;
}
.one-sixth,
.two-twelfths {
  width: 16.66667%;
}
.five-sixths,
.ten-twelfths {
  width: 83.33333%;
}
.one-eighth {
  width: 12.5%;
}
.three-eighths {
  width: 37.5%;
}
.five-eighths {
  width: 62.5%;
}
.seven-eighths {
  width: 87.5%;
}
.one-tenth {
  width: 10%;
}
.three-tenths {
  width: 30%;
}
.seven-tenths {
  width: 70%;
}
.nine-tenths {
  width: 90%;
}
.one-twelfth {
  width: 8.33333%;
}
.five-twelfths {
  width: 41.66667%;
}
.seven-twelfths {
  width: 58.33333%;
}
.eleven-twelfths {
  width: 91.66667%;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media only screen and (min-width: 750px) and (max-width: 1199px) {
  .tablet--one-whole {
    width: 100%;
  }
  .tablet--one-half {
    width: 50%;
  }
  .tablet--one-third {
    width: 33.33333%;
  }
  .tablet--two-thirds {
    width: 66.66667%;
  }
  .tablet--one-quarter {
    width: 25%;
  }
  .tablet--two-quarters {
    width: 50%;
  }
  .tablet--three-quarters {
    width: 75%;
  }
  .tablet--one-fifth {
    width: 20%;
  }
  .tablet--two-fifths {
    width: 40%;
  }
  .tablet--three-fifths {
    width: 60%;
  }
  .tablet--four-fifths {
    width: 80%;
  }
  .tablet--one-sixth {
    width: 16.66667%;
  }
  .tablet--two-sixths {
    width: 33.33333%;
  }
  .tablet--three-sixths {
    width: 50%;
  }
  .tablet--four-sixths {
    width: 66.66667%;
  }
  .tablet--five-sixths {
    width: 83.33333%;
  }
  .tablet--one-eighth {
    width: 12.5%;
  }
  .tablet--two-eighths {
    width: 25%;
  }
  .tablet--three-eighths {
    width: 37.5%;
  }
  .tablet--four-eighths {
    width: 50%;
  }
  .tablet--five-eighths {
    width: 62.5%;
  }
  .tablet--six-eighths {
    width: 75%;
  }
  .tablet--seven-eighths {
    width: 87.5%;
  }
  .tablet--one-tenth {
    width: 10%;
  }
  .tablet--two-tenths {
    width: 20%;
  }
  .tablet--three-tenths {
    width: 30%;
  }
  .tablet--four-tenths {
    width: 40%;
  }
  .tablet--five-tenths {
    width: 50%;
  }
  .tablet--six-tenths {
    width: 60%;
  }
  .tablet--seven-tenths {
    width: 70%;
  }
  .tablet--eight-tenths {
    width: 80%;
  }
  .tablet--nine-tenths {
    width: 90%;
  }
  .tablet--one-twelfth {
    width: 8.33333%;
  }
  .tablet--two-twelfths {
    width: 16.66667%;
  }
  .tablet--three-twelfths {
    width: 25%;
  }
  .tablet--four-twelfths {
    width: 33.33333%;
  }
  .tablet--five-twelfths {
    width: 41.66667%;
  }
  .tablet--six-twelfths {
    width: 50%;
  }
  .tablet--seven-twelfths {
    width: 58.33333%;
  }
  .tablet--eight-twelfths {
    width: 66.66667%;
  }
  .tablet--nine-twelfths {
    width: 75%;
  }
  .tablet--ten-twelfths {
    width: 83.33333%;
  }
  .tablet--eleven-twelfths {
    width: 91.66667%;
  }
  .tablet--show {
    display: block !important;
  }
  .tablet--hide {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1650px) {
  .desk--one-whole {
    width: 100%;
  }
  .desk--one-half {
    width: 50%;
  }
  .desk--one-third {
    width: 33.33333%;
  }
  .desk--two-thirds {
    width: 66.66667%;
  }
  .desk--one-quarter {
    width: 25%;
  }
  .desk--two-quarters {
    width: 50%;
  }
  .desk--three-quarters {
    width: 75%;
  }
  .desk--one-fifth {
    width: 20%;
  }
  .desk--two-fifths {
    width: 40%;
  }
  .desk--three-fifths {
    width: 60%;
  }
  .desk--four-fifths {
    width: 80%;
  }
  .desk--one-sixth {
    width: 16.66667%;
  }
  .desk--two-sixths {
    width: 33.33333%;
  }
  .desk--three-sixths {
    width: 50%;
  }
  .desk--four-sixths {
    width: 66.66667%;
  }
  .desk--five-sixths {
    width: 83.33333%;
  }
  .desk--one-eighth {
    width: 12.5%;
  }
  .desk--two-eighths {
    width: 25%;
  }
  .desk--three-eighths {
    width: 37.5%;
  }
  .desk--four-eighths {
    width: 50%;
  }
  .desk--five-eighths {
    width: 62.5%;
  }
  .desk--six-eighths {
    width: 75%;
  }
  .desk--seven-eighths {
    width: 87.5%;
  }
  .desk--one-tenth {
    width: 10%;
  }
  .desk--two-tenths {
    width: 20%;
  }
  .desk--three-tenths {
    width: 30%;
  }
  .desk--four-tenths {
    width: 40%;
  }
  .desk--five-tenths {
    width: 50%;
  }
  .desk--six-tenths {
    width: 60%;
  }
  .desk--seven-tenths {
    width: 70%;
  }
  .desk--eight-tenths {
    width: 80%;
  }
  .desk--nine-tenths {
    width: 90%;
  }
  .desk--one-twelfth {
    width: 8.33333%;
  }
  .desk--two-twelfths {
    width: 16.66667%;
  }
  .desk--three-twelfths {
    width: 25%;
  }
  .desk--four-twelfths {
    width: 33.33333%;
  }
  .desk--five-twelfths {
    width: 41.66667%;
  }
  .desk--six-twelfths {
    width: 50%;
  }
  .desk--seven-twelfths {
    width: 58.33333%;
  }
  .desk--eight-twelfths {
    width: 66.66667%;
  }
  .desk--nine-twelfths {
    width: 75%;
  }
  .desk--ten-twelfths {
    width: 83.33333%;
  }
  .desk--eleven-twelfths {
    width: 91.66667%;
  }
  .desk--show {
    display: block !important;
  }
  .desk--hide {
    display: none !important;
  }
}
.visually-hidden {
  width: 1px;
  margin: -1px;
  padding: 0;
}
.visually-hidden--inline {
  margin: 0;
  height: 1em;
}
.visually-hidden--static {
  position: static !important;
}
.js-focus-hidden:focus {
  outline: 0;
}
.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  padding: 10px;
  opacity: 1;
  z-index: 10000;
  transition: none;
}
.box {
  background: 0 0 / contain no-repeat #f7f7f7;
}
.page-width-small {
  max-width: 1660px;
  margin: 0 auto;
}
.page-width {
  max-width: 1660px;
  margin: 0 auto;
}
.section-header {
  margin-bottom: 16px;
}
blockquote {
  font-size: calc(((18) / (var(--font-size-base))) * 1em);
  font-style: normal;
  text-align: center;
  padding: 0 30px;
  margin: 0;
}
.rte blockquote {
  border-color: var(--color-border);
  border-width: 1px 0;
  border-style: solid;
  padding: 30px 0;
  margin-bottom: 27.5px;
}
blockquote p + cite {
  margin-top: 27.5px;
}
blockquote cite {
  display: block;
  font-size: 0.85em;
  font-weight: var(--font-weight-body);
}
blockquote cite::before {
  content: "\2014 \0020";
}
code,
pre {
  font-family: Consolas, monospace;
  font-size: 1em;
}
.disclosure__toggle,
input,
select,
textarea {
  font-size: calc(var(--font-size-base) * 1px);
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  color: var(--color-text);
}
.h3,
.h4,
.h5,
.h6,
.list-view-item__title,
h3,
h4,
h5,
h6,
th {
  font-family: var(--font-stack-header);
}
@media only screen and (max-width: 989px) {
  .disclosure__toggle,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}
.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  margin: 0 0 17.5px;
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  line-height: 1.2;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.h3,
h3 {
  font-size: 1.25rem;
}
.h4,
h4 {
  font-size: 1.25rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1.25rem;
}
@media only screen and (max-width: 749px) {
  .grid__item {
    padding-left: 22px;
  }
  .logo-align--center .site-header__logo {
    margin: 15px 0;
  }
  .site-header__logo {
    text-align: left;
  }
  .small--one-whole {
    width: 100%;
  }
  .small--one-half {
    width: 50%;
  }
  .small--one-third {
    width: 33.33333%;
  }
  .small--two-thirds {
    width: 66.66667%;
  }
  .small--one-quarter {
    width: 25%;
  }
  .small--two-quarters {
    width: 50%;
  }
  .small--three-quarters {
    width: 75%;
  }
  .small--one-fifth {
    width: 20%;
  }
  .small--two-fifths {
    width: 40%;
  }
  .small--three-fifths {
    width: 60%;
  }
  .small--four-fifths {
    width: 80%;
  }
  .small--one-sixth {
    width: 16.66667%;
  }
  .small--two-sixths {
    width: 33.33333%;
  }
  .small--three-sixths {
    width: 50%;
  }
  .small--four-sixths {
    width: 66.66667%;
  }
  .small--five-sixths {
    width: 83.33333%;
  }
  .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%;
  }
  .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%;
  }
  .small--one-twelfth {
    width: 8.33333%;
  }
  .small--two-twelfths {
    width: 16.66667%;
  }
  .small--three-twelfths {
    width: 25%;
  }
  .small--four-twelfths {
    width: 33.33333%;
  }
  .small--five-twelfths {
    width: 41.66667%;
  }
  .small--six-twelfths {
    width: 50%;
  }
  .small--seven-twelfths {
    width: 58.33333%;
  }
  .small--eight-twelfths {
    width: 66.66667%;
  }
  .small--nine-twelfths {
    width: 75%;
  }
  .small--ten-twelfths {
    width: 83.33333%;
  }
  .small--eleven-twelfths {
    width: 91.66667%;
  }
  .small--show {
    display: block !important;
  }
  .small--hide {
    display: none !important;
  }
  .small--push-one-half {
    left: 50%;
  }
  .small--push-one-third {
    left: 33.33333%;
  }
  .small--push-two-thirds {
    left: 66.66667%;
  }
  .small--push-one-quarter {
    left: 25%;
  }
  .small--push-two-quarters {
    left: 50%;
  }
  .small--push-three-quarters {
    left: 75%;
  }
  .small--push-one-fifth {
    left: 20%;
  }
  .small--push-two-fifths {
    left: 40%;
  }
  .small--push-three-fifths {
    left: 60%;
  }
  .small--push-four-fifths {
    left: 80%;
  }
  .small--push-one-sixth {
    left: 16.66667%;
  }
  .small--push-two-sixths {
    left: 33.33333%;
  }
  .small--push-three-sixths {
    left: 50%;
  }
  .small--push-four-sixths {
    left: 66.66667%;
  }
  .small--push-five-sixths {
    left: 83.33333%;
  }
  .small--push-one-eighth {
    left: 12.5%;
  }
  .small--push-two-eighths {
    left: 25%;
  }
  .small--push-three-eighths {
    left: 37.5%;
  }
  .small--push-four-eighths {
    left: 50%;
  }
  .small--push-five-eighths {
    left: 62.5%;
  }
  .small--push-six-eighths {
    left: 75%;
  }
  .small--push-seven-eighths {
    left: 87.5%;
  }
  .small--push-one-tenth {
    left: 10%;
  }
  .small--push-two-tenths {
    left: 20%;
  }
  .small--push-three-tenths {
    left: 30%;
  }
  .small--push-four-tenths {
    left: 40%;
  }
  .small--push-five-tenths {
    left: 50%;
  }
  .small--push-six-tenths {
    left: 60%;
  }
  .small--push-seven-tenths {
    left: 70%;
  }
  .small--push-eight-tenths {
    left: 80%;
  }
  .small--push-nine-tenths {
    left: 90%;
  }
  .small--push-one-twelfth {
    left: 8.33333%;
  }
  .small--push-two-twelfths {
    left: 16.66667%;
  }
  .small--push-three-twelfths {
    left: 25%;
  }
  .small--push-four-twelfths {
    left: 33.33333%;
  }
  .small--push-five-twelfths {
    left: 41.66667%;
  }
  .small--push-six-twelfths {
    left: 50%;
  }
  .small--push-seven-twelfths {
    left: 58.33333%;
  }
  .small--push-eight-twelfths {
    left: 66.66667%;
  }
  .small--push-nine-twelfths {
    left: 75%;
  }
  .small--push-ten-twelfths {
    left: 83.33333%;
  }
  .small--push-eleven-twelfths {
    left: 91.66667%;
  }
  .h3,
  h3 {
    font-size: calc(
      ((var(--font-h3-mobile)) / (var(--font-size-base))) * 0.8em
    );
  }
  .h4,
  h4 {
    font-size: calc(((var(--font-h4-mobile)) / (var(--font-size-base))) * 1em);
  }
  .h5,
  h5 {
    font-size: calc(((var(--font-h5-mobile)) / (var(--font-size-base))) * 1em);
  }
  .h6,
  h6 {
    font-size: calc(((var(--font-h6-mobile)) / (var(--font-size-base))) * 1em);
  }
  .payment-icons {
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .mobile--one-whole {
    width: 100%;
  }
  .mobile--one-half {
    width: 50%;
  }
  .mobile--one-third {
    width: 33.33333%;
  }
  .mobile--two-thirds {
    width: 66.66667%;
  }
  .mobile--one-quarter {
    width: 25%;
  }
  .mobile--two-quarters {
    width: 50%;
  }
  .mobile--three-quarters {
    width: 75%;
  }
  .mobile--one-fifth {
    width: 20%;
  }
  .mobile--two-fifths {
    width: 40%;
  }
  .mobile--three-fifths {
    width: 60%;
  }
  .mobile--four-fifths {
    width: 80%;
  }
  .mobile--one-sixth {
    width: 16.66667%;
  }
  .mobile--two-sixths {
    width: 33.33333%;
  }
  .mobile--three-sixths {
    width: 50%;
  }
  .mobile--four-sixths {
    width: 66.66667%;
  }
  .mobile--five-sixths {
    width: 83.33333%;
  }
  .mobile--one-eighth {
    width: 12.5%;
  }
  .mobile--two-eighths {
    width: 25%;
  }
  .mobile--three-eighths {
    width: 37.5%;
  }
  .mobile--four-eighths {
    width: 50%;
  }
  .mobile--five-eighths {
    width: 62.5%;
  }
  .mobile--six-eighths {
    width: 75%;
  }
  .mobile--seven-eighths {
    width: 87.5%;
  }
  .mobile--one-tenth {
    width: 10%;
  }
  .mobile--two-tenths {
    width: 20%;
  }
  .mobile--three-tenths {
    width: 30%;
  }
  .mobile--four-tenths {
    width: 40%;
  }
  .mobile--five-tenths {
    width: 50%;
  }
  .mobile--six-tenths {
    width: 60%;
  }
  .mobile--seven-tenths {
    width: 70%;
  }
  .mobile--eight-tenths {
    width: 80%;
  }
  .mobile--nine-tenths {
    width: 90%;
  }
  .mobile--one-twelfth {
    width: 8.33333%;
  }
  .mobile--two-twelfths {
    width: 16.66667%;
  }
  .mobile--three-twelfths {
    width: 25%;
  }
  .mobile--four-twelfths {
    width: 33.33333%;
  }
  .mobile--five-twelfths {
    width: 41.66667%;
  }
  .mobile--six-twelfths {
    width: 50%;
  }
  .mobile--seven-twelfths {
    width: 58.33333%;
  }
  .mobile--eight-twelfths {
    width: 66.66667%;
  }
  .mobile--nine-twelfths {
    width: 75%;
  }
  .mobile--ten-twelfths {
    width: 83.33333%;
  }
  .mobile--eleven-twelfths {
    width: 91.66667%;
  }
  .mobile--show {
    display: block !important;
  }
  .mobile--hide {
    display: none !important;
  }
}
.rte {
  color: var(--color-body-text);
  margin-bottom: 1rem;
}
.rte .h3:first-child,
.rte .h4:first-child,
.rte .h5:first-child,
.rte .h6:first-child,
.rte h1:first-child,
.rte h2:first-child,
.rte h3:first-child,
.rte h4:first-child,
.rte h5:first-child,
.rte h6:first-child {
  margin-top: 0;
}
.rte li {
  margin-bottom: 4px;
  list-style: inherit;
}
.rte-setting {
  margin-bottom: 19.44444px;
}
.fine-print {
  font-size: calc(((14) / (var(--font-size-base))) * 1em);
  font-style: italic;
}
.hero .mega-subtitle,
.hero .mega-title {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.mega-title {
  margin-bottom: 8px;
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  body,
  button {
    font-size: calc(var(--font-size-base) * 0.9px);
  }
  .h1,
  h1 {
    font-size: calc(
      ((var(--font-h1-desktop)) / (var(--font-size-base))) * 0.9em
    );
  }
  .h2,
  h2 {
    font-size: calc(
      ((var(--font-h2-desktop)) / (var(--font-size-base))) * 0.9em
    );
  }
  .h4,
  h4 {
    font-size: calc(
      ((var(--font-h4-desktop)) / (var(--font-size-base))) * 0.9em
    );
  }
}
.mega-title--large {
  font-size: calc(
    ((var(--font-size-header) + 20) / (var(--font-size-base))) * 1em
  );
}
@media only screen and (min-width: 750px) {
  .medium-up--one-whole {
    width: 100%;
  }
  .medium-up--one-half {
    width: 50%;
  }
  .medium-up--one-third {
    width: 33.33333%;
  }
  .medium-up--two-thirds {
    width: 66.66667%;
  }
  .medium-up--one-quarter {
    width: 25%;
  }
  .medium-up--two-quarters {
    width: 50%;
  }
  .medium-up--three-quarters {
    width: 75%;
  }
  .medium-up--one-fifth {
    width: 20%;
  }
  .medium-up--two-fifths {
    width: 40%;
  }
  .medium-up--three-fifths {
    width: 60%;
  }
  .medium-up--four-fifths {
    width: 80%;
  }
  .medium-up--one-sixth {
    width: 16.66667%;
  }
  .medium-up--two-sixths {
    width: 33.33333%;
  }
  .medium-up--three-sixths {
    width: 50%;
  }
  .medium-up--four-sixths {
    width: 66.66667%;
  }
  .medium-up--five-sixths {
    width: 83.33333%;
  }
  .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%;
  }
  .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%;
  }
  .medium-up--one-twelfth {
    width: 8.33333%;
  }
  .medium-up--two-twelfths {
    width: 16.66667%;
  }
  .medium-up--three-twelfths {
    width: 25%;
  }
  .medium-up--four-twelfths {
    width: 33.33333%;
  }
  .medium-up--five-twelfths {
    width: 41.66667%;
  }
  .medium-up--six-twelfths {
    width: 50%;
  }
  .medium-up--seven-twelfths {
    width: 58.33333%;
  }
  .medium-up--eight-twelfths {
    width: 66.66667%;
  }
  .medium-up--nine-twelfths {
    width: 75%;
  }
  .medium-up--ten-twelfths {
    width: 83.33333%;
  }
  .medium-up--eleven-twelfths {
    width: 91.66667%;
  }
  .medium-up--show {
    display: block !important;
  }
  .medium-up--hide {
    display: none !important;
  }
  .medium-up--push-one-half {
    left: 50%;
  }
  .medium-up--push-one-third {
    left: 33.33333%;
  }
  .medium-up--push-two-thirds {
    left: 66.66667%;
  }
  .medium-up--push-one-quarter {
    left: 25%;
  }
  .medium-up--push-two-quarters {
    left: 50%;
  }
  .medium-up--push-three-quarters {
    left: 75%;
  }
  .medium-up--push-one-fifth {
    left: 20%;
  }
  .medium-up--push-two-fifths {
    left: 40%;
  }
  .medium-up--push-three-fifths {
    left: 60%;
  }
  .medium-up--push-four-fifths {
    left: 80%;
  }
  .medium-up--push-one-sixth {
    left: 16.66667%;
  }
  .medium-up--push-two-sixths {
    left: 33.33333%;
  }
  .medium-up--push-three-sixths {
    left: 50%;
  }
  .medium-up--push-four-sixths {
    left: 66.66667%;
  }
  .medium-up--push-five-sixths {
    left: 83.33333%;
  }
  .medium-up--push-one-eighth {
    left: 12.5%;
  }
  .medium-up--push-two-eighths {
    left: 25%;
  }
  .medium-up--push-three-eighths {
    left: 37.5%;
  }
  .medium-up--push-four-eighths {
    left: 50%;
  }
  .medium-up--push-five-eighths {
    left: 62.5%;
  }
  .medium-up--push-six-eighths {
    left: 75%;
  }
  .medium-up--push-seven-eighths {
    left: 87.5%;
  }
  .medium-up--push-one-tenth {
    left: 10%;
  }
  .medium-up--push-two-tenths {
    left: 20%;
  }
  .medium-up--push-three-tenths {
    left: 30%;
  }
  .medium-up--push-four-tenths {
    left: 40%;
  }
  .medium-up--push-five-tenths {
    left: 50%;
  }
  .medium-up--push-six-tenths {
    left: 60%;
  }
  .medium-up--push-seven-tenths {
    left: 70%;
  }
  .medium-up--push-eight-tenths {
    left: 80%;
  }
  .medium-up--push-nine-tenths {
    left: 90%;
  }
  .medium-up--push-one-twelfth {
    left: 8.33333%;
  }
  .medium-up--push-two-twelfths {
    left: 16.66667%;
  }
  .medium-up--push-three-twelfths {
    left: 25%;
  }
  .medium-up--push-four-twelfths {
    left: 33.33333%;
  }
  .medium-up--push-five-twelfths {
    left: 41.66667%;
  }
  .medium-up--push-six-twelfths {
    left: 50%;
  }
  .medium-up--push-seven-twelfths {
    left: 58.33333%;
  }
  .medium-up--push-eight-twelfths {
    left: 66.66667%;
  }
  .medium-up--push-nine-twelfths {
    left: 75%;
  }
  .medium-up--push-ten-twelfths {
    left: 83.33333%;
  }
  .medium-up--push-eleven-twelfths {
    left: 91.66667%;
  }
  .section-header {
    /* margin-bottom: 55px; */
  }
  .mega-subtitle,
  .mega-title {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
  .mega-title--large {
    font-size: calc(
      ((var(--font-mega-title-large-desktop)) / (var(--font-size-base))) * 1em
    );
  }
  .mega-subtitle {
    font-size: calc(
      ((var(--font-size-base) + 4) / (var(--font-size-base))) * 1em
    );
    margin: 0 auto;
  }
  .text-center .mega-subtitle {
    max-width: 75%;
  }
}
.mega-subtitle a,
.order-table a,
.text-link--accent,
table a {
  border-bottom: 1px solid currentColor;
}
.mega-subtitle--large {
  font-size: calc(
    ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
  );
  font-weight: var(--font-weight-header);
}
.is-transitioning {
  display: block !important;
  visibility: visible !important;
}
svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: var(--white-color);
}
.payment-icons {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.payment-icons .icon {
  width: 38px;
  height: 24px;
  fill: inherit;
}
.social-icons .icon {
  width: 23px;
  height: 23px;
}
.social-icons .icon.icon--wide {
  width: 40px;
}
.icon-spinner {
  -moz-animation: 0.5s linear infinite spin;
  -o-animation: 0.5s linear infinite spin;
  -webkit-animation: 0.5s linear infinite spin;
  animation: 0.5s linear infinite spin;
}
.icon-error {
  fill: #d20000;
  width: calc(calc(var(--font-size-base) * 1px) - 2px);
  height: calc(calc(var(--font-size-base) * 1px) - 2px);
  margin-top: 0.1em;
  flex-shrink: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ol {
  list-style: decimal;
}
.rte img {
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.rte ol,
.rte ul {
  margin: 0 0 0 35px;
}
.rte ul {
  list-style: disc;
}
.rte ul ul {
  list-style: circle;
}
.rte ul ul ul {
  list-style: square;
}
.text-center .rte ol,
.text-center .rte ul,
.text-center.rte ol,
.text-center.rte ul {
  margin-left: 0;
  list-style-position: inside;
}
.scrollable-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
a[href^="tel"] {
  color: inherit;
}
.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s;
  -moz-transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s;
  -o-transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, opacity 0.3s, border 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  letter-spacing: 0;
  white-space: normal;
  font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
}
.site-nav__child-link--parent,
th {
  font-weight: var(--font-weight-body--bold);
}
.price__availability,
.price__badge {
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 480px) {
  .btn {
    width: 100%;
  }
}
.btn {
  background-color: var(--color-btn-primary);
  color: var(--color-btn-primary-text);
}
.shopify-payment-button .shopify-payment-button__button--unbranded {
  background-color: #212121;
  color: #fff;
}
@media only screen and (min-width: 750px) {
  .mega-subtitle--large {
    font-size: calc(
      ((var(--font-size-base) + 8) / (var(--font-size-base))) * 1em
    );
  }
  .social-icons .icon {
    width: 25px;
    height: 25px;
  }
  .btn,
  .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 10px 18px;
  }
}
.btn:focus,
.btn:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.shopify-payment-button
  .shopify-payment-button__button--unbranded:not([disabled]):hover {
  color: var(--color-btn-primary-text);
  background-color: var(--color-btn-primary-focus);
}
.btn .icon-arrow-left,
.btn .icon-arrow-right,
.shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon-arrow-left,
.shopify-payment-button
  .shopify-payment-button__button--unbranded
  .icon-arrow-right {
  height: 9px;
}
.btn[aria-disabled],
.btn[disabled],
.shopify-payment-button
  .shopify-payment-button__button--unbranded[aria-disabled],
.shopify-payment-button .shopify-payment-button__button--unbranded[disabled] {
  cursor: default;
  opacity: 0.5;
}
.btn--secondary {
  background-color: var(--color-btn-secondary);
  color: var(--color-small-button-text-border);
  border-color: var(--color-btn-secondary);
}
.btn--secondary:focus,
.btn--secondary:not([disabled]):hover {
  background-color: var(--color-btn-secondary-focus);
}
.btn--white,
.btn--white:focus,
.btn--white:not([disabled]):hover {
  color: var(--color-text);
  background-color: var(--white-color);
  border: 1px solid transparent;
}
.btn--transparent_primary {
  background-color: transparent;
  color: var(--color-btn-primary);
  border-color: var(--color-btn-primary);
}
.btn--transparent_primary:focus,
.btn--transparent_primary:not([disabled]):hover {
  background-color: transparent;
  color: var(--color-btn-primary-text);
  border-color: var(--color-btn-primary);
}
.btn--transparent_secondary {
  background-color: transparent;
  color: var(--color-btn-secondary);
  border-color: var(--color-btn-secondary);
}
.btn--transparent_secondary:focus,
.btn--transparent_secondary:not([disabled]):hover {
  background-color: var(--color-btn-secondary);
  color: var(--color-small-button-text-border);
  border-color: var(--color-btn-secondary);
}
.btn--small {
  padding: 8px 10px;
  font-size: calc(((12) / (var(--font-size-base))) * 1em);
  line-height: 1;
}
.btn--tertiary {
  background-color: transparent;
  color: var(--color-small-button-text-border);
  border-color: var(--color-small-button-text-border);
}
.btn--tertiary:focus,
.btn--tertiary:not([disabled]):hover {
  background-color: transparent;
  color: var(--color-small-button-text-border-focus);
  border-color: var(--color-small-button-text-border-focus);
}
@media only screen and (max-width: 749px) {
  .btn--small-wide {
    padding-left: 50px;
    padding-right: 50px;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table td,
  .responsive-table th {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 27.5px;
    border: 0;
    margin: 0;
  }
  .responsive-table td::before,
  .responsive-table th::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 14px;
    padding-right: 10px;
    font-weight: 400;
  }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px;
  }
  .responsive-table__row + .responsive-table__row::after,
  tfoot > .responsive-table__row:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid var(--color-border);
  }
}
.btn--link {
  background-color: transparent;
  border: 0;
  margin: 0;
  color: var(--color-text);
  text-align: left;
}
.btn--link:focus,
.btn--link:not([disabled]):hover {
  color: var(--color-text-focus);
  background-color: transparent;
}
.btn--narrow {
  padding-left: 15px;
  padding-right: 15px;
}
.btn--has-icon-after .icon {
  margin-left: 10px;
}
.btn--has-icon-before .icon {
  margin-right: 10px;
}
.text-link {
  display: inline;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
}
.form-vertical .input--error.disclosure__toggle,
.form-vertical input.input--error,
.form-vertical select.input--error,
.form-vertical textarea.input--error,
.input-error-message {
  margin-bottom: 11.66667px;
}
.text-link--accent {
  color: var(--color-btn-primary);
  padding-bottom: 1px;
}
.text-link--accent:focus,
.text-link--accent:not([disabled]):hover {
  color: var(--color-btn-primary-focus);
}
.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 27.5px;
}
th {
  font-style: var(--font-style-header);
}
td,
th {
  text-align: left;
  border: 1px solid var(--color-border);
  padding: 10px 14px;
}
tbody th,
tfoot th {
  font-weight: 400;
}
svg:not(:root) {
  overflow: hidden;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-image-loading-animation] {
  background-color: var(--global-color-image-loader-primary);
  -moz-animation: 2s 0.4s infinite image-loader;
  -o-animation: 2s 0.4s infinite image-loader;
  -webkit-animation: 2s 0.4s infinite image-loader;
  animation: 2s 0.4s infinite image-loader;
}
.no-js [data-image-loading-animation] {
  animation-name: none;
}
fieldset {
  border: 1px solid var(--color-border-form);
  margin: 0 0 55px;
  padding: 27.5px;
}
legend {
  border: 0;
  padding: 0;
}
button,
input[type="submit"],
label[for] {
  cursor: pointer;
}
.comment__content,
label {
  /* margin-bottom: 5px; */
}
[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-bottom: 0;
}
.disclosure__toggle,
input,
select,
textarea {
  border: 1px solid var(--color-border-form);
  background-color: var(--color-text-field);
  color: var(--color-text-field-text);
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
}
.disclosure__toggle:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: var(--color-border-form-darker);
}
.disclosure__toggle[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  background-color: #f4f4f4;
  border-color: #f4f4f4;
}
.input--error.disclosure__toggle::-webkit-input-placeholder,
input.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}
.input--error.disclosure__toggle::-moz-placeholder,
input.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder {
  color: #d20000;
  opacity: 0.5;
}
.input--error.disclosure__toggle:-ms-input-placeholder,
input.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder {
  color: #d20000;
  opacity: 0.5;
}
.input--error.disclosure__toggle::-ms-input-placeholder,
input.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder {
  color: #d20000;
  opacity: 1;
}
.hidden-placeholder.disclosure__toggle::-webkit-input-placeholder,
input.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder {
  color: transparent;
}
.hidden-placeholder.disclosure__toggle::-moz-placeholder,
input.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder {
  color: transparent;
}
.hidden-placeholder.disclosure__toggle:-ms-input-placeholder,
input.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder {
  color: transparent;
}
.hidden-placeholder.disclosure__toggle::-ms-input-placeholder,
input.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder {
  opacity: 1;
}
.product-form .disclosure__toggle,
.product-form input,
.product-form select,
.product-form textarea {
  min-height: 44px;
}
. input--error.disclosure__toggle,
input.input--error,
select.input--error,
textarea.input--error {
  border-color: #d20000;
  background-color: #fff8f8;
  color: #d20000;
}
.input-error-message {
  display: flex;
  line-height: 1.3;
  color: var(--color-body-text);
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
}
.input-error-message .icon {
  width: 1em;
  height: 1em;
  margin-right: calc((10 / (var(--font-size-base))) * 1em);
}
.disclosure__toggle,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: var(--svg-select-icon);
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  text-indent: 0.01px;
  font-size: 12px;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  padding: 0;
}
header .disclosure__toggle,
header select {
  color: var(--secondary_nav_color_text);
}
header .disclosure__toggle {
  background-image: none;
}
.select-group {
  position: relative;
  z-index: 2;
}
.select-group .disclosure__toggle,
.select-group select {
  background-image: none;
  background-color: transparent;
}
.select-group .icon {
  height: calc(8em / 16);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: calc(8em / 16);
  z-index: -1;
}
.select-label {
  font-size: calc(((12) / (var(--font-size-base))) * 1em);
  text-transform: uppercase;
}
option {
  color: var(--color-text);
  background-color: var(--color-body);
}
.disclosure__toggle::-ms-expand,
select::-ms-expand {
  display: none;
}
.label--hidden {
  position: absolute;
  height: 0;
  width: 0;
  margin-bottom: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
::-webkit-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}
::-moz-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}
:-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}
::-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 1;
}
.label--error {
  color: #d20000;
}
input,
textarea {
  padding: 8px 15px;
}
.form-vertical .disclosure__toggle,
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
  display: block;
  width: 100%;
  margin-bottom: 19.44444px;
}
.form-vertical [type="checkbox"],
.form-vertical [type="radio"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
.form-vertical
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .form-vertical
  .shopify-payment-button__button--unbranded {
  display: inline-block;
  width: auto;
}
.form-message,
.note {
  padding: 8px;
  margin: 0 0 27.5px;
  border: 1px solid var(--color-border-form);
}
@media only screen and (min-width: 750px) {
  input,
  textarea {
    padding: 10px 18px;
  }
  .form-message,
  .note {
    padding: 10px;
  }
}
.form-message--success {
  border: 1px solid #1f873d;
  background-color: #f8fff9;
  color: #1f873d;
  display: block;
  width: 100%;
}
.form-message--error {
  color: #651818;
  border: 1px solid #d20000;
  background-color: #fff8f8;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;
}
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster,
.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
  background: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.form-message--error li {
  list-style-type: disc;
  list-style-position: inside;
}
.form-message--error .form-message__title {
  font-size: 1.2em;
}
.form-message--error .form-message__link,
.form-message--error a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #651818;
}
.form-message--error .form-message__link:focus,
.form-message--error .form-message__link:hover,
.form-message--error a:focus,
.form-message--error a:hover {
  text-decoration: none;
  color: #651818;
}
.grid-view-item__title,
.list-view-item__title,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
  color: var(--color-text);
}
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.form-vertical .input-group {
  margin-bottom: 55px;
}
.input-group--nowrap {
  flex-wrap: nowrap;
}
.input-group--error {
  margin-bottom: 11.66667px;
}
.input-group__btn .btn,
.input-group__btn
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.input-group__field,
.input-group__field input,
.shopify-payment-button
  .input-group__btn
  .shopify-payment-button__button--unbranded {
  min-height: 42px;
}
.input-group__field {
  -ms-flex-preferred-size: 15rem;
  -webkit-flex-basis: 15rem;
  -moz-flex-basis: 15rem;
  flex-basis: 15rem;
  flex-grow: 9999;
  margin-bottom: 1rem;
  text-align: left;
}
.input-group__field input {
  width: 100%;
}
.form-vertical .input-group__field {
  margin: 0;
}
.custom__item .grid-view-item,
.input-group__field--connected,
.list-view-item:last-child,
.product-form__input.input--error {
  margin-bottom: 0;
}
.input-group__field--connected input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group__btn {
  flex-grow: 1;
}
.input-group__btn .btn,
.input-group__btn
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .input-group__btn
  .shopify-payment-button__button--unbranded,
.site-header__logo-image img {
  width: 100%;
}
.site-nav--centered {
  padding-bottom: 22px;
}
.site-nav__link.site-nav--active-dropdown {
  border: 1px solid var(--color-border);
  border-bottom: 1px solid transparent;
  z-index: 2;
}
.site-nav__link:focus .site-nav__label,
.site-nav__link:not([disabled]):hover .site-nav__label {
  border-bottom-color: var(--color-text);
}
.order-table td,
.order-table th,
.placeholder-background .icon,
hr {
  border: 0;
}
.collection-grid-item__image-with-placeholder-wrapper,
.disclosure,
.mobile-nav__link,
.no-js .product-featured-media,
.product-card,
.product-card__image-with-placeholder-wrapper,
.search-form__input-wrapper,
.site-header__account,
.site-header__icons,
.site-nav--has-dropdown,
.slideshow-wrapper {
  position: relative;
}
.site-nav--has-centered-dropdown {
  position: relative;
}
.site-nav__dropdown {
  display: none;
  position: absolute;
  padding: 11px 30px 11px 0;
  margin: 0;
  z-index: 7;
  text-align: left;
  border: 1px solid var(--color-border);
  background: var(--color-bg);
  left: -1px;
  top: 41px;
}
.site-nav__dropdown .site-nav__link {
  padding: 4px 15px 5px;
}
.site-nav--active-dropdown .site-nav__dropdown,
.site-nav__dropdown li {
  display: block;
}
.site-nav__dropdown--right:not(.site-nav__dropdown--centered) {
  right: 0;
  left: unset;
}
.site-nav__dropdown--left:not(.site-nav__dropdown--centered) {
  left: 0;
}
.site-nav__dropdown--centered {
  width: 100%;
  padding: 0;
  text-align: center;
}
.site-nav__childlist {
  display: inline-block;
  padding: 11px 17px;
  text-align: left;
}
.site-nav__childlist-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  margin-bottom: -15px;
}
.site-nav__childlist-item {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 15px;
}
.site-nav__child-link--parent {
  margin: 4px 0;
}
body.prevent-scrolling {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.page-width,
.page-width-small {
  padding-left: 55px;
  padding-right: 55px;
}
.page-container {
  transition: 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
  position: relative;
  overflow: hidden;
}
hr {
  margin: 55px 0;
  border-bottom: 1px solid var(--color-border);
}
.hr--small {
  padding: 10px 0;
  margin: 0;
}
.hr--invisible {
  border-bottom: 0;
}
.border-top {
  border-top: 1px solid var(--color-border);
}
.empty-page-content {
  padding: 125px 0;
}
.grid--half-gutters {
  margin-left: -15px;
}
.grid--half-gutters > .grid__item {
  padding-left: 15px;
}
@-webkit-keyframes spin {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes image-loader {
  0%,
  100%,
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
}
@-moz-keyframes image-loader {
  0%,
  100%,
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
}
@-ms-keyframes image-loader {
  0%,
  100%,
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
}
@keyframes image-loader {
  0%,
  100%,
  50% {
    background-color: var(--global-color-image-loader-primary);
  }
}
.grid-view-item__title {
  margin-bottom: 0;
}
.grid-view-item__meta {
  margin-top: 8px;
}
.grid-view-item__link {
  display: block;
}
.grid-view-item__image {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.list-view-item {
  margin-bottom: 22px;
}
.list-view-item__link {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.list-view-item__image-column,
.list-view-item__title-column {
  display: table-cell;
  vertical-align: middle;
}
.list-view-item__image-column {
  width: 130px;
  min-height: 44px;
}
.view-mode-list .list-view-item__image-wrapper {
  position: relative;
  margin-right: 35px;
}
.list-view-item__title {
  min-width: 100px;
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  font-size: calc(
    ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
  );
}
.index-section,
.padding-section {
  padding-top: 0;
  padding-bottom: 25px;
}
.index-section:first-child {
  padding-top: 0;
  border-top: 0;
}
.placeholder-svg {
  display: block;
  fill: var(--color-blankstate);
  background-color: var(--color-blankstate-background);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.placeholder-noblocks {
  padding: 40px;
  text-align: center;
}
.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.plyr.plyr--full-ui.plyr--video {
  color: var(--color-text);
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video
  .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(var(--color-text-rgb), 0.55);
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video .plyr__poster,
.product-single__media--video {
  background-color: var(--color-video-bg);
}
.plyr.plyr--full-ui.plyr--video:fullscreen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:fullscreen
  .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster,
.plyr.plyr--full-ui.plyr--video
  .plyr--fullscreen-fallback
  .plyr__video-wrapper {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid,
.plyr.plyr--full-ui.plyr--video .plyr__controls {
  background-color: var(--color-bg);
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-bg);
}
.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),
    rgba(var(--color-text-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-moz-range-track {
  background-color: rgba(var(--color-text-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--color-text-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 4px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-text-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--color-text);
  color: var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
  border-top-color: var(--color-text);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(
    -45deg,
    rgba(var(--color-text-rgb), 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(var(--color-text-rgb), 0.6) 50%,
    rgba(var(--color-text-rgb), 0.6) 75%,
    transparent 75%,
    transparent
  );
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"] {
  color: var(--color-bg);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--color-text);
}
.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-bg-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-moz-range-track,
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--color-bg-rgb), 0.6);
}
.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-bg-rgb), 0.25);
}
.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-bg-rgb), 0.25);
}
.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-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(var(--color-bg-rgb), 0.25);
}
.pagination__item-arrow:hover,
.pagination__item.pagination__item--current {
  color: var(--color-btn-primary);
  opacity: 1;
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus,
.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
  color: rgba(var(--color-text-rgb), 0.55);
  background: rgba(var(--color-text-rgb), 0.05);
}
.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--color-text-rgb), 0.05);
}
.product-single {
  overflow-anchor: none;
}
.product-single__title {
  margin-bottom: 0.5rem;
}
.featured-product__price,
.product__price {
  font-size: 1.25em;
}
.product__policies {
  display: none;
  margin: 0.4rem 0 1rem;
  font-size: calc(
    ((var(--font-size-base) - 1) / (var(--font-size-base))) * 0.5rem
  );
}
.product-form {
  width: auto;
}
.product-form__controls-group {
  display: flex;
  flex-wrap: wrap;
}
.price dl,
.product-form__controls-group--submit {
  margin-top: 0;
}
.pagination-wrapper,
.product-form__controls-group ~ .product-form__controls-group--submit {
  margin-top: 20px;
}
.product-form__item {
  flex-grow: 0;
  flex-basis: 100%;
  margin-bottom: 10px;
  padding: 0;
}
@media only screen and (min-width: 990px) {
  .product_options_block_wrapper {
    margin-left: -10px;
  }
  .product-form__item {
    flex-basis: 50%;
    padding: 0 0 0 10px;
  }
  .product-single--large-image .product-form__item {
    flex-basis: 100%;
  }
  .product-single--full-media .product-form__item--payment-button,
  .product-single--small-media .product-form__item--payment-button {
    display: inline-flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .myaccount__order-history {
    -webkit-flex: 1 0 66.66667%;
    -moz-flex: 1 0 66.66667%;
    -ms-flex: 1 0 66.66667%;
    flex: 1 0 66.66667%;
  }
  .myaccount__account-details {
    -webkit-flex: 1 0 33.33333%;
    -moz-flex: 1 0 33.33333%;
    -ms-flex: 1 0 33.33333%;
    flex: 1 0 33.33333%;
  }
}
.article__link,
.cart--no-cookies .cookie-message,
.no-js .product-form__variants,
.product-form__item label,
.site-header__logo img,
.site-header__logo-image {
  display: block;
}
.product-form__item--submit {
  -webkit-flex: 1 1 300px;
  -moz-flex: 1 1 300px;
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
}
.product-form__item--payment-button {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
.product-form--variant-sold-out .shopify-payment-button,
.product-form__variants {
  display: none;
}
.collection-grid-item__link,
.mobile-nav__item,
.product-form__input {
  display: block;
  width: 100%;
}
.product-form__error-message-wrapper {
  display: flex;
  flex-basis: 100%;
  padding: 0.5rem 0;
  margin: 0 calc((5 / (var(--font-size-base))) * 1em) 20px;
}
.article__meta .article__author,
.article__meta .article__date,
.comment:last-child,
.product-form__controls-group ~ .product-form__error-message-wrapper,
.slideshow__title--mobile,
.store-availability-information__stock,
.store-availability-information__title,
.store-availability-list__phone,
.template-article .article__author,
.template-article .article__date {
  margin-bottom: 0;
}
.product-form__error-message-wrapper--has-payment-button {
  padding: 0.5rem 0;
}
.product-form__error-message-wrapper--hidden {
  display: none;
}
.product-form__error-message {
  margin-left: 0.5rem;
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  line-height: 1.2;
  color: var(--color-body-text);
}
.product-form__cart-submit,
.shopify-payment-button .shopify-payment-button__button--unbranded {
  display: block;
  width: 100%;
  line-height: 1.4;
  padding-left: 5px;
  padding-right: 5px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 30px;
}
.product-single--full-media .product-form__cart-submit,
.product-single--full-media
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.product-single--small-media .product-form__cart-submit,
.product-single--small-media
  .shopify-payment-button
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .product-single--full-media
  .shopify-payment-button__button--unbranded,
.shopify-payment-button
  .product-single--small-media
  .shopify-payment-button__button--unbranded {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  margin-right: 10px;
}
.product-single--full-media .shopify-payment-button,
.product-single--small-media .shopify-payment-button {
  -webkit-flex: 50%;
  -moz-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  background-color: var(--color-btn-primary-focus) !important;
}
.shopify-payment-button .shopify-payment-button__button--branded {
  border-radius: 2px;
  overflow: hidden;
}
.shopify-payment-button .shopify-payment-button__more-options {
  margin: 0;
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  text-decoration: underline;
}
.cart--no-cookies .cart--empty-message,
.cart--no-cookies .cart__continue-btn,
.shopify-payment-button
  .shopify-payment-button__more-options[aria-hidden="true"],
.site-header__menu {
  display: none;
}
.shopify-payment-button .shopify-payment-button__more-options:focus,
.shopify-payment-button .shopify-payment-button__more-options:hover,
.spr-badge-caption {
  opacity: 0.6;
}
.product-single__description {
  margin-top: 1rem;
}
.product__quantity-error .icon {
  margin-right: 1rem;
}
.product-single__thumbnail-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 2px;
}
.product-single__thumbnail-badge {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 6px;
  top: 6px;
  pointer-events: none;
}
.product-single__thumbnail-badge .icon {
  fill: var(--color-bg);
  width: 100%;
  height: 100%;
  vertical-align: baseline;
}
.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
  stroke: rgba(var(--color-text-rgb), 0.05);
}
.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
  fill: var(--color-text);
}
.product-featured-media {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
}
@media only screen and (max-width: 749px) {
  label: not(.header) {
    font-size: calc(
      ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
    );
  }
  .input-error-message {
    margin-bottom: 19.44444px;
  }
  .page-width,
  .page-width-small {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid-view-item__meta,
  .grid-view-item__title,
  .list-view-item__title {
    font-size: calc(
      ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
    );
  }
  .list-view-item__image-column {
    width: 85px;
  }
  .view-mode-list .list-view-item__image-wrapper {
    margin-right: 17.5px;
  }
  .product-single__media--has-thumbnails,
  .product-single__media-group {
    margin-bottom: 0px;
  }
  .product-single__media-group {
    position: relative;
  }
  .thumbnails-wrapper {
    position: relative;
    top: 10px;
    text-align: center;
    margin: 0 2px 1rem 0rem;
  }
}
.comment,
.product-single__media-group--full {
  margin-bottom: 30px;
}
.product-single__media,
.product-single__media-wrapper {
  margin: 0 auto;
  width: 100%;
}
.product-single__media {
  min-height: 1px;
  height: 100%;
  position: relative;
}
.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .shopify-model-viewer-ui,
.product-single__media iframe,
.product-single__media img,
.product-single__media model-viewer,
.product-single__media > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.product-single__media .media-item,
.product-single__media .media-video,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper,
.product-single__media .shopify-model-viewer-ui,
.product-single__media iframe,
.product-single__media model-viewer,
.use_align_height .collection-grid-item__image-wrapper,
.use_align_height .collection-grid-item__link {
  height: 100%;
}
.product-single__view-in-space {
  background-color: rgba(var(--color-text-rgb), 0.08);
  border: none;
  width: 100%;
  min-height: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
  color: var(--color-text);
}
.price--unavailable,
.product-single__view-in-space[data-shopify-xr-hidden] {
  visibility: hidden;
}
.mobile-nav__link--active .mobile-nav__label,
.product-single__view-in-space:focus .product-single__view-in-space-text,
.product-single__view-in-space:hover .product-single__view-in-space-text {
  border-bottom-color: var(--color-text);
}
.product-single__view-in-space svg.icon {
  height: calc((25 / (var(--font-size-base))) * 1em);
  width: calc((25 / (var(--font-size-base))) * 1em);
  margin-top: -3px;
  margin-right: 2.43px;
  fill: transparent;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
  stroke: none;
}
.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
  fill: var(--color-text);
  opacity: 1;
}
.mobile-nav__label,
.product-single__view-in-space-text {
  border-bottom: 1px solid transparent;
}
.collection-description {
  margin-bottom: 22px;
  margin-top: 22px;
}
.template-blog .social-sharing {
  margin-bottom: 17.5px;
}
.blog-list-view .pagination {
  padding-top: 0;
}
.cart-subtotal__title {
  font-size: calc(
    ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
  );
}
.cart-subtotal__price {
  text-align: right;
  padding-left: 27.5px;
}
.cart__buttons-container {
  display: flex;
  flex-direction: column;
  max-width: 20rem;
  margin: 0 auto;
}
.cookie-message {
  display: none;
  padding-bottom: 25px;
}
.additional-checkout-buttons {
  margin-top: 1rem;
}
.additional-checkout-buttons input[type="image"] {
  padding: 0;
  border: 0;
  background: 0 0;
}
[data-shopify-buttoncontainer] {
  justify-content: flex-end;
}
.order-table {
  border: 1px solid var(--color-border);
}
.order-table tbody th,
.order-table tfoot th {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}
.item-props {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
.item-props__property,
.store-availability-small-text {
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
}
.order-discount {
  color: var(--color-sale-text);
  display: block;
  line-height: 1.2em;
}
.order-discount .icon-saletag {
  fill: currentColor;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}
.order-discount--title {
  text-transform: uppercase;
  word-break: break-word;
}
.order-discount--list {
  margin: 0.8em 0 0 1.3em;
  list-style: none;
  padding: 0;
}
.order-discount__item {
  text-indent: -1.3em;
}
.order-discount__item + .order-discount__item {
  margin-top: 0.6em;
}
.order-discount-card-wrapper {
  display: flex;
  justify-content: space-between;
}
.order-discount--cart {
  font-size: calc(
    ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
  );
  padding-right: 0;
}
.order-discount--cart-total {
  padding-left: 27.5px;
}
.site-header {
  position: relative;
  background-color: var(--color-body);
}
.article__comment-count,
.article__comment-count:focus,
.article__comment-count:not([disabled]):hover {
  border-color: transparent transparent currentColor;
}
.site-header__logo-link {
  display: inline-block;
  word-break: break-word;
}
.site-header__icons-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.article__title {
  display: inline;
  margin-bottom: 11px;
}
.article__grid-image-container,
.article__grid-image-wrapper,
.feature-row__image-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.article__link .article__grid-image-wrapper::before,
.article__link:not([disabled]) .article__grid-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-body-text);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: opacity 0.3s;
}
.article__link:focus .article__grid-image-wrapper::before,
.article__link:not([disabled]):hover .article__grid-image-wrapper::before {
  opacity: var(--opacity-image-overlay);
  visibility: visible;
}
.article__comment-count {
  padding: 0 0 3px;
}
.grid--blog {
  overflow: auto;
}
.article__grid-image-container {
  display: block;
  clear: both;
  min-height: 1px;
  height: 100%;
}
.article__grid-image-container img,
.mobile-nav-wrapper.js-menu--is-open,
.predictive-search-wrapper--visible {
  display: block;
}
.article__grid-image {
  margin: 0 auto;
  width: 100%;
}
.js .article__grid-image {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 750px) {
  .site-header__logo-image--centered img {
    margin: 0 auto;
  }
  .pagination-wrapper {
    margin-top: 35px;
  }
}
.pagination__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination__list > li:not(:last-child) {
  margin-right: 1rem;
}
.pagination__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  opacity: 0.6;
  padding: 0;
  text-decoration: none;
}
.pagination__item .icon--caret {
  width: 10px;
  height: 10px;
}
.pagination__item--next .icon {
  transform: rotate(90deg);
  margin: 0 2px;
}
.pagination__item--next:hover .icon {
  transform: rotate(90deg) scale(1.07);
}
.pagination__item--prev .icon {
  margin: 0 2px;
  transform: rotate(-90deg);
}
.pagination__item--prev:hover .icon {
  transform: rotate(-90deg) scale(1.07);
}
.pagination__item-arrow:hover::after {
  display: none;
}
.disclosure .disclosure-list__item a.disclosure-list__option,
.search-button__submit,
.search-form__input {
  color: var(--color-text-field-text);
}
.comment__meta-item {
  margin-right: 10px;
  font-size: calc(((14) / (var(--font-size-base))) * 1em);
}
.search-form__input {
  padding-right: 45px;
  width: 100%;
  background-color: var(--color-text-field);
  border: 1px solid var(--color-border-form);
}
.search-form__input::-ms-clear {
  display: none;
}
.search-form__input::-webkit-search-cancel-button {
  display: none;
}
.search-form__input::placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}
.search-form__input:-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}
.search-form__input::-ms-input-placeholder {
  color: var(--color-text-field-text);
  opacity: 0.6;
}
.search-form--focus .predictive-search__clear-button--visible,
.search-page-form .predictive-search__clear-button--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-button__submit {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  padding: 0 12px;
  height: 100%;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.search-button__submit .icon {
  position: relative;
  top: -1px;
  width: 1.2rem;
  height: auto;
}
.search-button__submit:focus,
.search-button__submit:hover {
  color: rgba(var(--color-text-field-text-rgb), 0.6);
}
.predictive-search-wrapper {
  transition-property: opacity, visibility;
  transition-duration: 0.1s;
  transition-timing-function: ease-in-out;
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -1px;
  background-color: var(--white-color);
  overflow-y: auto;
  display: none;
}
.predictive-search {
  height: 100%;
  width: 100%;
  text-align: left;
}
.predictive-search-title {
  position: relative;
  display: flex;
  align-items: center;
}
.predictive-search-title__content {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-right: 40px;
  font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em);
  font-family: var(--font-stack-body);
  color: var(--color-body-text);
  white-space: normal;
}
.predictive-search-item {
  font-weight: 400;
  white-space: normal;
}
.predictive-search-item__link {
  display: flex;
  background-color: transparent;
  transition: background-color 0.1s ease-in-out;
}
.mobile-nav,
.mobile-nav__dropdown.is-closing {
  transition: 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}
.predictive-search-item__link:active {
  background-color: transparent;
}
.predictive-search__column {
  flex: 1 1 auto;
}
.predictive-search__column--image {
  flex-grow: 0;
  flex-shrink: 0;
  position: relative;
}
.predictive-search-item__image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.predictive-search__column--content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.predictive-search__column--center {
  justify-content: center;
}
.predictive-search-item__title-text {
  display: inline-block;
  color: var(--color-text);
  word-break: break-word;
  line-height: 1.2;
  font-family: var(--font-stack-header);
  font-weight: var(--font-weight-header);
}
.predictive-search-item__price {
  flex: 0 0 auto;
  color: var(--color-body-text);
}
.mobile-nav {
  display: block;
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sub-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.third-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-200%, 0, 0);
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
}
.fourth-nav--is-open .mobile-nav {
  -ms-transform: translate3d(-300%, 0, 0);
  -webkit-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0);
}
.mobile-nav__link,
.mobile-nav__sublist-link {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 16px;
}
.mobile-nav__sublist-link:not(.mobile-nav__sublist-header) {
  padding-right: 30px;
}
.mobile-nav__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  width: 14px;
  margin: -6px 0 0 -7px;
}
.mobile-nav__return-btn {
  position: relative;
  padding: 24px 0;
  width: 55px;
}
.mobile-nav__icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-left: 42px;
  padding-right: 42px;
  pointer-events: none;
  overflow: hidden;
}
.mobile-nav__table {
  display: table;
  width: 100%;
}
.mobile-nav__table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 1%;
  text-align: left;
  white-space: normal;
}
.disclosure__toggle,
.price-item__label {
  white-space: nowrap;
}
.mobile-nav__toggle-button {
  padding: 20px 15px;
}
.mobile-nav__dropdown {
  position: absolute;
  background-color: var(--color-body);
  z-index: 8;
  width: 100%;
  top: 0;
  right: -100%;
  opacity: 0;
  visibility: hidden;
}
.is-active + .mobile-nav__dropdown {
  display: block;
  opacity: 1;
  visibility: visible;
}
.mobile-nav__dropdown.is-closing {
  opacity: 0.99;
}
.mobile-nav__dropdown .mobile-nav__sublist-header {
  font-family: var(--font-stack-header);
  font-style: var(--font-style-header);
  font-weight: var(--font-weight-header);
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.mobile-nav--close .icon-hamburger,
.mobile-nav-wrapper,
.price--compare-price-hidden .price__compare,
.price--on-sale .price__availability,
.price--on-sale .price__regular,
.price__sale,
.price__unit,
.slideshow__text-wrap--mobile {
  display: none;
}
.mobile-nav__dropdown .mobile-nav__sublist-header--main-nav-parent,
.price-item,
.price__availability,
.price__vendor {
  color: var(--color-body-text);
}
.mobile-nav-wrapper {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.site-header__mobile-nav {
  z-index: 11;
  position: relative;
  background-color: var(--color-body);
}
.slideshow {
  position: unset;
  overflow: hidden;
  margin-bottom: 0;
  max-height: 80vh;
  transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.slideshow__image,
.slideshow__slide {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
.slideshow__slide {
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 0.5s;
  z-index: -1;
}
.slideshow__slide .placeholder-svg {
  opacity: 0;
  transition: none;
}
.slideshow__slide--active .placeholder-svg {
  opacity: 1;
  transition: none;
}
.slideshow__slide--active {
  opacity: 1;
  z-index: 8;
}
.slideshow__image {
  transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.no-js .slideshow__image,
.no-js .slideshow__text-content,
.slideshow__slide--active .slideshow__text-content {
  opacity: 1;
}
.slideshow__text-wrap {
  height: 100%;
  position: relative;
}
.slideshow__link .slideshow__text-wrap {
  cursor: inherit;
}
.slideshow__arrows,
.slideshow__arrows .slideshow__arrow,
.slideshow__arrows .slideshow__arrow .icon {
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87),
    background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
.slideshow__text-wrap--desktop .slideshow__text-content {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 2;
}
.no-js .slideshow__text-content.slideshow__text-content--vertical-center,
.slideshow__slide--active
  .slideshow__text-content.slideshow__text-content--vertical-center {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.no-js .slideshow__text-content::after {
  opacity: 0;
  visibility: hidden;
  content: none;
}
.slideshow__text-content--mobile {
  display: none;
  padding-top: 2.6rem;
}
.price--sold-out .price__availability,
.price__regular,
.slideshow__text-content--mobile-active {
  display: block;
}
.slideshow__arrows--mobile ~ .slideshow__text-content--mobile {
  padding-top: 1.7rem;
}
.slideshow__title--mobile ~ .slideshow__subtitle--mobile {
  margin-top: 0.5rem;
}
.slideshow__subtitle--mobile,
.slideshow__title--mobile {
  display: none;
  color: var(--color-text);
}
.slideshow__btn-wrapper {
  border: none;
  background-color: transparent;
}
.slideshow__btn {
  max-width: 100%;
  min-width: 270px;
}
.slideshow__btn--mobile {
  display: none;
  margin: 1.3rem auto 0;
}
.slideshow__controls {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 8;
}
.slideshow__arrows {
  color: rgba(255, 255, 255, 0.5);
  display: flex;
}
.slideshow__arrows .slideshow__arrow {
  height: 35px;
  width: 35px;
  position: relative;
  line-height: 0;
  cursor: pointer;
  border: none;
  margin-bottom: 4px;
}
.slideshow__arrows .slideshow__arrow .icon {
  margin: 0;
  width: 1rem;
  height: 1rem;
}
.slideshow__arrows .slideshow__arrow .icon:hover {
  color: #fff;
}
.slideshow__arrows .slideshow__arrow-previous {
  float: left;
}
.slideshow__arrows .slideshow__arrow-next {
  float: right;
}
.price {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}
.price dd {
  margin: 0 0.5em 0 0;
}
.price__pricing-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.price__regular,
.price__sale {
  margin-right: 0;
}
.price__availability {
  display: none;
  font-size: 0.9em;
  font-weight: var(--font-weight-body);
}
.price__vendor,
.spr-badge {
  font-size: calc(var(--font-size-base) * 1px - 2px);
}
.price--on-sale .price__sale {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.price__vendor {
  margin: 5px 0 5px;
  opacity: 1;
  width: 100%;
}
.price__vendor--listing {
  margin: 0 0 4px;
}
.price__unit {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
}
.price-item--sale {
  color: var(--color-sale-text);
}
.price--on-sale .price-item--regular {
  text-decoration: line-through;
  opacity: 0.6;
  font-size: 0.9rem;
  align-items: flex-end;
}
.price-unit-price {
  color: var(--color-body-text);
  font-size: 0.8em;
}
.price-item__label {
  display: inline-block;
  font-weight: var(--font-weight-body--bolder);
}
.price__badges {
  margin-top: 0;
  margin-left: 10px;
}
.price__badge {
  display: none;
  align-self: center;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
  font-weight: 700;
  background-color: var(--color-bg);
  border: 1px solid var(--color-text);
  border-radius: 2rem;
  padding: 0.2rem 0.5rem;
  /* width: 100px; */
}
.price__badge--sale {
  color: var(--color-bg);
  border-color: var(--color-sale-text);
  background-color: var(--color-sale-text);
}
.price--on-sale .price__badge--sale {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}
span.badge.badge--sale {
  /* margin: 0 5px; */
}
.price--sold-out .price__badge--sale {
  display: none;
}
.price__badge--sold-out {
  color: var(--color-body-text);
  /* border-color: var(--color-body-text); */
}
.price--sold-out .price__badge--sold-out {
  display: flex;
  width: 110px;
  align-items: center;
  justify-content: center;
}
.price__badges--listing {
  margin-top: 0.5rem;
}
.price__badges--listing .price__badge {
  font-size: 0.6em;
  padding: 0.25rem 0.55rem;
}
.site-footer {
  margin-top: 0;
  padding: 45px 0 55px;
}
.site-footer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.site-footer__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex: 1 1 100%;
  -moz-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 55px;
}
@media only screen and (min-width: 1200px) {
  .site-footer__item {
    padding: 0 15px;
    margin-bottom: 45px;
  }
}
.collection-grid-item,
.collection-grid-item__image-wrapper,
.site-footer__item-inner--newsletter {
  width: 100%;
}
.site-footer__item-inner--newsletter .newsletter__submit {
  margin-top: 5px;
}
.site-footer__item-inner--newsletter .newsletter__input {
  margin: 5px 0 0;
  width: 100%;
}
.site-footer__hr {
  margin: 55px 0 30px;
}
.site-footer__linklist-item {
  display: block;
  padding: 5px 0;
}
.site-footer__linklist-item:last-of-type {
  padding-right: 0;
}
.site-footer__icon-list {
  padding-bottom: 30px;
}
.site-footer__subwrapper {
  margin-top: 35px;
}
.site-footer__copyright-content {
  font-size: calc(
    ((var(--font-size-base) - 3) / (var(--font-size-base))) * 1em
  );
}
.site-footer__payment-icons .payment-icon {
  margin-bottom: 5px;
  margin-left: 5px;
}
.site-footer-item-center-vertically {
  padding-top: 7.5px;
}
.feature-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.feature-row__item {
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.feature-row__image {
  display: block;
  margin: 0 auto;
}
.feature-row__image-wrapper .feature-row__image {
  width: 100%;
  position: absolute;
  top: 0;
}
.collection-grid-item__title {
  width: 100%;
  margin: 0;
}
.use_align_height .collection-grid-item__image-wrapper div {
  height: 100%;
  width: 100%;
}
.collection-grid-item__overlay {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.rich-text__heading--large {
  font-size: 1.6em;
}
.rich-text__heading--small {
  font-size: 0.88em;
}
.rich-text__text--large {
  font-size: calc(
    ((var(--font-rich-text-large)) / (var(--font-size-base))) * 1.2em
  );
}
.rich-text__text--small {
  font-size: calc(
    ((var(--font-rich-text-small)) / (var(--font-size-base))) * 1em
  );
}
.product-card__title {
  display: inline;
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
}
[data-section-type="video-section"] {
  margin: 0 auto;
}
.disclosure-list {
  background-color: var(--color-text-field);
  border: 1px solid var(--color-border-form);
  bottom: 115%;
  position: absolute;
  display: none;
  max-height: 300px;
  z-index: 12;
  overflow-y: auto;
  border-radius: 20px;
}
.disclosure-list__item {
  white-space: nowrap;
  padding: 5px 45px 4px 15px;
  text-align: left;
}
.disclosure-list__item:active {
  background-color: var(--color-bg-currency-selector);
}
.disclosure-list__option:focus,
.disclosure-list__option:hover {
  color: var(--header_nav_hover_link) !important;
}
.selectors-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.selectors-form__item {
  margin: 0 5px;
}
.slideshow__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 750px) {
  .product-single__view-in-space[data-shopify-xr-hidden],.slideshow__text-content--mobile: :after {
    display: none;
  }
  .input-group__btn .btn,
  .input-group__btn
    .shopify-payment-button
    .shopify-payment-button__button--unbranded,
  .input-group__field,
  .input-group__field input,
  .shopify-payment-button
    .input-group__btn
    .shopify-payment-button__button--unbranded {
    min-height: 46px;
  }
  .page-container {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .show_overlay .page-container {
    transform: none;
  }
  .index-section,
  .padding-section {
    padding-top: 0;
    padding-bottom: 25px;
  }
  .product-form__cart-submit--small {
    max-width: 300px;
  }
  .product-single__thumbnail-badge {
    width: 26px;
    height: 26px;
  }
  .collection-description {
    margin-bottom: 35px;
    margin-top: 35px;
  }
  .cart-subtotal__price {
    padding-left: 55px;
    min-width: 150px;
    display: inline-block;
  }
  .cart__buttons-container {
    display: block;
    max-width: none;
  }
  .order-discount--cart {
    font-size: calc(
      ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
    );
  }
  .site-header {
    padding: 0 55px;
  }
  .logo-align--center .site-header__logo-link,
  .site-header__logo-image {
    margin: 0 auto;
  }
  .site-header__account,
  .site-header__cart {
    padding: 10px 11px;
  }
  .site-header__icon .icon-search {
    margin-right: 3px;
  }
  .predictive-search-wrapper {
    max-height: 80vh;
  }
  .slideshow {
    position: relative;
    max-height: 100vh;
  }
  .slideshow--small {
    height: 600px;
    min-height: 600px;
  }
  .slideshow--medium {
    height: 800px;
  }
  .slideshow--large {
    height: 1000px;
  }
  @media screen and (min-width: 750px) {
    .slideshow.slideshow--adapt {
      max-height: none;
    }
  }
  @media screen and (max-width: 749px) {
    .slideshow.mobile-slideshow--adapt {
      max-height: none;
    }
  }
  .slideshow__text-content {
    opacity: 0;
    transition: 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    transition-delay: 0.3s;
  }
  .slideshow__text-content.slideshow__text-content--vertical-top {
    top: 0;
  }
  .slideshow__text-content.slideshow__text-content--vertical-bottom {
    top: auto;
    bottom: 0;
  }
  .slideshow__arrows--mobile ~ .slideshow__text-content--mobile,
  .slideshow__text-content--mobile {
    padding-top: 0;
  }
  .slideshow__btn-wrapper--push {
    margin-top: 70px;
  }
  .slideshow__arrows .slideshow__arrow-previous {
    order: -1;
  }
  .slideshow__arrows .slideshow__arrow-next {
    order: 1;
  }
  .site-footer {
    padding-bottom: 35px;
  }
  .site-footer__content {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .site-footer__item--full-width {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .site-footer-newsletter__one-half,
  .site-footer__item--one-half {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .site-footer__item--one-third {
    -webkit-flex: 1 1 33%;
    -moz-flex: 1 1 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
  }
  .site-footer__item--one-quarter {
    -webkit-flex: 1 1 25%;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
  }
  .site-footer__item--one-fifth {
    -webkit-flex: 1 1 20%;
    -moz-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
  }
  .site-footer__item--center {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .site-footer__item--center > * {
    text-align: center;
  }
  .site-footer__item--full-width .site-footer__item-inner--newsletter {
    max-width: 50%;
  }
  .site-footer__centered--single-block {
    width: 75%;
    margin: 0 auto;
  }
  .site-footer__hr {
    margin: 45px 0 20px;
  }
  .site-footer__linklist-item {
    padding: 0 30px 5px 0;
  }
  .site-footer__icon-list {
    padding-bottom: 15px;
  }
  .site-footer__social-icons {
    padding-top: 7.5px;
  }
  .site-footer-item-align-right {
    text-align: right;
  }
  .site-footer-item-tall {
    margin-bottom: 15px;
    height: 46px;
  }
  .selectors-form__item,
  .site-footer-item-tall .site-footer__icon-list {
    padding-bottom: 0;
  }
  .feature-row__text--left {
    padding-right: 30px;
    padding-left: 85px;
  }
  .feature-row__text--right {
    padding-left: 30px;
    padding-right: 85px;
  }
  .featured-row__subtext {
    font-size: calc(
      ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
    );
  }
  .selectors-form {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .selectors-form__item:first-of-type {
    margin-left: 0;
  }
}
.store-availability-information {
  display: flex;
  margin-left: 5px;
}
.store-availability-information-container {
  margin-left: 5px;
}
.store-availability-container .icon-in-stock {
  fill: #00730b;
}
.store-availability-container .icon-out-of-stock {
  fill: #dd2200;
}
.store-availability-container .icon-close {
  width: 18px;
  height: 18px;
  margin: 0;
}
.store-availability-container .store-availability-list__stock .icon {
  margin: 0 2px 3px 0;
}
.store-availabilities-modal {
  z-index: 3;
  width: 375px;
  left: auto;
  border: 1px solid var(--color-border);
  box-sizing: border-box;
  box-shadow: -4px 4px 6px rgba(58, 58, 58, 0.04);
}
.store-availabilities-modal.store-availabilities-modal--active {
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 749px) {
  .order-table {
    border: 0;
  }
  .order-table thead,
  .slideshow__btn {
    display: none;
  }
  .order-table td,
  .order-table th {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 0.5rem 0;
    border: 0;
    margin: 0;
  }
  .order-table td::before,
  .order-table th::before {
    content: attr(data-label);
    float: left;
    text-align: left;
    padding-right: 2em;
    max-width: 80%;
  }
  .order-table tbody tr th:first-child {
    padding-top: 1.25em;
  }
  .order-table tbody tr td:last-child {
    padding-bottom: 1.25em;
  }
  .order-table tbody td::before,
  .order-table tbody th::before {
    font-weight: var(--font-weight-body--bold);
  }
  .order-table__product {
    display: flex;
    justify-content: space-between;
  }
  .order-discount-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .site-header {
    border-bottom: 1px solid var(--color-border);
  }
  .site-header__icon {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 11px;
    margin: 0;
  }
  .article__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__grid-image-container {
    float: left;
    margin: 0;
  }
  .predictive-search-wrapper--drawer {
    padding-top: 14px;
    margin-top: 3px;
  }
  .site-header__mobile-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
  .slideshow__text-wrap--mobile {
    display: block;
    position: relative;
    top: -1.1rem;
    background-color: var(--color-bg);
    width: 85%;
    margin: 0 0 -1.1rem 7.5%;
    z-index: 8;
  }
  .site-footer__linklist.list--inline > li,
  .slideshow__subtitle--mobile,
  .slideshow__title--mobile {
    display: block;
  }
  .slideshow__btn--mobile {
    display: inline-block;
    margin: 2rem auto 0.3rem;
  }
  .price {
    font-size: calc(
      ((var(--font-size-base) - 1) / (var(--font-size-base))) * 1em
    );
  }
  .site-footer__content {
    padding: 0 18px;
  }
  .site-footer__item:last-of-type {
    margin-bottom: 0;
  }
  .feature-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-row__item {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }
  .feature-row__image {
    order: 1;
  }
  .feature-row__text {
    order: 2;
  }
  [data-section-type="video-section"] {
    transition: width 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87),
      height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87),
      padding 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  }
  .store-availabilities-modal.store-availabilities-modal--active {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 9999;
  }
}
.store-availabilities-modal__header {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  padding: 0 24px;
}
.store-availabilities-modal__product-title {
  font-size: calc(
    ((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em
  );
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: 0;
}
.store-availabilities-list {
  overflow-y: auto;
  padding: 0 20px;
}
.store-availabilities-modal__close {
  margin: -14px -14px 0 0;
  padding: 14px;
  align-self: start;
}
.store-availability-list__item {
  padding-bottom: 16px;
}
.store-availability-list__item::before {
  content: "";
  display: block;
  margin: 0 0 16px;
  border-bottom: 1px solid var(--color-border);
}
.store-availability-list__address {
  font-size: calc(
    ((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em
  );
  font-style: normal;
  margin-bottom: 0;
}
.store-availability-list__location {
  font-size: var(--font-size-base);
  margin-bottom: 8px;
}
.store-availability-list__stock {
  margin-top: 8px;
  margin-bottom: 16px;
}
.site-nav__link--button {
  border: 0;
  padding: 0;
}
.site-nav__link .icon-chevron-down {
  width: calc(8em / 16);
  min-width: calc(8em / 16);
  height: calc(8em / 16);
  margin-left: 0.5rem;
}
.disclosure-list--visible,
.price--unit-available .price__unit,
.social-icons__link {
  display: block;
}
.swatch input:focus + label,
.swatch input:focus-visible + label,
.swatch input:focus-within + label {
  outline: -webkit-focus-ring-color auto 1px;
}

.feature-row__item svg,
.feature-row__item img {
  border-radius: 20px;
}

.floating-video-container {
  bottom: 110px !important;
}
