.cs-custom-form .drop-area-warp {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px
}

.cs-custom-form .form-col-wrap .cs-width-50 {
  width: 50%
}

.cs-custom-form .form-col-wrap .cs-width-100 {
  width: 100%
}

.cs-custom-form .element-group {
  padding-left: 10px
}

.cs-custom-form .form-col-wrap label {
  font-family: var(--typeBasePrimary), var(--typeBaseFallback);
  font-weight: var(--typeBaseWeight);
  letter-spacing: var(--typeBaseSpacing);
  line-height: var(--typeBaseLineHeight);
  text-transform: none;
  font-size: var(--typeBaseSize)
}

.cs-custom-form .form-col-wrap input,
.cs-custom-form .form-col-wrap textarea {
  width: 100%
}

.cs-custom-form .radio-group {
  display: flex
}

.cs-custom-form .radio-group div {
  display: flex;
  align-items: baseline;
  flex: 0 1 130px
}

.cs-custom-form .radio-group div input {
  width: unset
}

.cs-custom-form .alert {
  border-radius: 0;
  padding: 6px 12px;
  margin-top: 20px;
  border: 1px solid transparent;
  text-align: left
}

.cs-custom-form .alert.alert-success {
  color: #56ad6a;
  background-color: #ecfef0;
  border-color: #56ad6a
}

.cs-custom-form .alert.alert-error {
  color: #d02e2e;
  background-color: #fff6f6;
  border-color: #d02e2e
}

.contact-form input,
.contact-form textarea {
  border: 1px solid #e8e8e1;
  margin-top: .8rem;
  min-height: 2.5rem
}

.contact-form .radio-group input {
  min-height: unset;
  margin-right: 5px
}

.card__content a,
.card__content .price__container {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--color-base-text), var(--tw-text-opacity)) !important
}

.purple-gradient {
  overflow: hidden
}

.purple-gradient:hover:after {
  --tw-translate-y: -6.4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.purple-gradient:after {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: 1s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(116, 54, 222, 0) .9%, rgba(116, 54, 222, .45) 44.65%, rgba(116, 54, 222, .69) 100%)
}

.image-grid-item img.preview_image {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .5s;
}

.image-grid-item:hover img.preview_image {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.image-grid-item img.hover_image {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .5s;
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.image-grid-item:hover img.hover_image {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 1;
}

.image-grid-item .hover-underline-animation {
  display: inline-block;
  position: relative
}

.image-grid-item .hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform .25s ease-out
}

.image-grid-item:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left
}

footer a:not(.logo) {
  text-decoration: none;
  --tw-text-opacity: 1;
  color: rgba(var(--color-foreground), var(--tw-text-opacity));
  display: inline-block;
  position: relative;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s;
  font-size: 1.6rem;
}

@media screen and (min-width: 992px) {
  footer a:not(.logo) {
    color: rgba(var(--color-base-accent-2), var(--tw-text-opacity));
    text-transform: none;
    font-size: 1.3rem;
  }
}

/*
xxTBDxx

footer a:not(.logo):hover {
  opacity: .75
}

footer a:not(.logo):after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  transform-origin: bottom right;
  transition: transform .25s ease-out;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-base-accent-1), var(--tw-bg-opacity))
}

footer a:not(.logo):hover:after {
  transform: scaleX(1);
  transform-origin: bottom left
}
*/
.title {
  --tw-text-opacity: 1;
  color: rgba(var(--color-base-accent-1), var(--tw-text-opacity))
}

footer .field__input {
  background-color: transparent;
  border-left: unset;
  border-right: unset;
  border-top: unset
}

footer .field:after {
  box-shadow: unset
}

.email-block h2,
.email-block p {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  --tw-text-opacity: 1 !important;
  color: rgba(var(--color-base-accent-2), var(--tw-text-opacity)) !important
}

.email-block .field:hover {
  box-shadow: unset !important
}

.email-block button {
  color: #fff;
  background-color: rgba(var(--color-base-accent-2), 1)
}

.email-block button:hover {
  background-color: rgba(var(--color-base-accent-2), .7)
}

#NewsletterForm--layout-footer {
  border-bottom: 1px solid rgba(var(--color-base-accent-2), 1);
  margin: 0 !important;
  padding: 0 !important
}

.newsletter-form__field-wrapper label {
  left: 0px !important;
  margin-left: 0;
  color: rgba(var(--color-base-accent-2), 1);
}

.newsletter-form__field-wrapper .field__input::placeholder {
  color: rgba(var(--color-base-accent-2), 1);
}

.newsletter-form__field-wrapper .field__input:focus {
  left: 0px !important;
  box-shadow: unset !important
}

.newsletter-form__field-wrapper .field__input:focus+label {
  top: -25%
}

.newsletter-form__field-wrapper .field__input:not(:-moz-placeholder-shown)~.field__label {
  top: -25%
}

.newsletter-form__field-wrapper .field__input:not(:placeholder-shown)~.field__label {
  top: -25%
}

.newsletter-form__field-wrapper .field:hover.field:after {
  box-shadow: unset !important
}

.page-width .title.title--primary {
  text-align: center
}

.product-form__submit {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--color-base-accent-1), var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.rich-text__heading {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--color-base-accent-1), var(--tw-text-opacity)) !important
}

.facet-filters,
.facet-filters select,
.product-count__text,
.mobile-facets__open {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--color-base-text), var(--tw-text-opacity)) !important;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.rte.prose,
.rte.prose div {
  color: var(--tw-prose-body);
  max-width: 65ch
}

.rte.prose :where([class~="lead"]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where([class~="lead"]):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em
}

.rte.prose :where(a):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(a):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500
}

.rte.prose :where(strong):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(strong):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600
}

.rte.prose :where(a strong):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(a strong):not(:where([class~="tw-not-prose"] *)) {
  color: inherit
}

.rte.prose :where(blockquote strong):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(blockquote strong):not(:where([class~="tw-not-prose"] *)) {
  color: inherit
}

.rte.prose :where(thead th strong):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(thead th strong):not(:where([class~="tw-not-prose"] *)) {
  color: inherit
}

.rte.prose :where(ol):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em
}

.rte.prose :where(ol[type="A"]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="A"]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: upper-alpha
}

.rte.prose :where(ol[type="a"]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="a"]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: lower-alpha
}

.rte.prose :where(ol[type="A" s]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="A" s]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: upper-alpha
}

.rte.prose :where(ol[type="a" s]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="a" s]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: lower-alpha
}

.rte.prose :where(ol[type="I"]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="I"]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: upper-roman
}

.rte.prose :where(ol[type="i"]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="i"]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: lower-roman
}

.rte.prose :where(ol[type="I" s]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="I" s]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: upper-roman
}

.rte.prose :where(ol[type="i" s]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="i" s]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: lower-roman
}

.rte.prose :where(ol[type="1"]):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol[type="1"]):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: decimal
}

.rte.prose :where(ul):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ul):not(:where([class~="tw-not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em
}

.rte.prose :where(ol > li):not(:where([class~="tw-not-prose"] *))::marker,
.rte.prose div :where(ol > li):not(:where([class~="tw-not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters)
}

.rte.prose :where(ul > li):not(:where([class~="tw-not-prose"] *))::marker,
.rte.prose div :where(ul > li):not(:where([class~="tw-not-prose"] *))::marker {
  color: var(--tw-prose-bullets)
}

.rte.prose :where(hr):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(hr):not(:where([class~="tw-not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em
}

.rte.prose :where(blockquote):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(blockquote):not(:where([class~="tw-not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: .25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201c" "\201d" "\2018" "\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em
}

.rte.prose :where(blockquote p:first-of-type):not(:where([class~="tw-not-prose"] *)):before,
.rte.prose div :where(blockquote p:first-of-type):not(:where([class~="tw-not-prose"] *)):before {
  content: open-quote
}

.rte.prose :where(blockquote p:last-of-type):not(:where([class~="tw-not-prose"] *)):after,
.rte.prose div :where(blockquote p:last-of-type):not(:where([class~="tw-not-prose"] *)):after {
  content: close-quote
}

.rte.prose :where(h1):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h1):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: .8888889em;
  line-height: 1.1111111
}

.rte.prose :where(h1 strong):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h1 strong):not(:where([class~="tw-not-prose"] *)) {
  font-weight: 900;
  color: inherit
}

.rte.prose :where(h2):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h2):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333
}

.rte.prose :where(h2 strong):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h2 strong):not(:where([class~="tw-not-prose"] *)) {
  font-weight: 800;
  color: inherit
}

.rte.prose :where(h3):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h3):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: .6em;
  line-height: 1.6
}

.rte.prose :where(h3 strong):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h3 strong):not(:where([class~="tw-not-prose"] *)) {
  font-weight: 700;
  color: inherit
}

.rte.prose :where(h4):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h4):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: .5em;
  line-height: 1.5
}

.rte.prose :where(h4 strong):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h4 strong):not(:where([class~="tw-not-prose"] *)) {
  font-weight: 700;
  color: inherit
}

.rte.prose :where(img):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(img):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.rte.prose :where(figure > *):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(figure > *):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0
}

.rte.prose :where(figcaption):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(figcaption):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: .875em;
  line-height: 1.4285714;
  margin-top: .8571429em
}

.rte.prose :where(code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(code):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: .875em
}

.rte.prose :where(code):not(:where([class~="tw-not-prose"] *)):before,
.rte.prose div :where(code):not(:where([class~="tw-not-prose"] *)):before {
  content: "`"
}

.rte.prose :where(code):not(:where([class~="tw-not-prose"] *)):after,
.rte.prose div :where(code):not(:where([class~="tw-not-prose"] *)):after {
  content: "`"
}

.rte.prose :where(a code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(a code):not(:where([class~="tw-not-prose"] *)) {
  color: inherit
}

.rte.prose :where(h1 code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h1 code):not(:where([class~="tw-not-prose"] *)) {
  color: inherit
}

.rte.prose :where(h2 code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h2 code):not(:where([class~="tw-not-prose"] *)) {
  color: inherit;
  font-size: .875em
}

.rte.prose :where(h3 code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h3 code):not(:where([class~="tw-not-prose"] *)) {
  color: inherit;
  font-size: .9em
}

.rte.prose :where(h4 code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h4 code):not(:where([class~="tw-not-prose"] *)) {
  color: inherit
}

.rte.prose :where(blockquote code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(blockquote code):not(:where([class~="tw-not-prose"] *)) {
  color: inherit
}

.rte.prose :where(thead th code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(thead th code):not(:where([class~="tw-not-prose"] *)) {
  color: inherit
}

.rte.prose :where(pre):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(pre):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: .875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: .375rem;
  padding: .8571429em 1.1428571em
}

.rte.prose :where(pre code):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(pre code):not(:where([class~="tw-not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

.rte.prose :where(pre code):not(:where([class~="tw-not-prose"] *)):before,
.rte.prose div :where(pre code):not(:where([class~="tw-not-prose"] *)):before {
  content: none
}

.rte.prose :where(pre code):not(:where([class~="tw-not-prose"] *)):after,
.rte.prose div :where(pre code):not(:where([class~="tw-not-prose"] *)):after {
  content: none
}

.rte.prose :where(table):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(table):not(:where([class~="tw-not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.7142857
}

.rte.prose :where(thead):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(thead):not(:where([class~="tw-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders)
}

.rte.prose :where(thead th):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(thead th):not(:where([class~="tw-not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: .5714286em;
  padding-bottom: .5714286em;
  padding-left: .5714286em
}

.rte.prose :where(tbody tr):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(tbody tr):not(:where([class~="tw-not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders)
}

.rte.prose :where(tbody tr:last-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(tbody tr:last-child):not(:where([class~="tw-not-prose"] *)) {
  border-bottom-width: 0
}

.rte.prose :where(tbody td):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(tbody td):not(:where([class~="tw-not-prose"] *)) {
  vertical-align: baseline
}

.rte.prose :where(tfoot):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(tfoot):not(:where([class~="tw-not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders)
}

.rte.prose :where(tfoot td):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(tfoot td):not(:where([class~="tw-not-prose"] *)) {
  vertical-align: top
}

.rte.prose,
.rte.prose div {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #efefef;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #efefef;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #efefef;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75
}

.rte.prose :where(p):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(p):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.rte.prose :where(video):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(video):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.rte.prose :where(figure):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(figure):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em
}

.rte.prose :where(li):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(li):not(:where([class~="tw-not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em
}

.rte.prose :where(ol > li):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ol > li):not(:where([class~="tw-not-prose"] *)) {
  padding-left: .375em
}

.rte.prose :where(ul > li):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ul > li):not(:where([class~="tw-not-prose"] *)) {
  padding-left: .375em
}

.rte.prose :where(.tw-prose > ul > li p):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(.tw-prose > ul > li p):not(:where([class~="tw-not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em
}

.rte.prose :where(.tw-prose > ul > li > *:first-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(.tw-prose > ul > li > *:first-child):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 1.25em
}

.rte.prose :where(.tw-prose > ul > li > *:last-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(.tw-prose > ul > li > *:last-child):not(:where([class~="tw-not-prose"] *)) {
  margin-bottom: 1.25em
}

.rte.prose :where(.tw-prose > ol > li > *:first-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(.tw-prose > ol > li > *:first-child):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 1.25em
}

.rte.prose :where(.tw-prose > ol > li > *:last-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(.tw-prose > ol > li > *:last-child):not(:where([class~="tw-not-prose"] *)) {
  margin-bottom: 1.25em
}

.rte.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="tw-not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em
}

.rte.prose :where(hr + *):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(hr + *):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 0
}

.rte.prose :where(h2 + *):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h2 + *):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 0
}

.rte.prose :where(h3 + *):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h3 + *):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 0
}

.rte.prose :where(h4 + *):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(h4 + *):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 0
}

.rte.prose :where(thead th:first-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(thead th:first-child):not(:where([class~="tw-not-prose"] *)) {
  padding-left: 0
}

.rte.prose :where(thead th:last-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(thead th:last-child):not(:where([class~="tw-not-prose"] *)) {
  padding-right: 0
}

.rte.prose :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(tbody td, tfoot td):not(:where([class~="tw-not-prose"] *)) {
  padding: .5714286em
}

.rte.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="tw-not-prose"] *)) {
  padding-left: 0
}

.rte.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="tw-not-prose"] *)) {
  padding-right: 0
}

.rte.prose :where(.tw-prose > :first-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(.tw-prose > :first-child):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 0
}

.rte.prose :where(.tw-prose > :last-child):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(.tw-prose > :last-child):not(:where([class~="tw-not-prose"] *)) {
  margin-bottom: 0
}

.rte.prose,
.rte.prose div {
  font-size: 14px
}

@media (min-width: 990px) {

  .rte.prose,
  .rte.prose div {
    font-size: 16px
  }

  .tab-item .rte.prose {
    font-size: 14px;
  }
}

.rte p,
.rte div {
  line-height: 1.25;
}

.rte.leading-small p {
  line-height: 1.5
}

.product__accordion {
  border: none !important;
}

.product__accordion summary {
  padding: .5rem 0 !important
}

.product__accordion details summary>svg {
  transition: rotate .25s ease-in-out;
  rotate: 0;
}

.product__accordion details[open] summary>svg {
  rotate: 180deg;
}

.product__accordion .rte p,
.product__accordion .rte div,
.collection-hero__description p,
.collection-hero__description div {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0 0 1.25rem;
}

.product__accordion .rte p>span {
  font-size: 1.4rem !important;
}

.rte.prose :where(div):not(:where([class~="tw-not-prose"] *)),
.rte.prose div :where(div):not(:where([class~="tw-not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em
}

.product-popup-modal__button.link {
  text-transform: uppercase;
  color: rgba(var(--color-foreground), .75)
}

.tw-icon {
  display: inline-block;
  height: 2.4rem;
  width: 2.4rem
}

#cart-icon-bubble svg {
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem
}

.tw-icon-s {
  display: inline-block;
  height: 1.6rem;
  width: 1.6rem
}

.hide-scrollbar::-webkit-scrollbar {
  display: none
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none
}

.card__badge .badge--soldout {
  display: none
}

.page-width.pt-theme {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3.2rem
}

@media (min-width: 990px) {
  .page-width.pt-theme {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 8rem
  }
}

.pt-theme {
  padding-top: 3.2rem
}

@media (min-width: 990px) {
  .pt-theme {
    padding-top: 8rem
  }
}

.product-form__submit {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important
}

cart-drawer.drawer {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

cart-drawer.drawer.active {
  opacity: 1
}

.badge.badge--bottom-left {
  border-radius: 0;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-base-accent-1), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(var(--color-base-accent-2), var(--tw-text-opacity))
}

#predictive-search-results {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.tab {
  max-height: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s
}

.tab.active {
  max-height: 2000px
}

#shopify-section-cart-drawer p,
#shopify-section-cart-drawer small,
#shopify-section-cart-drawer th,
#shopify-section-cart-drawer dt,
#shopify-section-cart-drawer dd,
#shopify-section-cart-drawer a:not(.button),
#shopify-section-cart-drawer h2,
#shopify-section-cart-drawer h3,
#shopify-section-cart-drawer h4,
#shopify-section-cart-drawer h5,
#shopify-section-cart-drawer h6,
#shopify-section-cart-drawer span {
  --tw-text-opacity: 1;
  color: rgba(var(--color-base-accent-1), var(--tw-text-opacity))
}

#shopify-section-cart-drawer dl {
  font-size: 12px
}

#shopify-section-announcement-bar-swiper {
  position: absolute;
  width: 100%;
  z-index: 100 !important
}

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible
}

.hamburger:hover,
.hamburger.is-active:hover {
  opacity: .7
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:before,
.hamburger.is-active .hamburger-inner:after {
  background-color: rgb(var(--color-base-accent-2), 1);
}

.hamburger-box {
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative
}

.hamburger-inner {
  display: block;
  top: 50%;
}

.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
  width: 100%;
  height: 2px;
  background-color: var(--gradient-base-accent-2);
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease
}

.hamburger-inner:before,
.hamburger-inner:after {
  content: "";
  display: block
}

.hamburger-inner:before {
  top: -10px
}

.hamburger-inner:after {
  bottom: -10px
}

.hamburger--3dx .hamburger-box {
  perspective: 80px
}

.hamburger--3dx .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx .hamburger-inner:before,
.hamburger--3dx .hamburger-inner:after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r .hamburger-inner:before,
.hamburger--3dx-r .hamburger-inner:after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
  perspective: 80px
}

.hamburger--3dy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy .hamburger-inner:before,
.hamburger--3dy .hamburger-inner:after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r .hamburger-inner:before,
.hamburger--3dy-r .hamburger-inner:after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy .hamburger-inner:before,
.hamburger--3dxy .hamburger-inner:after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r .hamburger-inner:before,
.hamburger--3dxy-r .hamburger-inner:after {
  transition: transform 0s .1s cubic-bezier(.645, .045, .355, 1)
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
  transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
  transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom .1s .1s ease, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
  transition: top .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
  transition: bottom .1s ease, transform .1s .1s cubic-bezier(.895, .03, .685, .22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner:before,
.hamburger--boring .hamburger-inner:after {
  transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-90deg);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top .12s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .22s linear
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s .16s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .25s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic .hamburger-inner:before {
  top: 6px;
  transition: opacity .125s .275s ease
}

.hamburger--elastic .hamburger-inner:after {
  top: 12px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: .275s;
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s .275s ease
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 75ms
}

.hamburger--emphatic {
  overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s .175s ease-in
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r {
  overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s .175s ease-in
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, left .125s .175s ease-in
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s .125s linear, right .125s .175s ease-in
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right .125s ease-out, top .05s .125s linear, transform .125s .175s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--minus .hamburger-inner:before,
.hamburger--minus .hamburger-inner:after {
  transition: bottom .08s 0s ease-out, top .08s 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:before,
.hamburger--minus.is-active .hamburger-inner:after {
  opacity: 0;
  transition: bottom .08s ease-out, top .08s ease-out, opacity 0s .08s linear
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0
}

.hamburger--slider .hamburger-inner {
  top: 2px
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: .15s
}

.hamburger--slider .hamburger-inner:after {
  top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
  top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: .15s
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r .hamburger-inner {
  transition-duration: .22s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s .25s ease-in, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom .1s .25s ease-in, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top .1s ease-out, opacity .1s .12s ease-out
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom .1s ease-out, transform .22s .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s .13s linear
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: .13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top .2s .2s cubic-bezier(.33333, .66667, .66667, 1), opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top .1s .2s cubic-bezier(.33333, .66667, .66667, 1), transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s .22s linear
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(90deg);
  transition: top .1s .15s cubic-bezier(.33333, 0, .66667, .33333), transform .13s .22s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms .15s cubic-bezier(.55, .055, .675, .19), background-color 0s 75ms linear
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms 75ms ease-in, transform 75ms 0s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 75ms 0s cubic-bezier(.215, .61, .355, 1), background-color 0s .15s linear
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 75ms .1s ease-out, transform 75ms .15s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
  transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--vortex .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex .hamburger-inner:before,
.hamburger--vortex .hamburger-inner:after {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex.is-active .hamburger-inner:before,
.hamburger--vortex.is-active .hamburger-inner:after {
  transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r .hamburger-inner:before,
.hamburger--vortex-r .hamburger-inner:after {
  transition-duration: 0s;
  transition-delay: .1s;
  transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger--vortex-r.is-active .hamburger-inner:before,
.hamburger--vortex-r.is-active .hamburger-inner:after {
  transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg)
}

.hover-underline-animation {
  display: inline-block;
  position: relative
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  transform-origin: bottom right;
  transition: transform .25s ease-out;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-base-accent-2), var(--tw-bg-opacity))
}

.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left
}

.review-slide .review-inner {
  transform-origin: center;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.review-slide.swiper-slide-visible .review-inner {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@keyframes dance {
  0% {
    transform: rotate(0)
  }

  25% {
    transform: rotate(10deg)
  }

  50% {
    transform: rotate(0)
  }

  75% {
    transform: rotate(-10deg)
  }

  to {
    transform: rotate(0)
  }
}

.dance {
  animation: dance 1.5s infinite
}

.nav-border-search {
  border: 1px solid #f7f7f7;
  padding-top: .8rem;
  padding-bottom: .8rem
}

.nav-border {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 990px) {
  .nav-border {
    border-bottom: 1px solid rgba(var(--color-base-accent-2), 1)
  }

  .nav-border-search {
    border: unset;
    border: 1px solid rgba(var(--color-base-accent-2), 1);
    padding-top: 0;
    padding-bottom: 0
  }

  .nav-border {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}

.desktop-menu .menu-item:hover .mega-menu,
.desktop-menu .menu-item.is-hovered .mega-menu {
  z-index: 11;
  opacity: 1
}

.desktop-menu .menu-item:hover .mega-menu>div,
.desktop-menu .menu-item.is-hovered .mega-menu>div {
  pointer-events: auto
}

.predictive-search {
  background: transparent !important;
  z-index: 70 !important
}

.mobile-header:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(var(--color-base-accent-2), .75);
  transition: all .3s ease-in-out;
  -webkit-backdrop-filter: saturate(150%) blur(4px);
  backdrop-filter: saturate(150%) blur(4px)
}

@media (min-width: 990px) {
  .topbar-border {
    border-top: 1px solid rgba(var(--color-base-accent-2), 1)
  }
}

.mobile-border {
  border-top: 1px solid rgba(var(--color-base-accent-2), 1)
}

@media (min-width: 990px) {
  .mobile-border {
    border-top: unset
  }
}

.section-header.sticky {
  position: sticky;
  top: 0px;
  z-index: 50;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.section-header.sticky.down {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, .65)
}

.section-header.sticky .topbar-border,
.section-header.sticky .mobile-border {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-base-background-2), var(--tw-border-opacity))
}

#shopify-section-layout-header {
  position: fixed;
  top: 2.8rem;
  z-index: 15;
  width: 100%
}

#shopify-section-layout-header.section-header.sticky {
  top: 0px
}

*,
:before,
:after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb
}

:before,
:after {
  --tw-content: ""
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
  font-feature-settings: normal
}

body {
  margin: 0;
  line-height: inherit
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

a {
  color: inherit;
  text-decoration: inherit
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0;
  padding: 0
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  background-color: transparent;
  background-image: none
}

:-moz-focusring {
  outline: auto
}

:-moz-ui-invalid {
  box-shadow: none
}

progress {
  vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

summary {
  display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0
}

fieldset {
  margin: 0;
  padding: 0
}

legend {
  padding: 0
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0
}

textarea {
  resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #efefef
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: rgba(102, 102, 102, .5);
}

button,
[role=button] {
  cursor: pointer
}

:disabled {
  cursor: default
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}

img,
video {
  max-width: 100%;
  height: auto
}

[hidden] {
  display: none
}

*,
:before,
:after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}

.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.tw-pointer-events-none {
  pointer-events: none
}

.tw-pointer-events-auto {
  pointer-events: auto
}

.tw-fixed {
  position: fixed
}

.tw-absolute {
  position: absolute
}

.tw-relative {
  position: relative
}

.tw-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.tw-right-\[40rem\] {
  right: 40rem
}

.tw-top-0 {
  top: 0px
}

.tw-bottom-0 {
  bottom: 0px
}

.tw-left-0 {
  left: 0px
}

.tw-right-2 {
  right: .8rem
}

.tw-bottom-14 {
  bottom: 5.6rem
}

.tw-right-0 {
  right: 0px
}

.tw-bottom-\[-5rem\] {
  bottom: -5rem
}

.tw-left-\[-2rem\] {
  left: -2rem
}

.tw-top-\[-7rem\] {
  top: -7rem
}

.tw-right-\[-2rem\] {
  right: -2rem
}

.tw-right-4 {
  right: 1.6rem
}

.tw-top-4 {
  top: 1.6rem
}

.tw-z-\[-1\] {
  z-index: -1
}

.tw-z-\[30\] {
  z-index: 30
}

.tw-z-50 {
  z-index: 50
}

.tw-z-\[60\] {
  z-index: 60
}

.tw-z-20 {
  z-index: 20
}

.tw-z-10 {
  z-index: 10
}

.tw-z-\[99\] {
  z-index: 99
}

.tw-z-\[11\] {
  z-index: 11
}

.tw-z-\[10\] {
  z-index: 10
}

.tw-z-\[900\] {
  z-index: 900
}

.tw-col-span-2 {
  grid-column: span 2 / span 2
}

.tw-col-span-1 {
  grid-column: span 1 / span 1
}

.tw-m-auto {
  margin: auto
}

.tw-my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.tw-mx-auto {
  margin-left: auto;
  margin-right: auto
}

.tw-my-10 {
  margin-top: 4rem;
  margin-bottom: 4rem
}

.tw-mt-6 {
  margin-top: 2.4rem
}

.tw-ml-\[2\.5rem\] {
  margin-left: 2.5rem
}

.tw-mt-\[8\.5rem\] {
  margin-top: 8.5rem
}

.tw-mt-8 {
  margin-top: 3.2rem
}

.tw-mb-4 {
  margin-bottom: 1.6rem
}

.tw-mt-4 {
  margin-top: 1.6rem
}

.tw-mt-2 {
  margin-top: .8rem
}

.tw-mb-\[15px\] {
  margin-bottom: 15px
}

.tw-mb-\[5px\] {
  margin-bottom: 5px
}

.tw-mr-8 {
  margin-right: 3.2rem
}

.tw-mr-4 {
  margin-right: 1.6rem
}

.tw-ml-auto {
  margin-left: auto
}

.tw-mr-2 {
  margin-right: .8rem
}

.tw-mb-6 {
  margin-bottom: 2.4rem
}

.tw-mb-1 {
  margin-bottom: .4rem
}

.tw-ml-4 {
  margin-left: 1.6rem
}

.\!tw-block {
  display: block !important
}

.tw-inline-block {
  display: inline-block
}

.tw-flex {
  display: flex
}

.tw-grid {
  display: grid
}

.tw-contents {
  display: contents
}

.tw-hidden {
  display: none
}

.\!tw-hidden {
  display: none !important
}

.tw-aspect-square {
  aspect-ratio: 1 / 1
}

.tw-aspect-\[2\/3\] {
  aspect-ratio: 2/3
}

.tw-aspect-\[490\/300\] {
  aspect-ratio: 490/300
}

.tw-h-\[110px\] {
  height: 110px
}

.tw-h-full {
  height: 100%
}

.tw-h-20 {
  height: 8rem
}

.tw-h-5 {
  height: 2rem
}

.tw-h-\[50px\] {
  height: 50px
}

.tw-h-16 {
  height: 6.4rem
}

.tw-h-10 {
  height: 4rem
}

.tw-h-screen {
  height: 100vh
}

.tw-h-auto {
  height: auto
}

.tw-h-6 {
  height: 2.4rem
}

.tw-max-h-0 {
  max-height: 0px
}

.tw-max-h-\[1000px\] {
  max-height: 1000px
}

.tw-max-h-\[75vh\] {
  max-height: 75vh
}

.tw-min-h-screen {
  min-height: 100vh
}

.tw-w-\[320px\] {
  width: 320px
}

.tw-w-\[50vw\] {
  width: 50vw
}

.tw-w-full {
  width: 100%
}

.tw-w-\[26px\] {
  width: 26px
}

.tw-w-5 {
  width: 2rem
}

.tw-w-80 {
  width: 32rem
}

.tw-w-\[100vw\] {
  width: 100vw
}

.tw-w-24 {
  width: 9.6rem
}

.tw-w-\[125px\] {
  width: 125px
}

.tw-w-\[14px\] {
  width: 14px
}

.tw-w-6 {
  width: 2.4rem
}

.tw-w-16 {
  width: 6.4rem
}

.tw-w-10 {
  width: 4rem
}

.tw-min-w-\[100px\] {
  min-width: 100px
}

.tw-min-w-\[170px\] {
  min-width: 170px
}

.tw-min-w-\[50vw\] {
  min-width: 50vw
}

.tw-min-w-\[90\%\] {
  min-width: 90%
}

.tw-min-w-\[20\%\] {
  min-width: 20%
}

.tw-min-w-\[30\%\] {
  min-width: 30%
}

.tw-max-w-\[450px\] {
  max-width: 450px
}

.tw-max-w-\[75vw\] {
  max-width: 75vw
}

.\!tw-max-w-none {
  max-width: none !important
}

.tw-max-w-4xl {
  max-width: 89.6rem
}

.tw-max-w-2xl {
  max-width: 67.2rem
}

.tw-max-w-\[90\%\] {
  max-width: 90%
}

.tw-max-w-\[30rem\] {
  max-width: 30rem
}

.tw-max-w-none {
  max-width: none
}

.tw-flex-grow {
  flex-grow: 1
}

.tw-origin-left {
  transform-origin: left
}

.tw-translate-y-8 {
  --tw-translate-y: 3.2rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-tw-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-tw-translate-y-16 {
  --tw-translate-y: -6.4rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-tw-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-cursor-pointer {
  cursor: pointer
}

.tw-list-none {
  list-style-type: none
}

.tw-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr))
}

.tw-flex-row {
  flex-direction: row
}

.tw-flex-row-reverse {
  flex-direction: row-reverse
}

.tw-flex-col {
  flex-direction: column
}

.tw-items-start {
  align-items: flex-start
}

.tw-items-end {
  align-items: flex-end
}

.tw-items-center {
  align-items: center
}

.tw-justify-end {
  justify-content: flex-end
}

.tw-justify-center {
  justify-content: center
}

.tw-justify-between {
  justify-content: space-between
}

.tw-gap-\[5px\] {
  gap: 5px
}

.tw-gap-4 {
  gap: 1.6rem
}

.tw-gap-6 {
  gap: 2.4rem
}

.tw-gap-y-4 {
  row-gap: 1.6rem
}

.tw-gap-x-12 {
  -moz-column-gap: 4.8rem;
  column-gap: 4.8rem
}

.tw-space-y-6>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.4rem * var(--tw-space-y-reverse))
}

.tw-space-x-\[10px\]>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-y-2>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.8rem * var(--tw-space-y-reverse))
}

.tw-space-x-4>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.6rem * var(--tw-space-x-reverse));
  margin-left: calc(1.6rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-2>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(.8rem * var(--tw-space-x-reverse));
  margin-left: calc(.8rem * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-x-\[5px\]>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)))
}

.tw-space-y-16>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6.4rem * var(--tw-space-y-reverse))
}

.tw-space-y-1>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(.4rem * var(--tw-space-y-reverse))
}

.tw-space-y-4>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.6rem * var(--tw-space-y-reverse))
}

.tw-space-y-8>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.2rem * var(--tw-space-y-reverse))
}

.tw-divide-y>:not([hidden])~:not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse))
}

.tw-divide-\[\#DEC5DD\]>:not([hidden])~:not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(222 197 221 / var(--tw-divide-opacity))
}

.tw-overflow-hidden {
  overflow: hidden
}

.tw-overflow-x-hidden {
  overflow-x: hidden
}

.tw-overflow-x-scroll {
  overflow-x: scroll
}

.tw-overflow-y-scroll {
  overflow-y: scroll
}

.tw-whitespace-nowrap {
  white-space: nowrap
}

.tw-rounded-none {
  border-radius: 0
}

.tw-rounded-full {
  border-radius: 9999px
}

.tw-border {
  border-width: 1px
}

.tw-border-2 {
  border-width: 2px
}

.tw-border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px
}

.tw-border-y {
  border-top-width: 1px;
  border-bottom-width: 1px
}

.tw-border-b {
  border-bottom-width: 1px
}

.\!tw-border-b {
  border-bottom-width: 1px !important
}

.tw-border-t-0 {
  border-top-width: 0px
}

.tw-border-t {
  border-top-width: 1px
}

.tw-border-accent1 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-base-accent-1), var(--tw-border-opacity))
}

.tw-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity))
}

.tw-border-accent2 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--color-base-accent-2), var(--tw-border-opacity))
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.tw-bg-\[\#F8EFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 239 239 / var(--tw-bg-opacity))
}

.tw-bg-accent1 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-base-accent-1), var(--tw-bg-opacity))
}

.tw-bg-transparent {
  background-color: transparent
}

.tw-bg-\[\#F7F7F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity))
}

.tw-bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))
}

.tw-bg-accent2 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--color-base-accent-2), var(--tw-bg-opacity))
}

.tw-bg-opacity-75 {
  --tw-bg-opacity: .75
}

.tw-object-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.tw-object-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.tw-object-center {
  -o-object-position: center;
  object-position: center
}

.tw-p-4 {
  padding: 1.6rem
}

.tw-py-1 {
  padding-top: .4rem;
  padding-bottom: .4rem
}

.\!tw-px-8 {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important
}

.tw-py-3 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem
}

.tw-py-2 {
  padding-top: .8rem;
  padding-bottom: .8rem
}

.tw-py-8 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem
}

.tw-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px
}

.tw-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px
}

.tw-py-4 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem
}

.tw-px-4 {
  padding-left: 1.6rem;
  padding-right: 1.6rem
}

.tw-px-8 {
  padding-left: 3.2rem;
  padding-right: 3.2rem
}

.\!tw-py-24 {
  padding-top: 9.6rem !important;
  padding-bottom: 9.6rem !important
}

.tw-px-16 {
  padding-left: 6.4rem;
  padding-right: 6.4rem
}

.tw-py-6 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem
}

.tw-pb-3 {
  padding-bottom: 1.2rem
}

.tw-pt-4 {
  padding-top: 1.6rem
}

.tw-pt-8 {
  padding-top: 3.2rem
}

.tw-pb-4 {
  padding-bottom: 1.6rem
}

.tw-pt-10 {
  padding-top: 4rem
}

.tw-pt-16 {
  padding-top: 6.4rem
}

.tw-pb-8 {
  padding-bottom: 3.2rem
}

.tw-pt-2 {
  padding-top: .8rem
}

.tw-pb-16 {
  padding-bottom: 6.4rem
}

.tw-pt-36 {
  padding-top: 14.4rem
}

.tw-pb-6 {
  padding-bottom: 2.4rem
}

.tw-pt-32 {
  padding-top: 12.8rem
}

.tw-pt-6 {
  padding-top: 2.4rem
}

.tw-pb-12 {
  padding-bottom: 4.8rem
}

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

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

.tw-text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem
}

.tw-text-lg {
  font-size: 1.8rem;
  line-height: 2.8rem
}

.tw-text-sm {
  font-size: 1.4rem;
  line-height: 2rem
}

.tw-text-xl {
  font-size: 2rem;
  line-height: 2.8rem
}

.tw-text-2xl {
  font-size: 2.4rem;
  line-height: 3.2rem
}

.tw-text-3xl {
  font-size: 3rem;
  line-height: 3.6rem
}

.tw-text-base {
  font-size: 1.6rem;
  line-height: 2.4rem
}

.tw-font-bold {
  font-weight: 700
}

.tw-uppercase {
  text-transform: uppercase
}

.tw-leading-7 {
  line-height: 2.8rem
}

.tw-text-accent1 {
  --tw-text-opacity: 1;
  color: rgba(var(--color-base-accent-1), var(--tw-text-opacity))
}

.\!tw-text-accent1 {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--color-base-accent-1), var(--tw-text-opacity)) !important
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.tw-text-accent2 {
  --tw-text-opacity: 1;
  color: rgba(var(--color-base-accent-2), var(--tw-text-opacity))
}

.\!tw-text-\[\#fe553b\] {
  --tw-text-opacity: 1 !important;
  color: rgb(254 85 59 / var(--tw-text-opacity)) !important
}

.tw-text-inherit {
  color: inherit
}

.tw-underline {
  text-decoration-line: underline
}

.\!tw-underline {
  text-decoration-line: underline !important
}

.tw-underline-offset-2 {
  text-underline-offset: 2px
}

.tw-opacity-0 {
  opacity: 0
}

.tw-opacity-100 {
  opacity: 1
}

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.tw-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.tw-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .15s
}

.tw-delay-300 {
  transition-delay: .3s
}

.tw-duration-500 {
  transition-duration: .5s
}

.tw-duration-300 {
  transition-duration: .3s
}

.tw-duration-150 {
  transition-duration: .15s
}

html {
  scroll-behavior: smooth
}

.hide {
  display: none !important
}

:root,
.color-background-1 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-1);
  --gradient-background: var(--gradient-base-background-1)
}

.color-background-2 {
  --color-foreground: var(--color-base-text);
  --color-background: var(--color-base-background-2);
  --gradient-background: var(--gradient-base-background-2)
}

.color-inverse {
  --color-foreground: var(--color-base-background-1);
  --color-background: var(--color-base-text);
  --gradient-background: rgb(var(--color-base-text))
}

.color-accent-1 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-1);
  --gradient-background: var(--gradient-base-accent-1)
}

.color-accent-2 {
  --color-foreground: var(--color-base-solid-button-labels);
  --color-background: var(--color-base-accent-2);
  --gradient-background: var(--gradient-base-accent-2)
}

.color-foreground-outline-button {
  --color-foreground: var(--color-base-outline-button-labels)
}

.color-foreground-accent-1 {
  --color-foreground: var(--color-base-accent-1)
}

.color-foreground-accent-2 {
  --color-foreground: var(--color-base-accent-2)
}

:root,
.color-background-1 {
  --color-link: var(--color-base-outline-button-labels);
  --alpha-link: .85
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-link: var(--color-foreground);
  --alpha-link: .7
}

:root,
.color-background-1 {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
  --alpha-button-border: 1
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-background)
}

.button--secondary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --color-button: var(--color-background);
  --alpha-button-background: 1
}

.color-background-2 .button--secondary,
.color-accent-1 .button--secondary,
.color-accent-2 .button--secondary,
.color-inverse .button--secondary {
  --color-button: var(--color-background);
  --color-button-text: var(--color-foreground)
}

.button--tertiary {
  --color-button: var(--color-base-outline-button-labels);
  --color-button-text: var(--color-base-outline-button-labels);
  --alpha-button-background: 0;
  --alpha-button-border: .2
}

.color-background-2 .button--tertiary,
.color-inverse .button--tertiary,
.color-accent-1 .button--tertiary,
.color-accent-2 .button--tertiary {
  --color-button: var(--color-foreground);
  --color-button-text: var(--color-foreground)
}

:root,
.color-background-1 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-foreground);
  --alpha-badge-border: .1
}

.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  --color-badge-background: var(--color-background);
  --color-badge-border: var(--color-background);
  --alpha-badge-border: 1
}

:root,
.color-background-1,
.color-background-2 {
  --color-card-hover: var(--color-base-text)
}

.color-inverse {
  --color-card-hover: var(--color-base-background-1)
}

.color-accent-1,
.color-accent-2 {
  --color-card-hover: var(--color-base-solid-button-labels)
}

:root,
.color-icon-text {
  --color-icon: rgb(var(--color-base-text))
}

.color-icon-accent-1 {
  --color-icon: rgb(var(--color-base-accent-1))
}

.color-icon-accent-2 {
  --color-icon: rgb(var(--color-base-accent-2))
}

.color-icon-outline-button {
  --color-icon: rgb(var(--color-base-outline-button-labels))
}

.product-card-wrapper .card,
.contains-card--product {
  --border-radius: var(--product-card-corner-radius);
  --border-width: var(--product-card-border-width);
  --border-opacity: var(--product-card-border-opacity);
  --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--product-card-shadow-blur-radius);
  --shadow-opacity: var(--product-card-shadow-opacity);
  --shadow-visible: var(--product-card-shadow-visible);
  --image-padding: var(--product-card-image-padding);
  --text-alignment: var(--product-card-text-alignment)
}

.collection-card-wrapper .card,
.contains-card--collection {
  --border-radius: var(--collection-card-corner-radius);
  --border-width: var(--collection-card-border-width);
  --border-opacity: var(--collection-card-border-opacity);
  --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
  --shadow-opacity: var(--collection-card-shadow-opacity);
  --shadow-visible: var(--collection-card-shadow-visible);
  --image-padding: var(--collection-card-image-padding);
  --text-alignment: var(--collection-card-text-alignment)
}

.article-card-wrapper .card,
.contains-card--article {
  --border-radius: var(--blog-card-corner-radius);
  --border-width: var(--blog-card-border-width);
  --border-opacity: var(--blog-card-border-opacity);
  --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
  --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
  --shadow-opacity: var(--blog-card-shadow-opacity);
  --shadow-visible: var(--blog-card-shadow-visible);
  --image-padding: var(--blog-card-image-padding);
  --text-alignment: var(--blog-card-text-alignment)
}

.contains-content-container,
.content-container {
  --border-radius: var(--text-boxes-radius);
  --border-width: var(--text-boxes-border-width);
  --border-opacity: var(--text-boxes-border-opacity);
  --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
  --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
  --shadow-opacity: var(--text-boxes-shadow-opacity);
  --shadow-visible: var(--text-boxes-shadow-visible)
}

.contains-media,
.global-media-settings {
  --border-radius: var(--media-radius);
  --border-width: var(--media-border-width);
  --border-opacity: var(--media-border-opacity);
  --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--media-shadow-vertical-offset);
  --shadow-blur-radius: var(--media-shadow-blur-radius);
  --shadow-opacity: var(--media-shadow-opacity);
  --shadow-visible: var(--media-shadow-visible)
}

.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
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.page-width-desktop {
  padding: 0;
  margin: 0 auto
}

@media screen and (min-width: 750px) {
  .page-width {
    padding-left: 2.4rem;
    padding-right: 2.4rem
  }

  .page-width--narrow {
    padding: 0 9rem
  }

  .page-width-desktop {
    padding: 0
  }

  .page-width-tablet {
    padding: 0 5rem
  }
}

@media screen and (min-width: 990px) {
  .page-width--narrow {
    max-width: 72.6rem;
    padding: 0
  }

  .page-width-desktop {
    max-width: var(--page-width);
    padding: 0 5rem
  }
}

.isolate {
  position: relative;
  z-index: 0
}

.section+.section {
  margin-top: var(--spacing-sections-mobile)
}

@media screen and (min-width: 750px) {
  .section+.section {
    margin-top: var(--spacing-sections-desktop)
  }
}

.element-margin-top {
  margin-top: 5rem
}

@media screen and (min-width: 750px) {
  .element-margin {
    margin-top: calc(5rem + var(--page-width-margin))
  }
}

body,
.color-background-1,
.color-background-2,
.color-inverse,
.color-accent-1,
.color-accent-2 {
  color: rgba(var(--color-foreground), 1);
  background-color: rgb(var(--color-background))
}

.background-secondary {
  background-color: rgba(var(--color-foreground), .04)
}

.grid-auto-flow {
  display: grid;
  grid-auto-flow: column
}

.page-margin,
.shopify-challenge__container {
  margin: 7rem auto
}

.rte-width {
  max-width: 82rem;
  margin: 0 auto 2rem
}

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style: none
}

.hidden {
  display: none !important
}

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

.visually-hidden--inline {
  margin: 0;
  height: 1em
}

.overflow-hidden {
  overflow: hidden
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}

::-moz-selection {
  background-color: rgba(var(--color-foreground), .2)
}

::selection {
  background-color: rgba(var(--color-foreground), .2)
}

.text-body {
  font-size: 1.5rem;
  letter-spacing: .06rem;
  line-height: calc(1 + .8 / var(--font-body-scale));
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight)
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: 0;
  color: rgb(var(--color-foreground));
  line-height: calc(1 + .3/max(1, var(--font-heading-scale)));
  word-break: break-word
}

.hxl {
  font-size: calc(var(--font-heading-scale) * 5rem)
}

@media only screen and (min-width: 750px) {
  .hxl {
    font-size: calc(var(--font-heading-scale) * 6.2rem)
  }
}

.h0 {
  font-size: calc(var(--font-heading-scale) * 4rem)
}

@media only screen and (min-width: 750px) {
  .h0 {
    font-size: calc(var(--font-heading-scale) * 5.2rem)
  }
}

h1,
.h1 {
  font-size: calc(var(--font-heading-scale) * 3rem)
}

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

  h1,
  .h1 {
    font-size: calc(var(--font-heading-scale) * 4rem)
  }
}

h2,
.h2 {
  font-size: calc(var(--font-heading-scale) * 2rem)
}

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

  h2,
  .h2 {
    font-size: calc(var(--font-heading-scale) * 2.4rem)
  }
}

h3,
.h3 {
  font-size: calc(var(--font-heading-scale) * 1.6rem)
}

h4,
.h4 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-size: calc(var(--font-heading-scale) * 1.5rem)
}

h5,
.h5 {
  font-size: calc(var(--font-heading-scale) * 1.2rem)
}

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

  h5,
  .h5 {
    font-size: calc(var(--font-heading-scale) * 1.3rem)
  }
}

h6,
.h6 {
  color: rgba(var(--color-foreground), .75);
  -webkit-margin-before: 1.67em;
  margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
  margin-block-end: 1.67em
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), .75);
  border-left: .2rem solid rgba(var(--color-foreground), .2);
  padding-left: 1rem
}

@media screen and (min-width: 750px) {
  blockquote {
    padding-left: 1.5rem
  }
}

.caption {
  font-size: 1rem;
  letter-spacing: .07rem;
  line-height: calc(1 + .7 / var(--font-body-scale))
}

@media screen and (min-width: 750px) {
  .caption {
    font-size: 1.2rem
  }
}

.caption-with-letter-spacing {
  font-size: 1rem;
  letter-spacing: .13rem;
  line-height: calc(1 + .2 / var(--font-body-scale));
  text-transform: uppercase
}

.caption-with-letter-spacing--medium {
  font-size: 1.2rem;
  letter-spacing: .16rem
}

.caption-with-letter-spacing--large {
  font-size: 1.4rem;
  letter-spacing: .18rem
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
  font-size: 1.3rem;
  line-height: calc(1 + .5 / var(--font-body-scale));
  letter-spacing: .04rem
}

.color-foreground {
  color: rgb(var(--color-foreground))
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 .1rem rgba(var(--color-foreground), .2)
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: .1rem solid rgba(var(--color-foreground), .2)
}

@media screen and (max-width: 749px) {
  .small-hide {
    display: none !important
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .medium-hide {
    display: none !important
  }
}

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

.left {
  text-align: left
}

.center {
  text-align: center
}

.right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.light {
  opacity: .7
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
  display: none
}

.link,
.customer a {
  cursor: pointer;
  display: inline-block;
  border: none;
  box-shadow: none;
  color: rgb(var(--color-foreground), 1);
  background-color: transparent;
  font-size: 1.6rem;
  font-family: inherit
}

.link-with-icon {
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: .1rem;
  text-decoration: none;
  margin-bottom: 4.5rem;
  white-space: nowrap
}

.link-with-icon .icon {
  width: 1.5rem;
  margin-left: 1rem
}

a:not([href]) {
  cursor: not-allowed
}

.circle-divider:after {
  content: "\2022";
  margin: 0 1.3rem 0 1.5rem
}

.circle-divider:last-of-type:after {
  display: none
}

hr {
  border: none;
  height: .1rem;
  background-color: rgba(var(--color-foreground), .2);
  display: block;
  margin: 5rem 0
}

@media screen and (min-width: 750px) {
  hr {
    margin: 7rem 0
  }
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block
}

.placeholder {
  background-color: rgba(var(--color-foreground), .04);
  color: rgba(var(--color-foreground), .55);
  fill: rgba(var(--color-foreground), .55)
}

details>* {
  box-sizing: border-box
}

.break {
  word-break: break-word
}

.visibility-hidden {
  visibility: hidden
}

@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important
  }
}

:root {
  --duration-short: .1s;
  --duration-default: .2s;
  --duration-long: .5s
}

.underlined-link,
.customer a {
  color: rgba(var(--color-link), var(--alpha-link));
  text-underline-offset: .3rem;
  text-decoration-thickness: .1rem;
  transition: text-decoration-thickness ease .1s;
  text-decoration: underline;
}

.underlined-link:hover,
.customer a:hover {
  color: rgb(var(--color-link));
  text-decoration-thickness: .2rem
}

.icon-arrow {
  width: 1.5rem
}

h3 .icon-arrow,
.h3 .icon-arrow {
  width: calc(var(--font-heading-scale) * 1.5rem)
}

.animate-arrow .icon-arrow path {
  transform: translate(-.25rem);
  transition: transform var(--duration-short) ease
}

.animate-arrow:hover .icon-arrow path {
  transform: translate(-.05rem)
}

summary {
  cursor: pointer;
  list-style: none;
  position: relative
}

summary .icon-caret {
  position: absolute;
  height: .6rem;
  right: 1.5rem;
  top: calc(50% - .2rem)
}

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

.disclosure-has-popup {
  position: relative
}

.disclosure-has-popup[open]>summary:before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  cursor: default;
  content: " ";
  background: transparent
}

.disclosure-has-popup>summary:before {
  display: none
}

.disclosure-has-popup[open]>summary+* {
  z-index: 100
}

@media screen and (min-width: 750px) {
  .disclosure-has-popup[open]>summary+* {
    z-index: 4
  }

  .facets .disclosure-has-popup[open]>summary+* {
    z-index: 2
  }
}

*:focus {
  outline: 0;
  box-shadow: none
}

*:focus-visible {
  outline: .2rem solid rgba(var(--color-foreground), .5);
  outline-offset: .3rem;
  box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)
}

.focused,
.no-js *:focus {
  outline: .2rem solid rgba(var(--color-foreground), .5);
  outline-offset: .3rem;
  box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)
}

.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none
}

.focus-inset:focus-visible {
  outline: .2rem solid rgba(var(--color-foreground), .5);
  outline-offset: -.2rem;
  box-shadow: 0 0 .2rem 0 rgba(var(--color-foreground), .3)
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: .2rem solid rgba(var(--color-foreground), .5);
  outline-offset: -.2rem;
  box-shadow: 0 0 .2rem 0 rgba(var(--color-foreground), .3)
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none
}

.focus-none {
  box-shadow: none !important;
  outline: 0 !important
}

.focus-offset:focus-visible {
  outline: .2rem solid rgba(var(--color-foreground), .5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 .2rem 1.2rem rgba(var(--color-foreground), .3)
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: .2rem solid rgba(var(--color-foreground), .5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 .2rem 1.2rem rgba(var(--color-foreground), .3)
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none
}

.title,
.title-wrapper-with-link {
  margin: 3rem 0 2rem
}

.title-wrapper-with-link .title {
  margin: 0
}

.title .link {
  font-size: inherit
}

.title-wrapper {
  margin-bottom: 3rem
}

.title-wrapper-with-link {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 3rem;
  flex-wrap: wrap
}

.title--primary {
  margin: 4rem 0
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media screen and (min-width: 750px) {
  .title-wrapper--self-padded-mobile {
    padding-left: 0;
    padding-right: 0
  }
}

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

  .title,
  .title-wrapper-with-link {
    margin: 5rem 0 3rem
  }

  .title--primary {
    margin: 2rem 0
  }

  .title-wrapper-with-link {
    align-items: center
  }

  .title-wrapper-with-link .title {
    margin-bottom: 0
  }

  .title-wrapper--self-padded-tablet-down {
    padding-left: 0;
    padding-right: 0
  }
}

.title-wrapper-with-link .link-with-icon {
  margin: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center
}

.title-wrapper-with-link .link-with-icon svg {
  width: 1.5rem
}

.title-wrapper-with-link a {
  color: rgb(var(--color-link));
  margin-top: 0;
  flex-shrink: 0
}

.title-wrapper--no-top-margin {
  margin-top: 0
}

.title-wrapper--no-top-margin>.title {
  margin-top: 0
}

.subtitle {
  font-size: 1.8rem;
  line-height: calc(1 + .8 / var(--font-body-scale));
  letter-spacing: .06rem;
  color: rgba(var(--color-foreground), .7)
}

.subtitle--small {
  font-size: 1.4rem;
  letter-spacing: .1rem
}

.subtitle--medium {
  font-size: 1.6rem;
  letter-spacing: .08rem
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  -moz-column-gap: var(--grid-mobile-horizontal-spacing);
  column-gap: var(--grid-mobile-horizontal-spacing);
  row-gap: var(--grid-mobile-vertical-spacing)
}

@media screen and (min-width: 750px) {
  .grid {
    -moz-column-gap: var(--grid-desktop-horizontal-spacing);
    column-gap: var(--grid-desktop-horizontal-spacing);
    row-gap: var(--grid-desktop-vertical-spacing)
  }
}

.grid:last-child {
  margin-bottom: 0
}

.grid.twcss-gap-0 {
  row-gap: 0;
  column-gap: 0;
}

.grid__item {
  width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
  max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
  flex-grow: 1;
  flex-shrink: 0
}

@media screen and (min-width: 750px) {
  .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
  }
}

.grid--gapless.grid {
  -moz-column-gap: 0;
  column-gap: 0;
  row-gap: 0
}

@media screen and (max-width: 749px) {
  .grid__item.slider__slide--full-width {
    width: 100%;
    max-width: none
  }
}

.grid--1-col .grid__item {
  max-width: 100%;
  width: 100%
}

.grid--3-col .grid__item {
  width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3)
}

@media screen and (min-width: 750px) {
  .grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)
  }
}

.grid--2-col .grid__item {
  width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2)
}

@media screen and (min-width: 750px) {
  .grid--2-col .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
  }

  .grid--4-col-tablet .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)
  }

  .grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)
  }

  .grid--2-col-tablet .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
  }
}

@media screen and (max-width: 989px) {
  .grid--1-col-tablet-down .grid__item {
    width: 100%;
    max-width: 100%
  }

  .slider--tablet.grid--peek {
    margin: 0;
    width: 100%
  }

  .slider--tablet.grid--peek .grid__item {
    box-sizing: content-box;
    margin: 0
  }
}

@media screen and (min-width: 990px) {
  .grid--6-col-desktop .grid__item {
    width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
    max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6)
  }

  .grid--5-col-desktop .grid__item {
    width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
    max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5)
  }

  .grid--4-col-desktop .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
    max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)
  }

  .grid--3-col-desktop .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
    max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)
  }

  .grid--2-col-desktop .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
  }

  .grid--1-col-desktop {
    flex: 0 0 100%;
    max-width: 100%
  }

  .grid--1-col-desktop .grid__item {
    width: 100%;
    max-width: 100%
  }
}

@media screen and (max-width: 991px) {
  .product__media-wrapper .grid--peek .grid__item {
    min-width: 100%
  }
}

@media screen and (max-width: 749px) {
  .grid--peek.slider--mobile {
    margin: 0;
    width: 100%
  }

  .grid--peek.slider--mobile .grid__item {
    box-sizing: content-box;
    margin: 0
  }

  .grid--peek .grid__item {
    min-width: 45%
  }

  .grid--peek.slider .grid__item:not(.slider__slide):first-of-type {
    margin-left: 1.5rem
  }

  .grid--peek.slider:after {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing))
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2)
  }

  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
  .grid--peek .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem)
  }

  .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
  .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem)
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .slider--tablet.grid--peek .grid__item {
    width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem)
  }

  .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem)
  }

  .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
  .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
    width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem)
  }

  .grid--2-col-tablet-down .grid__item {
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
  }

  .grid--1-col-tablet-down.grid--peek .grid__item {
    width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem)
  }
}

.media {
  display: block;
  background-color: rgba(var(--color-foreground), .1);
  position: relative;
  overflow: hidden
}

.media--transparent {
  background-color: transparent
}

.media>*:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.media>img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  transition: opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.media--square {
  padding-bottom: 100%
}

.media--portrait {
  padding-bottom: 125%
}

.media--landscape {
  padding-bottom: 66.6%
}

.media--cropped {
  padding-bottom: 56%
}

.media--16-9 {
  padding-bottom: 56.25%
}

.media--circle {
  padding-bottom: 100%;
  border-radius: 50%
}

.media.media--hover-effect>img+img {
  opacity: 0
}

@media screen and (min-width: 990px) {
  .media--cropped {
    padding-bottom: 63%
  }
}

deferred-media {
  display: block
}

@media screen and (max-width: 749px) {
  .banner__media.media,
  .banner__media.media>*{
    position: relative !important;
  }
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded,
.shopify-payment-button [role=button],
.cart__dynamic-checkout-buttons [role=button],
.cart__dynamic-checkout-buttons iframe {
  --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
  --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
  --shadow-blur-radius: var(--buttons-shadow-blur-radius);
  --shadow-opacity: var(--buttons-shadow-opacity);
  --shadow-visible: var(--buttons-shadow-visible);
  --border-offset: var(--buttons-border-offset);
  --border-opacity: calc(1 - var(--buttons-border-opacity));
  border-radius: var(--buttons-radius-outset);
  position: relative
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
  min-width: calc(12rem + var(--buttons-border-width) * 2);
  min-height: calc(4.5rem + var(--buttons-border-width) * 2)
}

.shopify-payment-button__button--branded {
  z-index: auto
}

.cart__dynamic-checkout-buttons iframe {
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-base-text), var(--shadow-opacity))
}

.button,
.shopify-challenge__button,
.customer button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  color: rgb(var(--color-button-text));
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(var(--color-button), var(--alpha-button-background))
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button [role=button]:before,
.cart__dynamic-checkout-buttons [role=button]:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: var(--buttons-radius-outset);
  box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity))
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  content: "";
  position: absolute;
  top: var(--buttons-border-width);
  right: var(--buttons-border-width);
  bottom: var(--buttons-border-width);
  left: var(--buttons-border-width);
  z-index: 1;
  border-radius: var(--buttons-radius);
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
  transition: box-shadow var(--duration-short) ease
}

.button:not([disabled]):hover:after,
.shopify-challenge__button:hover:after,
.customer button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  --border-offset: 1.3px;
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background))
}

.button--secondary:after {
  --border-opacity: var(--buttons-border-opacity)
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button [role=button]:focus-visible,
.shopify-payment-button__button--unbranded:focus,
.shopify-payment-button [role=button]:focus {
  outline: 0;
  box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .5), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused),
.shopify-payment-button [role=button]:focus:not(:focus-visible):not(.focused) {
  box-shadow: inherit
}

.button::-moz-selection,
.shopify-challenge__button::-moz-selection,
.customer button::-moz-selection {
  background-color: rgba(var(--color-button-text), .3)
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
  background-color: rgba(var(--color-button-text), .3)
}

.button,
.button-label,
.shopify-challenge__button,
.customer button,
.button-content {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: calc(1 + .2 / var(--font-body-scale))
}

.button--tertiary {
  font-size: 1.2rem;
  padding: 1rem 1.5rem;
  min-width: calc(9rem + var(--buttons-border-width) * 2);
  min-height: calc(3.5rem + var(--buttons-border-width) * 2)
}

.button--small {
  padding: 1.2rem 2.6rem
}

.button:disabled,
.button[aria-disabled=true],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled=true],
.customer button.disabled {
  cursor: not-allowed;
  opacity: .5
}

.button--full-width {
  display: flex;
  width: 100%
}

.button.loading {
  color: transparent;
  position: relative
}

@media screen and (forced-colors: active) {
  .button.loading {
    color: rgb(var(--color-foreground))
  }
}

.button.loading>.loading-overlay__spinner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center
}

.button.loading>.loading-overlay__spinner .spinner {
  width: -moz-fit-content;
  width: fit-content
}

.button.loading>.loading-overlay__spinner .path {
  stroke: rgb(var(--color-button-text))
}

.share-button {
  display: block;
  position: relative
}

.share-button details {
  width: -moz-fit-content;
  width: fit-content
}

.share-button__button {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  color: rgb(var(--color-link));
  margin-left: 0;
  padding-left: 0;
  min-height: 4.4rem
}

details[open]>.share-button__fallback {
  animation: animateMenuOpen var(--duration-default) ease
}

.share-button__button:hover {
  text-decoration: underline;
  text-underline-offset: .3rem
}

.share-button__button,
.share-button__fallback button {
  cursor: pointer;
  background-color: transparent;
  border: none
}

.share-button__button .icon-share {
  height: 1.2rem;
  margin-right: 1rem;
  min-width: 1.3rem
}

.share-button__fallback {
  display: flex;
  align-items: center;
  position: absolute;
  top: 3rem;
  left: .1rem;
  z-index: 3;
  width: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: var(--inputs-radius);
  border: 0
}

.share-button__fallback:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: .1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1
}

.share-button__fallback:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1
}

.share-button__fallback button {
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  right: var(--inputs-border-width)
}

.share-button__fallback button:hover {
  color: rgba(var(--color-foreground), .75)
}

.share-button__fallback button:hover svg {
  transform: scale(1.07)
}

.share-button__close:not(.hidden)+.share-button__copy {
  display: none
}

.share-button__close,
.share-button__copy {
  background-color: transparent;
  color: rgb(var(--color-foreground))
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2
}

.share-button__copy:focus,
.share-button__close:focus {
  background-color: rgb(var(--color-background));
  z-index: 2
}

.field:not(:focus-visible):not(.focused)+.share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)+.share-button__close:not(:focus-visible):not(.focused) {
  background-color: inherit
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
  content: none
}

.share-button__fallback .field {
  border-radius: 0;
  min-width: auto;
  min-height: auto;
  transition: none
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
  outline: .2rem solid rgba(var(--color-foreground), .5);
  outline-offset: .1rem;
  box-shadow: 0 0 0 .1rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)
}

.share-button__fallback .field__input {
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  filter: none;
  min-width: auto;
  min-height: auto
}

.share-button__fallback .field__input:hover {
  box-shadow: none
}

.share-button__fallback .icon {
  width: 1.5rem;
  height: 1.5rem
}

.share-button__message:not(:empty) {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: .8rem 0 .8rem 1.5rem;
  margin: var(--inputs-border-width)
}

.share-button__message:not(:empty):not(.hidden)~* {
  display: none
}

.field__input,
.select__select,
.customer .field input,
.customer select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.6rem;
  width: 100%;
  box-sizing: border-box;
  transition: box-shadow var(--duration-short) ease;
  border-radius: var(--inputs-radius);
  height: 3rem;
  min-height: calc(var(--inputs-border-width) * 2);
  min-width: calc(7rem + (var(--inputs-border-width) * 2));
  position: relative;
  border: 0
}

.field:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-base-text), var(--inputs-shadow-opacity));
  z-index: -1
}

.field:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: .1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1
}

.field-border-b::after {
  display: none;
}

.select__select {
  font-size: 1.4rem;
}

.field:hover.field:after,
.customer .field:hover.field:after,
.localization-form__select:hover.localization-form__select:after {
  box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground), var(--inputs-border-opacity));
  outline: 0;
  border-radius: var(--inputs-radius)
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
  box-shadow: none;
  outline: 0;
  border-radius: var(--inputs-radius)
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
  box-shadow: none !important;
  outline: 0;
  border-radius: var(--inputs-radius)
}

.localization-form__select:focus {
  outline: 0;
  box-shadow: none
}

.text-area,
.select {
  display: flex;
  position: relative;
  width: 100%
}

.select {
  align-items: center;
}

.select .icon-caret,
.customer select+svg {
  height: .6rem;
  pointer-events: none;
  position: absolute;
  top: calc(50% - .2rem);
  right: calc(var(--inputs-border-width) + 1.5rem)
}

.select__select,
.customer select {
  cursor: pointer;
  line-height: calc(1 + .6 / var(--font-body-scale));
  padding: 0 2rem;
  margin: var(--inputs-border-width);
  min-height: calc(var(--inputs-border-width) * 2)
}

.field {
  position: relative;
  width: 100%;
  display: flex;
  transition: box-shadow var(--duration-short) ease
}

.customer .field {
  display: flex
}

.field--with-error {
  flex-wrap: wrap
}

.field__input,
.customer .field input {
  flex-grow: 1;
  text-align: left;
  padding: 0 .5rem 0 0;
  margin: var(--inputs-border-width);
  transition: box-shadow var(--duration-short) ease;
  font-size: inherit;
}

.field__label,
.customer .field label {
  display: none;
  font-size: 1.3rem;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
  color: rgba(102, 102, 102, .5);
  line-height: 1.5;
  text-transform: uppercase;
}

.field__label.twcss-lowercase {
  text-transform: lowercase;
}

.field__input:focus~.field__label,
.field__input:not(:placeholder-shown)~.field__label,
.field__input:-webkit-autofill~.field__label,
.customer .field input:focus~label,
.customer .field input:not(:placeholder-shown)~label,
.customer .field input:-webkit-autofill~label {
  font-size: 1.2rem;
  top: calc(var(--inputs-border-width) + .5rem);
  color: rgba(102, 102, 102, 1);
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
  margin: var(--inputs-border-width);
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
  display: none
}

.field__input::-moz-placeholder,
.customer .field input::-moz-placeholder {
  opacity: 0
}

.field__input::placeholder,
.customer .field input::placeholder {
  opacity: 1;
  text-transform: uppercase;
}

.field__button {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: currentColor;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  overflow: hidden;
  padding: 0 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
}

.field__button>svg {
  height: auto;
  width: 8rem;
}

.field__input:-webkit-autofill~.field__button,
.field__input:-webkit-autofill~.field__label,
.customer .field input:-webkit-autofill~label {
  color: #000
}

.text-area {
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
  min-height: 10rem;
  resize: none;
  box-shadow: none;
}

.paper-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(transparent, transparent 29px, #333 29px);
  background-size: 30px 30px;
}

.paper-content textarea {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  line-height: 30px;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
  z-index: 1;
}

.paper-content .field__label {
  top: 36px;
}

input[type=checkbox] {
  display: inline-block;
  width: auto;
  margin-right: .5rem
}

.form__label {
  display: block;
  margin-bottom: .6rem
}

.form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem
}

.form__message--large {
  font-size: 1.6rem
}

.customer .field .form__message {
  font-size: 1.4rem;
  text-align: left
}

.form__message .icon,
.customer .form__message svg {
  flex-shrink: 0;
  height: 1.3rem;
  margin-right: .5rem;
  width: 1.3rem
}

.form__message--large .icon,
.customer .form__message svg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1rem
}

.customer .field .form__message svg {
  align-self: start
}

.form-status {
  margin: 0;
  font-size: 1.6rem
}

.form-status-list {
  padding: 0;
  margin: 2rem 0 4rem
}

.form-status-list li {
  list-style-position: inside
}

.form-status-list .link:first-letter {
  text-transform: capitalize
}

.quantity {
  color: rgba(var(--color-foreground));
  position: relative;
  width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
  display: flex;
  border-radius: var(--inputs-radius);
  min-height: calc((var(--inputs-border-width) * 2) + 4.5rem)
}

.quantity:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: var(--inputs-border-width);
  right: var(--inputs-border-width);
  bottom: var(--inputs-border-width);
  left: var(--inputs-border-width);
  border: .1rem solid transparent;
  border-radius: var(--inputs-radius);
  box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
  transition: box-shadow var(--duration-short) ease;
  z-index: 1
}

.quantity:before {
  background: rgb(var(--color-background));
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--inputs-radius-outset);
  box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) red, var(--inputs-shadow-opacity);
  z-index: -1
}

.quantity__input {
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: .85;
  text-align: center;
  background-color: transparent;
  border: 0;
  padding: 0 .5rem;
  width: 100%;
  flex-grow: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.quantity__button {
  width: calc(4.5rem / var(--font-body-scale));
  flex-shrink: 0;
  font-size: 1.8rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--color-foreground));
  padding: 0
}

.quantity__button:first-child {
  margin-left: calc(var(--inputs-border-width))
}

.quantity__button:last-child {
  margin-right: calc(var(--inputs-border-width))
}

.quantity__button svg {
  width: 1rem;
  pointer-events: none
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: rgb(var(--color-background));
  z-index: 2
}

.quantity__button:focus,
.quantity__input:focus {
  background-color: rgb(var(--color-background));
  z-index: 2
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
  box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
  -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important
}

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

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

.modal__toggle {
  list-style-type: none
}

.no-js details[open] .modal__toggle {
  position: absolute;
  z-index: 5
}

.modal__toggle-close {
  display: none
}

.no-js details[open] svg.modal__toggle-close {
  display: flex;
  z-index: 1;
  height: 1.7rem;
  width: 1.7rem
}

.modal__toggle-open {
  display: flex
}

.no-js details[open] .modal__toggle-open {
  display: none
}

.no-js .modal__close-button.link {
  display: none
}

.modal__close-button.link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  height: 4.4rem;
  width: 4.4rem;
  background-color: transparent
}

.modal__close-button .icon {
  width: 1.7rem;
  height: 1.7rem
}

.modal__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(var(--color-background));
  z-index: 4;
  display: flex;
  justify-content: center;
  align-items: center
}

.media-modal {
  cursor: zoom-out
}

.media-modal .deferred-media {
  cursor: initial
}

.cart-count-bubble:empty {
  display: none
}

.cart-count-bubble {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  bottom: .8rem;
  left: 1rem;
  line-height: calc(1 + .1 / var(--font-body-scale))
}

.cart-count-bubble>span {
  margin-top: 3px
}

#shopify-section-announcement-bar {
  z-index: 4
}

.announcement-bar {
  border-bottom: .1rem solid rgba(var(--color-foreground), .08);
  color: rgb(var(--color-foreground))
}

.announcement-bar__link {
  display: block;
  width: 100%;
  padding: 1rem 0;
  text-decoration: none
}

.announcement-bar__link:hover {
  color: rgb(var(--color-foreground));
  background-color: rgba(var(--color-card-hover), .06)
}

.announcement-bar__link .icon-arrow {
  display: inline-block;
  pointer-events: none;
  margin-left: .8rem;
  vertical-align: middle;
  margin-bottom: .2rem
}

.announcement-bar__link .announcement-bar__message {
  padding: 0
}

.announcement-bar__message {
  padding: 1rem 0;
  margin: 0;
  letter-spacing: .1rem
}

#shopify-section-header {
  z-index: 3;
  transition: background cubic-bezier(.89, .11, .47, .2) .3s;
}

.shopify-section-header-hidden {
  transform: translateY(-100%)
}

.shopify-section-header-hidden.menu-open {
  transform: translateY(0)
}

#shopify-section-header.animate {
  transition: transform .15s ease-out
}

.header-wrapper {
  display: block;
  position: relative;
  z-index: 1
}

.header-wrapper--border-bottom {
  border-bottom: .1rem solid rgba(var(--color-foreground), .08)
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center
}

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

  .header--top-left,
  .header--middle-left:not(.header--has-menu) {
    grid-template-areas: "heading icons" "navigation navigation";
    grid-template-columns: 1fr auto
  }

  .header--middle-left {
    grid-template-areas: "heading navigation icons";
    grid-template-columns: auto auto 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem
  }

  .header--middle-center {
    grid-template-areas: "navigation heading icons";
    grid-template-columns: 1fr auto 1fr;
    -moz-column-gap: 2rem;
    column-gap: 2rem
  }

  .header--top-center {
    grid-template-areas: "left-icon heading icons" "navigation navigation navigation"
  }

  .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
    margin-top: 1.05rem
  }
}

.header *[tabindex="-1"]:focus {
  outline: none
}

.header__heading {
  margin: 0;
  line-height: 0
}

.header>.header__heading-link {
  line-height: 0
}

.header__heading,
.header__heading-link {
  grid-area: heading;
  justify-self: center
}

.header__heading-link {
  display: inline-block;
  padding: .75rem;
  text-decoration: none;
  word-break: break-word
}

.header__heading-link:hover .h2 {
  color: rgb(var(--color-foreground))
}

.header__heading-link .h2 {
  line-height: 1;
  color: rgba(var(--color-foreground), .75)
}

.header__heading-logo {
  height: auto;
  width: 100%
}

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

  .header__heading,
  .header__heading-link {
    text-align: center
  }

  .header--mobile-left .header__heading,
  .header--mobile-left .header__heading-link {
    text-align: center;
    justify-self: start
  }

  .header--mobile-left {
    grid-template-columns: auto 2fr 1fr
  }
}

@media screen and (min-width: 990px) {
  .header__heading-link {
    margin-left: -.75rem
  }

  .header__heading,
  .header__heading-link {
    justify-self: start
  }

  .header--top-center .header__heading-link,
  .header--top-center .header__heading {
    justify-self: center;
    text-align: center
  }
}

.header__icons {
  display: flex;
  grid-area: icons;
  justify-self: end
}

.header__icon:not(.header__icon--summary),
.header__icon span {
  display: flex;
  align-items: center;
  justify-content: center
}

.header__icon {
  color: rgb(var(--color-foreground))
}

.header__icon span {
  height: 100%
}

.header__icon:after {
  content: none
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
  transform: scale(1.07)
}

.header__icon .icon {
  height: 2rem;
  width: 2rem;
  fill: none;
  vertical-align: middle
}

.header__icon,
.header__icon--cart .icon {
  height: 4.4rem;
  width: 4.4rem;
  padding: 0
}

.header__icon--cart {
  position: relative;
  margin-right: -1.2rem
}

@media screen and (max-width: 989px) {
  menu-drawer~.header__icons .header__icon--account {
    display: none
  }
}

.header__icon--menu[aria-expanded=true]:before {
  content: "";
  top: 100%;
  left: 0;
  height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
  width: 100%;
  display: block;
  position: absolute;
  background: rgba(var(--color-foreground), .5)
}

menu-drawer+.header__search {
  display: none
}

.header>.header__search {
  grid-area: left-icon;
  justify-self: start
}

.header:not(.header--has-menu) *>.header__search {
  display: none
}

.header__search {
  display: inline-flex;
  line-height: 0
}

.header--top-center>.header__search {
  display: none
}

.header--top-center *>.header__search {
  display: inline-flex
}

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

  .header:not(.header--top-center) *>.header__search,
  .header--top-center>.header__search {
    display: inline-flex
  }

  .header:not(.header--top-center)>.header__search,
  .header--top-center *>.header__search {
    display: none
  }
}

.no-js .predictive-search {
  display: none
}

details[open]>.search-modal {
  opacity: 1;
  animation: animateMenuOpen var(--duration-default) ease
}

details[open] .modal-overlay {
  display: block
}

details[open] .modal-overlay:after {
  position: absolute;
  content: "";
  background-color: rgb(var(--color-foreground), .5);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh
}

.no-js details[open]>.header__icon--search {
  top: 1rem;
  right: .5rem
}

.search-modal {
  opacity: 0;
  border-bottom: .1rem solid rgba(var(--color-foreground), .08);
  min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
  height: 100%
}

.search-modal__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 5rem 0 1rem;
  line-height: calc(1 + .8 / var(--font-body-scale));
  position: relative
}

.search-modal__content-bottom {
  bottom: calc((var(--inputs-margin-offset) / 2))
}

.search-modal__content-top {
  top: calc((var(--inputs-margin-offset) / 2))
}

.search-modal__form {
  width: 100%;
  height: 100%
}

.search-modal__close-button {
  position: absolute;
  right: .3rem
}

@media screen and (min-width: 750px) {
  .search-modal__close-button {
    right: 1rem
  }

  .search-modal__content {
    padding: 0 6rem
  }
}

@media screen and (min-width: 990px) {
  .search-modal__close-button {
    position: initial;
    margin-left: .5rem
  }
}

.header__icon--menu .icon {
  display: block;
  position: absolute;
  opacity: 1;
  transform: scale(1);
  transition: transform .15s ease, opacity .15s ease
}

details:not([open])>.header__icon--menu .icon-close,
details[open]>.header__icon--menu .icon-hamburger {
  visibility: hidden;
  opacity: 0;
  transform: scale(.8)
}

.js details[open]:not(.menu-opening)>.header__icon--menu .icon-close {
  visibility: hidden
}

.js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger {
  visibility: visible;
  opacity: 1;
  transform: scale(1.07)
}

.js details>.header__submenu {
  opacity: 0;
  transform: translateY(-1.5rem)
}

details[open]>.header__submenu {
  animation: animateMenuOpen var(--duration-default) ease;
  animation-fill-mode: forwards;
  z-index: 1
}

@media (prefers-reduced-motion) {
  details[open]>.header__submenu {
    opacity: 1;
    transform: translateY(0)
  }
}

.header__inline-menu {
  margin-left: -1.2rem;
  grid-area: navigation;
  display: none
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
  margin-left: 0
}

@media screen and (min-width: 990px) {
  .header__inline-menu {
    display: block
  }

  .header--top-center .header__inline-menu {
    justify-self: center
  }

  .header--top-center .header__inline-menu>.list-menu--inline {
    justify-content: center
  }

  .header--middle-left .header__inline-menu {
    margin-left: 0
  }
}

.header__menu {
  padding: 0 1rem
}

.header__menu-item {
  padding: 1.2rem;
  font-weight: 500;
  text-decoration: none
}

.header__menu-item span {
  display: inline-block;
  position: relative
}

.header__menu-item span:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -1px;
  left: 0;
  transform-origin: bottom right;
  transition: transform .25s ease-out;
  background-color: rgba(var(--color-base-accent-2), .75)
}

.header__menu-item:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left
}

details[open]>.header__menu-item {
  text-decoration: underline
}

details[open]:hover>.header__menu-item {
  text-decoration-thickness: .2rem
}

details[open]>.header__menu-item .icon-caret {
  transform: rotate(180deg)
}

.header__submenu {
  transition: opacity var(--duration-default) ease, transform var(--duration-default) ease
}

.global-settings-popup,
.header__submenu.global-settings-popup {
  border-radius: var(--popup-corner-radius);
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))
}

.header__submenu.list-menu {
  padding: 2.4rem 0
}

.header__submenu .header__submenu {
  background-color: rgba(var(--color-foreground), .03);
  padding: .5rem 0;
  margin: .5rem 0
}

.header__submenu .header__menu-item:after {
  right: 2rem
}

.header__submenu .header__menu-item {
  justify-content: space-between;
  padding: .8rem 2.4rem
}

.header__submenu .header__submenu .header__menu-item {
  padding-left: 3.4rem
}

.header__menu-item .icon-caret {
  right: .8rem
}

header-menu>details,
details-disclosure>details {
  position: relative
}

@keyframes animateMenuOpen {
  0% {
    opacity: 0;
    transform: translateY(-1.5rem)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet {
  overflow: hidden
}

@media screen and (min-width: 750px) {
  .overflow-hidden-mobile {
    overflow: auto
  }
}

@media screen and (min-width: 990px) {
  .overflow-hidden-tablet {
    overflow: auto
  }
}

.badge {
  border: 1px solid transparent;
  border-radius: var(--badge-corner-radius);
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  line-height: 1;
  padding: .5rem 1.3rem .6rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  color: rgb(var(--color-foreground));
  word-break: break-word;
  text-transform: uppercase;
}

.gradient {
  background: rgb(var(--color-background));
  background: var(--gradient-background);
  background-attachment: fixed
}

@media screen and (forced-colors: active) {
  .icon {
    color: CanvasText;
    fill: CanvasText !important
  }

  .icon-close-small path {
    stroke: CanvasText
  }
}

.ratio {
  display: flex;
  position: relative;
  align-items: stretch
}

.ratio:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: var(--ratio-percent)
}

.content-container {
  border-radius: var(--text-boxes-radius);
  border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
  position: relative
}

.content-container:after {
  content: "";
  position: absolute;
  top: calc(var(--text-boxes-border-width) * -1);
  right: calc(var(--text-boxes-border-width) * -1);
  bottom: calc(var(--text-boxes-border-width) * -1);
  left: calc(var(--text-boxes-border-width) * -1);
  border-radius: var(--text-boxes-radius);
  box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
  z-index: -1
}

.content-container--full-width:after {
  left: 0;
  right: 0;
  border-radius: 0
}

@media screen and (max-width: 749px) {
  .content-container--full-width-mobile {
    border-left: none;
    border-right: none;
    border-radius: 0
  }

  .content-container--full-width-mobile:after {
    display: none
  }
}

.global-media-settings {
  position: relative;
  border-radius: var(--media-radius);
  overflow: visible !important;
  background-color: rgb(var(--color-background))
}

.global-media-settings:after {
  content: "";
  position: absolute;
  top: calc(var(--media-border-width) * -1);
  right: calc(var(--media-border-width) * -1);
  bottom: calc(var(--media-border-width) * -1);
  left: calc(var(--media-border-width) * -1);
  border-radius: var(--media-radius);
  box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
  z-index: -1;
  pointer-events: none
}

.global-media-settings--no-shadow {
  overflow: hidden !important
}

.global-media-settings--no-shadow:after {
  content: none
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video {
  border-radius: calc(var(--media-radius) - var(--media-border-width))
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img {
  border-radius: 0;
  border-left: none;
  border-right: none
}

@supports not (inset: 10px) {
  .grid {
    margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing))
  }

  .grid__item {
    padding-left: var(--grid-mobile-horizontal-spacing);
    padding-bottom: var(--grid-mobile-vertical-spacing)
  }

  @media screen and (min-width: 750px) {
    .grid {
      margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing))
    }

    .grid__item {
      padding-left: var(--grid-desktop-horizontal-spacing);
      padding-bottom: var(--grid-desktop-vertical-spacing)
    }
  }

  .grid--gapless .grid__item {
    padding-left: 0;
    padding-bottom: 0
  }

  @media screen and (min-width: 749px) {
    .grid--peek .grid__item {
      padding-left: var(--grid-mobile-horizontal-spacing)
    }
  }

  .product-grid .grid__item {
    padding-bottom: var(--grid-mobile-vertical-spacing)
  }

  @media screen and (min-width: 750px) {
    .product-grid .grid__item {
      padding-bottom: var(--grid-desktop-vertical-spacing)
    }
  }
}

.font-body-bold {
  font-weight: var(--font-body-weight-bold)
}

@media (forced-colors: active) {

  .button,
  .shopify-challenge__button,
  .customer button {
    border: transparent solid 1px
  }

  .button:focus-visible,
  .button:focus,
  .button.focused,
  .shopify-payment-button__button--unbranded:focus-visible,
  .shopify-payment-button [role=button]:focus-visible,
  .shopify-payment-button__button--unbranded:focus,
  .shopify-payment-button [role=button]:focus {
    outline: solid transparent 1px
  }

  .field__input:focus,
  .customer .field input:focus,
  .customer select:focus,
  .localization-form__select:focus.localization-form__select:after {
    outline: transparent solid 1px
  }

  .localization-form__select:focus {
    outline: transparent solid 1px
  }
}

.page-title,
.collection__title {
  margin-top: 0;
  text-align: center
}

.product-grid.marquee-inner {
  flex-wrap: nowrap
}

ul.reset,
ol.reset {
  list-style: none;
  -webkit-margin-before: 0px;
  margin-block-start: 0px;
  -webkit-margin-after: 0px;
  margin-block-end: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0px;
  padding-inline-start: 0px
}

.card-information .price__container {
  font-size: 1.3rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.placeholder\:tw-text-accent2::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--color-base-accent-2), var(--tw-text-opacity))
}

.placeholder\:tw-text-accent2::placeholder {
  --tw-text-opacity: 1;
  color: rgba(var(--color-base-accent-2), var(--tw-text-opacity))
}

.hover\:tw-bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.focus\:tw-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.tw-group:hover .group-hover\:tw-translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-group:hover .group-hover\:tw-scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.tw-group:hover .group-hover\:tw-opacity-100 {
  opacity: 1
}

.tw-group:hover .group-hover\:tw-opacity-75 {
  opacity: .75
}

.tw-group:hover .group-hover\:tw-opacity-80 {
  opacity: .8
}

@media (min-width: 750px) {
  .md\:tw-mt-0 {
    margin-top: 0
  }

  .md\:tw-ml-0 {
    margin-left: 0
  }

  .md\:tw-w-\[50vw\] {
    width: 50vw
  }

  .md\:tw-rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .md\:tw-items-center {
    align-items: center
  }

  .md\:tw-justify-center {
    justify-content: center
  }
}

@media (min-width: 990px) {
  .lg\:tw-absolute {
    position: absolute
  }

  .lg\:tw-relative {
    position: relative
  }

  .lg\:tw-inset-0 {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px
  }

  .lg\:tw-right-4 {
    right: 1.6rem
  }

  .lg\:tw-bottom-12 {
    bottom: 4.8rem
  }

  .lg\:tw-right-\[-10\%\] {
    right: -10%
  }

  .lg\:tw-bottom-\[-4rem\] {
    bottom: -4rem
  }

  .lg\:tw-left-\[-4rem\] {
    left: -4rem
  }

  .lg\:tw-top-\[-4rem\] {
    top: -4rem
  }

  .lg\:tw-right-\[-5rem\] {
    right: -5rem
  }

  .lg\:tw-col-span-3 {
    grid-column: span 3 / span 3
  }

  .lg\:tw-mt-0 {
    margin-top: 0
  }

  .lg\:tw-mt-\[70px\] {
    margin-top: 70px
  }

  .lg\:tw-mt-16 {
    margin-top: 6.4rem
  }

  .lg\:tw-block {
    display: block
  }

  .lg\:\!tw-block {
    display: block !important
  }

  .lg\:tw-flex {
    display: flex
  }

  .lg\:tw-grid {
    display: grid
  }

  .lg\:tw-hidden {
    display: none
  }

  .lg\:\!tw-hidden {
    display: none !important
  }

  .lg\:tw-h-\[140px\] {
    height: 140px
  }

  .lg\:tw-h-full {
    height: 100%
  }

  .lg\:tw-h-\[75px\] {
    height: 75px
  }

  .lg\:tw-w-\[25vw\] {
    width: 25vw
  }

  .lg\:tw-w-full {
    width: 100%
  }

  .lg\:tw-w-\[38px\] {
    width: 38px
  }

  .lg\:tw-w-\[50vw\] {
    width: 50vw
  }

  .lg\:tw-w-20 {
    width: 8rem
  }

  .lg\:tw-w-\[100px\] {
    width: 100px
  }

  .lg\:tw-min-w-max {
    min-width: -moz-max-content;
    min-width: max-content
  }

  .lg\:tw-min-w-\[25vw\] {
    min-width: 25vw
  }

  .lg\:tw-min-w-\[20\%\] {
    min-width: 20%
  }

  .lg\:tw-min-w-\[25\%\] {
    min-width: 25%
  }

  .lg\:tw-translate-y-8 {
    --tw-translate-y: 3.2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .lg\:tw-flex-row {
    flex-direction: row
  }

  .lg\:tw-flex-col {
    flex-direction: column
  }

  .lg\:tw-items-center {
    align-items: center
  }

  .lg\:tw-justify-center {
    justify-content: center
  }

  .lg\:tw-justify-between {
    justify-content: space-between
  }

  .lg\:tw-space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.6rem * var(--tw-space-y-reverse))
  }

  .lg\:tw-p-16 {
    padding: 6.4rem
  }

  .lg\:tw-px-8 {
    padding-left: 3.2rem;
    padding-right: 3.2rem
  }

  .lg\:\!tw-px-8 {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important
  }

  .lg\:tw-pt-0 {
    padding-top: 0
  }

  .lg\:tw-pt-\[50px\] {
    padding-top: 50px
  }

  .lg\:tw-pb-\[40px\] {
    padding-bottom: 40px
  }

  .lg\:tw-pt-48 {
    padding-top: 19.2rem
  }

  .lg\:tw-pb-0 {
    padding-bottom: 0
  }

  .lg\:tw-text-left {
    text-align: left
  }

  .lg\:tw-text-base {
    font-size: 1.6rem;
    line-height: 2.4rem
  }

  .lg\:\!tw-text-\[18px\] {
    font-size: 18px !important
  }

  .lg\:tw-opacity-0 {
    opacity: 0
  }

  .lg\:tw-opacity-100 {
    opacity: 1
  }

  .tw-group:hover .lg\:group-hover\:tw-translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }
}

@media (min-width: 1280px) {
  .lg2\:tw-flex {
    display: flex
  }

  .lg2\:tw-hidden {
    display: none
  }

  .lg2\:tw-justify-start {
    justify-content: flex-start
  }
}

.product-option {
  display: flex;
  gap: 5px;
}

.product-option dt,
.product-option dd {
  color: rgba(var(--color-foreground), .75) !important
}

.cart-drawer .price.price--end {
  display: inline-block;
  margin-top: 4px
}

#shopify-section-cart-drawer .tax-note {
  color: rgba(var(--color-foreground), .75)
}

;

.cart-items .caption-with-letter-spacing {
  font-size: 1.4rem;
}

form.search>input[type="search"]:focus-visible {
  outline: none;
  background: #fff;
}

input[type="search"]::-webkit-search-cancel-button {
  /* Styles for the "x" button when focused */
  color: red;
  /* Change the color to your desired value */
  background-color: yellow;
  /* Change the background color to your desired value */
}

#shopify-section-header {
  background-color: var(--header-bg);
}

.mask--bottom {
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 4%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
}

@media screen and (min-width: 768px) {
  .mask--bottom-md {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 4%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}

@media screen and (min-width: 992px) {
  .mask--bottom,
  .mask--bottom-lg {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 10%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}

.section__heading {
  margin-bottom: 8px;
}

.section__heading.h3 {
  font-size: 1.4rem;
}

.page-content {
  padding: 4rem 0;
}

/* POLICY PAGES*/
.shopify-policy__container {
  width: 100%;
  height: 100%;
  max-width: none;
  display: grid;
  padding-left: 0;
  padding-right: 0;
}

.shopify-policy__container>* {
  padding: 6rem 1.5rem 1.5rem;
}

.shopify-policy__body {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  overflow: auto;
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .shopify-policy__container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shopify-policy__container>* {
    padding: 6rem 5rem;
  }
}

@media screen and (min-width: 992px) {
  .shopify-policy__container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shopify-policy__container>* {
    padding-top: 18rem;
  }

  .shopify-policy__body {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  }
}

.shopify-policy__container h1,
.shopify-policy__container h2,
.shopify-policy__container h3 {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
  text-transform: uppercase;
  margin: 1rem 0;
}

.shopify-policy__title h1 {
  text-align: left;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopify-policy__title h1::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.0625 6.55208V5.00521H8.70833L3.69792 0H5.86979L11.651 5.78125L5.86979 11.5625H3.69792L8.70833 6.55208H0.0625Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 1rem;
  height: 1rem;
  display: block;
  transform: rotate(90deg);
}

.shopify-policy__body .rte p {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .shopify-policy__title h1::after {
    transform: none;
  } 
}

/* Pulse Animations */
@keyframes pulse {
  0%,100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.05);
  }
}

/* Banner Style */
.needsclick h2 *,
button.needsclick {
    font-family: var(--font-heading-family) !important;
    font-weight: var(--font-heading-weight) !important;
}

button.needsclick {
    text-transform: uppercase !important;
}