/** Shopify CDN: Minification failed

Line 1349:6 Unexpected "\"[data-mega-trigger]\""

**/
/*
    ⚠️ WARNING
    ---------
    Do not remove or edit this file unless you know what you're doing
*/

*, ::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.15 | 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: currentColor; /* 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 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
  }

.slick-list:focus {
      outline: none;
    }

.slick-list.draggable {
      cursor: grab;
    }

.slick-list.draggable:active {
        cursor: grabbing;
      }

.slick-list.dragging {
      cursor: pointer;
      cursor: hand;
    }

.slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.slick-track::before,
    .slick-track::after {
      display: table;

      content: "";
    }

.slick-track::after {
      clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
  }

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
  }

.slick-slide img {
      display: block;
    }

.slick-slide.slick-loading img {
      display: none;
    }

.slick-slide.dragging img {
      pointer-events: none;
    }

.slick-slide.slick-cloned * {
      animation: none;
      opacity: 1;
    }

[dir="rtl"] .slick-slide {
    float: right;
  }

.slick-initialized .slick-slide {
    display: block;
  }

.slick-loading .slick-slide {
    visibility: hidden;
  }

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
  }

.slick-arrow.slick-hidden {
    display: none;
  }

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

}

.slick-dots {
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0.375rem;
  }

.slick-dots li button {
        height: 0.5rem;
        width: 0.5rem;

        border: rem(1) solid #000000;
        border-radius: 100%;

        transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
      }

.slick-dots li.slick-active button {
        background-color: #000000;
      }

.slick-autoplay-toggle-button {
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 8px;
    bottom: 8px;
    padding: 4px 8px;
    border-radius: 0.25rem;
  }

.slick-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
  }

.slick-dots li button {
    height: 2px;
    width: 32px;
    border: 1px solid #CCC9C6;
    transition: border 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }

.slick-dots li.slick-active button {
    border: 1px solid #101820;
  }

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

.\!swiper {
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative !important;
    overflow: hidden !important;
    list-style: none !important;
    padding: 0 !important;
    /* Fix of Webkit flickering */
    z-index: 1 !important;
  }

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }

.swiper-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }

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

.swiper-slide.swiper-slide-duplicate,
      .swiper-slide.swiper-slide-duplicate * {
        animation: none !important;
        opacity: 1 !important;
      }

/* Auto Height */

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

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

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

/* 3D Effects */

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

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

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

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

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
  }

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

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

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

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

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

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

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

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

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

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

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }

:root {
    --swiper-navigation-size: 44px;
    /*
      --swiper-navigation-color: var(--swiper-theme-color);
      */
  }

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

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

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

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

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

.swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }

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

.swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
  }

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

.swiper-button-lock {
    display: none;
  }

:root {
    /*
      --swiper-pagination-color: var(--swiper-theme-color);
      --swiper-pagination-bullet-size: 8px;
      --swiper-pagination-bullet-width: 8px;
      --swiper-pagination-bullet-height: 8px;
      --swiper-pagination-bullet-inactive-color: #000;
      --swiper-pagination-bullet-inactive-opacity: 0.2;
      --swiper-pagination-bullet-opacity: 1;
      --swiper-pagination-bullet-horizontal-gap: 4px;
      --swiper-pagination-bullet-vertical-gap: 6px;
      */
  }

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }

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

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

/* Common Styles */

/* Bullets */

/* Progress */

/* Scrollbar */

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }

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

.swiper-horizontal > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }

.swiper-vertical > .swiper-scrollbar,
  .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }

.swiper-scrollbar-lock {
    display: none;
  }

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

.swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

.swiper-slide-zoomed {
    cursor: move;
  }

/* Preloader */

:root {
    /*
      --swiper-preloader-color: var(--swiper-theme-color);
      */
  }

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

.\!swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear !important;
  }

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

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

/* a11y */

.\!swiper .swiper-notification {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
    z-index: -1000 !important;
  }

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
  }

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }

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

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

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

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

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }

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

.swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-prev,
  .swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }

.swiper-cube .swiper-slide-shadow-top,
  .swiper-cube .swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
  }

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }

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

.swiper-flip .swiper-slide-shadow-top,
  .swiper-flip .swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }

.prose h1, .prose h2 {
            margin-bottom: .5em;
        }

.prose h1, .prose h2, .prose h3 {
            font-weight: 900;
        }

.prose a {
          transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
        }

:where(*) {
    /* Set the default border color here */
    border-color: #101820;

    outline: none;
    transition: box-shadow 200ms ease-out;

    --ring-clr: #101820;
  }

:where(*).focus-visible{
  --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, 0 0 #0000);
  --tw-ring-color: var(--ring-clr);
  --tw-ring-offset-width: 2px;

}

:where(*):focus-visible{
  --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, 0 0 #0000);
  --tw-ring-color: var(--ring-clr);
  --tw-ring-offset-width: 2px;

}

html {
    /* Set the default font color here */
    color: #101820;

    /* Set the default font family here */
    /* font-family: theme('fontFamily.example'); */

    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--nav-height) + 30px);
  }

body {
    /* Set the default font weight here */
    font-weight: 400;
    --nav-height: 64px;
    --bar-height: 32px;
    --fold-height: calc(100vh - 64px - 32px);
  }

a {
    display: inline-block;
  }

a:not("[data-mega-trigger]"):hover,
  a:focus {
    color: #101820;
  }

/* Prevent default section wrappers from affecting the layout */

/* .shopify-section {
    display: contents;
  } */

[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 {
    outline: none;
    transition: box-shadow 200ms ease-out;
  }

[type="text"].focus-visible, [type="email"].focus-visible, [type="url"].focus-visible, [type="password"].focus-visible, [type="number"].focus-visible, [type="date"].focus-visible, [type="datetime-local"].focus-visible, [type="month"].focus-visible, [type="search"].focus-visible, [type="tel"].focus-visible, [type="time"].focus-visible, [type="week"].focus-visible, [multiple].focus-visible, textarea.focus-visible, select.focus-visible {
      --tw-ring-color: var(--ring-color);
      --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(3px + 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-offset-width: 2px;
    }

[type="text"]:focus-visible, [type="email"]:focus-visible, [type="url"]:focus-visible, [type="password"]:focus-visible, [type="number"]:focus-visible, [type="date"]:focus-visible, [type="datetime-local"]:focus-visible, [type="month"]:focus-visible, [type="search"]:focus-visible, [type="tel"]:focus-visible, [type="time"]:focus-visible, [type="week"]:focus-visible, [multiple]:focus-visible, textarea:focus-visible, select:focus-visible {
      --tw-ring-color: var(--ring-color);
      --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(3px + 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-offset-width: 2px;
    }

/* 
    Extend the `appearance-none` utility
  */

/* Remove the default controls from input[type="number"] */

/* Remove the default controls from input[type="search"] */

/* clears the 'X' from Internet Explorer */

/* clears the 'X' from Chrome */

.container{
  width: 100%;

}

@media (min-width: 345px){

  .container{
    max-width: 345px;

  }

}

@media (min-width: 576px){

  .container{
    max-width: 576px;

  }

}

@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: 1280px){

  .container{
    max-width: 1280px;

  }

}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;

  }

}

@media (min-width: 1800px){

  .container{
    max-width: 1800px;

  }

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;

}

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

}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;

}

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

}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;

}

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

}

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

}

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

}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;

}

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

}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;

}

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

}

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

}

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

}

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

}

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

}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;

}

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

}

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

}

.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;

}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;

}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;

}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;

}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;

}

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

}

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

}

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

}

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

}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;

}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;

}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;

}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;

}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;

}

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

}

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

}

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

}

.cart-count:before {
        position: relative;
        right: 4px;
        content: "";
        background-color: #101820;
        display: inline-block;
        border-radius: 9999px;
        width: 3px;
        height: 3px;
        margin-bottom: 4px;
    }

[class*="btn"]:active:not(:disabled), [class*="btn"].focus-visible:not(:disabled), [class*="btn"]:hover:not(:disabled) {
        background-color: var(--bg-hover, var(--bg, var(--default-clr)));
        border-color: var(--border-hover, var(--border, var(--bg-hover, var(--bg, var(--default-clr)))));
        color: var(--clr-hover, var(--clr, var(--default-bg)));
      }

[class*="btn"]:active:not(:disabled), [class*="btn"]:focus-visible:not(:disabled), [class*="btn"]:hover:not(:disabled) {
        background-color: var(--bg-hover, var(--bg, var(--default-clr)));
        border-color: var(--border-hover, var(--border, var(--bg-hover, var(--bg, var(--default-clr)))));
        color: var(--clr-hover, var(--clr, var(--default-bg)));
      }

[class*="btn"]{

    transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: background-color, border-color, box-shadow, color;

}

[class*="btn-toggle"] {
    border: rem(1.5) solid var(--border);
  }

.marquee {
    --bg: transparent;
    --gap: 36px;
    
    gap: var(--gap);
    background-color: var(--bg);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: relative;
    display: flex;
    width: 100%;
    overflow: hidden;
  }

/* Reverse animation */

.marquee.on .marquee--content{
  opacity: 1;
    animation: scroll var(--speed) linear infinite;

}

.marquee.on:hover .marquee--content,
  .marquee.paused .marquee--content {
    animation-play-state: paused;
  }

/* Pause animation when reduced-motion is set */

@media (prefers-reduced-motion: reduce) {
    .marquee.on .marquee--content {
      animation-play-state: paused !important;
    }
  }

@keyframes scroll {
    from {
      transform: translateX(0);
    } to {
      transform: translateX(calc(-100% - var(--gap)));
    }
  }

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

}

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

}

.left-0{
  left: 0px;

}

.left-5{
  left: 1.25rem;

}

.right-0{
  right: 0px;

}

.right-5{
  right: 1.25rem;

}

.top-0{
  top: 0px;

}

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

}

.top-\[-1px\]{
  top: -1px;

}

.isolate{
  isolation: isolate;

}

.z-10{
  z-index: 10;

}

.z-20{
  z-index: 20;

}

.z-30{
  z-index: 30;

}

.z-40{
  z-index: 40;

}

.z-50{
  z-index: 50;

}

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

}

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

}

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

}

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

}

.m-0{
  margin: 0px;

}

.m-1{
  margin: 0.25rem;

}

.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;

}

.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;

}

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

}

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

}

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

}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;

}

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

}

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

}

.\!mr-0{
  margin-right: 0px !important;

}

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

}

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

}

.-mt-20{
  margin-top: -5rem;

}

.mb-0{
  margin-bottom: 0px;

}

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

}

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

}

.mb-14{
  margin-bottom: 3.5rem;

}

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

}

.mb-3{
  margin-bottom: 0.75rem;

}

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

}

.mb-5{
  margin-bottom: 1.25rem;

}

.mb-6{
  margin-bottom: 1.5rem;

}

.mb-7{
  margin-bottom: 1.75rem;

}

.mb-\[13px\]{
  margin-bottom: 13px;

}

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

}

.ml-auto{
  margin-left: auto;

}

.mr-0{
  margin-right: 0px;

}

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

}

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

}

.mr-2\.5{
  margin-right: 0.625rem;

}

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

}

.mr-auto{
  margin-right: auto;

}

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

}

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

}

.mt-14{
  margin-top: 3.5rem;

}

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

}

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

}

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

}

.mt-40{
  margin-top: 10rem;

}

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

}

.mt-6{
  margin-top: 1.5rem;

}

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

}

.mt-nav{
  margin-top: calc(var(--bar-height) + var(--nav-height));

}

.\!block{
  display: block !important;

}

.block{
  display: block;

}

.inline-block{
  display: inline-block;

}

.inline{
  display: inline;

}

.\!flex{
  display: flex !important;

}

.flex{
  display: flex;

}

.table{
  display: table;

}

.table-caption{
  display: table-caption;

}

.table-cell{
  display: table-cell;

}

.grid{
  display: grid;

}

.contents{
  display: contents;

}

.\!hidden{
  display: none !important;

}

.hidden{
  display: none;

}

.aspect-16\/9{
  aspect-ratio: 16 / 9;

}

.aspect-5\/7{
  aspect-ratio: 5 / 7;

}

.aspect-8\/10{
  aspect-ratio: 8 / 10;

}

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

}

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

}

.h-1{
  height: 0.25rem;

}

.h-16{
  height: 4rem;

}

.h-2{
  height: 0.5rem;

}

.h-4{
  height: 1rem;

}

.h-6{
  height: 1.5rem;

}

.h-7{
  height: 1.75rem;

}

.h-\[11px\]{
  height: 11px;

}

.h-\[12px\]{
  height: 12px;

}

.h-\[14px\]{
  height: 14px;

}

.h-\[31px\]{
  height: 31px;

}

.h-\[32px\]{
  height: 32px;

}

.h-\[40px\]{
  height: 40px;

}

.h-\[60px\]{
  height: 60px;

}

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

}

.h-full{
  height: 100%;

}

.max-h-32{
  max-height: 8rem;

}

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

}

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

}

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

}

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

}

.w-16{
  width: 4rem;

}

.w-2{
  width: 0.5rem;

}

.w-3{
  width: 0.75rem;

}

.w-4{
  width: 1rem;

}

.w-6{
  width: 1.5rem;

}

.w-7{
  width: 1.75rem;

}

.w-\[12px\]{
  width: 12px;

}

.w-\[24px\]{
  width: 24px;

}

.w-\[32px\]{
  width: 32px;

}

.w-\[40px\]{
  width: 40px;

}

.w-\[60px\]{
  width: 60px;

}

.w-auto{
  width: auto;

}

.w-full{
  width: 100%;

}

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

}

.w-screen{
  width: 100vw;

}

.min-w-\[30px\]{
  min-width: 30px;

}

.min-w-\[75px\]{
  min-width: 75px;

}

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

}

.max-w-16{
  max-width: 4rem;

}

.max-w-80{
  max-width: 20rem;

}

.max-w-\[1000px\]{
  max-width: 1000px;

}

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

}

.max-w-\[120px\]{
  max-width: 120px;

}

.max-w-\[24px\]{
  max-width: 24px;

}

.max-w-\[80rem\]{
  max-width: 80rem;

}

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

}

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

}

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

}

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

}

.flex-shrink{
  flex-shrink: 1;

}

.\!shrink{
  flex-shrink: 1 !important;

}

.shrink{
  flex-shrink: 1;

}

.flex-grow{
  flex-grow: 1;

}

.grow{
  flex-grow: 1;

}

.border-collapse{
  border-collapse: collapse;

}

.origin-bottom{
  transform-origin: bottom;

}

.origin-top{
  transform-origin: top;

}

.-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-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-\[200\%\]{
  --tw-translate-y: -200%;
  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-2{
  --tw-translate-y: 0.5rem;
  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-90{
  --tw-rotate: 90deg;
  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-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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-none{
  transform: none !important;

}

@keyframes fadeIn{

  from{
    opacity: 0;

  }

}

.animate-fadeIn{
  animation: 1s both fadeIn;

}

@keyframes fadeInUp{

  from{
    transform: translate3d(0, 100%, 0);
    opacity: 0;

  }

}

.animate-fadeInUp{
  animation: 1s both fadeInUp;

}

@keyframes fadeOutUp{

  to{
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden;

  }

}

.animate-fadeOutUp{
  animation: 1s both fadeOutUp;

}

.cursor-pointer{
  cursor: pointer;

}

.resize{
  resize: both;

}

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

}

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

}

.grid-cols-\[1fr_2fr\]{
  grid-template-columns: 1fr 2fr;

}

.grid-cols-\[85px_1fr\]{
  grid-template-columns: 85px 1fr;

}

.flex-col{
  flex-direction: column;

}

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

}

.flex-wrap{
  flex-wrap: wrap;

}

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

}

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

}

.items-center{
  align-items: center;

}

.items-baseline{
  align-items: baseline;

}

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

}

.justify-center{
  justify-content: center;

}

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

}

.gap-0{
  gap: 0px;

}

.gap-1{
  gap: 0.25rem;

}

.gap-16{
  gap: 4rem;

}

.gap-2{
  gap: 0.5rem;

}

.gap-3{
  gap: 0.75rem;

}

.gap-4{
  gap: 1rem;

}

.gap-5{
  gap: 1.25rem;

}

.gap-6{
  gap: 1.5rem;

}

.gap-\[\.5em\]{
  gap: .5em;

}

.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;

}

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

}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;

}

.gap-y-10{
  row-gap: 2.5rem;

}

.gap-y-12{
  row-gap: 3rem;

}

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

}

.gap-y-5{
  row-gap: 1.25rem;

}

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

}

.self-end{
  align-self: flex-end;

}

.self-center{
  align-self: center;

}

.overflow-hidden{
  overflow: hidden;

}

.overflow-scroll{
  overflow: scroll;

}

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

}

.rounded{
  border-radius: 0.25rem;

}

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

}

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

}

.rounded-sm{
  border-radius: 0.125rem;

}

.\!border{
  border-width: 1px !important;

}

.border{
  border-width: 1px;

}

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

}

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

}

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

}

.border-t{
  border-top-width: 1px;

}

.\!border-solid{
  border-style: solid !important;

}

.border-solid{
  border-style: solid;

}

.\!border-none{
  border-style: none !important;

}

.\!border-night{
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 24 32 / var(--tw-border-opacity, 1)) !important;

}

.border-day{
  --tw-border-opacity: 1;
  border-color: rgb(244 243 242 / var(--tw-border-opacity, 1));

}

.border-night{
  --tw-border-opacity: 1;
  border-color: rgb(16 24 32 / var(--tw-border-opacity, 1));

}

.border-stone{
  --tw-border-opacity: 1;
  border-color: rgb(204 201 198 / var(--tw-border-opacity, 1));

}

.border-sunny{
  --tw-border-opacity: 1;
  border-color: rgb(242 186 57 / var(--tw-border-opacity, 1));

}

.\!bg-concrete{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 248 242 / var(--tw-bg-opacity, 1)) !important;

}

.\!bg-night{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 24 32 / var(--tw-bg-opacity, 1)) !important;

}

.\!bg-transparent{
  background-color: transparent !important;

}

.bg-concrete{
  --tw-bg-opacity: 1;
  background-color: rgb(249 248 242 / var(--tw-bg-opacity, 1));

}

.bg-night{
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 32 / var(--tw-bg-opacity, 1));

}

.bg-transparent{
  background-color: transparent;

}

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

}

.p-0{
  padding: 0px;

}

.p-1{
  padding: 0.25rem;

}

.p-2{
  padding: 0.5rem;

}

.p-2\.5{
  padding: 0.625rem;

}

.p-5{
  padding: 1.25rem;

}

.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;

}

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

}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;

}

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;

}

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

}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;

}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;

}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;

}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;

}

.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-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;

}

.\!pb-0{
  padding-bottom: 0px !important;

}

.\!pt-1{
  padding-top: 0.25rem !important;

}

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

}

.pb-11{
  padding-bottom: 2.75rem;

}

.pb-20{
  padding-bottom: 5rem;

}

.pb-24{
  padding-bottom: 6rem;

}

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

}

.pb-6{
  padding-bottom: 1.5rem;

}

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

}

.pl-0{
  padding-left: 0px;

}

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

}

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

}

.pr-5{
  padding-right: 1.25rem;

}

.pr-8{
  padding-right: 2rem;

}

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

}

.pt-20{
  padding-top: 5rem;

}

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

}

.pt-6{
  padding-top: 1.5rem;

}

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

}

.pt-nav{
  padding-top: calc(var(--bar-height) + var(--nav-height));

}

.text-left{
  text-align: left;

}

.text-center{
  text-align: center;

}

.text-right{
  text-align: right;

}

.\!font-abcSimonMono{
  font-family: ABC Simon Mono, serif !important;

}

.\!font-outOfTheSandbox{
  font-family: ootsb !important;

}

.font-abcSimonMono{
  font-family: ABC Simon Mono, serif;

}

.font-bradford{
  font-family: Bradford Trial TT, sans-serif;

}

.font-supreme{
  font-family: Supreme LL, sans-serif;

}

.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;

}

.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;

}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;

}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;

}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;

}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;

}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;

}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;

}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;

}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;

}

.font-black{
  font-weight: 900;

}

.font-bold{
  font-weight: 700;

}

.font-normal{
  font-weight: 400;

}

.font-semibold{
  font-weight: 600;

}

.uppercase{
  text-transform: uppercase;

}

.lowercase{
  text-transform: lowercase;

}

.capitalize{
  text-transform: capitalize;

}

.italic{
  font-style: italic;

}

.leading-5{
  line-height: 1.25rem;

}

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

}

.leading-\[30px\]{
  line-height: 30px;

}

.leading-none{
  line-height: 1;

}

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

}

.tracking-tight{
  letter-spacing: -0.025em;

}

.tracking-wide{
  letter-spacing: 0.025em;

}

.tracking-wider{
  letter-spacing: 0.05em;

}

.tracking-widest{
  letter-spacing: 0.1em;

}

.\!text-night{
  --tw-text-opacity: 1 !important;
  color: rgb(16 24 32 / var(--tw-text-opacity, 1)) !important;

}

.text-\[\#B2ABA5\]{
  --tw-text-opacity: 1;
  color: rgb(178 171 165 / var(--tw-text-opacity, 1));

}

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

}

.text-day{
  --tw-text-opacity: 1;
  color: rgb(244 243 242 / var(--tw-text-opacity, 1));

}

.text-night{
  --tw-text-opacity: 1;
  color: rgb(16 24 32 / var(--tw-text-opacity, 1));

}

.text-night\/50{
  color: rgb(16 24 32 / 0.5);

}

.text-sunny{
  --tw-text-opacity: 1;
  color: rgb(242 186 57 / var(--tw-text-opacity, 1));

}

.underline{
  text-decoration-line: underline;

}

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

}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

.opacity-0{
  opacity: 0;

}

.opacity-100{
  opacity: 1;

}

.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;

}

.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}

.outline{
  outline-style: solid;

}

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

}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);

}

.grayscale{
  --tw-grayscale: grayscale(100%);
  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);

}

.\!invert{
  --tw-invert: invert(100%) !important;
  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;

}

.invert{
  --tw-invert: invert(100%);
  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-\[padding\]{
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;

}

.transition-all{
  transition-property: all;
  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;

}

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

}

.duration-500{
  transition-duration: 500ms;

}

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

}

.enter{
  --tw-transition-delay: 0s;
  --tw-transition-duration: 150ms;
  --tw-transition-timing: cubic-bezier(0.4, 0, 0.2, 1);
  transition: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, visibility 0s, -webkit-backdrop-filter var(--tw-transition-duration) var(--tw-transition-timing) var(--tw-transition-delay);
  transition: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter var(--tw-transition-duration) var(--tw-transition-timing) var(--tw-transition-delay), visibility 0s;
  transition: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter var(--tw-transition-duration) var(--tw-transition-timing) var(--tw-transition-delay), visibility 0s, -webkit-backdrop-filter var(--tw-transition-duration) var(--tw-transition-timing) var(--tw-transition-delay);

}

.custom-overlay::after {
    content: "";
    position: fixed;
    background: #000000;
    inset: 0;
    opacity: 0;
    cursor: zoom-out;
    pointer-events: none;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }

/* [data-utility="reveal"]:not(.revealing, .revealed),
  [data-js="utility/reveal"]:not(.revealing, .revealed), */

[class*="reveal:"]:not(.revealing, .revealed) {
    animation-name: none !important;
    animation-duration: var(--animate-duration);
    animation-fill-mode: both;

    opacity: 0 !important;
  }

.no-scrollbar {
        -ms-overflow-style: none; /* IE & Edge */

        scrollbar-width: none; /* Chrome, Safari, & Opera */
    }

/* Firefox */

.no-scrollbar::-webkit-scrollbar { display: none; }

.smooth-underline {
      position: relative;
      width: -moz-fit-content;
      width: fit-content;
    }

.smooth-underline::after {
        position: absolute;
        bottom: 2px;
        content: "";
        display: block;
        background-color: currentColor;
        height: 0.05em;
        width: 100%;
        transform-origin: bottom right;
  
        --tw-scale-x: 0;
  
        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));
  
        transition-property: transform;
  
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  
        transition-duration: 150ms;
      }

/* Import all other files here */

/* Slider */

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */

.swiper-slide-visible {
  z-index: -1;
}

@font-face {
  font-family: 'ootsb';
  src: url('{{ 'ootsb.svg' | asset_url }}') format('svg');
  font-weight: normal;
  font-style: normal;
}

#locksmith-wrapper {

}

@media (min-width: 768px) {
  #locksmith-wrapper {

  }
}

.shopify-challenge__container {
    padding-top: 2rem;
}

@media (min-width: 640px) {

.shopify-challenge__container {
        padding-top: 4rem
}
    }

.shopify-challenge__container .shopify-challenge__message {
        font-size: 1.875rem;
        font-weight: 900;
        margin-bottom: 1.25rem;
        padding-inline: 1.25rem;
    }

@media (min-width: 640px) {

.shopify-challenge__container .shopify-challenge__message {
            font-size: 2.25rem
    }
        }

.shopify-challenge__container form iframe[title="reCAPTCHA"] {
            /* margin: auto; */
        }

.shopify-challenge__container form .shopify-challenge__button {
            margin-top: 1.25rem;
            padding-inline: 1.25rem;
        }

:root {
  /* Set the default focus ring color here */
  --ring-color: rgb(16 24 32 / 60);
}

*,
::before,
::after {
  --tw-ring-color: var(--ring-color);
}

/* Add default styles to the "policy" pages */

.shopify-policy__container h1,.shopify-policy__container h2 {
            margin-bottom: .5em;
        }

.shopify-policy__container h1,.shopify-policy__container h2,.shopify-policy__container h3 {
            font-weight: 900;
        }

.shopify-policy__container a {
          transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
        }

.shopify-policy__container{
  color: var(--tw-prose-body);
  max-width: 65ch;

}

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

}

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

}

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

}

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

}

.shopify-policy__container :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;

}

.shopify-policy__container :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;

}

.shopify-policy__container :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;

}

.shopify-policy__container :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;

}

.shopify-policy__container :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;

}

.shopify-policy__container :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;

}

.shopify-policy__container :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;

}

.shopify-policy__container :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;

}

.shopify-policy__container :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;

}

.shopify-policy__container :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;

}

.shopify-policy__container :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;

}

.shopify-policy__container :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;

}

.shopify-policy__container :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;

}

.shopify-policy__container :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;

}

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

}

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

}

.shopify-policy__container :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;

}

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

}

.shopify-policy__container :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;

}

.shopify-policy__container :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;

}

.shopify-policy__container :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

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

}

.shopify-policy__container :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;

}

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

}

.shopify-policy__container :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;

}

.shopify-policy__container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;

}

.shopify-policy__container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";

}

.shopify-policy__container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";

}

.shopify-policy__container :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;

}

.shopify-policy__container :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;

}

.shopify-policy__container :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;

}

.shopify-policy__container :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;

}

.shopify-policy__container :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;

}

.shopify-policy__container :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;

}

.shopify-policy__container :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;

}

.shopify-policy__container :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;

}

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

}

.shopify-policy__container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;

}

.shopify-policy__container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;

}

.shopify-policy__container :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;

}

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

}

.shopify-policy__container :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;

}

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

}

.shopify-policy__container :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;

}

.shopify-policy__container :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;

}

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

}

.shopify-policy__container :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;

}

.shopify-policy__container :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;

}

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

}

.shopify-policy__container :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;

}

.shopify-policy__container{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;

}

.shopify-policy__container :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;

}

.shopify-policy__container :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;

}

.shopify-policy__container :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;

}

.shopify-policy__container :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;

}

.shopify-policy__container :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;

}

.shopify-policy__container :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;

}

.shopify-policy__container :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;

}

.shopify-policy__container :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;

}

.shopify-policy__container :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;

}

.shopify-policy__container :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;

}

.shopify-policy__container :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;

}

.shopify-policy__container :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;

}

.shopify-policy__container :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;

}

.shopify-policy__container :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;

}

.shopify-policy__container :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;

}

.shopify-policy__container :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;

}

.shopify-policy__container :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;

}

.shopify-policy__container :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;

}

.shopify-policy__container :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;

}

.shopify-policy__container :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;

}

.shopify-policy__container :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;

}

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

}

.shopify-policy__container :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;

}

.shopify-policy__container :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;

}

.shopify-policy__container{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem !important;
  margin-top: 7rem !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;

}

[data-header-wrapper] {
  background-color: rgba(249, 248, 242, 1);
  transition: background-color .25s ease-in-out;
}

[data-template="index"] [data-header-wrapper] {
  background-color: rgba(249, 248, 242, 0);
  transition: background-color .25s ease-in-out;
}

[data-header-wrapper].activated {
  background-color: rgba(249, 248, 242, 0.9);
  transition: background-color .25s ease-in-out;
}

[data-header-wrapper].activated.on {
  background-color: rgba(249, 248, 242, 1);
  transition: background-color .25s ease-in-out;
}

.sticky-announcement-bar {
  box-shadow: 0px 0px 20px -15px rgba(0,0,0,0.75);
}

form.search input[type="text"]::-moz-placeholder, [data-search] #search-bar::-moz-placeholder {
  font-family: ABC Simon Mono, serif;
}

form.search input[type="text"],
form.search input[type="text"]::placeholder,
[data-search] #search-bar,
[data-search] #search-bar::placeholder {
  font-family: ABC Simon Mono, serif;
}

[data-hook="shopify-rte-wrapper"] .one_line_col {
  margin: 1.5rem 0;
}

[data-hook="shopify-rte-wrapper"] .one_line_col ul {
  margin: 1rem 2rem;
}

[data-hook="shopify-rte-wrapper"] .one_line_col ul li {
  list-style: square;
}

[data-hook="shopify-rte-wrapper"] .one_line_col h1,
[data-hook="shopify-rte-wrapper"] .one_line_col h2,
[data-hook="shopify-rte-wrapper"] .one_line_col h3,
[data-hook="shopify-rte-wrapper"] .one_line_col h4,
[data-hook="shopify-rte-wrapper"] .one_line_col h5,
[data-hook="shopify-rte-wrapper"] .one_line_col h6 {
  text-transform: uppercase;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;

}

.hover\:border-sunny:hover{
  --tw-border-opacity: 1;
  border-color: rgb(242 186 57 / var(--tw-border-opacity, 1));

}

.hover\:\!bg-night:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 24 32 / var(--tw-bg-opacity, 1)) !important;

}

.hover\:bg-day\/30:hover{
  background-color: rgb(244 243 242 / 0.3);

}

.hover\:bg-night:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 32 / var(--tw-bg-opacity, 1));

}

.hover\:\!text-concrete:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(249 248 242 / var(--tw-text-opacity, 1)) !important;

}

.hover\:\!text-night:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(16 24 32 / var(--tw-text-opacity, 1)) !important;

}

.hover\:text-day:hover{
  --tw-text-opacity: 1;
  color: rgb(244 243 242 / var(--tw-text-opacity, 1));

}

.hover\:text-sunny:hover{
  --tw-text-opacity: 1;
  color: rgb(242 186 57 / var(--tw-text-opacity, 1));

}

.hover\:smooth-underline-shown:hover::after {
        transform-origin: bottom left;
        --tw-scale-x: 1;
    }

.focus-visible\:translate-y-5.focus-visible{
  --tw-translate-y: 1.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));

}

.focus-visible\:translate-y-5:focus-visible{
  --tw-translate-y: 1.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));

}

.focus-visible\:border-sunny.focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(242 186 57 / var(--tw-border-opacity, 1));

}

.focus-visible\:border-sunny:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(242 186 57 / var(--tw-border-opacity, 1));

}

.focus-visible\:\!bg-night.focus-visible{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 24 32 / var(--tw-bg-opacity, 1)) !important;

}

.focus-visible\:\!bg-night:focus-visible{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 24 32 / var(--tw-bg-opacity, 1)) !important;

}

.focus-visible\:\!text-concrete.focus-visible{
  --tw-text-opacity: 1 !important;
  color: rgb(249 248 242 / var(--tw-text-opacity, 1)) !important;

}

.focus-visible\:\!text-concrete:focus-visible{
  --tw-text-opacity: 1 !important;
  color: rgb(249 248 242 / var(--tw-text-opacity, 1)) !important;

}

.focus-visible\:text-sunny.focus-visible{
  --tw-text-opacity: 1;
  color: rgb(242 186 57 / var(--tw-text-opacity, 1));

}

.focus-visible\:text-sunny:focus-visible{
  --tw-text-opacity: 1;
  color: rgb(242 186 57 / var(--tw-text-opacity, 1));

}

.focus-visible\:smooth-underline-shown.focus-visible::after {
        transform-origin: bottom left;
        --tw-scale-x: 1;
    }

.focus-visible\:smooth-underline-shown:focus-visible::after {
        transform-origin: bottom left;
        --tw-scale-x: 1;
    }

.disabled\:\!bg-night\/10:disabled{
  background-color: rgb(16 24 32 / 0.1) !important;

}

.disabled\:bg-night\/10:disabled{
  background-color: rgb(16 24 32 / 0.1);

}

.group:hover .group-hover\:visible{
  visibility: visible;

}

.group\/arrow-link:hover .group-hover\/arrow-link\:mr-3{
  margin-right: 0.75rem;

}

.group\/arrow-link:hover .group-hover\/arrow-link\:mr-6{
  margin-right: 1.5rem;

}

.group:hover .group-hover\:mr-3{
  margin-right: 0.75rem;

}

.group:hover .group-hover\: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));

}

.group:hover .group-hover\:opacity-100{
  opacity: 1;

}

.group\/cart_toggle:hover .group-hover\/cart_toggle\:smooth-underline-shown::after {
        transform-origin: bottom left;
        --tw-scale-x: 1;
    }

.group\/search:hover .group-hover\/search\:smooth-underline-shown::after {
        transform-origin: bottom left;
        --tw-scale-x: 1;
    }

.group.focus-visible .group-focus-visible\: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));

}

.group:focus-visible .group-focus-visible\: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));

}

.group.focus-visible .group-focus-visible\:opacity-100{
  opacity: 1;

}

.group:focus-visible .group-focus-visible\:opacity-100{
  opacity: 1;

}

.group:disabled .group-disabled\:block{
  display: block;

}

.group:disabled .group-disabled\:hidden{
  display: none;

}

.\>\:\!shrink > *{
  flex-shrink: 1 !important;

}

.activated\:visible.activated{
  visibility: visible;

}

.activated\:invisible.activated{
  visibility: hidden;

}

.activated\:block.activated{
  display: block;

}

.activated\:flex.activated{
  display: flex;

}

.activated\:translate-x-0.activated{
  --tw-translate-x: 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));

}

.activated\:translate-y-full.activated{
  --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));

}

.activated\:rotate-0.activated{
  --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));

}

@keyframes fadeIn{

  from{
    opacity: 0;

  }

}

.activated\:animate-fadeIn.activated{
  animation: 1s both fadeIn;

}

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

}

.activated\:custom-overlay-shown.activated::after::after {
    content: "";
    position: fixed;
    background: #000000;
    inset: 0;
    opacity: 0;
    cursor: zoom-out;
    pointer-events: none;
    transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }

.activated\:custom-overlay-shown.activated::after {

    opacity: 0.4;
    pointer-events: auto;
  }

.group\/hamburger.activated .group-activated\/hamburger\:block{
  display: block;

}

.group\/video-player.activated .group-activated\/video-player\:flex{
  display: flex;

}

.group\/hamburger.activated .group-activated\/hamburger\:hidden{
  display: none;

}

.group\/video-player.activated .group-activated\/video-player\:hidden{
  display: none;

}

.group\/header_wrapper.activated .group-activated\/header_wrapper\:-translate-y-2{
  --tw-translate-y: -0.5rem;
  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\/header_wrapper.activated .group-activated\/header_wrapper\:translate-y-2{
  --tw-translate-y: 0.5rem;
  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\/desktop-nav.activated .group-activated\/desktop-nav\:text-night{
  --tw-text-opacity: 1;
  color: rgb(16 24 32 / var(--tw-text-opacity, 1));

}

.group\/mobile-nav.activated .group-activated\/mobile-nav\:text-night{
  --tw-text-opacity: 1;
  color: rgb(16 24 32 / var(--tw-text-opacity, 1));

}

.group\/header_wrapper.activated .group-activated\/header_wrapper\:opacity-0{
  opacity: 0;

}

.group.activated .group-activated\:opacity-100{
  opacity: 1;

}

.peer.activated ~ .peer-activated\:hidden{
  display: none;

}

@media (min-width: 640px){

  .sm\:mb-1{
    margin-bottom: 0.25rem;

  }

  .sm\:max-w-\[400px\]{
    max-width: 400px;

  }

  .sm\:gap-y-16{
    row-gap: 4rem;

  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

}

@media (min-width: 768px){

  .md\:inset-auto{
    inset: auto;

  }

  .md\:bottom-20{
    bottom: 5rem;

  }

  .md\:right-20{
    right: 5rem;

  }

  .md\:mt-16{
    margin-top: 4rem;

  }

  .md\:\!block{
    display: block !important;

  }

  .md\:block{
    display: block;

  }

  .md\:\!inline-block{
    display: inline-block !important;

  }

  .md\:flex{
    display: flex;

  }

  .md\:table-cell{
    display: table-cell;

  }

  .md\:\!hidden{
    display: none !important;

  }

  .md\:hidden{
    display: none;

  }

  .md\:aspect-video{
    aspect-ratio: 16 / 9;

  }

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

  }

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

  }

  .md\:max-w-\[100px\]{
    max-width: 100px;

  }

  .md\:max-w-fit{
    max-width: -moz-fit-content;
    max-width: fit-content;

  }

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

  }

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

  }

  .md\:grid-cols-\[110px_1fr\]{
    grid-template-columns: 110px 1fr;

  }

  .md\:flex-row{
    flex-direction: row;

  }

  .md\:gap-0{
    gap: 0px;

  }

  .md\:gap-16{
    gap: 4rem;

  }

  .md\:gap-20{
    gap: 5rem;

  }

  .md\:gap-7{
    gap: 1.75rem;

  }

  .md\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;

  }

  .md\:gap-y-20{
    row-gap: 5rem;

  }

  .md\:gap-y-24{
    row-gap: 6rem;

  }

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;

  }

  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;

  }

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

  }

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

  }

  .md\:pr-12{
    padding-right: 3rem;

  }

  .md\:pr-24{
    padding-right: 6rem;

  }

  .md\:pt-0{
    padding-top: 0px;

  }

  .md\:pt-16{
    padding-top: 4rem;

  }

  .md\:pt-4{
    padding-top: 1rem;

  }

  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;

  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;

  }

  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;

  }

}

@media (min-width: 1024px){

  .lg\:sticky{
    position: sticky;

  }

  .lg\:top-0{
    top: 0px;

  }

  .lg\:block{
    display: block;

  }

  .lg\:flex{
    display: flex;

  }

  .lg\:table-cell{
    display: table-cell;

  }

  .lg\:hidden{
    display: none;

  }

  .lg\:h-\[16px\]{
    height: 16px;

  }

  .lg\:h-\[45px\]{
    height: 45px;

  }

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

  }

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

  }

  .lg\:w-4\/5{
    width: 80%;

  }

  .lg\:w-auto{
    width: auto;

  }

  .lg\:w-full{
    width: 100%;

  }

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

  }

  .lg\:flex-row{
    flex-direction: row;

  }

  .lg\:gap-16{
    gap: 4rem;

  }

  .lg\:gap-20{
    gap: 5rem;

  }

  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;

  }

}

@media (min-width: 1280px){

  .xl\:h-\[20px\]{
    height: 20px;

  }

  .xl\:h-\[55px\]{
    height: 55px;

  }

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

  }

}

@media (min-width: 1800px){

  .\33xl\:block{
    display: block;

  }

}

@media (hover: none){

  .touch\: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));

  }

}

.\[\&_\.slick-dots\]\:absolute .slick-dots{
  position: absolute;

}

.\[\&_\.slick-dots\]\:bottom-\[-2rem\] .slick-dots{
  bottom: -2rem;

}

.\[\&_\.slick-dots\]\:left-1\/2 .slick-dots{
  left: 50%;

}

.\[\&_\.slick-dots\]\:flex .slick-dots{
  display: flex;

}

.\[\&_\.slick-dots\]\:w-4\/5 .slick-dots{
  width: 80%;

}

.\[\&_\.slick-dots\]\:-translate-x-1\/2 .slick-dots{
  --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));

}

.\[\&_\.slick-dots\]\:flex-wrap .slick-dots{
  flex-wrap: wrap;

}

.\[\&_\.slick-dots\]\:gap-y-5 .slick-dots{
  row-gap: 1.25rem;

}

.\[\&_\.slick-dots\]\:rounded-full .slick-dots{
  border-radius: 9999px;

}

.\[\&_\.slick-dots\]\:py-12 .slick-dots{
  padding-top: 3rem;
  padding-bottom: 3rem;

}

@media (min-width: 768px){

  .md\:\[\&_\.slick-dots\]\:bottom-2\.5 .slick-dots{
    bottom: 0.625rem;

  }

  .md\:\[\&_\.slick-dots\]\:w-full .slick-dots{
    width: 100%;

  }

}

@media (min-width: 1024px){

  .lg\:\[\&_\.slick-dots\]\:gap-y-3 .slick-dots{
    row-gap: 0.75rem;

  }

}

.\[\&_\.slick-dots_li\]\:contents .slick-dots li{
  display: contents;

}