@charset "UTF-8";
.pswp,
html {
  -webkit-text-size-adjust: 100%;
}
.pswp,
.pswp__container,
.pswp__zoom-wrap {
  touch-action: none;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
}
.flickity-enabled.is-draggable,
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pswp__bg {
  will-change: opacity;
}
.pswp,
.pswp__bg,
.pswp__container,
.pswp__img--placeholder,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}
.Form__Label,
.features--heading-uppercase .Heading,
.features--heading-uppercase .Rte h1,
.features--heading-uppercase .Rte h2,
.features--heading-uppercase .Rte h3,
.features--heading-uppercase .Rte h4,
.features--heading-uppercase .Rte h5,
.features--heading-uppercase .Rte h6,
.spr-form-label {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.Form__Label,
.Heading,
.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6,
.spr-form-label {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}
.Icon,
.Select svg {
  fill: currentColor;
}
.ShareButtons,
table {
  border-collapse: collapse;
}
.features--heading-uppercase .Link--underlineShort:before,
.features--heading-uppercase .TabList__Item.is-active:after {
  width: calc(100% - 0.2em);
}
.ArticleToolbar,
.Form__FloatingLabel,
.Icon,
.Image__Loader,
.LoadingBar,
.Select svg,
.Select--primary:after,
.Video__PlayButton svg,
.pswp__button svg,
.pswp__button[disabled],
.range-group .range {
  pointer-events: none;
}
.Alert__ErrorList,
.CartItem__DiscountList,
.FaqSummary,
.Grid,
.HorizontalList,
.Linklist,
.Pagination__Nav,
.Popover__ValueList,
.flickity-page-dots {
  list-style: none;
}
.FeaturedQuote__Content a,
.Link--underlineNative,
.NewsletterPopup__Content a,
.ProductForm__LabelLink,
.Rte a:not(.Button),
.SectionHeader__Description a {
  text-decoration: underline;
  text-underline-position: under;
}
.shopify-payment-button__more-options:hover:not([disabled]),
a {
  text-decoration: none;
}
*,
:after,
:before {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.js .no-js,
.no-js .hide-no-js,
[hidden] {
  display: none !important;
}
.Grid,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
.Grid__Cell,
img {
  vertical-align: top;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
.Drawer:focus,
:active,
a:active,
a:hover,
body:not(.is-tabbing) .flickity-enabled:focus,
body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
  outline: 0;
}
a {
  color: inherit;
  background-color: transparent;
}
b,
optgroup,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  font-size: inherit;
  font-weight: inherit;
}
.AccountTable .CartItem__PriceList,
.Rte blockquote:last-child,
.Rte h1:last-child,
.Rte h2:last-child,
.Rte h3:last-child,
.Rte h4:last-child,
.Rte h5:last-child,
.Rte h6:last-child,
.Rte ol:last-child,
.Rte p:last-child,
.Rte ul:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
  border-style: none;
}
.CartItemWrapper,
.FeatureText__ImageWrapper,
.no-scroll,
svg:not(:root) {
  overflow: hidden;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
[data-scrollable],
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.Link--primary.is-active,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button,
.supports-hover .Link--primary:hover,
body {
  color: var(--text-color);
}
button,
input[type="submit"] {
  padding: 0;
  overflow: visible;
  background: 0 0;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.Popover--secondary,
.pswp__bg,
.pswp__img--placeholder--blank,
body {
  background: var(--background);
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 6px 10px 12px;
}
.Grid,
legend,
td,
th {
  padding: 0;
}
legend {
  border: 0;
}
table {
  border-spacing: 0;
}
.Grid {
  margin: 0 0 0 -24px;
  font-size: 0;
}
.Grid__Cell {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 24px;
  margin: 0;
  font-size: 1rem;
}
.Grid--middle > .Grid__Cell,
.Icon,
.Select {
  vertical-align: middle;
}
.Grid--center {
  text-align: center;
}
.Grid--center > .Grid__Cell {
  text-align: left;
}
.Grid__Cell--center,
.Rte img {
  display: block;
  margin: 0 auto;
}
.Cart--expanded .Cart__Recap,
.Grid--right {
  text-align: right;
}
.Grid--right > .Grid__Cell {
  text-align: left;
}
.Grid--bottom > .Grid__Cell {
  vertical-align: bottom;
}
.Grid--m {
  margin-left: -30px;
}
.Grid--l,
.Grid--xl {
  margin-left: -50px;
}
.Grid--m > .Grid__Cell {
  padding-left: 30px;
}
.Grid--l > .Grid__Cell,
.Grid--xl > .Grid__Cell {
  padding-left: 50px;
}
.\31\/2,
.\32\/4,
.\36\/12 {
  width: 50%;
}
.\31\/3,
.\34\/12 {
  width: 33.33333%;
}
.\32\/3,
.\38\/12 {
  width: 66.66667%;
}
.\31\/4,
.\33\/12 {
  width: 25%;
}
.\33\/4,
.\39\/12 {
  width: 75%;
}
.\31\/12 {
  width: 8.33333%;
}
.\32\/12 {
  width: 16.66667%;
}
.\35\/12 {
  width: 41.66667%;
}
.\37\/12 {
  width: 58.33333%;
}
.\31 0\/12 {
  width: 83.33333%;
}
.\31 1\/12 {
  width: 91.66667%;
}
@media screen and (max-width: 640px) {
  .hidden-phone {
    display: none !important;
  }
  .\31\/2--phone,
  .\32\/4--phone,
  .\36\/12--phone {
    width: 50%;
  }
  .\31\/3--phone,
  .\34\/12--phone {
    width: 33.33333%;
  }
  .\32\/3--phone,
  .\38\/12--phone {
    width: 66.66667%;
  }
  .\31\/4--phone,
  .\33\/12--phone {
    width: 25%;
  }
  .\33\/4--phone,
  .\39\/12--phone {
    width: 75%;
  }
  .\31\/12--phone {
    width: 8.33333%;
  }
  .\32\/12--phone {
    width: 16.66667%;
  }
  .\35\/12--phone {
    width: 41.66667%;
  }
  .\37\/12--phone {
    width: 58.33333%;
  }
  .\31 0\/12--phone {
    width: 83.33333%;
  }
  .\31 1\/12--phone {
    width: 91.66667%;
  }
  .ImageHero--newsletter {
    min-height: 450px !important;
  }
  .ImageHero--newsletter .ImageHero__ContentOverlay {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .hidden-tablet {
    display: none !important;
  }
  .\31\/2--tablet,
  .\32\/4--tablet,
  .\36\/12--tablet {
    width: 50%;
  }
  .\31\/3--tablet,
  .\34\/12--tablet {
    width: 33.33333%;
  }
  .\32\/3--tablet,
  .\38\/12--tablet {
    width: 66.66667%;
  }
  .\31\/4--tablet,
  .\33\/12--tablet {
    width: 25%;
  }
  .\33\/4--tablet,
  .\39\/12--tablet {
    width: 75%;
  }
  .\31\/12--tablet {
    width: 8.33333%;
  }
  .\32\/12--tablet {
    width: 16.66667%;
  }
  .\35\/12--tablet {
    width: 41.66667%;
  }
  .\37\/12--tablet {
    width: 58.33333%;
  }
  .\31 0\/12--tablet {
    width: 83.33333%;
  }
  .\31 1\/12--tablet {
    width: 91.66667%;
  }
}
@media screen and (min-width: 641px) {
  .hidden-tablet-and-up {
    display: none !important;
  }
  .\31\/2--tablet-and-up,
  .\32\/4--tablet-and-up,
  .\36\/12--tablet-and-up {
    width: 50%;
  }
  .\31\/3--tablet-and-up,
  .\34\/12--tablet-and-up {
    width: 33.33333%;
  }
  .\32\/3--tablet-and-up,
  .\38\/12--tablet-and-up {
    width: 66.66667%;
  }
  .\31\/4--tablet-and-up,
  .\33\/12--tablet-and-up {
    width: 25%;
  }
  .\33\/4--tablet-and-up,
  .\39\/12--tablet-and-up {
    width: 75%;
  }
  .\31\/12--tablet-and-up {
    width: 8.33333%;
  }
  .\32\/12--tablet-and-up {
    width: 16.66667%;
  }
  .\35\/12--tablet-and-up {
    width: 41.66667%;
  }
  .\37\/12--tablet-and-up {
    width: 58.33333%;
  }
  .\31 0\/12--tablet-and-up {
    width: 83.33333%;
  }
  .\31 1\/12--tablet-and-up {
    width: 91.66667%;
  }
}
@media screen and (max-width: 1007px) {
  .hidden-pocket {
    display: none !important;
  }
  .\31\/2--pocket,
  .\32\/4--pocket,
  .\36\/12--pocket {
    width: 50%;
  }
  .\31\/3--pocket,
  .\34\/12--pocket {
    width: 33.33333%;
  }
  .\32\/3--pocket,
  .\38\/12--pocket {
    width: 66.66667%;
  }
  .\31\/4--pocket,
  .\33\/12--pocket {
    width: 25%;
  }
  .\33\/4--pocket,
  .\39\/12--pocket {
    width: 75%;
  }
  .\31\/12--pocket {
    width: 8.33333%;
  }
  .\32\/12--pocket {
    width: 16.66667%;
  }
  .\35\/12--pocket {
    width: 41.66667%;
  }
  .\37\/12--pocket {
    width: 58.33333%;
  }
  .\31 0\/12--pocket {
    width: 83.33333%;
  }
  .\31 1\/12--pocket {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1139px) {
  .hidden-lap {
    display: none !important;
  }
  .\31\/2--lap,
  .\32\/4--lap,
  .\36\/12--lap {
    width: 50%;
  }
  .\31\/3--lap,
  .\34\/12--lap {
    width: 33.33333%;
  }
  .\32\/3--lap,
  .\38\/12--lap {
    width: 66.66667%;
  }
  .\31\/4--lap,
  .\33\/12--lap {
    width: 25%;
  }
  .\33\/4--lap,
  .\39\/12--lap {
    width: 75%;
  }
  .\31\/12--lap {
    width: 8.33333%;
  }
  .\32\/12--lap {
    width: 16.66667%;
  }
  .\35\/12--lap {
    width: 41.66667%;
  }
  .\37\/12--lap {
    width: 58.33333%;
  }
  .\31 0\/12--lap {
    width: 83.33333%;
  }
  .\31 1\/12--lap {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1008px) {
  .hidden-lap-and-up {
    display: none !important;
  }
  .\31\/2--lap-and-up,
  .\32\/4--lap-and-up,
  .\36\/12--lap-and-up {
    width: 50%;
  }
  .\31\/3--lap-and-up,
  .\34\/12--lap-and-up {
    width: 33.33333%;
  }
  .\32\/3--lap-and-up,
  .\38\/12--lap-and-up {
    width: 66.66667%;
  }
  .\31\/4--lap-and-up,
  .\33\/12--lap-and-up {
    width: 25%;
  }
  .\33\/4--lap-and-up,
  .\39\/12--lap-and-up {
    width: 75%;
  }
  .\31\/12--lap-and-up {
    width: 8.33333%;
  }
  .\32\/12--lap-and-up {
    width: 16.66667%;
  }
  .\35\/12--lap-and-up {
    width: 41.66667%;
  }
  .\37\/12--lap-and-up {
    width: 58.33333%;
  }
  .\31 0\/12--lap-and-up {
    width: 83.33333%;
  }
  .\31 1\/12--lap-and-up {
    width: 91.66667%;
  }
}
@media screen and (min-width: 1140px) {
  .Grid--m {
    margin-left: -60px;
  }
  .Grid--m > .Grid__Cell {
    padding-left: 60px;
  }
  .Grid--l {
    margin-left: -80px;
  }
  .Grid--l > .Grid__Cell {
    padding-left: 80px;
  }
  .Grid--xl {
    margin-left: -100px;
  }
  .Grid--xl > .Grid__Cell {
    padding-left: 100px;
  }
  .hidden-desk {
    display: none !important;
  }
  .\31\/2--desk,
  .\32\/4--desk,
  .\36\/12--desk {
    width: 50%;
  }
  .\31\/3--desk,
  .\34\/12--desk {
    width: 33.33333%;
  }
  .\31\/4--desk,
  .\34\/12--desk {
    width: 24.99999%;
  }
  .\32\/3--desk,
  .\38\/12--desk {
    width: 66.66667%;
  }
  .\31\/4--desk,
  .\33\/12--desk {
    width: 25%;
  }
  .\33\/4--desk,
  .\39\/12--desk {
    width: 75%;
  }
  .\31\/12--desk {
    width: 8.33333%;
  }
  .\32\/12--desk {
    width: 16.66667%;
  }
  .\35\/12--desk {
    width: 41.66667%;
  }
  .\37\/12--desk {
    width: 58.33333%;
  }
  .\31 0\/12--desk {
    width: 83.33333%;
  }
  .\31 1\/12--desk {
    width: 91.66667%;
  }
}
.pswp,
.pswp__bg,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
  width: 100%;
  position: absolute;
} /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
.pswp {
  display: none;
  height: 100%;
  overflow: hidden;
  z-index: 1500;
  outline: 0;
}
.pswp img {
  max-width: none;
}
.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
  display: block;
}
.pswp--zoom-allowed .pswp__img {
  cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
  cursor: -webkit-image-set(
        var(--cursor-zoom-in-svg) 1x,
        var(--cursor-zoom-in-2x-svg) 2x
      )
      18 18,
    zoom-in;
}
.flickity-enabled.is-draggable .flickity-viewport,
.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down,
.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.pswp__bg {
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
  transform: translateZ(0);
}
.pswp__scroll-wrap {
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.Drawer,
.Popover {
  touch-action: manipulation;
}
.pswp__container,
.pswp__img {
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.pswp__container {
  transition: transform 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pswp__zoom-wrap {
  transform-origin: left top;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}
.Link--underlineShort:before,
.pswp__ui {
  width: 100%;
}
.pswp__ui {
  position: absolute;
  visibility: hidden;
  bottom: 50px;
  opacity: 0;
  transform: translateY(35px);
  left: 0;
  text-align: center;
  transition: 0.15s ease-in-out;
}
.pswp__button[disabled] {
  opacity: 0;
}
.pswp--animated-in .pswp__ui {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.pswp--animated-in .pswp__ui--hidden {
  visibility: hidden;
  opacity: 0;
}
.pswp__button--close {
  margin: 0 18px;
}
.pswp__error-msg {
  position: absolute;
  top: 40%;
  margin: 0 15px;
  padding: 8px 15px;
  background: #e6554d;
  color: #fff;
  text-align: center;
}
.Container {
  margin: 0 auto;
  padding: 0 24px;
}
.Container--narrow {
  max-width: 1420px;
}
.Container--extraNarrow {
  max-width: 800px;
}
.FlexboxIeFix {
  display: flex;
  flex-direction: row;
}
html {
  font-size: var(--base-text-font-size);
}
body {
  margin: 0;
  font-family: var(--text-font-family);
  font-weight: var(--text-font-weight);
  font-style: var(--text-font-style);
  line-height: 1.65;
}
.Link {
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.Link--secondary.is-active,
.Text--subdued,
.supports-hover .Link--secondary:hover {
  color: var(--text-color-light);
}
.Link--underline {
  position: relative;
  display: inline-block;
}
.Link--underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: currentColor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
.Heading,
.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
  color: var(--heading-color);
  transition: color 0.2s ease-in-out;
}
.Text--alignCenter {
  text-align: center !important;
}
.Text--alignRight {
  text-align: right !important;
}
.Icon-Wrapper--clickable {
  position: relative;
  background: 0 0;
}
.Icon-Wrapper--clickable:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -12px;
  left: -12px;
  bottom: -8px;
  transform: translateZ(0);
}
.Icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  stroke-width: 1px;
  background: 0 0;
}
.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.features--heading-small .Rte h1,
.features--heading-small .u-h1 {
  font-size: 20px;
}
.features--heading-small .Rte h2,
.features--heading-small .u-h2 {
  font-size: 18px;
}
.features--heading-small .Rte h3,
.features--heading-small .u-h3 {
  font-size: 16px;
}
.features--heading-small .Rte h4,
.features--heading-small .u-h4 {
  font-size: 15px;
}
.features--heading-small .Rte h5,
.features--heading-small .u-h5 {
  font-size: 13px;
}
.features--heading-small .Rte h6,
.features--heading-small .u-h6 {
  font-size: 12px;
}
.features--heading-small .u-h7 {
  font-size: 11px;
}
.features--heading-small .u-h8 {
  font-size: 10px;
}
.features--heading-normal .Rte h1,
.features--heading-normal .u-h1 {
  font-size: 22px;
}
.features--heading-normal .Rte h2,
.features--heading-normal .u-h2 {
  font-size: 20px;
}
.features--heading-normal .Rte h3,
.features--heading-normal .u-h3 {
  font-size: 18px;
}
.features--heading-normal .Rte h4,
.features--heading-normal .u-h4 {
  font-size: 16px;
}
.features--heading-normal .Rte h5,
.features--heading-normal .u-h5 {
  font-size: 14px;
}
.features--heading-normal .Rte h6,
.features--heading-normal .u-h6 {
  font-size: 13px;
}
.features--heading-normal .u-h7,
.features--heading-normal .u-h8 {
  font-size: 12px;
}
.features--heading-large .Rte h1,
.features--heading-large .u-h1 {
  font-size: 24px;
}
.features--heading-large .Rte h2,
.features--heading-large .u-h2 {
  font-size: 22px;
}
.features--heading-large .Rte h3,
.features--heading-large .u-h3 {
  font-size: 20px;
}
.features--heading-large .Rte h4,
.features--heading-large .u-h4 {
  font-size: 18px;
}
.features--heading-large .Rte h5,
.features--heading-large .u-h5 {
  font-size: 16px;
}
.features--heading-large .Rte h6,
.features--heading-large .u-h6 {
  font-size: 15px;
}
.features--heading-large .u-h7,
.features--heading-large .u-h8 {
  font-size: 13px;
}
.js .features--show-page-transition .PageTransition {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--background);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  transition: 0.25s;
}
.Anchor,
.Collapsible__Inner,
.Drawer,
.Image__Loader,
.Modal {
  visibility: hidden;
}
.Button,
.shopify-payment-button__button--unbranded,
.spr-button-primary:not(input),
.spr-pagination-next > a,
.spr-pagination-prev > a,
.spr-summary-actions-newreview,
input.spr-button-primary {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  text-align: center;
  letter-spacing: 0.2em;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  background-color: transparent;
  transition: color 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    border 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
}
.Button:before,
.shopify-payment-button__button--unbranded:before,
.spr-button-primary:not(input):before,
.spr-pagination-next > a:before,
.spr-pagination-prev > a:before,
.spr-summary-actions-newreview.spr-summary-actions-newreview:before,
input.spr-button-primary:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: left center;
  z-index: -1;
}
.Button[disabled],
.shopify-payment-button__button--unbranded[disabled],
.spr-button-primary:not(input)[disabled],
.spr-pagination-next > a[disabled],
.spr-pagination-prev > a[disabled],
.spr-summary-actions-newreview[disabled],
input.spr-button-primary[disabled] {
  cursor: not-allowed;
}
.Button--primary,
.shopify-payment-button__button--unbranded,
.spr-button-primary:not(input),
.spr-summary-actions-newreview {
  color: var(--button-text-color);
  border-color: var(--button-background);
}
.Button--primary:before,
.shopify-payment-button__button--unbranded:before,
.spr-button-primary:not(input):before,
.spr-summary-actions-newreview:before {
  background-color: var(--button-background);
}
.Button__SeparatorDot,
.Carousel--insideDots .flickity-page-dots .dot.is-selected {
  background: currentColor;
}
.Button--secondary,
.spr-pagination-next > a,
.spr-pagination-prev > a {
  color: var(--text-color-light);
  border: 1px solid rgba(var(--text-color-light-rgb), 0.2);
}
.Button--secondary:before,
.spr-pagination-next > a:before,
.spr-pagination-prev > a:before {
  background-color: var(--button-background);
  transform-origin: right center;
  transform: scaleX(0);
}
.Button--full {
  width: 100%;
}
.Button--stretched {
  padding-left: 40px;
  padding-right: 40px;
}
.Button--small {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
  padding: 12px 24px;
}
.Button__SeparatorDot {
  display: inline-block;
  margin: 0 18px;
  content: "";
  height: 3px;
  width: 3px;
  border-radius: 100%;
}
.ButtonWrapper {
  text-align: center;
}
.Button__PrimaryState,
.Button__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1),
    opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}
.Button__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}
.Button--secondaryState .Button__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.Button--secondaryState .Button__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.ButtonGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: -12px;
}
.ButtonGroup__Item {
  margin: 12px;
}
.ButtonGroup__Item--expand {
  flex: 1 1 0;
}
.ButtonGroup--spacingSmall {
  margin: -8px;
}
.ButtonGroup--spacingSmall .ButtonGroup__Item {
  margin: 8px;
}
.ButtonGroup--sameSize .ButtonGroup__Item {
  flex: 0 1 auto;
  white-space: nowrap;
  max-width: 245px;
}
.RoundButton,
.flickity-prev-next-button {
  position: relative;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: var(--button-text-color);
  color: var(--button-background);
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 2px 10px #36363626;
  vertical-align: middle;
  line-height: 0;
  transform: scale(1.001);
  transition: background 0.15s ease-in-out, opacity 0.15s ease-in-out,
    transform 0.2s ease-in-out, color 0.2s ease-in-out;
  overflow: hidden;
}
.RoundButton.is-active,
.flickity-prev-next-button.is-active {
  background: var(--button-background);
  color: var(--button-text-color);
  outline: 0;
}
.RoundButton svg,
.flickity-prev-next-button svg {
  height: 15px;
  width: 15px;
  fill: currentColor;
}
.RoundButton--small {
  width: 35px;
  height: 35px;
}
.RoundButton--small svg {
  height: 14px;
  width: 14px;
}
.RoundButton--medium {
  width: 50px;
  height: 50px;
}
.RoundButton--medium svg {
  height: 18px;
  width: 18px;
}
.RoundButton--large {
  width: 55px;
  height: 55px;
}
.RoundButton--large svg {
  height: 15px;
  width: 15px;
}
.RoundButton--flat {
  box-shadow: 0 1px 5px #36363626;
  color: rgba(var(--button-background-rgb), 0.5);
}
.RoundButton__PrimaryState,
.RoundButton__SecondaryState {
  display: block;
  transition: transform 0.4s cubic-bezier(0.75, 0, 0.125, 1),
    opacity 0.4s cubic-bezier(0.75, 0, 0.125, 1);
}
.RoundButton__SecondaryState {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 100%);
}
.RoundButton--secondaryState .RoundButton__PrimaryState {
  opacity: 0;
  transform: translateY(-100%);
}
.RoundButton--secondaryState .RoundButton__SecondaryState {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes buttonFromLeftToRight {
  0% {
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  75% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes buttonFromLeftToRight {
  0% {
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  75% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes buttonFromRightToLeft {
  0% {
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  75% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes buttonFromRightToLeft {
  0% {
    transform: translate(0);
  }
  25% {
    opacity: 0;
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  75% {
    opacity: 1;
    transform: translate(0);
  }
}
@-webkit-keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes buttonFromTopToBottom {
  0% {
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
}
.flickity-enabled {
  position: relative;
  -webkit-tap-highlight-color: transparent;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: auto;
}
.flickity-prev-next-button,
.flickity-slider {
  position: absolute;
}
.flickity-slider {
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  user-select: none;
}
.Popover__Value,
.QuantitySelector__Button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.flickity-prev-next-button[disabled] {
  opacity: 0;
}
.flickity-prev-next-button svg {
  width: auto;
  height: 18px;
  stroke-width: 1.5px;
  stroke: currentColor;
}
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 22px 0 0;
  text-align: center;
}
.flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 6px;
  border-radius: 50%;
  cursor: pointer;
  background: 0 0;
  border: 1px solid var(--border-color);
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.flickity-page-dots .dot:before {
  position: absolute;
  content: "";
  top: -6px;
  right: -6px;
  left: -6px;
  bottom: -6px;
}
.flickity-page-dots .dot.is-selected {
  background: currentColor;
  border-color: currentColor;
}
.Carousel,
.Image--contrast {
  position: relative;
}
.Carousel--fixed,
.Carousel--fixed .Carousel__Cell,
.Carousel--fixed .flickity-viewport,
.VideoWrapper--native .plyr__video-wrapper,
.VideoWrapper--native video {
  height: 100%;
}
.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
  display: none;
}
.Carousel__Cell {
  display: block;
  width: 100%;
}
.js .Carousel--fadeIn .flickity-slider {
  transform: none !important;
}
.js .Carousel--fadeIn .Carousel__Cell {
  left: 0 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.js .Carousel--fadeIn .Carousel__Cell.is-selected {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.Carousel--insideDots .flickity-page-dots {
  position: absolute;
  width: auto;
  margin: 0;
  bottom: 20px;
  left: 20px;
}
.Carousel--insideDots .flickity-page-dots .dot,
.Newsletter .Form__Input:focus {
  border-color: currentColor;
}
.Carousel--insideDots .flickity-prev-next-button {
  bottom: -25px;
  z-index: 1;
}
.Carousel--insideDots .flickity-prev-next-button.next {
  right: 25px;
}
.Carousel--insideDots .flickity-prev-next-button.previous {
  right: 75px;
  margin-right: 15px;
}
.Collapsible {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}
.Collapsible + .Collapsible {
  border-top: none;
}
.Collapsible--padded,
.FeatureText__ContentWrapper {
  padding-left: 24px;
  padding-right: 24px;
}
.Collapsible__Button {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  text-align: left;
  cursor: pointer;
}
.Drawer__Header,
.Form__Header,
.Form__Hint--center {
  text-align: center;
}
.Collapsible__Plus {
  position: absolute;
  right: 0;
  top: calc(50% - 5.5px);
  width: 11px;
  height: 11px;
}
.Collapsible__Plus:after,
.Collapsible__Plus:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.Collapsible__Plus:before {
  width: 11px;
  height: 1px;
  opacity: 1;
}
.Collapsible__Plus:after {
  width: 1px;
  height: 11px;
}
.Collapsible__Button[aria-expanded="true"] .Collapsible__Plus:after,
.Collapsible__Button[aria-expanded="true"] .Collapsible__Plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.Collapsible__Button[aria-expanded="true"] .Collapsible__Plus:before {
  opacity: 0;
}
.Collapsible .Collapsible {
  margin-left: 16px;
  border: none;
}
.Collapsible .Collapsible .Collapsible__Button {
  padding: 13px 0;
}
.Collapsible__Inner {
  display: block;
  height: 0;
  transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
  overflow: hidden;
}
.Collapsible__Button[aria-expanded="true"] + .Collapsible__Inner {
  visibility: visible;
  transition: height 0.35s ease-in-out;
}
.Collapsible__Content {
  padding-bottom: 18px;
}
.Collapsible .Linklist {
  margin-bottom: 4px;
}
.Collapsible .Linklist--bordered {
  margin-top: 16px;
  margin-bottom: 4px;
}
@media screen and (min-width: 641px) {
  .Container {
    padding: 0 50px;
  }
  .features--heading-small .Rte h1,
  .features--heading-small .u-h1 {
    font-size: 20px;
  }
  .features--heading-small .Rte h2,
  .features--heading-small .Rte h3,
  .features--heading-small .u-h2,
  .features--heading-small .u-h3 {
    font-size: 18px;
  }
  .features--heading-small .Rte h4,
  .features--heading-small .u-h4 {
    font-size: 16px;
  }
  .features--heading-small .Rte h5,
  .features--heading-small .u-h5 {
    font-size: 13px;
  }
  .features--heading-small .Rte h6,
  .features--heading-small .u-h6 {
    font-size: 12px;
  }
  .features--heading-small .u-h7 {
    font-size: 11px;
  }
  .features--heading-small .u-h8 {
    font-size: 10px;
  }
  .features--heading-large .Rte h2,
  .features--heading-large .u-h2,
  .features--heading-normal .Rte h1,
  .features--heading-normal .u-h1 {
    font-size: 22px;
  }
  .features--heading-large .Rte h3,
  .features--heading-large .u-h3,
  .features--heading-normal .Rte h2,
  .features--heading-normal .Rte h3,
  .features--heading-normal .u-h2,
  .features--heading-normal .u-h3 {
    font-size: 20px;
  }
  .features--heading-normal .Rte h4,
  .features--heading-normal .u-h4 {
    font-size: 17px;
  }
  .features--heading-normal .Rte h5,
  .features--heading-normal .u-h5 {
    font-size: 14px;
  }
  .features--heading-normal .Rte h6,
  .features--heading-normal .u-h6 {
    font-size: 13px;
  }
  .features--heading-normal .u-h7,
  .features--heading-normal .u-h8 {
    font-size: 12px;
  }
  .features--heading-large .Rte h1,
  .features--heading-large .u-h1 {
    font-size: 24px;
  }
  .features--heading-large .Rte h4,
  .features--heading-large .u-h4 {
    font-size: 19px;
  }
  .features--heading-large .Rte h5,
  .features--heading-large .u-h5 {
    font-size: 16px;
  }
  .features--heading-large .Rte h6,
  .features--heading-large .u-h6 {
    font-size: 15px;
  }
  .features--heading-large .u-h7,
  .features--heading-large .u-h8 {
    font-size: 13px;
  }
  @supports (display: inline-grid) {
    .ButtonGroup--sameSize {
      display: inline-grid;
      grid-template-columns: 1fr 1fr;
    }
    .ButtonGroup--sameSize .ButtonGroup__Item {
      max-width: none;
    }
  }
  .flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border-width: 2px;
  }
  .Collapsible--autoExpand {
    border: none;
    overflow: visible;
    margin-bottom: 32px;
  }
  .Collapsible--autoExpand .Collapsible__Button {
    cursor: default;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 16px;
  }
  .Collapsible--autoExpand .Collapsible__Plus {
    display: none;
  }
  .Collapsible--autoExpand .Collapsible__Inner {
    height: auto;
    visibility: visible;
    overflow: visible;
  }
  .Collapsible--autoExpand .Collapsible__Content {
    padding-bottom: 0;
  }
  .Collapsible--autoExpand .Linklist {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1008px) {
  .Carousel--insideDots .flickity-page-dots {
    bottom: 28px;
    right: 24px;
    left: auto;
  }
  .Collapsible--padded {
    padding-left: 30px;
    padding-right: 30px;
  }
  .Collapsible--large .Collapsible__Button {
    padding: 34px 0;
  }
  .Collapsible--large .Collapsible__Content {
    padding-bottom: 45px;
  }
}
.Drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 65px);
  height: 100vh;
  max-height: none;
  z-index: 20;
  transition: transform 0.5s var(--drawer-transition-timing),
    visibility 0.5s var(--drawer-transition-timing);
  background: var(--background);
  box-shadow: none;
}
.Drawer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  box-shadow: 2px 0 10px #36363633, -2px 0 10px #36363633;
  opacity: 0;
  transition: opacity 0.5s var(--drawer-transition-timing);
}
.Drawer--secondary {
  background: var(--light-background);
}
.Drawer--fromLeft {
  transform: translate(calc(-100vw + 65px));
}
.Drawer--fromRight {
  right: 0;
  left: auto;
  transform: translate(calc(100vw - 65px));
}
.Drawer[aria-hidden="false"] {
  visibility: visible;
  transform: translate(0);
}
.Drawer[aria-hidden="false"]:before {
  opacity: 1;
}
.Drawer__Container,
.Form {
  width: 100%;
}
.Drawer--fromLeft .Drawer__Container {
  padding-left: 18px;
  padding-right: 24px;
}
.Drawer--fromRight .Drawer__Container {
  padding-left: 24px;
  padding-right: 18px;
}
.Drawer__Header {
  display: flex;
  align-items: center;
  position: relative;
  height: 50px;
  max-height: 60px;
  background: inherit;
  z-index: 1;
}
.Drawer__Header--flexible {
  min-height: 0 !important;
  max-height: none !important;
  height: auto !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.Drawer__Header--flexible .Drawer__Close {
  top: 25px;
}
.Drawer__Header--center {
  justify-content: center;
}
.Drawer__Close {
  position: absolute;
  margin-left: 0;
  left: 18px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Drawer__Close svg {
  width: 15px;
  height: 15px;
  stroke-width: 1.25px;
}
.Drawer--fromRight .Drawer__Close {
  right: 18px;
  left: auto;
}
.Drawer__Header--bordered {
  box-shadow: 0 -1px var(--border-color) inset;
}
.Drawer--secondary .Drawer__Header--bordered {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6) inset;
}
.Drawer--secondary .Collapsible {
  border-bottom-color: rgba(var(--border-color-rgb), 0.6);
}
.Drawer__Content {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 60px);
  max-height: calc(100% - 50px);
}
@supports (--css: variables) {
  .Drawer__Header {
    height: var(--header-height);
  }
  .Drawer__Content {
    height: calc(100% - var(--header-height));
    max-height: calc(100% - var(--header-height));
  }
  .AspectRatio--withFallback {
    padding-bottom: 0 !important;
  }
  .AspectRatio:before {
    padding-bottom: calc(100% / (var(--aspect-ratio)));
  }
  .AspectRatio > img,
  .no-js .AspectRatio > noscript img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
@supports (width: max(100%)) {
  .Drawer__Content {
    height: max(calc(100% - var(--header-height)), calc(100% - 60px));
    max-height: max(calc(100% - var(--header-height)), calc(100% - 60px));
  }
}
.Drawer__Main {
  flex: 1 1 auto;
}
.Drawer__Footer {
  flex: none;
  box-shadow: 0 -1px var(--border-color);
}
.Drawer--secondary .Drawer__Footer {
  box-shadow: 0 -1px rgba(var(--border-color-rgb), 0.6);
}
.Drawer__Footer--padded {
  padding: 24px;
}
@supports (padding: max(0px)) {
  .Drawer__Footer--padded {
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 24px);
  }
}
[data-drawer-animated-left],
[data-drawer-animated-right] {
  opacity: 0;
  transition: opacity 0.5s 0.25s, transform 0.5s 0.25s;
}
.Drawer[aria-hidden="false"] [data-drawer-animated-left],
.Drawer[aria-hidden="false"] [data-drawer-animated-right] {
  opacity: 1;
  transform: translate(0);
}
[data-drawer-animated-left] {
  transform: translate(-65px);
}
[data-drawer-animated-right] {
  transform: translate(65px);
}
[data-drawer-animated-bottom] {
  opacity: 0;
  transform: translateY(45px);
  transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.Drawer[aria-hidden="false"] [data-drawer-animated-bottom] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,
    transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.Form__Item {
  position: relative;
  margin-bottom: 15px;
}
.Form__Checkbox,
.Form__Checkbox ~ svg,
.Form__FloatingLabel,
.Form__ItemHelp,
.Select svg,
.SelectButton svg {
  position: absolute;
}
.Form__Input,
.Form__Textarea,
.spr-form-input-email,
.spr-form-input-text,
.spr-form-input-textarea {
  -webkit-appearance: none;
  display: block;
  padding: 12px 14px;
  border-radius: 0;
  border: 1px solid var(--border-color);
  width: 100%;
  line-height: normal;
  resize: none;
  transition: border-color 0.1s ease-in-out;
  background: 0 0;
}
.Form__Input:focus,
.Form__Textarea:focus,
.spr-form-input-email:focus,
.spr-form-input-text:focus,
.spr-form-input-textarea:focus {
  border-color: rgba(var(--text-color-rgb), 0.8);
  outline: 0;
}
.Form__Input::-moz-placeholder,
.Form__Textarea::-moz-placeholder,
.spr-form-input-email::-moz-placeholder,
.spr-form-input-text::-moz-placeholder,
.spr-form-input-textarea::-moz-placeholder {
  color: var(--text-color-light);
}
.Form__Input:-ms-input-placeholder,
.Form__Textarea:-ms-input-placeholder,
.spr-form-input-email:-ms-input-placeholder,
.spr-form-input-text:-ms-input-placeholder,
.spr-form-input-textarea:-ms-input-placeholder {
  color: var(--text-color-light);
}
.Form__Input::placeholder,
.Form__Textarea::placeholder,
.spr-form-input-email::placeholder,
.spr-form-input-text::placeholder,
.spr-form-input-textarea::placeholder {
  color: var(--text-color-light);
}
.Form__FloatingLabel {
  bottom: calc(100% - 8px);
  left: 10px;
  padding: 0 5px;
  line-height: normal;
  color: var(--text-color-light);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  opacity: 0;
  background: rgba(var(--background-rgb), 0);
  transform: translateY(3px);
  transition: 0.3s ease-in-out;
}
.Form__Input:not(:-moz-placeholder-shown) ~ .Form__FloatingLabel,
.Form__Textarea:not(:-moz-placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}
.Form__Input:not(:-ms-input-placeholder) ~ .Form__FloatingLabel,
.Form__Textarea:not(:-ms-input-placeholder) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}
.Form__Input:not(:placeholder-shown) ~ .Form__FloatingLabel,
.Form__Textarea:not(:placeholder-shown) ~ .Form__FloatingLabel {
  opacity: 1;
  background: var(--background);
  transform: translateY(0);
}
.Form__Checkbox {
  opacity: 0;
}
.Form__Checkbox ~ label:before {
  display: inline-block;
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 10px;
  border: 1px solid var(--border-color);
  vertical-align: -2px;
}
.Form__Checkbox ~ svg {
  top: 5px;
  left: 1px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
  will-change: transform;
}
.Form__Checkbox:checked ~ label:before {
  border-color: var(--text-color);
}
.Form__Checkbox:checked ~ svg {
  transform: scale(1);
}
.ArticleItem__Excerpt,
.Faq__Section,
.Form--spacingTight .Form__Alert,
.Form__Alert,
.spr-form-message {
  margin-bottom: 20px;
}
.Form__Submit {
  display: block;
  margin-top: 20px;
}
.Form__Label,
.spr-form-label {
  display: block;
  padding-bottom: 8px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  line-height: normal;
}
.Form--small .Form__Input,
.Form--small .Form__Textarea {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
  );
  padding-top: 10px;
  padding-bottom: 10px;
}
#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-review-body,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title,
.Form--spacingTight .Form__Item {
  margin-bottom: 15px;
}
.Form__Header {
  margin-bottom: 24px;
}
.Form__Hint {
  margin: 24px 0 0;
}
.Form__Hint:not(:last-child) {
  margin-bottom: 32px;
}
.Form__ItemHelp {
  right: 12px;
  top: 50%;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  color: var(--text-color-light);
  transform: translateY(-50%);
}
select::-ms-expand {
  display: none;
}
.Select {
  position: relative;
  color: currentColor;
  line-height: 1;
}
.Select svg {
  line-height: normal;
  vertical-align: baseline;
}
.Select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
  border-radius: 0;
  line-height: normal;
}
.Select select:focus::-ms-value {
  background: var(--background);
  color: var(--text-color);
}
.Select option {
  background: #fff;
  color: #000;
}
.Select--primary:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  height: calc(100% - 2px);
  width: 55px;
  background: linear-gradient(
    to right,
    rgba(var(--background-rgb), 0),
    rgba(var(--background-rgb), 0.7) 20%,
    var(--background) 40%
  );
}
.Select--primary select {
  width: 100%;
  height: 45px;
  padding-left: 14px;
  padding-right: 28px;
  border: 1px solid var(--border-color);
  background: var(--background);
}
.Select--transparent select,
.SelectButton {
  border: none;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
}
.Select--primary select:active,
.Select--primary select:focus {
  border-color: var(--text-color);
  outline: 0;
}
.Select--primary svg {
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
  z-index: 1;
}
.Select--transparent svg,
.SelectButton svg {
  top: calc(50% - 3px);
  height: 6px;
  right: 0;
}
.Select--transparent select {
  padding-right: 15px;
  background: 0 0;
  font-size: inherit;
}
.features--heading-uppercase .Select--transparent select,
.features--heading-uppercase .SelectButton {
  letter-spacing: 0.2em;
}
.SelectButton {
  position: relative;
  color: currentColor;
  padding: 2px 18px 2px 0;
  background: 0 0;
}
.input-prefix {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 10px;
  border: 1px solid var(--border-color);
  font-size: 14px;
}
.input-prefix__field {
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
  min-width: 0;
  width: 100%;
  background: 0 0;
  border: none;
  text-align: end;
}
.input-prefix__field::-webkit-inner-spin-button,
.input-prefix__field::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-prefix__field::-moz-placeholder {
  color: var(--text-color-light);
}
.input-prefix__field:-ms-input-placeholder {
  color: var(--text-color-light);
}
.input-prefix__field::placeholder {
  color: var(--text-color-light);
}
.range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: 0 0;
}
.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  background: var(--text-color);
  cursor: pointer;
  margin-top: -4px;
  z-index: 1;
}
.range::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: var(--border-color);
  border-radius: 4px;
  border: none;
}
.range::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  background: var(--text-color);
  cursor: pointer;
}
.range::-moz-range-progress,
.range::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
}
.range::-moz-range-progress {
  background-color: rgba(var(--text-color-rgb), 0.7);
}
.range::-moz-range-track {
  background-color: var(--border-color);
}
.range-group {
  height: 2px;
  background: linear-gradient(
    to right,
    var(--border-color) var(--range-min),
    rgba(var(--text-color-rgb), 0.7) var(--range-min),
    rgba(var(--text-color-rgb), 0.7) var(--range-max),
    var(--border-color) var(--range-max)
  );
  border-radius: 4px;
}
.range-group .range {
  height: 2px;
  vertical-align: top;
}
.range-group .range::-webkit-slider-runnable-track {
  background: 0 0;
}
.range-group .range::-webkit-slider-thumb {
  pointer-events: auto;
}
.range-group .range::-moz-range-progress,
.range-group .range::-moz-range-track {
  background: 0 0;
}
.range-group .range::-moz-range-thumb {
  pointer-events: auto;
}
.range-group .range:last-child {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
}
.HorizontalList {
  margin: -6px -8px;
}
.HorizontalList__Item {
  display: inline-block;
  margin: 6px 8px;
}
.ArticleToolbar__ShareList,
.HorizontalList__Item > .Link,
.Price {
  display: inline-block;
}
.HorizontalList--spacingTight {
  margin-left: -8px;
  margin-right: -8px;
}
.HorizontalList--spacingTight .HorizontalList__Item {
  margin-right: 8px;
  margin-left: 8px;
}
.HorizontalList--spacingLoose {
  margin-left: -14px;
  margin-right: -14px;
}
.HorizontalList--spacingLoose .HorizontalList__Item {
  margin-right: 14px;
  margin-left: 14px;
}
.HorizontalList--spacingExtraLoose {
  margin-left: -17px;
  margin-right: -17px;
}
.HorizontalList--spacingExtraLoose .HorizontalList__Item {
  margin-right: 17px;
  margin-left: 17px;
}
.HorizontalList--spacingFill {
  display: flex;
  justify-content: space-around;
  justify-content: space-evenly;
}
.HorizontalList--spacingFill .HorizontalList__Item {
  margin-left: 0;
  margin-right: 0;
}
.Image--contrast:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-image: linear-gradient(to top, #040404a6, #36363633); */
  background-image: linear-gradient(to top, #040404a6, #36363633 30%);
}
.Image--contrast > * {
  z-index: 1;
}
@-webkit-keyframes lazyLoader {
  0%,
  to {
    transform: translate(-50%);
  }
  50% {
    transform: translate(100%);
  }
}
@keyframes lazyLoader {
  0%,
  to {
    transform: translate(-50%);
  }
  50% {
    transform: translate(100%);
  }
}
.Image--fadeIn {
  opacity: 0;
  transition: opacity 0.3s;
}
.Image--slideLeft,
.Image--slideRight,
.features--show-image-zooming .Image--zoomOut {
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Image--lazyLoaded.Image--fadeIn {
  opacity: 1;
}
.features--show-image-zooming .Image--zoomOut {
  transform: scale(1.1);
  opacity: 0;
}
.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
  transform: none;
}
body:not(.features--show-image-zooming) .Image--zoomOut {
  opacity: 0;
  transition: opacity 0.3s;
}
.LoadingBar.is-visible,
body:not(.features--show-image-zooming) .Image--lazyLoaded.Image--zoomOut {
  opacity: 1;
}
.Image--slideLeft,
.Image--slideRight {
  transform: translate(25px);
  opacity: 0;
}
.Image__Loader,
.Linklist__Item {
  display: block;
  transition: 0.2s ease-in-out;
}
.Image--slideLeft {
  transform: translate(-25px);
}
.Image--lazyLoaded.Image--slideLeft,
.Image--lazyLoaded.Image--slideRight {
  opacity: 1;
  transform: translate(0);
}
.Image__Loader {
  position: absolute;
  height: 2px;
  width: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0;
  margin: auto;
  background-color: var(--border-color);
  z-index: -1;
  overflow: hidden;
}
.Image__Loader:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 200%;
  background-color: var(--heading-color);
}
.Image--lazyLoading + .Image__Loader {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.Image--lazyLoading + .Image__Loader:after {
  -webkit-animation: 3s cubic-bezier(0.43, 0.43, 0.25, 0.99) infinite lazyLoader;
  animation: 3s cubic-bezier(0.43, 0.43, 0.25, 0.99) infinite lazyLoader;
}
.AspectRatio {
  margin-left: auto;
  margin-right: auto;
}
.AspectRatio:before {
  content: "";
  display: block;
}
.AspectRatio > img {
  max-height: 100%;
  max-width: 100%;
}
.AspectRatio--withFallback > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.no-js .AspectRatio > img {
  display: none !important;
}
.AspectRatio--square:before {
  padding-bottom: 100%;
}
.AspectRatio--short:before {
  padding-bottom: 75%;
}
.AspectRatio--tall:before {
  padding-bottom: 150%;
}
.AspectRatio--short > img,
.AspectRatio--square > img,
.AspectRatio--tall > img {
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@supports ((-o-object-fit: contain) or (object-fit: contain)) {
  .AspectRatio--short > img,
  .AspectRatio--square > img,
  .AspectRatio--tall > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.Image--lazyLoad[data-sizes="auto"],
.Newsletter .Form__Submit {
  width: 100%;
}
.Linklist {
  padding: 0;
}
.Linklist__Item {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  line-height: 1.5;
  text-align: left;
}
.Linklist__Item:last-child {
  margin-bottom: 0 !important;
}
.Linklist__Checkbox + .Link:before,
.Linklist__Item:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  top: calc(50% - 3px);
  left: 0;
  border-radius: 100%;
  background: var(--text-color);
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.Linklist__Item label {
  cursor: pointer;
}
.Linklist__Item > .Link {
  display: block;
  width: 100%;
  text-align: inherit;
}
.ArticleComment__Body,
.Article__Meta,
.Linklist--spacingLoose .Linklist__Item {
  margin-bottom: 18px;
}
.AccountTable tfoot span + span,
.Linklist__Item.is-selected {
  padding-left: 18px;
}
.Linklist__Checkbox:checked + .Link:before,
.Linklist__Item.is-selected:before {
  opacity: 1;
  transition-delay: 0.1s;
}
.Linklist__Checkbox + .Link {
  transition: padding 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.Linklist__Checkbox:checked + .Link {
  padding-left: 18px;
  color: var(--text-color);
}
.Linklist--bordered {
  margin-left: 8px;
  padding: 0 20px 0 25px;
  border-left: 1px solid var(--border-color);
}
.Linklist--bordered li:first-child .Linklist__Item {
  margin-top: 2px;
}
.Linklist--bordered li:last-child .Linklist__Item {
  margin-bottom: 2px;
}
.FeaturedMap {
  max-width: 1150px;
  margin: 0 auto;
}
.Rte iframe,
.VideoWrapper {
  max-width: 100%;
}
.FeaturedMap__MapContainer {
  position: relative;
  height: 240px;
  background-size: cover;
  background-position: center;
}
.FeaturedMap__GMap,
.ModelWrapper .shopify-model-viewer-ui,
.ModelWrapper model-viewer,
.VideoWrapper embed,
.VideoWrapper iframe,
.VideoWrapper object,
.VideoWrapper--native .plyr,
.VideoWrapper--native video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Anchor,
.ModelWrapper,
.VideoWrapper {
  position: relative;
}
.FeaturedMap__Info {
  position: relative;
  margin: 0 auto;
  background: var(--light-background);
  text-align: left;
  z-index: 1;
  padding: 25px;
}
.FeaturedMap__Address,
.FeaturedMap__Store {
  margin-bottom: 1.2em;
}
.FeaturedMap__Store {
  display: block;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}
.FeaturedMap__Location {
  margin-top: 2.7em;
}
.plyr.plyr--full-ui.plyr--video {
  color: var(--text-color);
  background-color: transparent;
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__controls-area {
  background: var(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
  background-color: transparent;
}
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:-webkit-full-screen
  .plyr__poster {
  background-color: #000;
}
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen
  .plyr__video-wrapper
  .plyr.plyr--full-ui.plyr--video:-ms-fullscreen
  .plyr__poster {
  background-color: #000;
}
.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(--light-background);
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.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 {
  color: rgba(var(--text-color-rgb), 0.55);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--light-background);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor 0,
    rgba(var(--text-color-rgb), 0.6) 0
  );
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    rgba(var(--text-color-rgb), 0.6) var(--value, 0)
  );
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-moz-range-track {
  background-color: rgba(var(--text-color-rgb), 0.6);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__progress
  input[type="range"]::-ms-fill-upper {
  background-color: rgba(var(--text-color-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(--text-color-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(--text-color-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(--text-color-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(--text-color-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(--text-color-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(--text-color-rgb), 0.25);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
  background-color: var(--text-color);
  color: var(--light-background);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:hover,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster:focus,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--poster:hover {
  color: rgba(var(--text-color-rgb), 0.55);
}
.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip:before {
  border-top-color: var(--text-color);
}
.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
  background-image: linear-gradient(
    -45deg,
    rgba(var(--text-color-rgb), 0.6) 25%,
    transparent 25%,
    transparent 50%,
    rgba(var(--text-color-rgb), 0.6) 50%,
    rgba(var(--text-color-rgb), 0.6) 75%,
    transparent 75%,
    transparent
  );
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"] {
  color: var(--light-background);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-moz-range-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type="range"]::-ms-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-thumb {
  box-shadow: 2px 0 0 0 var(--text-color);
}
.plyr.plyr--full-ui.plyr--video
  .plyr__volume
  input[type="range"]::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    currentColor 0,
    rgba(var(--light-background-rgb), 0.6) 0
  );
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    rgba(var(--light-background-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(--light-background-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(--light-background-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(--light-background-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(--light-background-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(--light-background-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(--light-background-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(--light-background-rgb), 0.25);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control.focus-visible:focus,
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:active {
  color: rgba(var(--text-color-rgb), 0.55);
  background: rgba(var(--text-color-rgb), 0.05);
}
.shopify-model-viewer-ui.shopify-model-viewer-ui
  .shopify-model-viewer-ui__button--control:not(:last-child):after {
  border-color: rgba(var(--text-color-rgb), 0.05);
}
.VideoWrapper {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.SizeSwatch__Radio,
.VideoWrapper--native:after {
  display: none;
}
.ModelWrapper {
  padding-bottom: 100%;
}
.Anchor {
  display: block;
  top: -75px;
}
.LoadingBar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  opacity: 0;
  background: var(--heading-color);
  transition: width 0.25s ease-in-out;
  z-index: 50;
}
.DropdownMenu svg,
.Video__PlayButton {
  transition: transform 0.2s ease-in-out;
}
.PlaceholderSvg {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.PlaceholderSvg--dark {
  background: #696969;
  fill: #a1a1a1;
}
.PlaceholderBackground {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0.7;
}
.PlaceholderBackground__Svg {
  height: 100% !important;
  width: auto !important;
  min-width: 100%;
}
.QuantitySelector {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border-color);
  white-space: nowrap;
}
.QuantitySelector svg {
  width: 10px;
  height: 10px;
  stroke-width: 1.5px;
  vertical-align: -1px;
}
.QuantitySelector__Button {
  display: inline-block;
  padding: 5px 9px;
  cursor: pointer;
  user-select: none;
}
.QuantitySelector__CurrentQuantity {
  display: inline-block;
  width: 20px;
  padding: 0;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
  text-align: center;
  letter-spacing: normal;
  background: 0 0;
  border: none;
}
.ColorSwatch:hover:after,
.SizeSwatch {
  border: 1px solid var(--border-color);
}
.QuantitySelector--large .QuantitySelector__CurrentQuantity {
  width: 35px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
}
.QuantitySelector--large .QuantitySelector__Button {
  padding: 10px 20px;
}
.QuantitySelector--large svg {
  width: 11px;
  height: 11px;
}
.Price--highlight {
  color: var(--product-sale-price-color);
}
.Price--compareAt {
  position: relative;
  margin-left: 10px;
}
.Price--compareAt:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.4em;
  width: calc(100% + 0.8em);
  height: 1px;
  background: currentColor;
}
.ColorSwatch {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: top;
  cursor: pointer;
  background-size: cover;
}
.ColorSwatch:after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
}
.ColorSwatch--small {
  width: 16px;
  height: 16px;
}
.ColorSwatch--large {
  width: 36px;
  height: 36px;
}
.ColorSwatch--white {
  outline: 1px solid var(--border-color);
  outline-offset: -1px;
}
.ColorSwatch.is-active:after,
.ColorSwatch__Radio:checked + .ColorSwatch:after {
  border: 1px solid currentColor !important;
}
.ColorSwatch__Radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.ColorSwatchList .HorizontalList__Item,
.DropdownMenu [aria-haspopup],
.ProductItem__Wrapper,
.TabList__Item {
  position: relative;
}
.Collapsible .ColorSwatchList {
  padding-top: 4px;
  padding-bottom: 10px;
}
.Collapsible--autoExpand .ColorSwatchList {
  padding-top: 8px;
  padding-bottom: 12px;
}
.SizeSwatch {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  padding: 6px 10px;
  color: var(--text-color-light);
  cursor: pointer;
}
.SizeSwatch.is-active:after,
.SizeSwatch__Radio:checked + .SizeSwatch {
  border-color: var(--text-color);
  color: var(--text-color);
}
.Alert,
.spr-form-message {
  display: block;
  padding: 10px 20px;
  white-space: normal;
  font-size: 1rem;
  word-break: break-all;
  word-break: break-word;
  text-shadow: none;
}
.Alert--large {
  padding: 18px 20px;
}
.Alert--error,
.spr-form-message-error {
  background: #e4c4c4;
  color: #cb2b2b;
}
.Alert--success,
.spr-form-message-success {
  background: #d2e4c4;
  color: #307a07;
}
.Segment + .Segment,
.template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
  margin-top: 50px;
}
.Segment__Title {
  margin-bottom: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
  color: var(--text-color-light);
}
.Segment__Title--flexed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.Segment__ActionList {
  margin-top: 16px;
}
.Segment__ActionItem {
  line-height: 1.4;
}
.Segment__ActionItem + .Segment__ActionItem {
  margin-left: 20px;
}
.Segment__ButtonWrapper {
  margin-top: 32px;
}
.EmptyState {
  margin: 140px 0;
  text-align: center;
}
.EmptyState__Action {
  display: inline-block;
  margin-top: 20px;
}
@-webkit-keyframes bouncingSpinnerAnimation {
  0%,
  80%,
  to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@keyframes bouncingSpinnerAnimation {
  0%,
  80%,
  to {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.BouncingSpinner {
  display: block;
  text-align: center;
}
.BouncingSpinner > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: currentColor;
  border-radius: 100%;
  -webkit-animation: 1.4s ease-in-out infinite both bouncingSpinnerAnimation;
  animation: 1.4s ease-in-out infinite both bouncingSpinnerAnimation;
}
.BouncingSpinner > span:first-child {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.BouncingSpinner > span:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.Video__PlayButton {
  display: inline-block;
  height: 80px;
  width: 80px;
  cursor: pointer;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}
.Video__PlayButton svg {
  width: 80px;
  height: 80px;
}
.AnnouncementBar {
  position: relative;
  text-align: center;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
  z-index: 1;
}
.AnnouncementBar__Wrapper {
  padding: 12px 15px;
}
.AnnouncementBar__Content {
  color: inherit;
  margin: 0;
}
.ShareButtons {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.ShareButtons__Item {
  display: table-cell;
  width: 60px;
  height: 45px;
  min-height: 45px;
  color: var(--text-color-light);
  text-align: center;
  vertical-align: middle;
  background: var(--background);
  border: 1px solid var(--border-color);
  outline: transparent solid 1px;
  outline-offset: -1px;
  transition: 0.2s ease-in-out;
}
.ShareButtons__Item svg {
  height: 18px;
  width: 18px;
  vertical-align: text-bottom;
}
.ShareButtons__Item--facebook:hover,
.no-supports-hover .ShareButtons__Item--facebook {
  background: #4469af;
  color: #fff;
  border-color: #4469af;
  outline: #4469af solid 1.5px;
}
.ShareButtons__Item--pinterest:hover,
.no-supports-hover .ShareButtons__Item--pinterest {
  background: #c8232c;
  color: #fff;
  border-color: #c8232c;
  outline: #c8232c solid 1.5px;
}
.ShareButtons__Item--twitter:hover,
.no-supports-hover .ShareButtons__Item--twitter {
  background: #00aced;
  color: #fff;
  border-color: #00aced;
  outline: #00aced solid 1.5px;
}
.FeaturedQuote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 120px 40px;
  background: var(--secondary-elements-background);
  color: var(--secondary-elements-text-color);
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
  );
}
.FeaturedQuote__Author {
  margin-top: 14px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
  opacity: 0.5;
}
.Pagination,
.shopify-challenge__container .shopify-challenge__button {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  text-align: center;
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
}
.shopify-challenge__container {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.GiftCard__Redeem,
.ImageHero--newsletter .SectionHeader.SectionHeader,
.Modal__Header {
  margin-bottom: 30px;
}
.shopify-challenge__container .shopify-challenge__button {
  position: relative;
  display: inline-block;
  padding: 14px 28px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  background: var(--button-background);
  color: var(--button-text-color);
}
.Newsletter .Form__Input::-moz-placeholder {
  color: inherit;
}
.Newsletter .Form__Input:-ms-input-placeholder {
  color: inherit;
}
.Newsletter .Form__Input::placeholder {
  color: inherit;
}
.price-range {
  display: block;
  -webkit-padding-before: 5px;
  padding-block-start: 5px;
}
.Search__SearchBar,
.price-range__input-group {
  display: flex;
  align-items: center;
}
.price-range__input {
  flex: 1 0 0;
  min-width: 0;
}
.price-range__delimiter {
  margin-inline: 15px;
}
.price-range__range-group {
  position: relative;
  -webkit-margin-after: 20px;
  margin-block-end: 20px;
}
.no-js .price-range__range-group {
  display: none !important;
}
@media not screen and (any-hover: hover) {
  .range::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    margin-top: -8px;
  }
  .range::-moz-range-thumb {
    height: 20px;
    width: 20px;
  }
  .price-range {
    -webkit-padding-before: 7px;
    padding-block-start: 7px;
  }
}
.rating {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.rating__stars {
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 1px;
  -moz-column-gap: 1px;
  column-gap: 1px;
}
.rating__star {
  color: var(--product-star-rating);
  width: 12px;
  height: 12px;
}
.rating__star--empty {
  color: var(--text-color-light) l;
}
.ArticleToolbar .Link:hover,
.Modal--dark,
.Modal--dark .Rte h1,
.Modal--dark .Rte h2,
.Modal--dark .Rte h3,
.Modal--dark .Rte h4,
.Modal--dark .Rte h5,
.Modal--dark .Rte h6 {
  color: var(--secondary-elements-text-color);
}
.rating__caption {
  -webkit-margin-start: 8px;
  margin-inline-start: 8px;
}
.Modal {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  left: 50%;
  width: 480px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  padding: 15px 20px 20px;
  z-index: 20;
  opacity: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--background);
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.PageOverlay,
.Popover {
  z-index: 10;
  visibility: hidden;
}
@supports (--css: variables) {
  .Anchor {
    top: calc(-1 * (var(--header-height)));
  }
  .Modal {
    max-height: calc(var(--window-height) - 40px);
  }
}
.Modal[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
}
.Modal--dark {
  background: var(--secondary-elements-background);
}
.Modal--fullScreen {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: none;
}
.Modal--pageContent {
  padding: 60px 0 50px;
}
.Modal--videoContent {
  justify-content: center;
  background: #000;
  color: #fff;
}
#shopify-product-reviews .spr-starrating.spr-form-input-error a,
.ArticleNav .Heading,
.Modal .Heading:not(.Link),
.NewsletterPopup .Heading {
  color: inherit;
}
.Modal__Header {
  text-align: center;
}
.Modal__Close {
  display: block;
  margin: 25px auto 0;
  flex-shrink: 0;
}
.Modal__Close--outside {
  position: absolute;
  margin-top: 0;
  top: 20px;
  right: 20px;
  line-height: 0;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.Modal__Close--outside:hover {
  opacity: 1;
}
.Modal__Close--outside svg {
  height: 16px;
  width: 16px;
  stroke-width: 1.25px;
}
.Modal--fullScreen .Modal__Close--outside {
  right: 40px;
  top: 40px;
}
.DropdownMenu .DropdownMenu:before,
.Modal__Content iframe,
.TabPanel,
.shopify-section--hidden {
  display: none;
}
.ArticleNav__Item,
.CollectionItem,
.FaqSummary__Link,
.Modal[aria-hidden="false"] .Modal__Content iframe,
.ProductItem__ImageWrapper,
.TabPanel[aria-hidden="false"] {
  display: block;
}
.Modal__Content td,
.Modal__Content th {
  border-color: var(--secondary-elements-border-color) !important;
}
.Modal__Content tbody th,
.Modal__Content thead th:empty {
  background: var(--secondary-elements-background) !important;
}
.PageSkipLink:focus {
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: var(--text-color);
  background-color: var(--background);
  padding: 10px;
  z-index: 10000;
  transition: none;
}
.PageOverlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  background: #363636;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.PageOverlay.is-visible {
  opacity: 0.5;
  visibility: visible;
}
.CollectionToolbar__LayoutType.is-active,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__LogoImage--transparent {
  opacity: 1;
}
.PageHeader {
  position: relative;
  margin: 35px 0;
}
.PageHeader--withBackground {
  display: flex;
  margin: 0;
  width: 100%;
  min-height: 450px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.PageHeader--withBackground .Heading,
.PageHeader--withBackground .Rte a:not(.Button) {
  color: #fff;
  -webkit-text-decoration-color: #ffffff;
  text-decoration-color: #fff;
}
.PageHeader__ImageWrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.PageHeader .SectionHeader__Description,
.PageHeader .SectionHeader__Heading {
  margin-top: 0 !important;
}
.PageHeader .Alert {
  margin-top: 22px;
}
.PageHeader__Back {
  display: inline-block;
  margin-bottom: 25px;
}
.PageHeader__Back svg {
  height: 9px;
  margin-right: 12px;
  vertical-align: initial;
}
.PageHeader--withBackground .SectionHeader.SectionHeader {
  position: relative;
  padding: 60px 0 80px;
}
@supports (--css: variables) {
  .PageHeader__ImageWrapper {
    top: 0;
    top: calc(
      -1 * var(--announcement-bar-height, 0px) - var(--header-height, 0px) * var(--use-unsticky-header, 0)
    );
    height: calc(100% + 0px);
    height: calc(
      100% + var(--announcement-bar-height, 0px) + var(--header-height, 0px) *
        var(--use-unsticky-header, 0)
    );
  }
  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: calc(var(--header-height) * 0);
    margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
  }
}
@media screen and (min-width: 641px) {
  .Drawer {
    width: 400px;
    transform: translate(-100%);
  }
  .Drawer--small {
    width: 340px;
  }
  .Drawer--fromRight {
    transform: translate(100%);
  }
  .Drawer__Header {
    max-height: 80px;
    min-height: 60px;
  }
  @supports (width: max(100%)) {
    .Drawer__Content {
      height: max(calc(100% - var(--header-height)), calc(100% - 80px));
      max-height: max(calc(100% - var(--header-height)), calc(100% - 80px));
    }
  }
  .Drawer--fromLeft .Drawer__Container,
  .Drawer--fromRight .Drawer__Container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .Drawer__Close {
    left: 30px;
  }
  .Drawer--fromRight .Drawer__Close {
    right: 30px;
    left: auto;
  }
  .Drawer__Close svg {
    stroke-width: 1.5px;
  }
  .Drawer__Footer--padded {
    padding: 24px 30px;
  }
  .Form__Alert,
  .Form__Item {
    margin-bottom: 30px;
  }
  .Form__Group,
  .Newsletter__Inner {
    display: flex;
  }
  .Form__Group > .Form__Item {
    flex: 1;
  }
  .Form__Group > :nth-child(2) {
    margin-left: 30px;
  }
  .Form--spacingTight .Form__Group > :nth-child(2) {
    margin-left: 15px;
  }
  .FeaturedMap {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    padding-top: 0;
    height: 550px;
  }
  .FeaturedMap__MapContainer {
    flex: 1 0 auto;
    height: 100%;
  }
  .FeaturedMap__Info {
    flex: none;
    min-width: 370px;
    width: 370px;
    padding: 50px 60px;
  }
  .LoadingBar {
    height: 3px;
  }
  .QuantitySelector__Button {
    padding: 7px 14px 8px;
  }
  .QuantitySelector__CurrentQuantity {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  .Alert--large {
    padding: 18px 30px;
  }
  .Segment__Title {
    margin-bottom: 34px;
  }
  .Segment__ActionList {
    margin-top: 24px;
  }
  .EmptyState {
    margin: 200px 0;
  }
  .AnnouncementBar {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
  .ShareButtons {
    width: auto;
  }
  .Newsletter .Form__Input {
    min-width: 395px;
    width: 395px;
  }
  .Newsletter .Form__Submit {
    margin: 0 0 0 20px;
  }
  .Modal:not(.Modal--pageContent) {
    padding: 35px 40px 40px;
  }
  .PageHeader {
    margin: 50px 0;
  }
  .PageHeader--withBackground {
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .PageHeader--small.PageHeader--withBackground {
    min-height: 420px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(380px + var(--header-height) * 0);
      min-height: calc(
        380px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(350px + var(--header-height) * 0);
      min-height: calc(
        350px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--large.PageHeader--withBackground {
    min-height: 480px;
  }
  .PageHeader--withBackground .SectionHeader.SectionHeader {
    margin-top: 50px;
    padding: 40px 0;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(410px + var(--header-height) * 0);
      min-height: calc(
        410px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
    .PageHeader--withBackground .SectionHeader.SectionHeader {
      margin-top: calc(var(--header-height) * 0);
      margin-top: calc(var(--header-height) * var(--header-is-transparent, 0));
    }
  }
}
@media screen and (min-width: 1140px) {
  .Container {
    padding: 0 80px;
  }
  .HorizontalList--spacingExtraLoose {
    margin-left: -21px;
    margin-right: -21px;
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 21px;
    margin-left: 21px;
  }
  .Segment + .Segment {
    margin-top: 65px;
  }
  .EmptyState {
    margin: 250px 0;
  }
  .PageHeader--withBackground {
    min-height: 550px;
  }
  .PageHeader--small.PageHeader--withBackground {
    min-height: 500px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(450px + var(--header-height) * 0);
      min-height: calc(
        450px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(400px + var(--header-height) * 0);
      min-height: calc(
        400px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--large.PageHeader--withBackground {
    min-height: 620px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(520px + var(--header-height) * 0);
      min-height: calc(
        520px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
}
@media screen and (min-width: 1800px) {
  .PageHeader--withBackground {
    min-height: 650px;
  }
  .PageHeader--small.PageHeader--withBackground {
    min-height: 600px;
  }
  @supports (--css: variables) {
    .PageHeader--withBackground {
      min-height: calc(600px + var(--header-height) * 0);
      min-height: calc(
        600px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
    .PageHeader--small.PageHeader--withBackground {
      min-height: calc(550px + var(--header-height) * 0);
      min-height: calc(
        550px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
  .PageHeader--large.PageHeader--withBackground {
    min-height: 700px;
  }
  @supports (--css: variables) {
    .PageHeader--large.PageHeader--withBackground {
      min-height: calc(650px + var(--header-height) * 0);
      min-height: calc(
        650px + var(--header-height) * var(--header-is-transparent, 0)
      );
    }
  }
}
.ArticleList .Grid__Cell,
.PageLayout__Section:first-child,
.PageSpacingWrapper {
  margin-bottom: 60px;
}
.PageLayout__Section--sticky {
  position: sticky;
  top: 75px;
  align-self: flex-start;
}
.PageLayout:not(:only-child) {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (min-width: 641px) {
  .PageLayout {
    display: flex;
    flex-wrap: nowrap;
  }
  .PageLayout:not(:only-child) {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .PageLayout__Section {
    flex: 1 0 0;
  }
  .PageLayout__Section:first-child {
    margin-bottom: 0;
  }
  .PageLayout__Section--secondary {
    flex: 1 1 200px;
    max-width: 200px;
  }
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 50px;
  }
}
.PageContent {
  max-width: 1000px;
  margin: 35px auto;
}
.PageContent--fitScreen {
  display: flex;
  min-height: calc(100vh - 120px);
  align-items: center;
}
.PageContent--narrow {
  max-width: 680px;
}
.PageContent--extraNarrow {
  max-width: 400px;
}
.PageHeader + .PageContent {
  margin-top: 0;
}
.Pagination {
  margin: 60px 0;
  line-height: 1;
}
.Pagination--tight {
  margin: 60px 0 !important;
}
.Pagination__Nav {
  display: inline-block;
}
.Pagination__NavItem {
  display: inline-block;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border-color);
}
.Pagination__NavItem svg {
  width: 6px;
  height: 10px;
  vertical-align: -1px;
}
.Pagination__NavItem.is-active {
  color: var(--text-color);
  border-bottom-color: var(--text-color);
  box-shadow: 0 -2px var(--text-color) inset;
}
.Panel {
  position: relative;
  border: 1px solid var(--border-color);
  padding: 60px 24px;
}
.Panel--withArrows {
  margin: 0 15px;
}
.Panel--flush {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.Panel__Title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 14px 0 18px;
  transform: translate(-50%, -50%);
  background: var(--background);
  white-space: nowrap;
}
.Panel .flickity-prev-next-button {
  top: calc(50% - 22.5px);
}
.Panel .flickity-prev-next-button.next {
  right: -22.5px;
}
.Panel .flickity-prev-next-button.previous {
  left: -22.5px;
}
.Popover {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--light-background);
  box-shadow: 0 -2px 10px #36363633;
  transform: translateY(100%);
  transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Popover[aria-hidden="false"],
.VariantSelector[aria-hidden="false"] {
  transform: translateY(0);
  visibility: visible;
}
.Popover__Header {
  position: relative;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(var(--border-color-rgb), 0.4);
  text-align: center;
}
.Popover__Close {
  position: absolute;
  left: 20px;
  top: calc(50% - 7px);
  line-height: 0;
}
.Popover__Close svg {
  stroke-width: 1.1px;
}
.Popover__ValueList {
  max-height: 385px;
  padding: 18px 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Popover__Value {
  display: block;
  padding: 12px 20px;
  width: 100%;
  cursor: pointer;
  user-select: none;
  color: var(--text-color-light);
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.Header__LinkSpacer,
.ProductForm__Item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.ArticleNav,
.ArticleToolbar,
.ArticleToolbar__ArticleTitle,
.ArticleToolbar__Nav svg {
  color: var(--secondary-elements-text-color);
}
.Popover__Value:focus {
  background: var(--background);
  outline: 0;
}
.Popover__Value.is-selected {
  color: var(--text-color);
}
.Popover__FooterHelp {
  width: 100%;
  padding: 18px 20px;
  text-align: center;
  border-top: 1px solid rgba(var(--border-color-rgb), 0.4);
}
.Cart__Empty,
.SectionFooter,
.SectionHeader--center {
  text-align: center;
}
.ArticleComment + .ArticleComment,
.Cart--expanded .Cart__Footer,
.Cart__OffscreenNoteContainer,
.shopify-section--bordered + .shopify-section--bordered {
  border-top: 1px solid var(--border-color);
}
#shopify-product-reviews .spr-icon,
.Article__MetaItem + .Article__MetaItem:before {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 10px)
  );
}
.Rte {
  word-break: break-word;
}
.Rte:after {
  content: "";
  display: block;
  clear: both;
}
.Rte a:not(.Button) {
  color: var(--link-color);
  -webkit-text-decoration-color: rgba(var(--link-color-rgb), 0.6);
  text-decoration-color: rgba(var(--link-color-rgb), 0.6);
  transition: color 0.2s ease-in-out, text-decoration-color 0.2s ease-in-out,
    -webkit-text-decoration-color 0.2s ease-in-out;
}
.Rte a:not(.Button):hover {
  color: var(--text-color);
  -webkit-text-decoration-color: rgba(var(--text-color-rgb), 0.6);
  text-decoration-color: rgba(var(--text-color-rgb), 0.6);
}
.Rte ol:not(:last-child),
.Rte p:not(:last-child),
.Rte ul:not(:last-child) {
  margin-bottom: 1.6em;
}
.Rte .Form,
.Rte .VideoWrapper,
.Rte blockquote,
.Rte img {
  margin-top: 2.4em;
  margin-bottom: 2.4em;
}
.Rte ol,
.Rte ul {
  margin-left: 30px;
  padding-left: 0;
  list-style-position: outside;
}
.Rte li {
  padding: 5px 0;
}
.Rte h1 {
  margin: 2.2em 0 0.8em;
}
.Rte h2 {
  margin: 2.2em 0 0.9em;
}
.Rte h3 {
  margin: 2.2em 0 1.2em;
}
.Rte h4 {
  margin: 2.2em 0 1.4em;
}
.Rte h5 {
  margin: 2.2em 0 1.6em;
}
.Rte h6 {
  margin: 2.2em 0 1.8em;
}
.Rte blockquote {
  margin-left: 0;
  padding: 6px 0 6px 40px;
  font-size: 1.15em;
  line-height: 1.75;
  border-left: 3px solid rgba(var(--border-color-rgb), 0.6);
}
.shopify-policy__container {
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 680px;
}
.Section--spacingNormal {
  margin: 50px 0;
}
.Section--spacingExtraLarge,
.Section--spacingLarge {
  margin: 90px 0;
}
.shopify-section--bordered > .Section--spacingNormal {
  padding: 50px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.shopify-section--bordered > .Section--spacingExtraLarge,
.shopify-section--bordered > .Section--spacingLarge {
  padding: 90px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.AddressList .Grid__Cell,
.SectionHeader:not(:only-child) {
  margin-bottom: 40px;
}
.SectionHeader__Heading.SectionHeader__Heading,
.SectionHeader__SubHeading.SectionHeader__SubHeading {
  margin-top: -0.325em;
}
.SectionHeader__Description,
.SectionHeader__SubHeading + .SectionHeader__Heading,
.SectionHeader__SubHeading + .SectionHeader__TabList {
  margin-top: 16px;
}
.SectionHeader__Description {
  max-width: 530px;
}
.SectionHeader__Description a {
  -webkit-text-decoration-color: currentColor;
  text-decoration-color: currentColor;
}
.SectionHeader--center .SectionHeader__Description {
  margin-left: auto;
  margin-right: auto;
}
#shopify-product-reviews .new-review-form,
.SectionHeader__ButtonWrapper {
  margin-top: 20px;
}
.SectionHeader__IconHolder,
.store-availability-container {
  margin-top: 30px;
}
.SectionFooter {
  margin-top: 50px;
}
.TableWrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Rte table,
.Table {
  width: 100%;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
  border-collapse: separate;
  white-space: nowrap;
}
.AccountTable th,
.Cart__ShippingNotice {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
.Rte table td,
.Rte table th,
.Table td,
.Table th {
  padding: 18px 10px;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
}
.Rte table td:first-child,
.Rte table tfoot td:empty + td,
.Rte table th:first-child,
.Table td:first-child,
.Table tfoot td:empty + td,
.Table th:first-child {
  padding-left: 0;
}
.Rte table td:last-child,
.Rte table th:last-child,
.Table td:last-child,
.Table th:last-child {
  padding-right: 0;
}
.Rte table th,
.Table th {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.Rte table tbody th:first-child,
.Rte table thead th:first-child:empty,
.Table tbody th:first-child,
.Table thead th:first-child:empty {
  position: sticky;
  left: 0;
  min-width: 40px;
  max-width: 100px;
  z-index: 1;
  background: var(--background);
  white-space: normal;
}
.Rte table tbody th:first-child,
.Table tbody th:first-child {
  border-right: 1px solid var(--border-color);
}
.Rte table tfoot td:empty,
.Table tfoot td:empty,
.Table--noBorder tbody tr:not(:last-child) td {
  border-bottom: none;
}
.Table--large td {
  padding-top: 25px;
  padding-bottom: 25px;
}
.TabList {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.TabList__Item:after {
  position: relative;
  display: block;
  content: "";
  bottom: 1px;
  left: 0;
  height: 1px;
  width: 0;
  background: var(--heading-color);
  transition: width 0.25s ease-in-out;
}
.TabList__Item + .TabList__Item {
  margin-left: 28px;
}
.TabList__Item.is-active:after {
  width: 100%;
}
.AccountAddress span {
  display: inline-block;
  margin-bottom: 12px;
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .PageLayout--breakLap {
    display: block;
  }
  .PageLayout--breakLap .PageLayout__Section:first-child {
    margin-bottom: 60px;
  }
  .PageLayout--breakLap .PageLayout__Section + .PageLayout__Section {
    margin-left: 0;
    width: 100%;
  }
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 0;
  }
  .OrderAddresses {
    width: 100%;
    max-width: none;
  }
}
.AccountTable th {
  padding-top: 0;
  padding-bottom: 10px;
}
#shopify-product-reviews .spr-form-input .spr-icon,
.AccountTable tfoot,
.Product__ShareItem svg {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
  );
}
.Article__ImageWrapper {
  overflow: hidden;
  height: 215px;
}
.Article__Image {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@supports (--css: variables) {
  .PageLayout__Section--sticky {
    top: calc(var(--header-height) + 20px);
  }
  .PageContent--fitScreen {
    min-height: calc(var(--window-height) - var(--header-height) - 0px - 120px);
    min-height: calc(
      var(--window-height) - var(--header-height) -
        var(--announcement-bar-height, 0px) - 120px
    );
  }
  .Article__Image {
    height: calc(100% + 0px);
    height: calc(100% + var(--announcement-bar-height, 0px));
    top: 0;
    top: calc(-1 * var(--announcement-bar-height, 0px));
  }
}
.Article__Wrapper {
  position: relative;
  max-width: 620px;
  margin: 0 auto 90px;
  padding: 24px 24px 0;
  background: var(--background);
}
.Article__Header {
  margin-bottom: 35px;
}
.Article__MetaItem + .Article__MetaItem:before {
  position: relative;
  display: inline-block;
  content: "";
  height: 4px;
  width: 4px;
  border-radius: 100%;
  margin: 0 15px;
  vertical-align: middle;
  background: currentColor;
}
.Article__Footer {
  margin-top: 45px;
}
.Article__ShareButtons {
  margin-top: 42px;
}
@media screen and (min-width: 641px) {
  .PageContent {
    margin-bottom: 80px;
    margin-top: 80px;
  }
  .PageContent--fitScreen {
    min-height: calc(100vh - 160px);
  }
  @supports (--css: variables) {
    .PageContent--fitScreen {
      min-height: calc(
        var(--window-height) - var(--header-height) - 0px - 160px
      );
      min-height: calc(
        var(--window-height) - var(--header-height) -
          var(--announcement-bar-height, 0px) - 160px
      );
    }
  }
  .Pagination {
    margin: 80px 0;
  }
  .Pagination__NavItem {
    padding-left: 28px;
    padding-right: 28px;
  }
  .Panel {
    padding-left: 50px;
    padding-right: 50px;
  }
  .Panel--withArrows {
    margin-left: 0;
    margin-right: 0;
  }
  .SectionHeader__Heading--emphasize {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 22px)
    ) !important;
  }
  .TabList__Item + .TabList__Item {
    margin-left: 45px;
  }
  .AddressList .Grid__Cell {
    margin-bottom: 60px;
  }
  .Article__Wrapper {
    margin-bottom: 120px;
    padding: 40px 50px 0;
  }
  .Article__ImageWrapper {
    height: 335px;
  }
  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -45px;
  }
  .Article__Header {
    margin-bottom: 45px;
  }
  .Article__Footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 65px;
  }
  .Article__ShareButtons {
    margin-top: 0;
  }
}
.Article__CommentForm,
.Article__Comments .Pagination {
  margin-top: 40px;
}
.Article__CommentFormWrapper,
.Article__Comments {
  margin: 80px 0;
}
.ArticleComment {
  margin-top: 35px;
}
.ArticleComment + .ArticleComment {
  padding-top: 35px;
}
.ArticleComment__Date {
  margin-left: 15px;
}
.ArticleToolbar {
  position: fixed;
  display: flex;
  top: 0;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px 16px;
  background: var(--secondary-elements-background);
  z-index: 2;
  transform: translateY(-100%);
  opacity: 0;
  will-change: transform, opacity;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.ArticleToolbar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.ArticleToolbar .Text--subdued {
  color: var(--secondary-elements-text-color-light);
}
.ArticleToolbar__ArticleTitle {
  position: relative;
  display: inline-flex;
  max-width: 285px;
  width: 285px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
}
.ArticleToolbar__ShareList .HorizontalList {
  display: inline-block;
  margin-left: 20px;
}
.ArticleToolbar__Nav {
  display: inline-block;
  margin-left: 50px;
}
.ArticleToolbar__NavItemSeparator {
  display: inline-block;
  position: relative;
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 18px;
  background: rgba(var(--secondary-elements-text-color-rgb), 0.8);
  vertical-align: middle;
}
.ArticleToolbar__NavItem svg {
  vertical-align: -1px;
}
.ArticleToolbar__NavItem--prev svg {
  margin-right: 6px;
}
.ArticleToolbar__NavItem--next svg,
.store-availability-information-container {
  margin-left: 6px;
}
.ArticleNav {
  padding: 75px 0;
  background: var(--secondary-elements-background);
}
.ArticleNav__Image {
  height: 350px;
  background-size: cover;
  background-position: center;
}
.ArticleListWrapper {
  max-width: 1260px;
  margin: 0 auto 60px;
}
.ArticleList {
  margin-bottom: -60px;
}
.js .features--show-element-staggering .ArticleItem,
.js .features--show-element-staggering .ProductList--grid .ProductItem {
  visibility: hidden;
}
.ArticleItem__ImageWrapper {
  display: block;
  margin-bottom: 22px;
  background-size: cover;
  overflow: hidden;
}
.ArticleItem__Image {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.features--show-image-zooming .ArticleItem__Image {
  transform: scale(1);
  transition: opacity 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.features--show-image-zooming .ArticleList .ImageHero__ImageWrapper {
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ArticleItem__Content {
  margin: 0 8px;
}
.ArticleItem__Category {
  display: block;
  margin-bottom: 16px;
}
@media screen and (min-width: 641px) {
  .Article__CommentFormWrapper,
  .Article__Comments {
    margin: 105px 0;
  }
  .ArticleList + .Pagination,
  .Article__Comments .Pagination {
    margin-top: 80px;
  }
  .ArticleNav {
    padding: 140px 0;
  }
  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 40px;
  }
  .ArticleItem__Content {
    margin: 0 18px;
  }
}
.Blog__RssLink {
  margin-left: 14px;
  vertical-align: baseline;
}
.Blog__RssLink svg {
  width: 10px;
  height: 10px;
}
.Blog__TagList {
  padding-top: 8px;
}
.Blog__TagList .Link.is-active:after {
  display: block;
  content: "";
  width: calc(100% - 0.15em);
  height: 1px;
  background: currentColor;
}
@-webkit-keyframes cartEmptyOpening {
  0% {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes cartEmptyOpening {
  0% {
    transform: translate(-50%, calc(-50% + 35px));
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.Cart__ShippingNotice {
  position: sticky;
  top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--border-color);
  line-height: normal;
  z-index: 1;
  background: var(--background);
}
.Cart__Empty {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) cartEmptyOpening;
  animation: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) cartEmptyOpening;
}
.CartItem__Title,
.features--heading-uppercase .ProductItem__Info {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
.CartItem {
  display: table;
  table-layout: fixed;
  margin: 30px 0;
  width: 100%;
}
.CartItem__ImageWrapper,
.CartItem__Info {
  display: table-cell;
  vertical-align: middle;
}
.CartItem__ImageWrapper {
  width: 90px;
  min-width: 90px;
  text-align: center;
}
.CartItem__Info {
  padding-left: 25px;
}
.CartItem__Title {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CartItem__PlanAllocation,
.CartItem__PropertyList,
.CartItem__Title,
.CartItem__Variant {
  margin-bottom: 0.45em;
}
.CartItem__DiscountList,
.CartItem__LinePriceList,
.CartItem__Meta {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 9px)
  );
}
.CartItem__PropertyList {
  list-style: none;
  font-style: italic;
}
.CartItem__Discount {
  display: inline-block;
  margin-top: 6px;
  padding: 4px 8px;
  background: rgba(var(--product-sale-price-color-rgb), 0.1);
  color: var(--product-sale-price-color);
}
.CartItem__Discount svg {
  margin-right: 4px;
  vertical-align: text-bottom;
}
.CartItem__Discount + .CartItem__Discount,
.CartItem__UnitPriceMeasurement,
.Footer__ThemeAuthor,
.ProductItem__UnitPriceMeasurement {
  margin-top: 4px;
}
.CartItem__Actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}
.CartItem__Remove {
  margin: 8px 0;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 8px)
  );
}
.CartItem__Remove:before {
  background: var(--text-color-light);
}
.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
  padding: 14px 24px 24px;
}
.Cart__Checkout {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.Cart__OffscreenNoteContainer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--background);
  transform: translateY(100%);
  transition: transform 0.25s ease-in-out;
}
.Cart__OffscreenNoteContainer[aria-hidden="false"] {
  transform: translateY(0);
  box-shadow: 1px 0 6px #36363633;
}
.Cart__Note {
  margin-top: 10px;
}
.Cart__Taxes {
  margin-bottom: 8px;
}
.Cart__Discount svg {
  margin-right: 8px;
  vertical-align: sub;
}
.has-note-open[aria-hidden="false"] .Drawer__Header,
.has-note-open[aria-hidden="false"] .Drawer__Main {
  opacity: 0.4;
  pointer-events: none;
  transition: opacity 0.5s;
}
@supports (padding: max(0px)) {
  .Popover__ValueList {
    max-height: calc(385px + env(safe-area-inset-bottom, 0px));
    padding-bottom: max(18px, env(safe-area-inset-bottom, 0px) + 18px);
  }
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding-bottom: max(24px, env(safe-area-inset-bottom, 0px) + 90px);
  }
}
.Cart--expanded .Cart__Footer {
  padding-top: 25px;
}
.Footer__PaymentList,
.shopify-section--bordered + .shopify-section--footer {
  border-top: 1px solid var(--footer-border-color);
}
.Cart--expanded .Cart__Recap,
.Cart--expanded .Cart__Recap .Cart__Checkout {
  margin-top: 16px;
}
.Cart--expanded .Cart__Checkout {
  margin-left: auto;
}
.ShippingEstimator__Results {
  height: 0;
  overflow: hidden;
  transition: height 0.25s ease-in-out;
}
.NewsletterPopup__Form,
.ShippingEstimator__Error,
.ShippingEstimator__ResultsInner {
  margin-top: 32px;
}
.ShippingEstimator__Results p {
  margin-bottom: 0.5em;
}
.CollectionList:after {
  content: "flickity";
  display: none;
}
.CollectionItem__Wrapper {
  position: relative;
  height: 500px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.CollectionItem__Wrapper--small {
  height: 450px;
}
.CollectionItem__Wrapper--large {
  height: 550px;
}
.CollectionItem__Image,
.CollectionItem__ImageWrapper {
  height: 100%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.features--show-image-zooming .CollectionItem__ImageWrapper {
  transform: scale(1);
  transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.CollectionItem__Image {
  position: absolute;
  top: 0;
  left: 0;
}
.CollectionItem__Content {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--middleCenter,
.FeatureText,
.Footer__Aside,
.GiftCard {
  text-align: center;
}
.CollectionItem__Content--bottomRight,
.CollectionItem__Content--middleRight {
  text-align: right;
}
.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--bottomLeft,
.CollectionItem__Content--bottomRight {
  bottom: 24px;
  top: auto;
  left: 0;
  transform: none;
}
.CollectionToolbar {
  position: sticky;
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: var(--background);
  box-shadow: 1px 1px var(--border-color), -1px -1px var(--border-color);
  z-index: 2;
}
.CollectionToolbar--top {
  top: var(--header-base-height);
}
.supports-sticky .CollectionToolbar--bottom {
  bottom: 0;
}
.CollectionToolbar__Group {
  display: flex;
  flex: 1 0 auto;
}
.CollectionToolbar__Item {
  flex: 1 0 auto;
  padding: 13px 0;
  border-left: 1px solid var(--border-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.CollectionToolbar__Item--sort .Icon--select-arrow {
  height: 6px;
  margin-left: 2px;
  pointer-events: none;
}
.CollectionToolbar__Item--layout {
  flex: none;
  width: 95px;
  line-height: 1;
  cursor: initial;
}
.CollectionToolbar__LayoutType {
  margin: 0 6px;
  opacity: 0.2;
  transition: opacity 0.25s ease-in-out;
}
.CollectionToolbar__LayoutType svg {
  width: 18px;
  height: 18px;
}
.CollectionFilters .Collapsible:first-child,
.SidebarMenu__Nav .Collapsible:first-child {
  border-top: none;
}
.CollectionFilters__ClearButton,
.CollectionInner {
  margin-top: 24px;
}
.ProductItem {
  text-align: center;
  white-space: normal;
}
.ProductItem__Image--alternate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ProductItem__LabelList {
  position: absolute;
  left: 10px;
  top: 6px;
  text-align: left;
}
.ProductItem__Label {
  display: block;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 9px)
  );
  margin: 4px 0;
  padding: 2px 6px;
  background: var(--background);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.ProductItem__Info {
  margin-top: 20px;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
  );
}
.ProductItem__Info--left {
  text-align: left;
}
.ProductItem__Info--right {
  text-align: right;
}
.ProductItem__Rating {
  margin-top: 4px;
  margin-bottom: 4px;
}
.ProductItem__Title,
.ProductItem__Vendor {
  display: block;
  margin-bottom: 4px;
}
.Password__ShareButtons,
.ProductItem__ColorSwatchList {
  margin-top: 15px;
}
.ProductItem__ColorSwatchItem {
  display: inline-block;
  margin: 0 5px;
}
.ProductItem__ColorSwatchList + .ProductItem__PriceList {
  margin-top: 12px;
}
@media (-moz-touch-enabled: 1), (hover: none) {
  .ProductItem__Image--alternate {
    display: none;
  }
}
.ProductList--grid {
  padding: 0 12px;
}
@media screen and (max-width: 640px) {
  .PageHeader .SectionHeader__Heading {
    margin-bottom: 10px;
  }
  .Modal--address {
    height: 100%;
    width: 100%;
    max-width: none;
    max-height: none;
  }
  .Modal--address .Modal__Header {
    margin-top: 35px;
  }
  .AccountTable .CartItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
  }
  .ArticleNav .Grid__Cell + .Grid__Cell {
    margin-top: 50px;
  }
  .Blog__TagList .HorizontalList__Item {
    margin: 5px 10px;
  }
  .CartItem__Info ~ .CartItem__Actions,
  .CartItem__Info ~ .CartItem__LinePriceList {
    display: none;
  }
  .ShippingEstimator__Submit {
    width: 100%;
  }
  .ShippingEstimator__Country,
  .ShippingEstimator__Province,
  .ShippingEstimator__Zip {
    margin-bottom: 20px;
  }
  .CollectionList--grid {
    margin: 12px;
  }
  .CollectionList--grid .CollectionItem {
    padding: 12px;
  }
  .CollectionList:not(.CollectionList--grid)
    .CollectionItem__Content--bottomCenter,
  .CollectionList:not(.CollectionList--grid)
    .CollectionItem__Content--bottomLeft,
  .CollectionList:not(.CollectionList--grid)
    .CollectionItem__Content--bottomRight {
    bottom: 70px;
  }
  .CollectionToolbar__Item:first-child {
    border-left: none;
  }
  .ProductItem__Rating .rating__star {
    width: 10px;
    height: 10px;
  }
  .ProductItem__Rating .rating__caption {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 9px)
    );
  }
  .ProductList--grid {
    margin-left: -10px;
  }
  .ProductList--removeMargin {
    margin-bottom: -35px !important;
  }
  .ProductList--grid > .Grid__Cell {
    padding-left: 10px;
    margin-bottom: 35px;
  }
  .template-collection .ProductList--grid,
  .template-search .ProductList--grid {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 641px) {
  .Cart__ShippingNotice,
  .ProductItem__Info {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
    );
  }
  .CartItem__ImageWrapper {
    width: 120px;
  }
  .CartItem__Title {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  .CartItem__LinePriceList,
  .CartItem__Meta,
  .ProductItem__Label {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
  .CartItem__Remove {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 9px)
    );
  }
  .CartItem__Actions {
    margin-top: 20px;
  }
  .Cart .Drawer__Footer,
  .Cart__OffscreenNoteContainer {
    padding: 20px 30px 30px;
  }
  .Cart__NoteButton + .Cart__Taxes {
    margin-top: 4px;
  }
  @supports (padding: max(0px)) {
    .Cart .Drawer__Footer,
    .Cart__OffscreenNoteContainer {
      padding-bottom: max(30px, env(safe-area-inset-bottom, 0px) + 30px);
    }
  }
  .Cart--expanded .Cart__ItemList {
    display: table;
    table-layout: auto;
    border-spacing: 0 30px;
    width: 100%;
  }
  .Cart--expanded .Cart__Head {
    display: table-header-group;
  }
  .Cart--expanded .Cart__HeadItem {
    display: table-cell;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
  }
  .Cart--expanded .CartItem {
    display: table-row;
  }
  .Cart--expanded .CartItem__Info {
    max-width: 300px;
    width: 300px;
  }
  .Cart--expanded .CartItem__Info > .CartItem__Actions {
    display: none;
  }
  .Cart--expanded .CartItem__Info ~ .CartItem__Actions,
  .Cart--expanded .CartItem__Info ~ .CartItem__LinePriceList {
    display: table-cell;
    vertical-align: middle;
  }
  .Cart--expanded .CartItem__QuantitySelector {
    margin-bottom: 6px;
  }
  .Cart--expanded .Cart__Footer {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .Cart--expanded .Cart__NoteContainer,
  .Cart--expanded .Cart__Recap {
    display: table-cell;
  }
  .Cart--expanded .Cart__NoteContainer {
    width: 340px;
  }
  .Cart--expanded .Cart__Checkout {
    width: auto;
  }
  .ShippingEstimator__Form {
    display: flex;
  }
  .ShippingEstimator__Form > :not(:first-child) {
    margin-left: 20px;
  }
  .ShippingEstimator__Country,
  .ShippingEstimator__Province {
    margin-bottom: 0;
  }
  .ShippingEstimator__Zip {
    margin-bottom: 0;
    max-width: 130px;
  }
  .CollectionList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .CollectionList:after {
    content: "";
  }
  .CollectionList--spaced {
    margin: 15px;
  }
  .CollectionList--spaced .CollectionItem {
    padding: 15px;
  }
  .CollectionItem {
    display: block !important;
    flex: 0 1 0;
    min-width: 50%;
  }
  .CollectionItem--expand {
    flex-grow: 1;
  }
  .CollectionItem__Content {
    padding: 0 40px;
  }
  .CollectionItem__Content--bottomCenter,
  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight {
    bottom: 40px;
  }
  .CollectionToolbar--reverse,
  .CollectionToolbar__Group {
    flex-direction: row-reverse;
  }
  .CollectionToolbar__Group {
    flex: none;
  }
  .CollectionToolbar__Item {
    padding: 18px 0;
  }
  .CollectionToolbar__Group .CollectionToolbar__Item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .CollectionToolbar__Item--layout {
    border-left: none;
    width: 115px;
    border-right: 1px solid var(--border-color);
    white-space: nowrap;
  }
  .CollectionFilters .Drawer__Main {
    padding-top: 35px;
  }
  .features--heading-uppercase .ProductItem__Info {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  .CollectionInner {
    margin-top: 50px;
  }
  .ProductList--grid {
    padding: 0 24px;
    margin-left: -24px;
  }
  .ProductList--removeMargin {
    margin-bottom: -50px !important;
  }
  .ProductList--grid > .Grid__Cell {
    padding-left: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1008px) {
  .FeaturedQuote {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .Modal {
    flex-direction: column;
  }
  .Modal--pageContent {
    padding: 100px 0 80px;
  }
  .CollectionInner__Products,
  .Modal--pageContent .Modal__Content {
    flex: 1 0 0;
  }
  .Modal__Close:not(.Modal__Close--outside) {
    margin-top: 40px;
    flex-shrink: 0;
  }
  .PageLayout__Section--secondary {
    flex-basis: 235px;
    max-width: 235px;
  }
  .Popover {
    transform: none;
    width: auto;
    bottom: auto;
    left: auto;
    opacity: 0;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  }
  .Popover:before {
    content: "";
    position: absolute;
    right: 40px;
    width: 10px;
    height: 10px;
    border-style: solid;
  }
  .Popover--noWrap {
    white-space: nowrap;
  }
  .Popover--withMinWidth {
    min-width: 375px;
  }
  .Popover--positionBottom:before {
    bottom: 100%;
    border-width: 0 10px 10px;
    border-color: transparent transparent var(--light-background) transparent;
    filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
  }
  .Popover--positionTop:before {
    top: 100%;
    border-width: 10px 10px 0;
    border-color: var(--light-background) transparent transparent transparent;
    filter: drop-shadow(0 2px 2px rgba(54, 54, 54, 0.2));
  }
  .Popover--positionLeft:before {
    left: 100%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent var(--light-background);
    filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2));
  }
  .Popover--positionBottom.Popover--alignCenter:before,
  .Popover--positionTop.Popover--alignCenter:before {
    left: calc(50% - 10px);
  }
  .Popover--positionLeft.Popover--alignCenter:before {
    top: calc(50% - 10px);
  }
  .Popover--positionLeft.Popover--alignBottom:before {
    top: 15px;
  }
  .Popover--positionLeft.Popover--alignTop:before {
    bottom: 10px;
  }
  .Popover[aria-hidden="false"] {
    opacity: 1;
    transform: none;
  }
  .Popover__Header {
    display: none;
  }
  .Popover__Value {
    padding-left: 50px;
    padding-right: 50px;
    text-align: right;
  }
  .Popover--withMinWidth .Popover__Value,
  .Popover__ValueList--center .Popover__Value {
    text-align: center;
  }
  .Popover--small.Popover--positionTop:before {
    border-width: 8px 8px 0;
  }
  .Popover--small.Popover--positionBottom:before {
    border-width: 0 8px 8px;
  }
  .Popover--small .Popover__Value {
    padding: 5px 32px;
  }
  .features--heading-small .Popover--small .Popover__Value {
    font-size: 10px;
  }
  .features--heading-normal .Popover--small .Popover__Value {
    font-size: 12px;
  }
  .features--heading-large .Popover--small .Popover__Value {
    font-size: 13px;
  }
  .Rte .Form,
  .Rte .VideoWrapper,
  .Rte img {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .Rte blockquote {
    margin-left: 40px;
  }
  .Section--spacingNormal {
    margin: 80px 0;
  }
  .Section--spacingLarge {
    margin: 120px 0;
  }
  .Section--spacingExtraLarge {
    margin: 145px 0;
  }
  .shopify-section--bordered > .Section--spacingNormal {
    padding: 80px 0;
  }
  .shopify-section--bordered > .Section--spacingLarge {
    padding: 120px 0;
  }
  .shopify-section--bordered > .Section--spacingExtraLarge {
    padding: 145px 0;
  }
  .SectionHeader:not(:only-child) {
    margin-bottom: 70px;
  }
  .SectionHeader__Description {
    margin-top: 24px;
  }
  .SectionHeader__ButtonWrapper {
    margin-top: 30px;
  }
  .SectionFooter {
    margin-top: 80px;
  }
  .Article__Wrapper {
    max-width: 780px;
  }
  .Article__ImageWrapper {
    height: 450px;
  }
  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -70px;
  }
  .ArticleToolbar__ArticleTitle {
    max-width: 400px;
    width: 400px;
  }
  .ArticleList .Grid__Cell,
  .ArticleListWrapper {
    margin-bottom: 100px;
  }
  .ArticleList {
    margin-bottom: -100px;
  }
  .ArticleList--withFeatured .Grid__Cell:first-child {
    margin-bottom: 60px;
  }
  .ProductItem--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ProductItem--horizontal .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .ProductItem--horizontal .ProductItem__ImageWrapper {
    min-width: 100px;
  }
  .ProductItem--horizontal .ProductItem__Info {
    margin: 0 30px 0 40px;
    text-align: left;
  }
  .ProductItem--horizontal .ProductItem__ViewButton {
    flex-shrink: 0;
  }
  .CollectionInner {
    display: flex;
  }
  .CollectionInner__Sidebar {
    position: sticky;
    top: 200px;
    flex: none;
    align-self: flex-start;
    width: 200px;
    margin: 0 16px 0 24px;
    padding-bottom: 50px;
  }
  @supports (--css: variables) {
    .CollectionInner__Sidebar {
      top: calc(var(--header-height) + 50px);
    }
    .CollectionInner__Sidebar--withTopToolbar {
      top: calc(var(--header-height) * 0 + 105px);
      top: calc(var(--header-height) * var(--use-sticky-header, 0) + 105px);
    }
  }
  .CollectionInner__Sidebar .Collapsible {
    padding: 0;
  }
}
@media screen and (min-width: 1140px) {
  .PageLayout__Section + .PageLayout__Section {
    margin-left: 80px;
  }
  .PageLayout__Section--secondary {
    flex-basis: 290px;
    max-width: 290px;
  }
  .Pagination {
    margin: 120px 0;
  }
  .Rte table,
  .Table {
    white-space: normal;
  }
  .Table--large td {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .template-customers .OrderAddresses .Grid__Cell + .Grid__Cell {
    margin-top: 65px;
  }
  .Article__ImageWrapper,
  .CollectionItem__Wrapper {
    height: 600px;
  }
  .ArticleToolbar {
    padding-left: 50px;
    padding-right: 50px;
  }
  .ArticleToolbar__ArticleTitle {
    max-width: 550px;
    width: 550px;
  }
  .ArticleToolbar__Nav {
    margin-left: 100px;
  }
  .Cart--expanded .CartItem__Info {
    max-width: 425px;
    width: 425px;
  }
  .CollectionItem {
    min-width: 25%;
  }
  .CollectionItem__Wrapper--small {
    height: 500px;
  }
  .CollectionItem__Wrapper--large {
    height: 700px;
  }
  .CollectionItem__Content,
  .ProductList--grid {
    padding: 0 50px;
  }
  .CollectionItem__Content--bottomCenter,
  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight {
    bottom: 50px;
  }
  .CollectionInner__Sidebar {
    margin-right: 10px;
    margin-left: 50px;
  }
  .CollectionInner .Pagination {
    margin-bottom: 80px;
  }
  .ProductList--grid[data-desktop-count="2"] {
    margin-left: calc(-1 * var(--horizontal-spacing-two-products-per-row));
  }
  .ProductList--grid[data-desktop-count="2"] > .Grid__Cell {
    padding-left: var(--horizontal-spacing-two-products-per-row);
    margin-bottom: var(--vertical-spacing-two-products-per-row);
  }
  .ProductList--removeMargin[data-desktop-count="2"] {
    margin-bottom: calc(
      -1 * var(--vertical-spacing-two-products-per-row)
    ) !important;
  }
  .ProductList--grid[data-desktop-count="3"],
  .ProductList--grid[data-desktop-count="4"] {
    margin-left: calc(-1 * var(--horizontal-spacing-four-products-per-row));
  }
  .ProductList--grid[data-desktop-count="3"] > .Grid__Cell,
  .ProductList--grid[data-desktop-count="4"] > .Grid__Cell {
    padding-left: var(--horizontal-spacing-four-products-per-row);
    margin-bottom: var(--vertical-spacing-four-products-per-row);
  }
  .ProductList--removeMargin[data-desktop-count="3"],
  .ProductList--removeMargin[data-desktop-count="4"] {
    margin-bottom: calc(
      -1 * var(--vertical-spacing-four-products-per-row)
    ) !important;
  }
}
.ProductList--carousel .Carousel__Cell {
  width: 62%;
  padding: 0 12px;
  vertical-align: top;
}
@media screen and (max-width: 1007px) {
  .ProductListWrapper {
    overflow: hidden;
  }
  .ProductList--carousel {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    margin-bottom: -30px;
  }
  .ProductList--carousel .Carousel__Cell {
    display: inline-block !important;
  }
  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 19%;
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 19%;
  }
  .Product__Tabs .Collapsible {
    padding: 0 24px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ProductList--carousel .Carousel__Cell {
    width: 48%;
    padding: 0 15px;
  }
  .ProductList--carousel .Carousel__Cell:first-child {
    margin-left: 26%;
  }
  .ProductList--carousel .Carousel__Cell:last-child {
    margin-right: 26%;
  }
}
@media screen and (min-width: 1008px) {
  .ProductList--carousel {
    margin: 0 90px;
  }
  .ProductList--carousel:after {
    content: "flickity";
    display: none;
  }
  .ProductList--carousel .Carousel__Cell {
    width: 33.3333%;
    left: 0;
    padding: 0 calc(var(--horizontal-spacing-four-products-per-row) / 2);
    margin-left: 0;
  }
  .ProductList--carousel .flickity-prev-next-button {
    top: calc(50% - 45px);
    width: 45px;
    height: 45px;
    stroke-width: 1px;
  }
  .ProductList--carousel .flickity-prev-next-button.next {
    right: -50px;
  }
  .ProductList--carousel .flickity-prev-next-button.previous {
    left: -50px;
  }
  .ProductList--shopNow[data-desktop-count="3"] .Carousel__Cell {
    width: 33.333333%;
  }
  .ShopNowGrid {
    display: flex;
  }
  .ShopNowGrid .FeaturedQuote {
    height: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .ProductList--carousel .Carousel__Cell {
    width: 25%;
  }
}
.ProductList--shopNow {
  position: static;
}
.ProductList--shopNow .Carousel__Cell {
  padding: 0 60px;
}
@media screen and (max-width: 640px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 50px -24px -90px;
  }
  .FeatureText--imageLeft {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 641px) and (max-width: 1007px) {
  .ShopNowGrid .FeaturedQuote {
    margin: 60px -50px -90px;
  }
}
.Faq__Section ~ .Faq__Section {
  margin-top: 34px;
}
.Faq__Item {
  position: relative;
  margin: 14px 0;
}
.Faq__Icon {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-color-light);
  transition: 0.3s ease-in-out;
}
.Faq__Icon svg {
  width: 8px;
  height: 10px;
  vertical-align: baseline;
}
.Faq__Item[aria-expanded="true"] .Faq__Icon {
  transform: rotate(90deg);
  color: var(--heading-color);
}
.Faq__ItemWrapper {
  padding-left: 26px;
}
.Faq__Question {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}
.Faq__AnswerWrapper {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: height 0.25s ease-in-out, visibility 0s ease-in-out 0.25s;
}
.Faq__Item[aria-expanded="true"] .Faq__AnswerWrapper {
  visibility: visible;
  transition: height 0.25s ease-in-out;
}
.Faq__Answer {
  padding: 16px 0 22px;
}
.Faq__Item--lastOfSection .Faq__Answer {
  padding-bottom: 0;
}
.FaqSummary {
  margin: 0;
  padding: 0;
}
.FaqSummary__Item {
  margin-bottom: 12px;
}
#shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .spr-pagination-next > a,
#shopify-product-reviews .spr-pagination-prev > a,
#shopify-product-reviews .spr-summary-actions-newreview,
.FaqSummary__Item.is-active:after {
  width: 100%;
}
.FaqSummary__LinkLabel {
  position: relative;
  display: inline-block;
}
.FaqSummary__LinkLabel:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left center;
  background: currentColor;
  transition: transform 0.2s linear;
}
.DropdownMenu[aria-hidden="false"]:before,
.FaqSummary__Item.is-active .FaqSummary__LinkLabel:after,
.Header__CartDot.is-visible {
  transform: scale(1);
}
.FeatureText--withImage .FeatureText__ContentWrapper {
  padding-top: 50px;
  padding-bottom: 20px;
}
.FeatureText .SectionHeader__Description {
  margin-top: 25px;
  margin-bottom: 20px;
}
.Footer {
  padding: 34px 0;
  background: var(--footer-background);
  color: var(--footer-text-color);
}
.Footer .Link--primary:hover,
.Footer__Title {
  color: var(--footer-heading-color);
}
.Footer .Form__Input::-moz-placeholder {
  color: var(--footer-text-color);
}
.Footer .Form__Input:-ms-input-placeholder {
  color: var(--footer-text-color);
}
.Footer .Form__Input::placeholder,
.Footer .Link--secondary:hover {
  color: var(--footer-text-color);
}
.Footer__Block {
  margin-top: 48px;
}
.Footer__Block:first-child {
  margin-top: 0;
}
.Footer__Title {
  margin-bottom: 20px;
}
.Footer__Social {
  margin-top: 5px;
}
.Footer__Content + .Footer__Newsletter {
  margin-top: 18px;
}
.Footer__Inner + .Footer__Aside {
  margin-top: 65px;
}
.Footer__LocalizationForm {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.Footer__LocalizationItem + .Footer__LocalizationItem {
  margin-left: 30px;
}
.Footer__PaymentList {
  margin: 54px -24px 0;
  padding-top: 28px;
}
.Footer__PaymentList svg {
  opacity: 0.8;
  width: 38px;
  height: 24px;
}
.Footer__StoreName {
  color: var(--footer-text-color);
}
.Header,
.Header .Heading,
.Header .Link--primary:hover,
.Header .Link--secondary {
  color: var(--header-heading-color);
}
.GiftCard__Wrapper {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.GiftCard__IllustrationWrapper {
  position: relative;
  margin: 40px 0;
}
.GiftCard__CodeHolder {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  padding: 12px 20px;
  background: #fff;
  border-radius: 3px;
  transform: translate(-50%);
}
.GiftCard__QrCode {
  margin: 20px 0;
}
.GiftCard__QrCode img {
  margin: 0 auto;
}
.shopify-section--header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.DropdownMenu .Linklist__Item:hover > .Link--secondary,
.Header .Link--primary,
.Header .Link--secondary:hover,
.Header .Text--subdued {
  color: var(--header-light-text-color);
}
.Header {
  background: var(--header-background);
  box-shadow: 0 -1px var(--header-border-color) inset;
  transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.Header__Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
}
#shopify-product-reviews .spr-summary-actions,
.DropdownMenu[aria-hidden="false"] .DropdownMenu,
.Header__Icon span,
.Header__LogoImage,
.Header__LogoLink {
  display: block;
}
.Header__Logo {
  position: relative;
  margin-bottom: 0;
}
.Header__LogoLink,
.Password__Footer {
  text-align: center;
}
.Header__LogoImage {
  margin: 0 auto;
  transition: opacity 0.3s ease-in-out;
}
.Header__LogoImage--transparent {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.Header__Icon {
  display: inline-block;
  line-height: 1;
  transition: color 0.2s ease-in-out;
}
.Header__Icon + .Header__Icon {
  margin-left: 18px;
}
.supports-sticky .Search[aria-hidden="true"] + .Header--transparent {
  background: 0 0;
}
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__LogoImage--primary:not(:only-child) {
  opacity: 0;
}
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__Icon
  svg {
  filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
}
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__Icon,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Header__LogoLink
  > .Heading,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .HorizontalList__Item
  > .Heading,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .HorizontalList__Item
  > .SelectButton,
.supports-sticky
  .Search[aria-hidden="true"]
  + .Header--transparent
  .Text--subdued {
  color: currentColor;
}
.Header__Icon .Icon--nav {
  height: 15px;
  width: 20px;
}
.Header__Icon .Icon--cart {
  width: 17px;
  height: 20px;
}
.Header__Icon .Icon--search {
  position: relative;
  top: 1px;
  width: 18px;
  height: 17px;
}
.Header__FlexItem {
  display: flex;
}
.Header__FlexItem--fill {
  flex: 1 0 0;
  align-items: center;
}
.Header__FlexItem--fill:last-child {
  justify-content: flex-end;
}
.Header__CartDot {
  position: absolute;
  top: 2px;
  right: -6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--header-heading-color);
  box-shadow: 0 0 0 2px var(--header-background);
  transform: scale(0);
  transition: 0.3s ease-in-out;
}
.DropdownMenu,
.MegaMenu {
  top: 100%;
  text-align: left;
  background: var(--header-background);
  transition: 0.3s ease-in-out;
  visibility: hidden;
}
.Search[aria-hidden="true"] + .Header--transparent .Header__CartDot {
  box-shadow: none;
  background-color: currentColor;
}
.Header__LinkSpacer {
  position: absolute;
  display: block;
  bottom: 0;
  color: transparent;
  pointer-events: none;
  user-select: none;
}
.Header__LinkSpacer:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  border-bottom: 2px solid var(--header-heading-color);
  transition: transform 0.3s, opacity 0.3s;
}
.Header:not(.Header--transparent)
  .HorizontalList__Item.is-active
  .Header__LinkSpacer:after,
.Header:not(.Header--transparent)
  .HorizontalList__Item.is-expanded
  .Header__LinkSpacer:after {
  opacity: 1;
  transform: scale(1);
}
.DropdownMenu {
  position: absolute;
  opacity: 0;
  padding: 25px 0;
  min-width: 200px;
  max-width: 270px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid var(--header-border-color);
  border-top: none;
}
.DropdownMenu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  background: var(--header-heading-color);
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}
.Product__ShareItem:nth-child(2),
.Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(2) {
  transition-delay: 0.1s;
}
.DropdownMenu[aria-hidden="false"],
.MegaMenu[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}
.DropdownMenu .Link {
  padding-left: 25px;
  padding-right: 40px;
}
.DropdownMenu svg {
  position: absolute;
  width: 6px;
  top: calc(50% - 4px);
  height: 10px;
  right: 20px;
}
.DropdownMenu .Linklist__Item:hover svg {
  transform: translate(4px);
}
.DropdownMenu .DropdownMenu {
  display: none;
  left: 100%;
  top: -26px;
  border-top: 1px solid var(--header-border-color);
}
.DropdownMenu .DropdownMenu--reversed {
  left: auto;
  right: 100%;
}
.MegaMenu {
  position: absolute;
  padding: 20px 0;
  width: 100%;
  left: 0;
  opacity: 0;
  max-height: 600px;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  border-bottom: 1px solid var(--header-border-color);
}
.MegaMenu__Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 10px;
}
.MegaMenu--spacingEvenly .MegaMenu__Inner {
  justify-content: space-around;
  justify-content: space-evenly;
}
.MegaMenu--spacingCenter .MegaMenu__Inner {
  justify-content: center;
}
.MegaMenu__Item {
  margin: 20px 40px;
  flex-shrink: 1;
}
.MegaMenu__Item--fit {
  flex-shrink: 0;
}
.FeaturedProduct__Gallery,
.MegaMenu__Title {
  display: block;
  margin-bottom: 20px;
}
.MegaMenu__Push {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.MegaMenu__Push--shrink {
  width: 50%;
}
.MegaMenu__Push--shrink:first-child {
  padding-right: 15px;
}
.MegaMenu__Push--shrink:last-child {
  padding-left: 15px;
}
.MegaMenu__PushImageWrapper {
  margin: 8px auto 20px;
  max-width: 100%;
  overflow: hidden;
}
.MegaMenu__PushHeading {
  margin-bottom: 6px;
}
.ImageHero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  min-height: 380px;
  width: 100%;
  overflow: hidden;
}
.ImageHero--small {
  min-height: 330px;
}
.ImageHero--large {
  min-height: 480px;
}
.ImageHero__Image,
.ImageHero__ImageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1008px) and (-moz-touch-enabled: 0),
  screen and (min-width: 1008px) and (hover: hover) {
  .ImageHero__Image--parallax {
    background-attachment: fixed;
  }
}
.ImageHero__ImageWrapper--hasOverlay:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ImageHero__Wrapper {
  z-index: 1;
}
.ImageHero__ContentOverlay {
  position: relative;
  flex-basis: 425px;
  flex-grow: 0;
  padding: 0 15px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.ImageHero__TextContent {
  position: absolute;
  padding: 0 24px;
  margin-bottom: 0 !important;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ImageHero iframe {
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  pointer-events: none;
}
.ImageHero--large iframe {
  width: 250%;
  left: -75%;
}
.ImageHero--preserveRatio {
  min-height: 0;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.ImageHero--preserveRatio iframe {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.ImageHero iframe[src] {
  pointer-events: auto;
}
.ImageHero__Block {
  margin: 40px auto;
  padding: 38px 20px;
  max-width: 250px;
  box-shadow: 0 1px 20px #3636364d;
}
.ImageHero__Block--small {
  max-width: 165px;
}
.ImageHero__Block--large {
  max-width: 320px;
}
.ImageHero__BlockHeading {
  margin: -0.325em 0 18px;
}
.ImageHero__BlockContent + .ImageHero__BlockLink {
  margin-top: 18px;
}
.Password__Message,
.Product__ShareItem {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
  );
}
.NewsletterPopup {
  position: fixed;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  padding: 24px 30px 30px;
  background: var(--newsletter-popup-background);
  color: var(--newsletter-popup-text-color);
  z-index: 50;
  text-align: center;
  box-shadow: 0 1px 4px #0000004d;
  visibility: hidden;
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s var(--drawer-transition-timing);
}
.NewsletterPopup .Form__Input::-moz-placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}
.NewsletterPopup .Form__Input:-ms-input-placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}
.NewsletterPopup .Form__Input::placeholder {
  color: rgba(var(--newsletter-popup-text-color-rgb), 0.6);
}
.NewsletterPopup .Form__Input {
  border-color: rgba(var(--newsletter-popup-text-color-rgb), 0.4);
}
.NewsletterPopup .Button,
.NewsletterPopup .Form__Input:focus {
  border-color: var(--newsletter-popup-text-color);
}
.NewsletterPopup .Button {
  color: var(--newsletter-popup-background);
}
.NewsletterPopup .Button:before {
  background-color: var(--newsletter-popup-text-color);
}
@media screen and (max-width: 640px) {
  .ImageHero__Block {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
  @supports (padding: max(0px)) {
    .NewsletterPopup {
      bottom: max(15px, env(safe-area-inset-bottom, 0px) + 15px);
    }
  }
  .Product__Tabs .Collapsible__Content {
    padding-top: 6px;
    padding-bottom: 28px;
  }
}
.NewsletterPopup[aria-hidden="false"] {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.Product__SlideItem--hidden,
.Product__Slideshow.flickity-enabled
  .Product__SlideItem:not(.is-selected)
  .plyr__control,
.Product__ViewInSpace[data-shopify-xr-hidden] {
  visibility: hidden;
}
.NewsletterPopup__Close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.NewsletterPopup__Close svg {
  display: block;
  width: 15px;
  height: 15px;
}
.Password {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
.Password__Header {
  position: relative;
  text-align: center;
}
.Password__Logo {
  display: block;
  line-height: 1;
}
.Password__LogoImage {
  vertical-align: middle;
}
.Password__LockAction {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.Product,
.Product__Gallery,
.Product__SlideItem {
  position: relative;
}
.Password__LockAction svg {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}
.Password__Content {
  width: 470px;
  max-width: 100%;
  margin: 35px auto;
}
.Password__Newsletter {
  margin-bottom: 10px;
}
.Password__Card {
  padding: 24px;
  background: var(--light-background);
  text-align: center;
}
.Password__Form {
  margin-top: 28px;
}
.Password__Form .Button {
  flex: none;
  margin-bottom: 0;
  margin-top: 15px;
  width: 100%;
}
.Password__Social {
  padding: 22px 25px 22px 28px;
  background: var(--background);
  text-align: center;
}
.Password__AdminLink {
  display: block;
  margin-top: 15px;
}
.Password__Footer svg {
  width: 70px;
  height: 20px;
  vertical-align: bottom;
  margin-left: 2px;
}
.Password__Modal {
  display: flex;
  justify-content: center;
}
.Product {
  margin: 0 auto 50px;
  max-width: 1330px;
}
.Product--fill {
  max-width: none;
}
@media screen and (min-width: 641px) {
  .ProductList--shopNow {
    padding: 0 50px;
    overflow: hidden;
  }
  .ProductList--shopNow .flickity-viewport {
    overflow: visible;
  }
  .ProductList--shopNow .Carousel__Cell {
    width: 50%;
    padding: 0 50px;
  }
  .Faq__Section {
    margin-bottom: 34px;
  }
  .Faq__Section ~ .Faq__Section {
    margin-top: 60px;
  }
  .FeatureText__Content {
    max-width: 430px;
    margin: 0 auto;
  }
  .FeatureText--withImage {
    display: table;
    width: 100%;
    text-align: left;
    table-layout: fixed;
  }
  .FeatureText--withImage .FeatureText__ContentWrapper,
  .FeatureText--withImage .FeatureText__ImageWrapper {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .FeatureText--withImage .FeatureText__ContentWrapper {
    padding: 50px;
  }
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 40px;
  }
  .FeatureText--imageRight .AspectRatio,
  .FeatureText--imageRight .FeatureText__Content {
    margin-right: 0;
  }
  .FeatureText--imageRight .AspectRatio {
    text-align: right;
  }
  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 40px;
  }
  .FeatureText--imageLeft .AspectRatio,
  .FeatureText--imageLeft .FeatureText__Content {
    margin-left: 0;
  }
  .FeatureText--imageLeft .AspectRatio {
    text-align: left;
  }
  .Footer {
    padding: 75px 0 42px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -40px;
    margin-right: -40px;
  }
  .Footer__Block {
    flex: 1 1 50%;
    margin-top: 0;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .Footer__Social {
    margin-top: 14px;
  }
  .Footer__Aside {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .Footer__Inner + .Footer__Aside {
    margin-top: 40px;
  }
  .Footer__Localization {
    width: 100%;
  }
  .Footer__LocalizationForm {
    justify-content: flex-start;
  }
  .Footer__StoreName {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
    );
  }
  .Footer__PaymentList {
    padding: 0;
    margin: 0 -8px;
    border: none;
  }
  .Header__Wrapper {
    padding: 18px 30px;
  }
  .Header__LogoImage {
    max-width: 100%;
  }
  .Header__Icon + .Header__Icon {
    margin-left: 25px;
  }
  .Header__Icon .Icon--nav-desktop {
    height: 17px;
    width: 24px;
  }
  .Header__Icon .Icon--cart-desktop {
    height: 23px;
    width: 19px;
  }
  .Header__Icon .Icon--search-desktop {
    position: relative;
    top: 2px;
    width: 21px;
    height: 21px;
  }
  .Header__Icon .Icon--account {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
  }
  .Header--withIcons .Header__SecondaryNav {
    position: relative;
    top: 1px;
    margin-right: 32px;
  }
  .ImageHero {
    min-height: 450px;
  }
  .ImageHero--small {
    min-height: 400px;
  }
  .ImageHero--large {
    min-height: 500px;
  }
  .ImageHero iframe {
    width: 100%;
    height: 200%;
    left: 0;
  }
  .ImageHero__Block {
    padding: 48px 15px;
    max-width: 380px;
  }
  .ImageHero__Block--small {
    max-width: 240px;
  }
  .ImageHero__Block--large {
    max-width: 520px;
  }
  .ImageHero__TextContent {
    padding: 0 40px;
    bottom: 40px;
    top: auto;
    left: 0;
    transform: none;
    text-align: left;
  }
  .NewsletterPopup {
    max-width: 385px;
    right: 25px;
    bottom: 25px;
    left: auto;
    padding-top: 35px;
  }
  .NewsletterPopup__Close svg {
    width: 18px;
    height: 18px;
  }
  .Password__Content {
    margin: 80px auto;
  }
  .Password__Card {
    padding: 45px 60px 50px;
  }
  .Password__Form .Button {
    width: auto;
    margin-top: 0;
  }
  .Password__Social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
  .Password__ShareButtons {
    margin-top: 0;
    margin-left: 15px;
    flex-shrink: 0;
  }
  .Password__Footer {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .Password__AdminLink {
    margin-top: 0;
  }
  .Product {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1008px) {
  .Product__Wrapper {
    max-width: calc(100% - 525px);
    margin-left: 0;
  }
  .Product__ViewInSpace[data-shopify-xr] {
    display: none;
  }
}
@media screen and (min-width: 1140px) {
  .FeatureText--imageRight .FeatureText__ContentWrapper {
    padding-right: 100px;
  }
  .FeatureText--imageLeft .FeatureText__ContentWrapper {
    padding-left: 100px;
  }
  .Footer__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .Footer--center .Footer__Inner {
    justify-content: center;
  }
  .Footer__Block {
    flex: 0 1 auto;
  }
  .Footer__Block--newsletter,
  .Footer__Block--text {
    flex-basis: 240px;
  }
  .Footer__Inner + .Footer__Aside {
    margin-top: 80px;
  }
  .Footer__Block--text {
    flex-basis: 400px;
  }
  .Footer__Block--newsletter {
    flex-basis: 305px;
  }
  .js .Header__Wrapper {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  .Header:not(.Header--sidebar) .Header__Wrapper {
    padding: 18px 50px;
  }
  .Header__Localization {
    display: inline-block;
  }
  .Header__MainNav {
    margin-right: 45px;
  }
  .Header--center .Header__SecondaryNav .Header__LocalizationForm,
  .Header--inline .Header__FlexItem:first-child .Header__LocalizationForm,
  .Header--logoLeft .Header__FlexItem:first-child .Header__LocalizationForm {
    display: none;
  }
  .Header--logoLeft .Header__FlexItem--logo {
    order: -1;
    margin-right: 38px;
  }
  .Header--logoLeft .Header__FlexItem--fill:last-child {
    flex: none;
  }
  .Header--center .Header__Wrapper.Header__Wrapper {
    padding-bottom: 24px;
  }
  .Header--center .Header__MainNav {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
  }
  .Header--center .Header__MainNav .HorizontalList {
    margin-left: 0;
    margin-right: 0;
  }
  .Header--center .Header__FlexItem {
    margin-bottom: 40px;
  }
  .Header--center .Header__FlexItem--increaseSpace {
    margin-bottom: 80px;
  }
  .Header--initialized .Header__Wrapper {
    opacity: 1;
  }
  .ImageHero {
    min-height: 500px;
  }
  .ImageHero--small {
    min-height: 450px;
  }
  .ImageHero--large {
    min-height: 600px;
  }
  .ImageHero__TextContent {
    padding: 0 50px;
    bottom: 50px;
  }
  .Product__Wrapper {
    max-width: calc(100% - 550px);
  }
  .Product--small .Product__Slideshow {
    max-width: 400px;
  }
  .Product--medium .Product__Slideshow {
    max-width: 550px;
  }
}
.Product__Gallery {
  margin-bottom: 28px;
}
.Product__ViewInSpace {
  background: rgba(var(--text-color-rgb), 0.08);
}
.Product__ViewInSpace svg {
  margin: -1px 12px 0 0;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.Product__Slideshow:after {
  content: "flickity";
  display: none;
}
.Product__Video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.Product__SlideshowNav {
  display: none;
}
.Product__SlideshowNavBadge {
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  pointer-events: none;
}
.Product__SlideshowNavBadge svg {
  display: block;
  width: 20px;
  height: 20px;
}
.Product__SlideshowMobileNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 24px 0;
}
.Product__SlideshowMobileNav .flickity-page-dots {
  display: inline-block;
  margin-top: 0;
  width: auto;
}
.Product__SlideshowMobileNav .dot {
  vertical-align: middle;
}
.Product__SlideshowNavArrow,
.shopify-section--slideshow {
  position: relative;
}
.Product__SlideshowNavArrow:before {
  position: absolute;
  content: "";
  top: -18px;
  right: -18px;
  left: -18px;
  bottom: -18px;
  transform: translateZ(0);
}
.Product__SlideshowNavArrow svg {
  display: block;
  width: 6px;
  height: 9px;
}
.Product__SlideshowNavArrow--previous {
  margin-right: 24px;
}
.Product__SlideshowNavArrow--next {
  margin-left: 24px;
}
.ProductMeta,
.Product__QuickNav {
  border-bottom: 1px solid var(--border-color);
}
#shopify-product-reviews .spr-form-title,
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-pagination,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-summary-starrating,
.VariantSelector__ImageWrapper[aria-hidden="true"],
.no-js .ProductForm__Option:not(.no-js),
.shopify-payment-button__more-options[aria-hidden="true"] {
  display: none;
}
.Product__Aside,
.Product__Info {
  max-width: 500px;
  margin: 0 auto;
}
.Product__Info--noGallery {
  padding-top: 24px;
}
@media screen and (min-width: 1008px) {
  .Product__Gallery {
    margin-top: 50px;
    margin-left: 50px;
  }
  .Product__SlideshowNav--dots {
    display: block;
  }
  .Product__SlideItem {
    display: block !important;
  }
  .Product__Slideshow--zoomable .Product__SlideItem--image {
    cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
    cursor: -webkit-image-set(
        var(--cursor-zoom-in-svg) 1x,
        var(--cursor-zoom-in-2x-svg) 2x
      ),
      zoom-in;
  }
  .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
  }
  .Product__SlideshowNavDot {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 2px solid var(--border-color);
    background: 0 0;
    transition: 0.2s ease-in-out;
  }
  .Product__SlideshowNavDot:not(:last-child) {
    margin-bottom: 12px;
  }
  .Product__SlideshowNavDot.is-selected {
    border-color: var(--heading-color);
    background: var(--heading-color);
  }
  .Product__SlideshowNavImage {
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: 0.2s ease-in-out;
    cursor: pointer;
  }
  .Product__SlideshowNavImage:not(:last-child) {
    margin-bottom: 18px;
  }
  .Product__SlideshowNavImage.is-selected {
    border-color: var(--heading-color);
  }
  .Product__SlideshowNavPlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
  }
  .Product__SlideshowNavPlay svg {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease-in-out;
  }
  .Product__Gallery--stack .Product__SlideshowNav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
  }
  .Product__Gallery--stack .Product__SlideshowNav--dots {
    left: -30px;
  }
  .Product__Gallery--stack .Product__Slideshow:after {
    content: "";
  }
  .Product__Gallery--stack .Product__Slideshow .Image--fadeIn {
    transform: translateY(50px);
    opacity: 0;
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .Product__Gallery--stack
    .Product__Slideshow
    .Image--lazyLoaded.Image--fadeIn {
    transform: translateY(0);
    opacity: 1;
  }
  .Product__Gallery--stack .Product__SlideItem {
    margin-bottom: 30px;
    visibility: visible !important;
    opacity: 1 !important;
  }
  .Product__Gallery--stack .Product__SlideItem:last-child {
    margin-bottom: 0;
  }
  .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
    position: sticky;
    padding: 0 0 50px;
    top: var(--header-base-height);
    margin-bottom: -50px;
    width: 70px;
  }
  .Product__InfoWrapper {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
  }
  .Product__Info {
    position: sticky;
    top: var(--header-base-height);
    right: 0;
    width: 375px;
    margin: 0 100px -40px 50px;
    padding-top: 0;
    padding-bottom: 40px;
  }
  @supports (--css: variables) {
    .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
      top: calc(50% + (var(--header-height) / 2));
    }
    .Product__Gallery--stack .Product__SlideshowNav--thumbnails,
    .Product__Info {
      top: calc(var(--header-height) + 25px);
    }
  }
  .Product__Aside {
    max-width: 820px;
    padding-left: 50px;
  }
  .Product__Aside .SectionHeader {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1500px) {
  .hidden-widescreen {
    display: none !important;
  }
  .\31\/2--widescreen,
  .\32\/4--widescreen,
  .\36\/12--widescreen {
    width: 50%;
  }
  .\31\/3--widescreen,
  .\34\/12--widescreen {
    width: 33.33333%;
  }
  .\32\/3--widescreen,
  .\38\/12--widescreen {
    width: 66.66667%;
  }
  .\31\/4--widescreen,
  .\33\/12--widescreen {
    width: 25%;
  }
  .\33\/4--widescreen,
  .\39\/12--widescreen {
    width: 75%;
  }
  .\31\/12--widescreen {
    width: 8.33333%;
  }
  .\32\/12--widescreen {
    width: 16.66667%;
  }
  .\35\/12--widescreen {
    width: 41.66667%;
  }
  .\37\/12--widescreen {
    width: 58.33333%;
  }
  .\31 0\/12--widescreen {
    width: 83.33333%;
  }
  .\31 1\/12--widescreen {
    width: 91.66667%;
  }
  .Product__Wrapper {
    max-width: calc(100% - 500px);
  }
  .Product__Info {
    margin-right: 50px;
  }
}
@-webkit-keyframes shareItemAnimation {
  0% {
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shareItemAnimation {
  0% {
    transform: translateY(0);
  }
  25% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  75% {
    opacity: 1;
    transform: translateY(0);
  }
}
.Product__ActionList {
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.Product__ActionList.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.Product__ActionItem {
  display: block;
  position: relative;
}
.ProductMeta__PriceList,
.Product__ActionItem + .Product__ActionItem {
  margin-top: 15px;
}
.Product__ShareList {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 100%;
  right: 0;
  color: var(--text-color);
}
.Product__ActionItem .Icon--share {
  margin-left: -1px;
}
.Product__ShareItem {
  display: block;
  margin: 15px 0 15px auto;
  padding: 7px 15px 7px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--light-background);
  border-radius: 25px;
  white-space: nowrap;
  opacity: 0;
  box-shadow: 0 2px 10px #36363626;
  transition: 0.45s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.Product__ShareItem:active,
.Product__ShareItem:focus {
  color: var(--light-background);
  background: var(--text-color);
  outline: 0;
}
.Product__ShareItem:nth-child(3) {
  transition-delay: 0s;
}
.Product__ShareItem svg {
  margin-right: 12px;
  vertical-align: sub;
  transform: translateZ(0);
}
.Product__ShareItem:hover svg {
  -webkit-animation: 0.5s ease-in-out forwards shareItemAnimation;
  animation: 0.5s ease-in-out forwards shareItemAnimation;
}
.Product__ShareList[aria-hidden="false"] {
  visibility: visible;
}
.Product__ShareList[aria-hidden="false"] .Product__ShareItem {
  opacity: 1;
  transition-delay: 0s;
}
.Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(3) {
  transition-delay: 0.2s;
}
.ProductMeta {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.ProductMeta__ImageWrapper {
  display: block;
  margin-bottom: 32px;
}
.ProductMeta__Vendor {
  margin-bottom: 20px;
}
#shopify-product-reviews .spr-review-content,
#shopify-product-reviews .spr-review-header-starratings,
.ProductMeta__Title {
  margin-bottom: 0;
}
.ProductMeta__Price.Price--compareAt {
  margin-left: 30px;
}
.ProductMeta__TaxNotice,
.ProductMeta__UnitPriceMeasurement {
  margin-top: 5px;
}
shopify-payment-terms {
  display: block;
  margin-top: 12px;
  text-align: left;
}
.ProductMeta__Description,
.ProductMeta__Text {
  margin: 24px 0;
  text-align: left;
}
.ProductMeta__Rating {
  margin-top: 4px;
}
.ProductMeta__ShareButtons {
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.ProductMeta__ShareTitle {
  margin-right: 6px;
}
.ProductMeta__ShareList {
  font-size: 0;
}
.ProductMeta__ShareItem {
  display: inline-block;
  margin: 0 7px;
}
.ProductMeta__ShareItem svg {
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
.ProductMeta__ShareItem:hover svg,
.js .TestimonialList.flickity-enabled {
  opacity: 1;
}
.ProductForm ~ .ProductMeta__Description {
  border-top: none;
  padding-top: 0;
}
.ProductForm ~ .ProductMeta__Description .ProductMeta__ShareButtons,
.store-availability-information__title {
  margin-bottom: 2px;
}
.Product__QuickNav {
  position: relative;
  margin-top: 40px;
  border-top: 1px solid var(--border-color);
}
.Product__QuickNav a {
  display: block;
  padding: 11px 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0);
}
.Product__QuickNav a:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotateX(180deg);
}
.Product__QuickNav svg {
  position: absolute;
  right: 18px;
  top: calc(50% - 5px);
  height: 10px;
  width: 8px;
}
.Product__QuickNavWrapper {
  transition: 0.6s;
  transform-style: preserve-3d;
}
.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
  transform: rotateX(180deg);
}
.ProductForm__QuantitySelector,
.ProductForm__Variants {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ProductForm__Option {
  position: relative;
  margin-bottom: 10px;
}
.ProductForm__Option--labelled {
  margin-bottom: 20px;
}
.ProductForm__Item {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 10px 28px 10px 14px;
  border: 1px solid var(--border-color);
  cursor: pointer;
  user-select: none;
}
.ProductForm__Item .Icon--select-arrow {
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
  width: 10px;
  height: 10px;
}
.ProductForm__Label {
  display: block;
  margin-bottom: 8px;
}
.ProductForm__LabelLink {
  float: right;
}
.ProductForm__SelectedValue {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 220px;
  vertical-align: top;
}
.ProductForm__OptionCount {
  float: right;
  margin-right: 14px;
}
.ProductForm__Inventory {
  margin-top: 24px;
  margin-bottom: 24px;
  font-style: italic;
}
#shopify-product-reviews .spr-review-header-title,
.Timeline__Nav {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  font-style: var(--heading-font-style);
  letter-spacing: 0.2em;
}
.ProductForm__Error {
  margin-top: 10px;
  text-align: center;
}
.ProductForm__AddToCart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Product__FeatureImageWrapper {
  overflow: hidden;
  background-size: cover;
}
.Product__FeatureImage {
  height: 415px;
  background-size: cover;
  background-position: center;
}
.Product__Tabs {
  margin: 50px 0;
}
@-webkit-keyframes variantSelectorInfoOpeningAnimation {
  0%,
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes variantSelectorInfoOpeningAnimation {
  0%,
  50% {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-10px);
    opacity: 0;
  }
}
@keyframes variantSelectorInfoClosingAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.VariantSelector {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: var(--background);
  padding: 24px 0;
  z-index: 10;
  box-shadow: 0 -2px 10px #36363633;
  transform: translateY(100%);
  visibility: hidden;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1),
    visibility 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.VariantSelector__Item {
  padding: 0 10px;
  width: 60%;
}
.VariantSelector__Info {
  position: relative;
  margin: 48px 24px 0;
}
.VariantSelector__ChoiceList {
  margin-bottom: 34px;
}
.VariantSelector__Choice {
  display: table;
  table-layout: fixed;
  width: 100%;
  -webkit-animation: 0.15s ease-in-out forwards
    variantSelectorInfoClosingAnimation;
  animation: 0.15s ease-in-out forwards variantSelectorInfoClosingAnimation;
}
.VariantSelector__Choice.is-selected {
  -webkit-animation: 0.3s ease-in-out forwards
    variantSelectorInfoOpeningAnimation;
  animation: 0.3s ease-in-out forwards variantSelectorInfoOpeningAnimation;
}
.VariantSelector__Choice:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.VariantSelector__ChoiceColor,
.VariantSelector__ChoicePrice {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.VariantSelector__ChoiceColor {
  border-right: 1px solid var(--border-color);
}
.VariantSelector__ColorSwatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  vertical-align: sub;
  background-size: cover;
}
.VariantSelector__ColorSwatch--white {
  outline: 1px solid var(--border-color);
}
.VariantSelector__ChoicePrice {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
.Search__Close,
.Search__Input {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 15px)
  );
}
@media (min-width: 800px) and (max-height: 950px) {
  .VariantSelector__ImageWrapper {
    max-width: 290px !important;
  }
}
.FeaturedProduct__ViewWrapper {
  margin-top: 34px;
  text-align: center;
}
@media screen and (min-width: 641px) {
  .Product__Gallery {
    margin-bottom: 65px;
  }
  .Product__Info .Container {
    padding-left: 0;
    padding-right: 0;
  }
  .Product__Aside .Section {
    max-width: 630px;
    margin: 0 auto;
  }
  .Product__FeatureImage {
    height: 500px;
  }
  .VariantSelector {
    top: 50%;
    bottom: auto;
    left: 50%;
    width: 80%;
    padding-bottom: 34px;
    max-height: 100%;
    max-width: 800px;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: 0.3s ease-in-out;
    overflow: auto;
  }
  .VariantSelector[aria-hidden="false"] {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .VariantSelector__Item {
    padding: 0 25px;
    width: 46%;
  }
  .VariantSelector .flickity-prev-next-button.next {
    top: calc(50% - 45px);
    right: 20px;
  }
  .VariantSelector .flickity-prev-next-button.previous {
    top: calc(50% - 45px);
    left: 20px;
  }
  .VariantSelector__Info {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .VariantSelector__ChoicePrice {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
    );
  }
  .FeaturedProduct {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    max-width: 880px;
    margin: 0 auto;
  }
  .FeaturedProduct--center {
    align-items: center;
  }
  .FeaturedProduct__Gallery,
  .FeaturedProduct__Info {
    flex: 1 1 50%;
  }
  .FeaturedProduct__Gallery {
    margin: 0;
  }
  .FeaturedProduct__Info {
    margin-left: 50px;
  }
  .FeaturedProduct__Info .ProductMeta,
  .FeaturedProduct__ViewWrapper {
    text-align: left;
  }
}
.shopify-payment-button {
  margin-top: 20px;
  text-align: center;
}
.shopify-payment-button__more-options {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  width: auto;
  line-height: normal;
}
.shopify-payment-button__more-options:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: currentColor;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.2s ease-in-out;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .Link--underline:hover:before,
  .shopify-payment-button__more-options:hover:before {
    transform: scaleX(0);
  }
  .features--show-button-transition .Button:not([disabled]):before,
  .features--show-button-transition
    .shopify-payment-button__button--unbranded:not([disabled]):before,
  .features--show-button-transition
    .spr-button-primary:not(input):not([disabled]):before,
  .features--show-button-transition
    .spr-pagination-next
    > a:not([disabled]):before,
  .features--show-button-transition
    .spr-pagination-prev
    > a:not([disabled]):before,
  .features--show-button-transition
    .spr-summary-actions-newreview:not([disabled]):before,
  .features--show-button-transition
    input.spr-button-primary:not([disabled]):before {
    transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .features--show-button-transition .Button:not([disabled]):hover:before,
  .features--show-button-transition
    .shopify-payment-button__button--unbranded:not([disabled]):hover:before,
  .features--show-button-transition
    .spr-button-primary:not(input):not([disabled]):hover:before,
  .features--show-button-transition
    .spr-pagination-next
    > a:not([disabled]):hover:before,
  .features--show-button-transition
    .spr-pagination-prev
    > a:not([disabled]):hover:before,
  .features--show-button-transition
    .spr-summary-actions-newreview:not([disabled]):hover:before,
  .features--show-button-transition
    input.spr-button-primary:not([disabled]):hover:before {
    transform-origin: right center;
    transform: scaleX(0);
  }
  .features--show-button-transition .Button--primary:not([disabled]):hover,
  .features--show-button-transition
    .shopify-payment-button__button--unbranded:not([disabled]):hover,
  .features--show-button-transition
    .spr-button-primary:not(input):not([disabled]):hover,
  .features--show-button-transition
    .spr-summary-actions-newreview:not([disabled]):hover {
    color: var(--button-background);
    background-color: transparent;
  }
  .features--show-button-transition .Button--secondary:not([disabled]):hover,
  .features--show-button-transition
    .spr-pagination-next
    > a:not([disabled]):hover,
  .features--show-button-transition
    .spr-pagination-prev
    > a:not([disabled]):hover {
    color: var(--button-text-color);
    border-color: var(--button-background);
  }
  .features--show-button-transition
    .Button--secondary:not([disabled]):hover:before,
  .features--show-button-transition
    .spr-pagination-next
    > a:not([disabled]):hover:before,
  .features--show-button-transition
    .spr-pagination-prev
    > a:not([disabled]):hover:before {
    transform-origin: left center;
    transform: scale(1);
  }
  .RoundButton:hover,
  .Video__PlayButton:hover {
    transform: scale(1.1);
  }
  .RoundButton--small:hover {
    transform: scale(1.15);
  }
  .RoundButton:not([aria-expanded="true"]):hover {
    color: var(--button-background);
  }
  .RoundButton[data-animate-left]:hover svg,
  .flickity-prev-next-button.previous:hover svg {
    -webkit-animation: 0.5s ease-in-out forwards buttonFromRightToLeft;
    animation: 0.5s ease-in-out forwards buttonFromRightToLeft;
  }
  .RoundButton[data-animate-right]:hover svg,
  .flickity-prev-next-button.next:hover svg {
    -webkit-animation: 0.5s ease-in-out forwards buttonFromLeftToRight;
    animation: 0.5s ease-in-out forwards buttonFromLeftToRight;
  }
  .RoundButton[data-animate-bottom]:hover svg {
    -webkit-animation: 0.5s ease-in-out forwards buttonFromTopToBottom;
    animation: 0.5s ease-in-out forwards buttonFromTopToBottom;
  }
  [data-tooltip] {
    position: relative;
  }
  [data-tooltip]:before {
    position: absolute;
    content: attr(data-tooltip);
    bottom: 70%;
    left: 70%;
    padding: 4px 11px 3px;
    white-space: nowrap;
    border: 1px solid var(--border-color);
    background: var(--light-background);
    color: var(--text-color-light);
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
    );
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 1;
  }
  [data-tooltip]:hover:before {
    opacity: 1;
    visibility: visible;
  }
  .MegaMenu__Push:hover img,
  .features--show-image-zooming .ArticleItem:hover .ArticleItem__Image,
  .features--show-image-zooming
    .ArticleList
    .ImageHero:hover
    .ImageHero__ImageWrapper,
  .features--show-image-zooming
    .CollectionItem:hover
    .CollectionItem__ImageWrapper {
    transform: scale(1.2);
  }
  .features--show-price-on-hover .ProductItem__PriceList--showOnHover {
    opacity: 0;
    transform: translateY(10px);
    transition: 0.35s ease-in-out;
  }
  .features--show-price-on-hover
    .ProductItem:hover
    .ProductItem__PriceList--showOnHover {
    opacity: 1;
    transform: translateY(0);
  }
  .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image {
    opacity: 0 !important;
  }
  .ProductItem__ImageWrapper--withAlternateImage:hover
    .ProductItem__Image--alternate {
    opacity: 1 !important;
  }
  .MegaMenu__Push img {
    transform: scale(1);
    transition: opacity 0.3s, transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .NewsletterPopup .Button:not([disabled]):hover {
    color: var(--newsletter-popup-text-color);
    background-color: transparent;
  }
}
#shopify-product-reviews {
  margin: 18px 0 28px !important;
  overflow: visible !important;
}
#shopify-product-reviews .spr-container {
  padding: 0;
  border: none;
}
#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-content {
  display: flex;
  flex-direction: column;
}
#shopify-product-reviews .spr-form,
#shopify-product-reviews .spr-header {
  order: 2;
}
#shopify-product-reviews .spr-content,
#shopify-product-reviews .spr-reviews {
  order: 1;
}
#shopify-product-reviews .spr-form {
  margin: -4px 0 0;
  padding: 0;
}
#shopify-product-reviews .spr-icon + .spr-icon {
  margin-left: 3px;
}
#shopify-product-reviews .spr-icon-star-empty {
  opacity: 0.25;
}
#shopify-product-reviews .spr-icon-star-empty:before {
  content: "\e800";
}
#shopify-product-reviews .spr-reviews {
  margin: -6px 0 35px;
}
#shopify-product-reviews .spr-review {
  position: relative;
  padding: 0 0 30px;
  border: none;
  margin: 0;
}
#shopify-product-reviews .spr-review + .spr-review {
  margin-top: 26px;
}
#shopify-product-reviews .spr-review-header {
  position: static;
  margin-bottom: 12px;
}
#shopify-product-reviews .spr-review-header-title {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  text-transform: uppercase;
}
#shopify-product-reviews .spr-review-header-byline {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  font-style: normal;
  opacity: 1;
  color: var(--text-color-light);
}
#shopify-product-reviews .spr-review-header-byline strong {
  font-weight: 400;
}
#shopify-product-reviews .spr-review-reply {
  margin: 18px 0 6px;
  padding: 0 0 0 14px;
  background: 0 0;
  border-left: 3px solid var(--border-color);
  font-style: italic;
}
#shopify-product-reviews .spr-review-reply-shop {
  float: none;
}
#shopify-product-reviews input.spr-button-primary {
  border-color: var(--button-background);
  background: var(--button-background);
  color: var(--button-text-color);
  width: 100%;
}
#shopify-product-reviews .spr-pagination-next,
#shopify-product-reviews .spr-pagination-prev {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
  #shopify-product-reviews {
    margin: 8px 40px 28px 0 !important;
  }
  #shopify-product-reviews .spr-review-header-title {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  #shopify-product-reviews .spr-review-content-body,
  #shopify-product-reviews .spr-review-header-byline {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 14px)
    );
  }
  #shopify-product-reviews .spr-header {
    align-self: flex-start;
    width: 100%;
  }
  #shopify-product-reviews .spr-button-primary:not(input),
  #shopify-product-reviews .spr-pagination-next > a,
  #shopify-product-reviews .spr-pagination-prev > a,
  #shopify-product-reviews .spr-summary-actions-newreview,
  #shopify-product-reviews input.spr-button-primary {
    width: auto;
    float: none;
  }
  #shopify-product-reviews .spr-form-contact-email,
  #shopify-product-reviews .spr-form-contact-location,
  #shopify-product-reviews .spr-form-contact-name,
  #shopify-product-reviews .spr-form-review-body,
  #shopify-product-reviews .spr-form-review-rating,
  #shopify-product-reviews .spr-form-review-title {
    margin-bottom: 25px;
  }
  #shopify-product-reviews .spr-summary-actions {
    display: flex;
  }
  #shopify-product-reviews .spr-pagination-next,
  #shopify-product-reviews .spr-pagination-prev {
    margin: 0 20px 0 0;
  }
  #shopify-product-reviews .spr-pagination-next > a,
  #shopify-product-reviews .spr-pagination-prev > a {
    display: block;
  }
}
.Search {
  display: block;
  position: absolute;
  top: 100%;
  width: 100%;
  background: var(--background);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-25px);
  transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out,
    visibility 0.15s ease-in-out;
  z-index: -1;
}
.Search[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.Search__Inner {
  padding: 14px 18px;
  max-height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Search__Form {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.Search__Form .Icon--search {
  width: 18px;
  height: 17px;
}
.Search__Form .Icon--search-desktop {
  width: 21px;
  height: 21px;
}
.Search__InputIconWrapper {
  position: relative;
  top: -1px;
  margin-right: 12px;
  color: var(--text-color-light);
}
.Search__Input {
  background: 0 0;
  width: 100%;
  border: none;
  vertical-align: middle;
}
.Search__Input::-moz-placeholder {
  color: var(--text-color-light);
}
.Search__Input:-ms-input-placeholder {
  color: var(--text-color-light);
}
.Search__Input::placeholder {
  color: var(--text-color-light);
}
.Search__Input::-ms-clear {
  display: none;
}
.Search__Close {
  color: var(--text-color-light);
  line-height: 1;
}
.SidebarMenu,
.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
  color: var(--navigation-text-color);
}
.Search__Results {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Search__Results[aria-hidden="false"] {
  display: block;
}
@-webkit-keyframes shopTheLookDotKeyframe {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
@keyframes shopTheLookDotKeyframe {
  0%,
  to {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
.ShopTheLook {
  z-index: 2;
}
.ShopTheLook__Item {
  padding: 0 5px;
  width: calc(100% - 40px);
  transition: opacity 0.3s ease-in-out;
}
.ShopTheLook__Item.is-selected {
  z-index: 1;
}
.ShopTheLook__ImageWrapper {
  position: relative;
  max-width: 100%;
}
.ShopTheLook__Image {
  display: block;
  height: 100%;
  width: 100%;
}
.ShopTheLook__Dot {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 10px #00000040;
  cursor: pointer;
  z-index: 1;
  transform: scale(1);
  transition: transform 0.25s ease-in-out;
}
.ShopTheLook__Dot:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  left: -12px;
  top: -12px;
  border-radius: 100%;
  background: #fff6;
  -webkit-animation: 1.4s ease-in-out infinite shopTheLookDotKeyframe;
  animation: 1.4s ease-in-out infinite shopTheLookDotKeyframe;
}
.ShopTheLook__Dot--dark {
  background: #000;
}
.ShopTheLook__Dot--dark:after {
  background: #0006;
}
.ShopTheLook__Dot.is-active,
.supports-hover .ShopTheLook__Dot:hover {
  transform: scale(1.5);
}
.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
  max-width: 150px;
  margin: 0 auto;
}
.ShopTheLook__DiscoverButtonWrapper {
  margin: 24px 24px 0;
  text-align: center;
}
/* main#main{
  margin-top: 75px;
} */

.product-detail-container{
  display: flex;justify-content: space-between;
}
@media screen and (max-width: 640px) {

  .ShopTheLook__ProductItem--withHiddenInfo .ProductItem__Info,
  .VariantSelector .flickity-prev-next-button {
    display: none;
  }
  .Search__Results .ProductItem__Wrapper {
    display: flex;
    align-items: center;
  }
  .Search__Results .Grid__Cell + .Grid__Cell {
    margin-top: 25px;
  }
  .Search__Results .ProductItem__ImageWrapper {
    width: 70px;
    min-width: 70px;
    margin-right: 25px;
  }
  .Search__Results .ProductItem__Info {
    margin-top: 0;
    text-align: left;
  }
  .ShopTheLook__ViewButton {
    width: 100%;
  }
  .ShopTheLook__ProductItem {
    padding: 15px 0;
  }
  .Testimonial__Logo {
    max-width: 110px;
  }
}
@media screen and (max-width: 1007px) {
  .ShopTheLook > .flickity-viewport {
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  .ShopTheLook:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--background);
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease-in-out;
  }
  .ShopTheLook.is-zoomed:before {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
  .ShopTheLook.is-zoomed .ShopTheLook__Item:not(.is-selected) {
    opacity: 0;
  }
  .ShopTheLook__ProductItem {
    padding: 30px 0 40px;
  }
  main#main{
    /* margin-top: 75px !important; */
  }

  a.category-item{
    margin-bottom: 10px;
  }
  .Carousel:not(.flickity-enabled) .category-item.Carousel__Cell:not(.is-selected){
    display:block;
  }
  .category-item .CollectionItem__Wrapper--small{
    height: 500px;
  }
  .category-item .category-image{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .product-detail-container{
    display: block;
  }
}
@media (max-width: 767px) {
  .PageHeader--withBackground {
      min-height: 0px;
  }
}
@media screen and (min-width: 641px) {
  .Search__Inner {
    padding: 28px 50px;
  }
  .Search__Input {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
    );
  }
  .Search__InputIconWrapper {
    margin-right: 20px;
  }
  .Search__Close {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 16px)
    );
  }
  .Search__Close svg {
    stroke-width: 1.25px;
  }
  .Search__Results {
    margin-top: 70px;
    margin-bottom: 48px;
  }
  .ShopTheLook__DiscoverButtonWrapper {
    margin-top: 50px;
  }
  .ShopTheLook__Item {
    width: auto;
    padding: 0 15px;
  }
  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: 250px;
    margin: 0 auto;
  }
}
.SidebarMenu {
  height: 100%;
  background: var(--navigation-background);
}
.SidebarMenu .Drawer__Footer,
.SidebarMenu .Text--subdued {
  color: var(--navigation-text-color-light);
}
.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
  border-color: var(--navigation-border-color);
}
.SidebarMenu .Drawer__Main:after {
  display: block;
  content: "";
  height: 35px;
}
.SidebarMenu__Nav--secondary {
  margin-top: 28px;
}
.SidebarMenu .Drawer__Footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  box-shadow: 0 1px var(--navigation-border-color) inset;
}
.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
  flex: 1 0 auto;
  margin: 0;
  padding: 6px 0;
}
.SidebarMenu__CurrencySelector {
  width: 120px;
  flex: none;
  text-align: center;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
}
.SidebarMenu__CurrencySelector .Select {
  display: inline-block;
}
@supports (padding: max(0px)) {
  .SidebarMenu__CurrencySelector,
  .SidebarMenu__Social {
    padding-bottom: max(6px, env(safe-area-inset-bottom, 0px) + 6px);
  }
}
@supports (display: grid) {
  .MegaMenu--grid .MegaMenu__Inner {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .SidebarMenu__Social {
    display: grid;
    grid-template-columns: repeat(auto-fit, 34px);
    justify-content: space-evenly;
    text-align: center;
  }
}
.SidebarMenu__CurrencySelector + .SidebarMenu__Social {
  border-left: 1px solid var(--navigation-border-color);
}
.SidebarMenu .Drawer__Content:before,
.SidebarMenu .Drawer__Footer:before {
  position: absolute;
  content: "";
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.SidebarMenu .Drawer__Content:before {
  top: 0;
  height: 25px;
  background-image: linear-gradient(
    var(--navigation-background),
    rgba(var(--navigation-background-rgb), 0.6) 40%,
    rgba(var(--navigation-background-rgb), 0)
  );
}
.SidebarMenu .Drawer__Footer:before {
  bottom: 100%;
  height: 30px;
  background-image: linear-gradient(
    rgba(var(--navigation-background-rgb), 0),
    rgba(var(--navigation-background-rgb), 0.6) 40%,
    var(--navigation-background)
  );
}
.Slideshow--fullscreen {
  height: 100vh;
}
@supports (--css: variables) {
  .ArticleToolbar {
    top: calc(0 * var(--header-height));
    top: calc(var(--use-sticky-header, 0) * var(--header-height));
  }
  .CollectionToolbar--top {
    top: calc(var(--header-height) * 0);
    top: calc(var(--header-height) * var(--use-sticky-header, 0));
  }
  .MegaMenu {
    max-height: calc(100vh - var(--header-height));
  }
  .Search__Inner {
    max-height: calc(100vh - var(--header-height) - 88px);
  }
  .js .Slideshow--fullscreen {
    height: calc(var(--window-height) - (var(--header-height) * 0) - 0px);
    height: calc(
      var(--window-height) -
        (var(--header-height) * var(--header-is-not-transparent, 0)) -
        var(--announcement-bar-height, 0px)
    );
    max-height: 100vh;
  }
}
.js .Slideshow__Carousel .Slideshow__Slide {
  transition: none;
}
.js .Slideshow__Carousel .Slideshow__Slide.is-selected {
  visibility: hidden;
}
.Slideshow__ImageContainer {
  height: 100%;
}
.Slideshow--fullscreen .Slideshow__Image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}
.Slideshow__Image {
  z-index: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .ButtonGroup--sameSize .ButtonGroup__Item {
    flex: 1 1 0;
  }
  .js .Slideshow__Image {
    opacity: 0;
  }
}
.Slideshow__Content {
  position: absolute;
  padding: 0 24px;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.Slideshow__Content--bottomLeft,
.Slideshow__Content--middleLeft,
.store-availabilities-modal__product-information {
  text-align: left;
}
.Slideshow__Content--bottomLeft .ButtonGroup,
.Slideshow__Content--middleLeft .ButtonGroup {
  justify-content: flex-start;
}
.Slideshow__Content--bottomRight,
.Slideshow__Content--middleRight {
  text-align: right;
}
.Slideshow__Content--bottomRight .ButtonGroup,
.Slideshow__Content--middleRight .ButtonGroup {
  justify-content: flex-end;
}
.Slideshow__Content--bottomCenter,
.Slideshow__Content--bottomLeft,
.Slideshow__Content--bottomRight {
  top: auto;
  bottom: 70px;
  left: 0;
  transform: none;
}
.Timeline__ImageWrapper,
.Timeline__Item {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}
.js .Slideshow__Content .SectionHeader {
  opacity: 0;
}
.Slideshow__ScrollButton {
  position: absolute;
  left: calc(50% - 25px);
  bottom: -25px;
}
.Slideshow__Carousel--withScrollButton {
  margin-bottom: 25px;
}
.Slideshow--fullscreen .Slideshow__ScrollButton {
  bottom: 10px;
}
.Slideshow--fullscreen .Slideshow__Carousel--withScrollButton {
  max-height: calc(100% - 35px);
  margin-bottom: 0;
}
.store-availability-information {
  display: flex;
  align-items: baseline;
}
.Icon--store-availability-in-stock {
  position: relative;
  width: 13px;
  height: 9px;
}
.Icon--store-availability-out-of-stock {
  position: relative;
  width: 11px;
  height: 10px;
}
.store-availability-information__stock,
.store-availability-list__location,
.store-availability-list__stock {
  margin-bottom: 5px;
}
.store-availability-information__link,
.store-availability-information__stock,
.store-availability-list__item-info {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 13px)
  );
}
.Testimonial,
.Timeline__NavItem.is-selected {
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 18px)
  );
}
.store-availability-list__item:first-child {
  margin-top: 25px;
}
.store-availability-list__item {
  margin-top: 30px;
}
.store-availability-list__stock svg {
  margin-right: 3px;
}
.store-availability-list__contact {
  line-height: 1.45;
}
.store-availability-list__stock .Icon--store-availability-in-stock {
  top: -1px;
}
.store-availability-list__contact p {
  margin-bottom: 0;
}
@-webkit-keyframes testimonialOpening {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes testimonialOpening {
  0% {
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes testimonialClosing {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
@keyframes testimonialClosing {
  0% {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  to {
    visibility: visible;
    opacity: 0;
    transform: translateY(-15px);
  }
}
.Testimonial {
  text-align: center;
}
.Testimonial__Logo {
  margin-top: 54px;
}
.js .TestimonialList {
  opacity: 0;
  transition: opacity 0s linear 0.5s;
}
.js .TestimonialList .flickity-viewport {
  overflow: visible;
}
.js .TestimonialList .flickity-page-dots {
  position: relative;
  margin-top: 60px;
}
.js .TestimonialList .Testimonial {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-animation: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards
    testimonialClosing;
  animation: 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards
    testimonialClosing;
}
.js .TestimonialList .Testimonial.is-selected {
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
  -webkit-animation: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards
    testimonialOpening;
  animation: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards
    testimonialOpening;
}
.Timeline {
  box-shadow: 0 -2px 10px #36363633;
}
.Timeline__ListItem {
  position: relative;
  height: 540px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.Timeline__Item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  opacity: 0;
  background: #36363633;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
}
.Timeline__ImageWrapper {
  width: 100%;
  overflow: hidden;
}
.Timeline__Image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: translate(-50px) scale(1.1);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.Timeline__Inner {
  position: relative;
  padding: 80px 14px 40px;
  max-height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.Timeline__Header > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.Timeline__Header > .SectionHeader__Description {
  transform: translateY(50px);
}
.Timeline__Item.is-selected {
  opacity: 1;
  pointer-events: auto;
}
.Timeline__Item.is-selected .Timeline__Image {
  transform: translate(0) scale(1.1);
}
.Timeline__Item.is-selected .Timeline__Header > * {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0);
}
@media screen and (max-width: 640px) {
  .shopify-section--timeline {
    border-top: none !important;
  }
  .shopify-section--timeline .Section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .shopify-section--timeline .Container {
    padding-left: 0;
    padding-right: 0;
  }
  .Timeline__Header .Heading,
  .Timeline__Header .Rte a {
    color: inherit;
  }
  .Timeline__Header .SectionHeader__Description {
    margin: 34px 30px 0;
  }
}
@media screen and (min-width: 641px) {
  .Testimonial {
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 20px)
    );
  }
  .Testimonial__Content {
    max-width: 550px;
    margin: 0 auto;
  }
  .TestimonialNav__Item,
  .Testimonial__Logo {
    max-width: 150px;
  }
  .Timeline__ListItem {
    max-width: 1230px;
    margin: 0 auto;
    height: 400px;
    text-shadow: none;
  }
  .Timeline__Item {
    align-items: flex-end;
    background-color: var(--light-background);
  }
  .Timeline__ImageWrapper,
  .Timeline__Inner {
    flex: none;
    width: 50%;
  }
  .Timeline__ImageWrapper {
    position: relative;
    height: 100%;
  }
  .Timeline__ImageWrapper:after {
    display: none;
  }
  .Timeline__Image {
    transform: translate(-60px) scale(1.1);
  }
  .Timeline__Inner {
    padding: 34px 40px;
    color: var(--text-color);
  }
  .Timeline__Header {
    text-align: left;
  }
}
@media screen and (min-width: 1008px) {
  .Product__ShareItem,
  .Product__ShareList[aria-hidden="false"] .Product__ShareItem:nth-child(3) {
    transition-delay: 0s;
  }
  .Product__ShareList {
    top: auto;
    bottom: 100%;
  }
  .Product__ShareItem:nth-child(3),
  .Product__ShareList[aria-hidden="false"] .Product__ShareItem {
    transition-delay: 0.2s;
  }
  .ProductMeta {
    text-align: left;
  }
  .Product__Tabs {
    margin: 80px 0;
  }
  .Product__Tabs .Collapsible__Content {
    padding-right: 80px;
  }
  .FeaturedProduct__Info {
    margin-left: 80px;
  }
  #shopify-product-reviews {
    margin-bottom: 4px !important;
  }
  .ShopTheLook {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 130px;
  }
  .ShopTheLook__Item {
    width: 100%;
    padding: 0;
  }
  .ShopTheLook__Inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
  }
  .ShopTheLook__ImageWrapper {
    flex: 0 1 auto;
  }
  .ShopTheLook__Image {
    max-height: 100%;
    width: auto;
  }
  .ShopTheLook__ProductList {
    flex: none;
    width: 270px;
    margin: 0 80px;
  }
  .ShopTheLook__ProductItem .ProductItem__Wrapper {
    max-width: none;
  }
  .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    max-width: 250px;
  }
  .ShopTheLook__ViewButton {
    margin-top: 25px;
  }
  .ShopTheLook .flickity-prev-next-button {
    top: calc(50% - 22.5px);
  }
  .ShopTheLook .flickity-prev-next-button.next {
    right: 40px;
  }
  .ShopTheLook .flickity-prev-next-button.previous {
    left: 40px;
  }
  .SidebarMenu .Drawer__Content:before {
    height: 40px;
  }
  .SidebarMenu .Drawer__Main {
    padding-top: 26px;
  }
  .SidebarMenu .Drawer__Main:after {
    height: 60px;
  }
  .SidebarMenu .Drawer__Footer:before {
    height: 70px;
  }
  .Slideshow__Content {
    padding: 0 70px;
  }
  .TestimonialList--withNav .flickity-page-dots {
    display: none;
  }
  .TestimonialNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
  }
  .TestimonialNav__Item {
    margin: 0 25px;
    cursor: pointer;
    opacity: 0.25;
    transition: opacity 0.2s ease-in-out;
    will-change: opacity;
  }
  .TestimonialNav__Item.is-selected {
    opacity: 1;
  }
  .Timeline__ListItem {
    height: 515px;
  }
  .Timeline__Inner {
    padding: 54px 60px;
  }
}
.Timeline__Nav {
  position: relative;
  font-size: calc(
    var(--base-text-font-size) - (var(--default-text-font-size) - 11px)
  );
  color: var(--text-color-light);
  background: var(--light-background);
}
.Timeline__NavWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.Timeline__NavWrapper--center {
  justify-content: center;
}
.Timeline__NavItem {
  position: relative;
  padding: 30px 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: inherit;
  vertical-align: text-bottom;
  transition: 0.25s ease-in-out;
}
.Timeline__NavItem:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20px;
  height: 3px;
  width: calc(100% - 40px - 0.2em);
  opacity: 0;
  background: var(--text-color);
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 0.3s, transform 0.3s;
}
.Timeline__NavItem.is-selected {
  color: var(--text-color);
}
.Timeline__NavItem.is-selected:after {
  opacity: 1;
  transform: scale(1);
}
.Timeline__NavLabel {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 641px) {
  .Timeline {
    box-shadow: none;
  }
  .Timeline__Nav {
    margin-top: 40px;
    background: 0 0;
    font-size: calc(
      var(--base-text-font-size) - (var(--default-text-font-size) - 12px)
    );
  }
  .Timeline__NavWrapper {
    display: block;
    text-align: center;
  }
  .Timeline__NavItem {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1140px) {
  .Product__Gallery {
    margin-bottom: 80px;
  }
  .Product__Slideshow {
    margin-left: auto;
    margin-right: auto;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav--dots {
    display: none;
  }
  .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
    display: block;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails {
    display: flex;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow,
  .Product__Gallery--stack.Product__Gallery--withThumbnails
    .Product__SlideshowNav {
    flex: 1 0 auto;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails
    .Product__SlideshowNav {
    flex-grow: 0;
  }
  .Product__Gallery--stack.Product__Gallery--withThumbnails
    .Product__Slideshow {
    padding-left: 50px;
  }
  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .Product__SlideshowNav {
    margin: 10px -10px -10px;
    text-align: center;
  }
  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .Product__SlideshowNavImage {
    display: inline-block;
    width: 70px;
    margin: 10px;
    vertical-align: top;
  }
  .Product__Gallery:not(
      .Product__Gallery--stack
    ).Product__Gallery--withThumbnails
    .flickity-page-dots {
    display: none;
  }
  .Product__Info {
    width: 400px;
  }
  .Product__FeatureImage {
    height: 600px;
  }
  .Product__FeatureImage--small {
    height: 500px;
  }
  .Product__FeatureImage--large {
    height: 700px;
  }
  #shopify-product-reviews {
    margin-right: 100px !important;
  }
  .TestimonialNav__Item {
    margin: 0 45px;
  }
  .Timeline__Nav {
    margin-top: 65px;
  }
}
