/** Shopify CDN: Minification failed

Line 962:19 Unexpected "input"
Line 969:19 Unexpected "input"

**/
@charset "UTF-8";

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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 / 0.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-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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 / 0.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-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
  border-radius: 0px;
}

[type='radio']{
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  [type='checkbox']:checked{
    appearance: auto;
  }
}

[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  [type='radio']:checked{
    appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {

  [type='checkbox']:indeterminate{
    appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body {
    font-family: var(--body-font-stack);
    font-weight: var(--body-font-weight);
    font-style: var(--body-font-style);
    text-transform: var(--body-copy-transform);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
  }

sup {
    top: -0.4em;
  }

[type='text'],
  [type='email'],
  [type='url'],
  [type='password'],
  [type='number'],
  [type='date'],
  [type='datetime-local'],
  [type='month'],
  [type='search'],
  [type='tel'],
  [type='time'],
  [type='week'],
  [multiple],
  textarea,
  select{
  border-width: 0px;
  padding: 0px;
}

select{
  background-image: none;
}

html:not(.no-js) input[type='number'] {
    -moz-appearance: textfield;
  }

input[type='number']::-webkit-inner-spin-button,
  input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

input::placeholder,
  textarea::placeholder {
    color: rgb(var(--color-scheme-text, 0 0 0) / 0.5);
  }

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

.container{
  width: 100%;
}

@media (min-width: 375px){

  .container{
    max-width: 375px;
  }
}

@media (min-width: 480px){

  .container{
    max-width: 480px;
  }
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1400px){

  .container{
    max-width: 1400px;
  }
}

.skip-link {
    z-index: 110;
    pointer-events: none;
    position: absolute;
    left: 0px;
    top: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-scheme-background) / var(--tw-bg-opacity, 1));
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-text) / var(--tw-text-opacity, 1));
    opacity: 0;
  }

[data-color-scheme].skip-link .rte a:hover,
[data-color-scheme] .skip-link.rte a:hover,
[data-color-scheme].skip-link.rte a:hover {
  color: rgb(var(--color-scheme-accent));
  text-decoration-color: rgb(var(--color-scheme-accent));
}

[data-color-scheme].skip-link .rte blockquote,
[data-color-scheme] .skip-link.rte blockquote,
[data-color-scheme].skip-link.rte blockquote {
  background: rgb(var(--color-scheme-text));
  color: rgb(var(--color-scheme-background));
}

.skip-link:focus{
  pointer-events: auto;
  opacity: 1;
}

.min-touch-target{
  position: relative;
}

.min-touch-target::before{
  position: absolute;
  inset: 0px;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-content: '';
  content: var(--tw-content);
    min-height: 44px;
    min-width: 44px;
}

@media (prefers-reduced-motion: no-preference) {
    .fade-in-media-enabled .image:not(.is-complete) {
      opacity: 0;
    }

    .fade-in-media-enabled .image.is-complete:not(.opacity-0) {
      animation: fadeIn 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
      animation-fill-mode: backwards;
    }
  }

@keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

shopify-payment-terms,
  image-with-placeholder{
  display: block;
}

shopify-payment-terms{
  margin-top: 2rem;
  font-size: var(--font-size-sm);
  line-height: var(--base-line-height);
}

:focus {
    outline: var(--focus-outline-width) solid transparent;
  }

/* Reset tailwind forms plugin’s focus defaults */

[type='text']:focus,
  [type='email']:focus,
  [type='url']:focus,
  [type='password']:focus,
  [type='number']:focus,
  [type='date']:focus,
  [type='datetime-local']:focus,
  [type='month']:focus,
  [type='search']:focus,
  [type='tel']:focus,
  [type='time']:focus,
  [type='week']:focus,
  [multiple]:focus,
  input:where(:not([type])):focus,
  textarea:focus,
  select:focus {
    --form-focus-color: transparent;

    outline: var(--focus-outline-width) solid transparent;
    outline-offset: 0;
    border-color: unset;
    box-shadow: none;
  }

:focus-visible,
  .splide__slide [data-product-single-media-wrapper]:focus-visible img,
  button.button__icon:focus-visible svg,
  button:focus-visible .button__icon,
  [type='number']:focus-visible,
  button:focus-visible,
  input.custom-input:focus-visible + label > span,
  .label-only-input input:focus-visible + label,
  .filter-container:has(input:focus-visible),
  input[type='checkbox']:focus-visible {
    outline-offset: 0px;
    outline: var(--focus-outline-width) double var(--focus-ring-color, black);
    box-shadow: 0 0 0 var(--focus-outline-width) white;
  }

video:focus-visible {
    outline: var(--focus-outline-width) solid var(--focus-ring-color, black);
    outline-offset: calc(var(--focus-outline-width) * -2);
    box-shadow: unset;
  }

.focus-inset:focus-visible {
    outline: none;
    box-shadow: none;
    inset: 0px;
  }

.focus-inset:focus-visible::before {
    content: '';
    position: absolute;
    inset: 0.5rem;
    outline: var(--focus-outline-width) double var(--focus-ring-color, black);
    box-shadow: 0 0 0 var(--focus-outline-width) white;
    z-index: 1;
  }

button.button__icon:focus-visible{
  --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);
  outline-color: transparent;
}

input:focus-visible::selection{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-text) / var(--tw-text-opacity, 1));
}

[data-color-scheme]input:focus-visible .rte a:hover::selection,
[data-color-scheme] input:focus-visible.rte a:hover::selection,
[data-color-scheme]input:focus-visible.rte a:hover::selection {
  color: rgb(var(--color-scheme-accent));
  text-decoration-color: rgb(var(--color-scheme-accent));
}

[data-color-scheme]input:focus-visible .rte blockquote::selection,
[data-color-scheme] input:focus-visible.rte blockquote::selection,
[data-color-scheme]input:focus-visible.rte blockquote::selection {
  background: rgb(var(--color-scheme-text));
  color: rgb(var(--color-scheme-background));
}

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

.theme-icon path {
    vector-effect: non-scaling-stroke;
    stroke: currentColor;
    stroke-width: var(--icon-thickness);
  }

.theme-button,
  .theme-button--secondary{
  display: inline-block;
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: var(--button-size);
    word-break: normal;
    overflow-wrap: anywhere;
    font-family: var(--button-font-stack);
    font-weight: var(--button-font-weight);
    font-style: var(--subheading-font-style);
    letter-spacing: var(--button-font-style);
    text-transform: var(--button-text-transform);
    line-height: var(--button-line-height);
}

.theme-button:not(.theme-button--with-price)::after,
  .theme-button--secondary:not(.theme-button--with-price)::after{
  --tw-content: var(--button-after-content);
  content: var(--tw-content);
}

.theme-button.theme-button--no-arrow::after,
  .theme-button--secondary.theme-button--no-arrow::after{
  --tw-content: none;
  content: var(--tw-content);
}

.theme-button{
  border-radius: var(--button-border-radius);
  border-width: var(--button-border-width);
  border-width: var(--text-border-width);
  --tw-border-opacity: 1;
  border-color: rgb(var(--button-color-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--button-color-background) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--button-color-text) / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine){

  .theme-button:hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--button-color-border-hover) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--button-color-background-hover) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--button-color-text-hover) / var(--tw-text-opacity, 1));
  }
}

.icon-button{
  display: inline-block;
  cursor: pointer;
  border-radius: var(--button-border-radius);
  border-width: var(--button-border-width);
  border-width: var(--text-border-width);
  --tw-border-opacity: 1;
  border-color: rgb(var(--button-color-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--button-color-background) / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--button-color-text) / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine){

  .icon-button:hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--button-color-border-hover) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--button-color-background-hover) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--button-color-text-hover) / var(--tw-text-opacity, 1));
  }
}

.icon-button--secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scheme-background) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-text) / var(--tw-text-opacity, 1));
}

[data-color-scheme].icon-button--secondary .rte a:hover,
[data-color-scheme] .icon-button--secondary.rte a:hover,
[data-color-scheme].icon-button--secondary.rte a:hover {
  color: rgb(var(--color-scheme-accent));
  text-decoration-color: rgb(var(--color-scheme-accent));
}

[data-color-scheme].icon-button--secondary .rte blockquote,
[data-color-scheme] .icon-button--secondary.rte blockquote,
[data-color-scheme].icon-button--secondary.rte blockquote {
  background: rgb(var(--color-scheme-text));
  color: rgb(var(--color-scheme-background));
}

@media (hover: hover) and (pointer: fine){

  .icon-button--secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-scheme-accent) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-scheme-background) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }

  .group:hover .theme-button--in-group{
    --tw-border-opacity: 1;
    border-color: rgb(var(--button-color-border-hover) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--button-color-background-hover) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--button-color-text-hover) / var(--tw-text-opacity, 1));
  }
}

.theme-button--secondary{
  border-radius: var(--button-border-radius);
  border-width: var(--text-border-width);
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-text) / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-text) / var(--tw-text-opacity, 1));
}

[data-color-scheme].theme-button--secondary .rte a:hover,
[data-color-scheme] .theme-button--secondary.rte a:hover,
[data-color-scheme].theme-button--secondary.rte a:hover {
  color: rgb(var(--color-scheme-accent));
  text-decoration-color: rgb(var(--color-scheme-accent));
}

[data-color-scheme].theme-button--secondary .rte blockquote,
[data-color-scheme] .theme-button--secondary.rte blockquote,
[data-color-scheme].theme-button--secondary.rte blockquote {
  background: rgb(var(--color-scheme-text));
  color: rgb(var(--color-scheme-background));
}

@media (hover: hover) and (pointer: fine){

  .theme-button--secondary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-scheme-accent) / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }

  .group:hover .theme-button--secondary.theme-button--in-group{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-scheme-accent) / var(--tw-border-opacity, 1));
    background-color: transparent;
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }
}

.theme-button[aria-disabled='true']{
  cursor: not-allowed;
  opacity: 0.5;
}

.theme-link{
  border-color: currentColor;
  padding-bottom: var(--links-bottom-padding);
  font-size: var(--font-size-base);
  line-height: var(--base-line-height);
    word-break: normal;
    overflow-wrap: anywhere;
    border-bottom-width: var(--links-bottom-border-width);
    text-transform: var(--links-text-transform);
}

.theme-link:not(.theme-link--back):not(.theme-link--no-arrow)::after{
  --tw-content: var(--links-after-content);
  content: var(--tw-content);
}

.theme-link--back:not(.theme-link--no-arrow)::before{
  --tw-content: var(--links-before-content);
  content: var(--tw-content);
}

[data-shopify-buttoncontainer] {
    justify-content: center;
  }

.additional-checkout-buttons.rounded-full div[role='button'] {
    border-radius: 9999px !important;
  }

.additional-checkout-buttons.rounded-md div[role='button'] {
    border-radius: 0.375rem !important;
  }

.additional-checkout-buttons div[role='button'] {
    border-radius: 0px !important;
  }

[data-shopify-xr-hidden]{
  display: none;
}

.has-theme-links a[href]{
  border-color: currentColor;
  padding-bottom: var(--links-bottom-padding);
  font-size: var(--font-size-base);
  line-height: var(--base-line-height);
    word-break: normal;
    overflow-wrap: anywhere;
    border-bottom-width: var(--links-bottom-border-width);
    text-transform: var(--links-text-transform);
}

.has-theme-links a[href]:not(.theme-link--back):not(.theme-link--no-arrow)::after{
  --tw-content: var(--links-after-content);
  content: var(--tw-content);
}

.has-theme-links a[href]::after{
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

@media (hover: hover) and (pointer: fine){

  .has-theme-links a[href]:hover{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }
}

.rte {
    --rte-spacing-unit: 1rem;

    font-family: var(--main-font-stack);
    font-weight: var(--main-font-weight);
    font-style: var(--main-font-style);

    --stack-space: var(--rte-spacing-unit);

    font-size: var(--font-size-base);

    line-height: var(--base-line-height);
  }

.rte--compact {
    /* --rte-spacing-unit: 0.625rem; */
  }

.rte > :not([hidden]) ~ :not([hidden]) {
    margin-block-start: var(--stack-space);
  }

.rte h1,
  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6,
  .rte ul,
  .rte ol {
    word-break: normal;
    overflow-wrap: anywhere;
  }

.rte h1,
  .rte h2,
  .rte h3,
  .rte h4,
  .rte h5,
  .rte h6,
  .rte blockquote {
    /* Same as .font-heading */
    font-family: var(--heading-font-stack);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letterspacing);
    -webkit-text-decoration: var(--heading-decoration);
            text-decoration: var(--heading-decoration);
    text-transform: var(--heading-capitalize);
  }

.rte h1{
  font-size: var(--font-size-2xl);
  line-height: var(--base-line-height);
}

@media (min-width: 1024px){

  .rte h1{
    font-size: var(--font-size-5xl);
    line-height: var(--heading-line-height);
  }
}

.rte h2{
  font-size: var(--font-size-2xl);
  line-height: var(--base-line-height);
}

@media (min-width: 1024px){

  .rte h2{
    font-size: var(--font-size-3xl);
    line-height: var(--heading-line-height);
  }
}

.rte h3{
  font-size: var(--font-size-xl);
  line-height: var(--base-line-height);
}

.rte h4{
  font-size: var(--font-size-lg);
  line-height: var(--base-line-height);
}

.rte h5{
  font-size: var(--font-size-base);
  line-height: var(--base-line-height);
}

.rte h6{
  font-size: var(--font-size-sm);
  line-height: var(--base-line-height);
}

.rte ul,
  .rte ol{
  margin-left: var(--spacing);
}

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

.rte ul{
  list-style-type: disc;
}

.rte ol{
  list-style-type: decimal;
}

.rte hr {
    margin-block-start: var(--stack-space);
    margin-block-end: var(--stack-space);
    border-top-width: var(--text-border-width);
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
  }

.rte blockquote{
  padding: 0.5rem;
  font-size: var(--font-size-2xl);
  line-height: var(--base-line-height);
}

@media (min-width: 1024px){

  .rte blockquote{
    padding: 1rem;
    font-size: var(--font-size-5xl);
    line-height: var(--heading-line-height);
  }
}

.rte blockquote {
    line-height: calc(var(--base-line-height) * 0.9);
  }

.rte mark{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scheme-accent) / var(--tw-bg-opacity, 1));
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent-contrast) / var(--tw-text-opacity, 1));
}

.rte code,
  .rte pre{
  overflow: auto;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: var(--font-size-sm);
  line-height: var(--base-line-height);
}

.rte a[href]{
  text-decoration-line: underline;
}

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

.rte table{
  table-layout: fixed;
}

.rte table,
  .rte th,
  .rte td{
  border-width: var(--text-border-width);
    border-color: currentColor;
}

.rte th,
  .rte td{
  padding: 0.25rem;
}

@media (min-width: 1024px){

  .rte th,
  .rte td{
    padding: 0.5rem;
  }
}

.rte pre{
  max-width: 100%;
  overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rte .rte__table{
  max-width: 100%;
  overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.rte .rte__external-video {
    --stack-space: calc(var(--rte-spacing-unit) * 2.5);
    position: relative;
    aspect-ratio: 16/9;
  }

.rte .rte__external-video > iframe{
  position: absolute;
  inset: 0px;
  height: 100%;
  width: 100%;
}

.shopify-challenge__container{
  margin-top: var(--spacing-double);
  margin-bottom: var(--spacing-double);
  padding-left: var(--section-horizontal-spacing);
  padding-right: var(--section-horizontal-spacing);
  padding-top: var(--spacing-double);
  padding-bottom: var(--spacing-double);
  text-align: center;
}

.shopify-challenge__message{
  margin-bottom: var(--spacing-double);
}

.shopify-challenge__button{
  margin-top: var(--spacing-double) !important;
  cursor: pointer;
  border-radius: var(--button-border-radius);
  border-width: var(--text-border-width);
  border-width: var(--button-border-width);
  --tw-border-opacity: 1;
  border-color: rgb(var(--button-color-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--button-color-background) / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(var(--button-color-text) / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine){

  .shopify-challenge__button:hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--button-color-border-hover) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--button-color-background-hover) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--button-color-text-hover) / var(--tw-text-opacity, 1));
  }
}

[hidden],
  [x-cloak],
  [data-shopify-xr-hidden] {
    display: none;
  }

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}

.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}

.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}

.splide--rtl{direction:rtl}

.splide__track--ttb>.splide__list{display:block}

.splide__container{box-sizing:border-box;position:relative}

.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}

.splide.is-initialized:not(.is-active) .splide__list{display:block}

.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}

.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}

.splide:not(.is-overflow) .splide__pagination{display:none}

.splide__progress__bar{width:0}

.splide{position:relative;visibility:hidden}

.splide.is-initialized,.splide.is-rendered{visibility:visible}

.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}

.splide__slide img{vertical-align:bottom}

.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}

.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}

.splide__toggle.is-active .splide__toggle__pause{display:inline}

.splide__track{overflow:hidden;position:relative;z-index:0}

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

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

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

.\!visible{
  visibility: visible !important;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-1{
  bottom: 0.25rem;
}

.bottom-4{
  bottom: 1rem;
}

.bottom-8{
  bottom: 2rem;
}

.bottom-\[calc\(0px_-_var\(--gridline-width\)\)\]{
  bottom: calc(0px - var(--gridline-width));
}

.bottom-\[calc\(100\%_\+_0\.5rem\)\]{
  bottom: calc(100% + 0.5rem);
}

.bottom-auto{
  bottom: auto;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.left-4{
  left: 1rem;
}

.left-\[--left\]{
  left: var(--left);
}

.left-\[--mobile-left\]{
  left: var(--mobile-left);
}

.left-auto{
  left: auto;
}

.right-0{
  right: 0px;
}

.right-1{
  right: 0.25rem;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

.right-auto{
  right: auto;
}

.right-section-horizontal-spacing{
  right: var(--section-horizontal-spacing);
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

.top-\[--mobile-top\]{
  top: var(--mobile-top);
}

.top-\[--top\]{
  top: var(--top);
}

.top-\[calc\(100\%_\+_var\(--gridline-width\)\)\]{
  top: calc(100% + var(--gridline-width));
}

.top-auto{
  top: auto;
}

.top-full{
  top: 100%;
}

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

.-z-2{
  z-index: -2;
}

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

.z-0{
  z-index: 0;
}

.z-1{
  z-index: 1;
}

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

.z-11{
  z-index: 11;
}

.z-110{
  z-index: 110;
}

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

.z-25{
  z-index: 25;
}

.z-30{
  z-index: 30;
}

.z-35{
  z-index: 35;
}

.z-40{
  z-index: 40;
}

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

.z-60{
  z-index: 60;
}

.z-\[21\]{
  z-index: 21;
}

.order-last{
  order: 9999;
}

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

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

.col-span-3{
  grid-column: span 3 / span 3;
}

.col-span-4{
  grid-column: span 4 / span 4;
}

.col-span-5{
  grid-column: span 5 / span 5;
}

.col-span-full{
  grid-column: 1 / -1;
}

.col-span-placeholder-width{
  grid-column: span var(--placeholder-width) / span var(--placeholder-width);
}

.col-span-placeholder-width-mobile{
  grid-column: span var(--placeholder-width-mobile) / span var(--placeholder-width-mobile);
}

.col-span-var{
  grid-column: span var(--col-span) / span var(--col-span);
}

.col-start-1{
  grid-column-start: 1;
}

.col-start-8{
  grid-column-start: 8;
}

.col-end-2{
  grid-column-end: 2;
}

.col-end-last{
  grid-column-end: -1;
}

.row-span-1{
  grid-row: span 1 / span 1;
}

.row-span-2{
  grid-row: span 2 / span 2;
}

.row-start-1{
  grid-row-start: 1;
}

.row-start-2{
  grid-row-start: 2;
}

.row-end-2{
  grid-row-end: 2;
}

.m-0{
  margin: 0px;
}

.m-5{
  margin: 1.25rem;
}

.m-auto{
  margin: auto;
}

.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-\[--number-padding\]{
  margin-left: calc(var(--number-padding) * -1);
  margin-right: calc(var(--number-padding) * -1);
}

.-mx-\[calc\(theme\(borderWidth\[text\]\)_\+_1px\)\]{
  margin-left: calc(calc(var(--text-border-width) + 1px) * -1);
  margin-right: calc(calc(var(--text-border-width) + 1px) * -1);
}

.-mx-\[calc\(theme\(spacing\.2\)_-_1px\)\]{
  margin-left: calc(calc(0.5rem - 1px) * -1);
  margin-right: calc(calc(0.5rem - 1px) * -1);
}

.-mx-section-horizontal-spacing{
  margin-left: calc(var(--section-horizontal-spacing) * -1);
  margin-right: calc(var(--section-horizontal-spacing) * -1);
}

.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.mx-section-horizontal-spacing{
  margin-left: var(--section-horizontal-spacing);
  margin-right: var(--section-horizontal-spacing);
}

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

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.my-theme{
  margin-top: var(--spacing);
  margin-bottom: var(--spacing);
}

.my-theme-double{
  margin-top: var(--spacing-double);
  margin-bottom: var(--spacing-double);
}

.\!mb-2{
  margin-bottom: 0.5rem !important;
}

.\!mt-8{
  margin-top: 2rem !important;
}

.-mb-gridline{
  margin-bottom: calc(var(--gridline-width) * -1);
}

.-ml-2{
  margin-left: -0.5rem;
}

.-ml-inline-sup{
  margin-left: -0.25em;
}

.-mt-2{
  margin-top: -0.5rem;
}

.-mt-\[0\.0625em\]{
  margin-top: -0.0625em;
}

.-mt-gridline{
  margin-top: calc(var(--gridline-width) * -1);
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

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

.mb-8{
  margin-bottom: 2rem;
}

.mb-gridline{
  margin-bottom: var(--gridline-width);
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-4{
  margin-left: 1rem;
}

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

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-auto{
  margin-right: auto;
}

.mr-section-horizontal-spacing{
  margin-right: var(--section-horizontal-spacing);
}

.mt-0{
  margin-top: 0px;
}

.mt-0\.5{
  margin-top: 0.125rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

.mt-12{
  margin-top: 3rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

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

.mt-\[calc\(theme\(spacing\.4\)_-_var\(--gridline-width\)\)\]{
  margin-top: calc(1rem - var(--gridline-width));
}

.mt-auto{
  margin-top: auto;
}

.mt-collapsible-tab{
  margin-top: calc(var(--product-block-spacing) * var(--spacing-multiplier, 1));
}

.mt-cta{
  margin-top: var(--cta-spacing);
}

.mt-product-block{
  margin-top: calc(var(--product-block-spacing) * var(--spacing-multiplier, 1));
}

.mt-section-vertical-spacing{
  margin-top: var(--spacing);
}

.mt-theme{
  margin-top: var(--spacing);
}

.mt-theme-double{
  margin-top: var(--spacing-double);
}

.mt-theme-half{
  margin-top: var(--spacing-half);
}

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.inline-grid{
  display: inline-grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[1\.85\/1\]{
  aspect-ratio: 1.85/1;
}

.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}

.aspect-\[2\.35\/1\]{
  aspect-ratio: 2.35/1;
}

.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\]{
  aspect-ratio: 4/5;
}

.aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}

.aspect-media{
  aspect-ratio: var(--media-aspect-ratio);
}

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

.size-12{
  width: 3rem;
  height: 3rem;
}

.size-3{
  width: 0.75rem;
  height: 0.75rem;
}

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-full{
  width: 100%;
  height: 100%;
}

.h-12{
  height: 3rem;
}

.h-14{
  height: 3.5rem;
}

.h-2{
  height: 0.5rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[1ch\]{
  height: 1ch;
}

.h-\[1em\]{
  height: 1em;
}

.h-\[50vh\]{
  height: 50vh;
}

.h-\[600px\]{
  height: 600px;
}

.h-\[66\.666667vh\]{
  height: 66.666667vh;
}

.h-\[700px\]{
  height: 700px;
}

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

.h-\[800px\]{
  height: 800px;
}

.h-\[max\(var\(--gridline-width\)\2c _0\.125rem\)\]{
  height: max(var(--gridline-width), 0.125rem);
}

.h-\[var\(--text-border-width\)\]{
  height: var(--text-border-width);
}

.h-\[var\(--text-border-width\2c _0px\)\]{
  height: var(--text-border-width, 0px);
}

.h-auto{
  height: auto;
}

.h-fit{
  height: fit-content;
}

.h-full{
  height: 100%;
}

.h-gridline{
  height: var(--gridline-width);
}

.h-screen{
  height: 100vh;
}

.h-screen-less-double-gridline{
  height: calc(100vh - (var(--gridline-width, 0px) * 2));
}

.max-h-\[--results-height\]{
  max-height: var(--results-height);
}

.max-h-\[30vh\]{
  max-height: 30vh;
}

.max-h-\[40vh\]{
  max-height: 40vh;
}

.max-h-full{
  max-height: 100%;
}

.min-h-6{
  min-height: 1.5rem;
}

.min-h-\[350px\]{
  min-height: 350px;
}

.min-h-\[50vh\]{
  min-height: 50vh;
}

.min-h-\[600px\]{
  min-height: 600px;
}

.min-h-\[66\.666667vh\]{
  min-height: 66.666667vh;
}

.min-h-\[700px\]{
  min-height: 700px;
}

.min-h-\[75vh\]{
  min-height: 75vh;
}

.min-h-\[800px\]{
  min-height: 800px;
}

.min-h-\[theme\(spacing\.3\)\]{
  min-height: 0.75rem;
}

.min-h-full{
  min-height: 100%;
}

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

.min-h-screen-less-double-gridline{
  min-height: calc(100vh - (var(--gridline-width, 0px) * 2));
}

.w-1\/3{
  width: 33.333333%;
}

.w-1\/5{
  width: 20%;
}

.w-10{
  width: 2.5rem;
}

.w-11\/12{
  width: 91.666667%;
}

.w-12{
  width: 3rem;
}

.w-14{
  width: 3.5rem;
}

.w-16{
  width: 4rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-28{
  width: 7rem;
}

.w-3{
  width: 0.75rem;
}

.w-3\/4{
  width: 75%;
}

.w-3\/5{
  width: 60%;
}

.w-4{
  width: 1rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[--logo-width\]{
  width: var(--logo-width);
}

.w-\[--mobile-placeholder-width\]{
  width: var(--mobile-placeholder-width);
}

.w-\[calc\(100vw_-_2\.5rem\)\]{
  width: calc(100vw - 2.5rem);
}

.w-\[var\(--mobile-slide-width\)\]{
  width: var(--mobile-slide-width);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-gridline{
  width: var(--gridline-width);
}

.w-horizontal-thumbnail-5-or-under{
  width: calc(((100% - var(--gridline-width) * 4) / 5));
}

.w-horizontal-thumbnail-over-5{
  width: calc(((100% - var(--gridline-width) * 4) / 4.55));
}

.w-max{
  width: max-content;
}

.w-screen{
  width: 100vw;
}

.w-third-screen{
  width: calc(100vw / 3);
}

.min-w-0{
  min-width: 0px;
}

.min-w-1\/4{
  min-width: 25%;
}

.min-w-16{
  min-width: 4rem;
}

.min-w-6{
  min-width: 1.5rem;
}

.min-w-9{
  min-width: 2.25rem;
}

.min-w-\[6rem\]{
  min-width: 6rem;
}

.min-w-\[theme\(spacing\.16\)\]{
  min-width: 4rem;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3\/5{
  max-width: 60%;
}

.max-w-\[--logo-width\]{
  max-width: var(--logo-width);
}

.max-w-\[33vw\]{
  max-width: 33vw;
}

.max-w-\[theme\(spacing\.40\)\]{
  max-width: 10rem;
}

.max-w-\[theme\(spacing\.52\)\]{
  max-width: 13rem;
}

.max-w-\[theme\(spacing\.64\)\]{
  max-width: 16rem;
}

.max-w-\[var\(--logo-max-width-mobile\)\]{
  max-width: var(--logo-max-width-mobile);
}

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.max-w-md{
  max-width: 28rem;
}

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

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-auto{
  flex: 1 1 auto;
}

.shrink-0{
  flex-shrink: 0;
}

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

.grow{
  flex-grow: 1;
}

.grow-0{
  flex-grow: 0;
}

.basis-2\/5{
  flex-basis: 40%;
}

.basis-3\/5{
  flex-basis: 60%;
}

.origin-center{
  transform-origin: center;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[--bottom\]{
  --tw-translate-y: calc(var(--bottom) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

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

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-progress{
  cursor: progress;
}

.cursor-zoom-in{
  cursor: zoom-in;
}

.cursor-zoom-out{
  cursor: zoom-out;
}

.select-none{
  -webkit-user-select: none;
          user-select: none;
}

.resize{
  resize: both;
}

.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center{
  scroll-snap-align: center;
}

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

.scroll-py-5{
  scroll-padding-top: 1.25rem;
  scroll-padding-bottom: 1.25rem;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

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

.appearance-none{
  appearance: none;
}

.grid-flow-row-dense{
  grid-auto-flow: row dense;
}

.auto-rows-max{
  grid-auto-rows: max-content;
}

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

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

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

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

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

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

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

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

.grid-cols-\[auto_1fr\]{
  grid-template-columns: auto 1fr;
}

.grid-cols-\[minmax\(0\2c _1fr\)_auto\]{
  grid-template-columns: minmax(0, 1fr) auto;
}

.grid-cols-\[repeat\(var\(--products-per-row-mobile\)\2c _minmax\(0\2c _1fr\)\)\]{
  grid-template-columns: repeat(var(--products-per-row-mobile), minmax(0, 1fr));
}

.grid-cols-auto{
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}

.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

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

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

.flex-wrap{
  flex-wrap: wrap;
}

.flex-nowrap{
  flex-wrap: nowrap;
}

.content-center{
  align-content: center;
}

.content-start{
  align-content: flex-start;
}

.content-end{
  align-content: flex-end;
}

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

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

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

.items-baseline{
  align-items: baseline;
}

.items-stretch{
  align-items: stretch;
}

.justify-start{
  justify-content: flex-start;
}

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

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

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

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-1\.5{
  gap: 0.375rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-32{
  gap: 8rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[--text-border-width\]{
  gap: var(--text-border-width);
}

.gap-gridline{
  gap: var(--gridline-width);
}

.gap-gutter{
  gap: var(--gutter);
}

.gap-x-1{
  column-gap: 0.25rem;
}

.gap-x-1\.5{
  column-gap: 0.375rem;
}

.gap-x-2{
  column-gap: 0.5rem;
}

.gap-x-4{
  column-gap: 1rem;
}

.gap-y-0{
  row-gap: 0px;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

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

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

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

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

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

.self-start{
  align-self: flex-start;
}

.self-stretch{
  align-self: stretch;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-x-auto{
  overflow-x: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-normal{
  white-space: normal;
}

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

.whitespace-pre{
  white-space: pre;
}

.rounded-button{
  border-radius: var(--button-border-radius);
}

.rounded-deep-inset-media{
  border-radius: var(--media-border-radius-deep-inset);
}

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

.rounded-grid-media{
  border-radius: var(--grid-media-border-radius);
}

.rounded-media{
  border-radius: var(--media-border-radius);
}

.rounded-none{
  border-radius: 0px;
}

.rounded-thumbnail{
  border-radius: var(--thumbnail-border-radius);
}

.border{
  border-width: 1px;
}

.border-0{
  border-width: 0px;
}

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

.border-3{
  border-width: 3px;
}

.border-5{
  border-width: 5px;
}

.border-checkbox{
  border-width: var(--checkbox-width);
}

.border-gridline{
  border-width: var(--gridline-width);
}

.border-text{
  border-width: var(--text-border-width);
}

.border-y-gridline{
  border-top-width: var(--gridline-width);
  border-bottom-width: var(--gridline-width);
}

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

.border-b-gridline{
  border-bottom-width: var(--gridline-width);
}

.border-b-gridline-double{
  border-bottom-width: calc(var(--gridline-width) * 2);
}

.border-b-text{
  border-bottom-width: var(--text-border-width);
}

.border-l-gridline{
  border-left-width: var(--gridline-width);
}

.border-r-gridline{
  border-right-width: var(--gridline-width);
}

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

.border-t-gridline{
  border-top-width: var(--gridline-width);
}

.border-t-text{
  border-top-width: var(--text-border-width);
}

.border-dashed{
  border-style: dashed;
}

.\!border-scheme-accent{
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-scheme-accent) / var(--tw-border-opacity, 1)) !important;
}

.border-current{
  border-color: currentColor;
}

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

.border-scheme-accent{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-accent) / var(--tw-border-opacity, 1));
}

.border-scheme-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-secondary) / var(--tw-border-opacity, 1));
}

.border-scheme-text{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-text) / var(--tw-border-opacity, 1));
}

.border-scheme-text\/0{
  border-color: rgb(var(--color-scheme-text) / 0);
}

.border-transparent{
  border-color: transparent;
}

.border-b-gridline-color{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
}

.border-b-transparent{
  border-bottom-color: transparent;
}

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

.bg-gridline-color\/30{
  background-color: rgb(var(--color-gridline) / 0.3);
}

.bg-scheme-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scheme-accent) / var(--tw-bg-opacity, 1));
}

.bg-scheme-accent\/20{
  background-color: rgb(var(--color-scheme-accent) / 0.2);
}

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

.bg-scheme-background\/0{
  background-color: rgb(var(--color-scheme-background) / 0);
}

.bg-scheme-background\/25{
  background-color: rgb(var(--color-scheme-background) / 0.25);
}

.bg-scheme-background\/50{
  background-color: rgb(var(--color-scheme-background) / 0.5);
}

.bg-scheme-placeholder-background{
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210 / var(--tw-bg-opacity, 1));
}

.bg-scheme-text{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scheme-text) / var(--tw-bg-opacity, 1));
}

.bg-scheme-text\/0{
  background-color: rgb(var(--color-scheme-text) / 0);
}

.bg-scheme-text\/20{
  background-color: rgb(var(--color-scheme-text) / 0.2);
}

.bg-scheme-text\/25{
  background-color: rgb(var(--color-scheme-text) / 0.25);
}

.bg-scheme-text\/30{
  background-color: rgb(var(--color-scheme-text) / 0.3);
}

.bg-scheme-text\/5{
  background-color: rgb(var(--color-scheme-text) / 0.05);
}

.bg-scheme-text\/60{
  background-color: rgb(var(--color-scheme-text) / 0.6);
}

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

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

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-scheme-background\/0{
  --tw-gradient-from: rgb(var(--color-scheme-background) / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-scheme-background) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-scheme-background{
  --tw-gradient-to: rgb(var(--color-scheme-background) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-scheme-background) / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-scheme-background\/75{
  --tw-gradient-to: rgb(var(--color-scheme-background) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-scheme-background) / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-scheme-background{
  --tw-gradient-to: rgb(var(--color-scheme-background) / 1) var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-full{
  background-size: 100%;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-current{
  fill: currentColor;
}

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

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

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

.p-0{
  padding: 0px;
}

.p-0\.5{
  padding: 0.125rem;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-8{
  padding: 2rem;
}

.p-\[2px\]{
  padding: 2px;
}

.p-deep-inset-media{
  padding: var(--media-padding-inset);
}

.p-grid-media{
  padding: var(--media-padding-from-border-edge);
}

.p-inset-quick-buy{
  padding: calc(var(--media-content-padding) - var(--section-horizontal-spacing));
}

.p-media-content{
  padding: var(--media-content-padding);
}

.p-media-content-less-1rem{
  padding: calc(var(--media-content-padding) - 1rem);
}

.p-media-content-less-grid-media{
  padding: calc(var(--media-content-padding) - var(--media-padding-from-border-edge));
}

.p-px{
  padding: 1px;
}

.p-section-horizontal-spacing{
  padding: var(--section-horizontal-spacing);
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.px-\[--number-padding\]{
  padding-left: var(--number-padding);
  padding-right: var(--number-padding);
}

.px-\[0\.62vw\]{
  padding-left: 0.62vw;
  padding-right: 0.62vw;
}

.px-\[1\.72vw\]{
  padding-left: 1.72vw;
  padding-right: 1.72vw;
}

.px-\[2\.67vw\]{
  padding-left: 2.67vw;
  padding-right: 2.67vw;
}

.px-\[3\.3vw\]{
  padding-left: 3.3vw;
  padding-right: 3.3vw;
}

.px-\[5\.36vw\]{
  padding-left: 5.36vw;
  padding-right: 5.36vw;
}

.px-section-horizontal-spacing{
  padding-left: var(--section-horizontal-spacing);
  padding-right: var(--section-horizontal-spacing);
}

.px-section-horizontal-spacing-double{
  padding-left: calc(var(--section-horizontal-spacing) * 2);
  padding-right: calc(var(--section-horizontal-spacing) * 2);
}

.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.py-section-horizontal-spacing{
  padding-top: var(--section-horizontal-spacing);
  padding-bottom: var(--section-horizontal-spacing);
}

.py-section-vertical-spacing{
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}

.py-section-vertical-spacing-double{
  padding-top: var(--spacing-double);
  padding-bottom: var(--spacing-double);
}

.py-section-vertical-spacing-half{
  padding-top: var(--spacing-half);
  padding-bottom: var(--spacing-half);
}

.py-theme{
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}

.pb-0\.5{
  padding-bottom: 0.125rem;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pb-\[var\(--ratio-percent\)\]{
  padding-bottom: var(--ratio-percent);
}

.pb-product-slide-controls{
  padding-bottom: var(--product-slide-controls-spacing);
}

.pb-product-template-col{
  padding-bottom: calc(var(--product-block-spacing) * var(--spacing-multiplier, 2));
}

.pb-section-horizontal-spacing{
  padding-bottom: var(--section-horizontal-spacing);
}

.pb-section-vertical-spacing{
  padding-bottom: var(--spacing);
}

.pb-section-vertical-spacing-half{
  padding-bottom: var(--spacing-half);
}

.pb-slide-controls{
  padding-bottom: var(--slide-controls-spacing);
}

.pb-theme{
  padding-bottom: var(--spacing);
}

.pb-theme-double{
  padding-bottom: var(--spacing-double);
}

.pl-1{
  padding-left: 0.25rem;
}

.pl-2{
  padding-left: 0.5rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[100vw\]{
  padding-left: 100vw;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-10{
  padding-right: 2.5rem;
}

.pr-2{
  padding-right: 0.5rem;
}

.pr-4{
  padding-right: 1rem;
}

.pr-6{
  padding-right: 1.5rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-4{
  padding-top: 1rem;
}

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

.pt-\[--arrows-wrapped-top-offset\]{
  padding-top: var(--arrows-wrapped-top-offset);
}

.pt-\[100\%\]{
  padding-top: 100%;
}

.pt-section-vertical-spacing{
  padding-top: var(--spacing);
}

.pt-section-vertical-spacing-half{
  padding-top: var(--spacing-half);
}

.pt-theme{
  padding-top: var(--spacing);
}

.pt-theme-double{
  padding-top: var(--spacing-double);
}

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

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

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

.align-top{
  vertical-align: top;
}

.align-middle{
  vertical-align: middle;
}

.text-0{
  font-size: 0;
  line-height: 0;
}

.text-2xl{
  font-size: var(--font-size-2xl);
  line-height: var(--base-line-height);
}

.text-base{
  font-size: var(--font-size-base);
  line-height: var(--base-line-height);
}

.text-button{
  font-size: var(--button-size);
  line-height: var(--button-line-height);
}

.text-heading-feature{
  font-size: var(--feature-heading-size);
  line-height: var(--heading-line-height);
}

.text-heading-secondary{
  font-size: var(--secondary-heading-size);
  line-height: var(--heading-line-height);
}

.text-heading-standard{
  font-size: var(--standard-heading-size);
  line-height: var(--heading-line-height);
}

.text-lg{
  font-size: var(--font-size-lg);
  line-height: var(--base-line-height);
}

.text-scale-n-1{
  font-size: var(--type-scale-n-1);
  line-height: var(--base-line-height);
}

.text-scale-n-2{
  font-size: var(--type-scale-n-2);
  line-height: var(--base-line-height);
}

.text-scale-n0{
  font-size: var(--type-scale-n0);
  line-height: var(--base-line-height);
}

.text-scale-n1{
  font-size: var(--type-scale-n1);
  line-height: var(--base-line-height);
}

.text-scale-n10{
  font-size: var(--type-scale-n10);
  line-height: var(--heading-line-height);
}

.text-scale-n2{
  font-size: var(--type-scale-n2);
  line-height: var(--base-line-height);
}

.text-scale-n3{
  font-size: var(--type-scale-n3);
  line-height: var(--heading-line-height);
}

.text-scale-n4{
  font-size: var(--type-scale-n4);
  line-height: var(--heading-line-height);
}

.text-scale-n5{
  font-size: var(--type-scale-n5);
  line-height: var(--heading-line-height);
}

.text-scale-n6{
  font-size: var(--type-scale-n6);
  line-height: var(--heading-line-height);
}

.text-scale-n7{
  font-size: var(--type-scale-n7);
  line-height: var(--heading-line-height);
}

.text-scale-n8{
  font-size: var(--type-scale-n8);
  line-height: var(--heading-line-height);
}

.text-scale-n9{
  font-size: var(--type-scale-n9);
  line-height: var(--heading-line-height);
}

.text-sm{
  font-size: var(--font-size-sm);
  line-height: var(--base-line-height);
}

.text-subheading{
  font-size: var(--subheading-size);
  line-height: var(--subheading-line-height);
}

.text-xl{
  font-size: var(--font-size-xl);
  line-height: var(--base-line-height);
}

.text-xs{
  font-size: var(--font-size-xs);
  line-height: var(--base-line-height);
}

.font-body-bold{
  font-weight: var(--body-font-bold-weight);
}

.font-body-medium{
  font-weight: var(--body-font-medium-weight);
}

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

.font-normal{
  font-weight: 400;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[inherit\]{
  line-height: inherit;
}

.leading-base{
  line-height: var(--base-line-height);
}

.leading-none{
  line-height: 1;
}

.tracking-normal{
  letter-spacing: 0em;
}

.text-scheme-accent{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

.text-scheme-accent-contrast{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent-contrast) / var(--tw-text-opacity, 1));
}

.text-scheme-background{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-background) / var(--tw-text-opacity, 1));
}

.text-scheme-placeholder-foreground{
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity, 1));
}

.text-scheme-secondary{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-secondary) / var(--tw-text-opacity, 1));
}

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

.text-scheme-text\/40{
  color: rgb(var(--color-scheme-text) / 0.4);
}

.text-scheme-text\/50{
  color: rgb(var(--color-scheme-text) / 0.5);
}

.text-scheme-text\/60{
  color: rgb(var(--color-scheme-text) / 0.6);
}

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

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

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

.line-through{
  text-decoration-line: line-through;
}

.placeholder-current::placeholder{
  color: currentColor;
}

.opacity-0{
  opacity: 0;
}

.opacity-10{
  opacity: 0.1;
}

.opacity-100{
  opacity: 1;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-\[--separator-opacity\]{
  opacity: var(--separator-opacity);
}

.opacity-\[0\.05\]{
  opacity: 0.05;
}

.shadow-rounded-hover-image{
  --tw-shadow: 0 0 0 0.5px rgb(var(--color-scheme-background));
  --tw-shadow-colored: 0 0 0 0.5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-0{
  outline-width: 0px;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\]{
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\]{
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\]{
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-0{
  transition-delay: 0s;
}

.delay-300{
  transition-delay: 300ms;
}

.delay-75{
  transition-delay: 75ms;
}

.duration-150{
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

.duration-75{
  transition-duration: 75ms;
}

.duration-\[280ms\]{
  transition-duration: 280ms;
}

.duration-\[50ms\]{
  transition-duration: 50ms;
}

.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-zoom{
  transition-timing-function: var(--zoom-timing-function);
}

.will-change-\[width\]{
  will-change: width;
}

.\@container{
  container-type: inline-size;
}

/**
   * Not the same as Tailwind’s .break-words,
   * this is like `word-break: break-word;`, which
   * is now deprecated
   */

.break-word {
    word-break: normal;
    overflow-wrap: anywhere;
  }

.font-heading {
    font-family: var(--heading-font-stack);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letterspacing);
    -webkit-text-decoration: var(--heading-decoration);
            text-decoration: var(--heading-decoration);
  }

.font-heading:not(.uppercase) {
    text-transform: var(--heading-capitalize);
  }

.font-body {
    font-family: var(--body-font-stack);
    font-weight: var(--body-font-weight);
    font-style: var(--body-font-style);
    letter-spacing: 0;
    text-decoration: none;
  }

.font-body:not(.uppercase) {
    text-transform: var(--body-copy-transform);
  }

.font-subheading {
    font-family: var(--subheading-font-stack);
    font-weight: var(--subheading-font-weight);
    font-style: var(--subheading-font-style);
    letter-spacing: var(--subheading-letterspacing);
    text-transform: var(--subheading-capitalize);
    -webkit-text-decoration: var(--subheading-decoration);
            text-decoration: var(--subheading-decoration);
  }

.font-button {
    font-family: var(--button-font-stack);
    font-weight: var(--button-font-weight);
    font-style: var(--subheading-font-style);
    letter-spacing: var(--button-font-style);
    text-transform: var(--button-text-transform);
    line-height: var(--button-line-height);
  }

.\[--max-font-size\:_20rem\]{
  --max-font-size: 20rem;
}

.\[font-weight\:bolder\]{
  font-weight: bolder;
}

.\[grid-area\:1_\/_1\]{
  grid-area: 1 / 1;
}

.\[text-transform\:var\(--button-text-transform\)\]{
  text-transform: var(--button-text-transform);
}

.\[text-wrap\:balance\]{
  text-wrap: balance;
}

.no-js .image {
  opacity: 1;
}

.form__errors{
  margin-left: 0px;
  margin-right: 0px;
  border-width: 1px;
  border-color: rgb(var(--color-scheme-accent) / var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.4;
  background-color: rgb(var(--color-scheme-accent) / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.1;
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent-contrast) / var(--tw-text-opacity, 1));
}

.form__errors:not(.form__errors--compact){
  margin-bottom: 1.25rem;
}

.form__errors ul{
  margin: 0px;
  list-style-type: none;
}

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

.form__errors ul{
  padding: 0px;
  font-size: var(--font-size-sm);
  line-height: var(--base-line-height);
}

.form__errors a{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/**
 * Range control
 *
 * Big thanks to:
 * https://www.smashingmagazine.com/2021/12/create-custom-range-input-consistent-browsers/
 *
 * and:
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
 */

.range-control {
  --indicator-background: rgb(var(--color-scheme-text) / 0.2);
  --indicator-foreground: rgb(var(--color-scheme-text));

  --track-height: var(--text-border-width, 0px);
  --track-border-radius: 0px;

  --thumb-height: calc(0.5rem + 1px);
  --thumb-width: calc(0.5rem + 1px);

  --center-thumb-width: calc((var(--thumb-width) * 2.25) + 1px);
  --center-thumb-height: calc((var(--track-height) * 1.5) + 1px);

  --thumb-border-width: 0px;

  --thumb-border: var(--thumb-border-width) solid
    rgb(var(--color-scheme-background));
  --thumb-border-radius: 100%;

  --thumb-height-with-border: calc(
    var(--thumb-height) + (var(--thumb-border-width) * 2)
  );

  --thumb-width-with-border: calc(
    var(--thumb-width) + (var(--thumb-border-width) * 2)
  );

  --center-thumb-height-with-border: calc(
    var(--center-thumb-height) + (var(--thumb-border-width) * 2)
  );

  --center-thumb-width-with-border: calc(
    var(--center-thumb-width) + (var(--thumb-border-width) * 2)
  );

  --visual-range-start: calc(
    var(--range-start) + (var(--thumb-border-width) / 2)
  );
  --visual-range-end: calc(var(--range-end) - (var(--thumb-border-width) / 2));

  --visual-range: calc(var(--range) - (var(--thumb-border-width)));

  display: grid;
}

@media (pointer: coarse) {
  .range-control {
    --thumb-height: calc(0.8rem + 1px);
    --thumb-width: calc(0.8rem + 1px);

    --center-thumb-width: calc((var(--thumb-width) * 2.25) + 1px);
    --center-thumb-height: calc((var(--track-height) * 1.75) + 1px);
  }
}

.range-control > * {
  grid-row-start: 1;
  grid-column-start: 1;
}

input[type='range'].range-control__edge,
input[type='range'].range-control__center {
  appearance: none;
  background: transparent;
  cursor: pointer;
  pointer-events: none;
  height: var(--track-height);
}

/* WebKit / Blink styles */

input[type='range'].range-control__edge::-webkit-slider-runnable-track,
input[type='range'].range-control__center::-webkit-slider-runnable-track {
  background-color: transparent;
  border-radius: var(--track-border-radius);
  height: var(--track-height);

  pointer-events: none;
}

input[type='range'].range-control__edge::-webkit-slider-thumb,
input[type='range'].range-control__center::-webkit-slider-thumb {
  /* Resets */
  appearance: none;
  margin-top: calc(
    (var(--track-height) / 2) - (var(--thumb-height-with-border) / 2)
  );
  pointer-events: auto;

  border: var(--thumb-border);
  border-radius: var(--thumb-border-radius);
  background-color: rgb(var(--color-scheme-text));
  height: var(--thumb-height-with-border);
  width: var(--thumb-width-with-border);
  box-shadow: none;
}

input[type='range'].range-control__edge:focus {
  outline: none;
  box-shadow: none;
}

input[type='range'].range-control__edge:focus::-webkit-slider-thumb {
  outline: 2px solid rgb(var(--color-scheme-accent));
  outline-offset: 0.125rem;
  border-radius: 100%;
  box-shadow: none;
}

input[type='range'].range-control__center:focus {
  outline: none;
  box-shadow: none;
}

input[type='range'].range-control__center::-webkit-slider-thumb {
  border: none;
  box-shadow: 0 0 0 calc(var(--thumb-width) / 8)
    rgb(var(--color-scheme-background));
  border-radius: calc(var(--thumb-width) / 8);
  background-color: rgb(var(--color-scheme-text));
  margin-top: calc(
    (var(--track-height) / 2) - ((var(--center-thumb-height)) / 2)
  );
  width: var(--center-thumb-width);
  height: var(--center-thumb-height);
  cursor: grab;
  z-index: 10;
}

input[type='range'].range-control__center.grabbing::-webkit-slider-thumb {
  cursor: grabbing;
}

input[type='range'].range-control__center:focus::-webkit-slider-thumb {
  background-color: rgb(var(--color-scheme-accent));
}

/* Firefox styles */

input[type='range'].range-control__edge::-moz-range-track,
input[type='range'].range-control__center::-moz-range-track {
  background-color: transparent;
  border-radius: var(--track-border-radius);
  height: var(--track-height);
  pointer-events: none;
}

input[type='range'].range-control__edge::-moz-range-thumb,
input[type='range'].range-control__center::-moz-range-thumb {
  /* Firefox-specific resets */
  border: var(--thumb-border);
  border-radius: var(--thumb-border-radius);
  pointer-events: auto;

  background-color: rgb(var(--color-scheme-text));
  height: var(--thumb-height);
  width: var(--thumb-width);
}

input[type='range'].range-control__edge:focus::-moz-range-thumb {
  outline: 2px solid rgb(var(--color-scheme-accent));
  outline-offset: 0.125rem;
}

.range-control__indicator {
  align-self: center;
  height: var(--track-height);
  border-radius: var(--track-border-radius);
  background: linear-gradient(
    to right,
    var(--indicator-background),
    var(--indicator-background) var(--visual-range-start),
    var(--indicator-foreground) var(--visual-range-start),
    var(--indicator-foreground) var(--visual-range-end),
    var(--indicator-background) var(--visual-range-end)
  );
  z-index: 1;
}

input[type='range'].range-control__center::-moz-range-thumb {
  border: none;
  box-shadow: 0 0 0 calc(var(--thumb-width) / 8)
    rgb(var(--color-scheme-background));
  border-radius: calc(var(--thumb-width) / 8);
  background-color: rgb(var(--color-scheme-text));
  width: var(--center-thumb-width);
  height: var(--center-thumb-height);
  cursor: grab;
}

input[type='range'].range-control__center.grabbing::-moz-range-thumb {
  cursor: grabbing;
  /*   transform: scale(1.1); */
}

input[type='range'].range-control__center:focus::-moz-range-thumb {
  background-color: rgb(var(--color-scheme-accent));
}

input[type='range'].range-control__center:focus ~ .range-control__indicator {
  --indicator-foreground: rgb(var(--color-scheme-accent));
}

/* Adjacent gridline blocks sit flush */

.product-block--has-gridlines + .product-block--has-gridlines{
  margin-top: 0px;
}

.product-block--has-gridlines
  + .product-block--has-gridlines
  .product-block--grid-container{
  border-top-width: 0px;
}

@media not all and (min-width: 1400px){

  .product-block-area
  > .product-block--hidden-block-mb-lg
  + .product-block--has-gridlines{
    margin-top: 0px;
  }
}

/* Collapsible tabs */

.product-block--collapsible-tab {
  --spacing-multiplier: var(--collapsible-tab-spacing-multiplier);
}

.product-block--collapsible-tab + .product-block--collapsible-tab {
  --spacing-multiplier: 0;
}

/* Adjacent blocks with gridlines */

.product-block:not(.product-block--has-gridlines)
  + .product-block--has-gridlines
  .product-block--grid-container{
  border-top-width: var(--gridline-width);
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
}

/* Remove double margin on complementary blocks with heading font if preceeded by gridline block */

.product-block--has-gridlines
  + .product-block--complementary.product-block--has-gridlines
  .complementary-products-block-container{
  margin-top: 0px;
}

/* Set double margin on complementary blocks with body font if preceeded by gridline block */

.product-block--has-gridlines
  + .product-block--has-gridlines
  .complementary-products-block.complementary-products-block--font-body{
  margin-top: var(--spacing-double);
}

/* Empty complementary block fixes */

.complementary-products-block:empty{
  margin-top: 0px;
}

.product-block--has-gridlines
  + .product-block--complementary
  .product-block--last{
  padding-bottom: 0px;
}

.product-block--has-gridlines.product-block--complementary:has(
    .complementary-products-block:empty
  )
  + .product-block--has-gridlines{
  margin-top: calc(var(--product-block-spacing) * var(--spacing-multiplier, 1));
}

.product-block--has-gridlines.product-block--complementary:has(
    .complementary-products-block:empty
  )
  + .product-block--has-gridlines
  .product-block--grid-container{
  border-top-width: var(--gridline-width);
}

/**
 * When variant picker immediately follows product group block,
 * match its top margin to its internal spacing of `gap-4`
 */

.product-block--product-group:not(:has(.product-group-block:empty))
  + .product-block--variant-picker{
  margin-top: 1rem;
}

/* Product blocks with gridlines - top and bottom of column */

.product-block-area:has(.product-block--first.product-block--has-gridlines){
  padding-top: 0px;
}

.product-block-area:has(.product-block--has-gridlines:last-child){
  padding-bottom: 0px;
  margin-bottom: calc(var(--gridline-width) * -1);
}

.product-block--first .complementary-products-block-title.font-body{
  padding-top: var(--spacing);
}

.product-form-container.is-below-slideshow:has(
    .product-block--first.product-block--has-gridlines
  ),
.product-content-container.is-below-slideshow:has(
    .product-block--first.product-block--has-gridlines
  ){
  border-top-width: var(--gridline-width);
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px){

  .product-form-container.is-below-slideshow:has(
    .product-block--first.product-block--has-gridlines
  ),
.product-content-container.is-below-slideshow:has(
    .product-block--first.product-block--has-gridlines
  ){
    border-top-width: 0px;
  }
}

@media not all and (min-width: 1024px){

  .product-form-container--three-col
  .product-block--first.product-block--has-gridlines
  .product-block--grid-container{
    border-top-width: var(--gridline-width);
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
  }
}

@media (min-width: 1024px){

  .product-content-container--product-section
  .product-block--first.product-block--has-gridlines
  .product-block--grid-container{
    margin-top: calc(var(--gridline-width) * -1);
    border-top-width: var(--gridline-width);
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
  }
}

/* Exceptions for three-col template with inserted blocks */

.product-block-area:has(.product-block--first.product-block--has-gridlines)
  > .product-block--inserted-block-mb-lg
  :first-child{
  margin-top: var(--spacing);
}

@media (min-width: 1400px){

  .product-block--inserted-block-mb-lg + .product-block--first{
    margin-top: calc(var(--product-block-spacing) * var(--spacing-multiplier-xl, 1));
  }
}

.product-block--inserted-block-mb-lg + .product-block--inserted-block-mb-lg{
  margin-top: calc(var(--product-block-spacing) * var(--spacing-multiplier, 1));
}

@media not all and (min-width: 1400px){

  .product-block--inserted-block-mb-lg
  + .product-block--first.product-block--has-gridlines
  .product-block--grid-container{
    border-top-width: var(--text-border-width);
  }

  .product-block-area:has(
  .product-block--hidden-block-mb-lg
    + .product-block.product-block--has-gridlines
){
    padding-top: 0px;
  }

  .product-block-area
  > .product-block--hidden-block-mb-lg
  + .product-block--has-gridlines
  .product-block--grid-container{
    border-top-width: 0px;
  }
}

/* Payment buttons */

.shopify-payment-button,
.shopify-payment-button__button,
.shopify-payment-button__button--branded{
  font-size: var(--button-size);
  line-height: var(--button-line-height);
  min-height: var(--add-to-cart-button-height) !important;
}

.shopify-payment-button__button--hidden {
  display: none !important;
}

.add-to-cart-container .shopify-payment-button__button--unbranded {
    font-family: var(--button-font-stack);
    font-weight: var(--button-font-weight);
    font-style: var(--subheading-font-style);
    letter-spacing: var(--button-font-style);
    line-height: var(--button-line-height);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: var(--button-text-transform);
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  }

.add-to-cart-container .shopify-payment-button__button--unbranded,
.add-to-cart-container .shopify-payment-button__button--branded {
  transition: none;
  border-radius: var(--button-border-radius);
  font-weight: var(--body-font-weight);
  line-height: var(--base-line-height);
}

.add-to-cart-container
  .shopify-payment-button__button--branded
  div[role='button'],
.additional-checkout-buttons div[role='button'] {
  border-radius: var(--button-border-radius) !important;
}

.shopify-payment-button__more-options {
  margin-top: 1rem;
  margin-bottom: 0px;
}

shopify-payment-terms {
  margin-block: 0px;
}

.payment-button-wrapper .shopify-payment-button__button--unbranded{
  border-width: var(--button-border-width);
  border-width: var(--text-border-width);
  --tw-border-opacity: 1;
  border-color: rgb(var(--button-color-border) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--button-color-background) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--button-color-text) / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine){

  .payment-button-wrapper
  .shopify-payment-button__button--unbranded:not([disabled], .disabled):hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--button-color-border-hover) / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(var(--button-color-background-hover) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--button-color-text-hover) / var(--tw-text-opacity, 1));
  }
}

.shopify-payment-button__button--unbranded[disabled],
.shopify-payment-button__button--unbranded button[aria-disabled],
.shopify-payment-button__button--unbranded.disabled,
.shopify-payment-button__button[disabled],
.shopify-payment-button__button button[aria-disabled],
.shopify-payment-button__button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.shopify-payment-button__more-options[disabled],
.shopify-payment-button__more-options button[aria-disabled],
.shopify-payment-button__more-options.disabled {
  cursor: default;
  display: none;
}

[data-color-scheme].text-scheme-text .rte a:hover,
[data-color-scheme] .text-scheme-text.rte a:hover,
[data-color-scheme].text-scheme-text.rte a:hover {
  color: rgb(var(--color-scheme-accent));
  text-decoration-color: rgb(var(--color-scheme-accent));
}

[data-color-scheme].text-scheme-text .rte blockquote,
[data-color-scheme] .text-scheme-text.rte blockquote,
[data-color-scheme].text-scheme-text.rte blockquote {
  background: rgb(var(--color-scheme-text));
  color: rgb(var(--color-scheme-background));
}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: var(
    --add-to-cart-button-height
  );
  --shopify-accelerated-checkout-button-border-radius: var(
    --button-border-radius
  );
}

shopify-accelerated-checkout-cart {
  --shopify-accelerated-checkout-button-block-size: var(
    --checkout-button-height
  );
  --shopify-accelerated-checkout-inline-alignment: end;
  --shopify-accelerated-checkout-row-gap: 0.5rem;
}

.splide:not(.is-active):not(.is-overflow) .splide__pagination {
  display: flex;
  opacity: 0;
}

html.no-js .splide.splide--product .splide__list{
  display: block;
}

@media (min-width: 1024px) {
  .splide.is-initialized:not(.is-active) .splide__list.lg\:grid,
  html.no-js .splide .splide__list.lg\:grid{
    display: grid;
  }

  .splide__slide.product-thumbnail.is-active .product-thumbnail--inset img{
    border-radius: var(--media-border-radius-deep-inset);
  }
}

@media (min-width: 1400px) {
  .splide.is-initialized:not(.is-active) .splide__list.xl\:grid,
  html.no-js .splide .splide__list.xl\:grid{
    display: grid;
  }
}

.splide__pagination{
  justify-content: flex-start;
}

body:not(.slideshow-pagination-style--counter) .additional-checkout-buttons.splide__pagination__page div[role='button'] {
    border-radius: 9999px;
  }

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  position: relative;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  margin: 0.25rem;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  display: block;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  height: 0.5rem;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  width: 0.5rem;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  border-radius: 9999px;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  border-width: var(--checkbox-width);
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  border-color: currentColor;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page{
  background-color: transparent;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  position: absolute;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  inset: 0px;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  left: 50%;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  top: 50%;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  height: 100%;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  width: 100%;
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before{
  --tw-content: '';
  content: var(--tw-content);
}

body:not(.slideshow-pagination-style--counter) .splide__pagination__page::before {
    /* m-1 + (w|h)-2 + m-1 */
    min-height: 1rem;
    min-width: 1rem;
  }

body:not(.slideshow-pagination-style--counter) .splide__pagination__page.is-active{
  background-color: currentColor;
}

body:not(.slideshow-pagination-style--counter) .splide__arrows {
    --arrows-wrapped-top-offset: 0.125rem;
  }

body.slideshow-pagination-style--counter .splide__pagination {
    --counter-style: var(--slideshow-pagination-counter-style, decimal);
    counter-reset: placeholder-pagination pagination;
  }

body.slideshow-pagination-style--counter .splide__pagination{
  justify-content: flex-start;
}

body.slideshow-pagination-style--counter .splide__pagination__page{
  padding: 0.5rem;
}

body.slideshow-pagination-style--counter.slideshow-pagination-counter-style--grid .splide:not(.is-active):not(.is-overflow) .splide__pagination {
      opacity: 0;
    }

body.slideshow-pagination-style--counter.slideshow-pagination-counter-style--grid .splide:not(.is-active):not(.is-overflow) .splide__pagination,body.slideshow-pagination-style--counter.slideshow-pagination-counter-style--grid .splide__pagination {
      display: grid;
      grid-template-columns: repeat(auto-fill, 2rem);
      justify-content: start;
      text-align: center;
    }

body.slideshow-pagination-style--counter [data-splide-pagination-placeholder] .splide__pagination__page::before {
    counter-increment: placeholder-pagination;
    content: counter(placeholder-pagination, var(--counter-style));
  }

body.slideshow-pagination-style--counter li:not([data-splide-pagination-placeholder]) .splide__pagination__page::before {
    counter-increment: pagination;
    content: counter(pagination, var(--counter-style));
  }

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page {
      --page-color: var(--color-scheme-secondary);
      --page-opacity: 0;
    }

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page{
  padding: 0.125rem;
}

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-secondary) / var(--tw-text-opacity, 1));
}

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active {
      --page-color: var(--color-scheme-text);
      --page-opacity: 1;
    }

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-text) / var(--tw-text-opacity, 1));
}

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active[data-color-scheme] .rte a:hover,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) [data-color-scheme] .splide__pagination__page.is-active.rte a:hover,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active.rte[data-color-scheme] a:hover {
  color: rgb(var(--color-scheme-accent));
  text-decoration-color: rgb(var(--color-scheme-accent));
}

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active[data-color-scheme] .rte a:hover,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) [data-color-scheme] .splide__pagination__page.is-active.rte a:hover,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active.rte[data-color-scheme] a:hover {
  color: rgb(var(--color-scheme-accent));
  text-decoration-color: rgb(var(--color-scheme-accent));
}

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active[data-color-scheme] .rte a:hover,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) [data-color-scheme] .splide__pagination__page.is-active.rte a:hover,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active.rte[data-color-scheme] a:hover {
  color: rgb(var(--color-scheme-accent));
  text-decoration-color: rgb(var(--color-scheme-accent));
}

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active[data-color-scheme] .rte blockquote,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) [data-color-scheme] .splide__pagination__page.is-active.rte blockquote,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active.rte[data-color-scheme] blockquote {
  background: rgb(var(--color-scheme-text));
  color: rgb(var(--color-scheme-background));
}

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active[data-color-scheme] .rte blockquote,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) [data-color-scheme] .splide__pagination__page.is-active.rte blockquote,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active.rte[data-color-scheme] blockquote {
  background: rgb(var(--color-scheme-text));
  color: rgb(var(--color-scheme-background));
}

:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active[data-color-scheme] .rte blockquote,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) [data-color-scheme] .splide__pagination__page.is-active.rte blockquote,:is(body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border,body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline) .splide__pagination__page.is-active.rte[data-color-scheme] blockquote {
  background: rgb(var(--color-scheme-text));
  color: rgb(var(--color-scheme-background));
}

body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border .splide__pagination__page {
      --size: calc(2rem + var(--text-border-width));

      min-width: var(--size);
      min-height: var(--size);

      border: var(--text-border-width) solid
        rgb(var(--page-color) / var(--page-opacity));
      border-radius: var(--button-border-radius);
    }

body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--border .splide__arrows {
      --arrows-wrapped-top-offset: 0.25rem;
    }

body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline .splide__pagination__page{
  margin-bottom: 0.25rem;
}

body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline .splide__pagination__page{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline .splide__pagination__page{
  padding-bottom: 0.25rem;
}

body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline .splide__pagination__page {

    margin-bottom: calc(0.25rem - var(--text-border-width));
    border-bottom: var(--text-border-width) solid
      rgb(var(--page-color) / var(--page-opacity));
  }

body.slideshow-pagination-style--counter.slideshow-pagination-active-page-style--underline .splide__arrows {
      --arrows-wrapped-top-offset: 0;
    }

html.no-js .splide{
  visibility: visible;
}

.no-js .splide{
  visibility: visible;
}

.no-js .splide__list{
  width: 100%;
}

.no-js .splide__slide:not(:first-child){
  display: none;
}

@media (min-width: 1024px) {
  .no-js .splide--product .splide__slide:not(:first-child){
    display: block;
  }
}

.js .splide--product:not([data-slideshow-enabled='true']){
  visibility: visible;
}

.js .splide--product:not([data-slideshow-enabled='true']) .splide__list{
  display: block;
  width: 100%;
}

.js
  .splide--product:not([data-slideshow-enabled='true'])
  .splide__slide:not(:first-child){
  display: none;
}

.js .splide--product:not([data-slideshow-enabled='true']) .splide__arrows{
  display: none;
}

@media (min-width: 1024px) {
  .js
    .splide--product:not([data-slideshow-enabled='true'])
    .splide--product
    .splide__slide:not(:first-child){
    display: block;
  }
}

/**
 * https://kizu.dev/fit-to-width
 *
 */

.text-fit {
  display: flex;
  container-type: inline-size;

  --captured-length: initial;
  --support-sentinel: var(--captured-length, 9999px);
}

.text-fit > [aria-hidden],.text-fit > text-fit-measure {
    visibility: hidden;
  }

.text-fit > :not([aria-hidden],text-fit-measure) {
    flex-grow: 1;
    container-type: inline-size;

    --captured-length: 100cqi;
    --available-space: var(--captured-length);
  }

:is(.text-fit > :not([aria-hidden],text-fit-measure)) > * {
      --support-sentinel: inherit;
      --captured-length: 100cqi;
      --ratio: tan(
        atan2(
          var(--available-space),
          var(--available-space) - var(--captured-length)
        )
      );
      --font-size: clamp(
        1em,
        (1em - var(--letter-spacing-adjustment, 0em)) * var(--ratio),
        var(--max-font-size, infinity * 1px) - var(--support-sentinel)
      );

      --captured-font-size: var(--font-size);

      inline-size: var(--available-space);
    }

:is(:is(.text-fit > :not([aria-hidden],text-fit-measure)) > *):not(.text-fit) {
        display: block;
        font-size: var(--font-size);
      }

@container (inline-size > 0) {

:is(:is(.text-fit > :not([aria-hidden],text-fit-measure)) > *):not(.text-fit) {
          white-space: nowrap;
      }
        }

.text-fit:is(:is(.text-fit > :not([aria-hidden],text-fit-measure)) > *) {
        --captured-length2: var(--font-size);
        font-variation-settings: 'opsz' tan(atan2(var(--captured-length2), 1px));
      }

@property --captured-length {
  syntax: '<length>';
  initial-value: 0px;
  inherits: true;
}

@property --captured-length2 {
  syntax: '<length>';
  initial-value: 0px;
  inherits: true;
}

.has-separator text-fit [data-display]::after {
  position: absolute;
  display: block;
  content: ':';
  top: 0;
  bottom: 0;
  padding-top: var(--spacing-half);
  z-index: 1;
  width: fit-content;
  left: calc(100% + (var(--gridline-width) / 2));
  transform: translateX(-50%) translateY(-0.16em);
  text-align: center;
  letter-spacing: normal;
  opacity: var(--separator-opacity, 1);
}

@media (min-width: 768px) {
  .has-separator text-fit [data-display]::after {
    padding-top: var(--spacing);
  }
}

.already-happened text-fit [data-display]::before {
  position: absolute;
  display: block;
  content: '00';
  inset-inline: 0;
  margin-inline: auto;
  width: 100%;
  text-align: center;
  height: 100%;
  color: rgb(var(--color-scheme-text) / 0);
  letter-spacing: normal;
  text-decoration: line-through;
  text-decoration-color: rgb(var(--color-scheme-text));
  -webkit-user-select: none;
          user-select: none;
}

.inline-timer.already-happened .inline-timer-content {
  position: relative;
}

.inline-timer.already-happened .inline-timer-content::after {
  --decoration-thickness: 1.5px;
  --decoration-offset: 0.125em;
  content: '';
  z-index: 1;
  display: block;
  position: absolute;
  left: calc(var(--decoration-offset) * -1);
  right: calc(var(--decoration-offset) * -1);
  bottom: calc(50% - (var(--decoration-thickness) / 2));
  height: var(--decoration-thickness);
  background-color: currentColor;
}

.before\:rounded-full.additional-checkout-buttons div[role='button']::before {
    content: var(--tw-content);
    border-radius: 9999px !important;
  }

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

  .max-md\:theme-link{
    border-color: currentColor;
    padding-bottom: var(--links-bottom-padding);
    font-size: var(--font-size-base);
    line-height: var(--base-line-height);
    word-break: normal;
    overflow-wrap: anywhere;
    border-bottom-width: var(--links-bottom-border-width);
    text-transform: var(--links-text-transform);
  }

  .max-md\:theme-link:not(.theme-link--back):not(.theme-link--no-arrow)::after{
    --tw-content: var(--links-after-content);
    content: var(--tw-content);
  }
}

.before\:visible::before{
  content: var(--tw-content);
  visibility: visible;
}

.before\:inline-block::before{
  content: var(--tw-content);
  display: inline-block;
}

.before\:aspect-square::before{
  content: var(--tw-content);
  aspect-ratio: 1 / 1;
}

.before\:shrink-0::before{
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:rotate-45::before{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-scheme-text::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scheme-text) / var(--tw-bg-opacity, 1));
}

.before\:w-subheading-symbol::before {
    content: var(--tw-content);
    width: var(--subheading-symbol-size);
  }

@supports (width: round(1em, 1px)) {

.before\:w-subheading-symbol::before {
      width: round(var(--subheading-symbol-size), 1px);
  }
    }

.after\:content-\[--button-after-content\]::after{
  --tw-content: var(--button-after-content);
  content: var(--tw-content);
}

.after\:content-\[var\(--links-after-content\)\]::after{
  --tw-content: var(--links-after-content);
  content: var(--tw-content);
}

.after\:content-none::after{
  --tw-content: none;
  content: var(--tw-content);
}

.first\:border-t-0:first-child{
  border-top-width: 0px;
}

.last\:-mb-gridline:last-child{
  margin-bottom: calc(var(--gridline-width) * -1);
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.last\:border-b-gridline:last-child{
  border-bottom-width: var(--gridline-width);
}

.first-of-type\:border-t-0:first-of-type{
  border-top-width: 0px;
}

.empty\:hidden:empty{
  display: none;
}

.focus-within\:text-scheme-accent:focus-within{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

@media (hover: hover) and (pointer: fine){

  .hover\:-translate-y-1:hover{
    --tw-translate-y: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .hover\:border-scheme-accent:hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-scheme-accent) / var(--tw-border-opacity, 1));
  }

  .hover\:bg-scheme-text\/60:hover{
    background-color: rgb(var(--color-scheme-text) / 0.6);
  }

  .hover\:text-scheme-accent:hover{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }

  .hover\:underline:hover{
    text-decoration-line: underline;
  }
}

.focus-visible\:relative:focus-visible{
  position: relative;
}

.focus-visible\:z-1:focus-visible{
  z-index: 1;
}

.focus-visible\:block:focus-visible{
  display: block;
}

.focus-visible\:text-scheme-accent:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:text-scheme-text\/40:disabled{
  color: rgb(var(--color-scheme-text) / 0.4);
}

.group:focus-within .group-focus-within\:opacity-100{
  opacity: 1;
}

@media (hover: hover) and (pointer: fine){

  .group:hover .group-hover\: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)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .group-hover\:border-button{
    border-width: var(--button-border-width);
  }

  .group:hover .group-hover\:border-text{
    border-width: var(--text-border-width);
  }

  .group:hover .group-hover\:border-button{
    --tw-border-opacity: 1;
    border-color: rgb(var(--button-color-border) / var(--tw-border-opacity, 1));
  }

  .group\/button:hover .group-hover\/button\:bg-scheme-accent{
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-scheme-accent) / var(--tw-bg-opacity, 1));
  }

  .group:hover .group-hover\:bg-button{
    --tw-bg-opacity: 1;
    background-color: rgb(var(--button-color-background) / var(--tw-bg-opacity, 1));
  }

  .group\/button:hover .group-hover\/button\:text-scheme-accent-contrast{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent-contrast) / var(--tw-text-opacity, 1));
  }

  .group:hover .group-hover\:text-button-color{
    --tw-text-opacity: 1;
    color: rgb(var(--button-color-text) / var(--tw-text-opacity, 1));
  }

  .group:hover .group-hover\:text-scheme-accent{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }

  .group\/image:hover .group-hover\/image\:opacity-100{
    opacity: 1;
  }

  .group\/swatch:hover .group-hover\/swatch\:opacity-100{
    opacity: 1;
  }

  .group:hover .group-hover\:opacity-0{
    opacity: 0;
  }

  .group:hover .group-hover\:opacity-100{
    opacity: 1;
  }
}

.peer:checked ~ .peer-checked\:border-scheme-text{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-text) / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:border-b-current{
  border-bottom-color: currentColor;
}

.peer:not(.sold-out,.unavailable) ~ .peer-\[\:not\(\.sold-out\2c \.unavailable\)\]\:cursor-pointer{
  cursor: pointer;
}

.peer.sold-out ~ .peer-\[\.sold-out\]\:text-scheme-secondary{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-secondary) / var(--tw-text-opacity, 1));
}

.peer.unavailable ~ .peer-\[\.unavailable\]\:text-scheme-secondary{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-secondary) / var(--tw-text-opacity, 1));
}

.peer.sold-out ~ .peer-\[\.sold-out\]\:line-through{
  text-decoration-line: line-through;
}

.peer.unavailable ~ .peer-\[\.unavailable\]\:line-through{
  text-decoration-line: line-through;
}

.peer\/image.is-complete ~ .peer-\[\.is-complete\]\/image\:opacity-0{
  opacity: 0;
}

.has-\[\[data-hidden-due-to-error\]\]\:hidden:has([data-hidden-due-to-error]){
  display: none;
}

.has-\[\[data-metafield-is-blank\]\]\:hidden:has([data-metafield-is-blank]){
  display: none;
}

.has-\[a\:hover\2c _a\:focus-visible\]\:text-scheme-text\/40:has(a:hover, a:focus-visible){
  color: rgb(var(--color-scheme-text) / 0.4);
}

.group\/image:has(:focus-visible) .group-has-\[\:focus-visible\]\/image\:opacity-100{
  opacity: 1;
}

.group\/swatch:has(:focus-visible) .group-has-\[\:focus-visible\]\/swatch\:opacity-100{
  opacity: 1;
}

.group:has(:focus-visible) .group-has-\[\:focus-visible\]\:opacity-0{
  opacity: 0;
}

.group:has(:focus-visible) .group-has-\[\:focus-visible\]\:opacity-100{
  opacity: 1;
}

.aria-selected\:text-scheme-accent[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

.group\/hover-image[data-visible="true"] .group-data-\[visible\=true\]\/hover-image\:scale-\[var\(--zoom-media-scale\)\]{
  --tw-scale-x: var(--zoom-media-scale);
  --tw-scale-y: var(--zoom-media-scale);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@container (max-width: 12rem){

  .\@small\:w-full{
    width: 100%;
  }

  .\@small\:flex-col{
    flex-direction: column;
  }

  .\@small\:gap-1{
    gap: 0.25rem;
  }

  .\@small\:pl-0{
    padding-left: 0px;
  }

  .\@small\:text-left{
    text-align: left;
  }

  .\@small\:text-sm{
    font-size: var(--font-size-sm);
    line-height: var(--base-line-height);
  }
}

@container (min-width: 24rem){

  .\@\[24rem\]\:text-sm{
    font-size: var(--font-size-sm);
    line-height: var(--base-line-height);
  }
}

@container (min-width: 36rem){

  .\@\[36rem\]\:inline{
    display: inline;
  }

  .\@\[36rem\]\:hidden{
    display: none;
  }

  .\@\[36rem\]\:text-base{
    font-size: var(--font-size-base);
    line-height: var(--base-line-height);
  }
}

@container (min-width: 48rem){

  .\@\[48rem\]\:text-base{
    font-size: var(--font-size-base);
    line-height: var(--base-line-height);
  }
}

@container (min-width: 1024px){

  .\@lg\:w-1\/2{
    width: 50%;
  }
}

@media (hover: hover){

  .supports-hover\:absolute{
    position: absolute;
  }

  .supports-hover\:text-scheme-text{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-text) / var(--tw-text-opacity, 1));
  }

  .supports-hover\:opacity-0{
    opacity: 0;
  }

  .supports-hover\:ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .group:focus-within .supports-hover\:group-focus-within\:opacity-100{
    opacity: 1;
  }

  @media (hover: hover) and (pointer: fine){

    .group:hover .supports-hover\:group-hover\:opacity-100{
      opacity: 1;
    }
  }
}

@media (pointer: coarse){

  .coarse-pointer\:min-h-\[44px\]{
    min-height: 44px;
  }

  .coarse-pointer\:min-w-\[44px\]{
    min-width: 44px;
  }
}

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

html.no-js .no-js\:block{
  display: block;
}

html.no-js .no-js\:inline{
  display: inline;
}

html.no-js .no-js\:hidden{
  display: none;
}

html.no-js .no-js\:gap-gridline{
  gap: var(--gridline-width);
}

html.no-js .no-js\:overflow-x-auto{
  overflow-x: auto;
}

html.no-js .no-js\:opacity-100{
  opacity: 1;
}

#MainContent .shopify-section:first-of-type .first-section\:h-screen-less-header-group-less-gridline{
  height: calc(100vh - var(--header-group-height, 0px) - (var(--gridline-width, 0px)));
}

#MainContent .shopify-section:first-of-type .first-section\:min-h-screen-less-header-group-less-gridline{
  min-height: calc(100vh - var(--header-group-height, 0px) - (var(--gridline-width, 0px)));
}

@media (prefers-reduced-motion: no-preference){

  .motion-safe\:animate-\[scrolling-items_var\(--scrolling-items-speed\)_linear_infinite_var\(--scrolling-items-direction\)\]{
    animation: scrolling-items var(--scrolling-items-speed) linear infinite var(--scrolling-items-direction);
  }

  .motion-safe\:transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .motion-safe\:\[transition\:_200ms_opacity_ease-in-out\2c _300ms_transform_var\(--zoom-timing-function\)\]{
    transition: 200ms opacity ease-in-out, 300ms transform var(--zoom-timing-function);
  }

  .motion-safe\:focus-within\:\[animation-play-state\:paused\]:focus-within{
    animation-play-state: paused;
  }

  @media (hover: hover) and (pointer: fine){

    .motion-safe\:hover\:\[animation-play-state\:paused\]:hover{
      animation-play-state: paused;
    }

    .group\/zoom:hover .motion-safe\:group-hover\/zoom\:scale-\[var\(--zoom-media-scale\)\]{
      --tw-scale-x: var(--zoom-media-scale);
      --tw-scale-y: var(--zoom-media-scale);
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }
  }
}

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

  .motion-reduce\:block{
    display: block;
  }

  .motion-reduce\:hidden{
    display: none;
  }

  .motion-reduce\:-translate-x-1\/4{
    --tw-translate-x: -25%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .motion-reduce\:whitespace-normal{
    white-space: normal;
  }

  .motion-reduce\:px-section-horizontal-spacing{
    padding-left: var(--section-horizontal-spacing);
    padding-right: var(--section-horizontal-spacing);
  }

  .motion-reduce\:text-center{
    text-align: center;
  }

  .motion-reduce\:duration-0{
    transition-duration: 0s;
  }

  .motion-reduce\:\[transition\:_200ms_opacity_ease-in-out\]{
    transition: 200ms opacity ease-in-out;
  }
}

@media not all and (min-width: 1400px){

  .max-xl\:visible{
    visibility: visible;
  }
}

@media not all and (min-width: 1024px){

  .max-lg\:visible{
    visibility: visible;
  }

  .max-lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .max-lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .max-lg\:col-start-8{
    grid-column-start: 8;
  }

  .max-lg\:row-span-1{
    grid-row: span 1 / span 1;
  }

  .max-lg\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .max-lg\:row-start-1{
    grid-row-start: 1;
  }

  .max-lg\:-mb-gridline{
    margin-bottom: calc(var(--gridline-width) * -1);
  }

  .max-lg\:hidden{
    display: none;
  }

  .max-lg\:h-fit{
    height: fit-content;
  }

  .max-lg\:h-full{
    height: 100%;
  }

  .max-lg\:max-h-\[65vh\]{
    max-height: 65vh;
  }

  .max-lg\:w-full{
    width: 100%;
  }

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

  .max-lg\:auto-rows-max{
    grid-auto-rows: max-content;
  }

  .max-lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .max-lg\:border-b-gridline{
    border-bottom-width: var(--gridline-width);
  }

  .max-lg\:border-t-gridline{
    border-top-width: var(--gridline-width);
  }

  .max-lg\:border-gridline-color{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
  }

  .max-lg\:bg-scheme-background{
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-scheme-background) / var(--tw-bg-opacity, 1));
  }

  #MainContent .shopify-section:first-of-type .max-lg\:first-section\:h-screen-less-header-group-less-gridline{
    height: calc(100vh - var(--header-group-height, 0px) - (var(--gridline-width, 0px)));
  }

  #MainContent .shopify-section:first-of-type .max-lg\:first-section\:min-h-screen-less-header-group-less-gridline{
    min-height: calc(100vh - var(--header-group-height, 0px) - (var(--gridline-width, 0px)));
  }
}

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

  .max-md\:left-0{
    left: 0px;
  }

  .max-md\:right-auto{
    right: auto;
  }

  .max-md\:-mb-1{
    margin-bottom: -0.25rem;
  }

  .max-md\:mt-4{
    margin-top: 1rem;
  }

  .max-md\:mt-8{
    margin-top: 2rem;
  }

  .max-md\:hidden{
    display: none;
  }

  .max-md\:border-b-gridline{
    border-bottom-width: var(--gridline-width);
  }

  .max-md\:border-t-gridline{
    border-top-width: var(--gridline-width);
  }

  .max-md\:text-left{
    text-align: left;
  }
}

@media (min-width: 640px){

  .sm\:-left-\[--text-border-width\]{
    left: calc(var(--text-border-width) * -1);
  }

  .sm\:right-auto{
    right: auto;
  }

  .sm\:top-auto{
    top: auto;
  }

  .sm\:w-auto{
    width: auto;
  }
}

@media (min-width: 768px){

  .md\:absolute{
    position: absolute;
  }

  .md\:sticky{
    position: sticky;
  }

  .md\:bottom-0{
    bottom: 0px;
  }

  .md\:right-0{
    right: 0px;
  }

  .md\:top-0{
    top: 0px;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .md\:col-span-full{
    grid-column: 1 / -1;
  }

  .md\:col-start-10{
    grid-column-start: 10;
  }

  .md\:col-start-8{
    grid-column-start: 8;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:inline-flex{
    display: inline-flex;
  }

  .md\:table{
    display: table;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:table-row-group{
    display: table-row-group;
  }

  .md\:table-row{
    display: table-row;
  }

  .md\:grid{
    display: grid;
  }

  .md\:contents{
    display: contents;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

  .md\:w-6{
    width: 1.5rem;
  }

  .md\:w-\[1\%\]{
    width: 1%;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-3\/4{
    max-width: 75%;
  }

  .md\:border-collapse{
    border-collapse: collapse;
  }

  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-\[18\.75rem_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 18.75rem minmax(0,1fr);
  }

  .md\:grid-cols-\[1fr\2c _auto\]{
    grid-template-columns: 1fr auto;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-10{
    gap: 2.5rem;
  }

  .md\:gap-x-16{
    column-gap: 4rem;
  }

  .md\:gap-y-4{
    row-gap: 1rem;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:border-r-gridline{
    border-right-width: var(--gridline-width);
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:pb-section-vertical-spacing{
    padding-bottom: var(--spacing);
  }

  .md\:pr-\[calc\(var\(--section-horizontal-spacing\)_\+_theme\(spacing\.6\)\)\]{
    padding-right: calc(var(--section-horizontal-spacing) + 1.5rem);
  }

  .md\:pt-section-vertical-spacing{
    padding-top: var(--spacing);
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:align-middle{
    vertical-align: middle;
  }

  .md\:text-4xl{
    font-size: var(--font-size-4xl);
    line-height: var(--heading-line-height);
  }

  .md\:text-base{
    font-size: var(--font-size-base);
    line-height: var(--base-line-height);
  }
}

@media (min-width: 1024px){

  .lg\:pointer-events-none{
    pointer-events: none;
  }

  .lg\:static{
    position: static;
  }

  .lg\:absolute{
    position: absolute;
  }

  .lg\:relative{
    position: relative;
  }

  .lg\:\!sticky{
    position: sticky !important;
  }

  .lg\:sticky{
    position: sticky;
  }

  .lg\:inset-0{
    inset: 0px;
  }

  .lg\:left-\[--left\]{
    left: var(--left);
  }

  .lg\:top-\[--top\]{
    top: var(--top);
  }

  .lg\:top-sticky-header{
    top: var(--sticky-header-height, 0);
  }

  .lg\:top-sticky-header-less-gridline{
    top: calc(var(--sticky-header-height, 0) - var(--gridline-width, 0px));
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6{
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9{
    grid-column: span 9 / span 9;
  }

  .lg\:col-span-full{
    grid-column: 1 / -1;
  }

  .lg\:col-span-placeholder-width{
    grid-column: span var(--placeholder-width) / span var(--placeholder-width);
  }

  .lg\:col-span-var{
    grid-column: span var(--col-span) / span var(--col-span);
  }

  .lg\:col-start-1{
    grid-column-start: 1;
  }

  .lg\:col-start-10{
    grid-column-start: 10;
  }

  .lg\:col-start-4{
    grid-column-start: 4;
  }

  .lg\:col-start-5{
    grid-column-start: 5;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:col-start-7{
    grid-column-start: 7;
  }

  .lg\:col-start-9{
    grid-column-start: 9;
  }

  .lg\:col-end-10{
    grid-column-end: 10;
  }

  .lg\:col-end-13{
    grid-column-end: 13;
  }

  .lg\:col-end-4{
    grid-column-end: 4;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:my-auto{
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:-mb-gridline{
    margin-bottom: calc(var(--gridline-width) * -1);
  }

  .lg\:-mt-gridline{
    margin-top: calc(var(--gridline-width) * -1);
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-2{
    margin-left: 0.5rem;
  }

  .lg\:ml-4{
    margin-left: 1rem;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:ml-theme-half{
    margin-left: var(--spacing-half);
  }

  .lg\:mr-2{
    margin-right: 0.5rem;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-8{
    margin-top: 2rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:inline{
    display: inline;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:contents{
    display: contents;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:aspect-\[1\.85\/1\]{
    aspect-ratio: 1.85/1;
  }

  .lg\:aspect-\[16\/9\]{
    aspect-ratio: 16/9;
  }

  .lg\:aspect-\[2\.35\/1\]{
    aspect-ratio: 2.35/1;
  }

  .lg\:aspect-\[4\/3\]{
    aspect-ratio: 4/3;
  }

  .lg\:aspect-media-desktop{
    aspect-ratio: var(--media-aspect-ratio-desktop);
  }

  .lg\:aspect-unset{
    aspect-ratio: unset;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .lg\:h-\[50vh\]{
    height: 50vh;
  }

  .lg\:h-\[600px\]{
    height: 600px;
  }

  .lg\:h-\[66\.666667vh\]{
    height: 66.666667vh;
  }

  .lg\:h-\[700px\]{
    height: 700px;
  }

  .lg\:h-\[75vh\]{
    height: 75vh;
  }

  .lg\:h-\[800px\]{
    height: 800px;
  }

  .lg\:h-\[var\(--desktop-media-height\)\]{
    height: var(--desktop-media-height);
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:h-screen-less-double-gridline{
    height: calc(100vh - (var(--gridline-width, 0px) * 2));
  }

  .lg\:min-h-8{
    min-height: 2rem;
  }

  .lg\:min-h-\[700px\]{
    min-height: 700px;
  }

  .lg\:min-h-screen{
    min-height: 100vh;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-10\/12{
    width: 83.333333%;
  }

  .lg\:w-11\/12{
    width: 91.666667%;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-9\/12{
    width: 75%;
  }

  .lg\:w-\[--desktop-placeholder-width\]{
    width: var(--desktop-placeholder-width);
  }

  .lg\:w-\[var\(--desktop-slide-width\)\]{
    width: var(--desktop-slide-width);
  }

  .lg\:w-auto{
    width: auto;
  }

  .lg\:w-fit{
    width: fit-content;
  }

  .lg\:w-full{
    width: 100%;
  }

  .lg\:min-w-8{
    min-width: 2rem;
  }

  .lg\:max-w-3\/5{
    max-width: 60%;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

  .lg\:max-w-\[var\(--logo-max-width\)\]{
    max-width: var(--logo-max-width);
  }

  .lg\:max-w-full{
    max-width: 100%;
  }

  .lg\:max-w-md{
    max-width: 28rem;
  }

  .lg\:max-w-xl{
    max-width: 36rem;
  }

  .lg\:flex-1{
    flex: 1 1 0%;
  }

  .lg\:flex-\[1_0_auto\]{
    flex: 1 0 auto;
  }

  .lg\:shrink-0{
    flex-shrink: 0;
  }

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

  .lg\:columns-2{
    columns: 2;
  }

  .lg\:columns-3{
    columns: 3;
  }

  .lg\:columns-4{
    columns: 4;
  }

  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

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

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

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

  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[repeat\(var\(--products-per-row\)\2c _minmax\(0\2c _1fr\)\)\]{
    grid-template-columns: repeat(var(--products-per-row), minmax(0, 1fr));
  }

  .lg\:grid-cols-var{
    grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:flex-col{
    flex-direction: column;
  }

  .lg\:flex-wrap{
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-end{
    align-items: flex-end;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:justify-center{
    justify-content: center;
  }

  .lg\:justify-between{
    justify-content: space-between;
  }

  .lg\:gap-2{
    gap: 0.5rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-32{
    gap: 8rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-64{
    gap: 16rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:gap-gridline{
    gap: var(--gridline-width);
  }

  .lg\:gap-gutter{
    gap: var(--gutter);
  }

  .lg\:gap-x-4{
    column-gap: 1rem;
  }

  .lg\:gap-x-6{
    column-gap: 1.5rem;
  }

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

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:self-end{
    align-self: flex-end;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:overflow-y-auto{
    overflow-y: auto;
  }

  .lg\:border-3{
    border-width: 3px;
  }

  .lg\:border-4{
    border-width: 4px;
  }

  .lg\:border-5{
    border-width: 5px;
  }

  .lg\:border-x-gridline{
    border-left-width: var(--gridline-width);
    border-right-width: var(--gridline-width);
  }

  .lg\:border-y-gridline{
    border-top-width: var(--gridline-width);
    border-bottom-width: var(--gridline-width);
  }

  .lg\:border-b-0{
    border-bottom-width: 0px;
  }

  .lg\:border-b-gridline{
    border-bottom-width: var(--gridline-width);
  }

  .lg\:border-l-gridline{
    border-left-width: var(--gridline-width);
  }

  .lg\:border-r-gridline{
    border-right-width: var(--gridline-width);
  }

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:border-gridline-color{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
  }

  .lg\:bg-gridline-color{
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gridline) / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-scheme-background{
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-scheme-background) / var(--tw-bg-opacity, 1));
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

  .lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:px-32{
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:px-section-horizontal-spacing{
    padding-left: var(--section-horizontal-spacing);
    padding-right: var(--section-horizontal-spacing);
  }

  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-3\.5{
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

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

  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-section-vertical-spacing{
    padding-top: var(--spacing);
    padding-bottom: var(--spacing);
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pl-4{
    padding-left: 1rem;
  }

  .lg\:pt-0{
    padding-top: 0px;
  }

  .lg\:pt-4{
    padding-top: 1rem;
  }

  .lg\:pt-\[--first-block-top-padding-desktop\]{
    padding-top: var(--first-block-top-padding-desktop);
  }

  .lg\:text-right{
    text-align: right;
  }

  .lg\:text-2xl{
    font-size: var(--font-size-2xl);
    line-height: var(--base-line-height);
  }

  .lg\:text-4xl{
    font-size: var(--font-size-4xl);
    line-height: var(--heading-line-height);
  }

  .lg\:text-5xl{
    font-size: var(--font-size-5xl);
    line-height: var(--heading-line-height);
  }

  .lg\:text-base{
    font-size: var(--font-size-base);
    line-height: var(--base-line-height);
  }

  .lg\:text-lg{
    font-size: var(--font-size-lg);
    line-height: var(--base-line-height);
  }

  .lg\:text-scale-n-1{
    font-size: var(--type-scale-n-1);
    line-height: var(--base-line-height);
  }

  .lg\:text-scale-n-2{
    font-size: var(--type-scale-n-2);
    line-height: var(--base-line-height);
  }

  .lg\:text-scale-n0{
    font-size: var(--type-scale-n0);
    line-height: var(--base-line-height);
  }

  .lg\:text-scale-n1{
    font-size: var(--type-scale-n1);
    line-height: var(--base-line-height);
  }

  .lg\:text-scale-n10{
    font-size: var(--type-scale-n10);
    line-height: var(--heading-line-height);
  }

  .lg\:text-scale-n2{
    font-size: var(--type-scale-n2);
    line-height: var(--base-line-height);
  }

  .lg\:text-scale-n3{
    font-size: var(--type-scale-n3);
    line-height: var(--heading-line-height);
  }

  .lg\:text-scale-n4{
    font-size: var(--type-scale-n4);
    line-height: var(--heading-line-height);
  }

  .lg\:text-scale-n5{
    font-size: var(--type-scale-n5);
    line-height: var(--heading-line-height);
  }

  .lg\:text-scale-n6{
    font-size: var(--type-scale-n6);
    line-height: var(--heading-line-height);
  }

  .lg\:text-scale-n7{
    font-size: var(--type-scale-n7);
    line-height: var(--heading-line-height);
  }

  .lg\:text-scale-n8{
    font-size: var(--type-scale-n8);
    line-height: var(--heading-line-height);
  }

  .lg\:text-scale-n9{
    font-size: var(--type-scale-n9);
    line-height: var(--heading-line-height);
  }

  .lg\:text-sm{
    font-size: var(--font-size-sm);
    line-height: var(--base-line-height);
  }

  .lg\:text-xl{
    font-size: var(--font-size-xl);
    line-height: var(--base-line-height);
  }

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:\[align-items\:last_baseline\]{
    align-items: last baseline;
  }

  .lg\:\[grid-area\:var\(--grid-area-a\)\]{
    grid-area: var(--grid-area-a);
  }

  .lg\:\[grid-area\:var\(--grid-area-b\)\]{
    grid-area: var(--grid-area-b);
  }

  .lg\:\[grid-area\:var\(--grid-area-c\)\]{
    grid-area: var(--grid-area-c);
  }

  .lg\:\[grid-template-areas\:var\(--lg-grid-areas\)\]{
    grid-template-areas: var(--lg-grid-areas);
  }

  .lg\:last\:-mb-gridline:last-child{
    margin-bottom: calc(var(--gridline-width) * -1);
  }

  @media (hover: hover) and (pointer: fine){

    .group\/image:hover .lg\:group-hover\/image\:pointer-events-auto{
      pointer-events: auto;
    }

    .group\/swatch:hover .lg\:group-hover\/swatch\:pointer-events-auto{
      pointer-events: auto;
    }

    .group\/image:hover .lg\:group-hover\/image\:opacity-100{
      opacity: 1;
    }

    .group\/swatch:hover .lg\:group-hover\/swatch\:opacity-100{
      opacity: 1;
    }
  }

  .group\/image:has(:focus-visible) .lg\:group-has-\[\:focus-visible\]\/image\:pointer-events-auto{
    pointer-events: auto;
  }

  .group\/swatch:has(:focus-visible) .lg\:group-has-\[\:focus-visible\]\/swatch\:pointer-events-auto{
    pointer-events: auto;
  }

  .group\/image:has(:focus-visible) .lg\:group-has-\[\:focus-visible\]\/image\:opacity-100{
    opacity: 1;
  }

  .group\/swatch:has(:focus-visible) .lg\:group-has-\[\:focus-visible\]\/swatch\:opacity-100{
    opacity: 1;
  }

  html.no-js .no-js\:lg\:grid{
    display: grid;
  }

  html.no-js .no-js\:lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html.no-js .no-js\:lg\:gap-2{
    gap: 0.5rem;
  }

  #MainContent .shopify-section:first-of-type .lg\:first-section\:h-screen-less-header-group-less-gridline{
    height: calc(100vh - var(--header-group-height, 0px) - (var(--gridline-width, 0px)));
  }
}

@media (min-width: 1400px){

  .xl\:static{
    position: static;
  }

  .xl\:\!sticky{
    position: sticky !important;
  }

  .xl\:top-sticky-header-less-gridline{
    top: calc(var(--sticky-header-height, 0) - var(--gridline-width, 0px));
  }

  .xl\:order-1{
    order: 1;
  }

  .xl\:order-2{
    order: 2;
  }

  .xl\:order-3{
    order: 3;
  }

  .xl\:col-span-placeholder-width{
    grid-column: span var(--placeholder-width) / span var(--placeholder-width);
  }

  .xl\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:-mb-gridline{
    margin-bottom: calc(var(--gridline-width) * -1);
  }

  .xl\:block{
    display: block;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:hidden{
    display: none;
  }

  .xl\:w-full{
    width: 100%;
  }

  .xl\:max-w-1\/3{
    max-width: 33.33%;
  }

  .xl\:max-w-3\/5{
    max-width: 60%;
  }

  .xl\:basis-4\/5{
    flex-basis: 80%;
  }

  .xl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

  .xl\:grid-cols-\[repeat\(var\(--products-per-row-widescreen\)\2c _minmax\(0\2c _1fr\)\)\]{
    grid-template-columns: repeat(var(--products-per-row-widescreen), minmax(0, 1fr));
  }

  .xl\:grid-cols-\[var\(--xl-grid-cols\)\]{
    grid-template-columns: var(--xl-grid-cols);
  }

  .xl\:gap-gutter{
    gap: var(--gutter);
  }

  .xl\:border-b-gridline{
    border-bottom-width: var(--gridline-width);
  }

  .xl\:border-gridline-color{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
  }

  .xl\:bg-gridline-color{
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-gridline) / var(--tw-bg-opacity, 1));
  }

  .xl\:\[grid-template-areas\:var\(--xl-grid-areas\)\]{
    grid-template-areas: var(--xl-grid-areas);
  }
}

@media print{

  .print\:hidden{
    display: none;
  }
}

.\[\&\.disabled--transient\]\:cursor-not-allowed.disabled--transient{
  cursor: not-allowed;
}

.\[\&\.disabled--unavailable\]\:cursor-not-allowed.disabled--unavailable{
  cursor: not-allowed;
}

.\[\&\.disabled--unavailable\]\:opacity-50.disabled--unavailable{
  opacity: 0.5;
}

.\[\&\.disabled--unavailable\]\:after\:content-none.disabled--unavailable::after{
  --tw-content: none;
  content: var(--tw-content);
}

.\[\&\.is-current\>span\]\:border-b-text.is-current>span{
  border-bottom-width: var(--text-border-width);
}

.\[\&\.is-current\>span\]\:border-scheme-text.is-current>span{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-text) / var(--tw-border-opacity, 1));
}

.\[\&\.is-current\>span\]\:bg-scheme-text.is-current>span{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scheme-text) / var(--tw-bg-opacity, 1));
}

.\[\&\.is-current\]\:border-scheme-text.is-current{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-text) / var(--tw-border-opacity, 1));
}

.\[\&\.sold-out\]\:hidden.sold-out{
  display: none;
}

.\[\&\.sold-out\]\:text-scheme-secondary.sold-out{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-secondary) / var(--tw-text-opacity, 1));
}

.\[\&\.sold-out\]\:line-through.sold-out{
  text-decoration-line: line-through;
}

@media (hover: hover) and (pointer: fine){

  .\[\&\.sold-out\]\:hover\:text-scheme-accent:hover.sold-out{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }
}

.\[\&\.sold-out\]\:focus\:text-scheme-accent:focus.sold-out{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

.\[\&\.sold-out\]\:aria-selected\:text-scheme-accent[aria-selected="true"].sold-out{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

.\[\&\.splide\]\:visible.splide{
  visibility: visible;
}

.\[\&\.text-center\>a\]\:mx-auto.text-center>a{
  margin-left: auto;
  margin-right: auto;
}

.\[\&\.text-right\>a\]\:ml-auto.text-right>a{
  margin-left: auto;
}

.\[\&\.unavailable\]\:hidden.unavailable{
  display: none;
}

.\[\&\.unavailable\]\:text-scheme-secondary.unavailable{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-secondary) / var(--tw-text-opacity, 1));
}

.\[\&\.unavailable\]\:line-through.unavailable{
  text-decoration-line: line-through;
}

@media (hover: hover) and (pointer: fine){

  .\[\&\.unavailable\]\:hover\:text-scheme-accent:hover.unavailable{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }
}

.\[\&\.unavailable\]\:focus\:text-scheme-accent:focus.unavailable{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

.\[\&\.unavailable\]\:aria-selected\:text-scheme-accent[aria-selected="true"].unavailable{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

.\[\&\:has\(\.already-happened\)_\>_\:not\(\[data-completion-message\]\)\]\:hidden:has(.already-happened) > :not([data-completion-message]){
  display: none;
}

.\[\&\:has\(\.already-happened\)_\>_\[data-completion-message\]\]\:inline:has(.already-happened) > [data-completion-message]{
  display: inline;
}

.\[\&\:has\(\.fulfillment-details\)\]\:text-sm:has(.fulfillment-details){
  font-size: var(--font-size-sm);
  line-height: var(--base-line-height);
}

.\[\&\:has\(\.sold-out\)\]\:hidden:has(.sold-out){
  display: none;
}

.\[\&\:has\(\.unavailable\)\]\:hidden:has(.unavailable){
  display: none;
}

.\[\&\:has\(\[data-shopify-xr-hidden\]\)\]\:hidden:has([data-shopify-xr-hidden]){
  display: none;
}

@media (min-width: 1024px){

  .\[\&\:not\(\:has\(\.product-media-container\)\:has\(\.product-content-container\)\)\]\:lg\:bg-scheme-background:not(:has(.product-media-container):has(.product-content-container)){
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-scheme-background) / var(--tw-bg-opacity, 1));
  }

  .\[\&\:not\(\:has\(\.product-media-container\)\:has\(\.product-form-container\)\)\]\:lg\:bg-scheme-background:not(:has(.product-media-container):has(.product-form-container)){
    --tw-bg-opacity: 1;
    background-color: rgb(var(--color-scheme-background) / var(--tw-bg-opacity, 1));
  }
}

.\[\&\:not\(\:nth-last-child\(2\)\)\]\:border-b-gridline:not(:nth-last-child(2)){
  border-bottom-width: var(--gridline-width);
}

.\[\&\:not\(\:nth-last-child\(2\)\)\]\:border-gridline-color:not(:nth-last-child(2)){
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
}

@media (hover: hover) and (pointer: fine){

  .\[\&\:not\(\[disabled\]\)\]\:hover\:text-scheme-accent:hover:not([disabled]){
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }
}

.\[\&\>div\:nth-of-type\(1\)\]\:order-2>div:nth-of-type(1){
  order: 2;
}

@media (min-width: 1024px){

  .lg\:\[\&\>div\:nth-of-type\(1\)\]\:col-span-1>div:nth-of-type(1){
    grid-column: span 1 / span 1;
  }

  .lg\:\[\&\>div\:nth-of-type\(2\)\]\:col-span-4>div:nth-of-type(2){
    grid-column: span 4 / span 4;
  }
}

.\[\&\>image-with-placeholder\>img\]\:z-20>image-with-placeholder>img{
  z-index: 20;
}

.\[\&\>image-with-placeholder\>img\]\:opacity-100>image-with-placeholder>img{
  opacity: 1;
}

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

.\[\&\>li\:first-child\]\:col-span-2>li:first-child{
  grid-column: span 2 / span 2;
}

.\[\&\>li\:last-child\]\:col-span-2>li:last-child{
  grid-column: span 2 / span 2;
}

.\[\&\>li\:last-child\]\:after\:content-none>li:last-child::after{
  --tw-content: none;
  content: var(--tw-content);
}

.\[\&\>li\]\:after\:content-\[\'\\00B7\'\]>li::after{
  --tw-content: '\00B7';
  content: var(--tw-content);
}

.peer:checked ~ .peer-checked\:\[\&\>span\:first-child\]\:bg-current>span:first-child{
  background-color: currentColor;
}

.\[\&\>span\:first-of-type\]\:hidden>span:first-of-type{
  display: none;
}

.peer:not(.sold-out,.unavailable) ~ .peer-\[\:not\(\.sold-out\2c \.unavailable\)\]\:\[\&\>span\:first-of-type\]\:hidden>span:first-of-type{
  display: none;
}

.peer:checked ~ .peer-checked\:\[\&\>span\]\:border-b-text>span{
  border-bottom-width: var(--text-border-width);
}

.peer:checked ~ .peer-checked\:\[\&\>span\]\:border-scheme-text>span{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-text) / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:\[\&\>span\]\:bg-scheme-text>span{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scheme-text) / var(--tw-bg-opacity, 1));
}

.\[\&\>td\]\:border-gridline-color>td{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
}

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

  .max-md\:\[\&\>td\]\:py-2>td{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px){

  .md\:\[\&\>td\]\:border-gridline>td{
    border-width: var(--gridline-width);
  }

  .md\:\[\&\>td\]\:p-2>td{
    padding: 0.5rem;
  }

  .md\:\[\&\>th\]\:border-gridline>th{
    border-width: var(--gridline-width);
  }

  .md\:\[\&\>th\]\:border-gridline-color>th{
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
  }

  .md\:\[\&\>th\]\:p-2>th{
    padding: 0.5rem;
  }
}

.\[\&\>tr\]\:border-gridline-color>tr{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
}

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

  .max-md\:\[\&\>tr\]\:border-b-gridline>tr{
    border-bottom-width: var(--gridline-width);
  }
}

.\[\&\[aria-disabled\=true\]\]\:opacity-50[aria-disabled=true]{
  opacity: 0.5;
}

.\[\&_\*\]\:pointer-events-none *{
  pointer-events: none;
}

.\[\&_\>_\*\]\:pointer-events-none > *{
  pointer-events: none;
}

.\[\&_\[data-shopify-buttoncontainer\]\]\:justify-end [data-shopify-buttoncontainer]{
  justify-content: flex-end;
}

.\[\&_a\[href\]\]\:text-sm a[href]{
  font-size: var(--font-size-sm);
  line-height: var(--base-line-height);
}

.\[\&_a\[href\]\]\:underline a[href]{
  text-decoration-line: underline;
}

@media (hover: hover) and (pointer: fine){

  .\[\&_a\[href\]\]\:hover\:text-scheme-accent:hover a[href]{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }
}

.\[\&_mark\]\:bg-transparent mark{
  background-color: transparent;
}

.\[\&_mark\]\:font-normal mark{
  font-weight: 400;
}

.\[\&_td\]\:border-gridline-color td{
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
}

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

  .max-md\:\[\&_td\]\:py-2 td{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 768px){

  .md\:\[\&_td\]\:border-gridline td{
    border-width: var(--gridline-width);
  }

  .md\:\[\&_td\]\:p-2 td{
    padding: 0.5rem;
  }
}

.product-thumbnail.is-active .\[\.product-thumbnail\.is-active_\&\]\:opacity-40{
  opacity: 0.4;
}

.splide.is-active:not(.is-overflow) .\[\.splide\.is-active\:not\(\.is-overflow\)_\&\]\:hidden{
  display: none;
}

.splide.is-active:not(.is-overflow) .\[\.splide\.is-active\:not\(\.is-overflow\)_\&\]\:border-b-0{
  border-bottom-width: 0px;
}

.splide.is-active .\[\.splide\.is-active_\&\]\:cursor-grab{
  cursor: grab;
}

.splide:not(.is-active) .\[\.splide\:not\(\.is-active\)_\&\]\:pointer-events-none{
  pointer-events: none;
}

.splide:not(.is-active) .\[\.splide\:not\(\.is-active\)_\&\]\:invisible{
  visibility: hidden;
}

.splide:not(.is-active) .\[\.splide\:not\(\.is-active\)_\&\]\:\!flex{
  display: flex !important;
}

.splide:not(.is-active) .\[\.splide\:not\(\.is-active\)_\&\]\:hidden{
  display: none;
}

.splide:not(.is-active) .\[\.splide\:not\(\.is-active\)_\&\]\:w-full{
  width: 100%;
}

.splide:not(.is-active) .\[\.splide\:not\(\.is-active\)_\&\]\:gap-gridline{
  gap: var(--gridline-width);
}

html.no-js .splide:not(.is-active) .no-js\:\[\.splide\:not\(\.is-active\)_\&\]\:visible{
  visibility: visible;
}

@media not all and (min-width: 1400px){

  .splide:not(.is-active) .max-xl\:\[\.splide\:not\(\.is-active\)_\&\]\:hidden{
    display: none;
  }

  .splide:not(.is-active) .max-xl\:\[\.splide\:not\(\.is-active\)_\&\]\:w-full{
    width: 100%;
  }
}

@media not all and (min-width: 1024px){

  .splide:not(.is-active) .max-lg\:\[\.splide\:not\(\.is-active\)_\&\]\:hidden{
    display: none;
  }

  .splide:not(.is-active) .max-lg\:\[\.splide\:not\(\.is-active\)_\&\]\:w-full{
    width: 100%;
  }
}

.splide:not(.is-active, .is-initialized) .\[\.splide\:not\(\.is-active\2c _\.is-initialized\)_\&\]\:invisible{
  visibility: hidden;
}

.splide__list:not(.active-state-paused) .product-thumbnail.is-active .\[\.splide\\_\\_list\:not\(\.active-state-paused\)_\.product-thumbnail\.is-active_\&\]\:scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:checked~.\[\:checked\~\&\]\:\[\&\>span\:first-child\]\:bg-current>span:first-child{
  background-color: currentColor;
}

@media not all and (min-width: 1024px){

  :has(.max-lg\:hidden:last-of-type) > .max-lg\:\[\:has\(\.max-lg\\\:hidden\:last-of-type\)_\>_\&\:nth-last-child\(2\)\]\:-mb-gridline:nth-last-child(2){
    margin-bottom: calc(var(--gridline-width) * -1);
  }
}
