:root {
  --default-transition-timing: 0.4s;
  --default-transition-easing: cubic-bezier(0.29, 0.63, 0.44, 1);
  --layout-site-padding: var(--layout-site-padding-mobile);
  --layout-section-padding: var(--layout-section-padding-mobile);
  --layout-section-padding-sm: var(--layout-section-padding-sm-mobile);
  --layout-section-spacing-small: var(--layout-section-spacing-small-mobile);
  --layout-section-spacing-medium: var(--layout-section-spacing-medium-mobile);
  --layout-section-spacing-large: var(--layout-section-spacing-large-mobile);
  --layout-block-spacing-small: var(--layout-block-spacing-small-mobile);
  --layout-block-spacing-medium: var(--layout-block-spacing-medium-mobile);
  --layout-block-spacing-large: var(--layout-block-spacing-large-mobile);
  --announcement-height: 4rem;
  --header-top-height: 0rem;
  --header-main-height: var(--mobile-header-main-height);
  --header-height: calc(var(--header-top-height) + var(--header-main-height));
  --visible-announcement-height: var(--announcement-height);
  --anchor-offset: calc(var(--header-height) + var(--visible-announcement-height) + 1rem);
  --main-negative-margin: calc(var(--header-main-height)*-1);
  --h1-fs: calc(var(--fs-heading-scale)*3rem);
  --h2-fs: calc(var(--fs-heading-scale)*2.6rem);
  --h3-fs: calc(var(--fs-heading-scale)*2rem);
  --h4-lg-fs: calc(var(--fs-heading-scale)*1.8rem);
  --h4-fs: calc(var(--fs-heading-scale)*1.6rem);
  --h5-fs: calc(var(--fs-heading-scale)*1.6rem);
  --h6-fs: calc(var(--fs-heading-scale)*1.4rem);
  --h1-lh: calc(1 + 0.3/var(--fs-heading-scale));
  --h2-lh: calc(1 + 0.3/var(--fs-heading-scale));
  --h3-lh: calc(1 + 0.3/var(--fs-heading-scale));
  --h4-lg-lh: calc(1 + 0.3/var(--fs-heading-scale));
  --h4-lh: calc(1 + 0.3/var(--fs-heading-scale));
  --h5-lh: calc(1 + 0.3/var(--fs-heading-scale));
  --h6-lh: calc(1 + 0.3/var(--fs-heading-scale));
  --body-fs-lg: 1.8rem;
  --body-fs-md: 1.6rem;
  --body-fs-sm: 1.4rem;
  --body-fs-xs: 1.2rem;
  --body-lh-lg: calc(1 + 0.6/var(--fs-body-scale));
  --body-lh-md: calc(1 + 0.6/var(--fs-body-scale));
  --body-lh-sm: calc(1 + 0.4/var(--fs-body-scale));
  --body-lh-xs: calc(1 + 0.4/var(--fs-body-scale));
  --btn-fs: 1.4rem;
  --nav-fs: 1.3rem;
  --link-fs: 1.6rem;
  --copyright-fs: 1rem;
  --product-title-fs: 1.6rem;
  --product-price-fs: 1.6rem;
  --quote-fs: 2rem;
  --btn-lh: calc(1 + 0.1/var(--fs-body-scale));
  --nav-lh: calc(1 + 0.2/var(--fs-body-scale));
  --link-lh: calc(1 + 0.1/var(--fs-body-scale));
  --copyright-lh: calc(1 + 0.2/var(--fs-body-scale));
  --product-title-lh: calc(1 + 0.2/var(--fs-body-scale));
  --product-price-lh: calc(1 + 0.1/var(--fs-body-scale));
  --quote-lh: calc(1 + 0.6/var(--fs-body-scale))
}

@media screen and (min-width:1100px) {
  :root {
    --layout-site-padding: var(--layout-site-padding-desktop);
    --layout-section-padding: var(--layout-section-padding-desktop);
    --layout-section-padding-sm: var(--layout-section-padding-sm-desktop);
    --layout-section-spacing-small: var(--layout-section-spacing-small-desktop);
    --layout-section-spacing-medium: var(--layout-section-spacing-medium-desktop);
    --layout-section-spacing-large: var(--layout-section-spacing-large-desktop);
    --layout-block-spacing-small: var(--layout-block-spacing-small-desktop);
    --layout-block-spacing-medium: var(--layout-block-spacing-medium-desktop);
    --layout-block-spacing-large: var(--layout-block-spacing-large-desktop);
    --h1-fs: calc(var(--fs-heading-scale)*5rem);
    --h2-fs: calc(var(--fs-heading-scale)*3.5rem);
    --h3-fs: calc(var(--fs-heading-scale)*2.8rem);
    --h4-lg-fs: calc(var(--fs-heading-scale)*2.4rem);
    --h4-fs: calc(var(--fs-heading-scale)*2rem);
    --h5-fs: calc(var(--fs-heading-scale)*1.8rem);
    --h6-fs: calc(var(--fs-heading-scale)*1.6rem);
    --h1-lh: calc(1 + 0.2/var(--fs-heading-scale));
    --h2-lh: calc(1 + 0.2/var(--fs-heading-scale));
    --h3-lh: calc(1 + 0.2/var(--fs-heading-scale));
    --h4-lg-lh: calc(1 + 0.2/var(--fs-heading-scale));
    --h4-lh: calc(1 + 0.2/var(--fs-heading-scale));
    --h5-lh: calc(1 + 0.2/var(--fs-heading-scale));
    --h6-lh: calc(1 + 0.2/var(--fs-heading-scale));
    --btn-fs: 1.6rem;
    --product-title-fs: 2rem;
    --product-price-fs: 2rem;
    --quote-fs: 2.4rem;
    --btn-lh: calc(1 + 0.2/var(--fs-body-scale));
    --product-title-lh: calc(1 + 0.2/var(--fs-body-scale));
    --product-price-lh: calc(1 + 0.1/var(--fs-body-scale));
    --quote-lh: calc(1 + 0.6/var(--fs-body-scale));
    --header-top-height: 4rem;
    --header-main-height: var(--desktop-header-main-height);
    --announcement-height: 5rem
  }
}

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

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

.no-js .js {
  display: none
}

.hide {
  display: none !important
}

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

.u-text-center {
  text-align: center
}

.u-text-left {
  text-align: left
}

.u-text-right {
  text-align: right
}

@media screen and (max-width:768px) {
  .u-text-mobile-center {
    text-align: center
  }

  .u-text-mobile-left {
    text-align: left
  }

  .u-text-mobile-right {
    text-align: right
  }
}

.u-text-uppercase {
  text-transform: uppercase
}

.u-position-center {
  margin-left: auto;
  margin-right: auto
}

.u-postion-left {
  margin-right: auto
}

.u-position-right {
  margin-left: auto
}

.u-unstyled-list {
  padding-left: 0
}

.u-unstyled-list li {
  list-style: none
}

.u-unstyled-btn {
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: block
}

.u-ratio-container {
  position: relative
}

.u-ratio-container>* {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.u-ratio-container:after {
  content: "";
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  width: 100%
}

.u-list-inline {
  margin: 0;
  padding: 0
}

.u-list-inline li {
  display: inline-block
}

.u-placeholder-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.u-placeholder-background--animation {
  background-color: var(--black)
}

.no-js .u-placeholder-background--animation {
  display: none
}

.lazyload,
.lazyloading {
  opacity: 0
}

.lazyloaded {
  opacity: 1;
  transition: opacity .4s cubic-bezier(.215, .61, .355, 1)
}

.h1,
.h2,
.h3,
.h4,
.h4-lg,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(var(--color-heading));
  font-family: var(--ff-secondary);
  font-weight: var(--ff-secondary-weight)
}

.h1,
h1 {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh)
}

.h1,
.h2,
h1,
h2 {
  margin-bottom: 2.5rem;
  margin-top: 0
}

.h2,
h2 {
  font-size: var(--h2-fs);
  line-height: var(--h2-lh)
}

@media screen and (max-width:768px) {

  .h2--mobile,
  h2--mobile {
    font-size: var(--h2-fs);
    line-height: var(--h2-lh);
    margin-bottom: 2.5rem;
    margin-top: 0
  }
}

.h3,
h3 {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  margin-bottom: 2rem;
  margin-top: 0
}

@media screen and (max-width:768px) {

  .h3--mobile,
  h3--mobile {
    font-size: var(--h3-fs);
    line-height: var(--h3-lh);
    margin-bottom: 2rem;
    margin-top: 0
  }
}

.h4-lg {
  font-size: var(--h4-lg-fs);
  line-height: var(--h4-lg-lh)
}

.h4,
.h4-lg,
h4 {
  margin-bottom: 2rem;
  margin-top: 0
}

.h4,
h4 {
  font-size: var(--h4-fs);
  line-height: var(--h4-lh)
}

@media screen and (max-width:768px) {

  .h4--mobile,
  h4--mobile {
    font-size: var(--h4-fs);
    line-height: var(--h4-lh);
    margin-bottom: 2rem;
    margin-top: 0
  }
}

.h5,
h5 {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh)
}

.h5,
.h6,
h5,
h6 {
  margin-bottom: 2rem;
  margin-top: 0
}

.h6,
h6 {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh)
}

.p,
body {
  font-family: var(--ff-primary);
  font-size: var(--body-fs-md);
  font-weight: 400;
  line-height: var(--body-lh-md)
}

p {
  margin-bottom: 1.6rem;
  margin-top: 1.6rem
}

p:first-of-type {
  margin-top: 0
}

.product-title {
  font-size: var(--product-title-fs);
  font-weight: 400;
  line-height: var(--product-title-lh);
  margin-bottom: 0
}

.product-price,
.product-title {
  font-family: var(--ff-secondary)
}

.product-price {
  font-size: var(--product-price-fs);
  font-weight: 700;
  line-height: var(--product-price-lh)
}

.body-fs-lg {
  font-size: var(--body-fs-lg);
  line-height: var(--body-lh-lg)
}

.body-fs-md {
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md)
}

.body-fs-sm {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm)
}

.body-fs-xs {
  font-size: var(--body-fs-xs);
  line-height: var(--body-lh-xs)
}

blockquote {
  font-family: var(--ff-primary);
  font-size: var(--h2-fs);
  font-weight: 600;
  line-height: var(--h2-lh);
  margin-bottom: 2.5rem;
  margin-top: 0
}

*,
:after,
:before {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: inherit
}

::selection {
  background-color: rgba(var(--color-button), .4)
}

:focus {
  outline-color: rgb(var(--color-button))
}

.skip-to-content-link {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm)
}

.skip-to-content-link:focus-visible {
  clip: auto;
  background: rgb(var(--color-button));
  color: rgb(var(--color-button-label));
  height: auto;
  overflow: auto;
  padding: 1rem 1.6rem;
  width: auto;
  z-index: 9999
}

.no-js:not(html) {
  display: none !important
}

html.no-js .no-js:not(html) {
  display: block !important
}

.no-js-inline {
  display: none !important
}

html.no-js .no-js-inline {
  display: inline-block !important
}

html.no-js .no-js-hidden {
  display: none !important
}

body,
html {
  scroll-behavior: smooth
}

@media screen and (prefers-reduced-motion:reduce) {

  body,
  html {
    scroll-behavior: auto
  }
}

html {
  box-sizing: border-box;
  font-size: calc(var(--fs-body-scale)*62.5%)
}

body {
  display: flex;
  flex-direction: column;
  font-family: var(--ff-primary);
  font-size: var(--body-fs-md);
  font-weight: 300;
  line-height: var(--body-lh-md);
  margin: 0;
  min-height: 100dvh;
  overflow-y: scroll
}

body.sidebar--is-animating .section-announcement-bar,
body.sidebar--open .section-announcement-bar {
  z-index: 999
}

body.sidebar-desktop--open .section-announcement-bar {
  z-index: 9999
}

body.filter-sidebar--is-animating #shopify-section-header,
body.filter-sidebar--is-animating .section-announcement-bar,
body.filter-sidebar--open #shopify-section-header,
body.filter-sidebar--open .section-announcement-bar {
  z-index: 0
}

body.no-scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
  touch-action: none;
  -ms-touch-action: none
}

main {
  margin-top: var(--main-negative-margin)
}

@media only screen and (max-width:-1px) {
  .hidden-xs-down {
    display: none !important
  }
}

.hidden-xs-up {
  display: none !important
}

@media only screen and (max-width:479px) {
  .hidden-xs-down {
    display: none !important
  }
}

@media only screen and (min-width:480px) {
  .hidden-xs-up {
    display: none !important
  }
}

@media only screen and (max-width:599px) {
  .hidden-sm-down {
    display: none !important
  }
}

@media only screen and (min-width:600px) {
  .hidden-sm-up {
    display: none !important
  }
}

@media only screen and (max-width:767px) {
  .hidden-md-down {
    display: none !important
  }
}

@media only screen and (min-width:768px) {
  .hidden-md-up {
    display: none !important
  }
}

@media only screen and (max-width:989px) {
  .hidden-lg-down {
    display: none !important
  }
}

@media only screen and (min-width:990px) {
  .hidden-lg-up {
    display: none !important
  }
}

@media only screen and (max-width:1099px) {
  .hidden-xl-down {
    display: none !important
  }
}

@media only screen and (min-width:1100px) {
  .hidden-xl-up {
    display: none !important
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.grid--no-wrap {
  flex-wrap: nowrap
}

.grid--center-h {
  justify-content: center
}

.grid--left-h {
  justify-content: left
}

.grid--right-h {
  justify-content: right
}

.grid--top-v {
  align-items: flex-start
}

.grid--center-v {
  align-items: center
}

.grid--bottom-v {
  align-items: flex-end
}

.grid__col-offset-0 {
  margin-left: 0
}

.grid__col-offset-right-0 {
  margin-right: 0
}

.grid__col-1 {
  width: 8.3333333333%
}

.grid__col-offset-1 {
  margin-left: 8.3333333333%
}

.grid__col-offset-right-1 {
  margin-right: 8.3333333333%
}

.grid__col-2 {
  width: 16.6666666667%
}

.grid__col-offset-2 {
  margin-left: 16.6666666667%
}

.grid__col-offset-right-2 {
  margin-right: 16.6666666667%
}

.grid__col-3 {
  width: 25%
}

.grid__col-offset-3 {
  margin-left: 25%
}

.grid__col-offset-right-3 {
  margin-right: 25%
}

.grid__col-4 {
  width: 33.3333333333%
}

.grid__col-offset-4 {
  margin-left: 33.3333333333%
}

.grid__col-offset-right-4 {
  margin-right: 33.3333333333%
}

.grid__col-5 {
  width: 41.6666666667%
}

.grid__col-offset-5 {
  margin-left: 41.6666666667%
}

.grid__col-offset-right-5 {
  margin-right: 41.6666666667%
}

.grid__col-6 {
  width: 50%
}

.grid__col-offset-6 {
  margin-left: 50%
}

.grid__col-offset-right-6 {
  margin-right: 50%
}

.grid__col-7 {
  width: 58.3333333333%
}

.grid__col-offset-7 {
  margin-left: 58.3333333333%
}

.grid__col-offset-right-7 {
  margin-right: 58.3333333333%
}

.grid__col-8 {
  width: 66.6666666667%
}

.grid__col-offset-8 {
  margin-left: 66.6666666667%
}

.grid__col-offset-right-8 {
  margin-right: 66.6666666667%
}

.grid__col-9 {
  width: 75%
}

.grid__col-offset-9 {
  margin-left: 75%
}

.grid__col-offset-right-9 {
  margin-right: 75%
}

.grid__col-10 {
  width: 83.3333333333%
}

.grid__col-offset-10 {
  margin-left: 83.3333333333%
}

.grid__col-offset-right-10 {
  margin-right: 83.3333333333%
}

.grid__col-11 {
  width: 91.6666666667%
}

.grid__col-offset-11 {
  margin-left: 91.6666666667%
}

.grid__col-offset-right-11 {
  margin-right: 91.6666666667%
}

.grid__col-12 {
  width: 100%
}

.grid__col-offset-12 {
  margin-left: 100%
}

.grid__col-offset-right-12 {
  margin-right: 100%
}

@media only screen and (min-width:480px) {
  .grid--no-wrap-xs {
    flex-wrap: nowrap
  }

  .grid--center-h-xs {
    justify-content: center
  }

  .grid--left-h-xs {
    justify-content: left
  }

  .grid--right-h-xs {
    justify-content: right
  }

  .grid--top-v-xs {
    align-items: flex-start
  }

  .grid--center-v-xs {
    align-items: center
  }

  .grid--bottom-v-xs {
    align-items: flex-end
  }

  .grid__col-xs-offset-0 {
    margin-left: 0
  }

  .grid__col-xs-offset-right-0 {
    margin-right: 0
  }

  .grid__col-xs-1 {
    width: 8.3333333333%
  }

  .grid__col-xs-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid__col-xs-offset-right-1 {
    margin-right: 8.3333333333%
  }

  .grid__col-xs-2 {
    width: 16.6666666667%
  }

  .grid__col-xs-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid__col-xs-offset-right-2 {
    margin-right: 16.6666666667%
  }

  .grid__col-xs-3 {
    width: 25%
  }

  .grid__col-xs-offset-3 {
    margin-left: 25%
  }

  .grid__col-xs-offset-right-3 {
    margin-right: 25%
  }

  .grid__col-xs-4 {
    width: 33.3333333333%
  }

  .grid__col-xs-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid__col-xs-offset-right-4 {
    margin-right: 33.3333333333%
  }

  .grid__col-xs-5 {
    width: 41.6666666667%
  }

  .grid__col-xs-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid__col-xs-offset-right-5 {
    margin-right: 41.6666666667%
  }

  .grid__col-xs-6 {
    width: 50%
  }

  .grid__col-xs-offset-6 {
    margin-left: 50%
  }

  .grid__col-xs-offset-right-6 {
    margin-right: 50%
  }

  .grid__col-xs-7 {
    width: 58.3333333333%
  }

  .grid__col-xs-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid__col-xs-offset-right-7 {
    margin-right: 58.3333333333%
  }

  .grid__col-xs-8 {
    width: 66.6666666667%
  }

  .grid__col-xs-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid__col-xs-offset-right-8 {
    margin-right: 66.6666666667%
  }

  .grid__col-xs-9 {
    width: 75%
  }

  .grid__col-xs-offset-9 {
    margin-left: 75%
  }

  .grid__col-xs-offset-right-9 {
    margin-right: 75%
  }

  .grid__col-xs-10 {
    width: 83.3333333333%
  }

  .grid__col-xs-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid__col-xs-offset-right-10 {
    margin-right: 83.3333333333%
  }

  .grid__col-xs-11 {
    width: 91.6666666667%
  }

  .grid__col-xs-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid__col-xs-offset-right-11 {
    margin-right: 91.6666666667%
  }

  .grid__col-xs-12 {
    width: 100%
  }

  .grid__col-xs-offset-12 {
    margin-left: 100%
  }

  .grid__col-xs-offset-right-12 {
    margin-right: 100%
  }
}

@media only screen and (min-width:600px) {
  .grid--no-wrap-sm {
    flex-wrap: nowrap
  }

  .grid--center-h-sm {
    justify-content: center
  }

  .grid--left-h-sm {
    justify-content: left
  }

  .grid--right-h-sm {
    justify-content: right
  }

  .grid--top-v-sm {
    align-items: flex-start
  }

  .grid--center-v-sm {
    align-items: center
  }

  .grid--bottom-v-sm {
    align-items: flex-end
  }

  .grid__col-sm-offset-0 {
    margin-left: 0
  }

  .grid__col-sm-offset-right-0 {
    margin-right: 0
  }

  .grid__col-sm-1 {
    width: 8.3333333333%
  }

  .grid__col-sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid__col-sm-offset-right-1 {
    margin-right: 8.3333333333%
  }

  .grid__col-sm-2 {
    width: 16.6666666667%
  }

  .grid__col-sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid__col-sm-offset-right-2 {
    margin-right: 16.6666666667%
  }

  .grid__col-sm-3 {
    width: 25%
  }

  .grid__col-sm-offset-3 {
    margin-left: 25%
  }

  .grid__col-sm-offset-right-3 {
    margin-right: 25%
  }

  .grid__col-sm-4 {
    width: 33.3333333333%
  }

  .grid__col-sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid__col-sm-offset-right-4 {
    margin-right: 33.3333333333%
  }

  .grid__col-sm-5 {
    width: 41.6666666667%
  }

  .grid__col-sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid__col-sm-offset-right-5 {
    margin-right: 41.6666666667%
  }

  .grid__col-sm-6 {
    width: 50%
  }

  .grid__col-sm-offset-6 {
    margin-left: 50%
  }

  .grid__col-sm-offset-right-6 {
    margin-right: 50%
  }

  .grid__col-sm-7 {
    width: 58.3333333333%
  }

  .grid__col-sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid__col-sm-offset-right-7 {
    margin-right: 58.3333333333%
  }

  .grid__col-sm-8 {
    width: 66.6666666667%
  }

  .grid__col-sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid__col-sm-offset-right-8 {
    margin-right: 66.6666666667%
  }

  .grid__col-sm-9 {
    width: 75%
  }

  .grid__col-sm-offset-9 {
    margin-left: 75%
  }

  .grid__col-sm-offset-right-9 {
    margin-right: 75%
  }

  .grid__col-sm-10 {
    width: 83.3333333333%
  }

  .grid__col-sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid__col-sm-offset-right-10 {
    margin-right: 83.3333333333%
  }

  .grid__col-sm-11 {
    width: 91.6666666667%
  }

  .grid__col-sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid__col-sm-offset-right-11 {
    margin-right: 91.6666666667%
  }

  .grid__col-sm-12 {
    width: 100%
  }

  .grid__col-sm-offset-12 {
    margin-left: 100%
  }

  .grid__col-sm-offset-right-12 {
    margin-right: 100%
  }
}

@media only screen and (min-width:768px) {
  .grid--no-wrap-md {
    flex-wrap: nowrap
  }

  .grid--center-h-md {
    justify-content: center
  }

  .grid--left-h-md {
    justify-content: left
  }

  .grid--right-h-md {
    justify-content: right
  }

  .grid--top-v-md {
    align-items: flex-start
  }

  .grid--center-v-md {
    align-items: center
  }

  .grid--bottom-v-md {
    align-items: flex-end
  }

  .grid__col-md-offset-0 {
    margin-left: 0
  }

  .grid__col-md-offset-right-0 {
    margin-right: 0
  }

  .grid__col-md-1 {
    width: 8.3333333333%
  }

  .grid__col-md-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid__col-md-offset-right-1 {
    margin-right: 8.3333333333%
  }

  .grid__col-md-2 {
    width: 16.6666666667%
  }

  .grid__col-md-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid__col-md-offset-right-2 {
    margin-right: 16.6666666667%
  }

  .grid__col-md-3 {
    width: 25%
  }

  .grid__col-md-offset-3 {
    margin-left: 25%
  }

  .grid__col-md-offset-right-3 {
    margin-right: 25%
  }

  .grid__col-md-4 {
    width: 33.3333333333%
  }

  .grid__col-md-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid__col-md-offset-right-4 {
    margin-right: 33.3333333333%
  }

  .grid__col-md-5 {
    width: 41.6666666667%
  }

  .grid__col-md-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid__col-md-offset-right-5 {
    margin-right: 41.6666666667%
  }

  .grid__col-md-6 {
    width: 50%
  }

  .grid__col-md-offset-6 {
    margin-left: 50%
  }

  .grid__col-md-offset-right-6 {
    margin-right: 50%
  }

  .grid__col-md-7 {
    width: 58.3333333333%
  }

  .grid__col-md-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid__col-md-offset-right-7 {
    margin-right: 58.3333333333%
  }

  .grid__col-md-8 {
    width: 66.6666666667%
  }

  .grid__col-md-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid__col-md-offset-right-8 {
    margin-right: 66.6666666667%
  }

  .grid__col-md-9 {
    width: 75%
  }

  .grid__col-md-offset-9 {
    margin-left: 75%
  }

  .grid__col-md-offset-right-9 {
    margin-right: 75%
  }

  .grid__col-md-10 {
    width: 83.3333333333%
  }

  .grid__col-md-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid__col-md-offset-right-10 {
    margin-right: 83.3333333333%
  }

  .grid__col-md-11 {
    width: 91.6666666667%
  }

  .grid__col-md-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid__col-md-offset-right-11 {
    margin-right: 91.6666666667%
  }

  .grid__col-md-12 {
    width: 100%
  }

  .grid__col-md-offset-12 {
    margin-left: 100%
  }

  .grid__col-md-offset-right-12 {
    margin-right: 100%
  }
}

@media only screen and (min-width:990px) {
  .grid--no-wrap-lg {
    flex-wrap: nowrap
  }

  .grid--center-h-lg {
    justify-content: center
  }

  .grid--left-h-lg {
    justify-content: left
  }

  .grid--right-h-lg {
    justify-content: right
  }

  .grid--top-v-lg {
    align-items: flex-start
  }

  .grid--center-v-lg {
    align-items: center
  }

  .grid--bottom-v-lg {
    align-items: flex-end
  }

  .grid__col-lg-offset-0 {
    margin-left: 0
  }

  .grid__col-lg-offset-right-0 {
    margin-right: 0
  }

  .grid__col-lg-1 {
    width: 8.3333333333%
  }

  .grid__col-lg-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid__col-lg-offset-right-1 {
    margin-right: 8.3333333333%
  }

  .grid__col-lg-2 {
    width: 16.6666666667%
  }

  .grid__col-lg-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid__col-lg-offset-right-2 {
    margin-right: 16.6666666667%
  }

  .grid__col-lg-3 {
    width: 25%
  }

  .grid__col-lg-offset-3 {
    margin-left: 25%
  }

  .grid__col-lg-offset-right-3 {
    margin-right: 25%
  }

  .grid__col-lg-4 {
    width: 33.3333333333%
  }

  .grid__col-lg-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid__col-lg-offset-right-4 {
    margin-right: 33.3333333333%
  }

  .grid__col-lg-5 {
    width: 41.6666666667%
  }

  .grid__col-lg-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid__col-lg-offset-right-5 {
    margin-right: 41.6666666667%
  }

  .grid__col-lg-6 {
    width: 50%
  }

  .grid__col-lg-offset-6 {
    margin-left: 50%
  }

  .grid__col-lg-offset-right-6 {
    margin-right: 50%
  }

  .grid__col-lg-7 {
    width: 58.3333333333%
  }

  .grid__col-lg-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid__col-lg-offset-right-7 {
    margin-right: 58.3333333333%
  }

  .grid__col-lg-8 {
    width: 66.6666666667%
  }

  .grid__col-lg-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid__col-lg-offset-right-8 {
    margin-right: 66.6666666667%
  }

  .grid__col-lg-9 {
    width: 75%
  }

  .grid__col-lg-offset-9 {
    margin-left: 75%
  }

  .grid__col-lg-offset-right-9 {
    margin-right: 75%
  }

  .grid__col-lg-10 {
    width: 83.3333333333%
  }

  .grid__col-lg-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid__col-lg-offset-right-10 {
    margin-right: 83.3333333333%
  }

  .grid__col-lg-11 {
    width: 91.6666666667%
  }

  .grid__col-lg-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid__col-lg-offset-right-11 {
    margin-right: 91.6666666667%
  }

  .grid__col-lg-12 {
    width: 100%
  }

  .grid__col-lg-offset-12 {
    margin-left: 100%
  }

  .grid__col-lg-offset-right-12 {
    margin-right: 100%
  }
}

@media only screen and (min-width:1100px) {
  .grid--no-wrap-xl {
    flex-wrap: nowrap
  }

  .grid--center-h-xl {
    justify-content: center
  }

  .grid--left-h-xl {
    justify-content: left
  }

  .grid--right-h-xl {
    justify-content: right
  }

  .grid--top-v-xl {
    align-items: flex-start
  }

  .grid--center-v-xl {
    align-items: center
  }

  .grid--bottom-v-xl {
    align-items: flex-end
  }

  .grid__col-xl-offset-0 {
    margin-left: 0
  }

  .grid__col-xl-offset-right-0 {
    margin-right: 0
  }

  .grid__col-xl-1 {
    width: 8.3333333333%
  }

  .grid__col-xl-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid__col-xl-offset-right-1 {
    margin-right: 8.3333333333%
  }

  .grid__col-xl-2 {
    width: 16.6666666667%
  }

  .grid__col-xl-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid__col-xl-offset-right-2 {
    margin-right: 16.6666666667%
  }

  .grid__col-xl-3 {
    width: 25%
  }

  .grid__col-xl-offset-3 {
    margin-left: 25%
  }

  .grid__col-xl-offset-right-3 {
    margin-right: 25%
  }

  .grid__col-xl-4 {
    width: 33.3333333333%
  }

  .grid__col-xl-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid__col-xl-offset-right-4 {
    margin-right: 33.3333333333%
  }

  .grid__col-xl-5 {
    width: 41.6666666667%
  }

  .grid__col-xl-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid__col-xl-offset-right-5 {
    margin-right: 41.6666666667%
  }

  .grid__col-xl-6 {
    width: 50%
  }

  .grid__col-xl-offset-6 {
    margin-left: 50%
  }

  .grid__col-xl-offset-right-6 {
    margin-right: 50%
  }

  .grid__col-xl-7 {
    width: 58.3333333333%
  }

  .grid__col-xl-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid__col-xl-offset-right-7 {
    margin-right: 58.3333333333%
  }

  .grid__col-xl-8 {
    width: 66.6666666667%
  }

  .grid__col-xl-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid__col-xl-offset-right-8 {
    margin-right: 66.6666666667%
  }

  .grid__col-xl-9 {
    width: 75%
  }

  .grid__col-xl-offset-9 {
    margin-left: 75%
  }

  .grid__col-xl-offset-right-9 {
    margin-right: 75%
  }

  .grid__col-xl-10 {
    width: 83.3333333333%
  }

  .grid__col-xl-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid__col-xl-offset-right-10 {
    margin-right: 83.3333333333%
  }

  .grid__col-xl-11 {
    width: 91.6666666667%
  }

  .grid__col-xl-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid__col-xl-offset-right-11 {
    margin-right: 91.6666666667%
  }

  .grid__col-xl-12 {
    width: 100%
  }

  .grid__col-xl-offset-12 {
    margin-left: 100%
  }

  .grid__col-xl-offset-right-12 {
    margin-right: 100%
  }
}

.a-badge {
  display: inline-block;
  font-size: calc(var(--body-fs-xs) + 1px);
  font-weight: 300;
  letter-spacing: .07rem;
  line-height: var(--body-lh-xs);
  padding: .5rem 1.4rem;
  text-transform: uppercase
}

.a-badge,
.a-badge--primary {
  background-color: rgb(var(--color-accent));
  color: rgb(var(--color-accent-label))
}

.a-badge--secondary {
  background-color: rgb(var(--color-secondary-accent));
  color: rgb(var(--color-secondary-accent-label))
}

.a-badge--tertiary {
  background-color: rgb(var(--color-tertiary-accent));
  color: rgb(var(--color-tertiary-accent-label))
}

.a-badge--lg {
  font-size: var(--body-fs-md);
  letter-spacing: .1rem;
  line-height: var(--body-lh-md);
  padding: .5rem 1.8rem
}

.a-btn,
.m-product-form .shopify-payment-button__button--unbranded,
.shopify-challenge__container .btn {
  border-radius: var(--button-border-radius);
  cursor: pointer;
  display: inline-block;
  font-family: var(--ff-primary);
  font-size: var(--btn-fs);
  font-weight: 400;
  letter-spacing: .28rem;
  line-height: var(--btn-lh);
  padding: 1.4rem 2.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: var(--button-letter-case);
  transition: color .35s ease, border-color .35s ease, background-color .35s ease
}

@media screen and (min-width:768px) {

  .a-btn,
  .m-product-form .shopify-payment-button__button--unbranded,
  .shopify-challenge__container .btn {
    letter-spacing: .32rem
  }
}

.a-btn a,
.m-product-form .shopify-payment-button__button--unbranded a,
.shopify-challenge__container .btn a {
  text-decoration: none
}

.a-btn--primary,
.shopify-challenge__container .btn {
  background-color: rgb(var(--color-button));
  border: 1px solid rgb(var(--color-button));
  color: rgb(var(--color-button-label))
}

.a-btn--primary:not([disabled]):not(.disabled):hover,
.shopify-challenge__container .btn:not([disabled]):not(.disabled):hover {
  background-color: rgb(var(--color-button-hover));
  border-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-label))
}

.a-btn--secondary {
  background-color: rgb(var(--color-button-hover));
  border: 1px solid rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-label))
}

.a-btn--secondary:not([disabled]):not(.disabled):hover {
  background-color: rgb(var(--color-button));
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label))
}

.a-btn--tertiary,
.m-product-form .shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), 0);
  border: 1px solid rgb(var(--color-button));
  color: rgb(var(--color-button))
}

.a-btn--tertiary:not([disabled]):not(.disabled):hover,
.m-product-form .shopify-payment-button__button--unbranded:not([disabled]):not(.disabled):hover {
  background-color: rgba(var(--color-button), 1);
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label))
}

.a-btn--quaternary {
  background-color: rgba(var(--color-button), 0);
  border: 1px solid rgb(var(--color-button));
  color: rgb(var(--color-button-hover))
}

.a-btn--quaternary:not([disabled]):not(.disabled):hover {
  background-color: rgba(var(--color-button), 1);
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label))
}

.a-btn--has-icon .icon {
  height: auto;
  margin-left: .8rem;
  vertical-align: middle;
  width: 1.6rem
}

.a-btn--has-icon .icon path {
  transition: fill .35s ease
}

.a-btn--has-icon span {
  vertical-align: middle
}

.a-btn.disabled,
.a-btn:disabled,
.m-product-form .disabled.shopify-payment-button__button--unbranded,
.m-product-form .shopify-payment-button__button--unbranded:disabled,
.shopify-challenge__container .btn:disabled,
.shopify-challenge__container .disabled.btn {
  cursor: not-allowed;
  opacity: .5
}

.m-button-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem
}

.wishlist-engine {
  --wishlist-color: rgb(var(--color-text));
  --icon-width: 2rem;
  --icon-height: 2rem;
  --wishlist-icon-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-heart' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5.794c-.91-1.722-2.164-2.715-3.536-3.071-1.611-.419-3.281.071-4.57 1.103a6.477 6.477 0 0 0-2.388 4.5c-.159 1.876.474 3.976 2.249 6.004a34.844 34.844 0 0 0 4.75 4.5c.452.358.866.674 1.245.962.781.596 1.409 1.074 1.896 1.561a.5.5 0 0 0 .707 0c.349-.349.794-.706 1.339-1.118.198-.15.412-.31.638-.477.38-.284.794-.591 1.225-.925 1.392-1.075 3.043-2.472 4.82-4.503 1.776-2.029 2.4-4.13 2.228-6.007a6.508 6.508 0 0 0-2.436-4.499c-1.304-1.03-2.989-1.52-4.611-1.102-1.382.356-2.644 1.348-3.556 3.072ZM4.507 13.67l-.372.326.372-.326a33.851 33.851 0 0 0 4.618 4.375c.404.32.794.617 1.162.898.65.495 1.232.94 1.713 1.37a18.19 18.19 0 0 1 1.088-.877c.213-.16.432-.324.66-.493a79.77 79.77 0 0 0 1.196-.902c1.358-1.05 2.957-2.403 4.679-4.37 1.619-1.85 2.129-3.688 1.985-5.258a5.508 5.508 0 0 0-2.06-3.805c-1.107-.874-2.476-1.244-3.743-.918-1.253.322-2.508 1.353-3.34 3.49a.5.5 0 0 1-.932 0c-.832-2.14-2.08-3.169-3.32-3.49-1.252-.325-2.604.043-3.693.916A5.477 5.477 0 0 0 2.502 8.41c-.133 1.57.385 3.41 2.005 5.26Z' fill='currentColor'/%3E%3C/svg%3E")
}

.wishlist-engine .wishlist-engine-button {
  padding: 0 !important
}

.wishlist-engine[data-added=true] .wishlist-icon:after {
  --wishlist-icon-svg: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-heart-filled' width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M22.696 8.785a6.486 6.486 0 0 0-2.44-4.5c-1.3-1.03-2.98-1.52-4.61-1.1-1.38.36-2.64 1.35-3.56 3.07-.91-1.72-2.16-2.72-3.54-3.07-1.61-.42-3.28.07-4.57 1.1a6.542 6.542 0 0 0-2.38 4.5c-.16 1.88.47 3.98 2.25 6 1.78 2.03 3.39 3.42 4.75 4.5.45.36.87.67 1.25.96.78.6 1.41 1.07 1.9 1.56.2.2.51.2.71 0 .35-.35.79-.71 1.34-1.12.2-.15.41-.31.64-.48.38-.28.79-.59 1.23-.92 1.39-1.08 3.04-2.47 4.82-4.5 1.78-2.03 2.4-4.13 2.23-6.01l-.02.01Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='currentColor' transform='translate(1.576 3.035)' d='M0 0h21.15v18.93H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")
}

.wishlist-engine .wishlist-icon {
  display: flex
}

.wishlist-engine .wishlist-icon:after {
  background-color: rgb(var(--color-text));
  content: "";
  display: block;
  height: var(--icon-height);
  mask-image: var(--wishlist-icon-svg);
  -webkit-mask-image: var(--wishlist-icon-svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  width: var(--icon-width)
}

.wishlist-engine .wishlist-icon svg {
  display: none
}

.a-count-bubble {
  align-items: center;
  background: rgb(var(--color-quaternary-accent));
  border-radius: 100%;
  color: rgb(var(--color-quaternary-accent-label));
  display: flex;
  font-size: var(--copyright-fs);
  font-weight: 400;
  height: 1.4rem;
  justify-content: center;
  line-height: var(--copyright-lh);
  position: absolute;
  right: -.8rem;
  top: -.6rem;
  width: 1.4rem
}

.a-count-bubble[data-total="0"] {
  display: none
}

.a-checkbox {
  margin: 2rem 0;
  position: relative
}

.a-checkbox--has-swatch .a-checkbox__label.a-checkbox__label--small {
  padding-left: 2.6rem
}

.a-checkbox--has-swatch .a-checkbox__label:before {
  display: none
}

.a-checkbox--has-swatch .a-checkbox__label .a-swatch {
  left: 0;
  position: absolute;
  top: .1rem
}

.a-checkbox--has-swatch input[type=checkbox]:checked+.a-checkbox__label:after {
  display: none
}

.a-checkbox--has-swatch input[type=checkbox]:checked+.a-checkbox__label .a-swatch {
  --swatch-border-color: var(--color-button)
}

.a-checkbox input[type=checkbox],
.a-checkbox__input {
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.a-checkbox input[type=checkbox]:focus~label,
.a-checkbox__input:focus~label {
  outline-color: rgb(var(--color-button));
  outline-offset: -.2rem;
  outline-style: auto;
  outline-width: .5rem
}

.a-checkbox__label {
  color: rgb(var(--color-text));
  cursor: pointer;
  display: block;
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
  padding-left: 2.8rem;
  position: relative
}

.a-checkbox__label a {
  color: inherit
}

.a-checkbox__label:before {
  background: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  content: "";
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: .4rem;
  width: 1.8rem
}

.a-checkbox__label.a-checkbox__label--small {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  padding-left: 2.4rem
}

.a-checkbox__label.a-checkbox__label--small:before {
  content: "";
  height: 1.4rem;
  top: .3rem;
  width: 1.4rem
}

.a-checkbox__input.error+.a-checkbox__label,
input[type=checkbox].error+.a-checkbox__label {
  color: rgb(var(--color-error))
}

.a-checkbox__input.error+.a-checkbox__label:before,
input[type=checkbox].error+.a-checkbox__label:before {
  border-color: rgb(var(--color-error))
}

.a-checkbox__input:checked+.a-checkbox__label,
input[type=checkbox]:checked+.a-checkbox__label {
  cursor: pointer
}

.a-checkbox__input:checked+.a-checkbox__label:before,
input[type=checkbox]:checked+.a-checkbox__label:before {
  background: rgb(var(--color-button));
  border-color: rgb(var(--color-button))
}

.a-checkbox__input:checked+.a-checkbox__label:after,
input[type=checkbox]:checked+.a-checkbox__label:after {
  border-bottom: 2px solid rgb(var(--color-button-label));
  border-right: 2px solid rgb(var(--color-button-label));
  content: "";
  height: .9rem;
  left: .6rem;
  position: absolute;
  top: .7rem;
  transform: rotate(45deg);
  width: .5rem
}

.a-checkbox__input:checked+.a-checkbox__label.a-checkbox__label--small:after,
input[type=checkbox]:checked+.a-checkbox__label.a-checkbox__label--small:after {
  height: .8rem;
  left: .4rem;
  top: .5rem;
  width: .5rem
}

.a-checkbox--disabled {
  opacity: .5
}

.a-input {
  margin: 1.5rem 0;
  text-align: left
}

.a-input__label {
  display: block;
  margin-bottom: .5rem
}

.a-input__field,
.a-input__label,
.a-input__textarea {
  font-family: var(--ff-primary);
  font-size: var(--body-fs-sm);
  font-weight: 400;
  line-height: var(--body-lh-sm)
}

.a-input__field,
.a-input__textarea {
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  box-shadow: none;
  color: rgb(var(--color-text));
  min-height: 4rem;
  padding: 1.5rem;
  width: 100%
}

.a-input__field.a-input__field--transparent,
.a-input__textarea.a-input__field--transparent {
  background-color: transparent
}

.a-input__field.a-input__field--white,
.a-input__textarea.a-input__field--white {
  --color-text: var(--color-black);
  background-color: rgb(var(--color-white))
}

.a-input__field.error,
.a-input__textarea.error {
  border-color: rgb(var(--color-error));
  color: rgb(var(--color-error))
}

.a-input__field:focus,
.a-input__field:focus-visible,
.a-input__textarea:focus,
.a-input__textarea:focus-visible {
  border-color: rgb(var(--color-border));
  outline: none
}

.a-input__textarea {
  box-shadow: none;
  height: 12rem;
  outline: none;
  resize: none;
  width: 100%
}

.a-input__error {
  color: rgb(var(--color-error))
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  height: 0;
  width: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none
}

::-webkit-input-placeholder {
  color: rgba(var(--color-text), 1)
}

::-moz-placeholder {
  color: rgba(var(--color-text), 1)
}

::-ms-placeholder {
  color: rgba(var(--color-text), 1)
}

::placeholder {
  color: rgba(var(--color-text), 1)
}

.a-radio {
  margin: 2rem 0
}

.a-radio__input {
  display: none
}

.a-radio__label {
  color: rgb(var(--color-text));
  cursor: pointer;
  display: block;
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
  padding-left: 2.8rem;
  position: relative
}

.a-radio__label:before {
  background: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-radius: 100%;
  content: "";
  height: 1.8rem;
  left: 0;
  position: absolute;
  top: .4rem;
  width: 1.8rem
}

.a-radio__label.a-radio__label--small {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  padding-left: 2.4rem
}

.a-radio__label.a-radio__label--small:before {
  content: "";
  height: 1.4rem;
  width: 1.4rem
}

.a-radio__input:checked+.a-radio__label {
  cursor: pointer
}

.a-radio__input:checked+.a-radio__label:before {
  background: rgb(var(--color-button))
}

.a-radio__input:checked+.a-radio__label:after {
  background: rgb(var(--color-button-label));
  border-radius: 100%;
  content: "";
  height: .6rem;
  left: .6rem;
  position: absolute;
  top: 1rem;
  width: .6rem
}

.a-radio__input:checked+.a-radio__label.a-radio__label--small:after {
  height: .4rem;
  left: .5rem;
  top: .9rem;
  width: .4rem
}

.a-select {
  margin: 1.5rem 0;
  text-align: left
}

.a-select__label {
  display: block;
  margin-bottom: .5rem
}

.a-select__field:not(.ts-wrapper),
.a-select__label {
  font-family: var(--ff-primary);
  font-size: var(--body-fs-sm);
  font-weight: 400;
  line-height: var(--body-lh-sm)
}

.a-select__field:not(.ts-wrapper) {
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  box-shadow: none;
  color: rgb(var(--color-text));
  min-height: 4rem;
  padding: 1.5rem;
  width: 100%
}

.a-select__field:not(.ts-wrapper).a-input__field--transparent {
  background-color: transparent
}

.a-select__field:not(.ts-wrapper).error {
  border-color: rgb(var(--color-error));
  color: rgb(var(--color-error))
}

.a-select__field:not(.ts-wrapper):focus,
.a-select__field:not(.ts-wrapper):focus-visible {
  border-color: rgb(var(--color-border));
  color: rgb(var(--color-border));
  outline: none
}

.ts-control {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 8px;
  position: relative;
  width: 100%;
  z-index: 1
}

.ts-wrapper.multi.has-items .ts-control {
  padding: 6px 8px 3px
}

.full .ts-control {
  background-color: #fff
}

.disabled .ts-control,
.disabled .ts-control * {
  cursor: default !important
}

.focus .ts-control {
  box-shadow: none
}

.ts-control>* {
  display: inline-block;
  vertical-align: baseline
}

.ts-wrapper.multi .ts-control>div {
  background: #f2f2f2;
  border: 0 solid #d0d0d0;
  color: #303030;
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px
}

.ts-wrapper.multi .ts-control>div.active {
  background: #e8e8e8;
  border: 0 solid #cacaca;
  color: #303030
}

.ts-wrapper.multi.disabled .ts-control>div,
.ts-wrapper.multi.disabled .ts-control>div.active {
  background: #fff;
  border: 0 solid #fff;
  color: #7d7d7d
}

.ts-control>input {
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
  display: inline-block !important;
  flex: 1 1 auto;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  min-height: 0 !important;
  min-width: 7rem;
  padding: 0 !important;
  text-indent: 0 !important;
  user-select: auto !important
}

.ts-control>input::-ms-clear {
  display: none
}

.ts-control>input:focus {
  outline: none !important
}

.has-items .ts-control>input {
  margin: 0 4px !important
}

.ts-control.rtl {
  text-align: right
}

.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto
}

.ts-control.rtl .ts-control>input {
  margin: 0 4px 0 -2px !important
}

.disabled .ts-control {
  background-color: #fafafa;
  opacity: .5
}

.input-hidden .ts-control>input {
  left: -10000px;
  opacity: 0;
  position: absolute
}

.ts-dropdown {
  background: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0 0 3px 3px;
  border-top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  left: 0;
  margin: .25rem 0 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10
}

.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden
}

.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, .2);
  border-radius: 1px
}

.ts-dropdown .create,
.ts-dropdown .no-results,
.ts-dropdown .optgroup-header,
.ts-dropdown .option {
  padding: 5px 8px
}

.ts-dropdown .option,
.ts-dropdown [data-disabled],
.ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: .5
}

.ts-dropdown [data-selectable].option {
  cursor: pointer;
  opacity: 1
}

.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0
}

.ts-dropdown .optgroup-header {
  background: #fff;
  color: #303030;
  cursor: default
}

.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68
}

.ts-dropdown .active.create {
  color: #495c68
}

.ts-dropdown .create {
  color: rgba(48, 48, 48, .5)
}

.ts-dropdown .spinner {
  display: inline-block;
  height: 30px;
  margin: 5px 8px;
  width: 30px
}

.ts-dropdown .spinner:after {
  animation: lds-dual-ring 1.2s linear infinite;
  border-color: #d0d0d0 transparent;
  border-radius: 50%;
  border-style: solid;
  border-width: 5px;
  content: " ";
  display: block;
  height: 24px;
  margin: 3px;
  width: 24px
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.ts-dropdown-content {
  max-height: 200px;
  overflow: hidden auto;
  scroll-behavior: smooth
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important
}

.ts-wrapper.plugin-drag_drop .ts-dragging>* {
  visibility: hidden !important
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: .5rem
}

.plugin-checkbox_options.rtl .option input {
  margin-left: .5rem
}

.plugin-clear_button {
  --ts-pr-clear-button: 1em
}

.plugin-clear_button .clear-button {
  background: transparent !important;
  cursor: pointer;
  margin-right: 0 !important;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .5s
}

.plugin-clear_button.form-select .clear-button,
.plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px)
}

.plugin-clear_button.focus.has-items .clear-button,
.plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1
}

.ts-wrapper .dropdown-header {
  background: color-mix(#fff, #d0d0d0, 85%);
  border-bottom: 1px solid #d0d0d0;
  border-radius: 3px 3px 0 0;
  padding: 10px 8px;
  position: relative
}

.ts-wrapper .dropdown-header-close {
  color: #303030;
  font-size: 20px !important;
  line-height: 20px;
  margin-top: -12px;
  opacity: .4;
  position: absolute;
  right: 8px;
  top: 50%
}

.ts-wrapper .dropdown-header-close:hover {
  color: #000
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  border: 1px solid #d0d0d0;
  box-shadow: none
}

.plugin-dropdown_input .dropdown-input {
  background: transparent;
  border: solid #d0d0d0;
  border-width: 0 0 1px;
  box-shadow: none;
  display: block;
  padding: 8px;
  width: 100%
}

.plugin-dropdown_input .items-placeholder {
  border: 0 !important;
  box-shadow: none !important;
  width: 100%
}

.plugin-dropdown_input.dropdown-active .items-placeholder,
.plugin-dropdown_input.has-items .items-placeholder {
  display: none !important
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control>input {
  min-width: 0
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input {
  flex: none;
  min-width: 4px
}

.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control>input::placeholder {
  color: transparent
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex
}

.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0
}

.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0
}

.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none
}

.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0
}

.ts-wrapper.plugin-remove_button .item {
  align-items: center;
  display: inline-flex
}

.ts-wrapper.plugin-remove_button .item .remove {
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  padding: 0 6px;
  text-decoration: none;
  vertical-align: middle
}

.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, .05)
}

.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none
}

.ts-wrapper.plugin-remove_button .remove-single {
  font-size: 23px;
  position: absolute;
  right: 0;
  top: 0
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca
}

.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #fff
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important
}

.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px
}

.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca
}

.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #fff
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem
}

.ts-wrapper.single .ts-control,
.ts-wrapper.single .ts-control input {
  cursor: pointer
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important
}

.ts-wrapper {
  position: relative
}

.ts-control,
.ts-control input,
.ts-dropdown {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text
}

.ts-hidden-accessible {
  clip: rect(0 0 0 0) !important;
  border: 0 !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important
}

.ts-dropdown,
.ts-dropdown.single {
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-top: none;
  color: rgb(var(--color-text));
  margin-top: 0
}

.ts-dropdown .active,
.ts-dropdown.single .active {
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label))
}

.ts-dropdown .option,
.ts-dropdown.single .option {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm)
}

.ts-wrapper.single.dropdown-active .ts-control {
  background-color: rgb(var(--color-background));
  border-radius: 0
}

.ts-dropdown-content {
  max-height: 18rem;
  padding: .5rem 0
}

.ts-wrapper.single .ts-control:after {
  background-color: rgb(var(--color-text));
  border: none;
  content: " ";
  display: block;
  height: 1.4rem;
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-caret' width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-caret' width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.293 8.293a1 1 0 0 1 1.414 0L12 13.586l5.293-5.293a1 1 0 1 1 1.414 1.414l-6 6a1 1 0 0 1-1.414 0l-6-6a1 1 0 0 1 0-1.414Z' fill='%23000'/%3E%3C/svg%3E");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem
}

.ts-wrapper.single.dropdown-active .ts-control:after {
  transform: rotate(180deg) translateY(50%)
}

.ts-wrapper.single.input-active .ts-control,
.ts-wrapper.single.input-active .ts-control input {
  cursor: pointer
}

.ts-control,
.ts-wrapper.single .ts-control,
.ts-wrapper.single.input-active .ts-control {
  background-color: rgb(var(--color-background))
}

.ts-wrapper.single .ts-control {
  background-image: none;
  border: 1px solid rgb(var(--color-border));
  border-radius: 0;
  box-shadow: none;
  color: rgb(var(--color-text));
  font-size: var(--body-fs-sm);
  font-weight: 400;
  line-height: var(--body-lh-sm);
  min-height: 4rem;
  padding: 1.5rem;
  padding-right: 4.5rem !important;
  width: 100%
}

.ts-wrapper.single .ts-control:focus,
.ts-wrapper.single .ts-control:focus-visible {
  outline: none
}

.ts-wrapper.a-select__field--inline .ts-control,
.ts-wrapper.single.a-select__field--inline .ts-control {
  background: transparent;
  border: none;
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
  min-height: auto;
  padding: 0;
  padding-right: 2rem !important
}

.ts-wrapper.a-select__field--inline .ts-control:after,
.ts-wrapper.single.a-select__field--inline .ts-control:after {
  height: 1.6rem;
  right: 0;
  top: 52%;
  width: 1.6rem
}

.ts-wrapper.a-select__field--inline .ts-dropdown,
.ts-wrapper.a-select__field--inline .ts-dropdown.single,
.ts-wrapper.single.a-select__field--inline .ts-dropdown,
.ts-wrapper.single.a-select__field--inline .ts-dropdown.single {
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
  left: auto;
  min-width: 14rem;
  right: 0
}

.ts-wrapper.a-select__field--inline.body-fs-sm .ts-control,
.ts-wrapper.single.a-select__field--inline.body-fs-sm .ts-control {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm)
}

.a-hamburger {
  color: inherit;
  display: block;
  height: .1rem;
  position: relative;
  width: 2.4rem
}

@media screen and (min-width:1100px) {
  .a-hamburger {
    width: 1.8rem
  }
}

.a-hamburger:after,
.a-hamburger:before {
  background-color: rgb(var(--color-text));
  border-radius: 2px;
  content: "";
  display: block;
  height: .1rem;
  position: absolute;
  top: 0;
  transition-delay: 0s, .1s, .3s;
  transition-duration: .1s;
  transition-property: transform, top;
  transition-timing-function: ease-in-out;
  width: 100%
}

.a-hamburger:before {
  top: -.3rem
}

.a-hamburger:after {
  top: .3rem
}

.sidebar--open .a-hamburger:after,
.sidebar--open .a-hamburger:before,
.sidebar-desktop--open .a-hamburger:after,
.sidebar-desktop--open .a-hamburger:before {
  top: 0;
  transition-delay: .2s, .1s, 0s
}

.sidebar--open .a-hamburger:before,
.sidebar-desktop--open .a-hamburger:before {
  transform: rotate(-45deg)
}

.sidebar--open .a-hamburger:after,
.sidebar-desktop--open .a-hamburger:after {
  transform: rotate(45deg)
}

.a-hide,
.a-hide--mobile {
  display: none !important
}

@media screen and (min-width:768px) {
  .a-hide--mobile {
    display: block !important
  }
}

.a-hide--desktop {
  display: block !important
}

@media screen and (min-width:768px) {
  .a-hide--desktop {
    display: none !important
  }
}

.a-hide-flex--mobile {
  display: none !important
}

@media screen and (min-width:768px) {
  .a-hide-flex--mobile {
    display: flex !important
  }
}

.a-hide-flex--desktop {
  display: flex !important
}

@media screen and (min-width:768px) {
  .a-hide-flex--desktop {
    display: none !important
  }
}

.a-hide-inline-block--mobile {
  display: none !important
}

@media screen and (min-width:768px) {
  .a-hide-inline-block--mobile {
    display: inline-block !important
  }
}

.a-hide-inline-block--desktop {
  display: inline-block !important
}

@media screen and (min-width:768px) {
  .a-hide-inline-block--desktop {
    display: none !important
  }
}

.a-img {
  border-radius: var(--border-radius)
}

.a-img__ratio--1x1 {
  aspect-ratio: 1/1;
  object-fit: cover
}

.a-img__ratio--2x3 {
  aspect-ratio: 2/3;
  object-fit: cover
}

.a-img__ratio--3x2 {
  aspect-ratio: 3/2;
  object-fit: cover
}

.a-img__ratio--4x3 {
  aspect-ratio: 4/3;
  object-fit: cover
}

.a-img__ratio--4x5 {
  aspect-ratio: 4/5;
  object-fit: cover
}

.a-img__ratio--16x9 {
  aspect-ratio: 16/9;
  object-fit: cover
}

.a-img__fit--contain {
  object-fit: contain
}

.a-img__fit--cover {
  object-fit: cover
}

img {
  border-radius: var(--border-radius)
}

a {
  color: currentColor
}

.a-link,
.m-product-form .shopify-payment-button__more-options,
.rte a {
  background: transparent;
  border: none;
  color: rgb(var(--color-text));
  cursor: pointer;
  display: inline-block;
  font-family: var(--ff-primary);
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
  transition: color .35s ease
}

.a-link:hover,
.m-product-form .shopify-payment-button__more-options:hover,
.rte a:hover {
  color: rgb(var(--color-button))
}

.a-link:not([class*=body-fs-]),
.m-product-form .shopify-payment-button__more-options:not([class*=body-fs-]) {
  font-size: var(--link-fs);
  line-height: var(--link-lh)
}

.a-link.body-fs-xs,
.m-product-form .body-fs-xs.shopify-payment-button__more-options {
  font-size: var(--body-fs-xs);
  font-weight: 400;
  line-height: var(--body-lh-xs)
}

.a-link--has-icon .icon {
  height: auto;
  margin-left: .8rem;
  vertical-align: middle;
  width: 1.6rem
}

.a-link--has-icon .icon path {
  transition: fill .35s ease
}

.a-link--has-icon span {
  vertical-align: middle
}

.a-loader {
  animation: svg-animation 2s linear infinite;
  width: 2rem
}

.a-loader circle {
  fill: transparent;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 10px;
  stroke: rgb(var(--color-button));
  animation: circle-animation 1.4s ease-in-out infinite both;
  display: block;
  transform-origin: 50% 50%
}

@keyframes svg-animation {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes circle-animation {

  0%,
  25% {
    stroke-dashoffset: 280;
    transform: rotate(0)
  }

  50%,
  75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg)
  }

  to {
    stroke-dashoffset: 280;
    transform: rotate(1turn)
  }
}

.a-logo__link img,
.a-logo__link svg {
  border-radius: 0;
  display: block
}

.a-placeholder-media {
  background: rgba(var(--color-text), .85);
  border-radius: var(--border-radius);
  display: block;
  height: 100%;
  width: 100%
}

.a-placeholder-media path {
  fill: rgb(var(--color-background))
}

.a-placeholder-media__animation {
  animation: rotation 30s linear infinite;
  border-radius: 100%
}

@keyframes rotation {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.rte img {
  height: auto;
  max-width: 100%
}

.rte table {
  border: 1px solid rgb(var(--color-border));
  border-collapse: collapse;
  margin: 3.2rem 0;
  width: 100%
}

.rte table td,
.rte table th {
  border: 1px solid rgb(var(--color-border));
  padding: .2em .5em
}

.rte table th {
  text-align: left
}

.rte table th,
.rte table tr:nth-child(odd) td {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-text))
}

.rte iframe {
  aspect-ratio: 16/9;
  height: auto;
  margin-block: 1rem;
  width: 100%
}

.rte p:empty:before {
  content: " "
}

.a-spacing--content[data-top=small] {
  margin-top: var(--layout-block-spacing-small)
}

.a-spacing--content[data-bottom=small] {
  margin-bottom: var(--layout-block-spacing-small)
}

.a-spacing--content[data-top=medium] {
  margin-top: var(--layout-block-spacing-medium)
}

.a-spacing--content[data-bottom=medium] {
  margin-bottom: var(--layout-block-spacing-medium)
}

.a-spacing--content[data-top=large] {
  margin-top: var(--layout-block-spacing-large)
}

.a-spacing--content[data-bottom=large] {
  margin-bottom: var(--layout-block-spacing-large)
}

.a-spacing--content[data-top=none] {
  margin-top: 0
}

.a-spacing--content[data-bottom=none] {
  margin-bottom: 0
}

.a-spinner__loading {
  align-items: center;
  display: inline-flex;
  justify-content: center
}

.a-spinner__spinner {
  animation: spin 1s linear infinite;
  border: 3px solid rgb(var(--color-text));
  border-radius: 50%;
  border-top-color: rgb(var(--color-white));
  height: 2rem;
  width: 2rem
}

@keyframes spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
  --swiper-theme-color: #007aff
}

.swiper,
swiper-container {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-horizontal {
  touch-action: pan-y
}

.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide,
swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none
}

.swiper-centered>.swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity .3s;
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px))
}

button.swiper-pagination-bullet {
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet:only-child {
  display: none !important
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1)
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
  width: 100%
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: var(--swiper-pagination-progressbar-size, 4px)
}

.swiper-pagination-lock {
  display: none
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size)/2);
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/44*27);
  z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: .35;
  pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  cursor: auto;
  opacity: 0;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 10px)
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-lock {
  display: none
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

:root {
  --swiper-theme-color: rgb(var(--color-background));
  --swiper-pagination-bullet-horizontal-gap: 0.5rem;
  --swiper-pagination-bottom: 2.5rem
}

@media screen and (min-width:768px) {
  :root {
    --swiper-pagination-bottom: 4rem
  }
}

.swiper-wrapper {
  box-sizing: border-box
}

.m-swiper .m-swiper__arrow {
  align-items: center;
  background-color: rgb(var(--color-button));
  border-radius: 50%;
  color: rgb(var(--color-button-label));
  display: flex;
  height: 3rem;
  justify-content: center;
  padding: .5rem;
  width: 3rem
}

.m-swiper .m-swiper__arrow:after {
  content: ""
}

@media screen and (min-width:768px) {
  .m-swiper .m-swiper__arrow--large {
    height: 4.8rem;
    width: 4.8rem
  }
}

.m-swiper .m-swiper__arrow.swiper-button-lock {
  display: none
}

.a-swatch {
  --swatch-size: var(--swatch-input-size, 2.4rem);
  --swatch-border: var(--swatch-border-color, var(--color-text));
  aspect-ratio: 1/1;
  background: var(--swatch-background);
  background-origin: border-box;
  background-position: var(--swatch-focal-point, initial);
  background-size: cover;
  border: 1px solid var(--swatch-border);
  border-radius: 50%;
  display: block;
  max-width: 100%;
  width: var(--swatch-size)
}

.a-swatch--unavailable {
  border: 1px dashed rgba(var(--swatch-border), .5)
}

.a-tag {
  background-color: rgb(var(--color-button));
  border: 1px solid rgb(var(--color-border));
  color: rgb(var(--color-button-label));
  padding: .5rem 1rem;
  text-decoration: none;
  transition: background-color var(--default-transition-easing) var(--default-transition-timing), color var(--default-transition-easing) var(--default-transition-timing)
}

.a-tag.active .a-checkbox__input,
.a-tag:hover .a-checkbox__input {
  cursor: pointer;
  visibility: hidden
}

.a-tag:has(.a-checkbox__input:checked),
.a-tag:hover {
  background-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-label));
  cursor: pointer
}

.a-tag.disabled,
.a-tag:disabled {
  opacity: .5
}

.a-video {
  position: relative
}

.a-video video {
  display: block;
  height: auto;
  max-width: 100%;
  object-fit: cover
}

.a-video video,
.a-video__overlay {
  border-radius: var(--border-radius);
  width: 100%
}

.a-video__overlay {
  align-items: center;
  background: rgba(var(--color-black), .2);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0
}

.a-video__play-button {
  background: rgb(var(--color-white));
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 4rem;
  padding: 1rem;
  position: relative;
  width: 4rem
}

.a-video__play-button .icon {
  height: 2.4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem
}

.a-video__video-url {
  padding-bottom: 56.25%;
  position: relative
}

.a-video__video-url iframe {
  border: none;
  border-radius: var(--border-radius);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.a-icon {
  --icon-size: var(--icon-size, 2.4rem);
  height: var(--icon-size);
  width: var(--icon-size)
}

.a-icon svg {
  height: auto;
  width: 100%
}

.a-icon--has-background {
  background-color: rgb(var(--color-accent));
  border-radius: 50%;
  color: rgb(var(--color-accent-label));
  padding: .5rem
}

.a-icon--invert {
  background-color: rgb(var(--color-accent-label));
  color: rgb(var(--color-accent))
}

.m-localization {
  gap: 1rem 2.5rem;
  margin-top: .2rem
}

.m-localization.grid {
  flex-direction: column;
  width: auto
}

@media screen and (min-width:768px) {
  .m-localization.grid {
    flex-direction: row
  }
}

.m-localization .a-select__field {
  background: transparent;
  border: none;
  padding: 0
}

.m-localization .ts-wrapper.single .ts-control {
  background: transparent;
  border: none;
  font-weight: 300;
  min-height: 2rem;
  padding: 0;
  padding-right: 1.6rem !important
}

.m-localization .ts-wrapper.single .ts-control:after {
  right: 0
}

.m-localization .ts-dropdown {
  left: -.2rem;
  top: calc(100% + 1rem)
}

.m-top-nav+.m-localization {
  padding-left: 2.5rem
}

.m-top-nav__list {
  gap: 1rem 2.5rem
}

.m-top-nav__link {
  color: currentColor;
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  text-decoration: none
}

.m-main-nav {
  height: 100%
}

.m-main-nav__list {
  flex-wrap: nowrap;
  gap: 1rem 5rem;
  height: 100%;
  justify-content: center;
  margin: 0
}

.m-main-nav__item {
  align-items: center;
  display: flex;
  height: 100%
}

.m-main-nav__link {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: var(--nav-fs);
  line-height: var(--nav-lh);
  text-decoration: none;
  text-transform: var(--main-nav-letter-case)
}

.m-main-nav__link span {
  margin-right: .5rem
}

.m-main-nav__link .icon,
.m-main-nav__link span {
  display: inline-block;
  vertical-align: middle
}

.m-main-nav__link .icon {
  height: 2rem;
  margin-top: -.2rem;
  width: 2rem
}

.u-menu-aim__item--active .m-mega-nav {
  opacity: 1;
  pointer-events: all
}

.m-footer-column {
  display: flex;
  flex-direction: column
}

.m-footer-column__item {
  margin-bottom: 1.6rem
}

.m-footer-column__item:last-child {
  margin-bottom: 0
}

.m-footer-column__item-accordion-header {
  align-items: center;
  margin-bottom: 0
}

.m-footer-column--no-accordion {
  align-items: center;
  margin-bottom: 4rem;
  margin-top: 1.5rem;
  text-align: center
}

@media screen and (min-width:768px) {
  .m-footer-column--no-accordion {
    align-items: flex-start;
    margin: 0;
    text-align: left
  }
}

.m-footer-column__heading {
  font-family: var(--ff-primary);
  font-weight: 600
}

.m-footer-column__heading.m-accordion__header {
  font-weight: 600
}

.m-footer-column--has-accordion .m-accordion {
  border-bottom: 0;
  border-top: 1px solid rgb(var(--color-border));
  margin: 0;
  width: 100%
}

@media screen and (min-width:768px) {
  .m-footer-column--has-accordion .m-accordion {
    margin: 0;
    padding: 0
  }

  .m-footer-column--has-accordion .m-accordion__header {
    margin-bottom: 2rem;
    padding: 0
  }
}

.m-footer-column--has-accordion .m-accordion .m-accordion__content {
  padding-bottom: 1.5rem
}

@media screen and (min-width:768px) {
  .m-footer-column--has-accordion .m-accordion .m-accordion__content {
    margin-bottom: 2rem;
    padding-bottom: 0
  }
}

.m-footer-column--has-accordion:nth-last-child(1 of .m-footer-column--has-accordion) {
  margin-bottom: 4rem
}

@media screen and (min-width:768px) {
  .m-footer-column--has-accordion:nth-last-child(1 of .m-footer-column--has-accordion) {
    margin-bottom: 0
  }
}

.m-footer-column--has-accordion:nth-last-child(1 of .m-footer-column--has-accordion) .m-accordion {
  border-bottom: 1px solid rgb(var(--color-border))
}

@media screen and (min-width:768px) {
  .m-footer-column--has-accordion:nth-last-child(1 of .m-footer-column--has-accordion) .m-accordion {
    border-bottom: 0
  }
}

.m-footer-column__logo img,
.m-footer-column__logo svg {
  border-radius: 0;
  display: block
}

.m-footer-column__list {
  margin: 0
}

.m-footer-column__description {
  max-width: 25rem
}

@media screen and (min-width:768px) {
  .m-footer-column__description {
    max-width: 20rem
  }
}

.m-footer-column__description,
.m-footer-column__link,
.m-footer-column__newsletter {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  margin-bottom: .5rem
}

.m-footer-column__description:last-child,
.m-footer-column__link:last-child,
.m-footer-column__newsletter:last-child {
  margin-bottom: 0
}

.m-footer-column__social-icons {
  margin-top: .3rem
}

.m-footer-column__list-item {
  margin-bottom: 1rem
}

.m-footer-column__link {
  padding-bottom: 1rem;
  text-decoration: none;
  transition: color .35s ease
}

.m-footer-column__link:hover {
  color: rgb(var(--color-button))
}

.m-footer-column__switchers {
  display: flex;
  flex-direction: row;
  gap: .75rem;
  margin-top: auto
}

@media screen and (min-width:768px) {
  .m-footer-column__switchers {
    gap: .5rem
  }
}

.m-newsletter-form__error {
  color: rgb(var(--color-error))
}

.m-newsletter-form .a-btn {
  margin-left: -1px;
  padding: 1.6rem
}

.m-newsletter-form .a-btn.a-btn--has-icon .icon {
  margin-left: 0
}

.m-newsletter-form .a-checkbox {
  margin-bottom: 0
}

.m-newsletter-form input[name="contact[optin]"]+label {
  display: inline-block
}

.m-newsletter-form input[name="contact[optin]"]+label a,
.m-newsletter-form input[name="contact[optin]"]+label p {
  color: inherit
}

.m-newsletter-form__field-wrapper {
  margin-bottom: 2rem
}

@media screen and (min-width:1100px) {
  .m-newsletter-form__field-wrapper {
    margin-bottom: 3rem
  }
}

.m-quantity {
  border: 1px solid rgb(var(--color-border));
  width: 10rem
}

.m-quantity__input {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  text-align: center
}

.m-quantity__input[type=number] {
  -moz-appearance: textfield
}

.m-quantity__input::-webkit-inner-spin-button,
.m-quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.m-quantity__button {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0;
  width: 3.2rem
}

.m-quantity__button .icon {
  height: 1.2rem;
  width: 1.2rem
}

.m-variants:not(.m-variants--combine) .m-variants__legend {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.m-variants--bundleable.disabled {
  opacity: .4;
  pointer-events: none
}

.m-variants--bundleable .m-variants__fieldset {
  margin-bottom: 1.5rem
}

.m-variants--bundleable .m-variants__input.disabled+.m-variants__label {
  pointer-events: none
}

.m-variants--combine .m-variants__legend span {
  color: rgb(var(--color-secondary-text));
  margin-left: .5rem
}

.m-variants--combine .m-variants__swatch {
  margin-right: 1rem
}

.m-variants__size-chart button {
  background: transparent;
  border: none;
  color: rgb(var(--color-text));
  cursor: pointer;
  display: inline-block;
  font-family: var(--ff-primary);
  font-size: var(--body-fs-sm);
  font-weight: 400;
  line-height: var(--body-lh-sm);
  padding: 0;
  text-decoration: underline;
  text-transform: lowercase;
  transition: color .35s ease
}

.m-variants__fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.m-variants__fieldset:not(:first-of-type) {
  margin-top: 1rem;
}

.m-variants__legend {
  margin-bottom: 1rem;
  padding: 0
}

.m-variants__label {
  background-color: transparent;
  border: 1px solid rgb(var(--color-text));
  cursor: pointer;
  display: inline-block;
  font-size: var(--body-fs-md);
  margin-bottom: .5rem;
  margin-right: .5rem;
  min-height: 3rem;
  min-width: 4.2rem;
  padding: .2rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: color var(--default-transition-easing) var(--default-transition-timing), background-color var(--default-transition-easing) var(--default-transition-timing)
}

.m-variants__label:last-child {
  margin-right: 0
}

.m-variants__label--active,
.m-variants__label:hover {
  background-color: rgb(var(--color-quaternary-accent));
  color: rgb(var(--color-quaternary-accent-label))
}

.m-variants__label.m-variants__label--small {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  min-height: 3rem;
  min-width: 3rem
}

.m-variants__swatch {
  cursor: pointer;
  display: inline-block;
  margin-bottom: .5rem;
  margin-right: .5rem;
  vertical-align: middle
}

.m-variants__swatch--active {
  position: relative
}

.m-variants__swatch--active:before {
  background: transparent;
  border: 1px solid rgb(var(--color-background));
  border-radius: 100%;
  content: "";
  height: calc(100% - .2rem);
  left: .1rem;
  position: absolute;
  top: .1rem;
  width: calc(100% - .2rem)
}

.m-variants__swatch-more .icon {
  --swatch-size: var(--swatch-input-size, 2.6rem);
  display: block;
  height: auto;
  max-width: 100%;
  width: var(--swatch-size)
}

.m-variants__input {
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px
}

.m-variants__input:checked+.m-variants__label {
  background-color: rgb(var(--color-quaternary-accent));
  color: rgb(var(--color-quaternary-accent-label))
}

.m-variants__input:checked+.m-variants__swatch {
  --swatch-border-color: var(--color-button)
}

.m-variants__input.hide+.m-variants__label {
  display: none
}

.m-variants__input.disabled+.m-variants__label {
  --line-color: var(--color-text);
  background-image: linear-gradient(to top left, rgba(var(--line-color), 0) 0, rgba(var(--line-color), 0) calc(50% - .8px), rgba(var(--line-color), 1) 50%, rgba(var(--line-color), 0) calc(50% + .8px), rgba(var(--line-color), 0) 100%)
}

.m-variants__input.disabled+.m-variants__swatch .a-swatch {
  overflow: hidden;
  position: relative
}

.m-variants__input.disabled+.m-variants__swatch .a-swatch:after {
  --swatch-size: var(--swatch-input-size, 2.6rem);
  --diagonal--size: calc(var(--swatch-size)*1.414);
  --crossed-line--size: 0.1rem;
  background-color: rgb(var(--color-text));
  bottom: calc(var(--crossed-line--size)*-.5);
  content: "";
  height: var(--crossed-line--size);
  left: 0;
  position: absolute;
  transform: rotate(-45deg);
  transform-origin: left;
  width: var(--diagonal--size)
}

.m-variants__input:focus-visible+.m-variants__label,
.m-variants__input:focus-visible+.m-variants__swatch .a-swatch {
  outline: 2px solid rgb(var(--color-button))
}

.m-product-form__submit {
  position: relative;
  width: 100%
}

.m-product-form__submit[data-bundleable=true]:not(.m-product-form__submit--pointer) {
  pointer-events: none
}

.m-product-form__submit--loading .m-product-form__submit-text {
  opacity: 0
}

.m-product-form__loader {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.m-product-form__error-message-wrapper {
  margin: 1.6rem 0
}

.m-product-form__error-message {
  color: rgb(var(--color-error));
  display: block;
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm)
}

.m-product-form__buttons--has-qty {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem
}

.m-product-form__buttons--has-qty .m-product-form__submit {
  flex: 1
}

.m-product-form__quantity {
  --color-border: var(--color-text)
}

.m-product-form__quantity .m-quantity {
  height: 100%
}

.m-product-form__quantity.a-input {
  margin: 0
}

.m-product-form__quantity .a-input__label {
  display: none
}

.m-product-form .shopify-payment-button {
  width: 100%
}

.m-product-form .shopify-payment-button__button {
  margin-top: 1rem
}

.m-product-form .shopify-payment-button__button--unbranded {
  border-radius: 0
}

.m-product-form .shopify-payment-button__button--unbranded+.shopify-payment-button__more-options {
  display: none
}

.m-product-form .shopify-payment-button__button--branded div[role=button] {
  padding: 1.4rem !important
}

.m-product-form .shopify-payment-button__more-options {
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto
}

.m-volume-pricing {
  position: relative
}

.m-volume-pricing__trigger {
  cursor: pointer;
  display: flex;
  font-size: var(--body-fs-xs);
  font-weight: 400;
  line-height: var(--body-lh-xs)
}

.m-volume-pricing__trigger span {
  border-bottom: 1px dashed transparent
}

.m-volume-pricing__trigger.active span,
.m-volume-pricing__trigger:hover span {
  border-color: var(--color-text)
}

.m-volume-pricing__popover {
  background-color: rgb(var(--color-white));
  box-shadow: 0 .1rem 1rem 0 rgba(var(--color-black), .1);
  display: none;
  left: 0;
  max-width: 100%;
  padding: 1rem 0;
  position: absolute;
  width: 22rem;
  z-index: 99
}

.m-volume-pricing__popover--above {
  bottom: calc(100% + .2rem)
}

.m-volume-pricing__popover--below {
  top: calc(100% + .2rem)
}

.m-volume-pricing__popover.active {
  display: block
}

.m-volume-pricing__header {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 0 1rem 1rem
}

.m-volume-pricing__pricing-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: var(--body-fs-sm);
  gap: 3rem;
  justify-content: space-between;
  line-height: var(--body-lh-sm);
  padding: .5rem 1rem
}

@media screen and (min-width:1100px) {
  .m-volume-pricing__pricing-list-item {
    gap: 5rem
  }
}

.m-volume-pricing__pricing-list-item:nth-child(2n) {
  background-color: rgb(var(--color-background), .4)
}

.m-volume-pricing__quantity-rules {
  display: flex;
  flex-direction: column;
  font-size: var(--body-fs-xs);
  line-height: var(--body-lh-xs)
}

.m-search-drawer {
  bottom: 0;
  display: flex;
  height: calc(100vh - var(--visible-announcement-height));
  justify-content: flex-end;
  left: 0;
  pointer-events: none;
  position: fixed;
  width: 100vw;
  z-index: 99999
}

@supports(height:100dvh) {
  .m-search-drawer {
    height: calc(100dvh - var(--visible-announcement-height))
  }
}

.m-search-drawer--visible {
  backdrop-filter: blur(2px);
  pointer-events: auto
}

.m-search-drawer--visible .m-search-drawer__content {
  opacity: 1;
  transform: translate(0);
  visibility: visible
}

.m-search-drawer--visible .m-search-drawer__underlay {
  opacity: .7;
  transition: opacity var(--default-transition-timing) var(--default-transition-easing), visibility 0s;
  visibility: visible
}

.m-search-drawer__content {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .059), 0 3px 12px rgba(0, 0, 0, .02);
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  max-width: 48rem;
  opacity: 0;
  overflow-y: auto;
  padding-top: 2rem;
  position: absolute;
  top: 0;
  transform: translate(-100%);
  transition: opacity .6s ease, transform .6s ease, visibility .6s;
  visibility: hidden;
  width: 100vw;
  z-index: 3000
}

@media screen and (min-width:768px) {
  .m-search-drawer__content {
    padding-top: 4.5rem
  }
}

.m-search-drawer__content.is-animating {
  overflow: hidden
}

.m-search-drawer__underlay {
  background: rgb(var(--color-black));
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s ease .1s, visibility 0s linear .4s;
  visibility: hidden;
  width: 100%;
  z-index: 2400
}

.m-search-drawer__header {
  border-bottom: 1px solid rgb(var(--color-border));
  border-top: 1px solid rgb(var(--color-border));
  flex-direction: column;
  justify-content: center;
  margin-bottom: 2.5rem;
  margin-top: 3.5rem;
  padding-inline: 2rem
}

@media screen and (min-width:768px) {
  .m-search-drawer__header {
    padding-inline: 5rem
  }
}

.m-search-drawer__header.grid {
  width: auto
}

.m-search-drawer__utilities {
  padding-inline: 2rem
}

@media screen and (min-width:768px) {
  .m-search-drawer__utilities {
    padding-inline: 5rem
  }
}

.m-search-drawer__close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0
}

.m-search-drawer__close .icon {
  display: block;
  height: 2rem;
  width: 2rem
}

.m-search-drawer__form {
  display: block;
  width: 100%
}

.m-search-drawer__form .a-input {
  margin: 0;
  position: relative
}

.m-search-drawer__form .a-input__field {
  border: none;
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md);
  padding: 1rem 1rem 1rem 3.2rem
}

.m-search-drawer__form .a-input button {
  left: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.m-search-drawer__form .a-input button .icon {
  display: block;
  height: 2rem;
  width: 2rem
}

.m-search-drawer__results {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: auto;
  padding-inline: 2rem;
  padding-bottom: 2rem
}

@media screen and (min-width:768px) {
  .m-search-drawer__results {
    padding-inline: 5rem
  }
}

.o-section {
  scroll-margin-top: var(--anchor-offset, 0)
}

.o-section__constrict {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-container-width);
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  width: 100%
}

.o-section__constrict--sm {
  max-width: 990px
}

.o-section__page-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  width: 100%
}

.o-section--fw .a-img,
.o-section--fw .a-placeholder-media,
.o-section--fw .a-video video,
.o-section--fw .a-video__overlay,
.o-section--fw .a-video__video-url iframe,
.o-section--fw img,
.o-section--fw svg {
  border-radius: 0
}

.o-section--padding {
  padding-bottom: var(--layout-section-padding);
  padding-top: var(--layout-section-padding)
}

.o-section--padding[data-top-padding=none] {
  padding-top: 0
}

.o-section--padding[data-bottom-padding=none] {
  padding-bottom: 0
}

.o-section--padding[data-top-padding=small] {
  padding-top: var(--layout-section-padding-sm)
}

.o-section--padding[data-bottom-padding=small] {
  padding-bottom: var(--layout-section-padding-sm)
}

.o-section[data-top=small] {
  margin-top: var(--layout-section-spacing-small)
}

.o-section[data-top=medium] {
  margin-top: var(--layout-section-spacing-medium)
}

.o-section[data-top=large] {
  margin-top: var(--layout-section-spacing-large)
}

.o-section[data-bottom=small] {
  margin-bottom: var(--layout-section-spacing-small)
}

.o-section[data-bottom=medium] {
  margin-bottom: var(--layout-section-spacing-medium)
}

.o-section[data-bottom=large] {
  margin-bottom: var(--layout-section-spacing-large)
}

body:not(.sidebar--open) .o-header--transparent .o-header__main {
  --color-heading: var(--color-heading-transparent);
  --color-text: var(--color-text-transparent);
  background: rgba(var(--color-background), 0)
}

body:not(.sidebar--open) .o-header--transparent:has(.o-header__logo-image-inverted) .o-header__logo-image-inverted {
  display: block
}

body:not(.sidebar--open) .o-header--transparent:has(.o-header__logo-image-inverted) .o-header__logo-image:not(.o-header__logo-image-inverted) {
  display: none
}

@media screen and (min-width:1100px) {
  body.sidebar--open .o-header--transparent .o-header__main {
    --color-heading: var(--color-heading-transparent);
    --color-text: var(--color-text-transparent);
    background: rgba(var(--color-background), 0)
  }
}

@media screen and (min-width:1100px) {
  body.sidebar--open .o-header--transparent:has(.o-header__logo-image-inverted) .o-header__logo-image-inverted {
    display: block
  }
}

@media screen and (min-width:1100px) {
  body.sidebar--open .o-header--transparent:has(.o-header__logo-image-inverted) .o-header__logo-image:not(.o-header__logo-image-inverted) {
    display: none
  }
}

body.sidebar--open .o-header__utilities>* {
  opacity: 0;
  pointer-events: none
}

@media screen and (min-width:1100px) {
  body.sidebar--open .o-header__utilities>* {
    opacity: 1;
    pointer-events: auto
  }
}

.section-header {
  position: static;
  z-index: 999
}

.section-header-sticky {
  left: 0;
  position: sticky;
  right: 0;
  top: var(--visible-announcement-height);
  transform: unset;
  transition: transform var(--default-transition-easing) var(--default-transition-timing);
  z-index: 999
}

.section-header-sticky__hide {
  transform: translateY(calc(var(--header-height)*-1))
}

@media screen and (min-width:1100px) {
  .o-header__logo {
    flex-shrink: 1
  }
}

.o-header__logo .a-logo__link {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  text-decoration: none
}

@media screen and (min-width:1100px) {
  .o-header__logo .a-logo__link {
    text-align: left
  }
}

.o-header__logo .a-logo__link img {
  height: auto;
  max-width: 6.4rem
}

@media screen and (min-width:1100px) {
  .o-header__logo .a-logo__link img {
    max-width: none
  }
}

.o-header__logo .a-logo__link .h3 {
  margin: 0
}

.o-header .o-header__logo-image-inverted {
  display: none
}

.o-header__actions {
  display: flex;
  flex: 1;
  gap: .8rem
}

@media screen and (min-width:1100px) {
  .o-header__actions {
    gap: 1.2rem
  }
}

.o-header__actions .icon {
  display: block;
  height: 2.4rem;
  width: 2.4rem
}

@media screen and (min-width:1100px) {
  .o-header__actions .icon {
    height: 1.8rem;
    width: 1.8rem
  }
}

.o-header__hamburger-btn {
  background: transparent;
  border: none;
  color: currentColor;
  cursor: pointer;
  padding: 0
}

.o-header__top {
  display: none;
  height: var(--header-top-height)
}

@media screen and (min-width:1100px) {
  .o-header__top {
    display: block
  }
}

.o-header__top-inner {
  height: 100%;
  justify-content: flex-end
}

.o-header__main {
  background: rgba(var(--color-background), 1);
  height: var(--header-main-height);
  position: relative;
  transition: background .3s ease-in-out
}

.o-header__main-inner {
  flex-direction: column;
  gap: 2rem;
  height: 100%;
  justify-content: center
}

.o-header__main-top {
  gap: 1rem
}

.o-header__main-bottom {
  display: none
}

@media screen and (min-width:1100px) {
  .o-header__main-bottom {
    display: block
  }
}

.o-header__nav {
  width: 100%
}

.o-header__utilities {
  align-items: center;
  display: flex;
  flex: 1;
  gap: .4rem;
  justify-content: flex-end;
  margin-left: auto
}

@media screen and (min-width:1100px) {
  .o-header__utilities {
    gap: .8rem
  }
}

.o-header__utilities .m-localization {
  display: none
}

.o-header__utilities .m-localization .ts-control {
  white-space: nowrap
}

@media screen and (min-width:1100px) {
  .o-header__utilities .m-localization {
    display: flex;
    justify-content: flex-end
  }
}

.o-header__utility {
  display: inline-block;
  font-size: var(--nav-fs);
  line-height: var(--nav-lh);
  position: relative;
  text-decoration: none;
  text-transform: var(--main-nav-letter-case)
}

.o-header__utility .icon {
  display: block;
  height: 2.4rem;
  width: 2.4rem
}

@media screen and (min-width:1100px) {
  .o-header__utility .icon {
    display: none;
    height: 1.8rem;
    width: 1.8rem
  }
}

.o-header__utility .o-header__utility-label {
  display: none
}

@media screen and (min-width:1100px) {
  .o-header__utility .o-header__utility-label {
    display: block
  }
}

.o-header__utility--icon .icon {
  display: block
}

@media screen and (min-width:1100px) {
  .o-header__utility--icon .o-header__utility-label {
    display: none
  }
}

@media screen and (min-width:1100px) {
  .o-header__utility-wishlist {
    display: inline-block
  }
}

.m-header-dropdown,
.m-mega-nav {
  opacity: 0;
  pointer-events: none
}

.m-cart-drawer,
.m-cart-notification,
.m-header-sidebar,
.m-header-sidebar-desktop {
  display: none
}

.o-footer-group--align-bottom {
  margin-top: auto
}

.o-footer {
  overflow: hidden;
  padding-bottom: 2.15rem;
  padding-top: 2.5rem
}

@media screen and (min-width:768px) {
  .o-footer {
    padding-bottom: 3.5rem;
    padding-top: 4.25rem
  }
}

.o-footer.o-footer--password .o-footer__content-bottom {
  margin-top: 0
}

.o-footer.o-footer--password .o-footer__content-bottom--right {
  margin-top: 1rem
}

@media screen and (min-width:768px) {
  .o-footer.o-footer--password .o-footer__content-bottom--right {
    margin-top: 0
  }
}

.o-footer__content-top {
  margin: -1.5rem
}

.o-footer__content-top.grid {
  min-width: 100%;
  width: auto
}

.o-footer__column {
  padding: 0 1.5rem
}

@media screen and (min-width:768px) {
  .o-footer__column {
    padding: 1.5rem
  }
}

.o-footer__content-bottom {
  font-size: var(--copyright-fs);
  letter-spacing: 1px;
  line-height: var(--copyright-lh);
  margin-bottom: 0;
  margin-top: 3rem;
  position: relative;
  text-align: center
}

@media screen and (min-width:768px) {
  .o-footer__content-bottom {
    margin-bottom: 0;
    margin-top: 5rem
  }
}

.o-footer__content-bottom p {
  margin-bottom: 0
}

.o-footer__content-bottom--left {
  width: 100%
}

@media screen and (min-width:768px) {
  .o-footer__content-bottom--left {
    flex: 1;
    text-align: left
  }
}

.o-footer__content-bottom--center {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%
}

@media screen and (min-width:768px) {
  .o-footer__content-bottom--center {
    flex-direction: row;
    gap: 4.1rem;
    width: auto
  }
}

.o-footer__content-bottom--center .copyright__content {
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase
}

.o-footer__content-bottom--right {
  margin-top: 2.75rem;
  width: 100%
}

@media screen and (min-width:768px) {
  .o-footer__content-bottom--right {
    flex: 1;
    margin-top: 0;
    text-align: right
  }
}

.o-footer__bottom-menu-list {
  display: flex;
  flex-direction: row;
  gap: 1.3rem
}

@media screen and (min-width:768px) {
  .o-footer__bottom-menu-list {
    gap: 4.1em
  }
}

.o-footer__bottom-menu-list-link {
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase
}

.o-footer__locations {
  border-bottom: 1px solid rgb(var(--color-border));
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%
}

@media screen and (min-width:768px) {
  .o-footer__locations {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem
  }
}

.o-footer__locations-text {
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm)
}

.o-footer__locations-text a {
  text-decoration: none
}

.o-footer__reviews {
  margin-top: auto;
  width: 100%
}

.o-footer__reviews .trustpilot-widget {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%
}

@media screen and (min-width:768px) {
  .o-footer__reviews .trustpilot-widget {
    align-items: flex-end;
    justify-content: flex-end
  }
}

.o-footer__reviews .trustpilot-widget iframe {
  width: 12.8rem
}

@media screen and (min-width:768px) {
  .o-footer__reviews .trustpilot-widget iframe {
    width: 13.3rem
  }
}

.o-footer__made-by a,
.o-footer__made-by span {
  vertical-align: middle
}

.o-footer__made-by a {
  color: rgb(var(--color-accent));
  display: inline-block;
  height: 1.5rem;
  text-decoration: none;
  width: 1.5rem
}

.o-footer__made-by span {
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase
}

.o-footer .m-list-social {
  display: flex;
  flex-direction: row;
  gap: 1rem
}

.o-footer .m-list-social__item {
  background: rgb(var(--color-accent));
  border-radius: 50%
}

.o-footer .m-list-social__link,
.o-footer .m-list-social__link:hover {
  color: rgb(var(--color-accent-label))
}

.shopify-challenge__container {
  margin: 10rem auto
}

@media screen and (min-width:768px) {
  .shopify-challenge__container {
    margin: 12rem auto
  }
}

.shopify-challenge__container .btn {
  display: block;
  margin: 1.5rem auto 0
}

@media screen and (min-width:768px) {
  .shopify-challenge__container .btn {
    margin: 3rem auto 0
  }
}

.shopify-policy__container {
  --inline-spacing: minmax(var(--layout-site-padding), 1fr);
  --content-width: min(100% - (var(--layout-site-padding) * 2), var(--policy-page-content-width));
  display: grid;
  grid-template-columns: var(--inline-spacing) var(--content-width) var(--inline-spacing);
  margin-block: var(--layout-section-spacing-small);
  max-width: 100%;
  padding-inline: 0;
  width: 100%
}

.shopify-policy__body,
.shopify-policy__title {
  grid-column: 2/span 1;
  text-align: var(--policy-page-content-alignment)
}

.shopify-policy__title h1 {
  font-size: var(--policy-page-heading-fs);
  line-height: var(--policy-page-heading-lh);
  text-align: var(--policy-page-heading-alignment)
}

.shopify-policy__body :where(h1, h2, h3, h4, h5, h6) {
  margin-block: var(--policy-page-heading-top-margin-mobile) var(--policy-page-heading-bottom-margin-mobile)
}

@media screen and (min-width:768px) {
  .shopify-policy__body :where(h1, h2, h3, h4, h5, h6) {
    margin-block: var(--policy-page-heading-top-margin-desktop) var(--policy-page-heading-bottom-margin-desktop)
  }
}

.shopify-policy__body a {
  overflow-wrap: break-word;
  word-break: break-all
}

.wishlist-page .wishlist-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--layout-container-width);
  padding-left: var(--layout-site-padding);
  padding-right: var(--layout-site-padding);
  width: 100%
}

.wishlist-page .wishlist-header {
  border-bottom: 0;
  padding-top: 0
}

.wishlist-page .wishlist-header .wishlist-header-left {
  padding: 0
}

.wishlist-page .wishlist-heading {
  color: rgb(var(--color-heading));
  font-family: var(--ff-secondary);
  font-size: var(--h2-fs);
  font-weight: var(--ff-secondary-weight);
  line-height: var(--h2-lh);
  margin-bottom: 2.5rem
}

.wishlist-page .wishlsitnoitem p {
  color: rgb(var(--color-text));
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md)
}

.wishlist-page #wishlist-input {
  background-color: rgb(var(--color-background));
  border: 1px solid rgb(var(--color-border));
  border-left: none;
  border-radius: 0;
  border-right: none;
  box-shadow: none;
  color: rgb(var(--color-text));
  font-family: var(--ff-primary);
  min-height: 5rem;
  width: 100%
}

.wishlist-page #wishlist-input,
.wishlist-page #wishlist-input:focus {
  font-size: var(--body-fs-md);
  font-weight: 400;
  line-height: var(--body-lh-md)
}

.wishlist-page #wishlist-input:focus {
  border: 1px solid rgb(var(--color-border));
  border-left: none;
  border-right: none
}

.wishlist-page .wh-search-icon {
  top: 1.2rem
}

.wishlist-page .wishlist-top {
  background: rgb(var(--color-product-card));
  margin-bottom: 0;
  padding-bottom: 0
}

.wishlist-page .wishlist-top img {
  aspect-ratio: 1/1;
  display: block;
  font-size: 0;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  position: static;
  width: 100%
}

.wishlist-page .wihslist-meta,
.wishlist-page .wishlist-meta {
  display: flex;
  flex-direction: column;
  margin-top: 1.6rem
}

@media screen and (min-width:768px) {

  .wishlist-page .wihslist-meta,
  .wishlist-page .wishlist-meta {
    margin-top: 3.5rem
  }
}

.wishlist-page .wihslist-meta h3,
.wishlist-page .wishlist-meta h3 {
  font-family: var(--ff-secondary);
  font-size: var(--product-title-fs);
  font-weight: 400;
  line-height: var(--product-title-lh);
  margin-bottom: .6rem;
  order: 1
}

.wishlist-page .wihslist-meta .wishlist-variant,
.wishlist-page .wishlist-meta .wishlist-variant {
  color: rgb(var(--color-secondary-text));
  font-size: var(--body-fs-sm);
  line-height: var(--body-lh-sm);
  order: 2
}

.wishlist-page .wihslist-meta .wishlist-advanced-option,
.wishlist-page .wishlist-meta .wishlist-advanced-option {
  display: none
}

.wishlist-page .wihslist-meta .wishlist-price,
.wishlist-page .wishlist-meta .wishlist-price {
  font-family: var(--ff-secondary);
  font-size: var(--product-price-fs);
  font-weight: 700;
  line-height: var(--product-price-lh);
  order: 3;
  padding-top: 1.5rem
}

.wishlist-page .wihslist-meta .wishlist-cart,
.wishlist-page .wishlist-meta .wishlist-cart {
  border-radius: var(--button-border-radius);
  cursor: pointer;
  display: inline-block;
  font-family: var(--ff-primary);
  font-size: var(--btn-fs);
  font-weight: 600;
  line-height: var(--btn-lh);
  order: 4;
  padding: 1.6rem 2.4rem;
  text-decoration: none;
  text-transform: var(--button-letter-case);
  transition: color .35s ease, border-color .35s ease, background-color .35s ease
}

.wishlist-page .wihslist-meta .wishlist-cart:hover,
.wishlist-page .wishlist-meta .wishlist-cart:hover {
  background-color: rgb(var(--color-button)) !important
}

main .ruk_rating_snippet i {
  font-size: 1.2rem;
  padding: 0 .05rem
}

main .ruk_rating_snippet .ruk-rating-snippet-count {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: .1rem;
  padding: 0 .4rem;
  text-transform: uppercase
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .ElementsWidget {
  --heading-text-font-family: var(--ff-secondary);
  --heading-text-font-weight: 400;
  --body-text-font-family: var(--ff-primary);
  --body-text-font-weight: 300
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .ElementsWidget .ElementsWidget__form,
main reviewsio-product-reviews-widget .ElementsWidget-prefix .ElementsWidget .R-AvatarThumbnail,
main reviewsio-product-reviews-widget .ElementsWidget-prefix .ElementsWidget .R-TabControls,
main reviewsio-product-reviews-widget .ElementsWidget-prefix .ElementsWidget .c-meta__authorName,
main reviewsio-product-reviews-widget .ElementsWidget-prefix .ElementsWidget .item__review {
  --heading-text-font-family: var(--ff-primary);
  --heading-text-font-weight: 400
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .header__group--right {
  flex-basis: 23rem !important;
  width: 23rem !important
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .header__group--right .R-Button {
  width: 100%
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .R-Button {
  border-radius: var(--button-border-radius);
  cursor: pointer;
  display: inline-block;
  font-family: var(--ff-primary);
  font-size: var(--btn-fs);
  font-weight: 400;
  letter-spacing: .28rem;
  line-height: var(--btn-lh);
  padding: 1.4rem 2.4rem;
  text-decoration: none;
  text-transform: var(--button-letter-case);
  transition: color .35s ease, border-color .35s ease, background-color .35s ease
}

@media screen and (min-width:768px) {
  main reviewsio-product-reviews-widget .ElementsWidget-prefix .R-Button {
    letter-spacing: .32rem
  }
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .R-Button--primary {
  background-color: rgb(var(--color-button));
  border: 1px solid rgb(var(--color-button));
  color: rgb(var(--color-button-label))
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .R-Button--primary:not([disabled]):not(.disabled):hover {
  background-color: rgb(var(--color-button-hover));
  border-color: rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-label))
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .R-Button--secondary {
  background-color: rgb(var(--color-button-hover));
  border: 1px solid rgb(var(--color-button-hover));
  color: rgb(var(--color-button-hover-label))
}

main reviewsio-product-reviews-widget .ElementsWidget-prefix .R-Button--secondary:not([disabled]):not(.disabled):hover {
  background-color: rgb(var(--color-button));
  border-color: rgb(var(--color-button));
  color: rgb(var(--color-button-label))
}

.o-reviews .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner,
.o-reviews .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
  min-height: 26rem
}

@media screen and (min-width:768px) {

  .o-reviews .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner,
  .o-reviews .CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
    min-height: 33rem
  }
}

.o-reviews .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .R-TextHeading {
  --heading-text-font-family: var(--ff-secondary);
  --heading-text-font-weight: 400;
  font-size: var(--h4-fs);
  line-height: var(--h4-lh)
}

.o-reviews .CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .R-ReviewsioLogo {
  margin-top: 3rem
}

.o-reviews .CarouselWidget-prefix .CarouselWidget .CarouselWidget__list .R-ReviewsList__item .R-TextHeading {
  --heading-text-font-family: var(--ff-secondary);
  --heading-text-font-weight: 400;
  font-size: var(--body-fs-md);
  line-height: var(--body-lh-md)
}

.o-reviews .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--left .controlButton__icon:before {
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-chevron-left' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.354 3.646a.5.5 0 0 1 0 .708L8.707 12l7.647 7.646a.5.5 0 0 1-.708.708l-8-8a.5.5 0 0 1 0-.708l8-8a.5.5 0 0 1 .708 0Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-chevron-left' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.354 3.646a.5.5 0 0 1 0 .708L8.707 12l7.647 7.646a.5.5 0 0 1-.708.708l-8-8a.5.5 0 0 1 0-.708l8-8a.5.5 0 0 1 .708 0Z' fill='currentColor'/%3E%3C/svg%3E")
}

.o-reviews .CarouselWidget-prefix .CarouselWidget .R-ReviewsList-container .R-ReviewsList__controlButton--right .controlButton__icon:before {
  mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-chevron-right' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.646 3.646a.5.5 0 0 1 .708 0l8 8a.5.5 0 0 1 0 .708l-8 8a.5.5 0 0 1-.708-.708L15.293 12 7.646 4.354a.5.5 0 0 1 0-.708Z' fill='currentColor'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon icon-chevron-right' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.646 3.646a.5.5 0 0 1 .708 0l8 8a.5.5 0 0 1 0 .708l-8 8a.5.5 0 0 1-.708-.708L15.293 12 7.646 4.354a.5.5 0 0 1 0-.708Z' fill='currentColor'/%3E%3C/svg%3E")
}
