/** Shopify CDN: Minification failed

Line 7398:115 Unexpected "{"
Line 7399:2 Expected identifier but found "#shopify-section-template--26672176922957__launch_waitlist_BtYFaL"

**/
@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-6{
    grid-column: span 6 / span 6;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
.md\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .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;
}

.announcement-bar {
background-image: url(/cdn/shop/files/sticky-bg-homepage.svg?v=1755614787);
background-size: 100%;
background-repeat: no-repeat;
}
/* bikin semua image dalam section ini rounded */
.section-text-columns-with-images img {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 12px; /* atur sesuai kebutuhan */
  overflow: hidden;
}


.testimonial-carousel {
  margin: 0 auto;
}

.carousel-cell {
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .carousel-cell {
    width: 50%; /* 2 slide di tablet */
  }
}

@media (min-width: 1024px) {
  .carousel-cell {
    width: 33.333%; /* 3 slide di desktop */
  }
}

.carousel-cell {
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .carousel-cell { width: 50%; } /* 2 slide tablet */
}
@media (min-width: 1024px) {
  .carousel-cell { width: 33.333%; } /* 3 slide desktop */
}

/* Biar sudut rounded muncul putih */
section.group.relative {
  background-color: #fff !important;
}

/* Biar area kosong video (samping/pojok) ikut putih */
section.group.relative .relative {
  background-color: #fff !important;
}

/* Kalau videonya sendiri default hitam */
section.group.relative video {
  background-color: #fff !important;
}

/* Target container form biar jadi inline */
.image-subscribe-section form,
.image-subscribe-section form .field, 
.image-subscribe-section form .newsletter-form__field-wrapper {
  display: flex;
  align-items: center;
  gap: 10px; /* jarak antar elemen */
}

/* Input */
.image-subscribe-section form input[type="email"],
.image-subscribe-section form input[type="text"] {
  flex: 1; /* biar input bisa melebar */
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  outline: none;
  color:red;
}

/* Tombol */
.image-subscribe-section form button,
.image-subscribe-section form input[type="submit"] {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  background: #111;   /* ganti sesuai color scheme */
  color: #0B3B3F;
  cursor: pointer;
  white-space: nowrap;
}

.image-subscribe-section form button:hover,
.image-subscribe-section form input[type="submit"]:hover {
  background: red;
}

/* Wrapper flex */
.email-subscribe-wrapper {
  display: flex;
  max-width: 500px; /* opsional, biar nggak kepanjangan */
  margin-top: 10px;
}

/* Input email */

.email-subscribe-wrapper .email-input {
  flex: 1;
  padding: 16px 100px !important; /* kasih ruang kanan besar */
  border: 1px solid #ccc;
  border-right: none;
  border-radius: 0 !important;
  outline: none;
  color: #000;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
}


/* Tombol subscribe */
.email-subscribe-wrapper .email-button {
  padding-top: 10px;
  padding-bottom:10px;
  padding-right:100px;
  padding-left:100px;
  border: 1px solid #ccc;
  border-left: none; /* hilangin garis kiri */
  border-radius: 0 !important; /* lurus */
  background: #FFFEF3; /* bisa diganti sesuai color scheme */
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Hover effect tombol */
.email-subscribe-wrapper .email-button:hover {
  background: #FFFEF3;
}

.email-subscribe-wrapper .email-input::placeholder {
  color:rgb(255, 255, 255); /* warna placeholder */
}

/* ======================================= */
/* Image Subscribe Section Custom CSS      */
/* Responsive + Color Scheme               */
/* ======================================= */

/* Container */
.image-subscribe-section {
  border-radius: 20px;
  overflow: hidden;
}

/* Heading utama */
.image-subscribe-section .custom-heading {
  font-size: 24px;  /* mobile default */
  line-height: 1.2;
  color: inherit;   /* ikut color scheme */
}

#shopify-section-template--26501496865101__text_columns_with_images_outside_card_KHJNfT .px-section-horizontal-spacing {
  justify-content: flex-start;
}

#feature-text-template--26501496865101__feature_text_R3MxDi #feature-text-box-template--26501496865101__feature_text_R3MxDi {
  max-width: 707px;
}

#shopify-section-template--26501496865101__video_with_text_overlay_gKCnpT span.theme-button--in-group {
  border-radius: 10px;
  padding: 15px 20px;
  font-weight: 700;
}

#shopify-section-template--26501496865101__tw_testimonial_card_YtxWTq .splide__arrows {
  margin-top: 20px;
  gap: 20px; 
}

#shopify-section-template--26501496865101__tw_testimonial_card_YtxWTq div.testimonial-item .highlight-green,
#shopify-section-template--26501496865101__tw_testimonial_card_YtxWTq div.testimonial-item .highlight-grey {
  font-size: 20px;
} 

#shopify-section-template--26501496865101__tw_testimonial_card_YtxWTq .text-scheme-subtext {
  font-size: 16px;
}
#shopify-section-template--26501497127245__main-product-horizontal-gallery .product-description {
    padding-bottom: 50px;
}

#shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U div.absolute h2 {
  font-size: 43px !important;
}

#shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U div.absolute div.items-start p {
  font-size: 18px;
}

#shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U div.absolute div.items-start a {
  font-size: 18px;
}

.product-block-area ul li.items-center {
  background-size: 14px 20px;
  background-position: center left;
  background-image: url("/cdn/shop/files/new-favotie-icon.svg?v=1764269148");
  background-repeat: no-repeat;
}

.product-block-area ul li.items-center div:first-child {
  margin: 0 !important;
}

.product-block-area ul li.items-center div:last-child {
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

.product-block-area h2.text-base {
  padding: 15px 0;
  border-top: 1px solid #D5D5D5;
}

.product-block-area h2.text-base > button.font-heading  {
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

.product-block-area h2.text-base > button.font-heading svg.theme-icon {
  width: 20px;  
}

.product-block-area .collapsible-tab #collapsible_tab_7yPhMU li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-left: 10px;
}

.product-block-area .collapsible-tab #collapsible_tab_7yPhMU ul {
  margin-left: 20px;
  list-style-image: url('/cdn/shop/files/hollo-cricle.png?v=1764190736');
}

.product-description data-island p:nth-child(1) {
  font-size: 30px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
}

.product-description data-island p:nth-child(2) {
  font-size: 22px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  padding: 24px 0 14px;
}

.product-description data-island ul {
  margin-left: 20px;
}

.product-description data-island ul li {
  font-size: 20px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  padding-left: 5px;
}

.product-price-block span {
  font-size: 20px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

.shopify-product-form button {
  padding: 16px 20px;
}

.shopify-product-form button span:nth-child(2) {
  display:flex;
  justify-content: space-between;
}

.break-word.flex.items-center,
.text-base .flex.items-center.text-base {
  font-size: 18px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

.accordion-columns-wrapper > div.grid {
  gap: 0px;
}

#expanded-template--26501497127245__accordion_with_columns_h8dAFL .accordion-col-item  {
  display: flex;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #DAD8D0;
}

#expanded-template--26501497127245__accordion_with_columns_h8dAFL .accordion-col-item .accordion-col-item-inner {
  width: 100%;
  max-width: 250px;
  padding: 100px 0;
}

#expanded-template--26501497127245__accordion_with_columns_h8dAFL .accordion-col-item .accordion-col-item-inner .counter,
#expanded-template--26501497127245__accordion_with_columns_h8dAFL .accordion-col-item .accordion-col-item-inner h3 {
  font-size: 20px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  text-align: left;
}

#expanded-template--26501497127245__accordion_with_columns_h8dAFL .accordion-col-item .accordion-col-item-inner .counter {
  margin-bottom: 20px;
}

#expanded-template--26501497127245__accordion_with_columns_h8dAFL .accordion-col-item .accordion-col-item-inner h3 {
  margin: 0 !important;
}

#expanded-template--26501497127245__accordion_with_columns_h8dAFL .accordion-col-item .accordion-col-item-inner p {
  font-size: 20px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  text-align: left;
  color: #999999;
  margin-bottom: 20px;
}

#expanded-template--26501497127245__accordion_with_columns_TqnpVe .accordion-col-item-inner {
  flex-direction: column;
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: flex-start;
}

#expanded-template--26501497127245__accordion_with_columns_TqnpVe .accordion-col-item-inner h3 {
  text-align: left;
  font-size: 25px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -1;
}

#expanded-template--26501497127245__accordion_with_columns_TqnpVe .accordion-col-item-inner p {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

#expanded-template--26501497127245__accordion_with_columns_TqnpVe .accordion-col-item-inner {
  width: 100%;
  max-width: 210px;
}

#shopify-section-template--26501497127245__accordion_with_columns_TqnpVe .accordion-columns-section {
  border-top: 1px solid #D5D5D5 !important;
  margin:70px 0px 100px !important;
}

#expanded-template--26501497127245__accordion_with_columns_TqnpVe .accordion-columns-wrapper {
  padding: 60px 0;
}

#shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero__heading {
  margin-bottom: 150px;
  font-size: clamp(33px, 2.5vw, 45px);
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -1;
}

#shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero__subtext {
  font-size: 20px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

#shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg  #template--26501497127245__aligna_variant_hero_7TK8Bg {
  margin-top: 150px;
  background: transparent;
}

#shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero__left {
  width: 53%;
}

#shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg  .product-variant-picker-block div.relative {
  background: transparent;
  flex: 0 0 calc(50% - 1rem);
  max-width: 192px;
}   

#shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg  .product-variant-picker-block div.relative .variant-card {
  text-align: left !important;
  border: 1px solid #C3C3C3;
  padding: 10px;
  background: transparent;
  border-radius: 16px;
}

#shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg  .product-variant-picker-block div.relative .variant-card .mt-3.text-center.font-semibold.text-sm {
  font-size: 16px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 40px;
  text-align: left !important;
}

#shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .product-variant-picker-block div.relative  .variant-card > .text-sm:before {
  margin-bottom: 10px;
}

#expanded-template--26501497127245__accordion_with_table_AVEnTm .accordion-columns-wrapper tbody tr td {
  padding: 30px 20px 40px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 2.5vw, 18px);
}

#expanded-template--26501497127245__accordion_with_table_AVEnTm .accordion-columns-wrapper thead th {
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(16px, 2.5vw, 18px);
}

#expanded-template--26501497127245__accordion_with_table_AVEnTm .accordion-columns-wrapper tbody tr .table-data-content {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  flex-direction: row;
}

#expanded-template--26501497127245__accordion_with_table_AVEnTm .accordion-columns-wrapper tbody tr .table-data-content svg {
  width: 100%;
  max-width: 25px;
  height: 25px;

}

#shopify-section-template--26501497127245__image_with_text_overlay_hjxtnh h2.font-heading.text-heading-standard.break-word {
  font-size: clamp(40px, 3.9vw, 64px);
  margin: 0 !important;
  text-align: left !important;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
}

#shopify-section-template--26501497127245__image_with_text_overlay_hjxtnh .px-section-horizontal-spacing {
  padding: 40px !important;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .break-word,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .break-word{
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .h-full.flex.flex-col.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .h-full.flex.flex-col.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden{
  padding: 40px 40px 30px;
  align-items: flex-start !important;
  gap: 150px;
  border-radius: 20px;
  border: 1px solid #D5D5D5;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .h-full.flex.flex-col.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden image-with-placeholder,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .h-full.flex.flex-col.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden image-with-placeholder{
  width: 42px;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .h-full.flex.flex-col.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden image-with-placeholder img,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .h-full.flex.flex-col.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden image-with-placeholder img{
  border: none !important;
  border-radius: 0 !important;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .bg-scheme-background.rounded-lg div:last-child,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .bg-scheme-background.rounded-lg div:last-child{
  justify-content: flex-start !important;
  padding: 0 !important;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .bg-scheme-background.rounded-lg .feature-card-text-box h3,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .bg-scheme-background.rounded-lg .feature-card-text-box h3{
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 8px;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .bg-scheme-background.rounded-lg .feature-card-text-box p,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .bg-scheme-background.rounded-lg .feature-card-text-box p{
  font-size: 18px;
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif;
  color: #999999;
}
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .bg-scheme-background.rounded-lg .feature-card-text-box p strong {
      color: #0B3B3F;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .bg-scheme-background.rounded-lg a,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .bg-scheme-background.rounded-lg a{
  font-size: 18px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  border-color: transparent;
}
#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .bg-scheme-background.rounded-lg a:after,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .bg-scheme-background.rounded-lg a:after{
  display: none;
}
#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .bg-scheme-background.rounded-lg a:hover,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .bg-scheme-background.rounded-lg a:hover{
    border-color: #0b3b3f;
    color: inherit;
}

#shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .bg-scheme-background.rounded-lg div.mt-4,
#shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .bg-scheme-background.rounded-lg div.mt-4{
  margin-top: 30px !important; 
}

#shopify-section-template--26501497127245__rich_text_8KmFFR .px-section-horizontal-spacing  {
  padding: 100px 0 100px;
}

#shopify-section-template--26501497127245__rich_text_8KmFFR h2.font-heading  {
  font-size: clamp(32px, 3.0vw, 40px);
  font-weight: 500;
  letter-spacing: -1;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

#shopify-section-template--26501497127245__rich_text_8KmFFR .w-full.lg\:w-3\/4 {
  width: 50% !important;
}

#shopify-section-template--26501497127245__rich_text_8KmFFR .w-full.lg\:w-3\/4 a {
  background-color: #0B3B3F;
  border-radius: 10px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
  padding: 15px 20px;
  font-size: 16px;
  margin-top: 20px;
}

#shopify-section-template--26501497127245__accordion_carousel_bdtdnU,
#shopify-section-template--26501497127245__faq_DkNpV4 {
  border-top: 1px solid #D5D5D5;
}

#shopify-section-template--26501497127245__faq_DkNpV4 {
  margin: 80px 0 80px;
}

#expanded-template--26501497127245__accordion_carousel_bdtdnU {
  margin-top: 50px;
}

#shopify-section-template--26501497127245__faq_DkNpV4 .border-b-gridline.bg-scheme-background.px-section-horizontal-spacing  {
  padding: 20px 20px 50px !important;
}

#shopify-section-template--26501497127245__faq_DkNpV4 ul .border-b-gridline h2 button.break-word {
  font-size: 16px;
  font-weight: 500 !important;
  font-family: Helvetica, Arial, sans-serif;
  border-top: 1px solid #D5D5D5;
  padding-bottom: 30px;
}

#shopify-section-template--26501497127245__faq_DkNpV4 .border-b-gridline h2.break-word  {
  font-size: 18px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

#shopify-section-template--26501497127245__faq_DkNpV4 #shopify-section-template--26501497127245__faq_DkNpV4 p {
  font-size: 18px;
  font-weight: 500;
  color: #999999;
  font-family: Helvetica, Arial, sans-serif;
}

#shopify-section-template--26501497127245__image_with_text_overlay_RnmPCP .lg\:w-2\/3.text-scheme-text,
#shopify-section-template--26635229135181__image_with_text_overlay_pb8RV9 .lg\:w-2\/3.text-scheme-text {
  text-align: left !important;
  width: 50% !important;
}

#shopify-section-template--26501497127245__image_with_text_overlay_RnmPCP .lg\:w-2\/3.text-scheme-text h2,
#shopify-section-template--26635229135181__image_with_text_overlay_pb8RV9 .lg\:w-2\/3.text-scheme-text h2 {
  margin: 0 !important;
  text-align: left !important;
  font-size: 48px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
}

#shopify-section-template--26501497127245__image_with_text_overlay_RnmPCP span.theme-button,
#shopify-section-template--26635229135181__image_with_text_overlay_pb8RV9 span.theme-button {
  padding: 15px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif;
}

#shopify-section-template--26635229135181__testimonial_slider_KQXYbg button.flickity-button {
  display: none;
}

div#shopify-section-template--26501497028941__logo_list_pqafek .flex-wrap {
    justify-content: space-between;
}
#shopify-section-template--26501497127245__accordion_carousel_bdtdnU .splide__arrows {
  margin-top: 30px;
}

#shopify-section-template--26501497127245__accordion_carousel_bdtdnU .splide__track .splide__slide .testimonial-item  {
  padding: 35px 20px;
}

#shopify-section-template--26501497127245__accordion_with_columns_h8dAFL {
  border-top: 1px solid #D5D5D5;
}

#shopify-section-template--26501497127245__accordion_carousel_bdtdnU .testimonial-item-content p {
  font-size: 26px;
  color: #0B3B3F;
  font-family: Helvetica, Arial, sans-serif;
}

#shopify-section-template--26501497127245__accordion_carousel_bdtdnU .testimonial-item-content blockquote {
  font-size: clamp(20px, 2.5vw, 26px);
  color: #999999;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#shopify-section-template--26501497127245__accordion_carousel_bdtdnU .testimonial-item-content blockquote strong {
  color: #0B3B3F;
}

#shopify-section-template--26501497127245__accordion_carousel_bdtdnU .testimonial-item {
  padding: 40px 35px;
}

#shopify-section-template--26501497127245__accordion_carousel_bdtdnU .testimonial-item > p {
  font-size: clamp(16px, 2.5vw, 20px);
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
}

#shopify-section-template--26501497127245__main-product-horizontal-gallery .theme-button {
  border-radius: 10px;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  background-color: #0B3B3F;
}

#shopify-section-template--26501497127245__main-product-horizontal-gallery .theme-button .add-to-cart-txt:nth-child(3) {
  font-weight: 700;
}

#shopify-section-template--26501497127245__main-product-horizontal-gallery .product-block-area  .product-price-block .price-label {
  font-size: 16px; 
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif; 
}

#shopify-section-template--26501497127245__main-product-horizontal-gallery .product-block-area  .product-price-block span {
  font-size: 20px; 
  font-weight: 700;
  font-family: Helvetica, Arial, sans-serif; 
} 

#shopify-section-template--26501497127245__main-product-horizontal-gallery .splide data-island {
  margin-top: 16px !important;
}

#shopify-section-template--26501497127245__faq_DkNpV4 #expanded-question_B6jmXf p {
  color: #999999;
  font-size: 18px; 
  font-family: Helvetica, Arial, sans-serif; 
}

#shopify-section-template--26501497127245__main-product-horizontal-gallery .splide__list {
  gap: 10px;
  padding-left: 12px !important;
}

#shopify-section-template--26501497127245__collapsible_rows_7CgGBk {
  padding-bottom: 20px
}

#movement-hero-template--26501497028941__image_with_text_overlay_Dc4ifj .bg-scheme-background.border-b-gridline.border-gridline-color.relative.group.overflow-hidden.h-screen-less-double-gridline.first-section\:h-screen-less-header-group {
  height: 1000px;
}

#movement-hero-template--26501497028941__image_with_text_overlay_Dc4ifj h2 {
  font-size: clamp(50px, 3.5vw, 86px);
  font-family: Helvetica, Arial, sans-serif; 
  text-align: left !important;

}
#shopify-section-template--26501497028941__rich_text_dzTajJ .px-section-horizontal-spacing {
    padding-bottom: 20px;
}
#shopify-section-template--26501497028941__rich_text_dzTajJ p {
  font-size: 20px;
}

#movement-hero-template--26635229135181__image_with_text_overlay_Dc4ifj .lg\:w-1\/2.text-scheme-text {
  text-align: left;
  width: 60% !important;
}

#movement-hero-template--26635229135181__image_with_text_overlay_Dc4ifj .lg\:w-1\/2.text-scheme-text h2 {
  text-align: left !important;
  margin: 0 !important;
}

#movement-hero-template--26635229135181__image_with_text_overlay_Dc4ifj span.theme-button.theme-button--in-group.inline-block {
  padding: 15px 20px;
  font-size: 16px;
  color: #0B3B3F;
  border-radius: 10px !important;
  font-weight: 700;
}

/* #feature-text-template--26635229135181__feature_text_8Haxcd > .px-section-horizontal-spacing {
  padding: 100px 40px 150px !important;
} */

#shopify-section-template--26635229135181__rich_text_iAUNn7 h2.font-heading.text-heading-standard {
  font-size: clamp(36px, 4vw, 64px);
  font-weight: 500;
  width: 100%;
  max-width: 570px;
}
span.grey-text {
    color: #999999;
}
#shopify-section-template--26635229135181__rich_text_iAUNn7 .px-section-horizontal-spacing.py-section-vertical-spacing {
  padding-top: clamp(188px, 14vw, 255px);
  padding-left: clamp(20px, 2vw, 40px) !important;
  padding-right: clamp(20px, 2vw, 40px) !important;
  padding-bottom: clamp(64px, 10vw, 131px);
}

#shopify-section-template--26635229135181__rich_text_dzTajJ  .px-section-horizontal-spacing.py-section-vertical-spacing {
  padding-left: clamp(20px, 2vw, 40px) !important;
  padding-right: clamp(20px, 2vw, 40px) !important;
  padding-bottom: 20px !important;
}

#shopify-section-template--26635229135181__cus_logo_list_etY4Tf .logo-wrapper {
  padding-bottom: 100px;
  padding-left: clamp(20px, 2vw, 40px);
  padding-right: clamp(20px, 2vw, 40px);
}

#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .flex.h-full.w-full.justify-start.items-center.text-left {
  justify-content: flex-start;
  align-items: flex-start;
}

#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .rte.mt-4.text-base {
  margin: 0 !important; 
  text-align: left !important;
}

#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .group.absolute.bottom-0.left-0.right-0.top-0.z-10.px-section-horizontal-spacing.py-section-vertical-spacing {
  padding-left: clamp(20px, 2vw, 40px) !important;
  padding-right: clamp(20px, 2vw, 40px) !important;
}

#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .rte.mt-4.text-base {
  max-width: 750px !important;
}

#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .rte.mt-4.text-base h5,
#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .rte.mt-4.text-base h6 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}

#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .rte.mt-4.text-base h5 {
  color: #FFFFFF;
}

#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .rte.mt-4.text-base h6 {
  color: #999999;
}

#shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .rte.mt-4.text-base p:last-child {
  padding-top: clamp(200px, 15vh, 266px);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

#shopify-section-template--26635229135181__request_quote_hAJg8g h2.text-xl.font-semibold.mb-8 {
  font-size: clamp(36px, 4vw, 64px) !important;
  margin-bottom: 40px !important;
  font-weight: 500;
  padding-top: 150px;
}

#shopify-section-template--26635229135181__request_quote_hAJg8g .lg\:col-start-4.lg\:col-end-10.px-section-horizontal-spacing p {
  font-size: 22px;
  font-weight: 500;
  color: #999999;
  padding-bottom: clamp(48px, 5vh, 100px);
}

#shopify-section-template--26635229135181__request_quote_hAJg8g .grid.lg\:grid-cols-12::last-child {
  border-top: 1px solid #D5D5D5;
}

#shopify-section-template--26635229135181__request_quote_hAJg8g h4.text-xl.font-semibold.mb-8 {
  padding: 20px 0 20px;
  margin-bottom: 40px !important;
  font-size: 18px;
  font-weight: 700; 
}

#shopify-section-template--26635229135181__request_quote_hAJg8g #QuoteForm label {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px;
}

#shopify-section-template--26635229135181__request_quote_hAJg8g #QuoteForm input {
  border-bottom-color: #D5D5D5;
  font-size: 18px;
}

#shopify-section-template--26635229135181__request_quote_hAJg8g #QuoteForm textarea {
  border: none;
  border-bottom: 1px solid #D5D5D5;
  font-size: 18px;
  padding-left: 0;
}

#shopify-section-template--26635229135181__request_quote_hAJg8g #QuoteForm input[type='submit'] {
  font-size: 16px;
  color: #fff;
  background-color: #0B3B3F;
  border-radius: 10px;
  padding: 15px 20px;
}

#shopify-section-template--26635229135181__request_quote_hAJg8g .border-t.pt-8.flex.flex-col.md\:flex-row.items-center.justify-between.gap-4.mt-6 a {
  font-size: 18px;
  font-weight: 500;
  color: #0B3B3F;
  text-decoration: none;
}

#shopify-section-template--26635229135181__request_quote_hAJg8g .border-t.pt-8.flex.flex-col.md\:flex-row.items-center.justify-between.gap-4.mt-6 a span {
  color: #D5D5D5;
}

#shopify-section-template--26635229135181__testimonial_slider_KQXYbg section.testimonial-section.bg-scheme-background.text-scheme-text {
  padding-top: clamp(188px, 16vw, 250px);
  padding-bottom: clamp(188px, 17vw, 380px);
}

#shopify-section-template--26635229135181__testimonial_slider_KQXYbg .testimonial-quote {
  margin-bottom: 40px !important;
}

#shopify-section-template--26635229135181__testimonial_slider_KQXYbg .testimonial-author {
  font-weight: 600;
}

#shopify-section-template--26635229135181__image_with_text_overlay_Dc4ifj h2 {
  font-size: clamp(40px, 4vw, 62px);
}

#shopify-section-template--26635229135181__image_with_text_overlay_Dc4ifj .bg-scheme-background.border-b-gridline.border-gridline-color.relative.group.overflow-hidden.h-screen-less-double-gridline.first-section\:h-screen-less-header-group {
  height: 1200px;
}

#shopify-section-template--26635229135181__image_with_text_overlay_Dc4ifj #movement-hero-template--26635229135181__image_with_text_overlay_Dc4ifj .lg\:w-1\/2.text-scheme-text h2 {
  max-width: 800px;
} 

#shopify-section-template--26672176922957__rich_text_dxrBVR {
  font-family: Helvetica, Arial, sans-serif !important; 
}

#shopify-section-template--26672176922957__rich_text_dxrBVR .text-heading-standard {
  font-size: clamp(35px, 3.0vw, 55px);
  margin-bottom: 140px;
  font-weight:600;
}

#shopify-section-template--26672176922957__rich_text_dxrBVR .lg\:w-1\/2 {
  width: 39%;
}

#shopify-section-template--26672176922957__rich_text_dxrBVR .px-section-horizontal-spacing {
  padding-left: clamp(20px, 3vw, 40px);
  padding-right: clamp(20px, 3vw, 40px);
}

#shopify-section-template--26672176922957__text_columns_with_images_kEjNCY .absolute.inset-0.px-section-horizontal-spacing.pb-8.flex.flex-col.justify-end.text-left {
  justify-content: flex-start !important;
  border: 1px solid #C3C3C3;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: clamp(20px, 3vw, 40px);
  padding-right: clamp(20px, 3vw, 40px);
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}

#shopify-section-template--26672176922957__text_columns_with_images_kEjNCY .absolute.inset-0.px-section-horizontal-spacing.pb-8.flex.flex-col.justify-end.text-left:hover {
  background-color: #EDF7EF !important;
  border-color: transparent !important;
}

#shopify-section-template--26672176922957__text_columns_with_images_kEjNCY .feature-card-text-box {
  max-width: 100% !important;
}

#shopify-section-template--26672176922957__text_columns_with_images_kEjNCY .feature-card-text-box p {
  font-size: clamp(20px, 2.5vw, 23px);
  color: #0B3B3F;
  font-weight: 500;
}

#shopify-section-template--26672176922957__text_columns_with_images_kEjNCY .feature-card-text-box p::last-child {
  color: #999999;
}

#shopify-section-template--26672176922957__text_columns_with_images_kEjNCY .feature-card-text-box p strong {
  color: #0B3B3F;
}

#shopify-section-template--26672176922957__image_with_text_overlay_eJ4CVT .rte.mt-4.text-base {
  margin-left: 0 !important;
    max-width:950px !important;
}

#shopify-section-template--26672176922957__image_with_text_overlay_eJ4CVT .rte.mt-4.text-base p {
  text-align: left !important;
  max-width:950px !important;
  font-size: clamp(25px, 3.5vw, 44px);
  font-weight: 500;
  font-family: Helvetica, Arial, sans-serif !important; 
  color: #FFFFFF;

}

#shopify-section-template--26672176922957__image_with_text_overlay_eJ4CVT .rte.mt-4.text-base p strong {
    font-weight: 500 !important;
}

#shopify-section-template--26672176922957__image_with_text_overlay_eJ4CVT .px-section-horizontal-spacing,
#shopify-section-template--26672176922957__rich_text_RRWAgG .px-section-horizontal-spacing {
  padding-left: clamp(20px, 3vw, 40px);
  padding-right: clamp(20px, 3vw, 40px);
}

#shopify-section-template--26672176922957__two_column_text_gKkzne .problem-heading {
  max-width: 700px !important
}

#shopify-section-template--26672176922957__two_column_text_gKkzne .problem-text p strong {
  color: #0B3B3F;
  font-weight: 500;
}

#shopify-section-template--26672176922957__two_column_text_gKkzne .problem-text {
  color: #999999;
}

#shopify-section-template--26672176922957__rich_text_RRWAgG p, #shopify-section-template--26672176922957__rich_text_RRWAgG p strong {
  font-size: 22px;
    font-family: var(--body-font-stack);
    font-weight: 600;
    text-transform: capitalize;
}

#shopify-section-template--26672176922957__text_columns_with_images_kEjNCY li:last-child .feature-card-text-box p {color: #999999;}
#shopify-section-template--26672176922957__rich_text_dxrBVR p, #shopify-section-template--26672176922957__rich_text_dxrBVR p strong {
    font-size: 22px;
    font-family: var(--body-font-stack);
    font-weight: 600;
    text-transform: capitalize;
}
@media(min-width: 768px) {
  .image-subscribe-section .custom-heading {
    font-size: 32px; /* desktop */
  }
}

/* Text utama / description */
.image-subscribe-section .custom-text {
  font-size: 14px;  /* mobile */
  line-height: 1.5;
  color: inherit;
}
@media(min-width: 768px) {
  .image-subscribe-section .custom-text {
    font-size: 18px; /* desktop */
  }
}

/* Bottom content */
.image-subscribe-section .custom-bottom {
  font-size: 14px;  /* mobile */
  line-height: 1.4;
  color: inherit;
}
@media(min-width: 768px) {
  .image-subscribe-section .custom-bottom {
    font-size: 16px; /* desktop */
  }
}

/* Email form title */
.image-subscribe-section .custom-email-title {
  font-size: 20px;  /* mobile */
  font-weight: bold;
  color: inherit;
}
@media(min-width: 768px) {
  .image-subscribe-section .custom-email-title {
    font-size: 24px; /* desktop */
  }
}

/* Email form description */
.image-subscribe-section .custom-email-text {
  font-size: 14px;  /* mobile */
  color: inherit;
}
@media(min-width: 768px) {
  .image-subscribe-section .custom-email-text {
    font-size: 16px; /* desktop */
  }
}

/* CTA Button / Link */
.image-subscribe-section .custom-cta {
  font-size: 14px;  /* mobile */
  font-weight: 600;
  color: inherit;
}

@media(min-width: 768px) {
  .image-subscribe-section .custom-cta {
    font-size: 16px; /* desktop */
  }
  .last-col-text {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U div.absolute div.items-start {
    justify-content: flex-end !important;
    max-width: 100% !important;
  }

  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U  div.absolute > div { 
    gap: 60px;
  }

  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U > section.color-scheme--scheme-31bc7983-3972-4bb3-ba22-d7f78d0ddb8d {
    height: 700px;
        background-image: url("/cdn/shop/files/Frame.png?v=1763899165");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media(max-width: 768px) {
  #shopify-section-template--26501496865101__video_with_text_overlay_gKCnpT .text-scheme-text h2.font-heading {
    font-size: 40px;
  }

  #feature-text-template--26501496865101__feature_text_QqUgy3 #feature-text-box-template--26501496865101__feature_text_QqUgy3,
   #feature-text-template--26501497028941__feature_text_8Haxcd #feature-text-box-template--26501497028941__feature_text_8Haxcd {
    font-size: 30px;
  }

  #shopify-section-template--26501496865101__media_split_78XbHi .aligna-card .aligna-card__inner,
  #shopify-section-template--26501496865101__media_split_4YMhVB .aligna-card .aligna-card__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  #shopify-section-template--26501496865101__media_split_78XbHi .aligna-card .aligna-card__image-wrap,
  #shopify-section-template--26501496865101__media_split_4YMhVB .aligna-card .aligna-card__image-wrap {
    width: 100%;
  }

  #shopify-section-template--26501496865101__image_with_email_subscribe_JmTgwW img.w-full {
    opacity:0;
  }

  #shopify-section-template--26501496865101__image_with_email_subscribe_JmTgwW #image-subscribe-template--26501496865101__image_with_email_subscribe_JmTgwW {
    background-image: url("/cdn/shop/files/Spinal_Access_Fund.png?v=1763892794");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 720px; 
  }

  #shopify-section-template--26501496865101__image_with_email_subscribe_JmTgwW .items-end {
    bottom: 52px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  #shopify-section-template--26501496865101__text_split_RrabiG  > section.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    padding-left: 12px;
    padding-right: 12px;
  }

  #shopify-section-template--26501496865101__text_split_RrabiG  > section.grid div.mt-4  {
    margin-top: 0px !important;
  }

  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U {
    z-index: 3;
  }

  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U > section.color-scheme--scheme-31bc7983-3972-4bb3-ba22-d7f78d0ddb8d {
    padding: 60px 0;
    height: 800px;
    margin-bottom: 20px;
  }

  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U > section > div.relative {
    opacity: 0;
  }
  
  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U  div.absolute > div {
    height: 680px;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 20px;
    gap: 0;
    margin: 0; 
  }

  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U div.absolute div.items-start {
    justify-content: flex-end !important;
    max-width: 100% !important;
  }

  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U div.absolute div.items-center {
    justify-content: flex-start !important;
  }
  
  #shopify-section-template--26501496865101__image_text_overlay_custom_NCgE6U div.absolute  h2 {
    font-size: 30px !important;
    font-weight: 500;
    text-align: left;
  }

  #shopify-section-template--26501496865101__launch_waitlist_6hzG4J,
  #shopify-section-template--26672176922957__launch_waitlist_BtYFaL {
    margin-top: -20px;
    z-index: 2;
    position: relative;
  }

  #shopify-section-template--26501496865101__launch_waitlist_6hzG4J .launch-hero,
  #shopify-section-template--26672176922957__launch_waitlist_BtYFaL .launch-hero {
    background-image: url("/cdn/shop/files/asad-subscriber.png?v=1763902346");
    background-position: center center;
    background-size: cover;
    height: 520px;
    background-repeat: no-repeat;
  }

  #shopify-section-template--26501496865101__launch_waitlist_6hzG4J .launch-hero__bg,
  #shopify-section-template--26672176922957__launch_waitlist_BtYFaL .launch-hero__bg {
    opacity: 0;
  }

  #shopify-section-template--26501496865101__launch_waitlist_6hzG4J .launch-hero__content,
  #shopify-section-template--26672176922957__launch_waitlist_BtYFaL .launch-hero__content{
    padding: 60px 20px !important;
    flex-direction: column;
  }

  #shopify-section-template--26501496865101__launch_waitlist_6hzG4J .launch-hero__form-wrapper .launch-hero__form, {
  #shopify-section-template--26672176922957__launch_waitlist_BtYFaL .launch-hero__form-wrapper .launch-hero__form 
    display: flex;
    height: auto;
    gap: 10px;
    flex-direction: column;
  }

  #shopify-section-template--26501496865101__launch_waitlist_6hzG4J .launch-hero__form input[type='email'],
  #shopify-section-template--26672176922957__launch_waitlist_BtYFaL .launch-hero__form input[type='email'] {
    padding: 10px 18px;
  }

  #shopify-section-template--26501496865101__launch_waitlist_6hzG4J .launch-hero__form .launch-hero__button,
  #shopify-section-template--26672176922957__launch_waitlist_BtYFaL .launch-hero__form .launch-hero__button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
  }

  #shopify-section-template--26501496865101__rich_text_iHh737 .px-section-horizontal-spacing,
  #feature-text-template--26501496865101__feature_text_rym3jF .px-section-horizontal-spacing,
  #shopify-section-template--26501496865101__text_columns_with_images_outside_card_KHJNfT .px-section-horizontal-spacing.pb-8.pt-0.flex-1.flex.flex-col.justify-end.text-left,
  #shopify-section-template--26501496865101__feature_text_iLY67D .px-section-horizontal-spacing,
  #shopify-section-template--26501496865101__rich_text_dWt3A9 .py-section-vertical-spacing,
  #shopify-section-template--26501496865101__feature_text_R3MxDi .px-section-horizontal-spacing,
  #shopify-section-template--26501496865101__feature_text_QqUgy3 .px-section-horizontal-spacing,
  #shopify-section-template--26501496865101__video_with_text_overlay_gKCnpT .px-section-horizontal-spacing,
  #shopify-section-template--26501496865101__rich_text_EVeV3C .px-section-horizontal-spacing,
  #shopify-section-template--26501497127245__main-product-horizontal-gallery .grid .px-section-horizontal-spacing,
  #feature-text-template--26635229135181__feature_text_8Haxcd > .px-section-horizontal-spacing {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  div#shopify-section-sections--26501489492301__footer {
    padding: 0 12px;
  }
  #shopify-section-template--26501496865101__image_with_text_overlay_Awg9VU .custom-border-section {
    padding-bottom: 100px;
  }

  .last-col-text {
    margin-right: 0px;
  }

  #shopify-section-template--26501497127245__main-product-horizontal-gallery .h-full.bg-scheme-background.px-section-horizontal-spacing.text-scheme-text.lg\:col-start-10.lg\:col-end-13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #shopify-section-template--26501497127245__main-product-horizontal-gallery .price-label {
    margin-bottom: 10px;
  }

  #shopify-section-template--26501497127245__main-product-horizontal-gallery .collapsible-tab data-island.border-t-gridline.-mx-2.border-b-gridline.border-gridline-color.px-section-horizontal-spacing.py-2.lg\:-mx-4 {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  #expanded-template--26501497127245__accordion_with_columns_h8dAFL .accordion-columns-wrapper  {
    padding: 0 20px;
  }

  .accordion-columns-wrapper > div.grid {
    gap: 0px;
  }

  #shopify-section-template--26501497127245__accordion_with_columns_TqnpVe {
    padding: 0 12px;
  }

  #expanded-template--26501497127245__accordion_with_columns_TqnpVe .accordion-col-item-inner {
    flex-direction: row;
    column-gap: 32px;
    max-width: 100%;
  }

  #expanded-template--26501497127245__accordion_with_columns_TqnpVe .accordion-col-item-inner h3 {
    max-width: 107px;
    width: 100%;
  }

  #expanded-template--26501497127245__accordion_with_columns_TqnpVe .accordion-columns-wrapper .grid.grid-cols-1.gap-gridline.lg\:grid-cols-12.md\:grid-cols-12 {
    gap: 32px;
  }

  #shopify-section-template--26501497127245__accordion_with_columns_h8dAFL {
    margin-top: 50px;
  }

  #shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero__left {
    width: 100%;
  }

  #shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero {
    /* background-image: none !important;
    background-color: #E9F7FC; */
    padding: 0px;
  }

  #shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero__container {
    padding: 0;
  }

  #shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero .aligna-hero__heading,
  #shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero .aligna-hero__subtext {
    padding: 0 20px;
  }

  #shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero .aligna-hero__heading {
    margin-top: 60px;
    margin-bottom: 40px;
  }

    #shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg .aligna-hero .aligna-hero__subtext {
      margin-bottom: 0;
    }

  #shopify-section-template--26501497127245__aligna_variant_hero_7TK8Bg #template--26501497127245__aligna_variant_hero_7TK8Bg {
    margin-top: 0px;
    padding: 300px 20px 40px;
    background-image: url("https://www.samaahome.com/cdn/shop/files/varaint-bg.png?v=1763920955");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  #shopify-section-template--26501497127245__image_with_text_overlay_hjxtnh .px-section-horizontal-spacing {
    padding: 137px 20px 0 !important;
    height: 800px;
  }

  #movement-hero-template--26501497127245__image_with_text_overlay_hjxtnh {
    background-image: url("/cdn/shop/files/background.png?v=1764466531");
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #shopify-section-template--26501497127245__image_with_text_overlay_hjxtnh  .text-scheme-text.bg-scheme-background.h-full.w-full {
    opacity: 0;
        height: 800px;
            background-image: url("/cdn/shop/files/background.png?v=1764466531");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-scheme-background.border-b-gridline.border-gridline-color.relative.group.overflow-hidden.h-auto  {
    background: none !important;
    height: 800px;
  }

    #shopify-section-template--26501496865101__image_with_text_overlay_Awg9VU .bg-scheme-background.border-b-gridline.border-gridline-color.relative.group.overflow-hidden.h-auto  {
    background: none !important;
    height: auto;
  }

  #shopify-section-template--26501497127245__rich_text_8KmFFR .w-full.lg\:w-3\/4 {
    width: 100% !important;
    padding: 0 20px;
  }

  /* #shopify-section-template--26501497127245__accordion_carousel_bdtdnU .splide__slide {
    width: 100%;
  } */

  #shopify-section-template--26501497127245__accordion_carousel_bdtdnU .splide__arrows {
    gap: 14px;
  } 

  #shopify-section-template--26501497127245__faq_DkNpV4 .border-b-gridline.bg-scheme-background.px-section-horizontal-spacing {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #shopify-section-template--26501497127245__faq_DkNpV4 ul .border-b-gridline h2 button.break-word {
    padding-bottom: 20px;
    padding-left: 4px;
    padding-right: 4px;
  }

  #shopify-section-template--26501497127245__image_with_text_overlay_RnmPCP .text-scheme-text.bg-scheme-background.h-full.w-full,
  #shopify-section-template--26635229135181__image_with_text_overlay_pb8RV9 .text-scheme-text.bg-scheme-background.h-full.w-full {
    opacity: 0;
    background: none !important;
  }

  #movement-hero-template--26501497127245__image_with_text_overlay_RnmPCP,
  #movement-hero-template--26501497028941__image_with_text_overlay_pb8RV9 {
    height: 800px;
    /* background-image: url("/cdn/shop/files/background-2nd.png?v=1764475698");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
  }

  #shopify-section-template--26501497127245__image_with_text_overlay_RnmPCP .group.absolute.bottom-0.left-0.right-0.top-0.z-10.px-section-horizontal-spacing.py-section-vertical-spacing ,
  #shopify-section-template--26635229135181__image_with_text_overlay_pb8RV9 .group.absolute.bottom-0.left-0.right-0.top-0.z-10.px-section-horizontal-spacing.py-section-vertical-spacing{
    height: 800px;
       background-image: url("/cdn/shop/files/background-2nd.png?v=1764475698");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 20px 40px;
  }

  #shopify-section-template--26501497127245__image_with_text_overlay_RnmPCP .lg\:w-2\/3.text-scheme-text,
  #shopify-section-template--26635229135181__image_with_text_overlay_pb8RV9 .lg\:w-2\/3.text-scheme-text {
    width: 100% !important;
  }

  #shopify-section-template--26501497127245__image_with_text_overlay_RnmPCP  .flex.h-full.w-full.justify-center.items-center.text-center,
  #shopify-section-template--26635229135181__image_with_text_overlay_pb8RV9 .flex.h-full.w-full.justify-center.items-center.text-center {
    align-items: flex-start !important;
  }

  #shopify-section-template--26501497127245__accordion_carousel_bdtdnU .px-section-horizontal-spacing,
  #shopify-section-template--26501497127245__main-product-horizontal-gallery .px-section-horizontal-spacing {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #shopify-section-template--26501497127245__main-product-horizontal-gallery .px-section-horizontal-spacing  {
    padding-bottom: 40px;
  }

  #shopify-section-template--26501497127245__text_columns_with_images_outside_card_HFzhLK .h-full.flex.flex-col.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden,
  #shopify-section-template--26635229135181__text_columns_with_images_outside_card_Mwq8xV .h-full.flex.flex-col.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden {
    padding-left: 20px;
    padding-right: 20px;
  }

  #shopify-section-template--26501497127245__main-product-horizontal-gallery .splide data-island {
    grid-template-columns: minmax(0, 0fr) auto !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #shopify-section-template--26501497127245__main-product-horizontal-gallery .splide data-island .splide__pagination {
    display: none;
  }

  #shopify-section-template--26501497127245__main-product-horizontal-gallery .splide data-island .splide__arrows {
    gap: 15px;
  }

  #shopify-section-template--26501497127245__main-product-horizontal-gallery .splide__list {
    gap: 5px;
    padding-left: 0px !important;
  }

  #shopify-section-template--26635229135181__cus_logo_list_etY4Tf .logo-wrapper .logo-item {
    flex: auto;
    width: 48%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .group.absolute.bottom-0.left-0.right-0.top-0.z-10.px-section-horizontal-spacing.py-section-vertical-spacing {
    padding-top: 62px !important;
  }

  #shopify-section-template--26635229135181__request_quote_hAJg8g .grid.lg\:grid-cols-12::last-child {
    border-top: none;
  }

  #shopify-section-template--26635229135181__request_quote_hAJg8g h4.text-xl.font-semibold.mb-8 {
    padding: 0;
    margin-bottom: 32px;
  }

  #shopify-section-template--26635229135181__request_quote_hAJg8g .lg\:col-start-4.lg\:col-end-10.px-section-horizontal-spacing {
    padding: 0 20px !important; 
  }

  #shopify-section-template--26635229135181__request_quote_hAJg8g h2.text-xl.font-semibold.mb-8 { 
    padding-top: 188px;
  }

  #shopify-section-template--26635229135181__image_with_text_overlay_Dc4ifj .py-section-vertical-spacing {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 188px !important;
  }
  #shopify-section-template--26635229135181__image_with_text_overlay_Dc4ifj .lg\:w-1\/2.text-scheme-text {
    width: 100% !important;
  }

  #shopify-section-template--26635229135181__image_with_text_overlay_Dc4ifj .flex.h-full.w-full.justify-center.items-center.text-center {
    align-items: end !important;    
  }

  #shopify-section-template--26635229135181__image_with_text_overlay_Dc4ifj .bg-scheme-background.border-b-gridline.border-gridline-color.relative.group.overflow-hidden.h-screen-less-double-gridline.first-section\:h-screen-less-header-group {
    height: 800px;
    background-image: url("/cdn/shop/files/b2b-banner.png?v=1765036940");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  #shopify-section-template--26635229135181__image_with_text_overlay_Dc4ifj .text-scheme-text.bg-scheme-background.h-full.w-full {
    opacity: 0;
    background-color: transparent;
  }

  #shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka .text-scheme-text.bg-scheme-background.h-full.w-full {
    opacity: 0;
    background-color: transparent;
  }

  #shopify-section-template--26635229135181__image_with_text_overlay_8Q67ka #movement-hero-template--26635229135181__image_with_text_overlay_8Q67ka {
    background-image: url("/cdn/shop/files/b2b-team_038ebd47-e493-4059-b356-9903b835e14d.png?v=1765037278");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
  }

  #shopify-section-template--26635229135181__request_quote_hAJg8g .border-t.pt-8.flex.flex-col.md\:flex-row.items-center.justify-between.gap-4.mt-6 a {
    padding-top: 32px;
    padding-bottom: 188px;
  }

  #shopify-section-template--26672176922957__rich_text_dxrBVR .lg\:w-1\/2 {
    width: 100%;
  }

    #shopify-section-template--26672176922957__text_columns_with_images_kEjNCY li.lg\:col-span-6.md\:col-span-6.text-base.text-scheme-text:first-child .relative.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden {
      height: 120px !important; 
    }

  #shopify-section-template--26672176922957__text_columns_with_images_kEjNCY .relative.bg-scheme-background.rounded-lg.border.border-gridline-color.overflow-hidden {
    height: 220px !important;
  }

  #shopify-section-template--26672176922957__image_with_text_overlay_eJ4CVT .group.absolute.bottom-0.left-0.right-0.top-0.z-10.px-section-horizontal-spacing.py-section-vertical-spacing {
    /* background-image: url("/cdn/shop/files/story.png?v=1765653059");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 20px; */
  }
  div#shopify-section-template--26672176922957__image_with_text_overlay_eJ4CVT {
    border-radius: 20px;
    overflow: hidden;
}

  #shopify-section-template--26672176922957__image_with_text_overlay_eJ4CVT .rte.mt-4.text-base p {
    color: #fff;
  }
}