/** Shopify CDN: Minification failed

Line 6394:1 Unexpected "{"

**/
@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{
  -webkit-appearance: none;
          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']{
  -webkit-appearance: none;
          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{
    -webkit-appearance: auto;
            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{
    -webkit-appearance: auto;
            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{
    -webkit-appearance: auto;
            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;
}

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

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

.container{
  width: 100%;
}

@media (min-width: 375px){

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

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

.aspect-h-1{
  --tw-aspect-h: 1;
}

.aspect-h-16{
  --tw-aspect-h: 16;
}

.aspect-h-3{
  --tw-aspect-h: 3;
}

.aspect-h-9{
  --tw-aspect-h: 9;
}

.aspect-w-1{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-2\.35{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 2.35;
}

.aspect-w-2\.35 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-4{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-9{
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 9;
}

.aspect-w-9 > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

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

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: 0.25rem 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,
  textarea:focus,
  select:focus {
    --form-focus-color: transparent;
    outline: 0.25rem solid transparent;
    outline-offset: 0;
    border-color: unset;
    box-shadow: none;
  }

:focus-visible,
  .header-search-input:focus-visible,
  .sidebar-search-input:focus-visible,
  input.custom-input:focus-visible + label > span,
  .label-only-input input:focus-visible + label{
  --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(0.125rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-scheme-accent) / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0.25rem;
  --tw-ring-offset-color: rgb(var(--color-scheme-background) / 1);
}

.product-thumbnail:focus-visible{
  --tw-ring-offset-width: 0px;
}

.product-thumbnail:focus-visible::after{
  pointer-events: none;
  position: absolute;
  inset: 0px;
  content: var(--tw-content);
  background-color: rgb(var(--color-scheme-accent) / 0.5);
}

.variant-dropdown-button:focus-visible{
  --tw-ring-inset: inset;
  --tw-ring-offset-width: 0px;
}

.predictive-search-form [aria-selected='true'] a,
  .predictive-search-form [aria-selected='true'] button{
  --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(0.125rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-scheme-text) / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0.25rem;
  --tw-ring-offset-color: rgb(var(--color-scheme-background) / 1);
}

.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{
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: var(--font-size-base);
  line-height: var(--base-line-height);
    word-break: normal;
    overflow-wrap: anywhere;
    text-transform: var(--button-text-transform);
}

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

.theme-button{
  border-radius: var(--button-border-radius);
  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));
  }
}

.theme-button--in-group{
  border-radius: var(--button-border-radius);
  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){

  .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));
  --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].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));
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }
}

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

.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-background) / 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);
    --tw-aspect-h: 9;
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }

.rte .rte__external-video > *{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.rte .rte__external-video{
  position: relative;
}

.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);
  --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{-webkit-backface-visibility:hidden;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{-webkit-backface-visibility:hidden;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-2{
  bottom: 0.5rem;
}

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

.start-1{
  inset-inline-start: 0.25rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

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

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

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

.top-auto{
  top: auto;
}

.top-full{
  top: 100%;
}

.isolate{
  isolation: isolate;
}

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

.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-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-6{
  grid-column: span 6 / span 6;
}

.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-8{
  grid-column-start: 8;
}

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

.m-0{
  margin: 0px;
}

.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-\[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-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-2{
  margin-bottom: -0.5rem;
}

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

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

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

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

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

.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\.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-section-vertical-spacing{
  margin-top: var(--spacing);
}

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

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

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

.table-caption{
  display: table-caption;
}

.table-cell{
  display: table-cell;
}

.table-column{
  display: table-column;
}

.table-column-group{
  display: table-column-group;
}

.table-footer-group{
  display: table-footer-group;
}

.table-header-group{
  display: table-header-group;
}

.table-row-group{
  display: table-row-group;
}

.table-row{
  display: table-row;
}

.flow-root{
  display: flow-root;
}

.grid{
  display: grid;
}

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

.contents{
  display: contents;
}

.list-item{
  display: list-item;
}

.hidden{
  display: none;
}

.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-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

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

.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-\[350px\]{
  min-height: 350px;
}

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

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

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

.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-7{
  width: 1.75rem;
}

.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-third-screen{
  width: calc(100vw / 3);
}

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

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

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

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

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

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

.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\)\]{
  max-width: var(--logo-max-width);
}

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

.border-collapse{
  border-collapse: collapse;
}

.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{
  -webkit-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-\[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));
}

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

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

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

.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-2{
  gap: 0.5rem;
}

.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-2{
  column-gap: 0.5rem;
}

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

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

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

.space-y-theme-double > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(var(--spacing-double) * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(var(--spacing-double) * 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;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

.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-y-text{
  border-top-width: var(--text-border-width);
  border-bottom-width: var(--text-border-width);
}

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

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

.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-r-text{
  border-right-width: var(--text-border-width);
}

.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-button{
  --tw-border-opacity: 1;
  border-color: rgb(var(--button-color-border) / var(--tw-border-opacity, 1));
}

.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-y-gridline-color{
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(var(--color-gridline) / var(--tw-border-opacity, 1));
}

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

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

.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\/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-placeholder-background\/0{
  background-color: rgb(210 210 210 / 0);
}

.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-8{
  padding: 2rem;
}

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

.p-px{
  padding: 1px;
}

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

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

.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-section-horizontal-spacing{
  padding-left: var(--section-horizontal-spacing);
  padding-right: var(--section-horizontal-spacing);
}

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

.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-vertical-spacing{
  padding-top: var(--spacing);
  padding-bottom: var(--spacing);
}

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

.pb-0{
  padding-bottom: 0px;
}

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

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

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

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

.pb-7{
  padding-bottom: 1.75rem;
}

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

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

.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-0\.5{
  padding-top: 0.125rem;
}

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

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

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

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

.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-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-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-bold{
  font-weight: 700;
}

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

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

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

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

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

.text-scheme-accent{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / 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-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-\[0\.05\]{
  opacity: 0.05;
}

.outline{
  outline-style: solid;
}

.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) !important;
}

.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-\[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-75{
  transition-delay: 75ms;
}

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

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

.content-none{
  --tw-content: none;
  content: var(--tw-content);
}

/**
   * 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-font-style);
  }

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

.\[key\:string\]{
  key: string;
}

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

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

.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) / 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 {
  -webkit-appearance: none;
  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 */
  -webkit-appearance: none;
  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));
}

.complementary-products-block:not(:empty) + .collapsible-tab > div,
.collapsible-tab + .complementary-products-block:not(:empty) > div {
  border-top-width: 0;
}

.collapsible-tab + .collapsible-tab,
.complementary-products-block:not(:empty) + .collapsible-tab,
.collapsible-tab + .complementary-products-block {
  margin-top: 0;
}

.collapsible-tab
  + .complementary-products-block--font-body
  .complementary-products-block-title,
.complementary-products-block--font-body:not(:empty):first-child
  .complementary-products-block-title{
  padding-top: var(--spacing-double);
}

.product-page-popup-link + .product-page-popup-link,
.product-vendor-block + .product-title-block,
.product-title-block + .product-vendor-block{
  margin-top: 0.5rem;
}

.product-title-block + .product-price-block,
.product-variant-picker-block + .product-variant-picker-block,
.product-variant-picker-block + .product-quantity-block{
  margin-top: 1rem;
}

.product-block-area > div:first-child,
.product-block-area > h1:first-child,
.product-block-area > fieldset:first-child {
  margin-top: 0;
}

.product-block-area.py-section-vertical-spacing .collapsible-tab:first-child,
.product-block-area.py-section-vertical-spacing
  .complementary-products-block:not(:empty):first-child {
  margin-top: calc(-1 * var(--spacing));
}

.product-block-area .collapsible-tab:first-child > div,
.product-block-area
  .complementary-products-block:not(:empty):first-child
  > div {
  border-top: 0;
}

.product-block-area .collapsible-tab:last-child,
.product-block-area .complementary-products-block:not(:empty):last-child {
  margin-bottom: calc(-1 * (var(--spacing) + var(--gridline-width)));
}

.shopify-payment-button,
.shopify-payment-button__button,
.shopify-payment-button__button--branded {
  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 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-transform: var(--button-text-transform);
  border-style: solid;
}

.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-bottom: 2rem;
}

.payment-button-wrapper:not(.payment-button-wrapper--text_background)
  .shopify-payment-button__button--unbranded{
  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:not(.payment-button-wrapper--text_background)
  .shopify-payment-button__button--unbranded: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));
  }
}

.payment-button-wrapper.payment-button-wrapper--text_background
  .shopify-payment-button__button--unbranded{
  border-width: var(--text-border-width);
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-scheme-text) / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-scheme-text) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-background) / var(--tw-text-opacity, 1));
}

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

  .payment-button-wrapper.payment-button-wrapper--text_background
  .shopify-payment-button__button--unbranded: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-accent) / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent-contrast) / 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,
.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;
}

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__pagination{
  justify-content: flex-start;
}

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

.splide__pagination__page{
  position: relative;
  margin: 0.25rem;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  border-width: var(--checkbox-width);
  border-color: currentColor;
  background-color: transparent;
}

.splide__pagination__page::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);
  /* m-1 + (w|h)-2 + m-1 */
  min-height: 1rem;
  min-width: 1rem;
}

.splide__pagination__page.is-active{
  background-color: currentColor;
}

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

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

@media (min-width: 1024px){

  .lg\:aspect-h-1{
    --tw-aspect-h: 1;
  }

  .lg\:aspect-h-3{
    --tw-aspect-h: 3;
  }

  .lg\:aspect-h-9{
    --tw-aspect-h: 9;
  }

  .lg\:aspect-w-16{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }

  .lg\:aspect-w-16 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-w-2\.35{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 2.35;
  }

  .lg\:aspect-w-2\.35 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:aspect-w-4{
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
  }

  .lg\:aspect-w-4 > *{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

.before\:visible::before{
  content: var(--tw-content);
  visibility: visible;
}

.after\:content-\[var\(--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);
}

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

@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-button-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgb(var(--button-color-border-hover) / var(--tw-border-opacity, 1));
  }

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

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

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

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

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

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

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

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

.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\/swatch:focus-within .group-focus-within\/swatch\:opacity-100{
  opacity: 1;
}

.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\/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\/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-scheme-accent{
    --tw-text-opacity: 1;
    color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
  }

  .group\/swatch:hover .group-hover\/swatch\:opacity-100{
    opacity: 1;
  }

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

.aria-selected\:text-scheme-accent[aria-selected="true"]{
  --tw-text-opacity: 1;
  color: rgb(var(--color-scheme-accent) / var(--tw-text-opacity, 1));
}

@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\: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));
}

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 section .first-section\:h-screen-less-header-group{
  height: calc(100vh - var(--header-group-height, 0px));
}

#MainContent .shopify-section:first-of-type section .first-section\:h-screen-less-header-group-less-gridline{
  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\: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;
    }
  }
}

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

@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\:hidden{
    display: none;
  }

  .max-lg\:h-fit{
    height: fit-content;
  }

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

@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\: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-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\:pr-\[calc\(var\(--section-horizontal-spacing\)_\+_theme\(spacing\.6\)\)\]{
    padding-right: calc(var(--section-horizontal-spacing) + 1.5rem);
  }

  .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\: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\: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-2{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .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\:mb-0{
    margin-bottom: 0px;
  }

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

  .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-2{
    margin-top: 0.5rem;
  }

  .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\:hidden{
    display: none;
  }

  .lg\:h-20{
    height: 5rem;
  }

  .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-\[700px\]{
    min-height: 700px;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

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

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

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

  .lg\:w-2\/5{
    width: 40%;
  }

  .lg\:w-20{
    width: 5rem;
  }

  .lg\:w-24{
    width: 6rem;
  }

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

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

  .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-full{
    width: 100%;
  }

  .lg\:max-w-4xl{
    max-width: 56rem;
  }

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

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

  .lg\:flex-1{
    flex: 1 1 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-wrap{
    flex-wrap: wrap;
  }

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

  .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-4{
    gap: 1rem;
  }

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

  .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\:overflow-y-auto{
    overflow-y: auto;
  }

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

  .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-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\:p-0{
    padding: 0px;
  }

  .lg\:p-16{
    padding: 4rem;
  }

  .lg\:p-2{
    padding: 0.5rem;
  }

  .lg\:p-24{
    padding: 6rem;
  }

  .lg\:p-4{
    padding: 1rem;
  }

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

  .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-section-horizontal-spacing{
    padding-left: var(--section-horizontal-spacing);
    padding-right: var(--section-horizontal-spacing);
  }

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

  .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\:pb-4{
    padding-bottom: 1rem;
  }

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

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

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

  .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-center{
    text-align: center;
  }

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

  .group\/swatch:focus-within .lg\:group-focus-within\/swatch\:pointer-events-auto{
    pointer-events: auto;
  }

  .group:focus-within .lg\:group-focus-within\:pointer-events-auto{
    pointer-events: auto;
  }

  .group\/swatch:focus-within .lg\:group-focus-within\/swatch\:opacity-100{
    opacity: 1;
  }

  .group:focus-within .lg\:group-focus-within\:opacity-100{
    opacity: 1;
  }

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

    .group\/swatch:hover .lg\:group-hover\/swatch\:pointer-events-auto{
      pointer-events: auto;
    }

    .group:hover .lg\:group-hover\:pointer-events-auto{
      pointer-events: auto;
    }

    .group\/swatch:hover .lg\:group-hover\/swatch\:opacity-100{
      opacity: 1;
    }

    .group:hover .lg\:group-hover\: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 section .lg\:first-section\:h-auto{
    height: auto;
  }

  #MainContent .shopify-section:first-of-type section .lg\:first-section\:h-screen-less-header-group-less-gridline{
    height: calc(100vh - var(--header-group-height, 0px) - (var(--gridline-width, 0px)));
  }
}

@media print{

  .print\:hidden{
    display: none;
  }
}

.\[\&\.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\(\.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\(\: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-30>image-with-placeholder>img{
  z-index: 30;
}

.\[\&\>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);
  }
}

.\[\&_\*\]\: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: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: 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;
}



/* 10-10-2024 New Sec Css */

/* Custom Fonts */
/* @font-face {
    font-family: 'Basic Commercial';
    src: url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/BasicCommercialLT-Roman.woff2?v=1728623525') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/BasicCommercialLT-Roman.woff?v=1728623525') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Basis Grotesque Pro';
    src: url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/BasisGrotesquePro-Bold.woff2?v=1728622008') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/BasisGrotesquePro-Bold.woff?v=1728622008') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/TTCommons-Medium.woff2?v=1728622008') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/TTCommons-Medium.woff?v=1728622008') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/TTCommons-DemiBold.woff2?v=1728622008') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/TTCommons-DemiBold.woff?v=1728622008') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Commons';
    src: url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/TTCommons-Regular.woff2?v=1728622008') format('woff2'),
        url('https://cdn.shopify.com/s/files/1/0699/1324/7959/files/TTCommons-Regular.woff?v=1728622008') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 */

 section.subscription_products_section {
    max-width: 1200px;
    padding-inline: 0;
    width: calc(100% - 30px);
    margin-inline: auto;
    background-color: #fff;
    margin-block: 50px 150px;
    border: 0px solid #b9b9b9;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 50px;
}
 section.subscription_products_section .subscription_product_heading {
    grid-column: span 2;
}

label.dp-selected {
    font-weight: bold !important;
}

 section.subscription_products_section .subscription_product_data .custom-outer-product {
        width: 100%;
    display: block;
    padding-block: 0;
    border-bottom: 0px solid #bdbdbd;
    position: relative;
    background: transparent;
    margin-bottom: 16px;
    padding-inline: 0;
}
 section.subscription_products_section .select_recepient {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    max-width: 100%;
    margin-inline: auto;
    gap: 18px 20px;
      margin-bottom: 12px;
}
 section.subscription_products_section .select_recepient .self_purchase, 
 section.subscription_products_section .select_recepient .select_gift {
    background: rgb(217 217 217 / 30%);
    padding-block: 0;
    cursor: pointer;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s ease-in-out;
}
 section.subscription_products_section .select_recepient .self_purchase:hover, 
 section.subscription_products_section .select_recepient .select_gift:hover {
    box-shadow: inset 0 0 0 2px rgb(35 31 32);
}
 section.subscription_products_section .select_recepient .self_purchase.selected, 
 section.subscription_products_section .select_recepient .select_gift.selected {
    background: rgb(35 31 32);
}
 section.subscription_products_section .select_recepient .self_purchase label, 
 section.subscription_products_section .select_recepient .select_gift label {
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.4px;
    cursor: pointer;
    font-family: 'Chivo, sans-serif';
    font-size: 15px;
    line-height: 16.1px;
}
 section.subscription_products_section .select_recepient .self_purchase.selected label, 
 section.subscription_products_section .select_recepient .select_gift.selected label {
  color: #fff;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product {
     position: absolute;
    background: #fff;
    top: 56px;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    z-index: 2;
    padding: 0px;
    box-shadow: none;
    left: 0;
    border: 1px solid #dbdbdb;
  margin-top: 0px;
}
.subscription_data_section .subscription_dynamic_text span {
    color: #000;
    font-weight: 700;
    font-style: italic;
    margin-inline: 6px;
  display: none;
}

/* .custom-inner-product */
 section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product span {
    font-family: 'Chivo, sans-serif';
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid #dbdbdb;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    text-align: right;
     font-size: 14px;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product br {
    display: none;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product span:last-child {
    border: 0;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product span:hover {
    background: #ebebeb;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product span.selected {
background: #ebebeb;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product label {
     font-family: 'Chivo, sans-serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.1px;
    background-color: rgb(217 217 217 / 30%);
    display: block;
    padding: 20px 34px 20px 20px;
    text-align: right;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product label::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 16px;
    background: transparent;
    right: 10px;
    top: 20px;
    background-image: url('/cdn/shop/files/Vector_12.png?v=1726577701');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    transition: 0.25s ease-in-out;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product.open label::before {
    transform: rotateX(180deg);
}
 section.subscription_products_section .subscription_product_data .custom-outer-product span.label_head {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-family: 'Chivo, sans-serif';
    font-size: 12px;
    font-weight: 400;
    line-height: 16.1px;
    color: #000000;
}
p.shipping_prefer {
         font-family: 'Libre Caslon Text';
    font-size: 18px;
    font-weight: 500;
    line-height: 16.1px;
    margin-top: 48px;
    margin-bottom: 20px;
  text-transform: capitalize;
}
 {
    background: #fff;
}
 section.subscription_products_section .subscription_product_heading .subscription_head {
    font-family: 'Libre Caslon Text';
    font-size: 2.815rem;
    font-weight: 400;
    line-height: 27.6px;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 0;
   text-transform: capitalize;
}
 section.subscription_products_section .select_recepient p.recepient_text {
    grid-column: span 2;
    margin: 0;
     font-family: 'Libre Caslon Text';
    font-size: 18px;
    font-weight: 500;
    line-height: 16.1px;
    text-align: left;
    text-transform: capitalize;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product.gift-fields label {
    padding: 0;
    background: transparent;
  width: 100px;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product .gift_data_name,
 section.subscription_products_section .subscription_product_data .custom-outer-product .gift_data_note {
    font-weight: 400;
    line-height: 16.1px;
    background-color: rgb(217 217 217 / 30%);
    display: block;
    padding: 4px 4px 4px 20px;
    display: flex;
    gap: 8px;
    align-items: center;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product.gift-fields label,
 section.subscription_products_section .subscription_product_data .custom-outer-product.gift-fields label {
    padding: 0;
    background: transparent;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product .gift_data_name label::before,
 section.subscription_products_section .subscription_product_data .custom-outer-product .gift_data_note label::before {
  display: none;
}
 section.subscription_products_section .subscription_product_data .custom-outer-product .gift_data_name input,
 section.subscription_products_section .subscription_product_data .custom-outer-product .gift_data_note textarea {
        padding: 12px 14px;
    width: 100%;
    border: 1px solid #d5d5d5;
    font-size: 15px;
    background-color: #fff;
    font-family: 'Chivo, sans-serif';
}
 section.subscription_products_section .subscription_product_data .custom-outer-product .gift_data_name input:focus,
 section.subscription_products_section .subscription_product_data .custom-outer-product .gift_data_note textarea:focus {
  outline: none;
}
.subscription_data_section button#add_to_cart {
    display: block;
    margin: 0;
    width: 100%;
    padding: 15px 12px;
    font-size: 16px;
    font-family: 'Chivo, sans-serif';
    background: rgb(35 31 32);
    border: 0;
    color: #fff;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}
.subscription_data_section button#add_to_cart:hover {
    background: transparent;
    box-shadow: 0 0 0 2px rgb(35 31 32);
    color: rgb(35 31 32);
}
.subscription_data_section button#add_to_cart[disabled] {
    opacity: 1;
    cursor: not-allowed;
    background-color: transparent;
    color: #000
}
.subscription_data_section button#add_to_cart[disabled]:hover {
  box-shadow: 0 0 0 0px rgb(35 31 32);
}
.subscription_data_section .select_summary {
    font-family: 'Libre Caslon Text';
    font-size: 18px;
    font-weight: 500;
    line-height: 16.1px;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: capitalize;
}
.subscription_data_section .subscription_product_image {
    background: rgb(217 217 217 / 20%);
    width: 100%;
    object-fit: contain;
    height: 400px;
}
.subscription_data_section .subscription_dynamic_text {
    margin-block: 50px;
    font-family: 'Chivo, sans-serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    max-width: 360px;
    margin-inline: auto;
}
.add_to_cart_option {
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    padding-inline: 20px;
    min-height: 70px;
}
.subscription_data_section .add_to_cart_option button#add_to_cart {
    width: auto;
    margin-right: auto;
    font-family: 'Chivo, sans-serif';
    font-weight: 400;
    line-height: 16.1px;
    font-size: 14px;
}
.subscription_data_section .add_to_cart_option span.product_discount_total {
        font-family: 'Chivo, sans-serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.1px;
    text-align: left;
  margin-left: 7px;
}
.no_stock_data {
    color: red;
}
.product_info {
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 25px;
}
.product_info p.product_info_label, .product_info span.product_description {
    font-family: 'Libre Caslon Text';
    font-size: 18px;
    font-weight: 500;
    line-height: 16.1px;
    color: #000000;
    letter-spacing: 0.3px;
    margin-top: 26px;
    margin-bottom: 0;
}
.product_info span.product_description {
    margin-top: 0;
}

span.shipping-note {
    font-weight: bold;
}
p.coffee_prefer {
    font-family: 'Libre Caslon Text';
    font-size: 18px;
    font-weight: 500;
    line-height: 16.1px;
    color: #232323;
    margin-top: 48px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
/* section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product {
    position: absolute;
    background: #fff;
    top: 56px;
    display: flex !important;
    flex-direction: column;
    width: 100%;
    z-index: 2;
    padding: 0px;
    box-shadow: none;
    left: 0;
    border: 1px solid #dbdbdb;
    margin-top: 0px;
}
section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product span {
    font-family: 'TT Commons';
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid #dbdbdb;
    transition: 0.25s ease-in-out;
    cursor: pointer;
    text-align: right;
} */
section.subscription_products_section .subscription_product_data .custom-outer-product.open .custom-dropdown-product span:hover {
    background: #ebebeb;
}
section.subscription_products_section .subscription_product_data .custom-outer-product p {
         font-family: 'Libre Caslon Text';
    font-size: 18px;
}

section.subscription_table_section .subscription_table_data {
    max-width: 1200px;
    padding-inline: 0;
    width: calc(100% - 30px);
      margin-top: 150px;
  margin-inline: auto;
}
.subscription_cstm_table {
    width: 100%;
    border-collapse: collapse;
}
.subscription_cstm_table thead th {
        padding-block: 15px;
    font-family: 'Chivo, sans-serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.subscription_cstm_table tbody td {
    border: 1px solid #D9D9D9;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    border-bottom: 0;
}
.subscription_cstm_table tbody td .td-left-data {
    text-align: left;
}
.subscription_cstm_table tbody td:first-child {
    border-left: 0;
}
.subscription_cstm_table tbody td:last-child {
    border-right: 0;
}
.subscription_cstm_table tbody td .td-left-data h4 {
     font-family: 'Libre Caslon Text';
    font-size: 18px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    letter-spacing: 0.8px;
}
.subscription_cstm_table tbody td .td-left-data p {
    font-family: 'Chivo, sans-serif';
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    color: rgb(0 0 0 / 40%);
    margin: 9px 0 0 0;
}
.subscription_cstm_table tbody td .td-left-data {
    text-align: left;
    padding-block: 30px;
}
.subscription_cstm_table tbody td svg,
.subscription_cstm_table tbody td img {
    background: rgb(217 217 217 / 30%);
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 50%;
  margin-inline: auto;
}



/* Coffee Subscription Slider css */
.page-subscription .multicolumn_sec_container {
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 0;
    width: calc(100% - 30px);
  padding-top: 50px;
}
.page-subscription .multicolumn_inner_sec .multicol_subhead {
    font-family: 'Libre Caslon Text';
    font-size: 2.052rem;
    font-weight: 400;
    line-height: 55px;
}
.page-subscription Chivo, sans-serifmulticolumn_inner_sec .multicol_head {
    font-family: 'Chivo, sans-serif';
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    margin-top: 20px;
    color: #000;
    margin-bottom: 100px;
}
.page-subscription .multicolumn_sec_container p.multicol_head {
    font-size: 18px;
    font-family: 'Chivo, sans-serif';
    line-height: 40px;
    padding-bottom: 20px;
}
.page-subscription .multicolumn_inner_sec .multicolumn_inner_div {
    padding-right: 30px;
}
.page-subscription .multicolumn_inner_sec .multicolumn_inner_div img {
    width: auto;
    height: 48px;
    object-fit: contain;
    display: block;
    margin-left: 0;
    margin-bottom: 28px;
}
.page-subscription .multicolumn_inner_sec .multicolumn_inner_div .multi_head {
    font-family: 'Libre Caslon Text';
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
    color: #000;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}
.page-subscription .multicolumn_inner_sec .multicolumn_inner_div .multi_para {
    font-family: 'Chivo, sans-serif';
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
    letter-spacing: 0.3px;
}
.new-faq-section .section--title {
    padding-inline: 0;
    max-width: 1200px;
    width: calc(100% - 30px);
    margin-inline: auto;
    text-align: left;
}
.new-faq-section  .accordion-container {
    max-width: 1200px;
    width: calc(100% - 30px);
}
.new-faq-section .section--title h2 {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: left;
    font-size: 24px;
    font-family: 'Chivo, sans-serif';
      margin-bottom: 32px;
}
.new-faq-section .accordion-container .set {
    border: 0;
    background: transparent;
}
.new-faq-section .accordion-container .set a {
    padding: 2rem 3rem;
    background: rgb(217 217 217 / 20%);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    font-family: 'Chivo, sans-serif';
    color: #343434;
}
.new-faq-section .accordion-container .set a svg {
    width: 40px;
    height: 40px;
    background: #D9D9D9;
    border-width: 0;
    border-radius: 50%;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    transition: 0.25s ease-in-out
}
.new-faq-section .accordion-container .set a svg path {
    height: auto;
    line-height: normal;
}
.new-faq-section .accordion-container .set a.active svg {
    transform: rotate(-90deg);
}
.new-faq-section .accordion-container .set .content {
    background: rgb(217 217 217 / 20%);
    padding-inline: 3rem;
    border-top: 1px solid #d9d9d9;
    padding-block: 2.4rem;
}
.new-faq-section .accordion-container .set .content p {
    padding: 0;
    font-family: 'Chivo, sans-serif';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;
}
.new-faq-section {
    margin-top: 150px;
    margin-bottom: 70px;
}
.multicolumn_inner_sec .multicolumn_data .slick-prev, .multicolumn_inner_sec .multicolumn_data .slick-next {
    width: 30px;
    height: 30px;
    background-color: rgb(229,229,229);
    border: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.multicolumn_inner_sec .multicolumn_data .slick-prev img, .multicolumn_inner_sec .multicolumn_data .slick-next img {
    width: 9px;
}
.multicolumn_inner_sec .multicolumn_data .slick-prev svg.icon.icon-arrow-left {
    transform: unset;
}

@media screen and (max-width:991px) {
 section.subscription_products_section {
    margin-block: 40px 120px;
    gap: 0 16px;
  }
   section.subscription_products_section .select_recepient {
    gap: 18px 10px;
}
  .subscription_data_section .subscription_dynamic_text {
    margin-block: 35px;
}
    .new-faq-section {
    margin-top: 120px;
    margin-bottom: 40px;
}
  .page-subscription .multicolumn_inner_sec .multicol_subhead,
  .page-subscription .multicolumn_inner_sec .multicol_head {
    text-align: center;
}
  .page-subscription .multicolumn_inner_sec .multicol_head {
    margin-bottom: 50px;
}
  section.subscription_table_section .subscription_table_data {
    margin-top: 100px;
}
  .page-subscription .multicolumn_inner_sec .multicolumn_inner_div {
    padding-inline: 20px;
    text-align: center;
}
  .page-subscription .multicolumn_inner_sec .multicolumn_inner_div img {
    margin-left: auto;
}
}
@media screen and (max-width:767px) {
  section.subscription_products_section .subscription_product_heading .subscription_head {
    font-size: 20px;
    margin-bottom: 32px;
  }
  section.subscription_products_section .select_recepient .self_purchase, section.subscription_products_section .select_recepient .select_gift {
    min-height: 52px;
}
  section.subscription_products_section .subscription_product_data .custom-outer-product span.label_head {
    left: 10px;
}
  section.subscription_products_section .subscription_product_data .custom-outer-product label {
    padding: 20px 27px 20px 10px;
    font-size: 12px;
    letter-spacing: 0;
}
  section.subscription_products_section .subscription_product_data .custom-outer-product label::before {
    right: 6px;
}
  .subscription_data_section {
    margin-top: 28px;
}
  .subscription_data_section .subscription_product_image {
    height: 320px;
}
  section.subscription_products_section {
    margin-block: 40px 80px;
    grid-template-columns: 1fr;
}
  section.subscription_products_section .subscription_product_heading {
    grid-column: unset;
}

.new-faq-section .accordion-container .set a {
    padding: 15px;
    font-size: 13px;
}
  .new-faq-section .accordion-container .set a svg {
    width: 30px;
    height: 30px;
    padding: 9px;
}
  .new-faq-section .accordion-container .set .content {
    padding-inline: 15px;
    padding-block: 24px;
}
  .new-faq-section .accordion-container .set .content p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 22px;
}
  .new-faq-section .accordion-container .set .content {
    padding-inline: 15px;
    padding-block: 24px;
}
  .new-faq-section {
    margin-top: 60px;
    margin-bottom: 30px;
}
.page-subscription .multicolumn_inner_sec .multicol_head {
    margin-bottom: 40px;
}
  .page-subscription .multicolumn_inner_sec .multicol_head {
    margin-bottom: 40px;
    font-size: 28px;
    margin-top: 10px;
}
  .subscription_cstm_table tbody td .td-left-data p {
    font-size: 12px;
    line-height: 15px;
}
}

@media screen and (max-width: 360px){
  section.subscription_products_section .subscription_product_data .custom-outer-product label {
    padding: 20px 27px 20px 80px;
    font-size: 12px;
    letter-spacing: 0;
}
}

/* 10-10-2024 New Sec Css */