/** Shopify CDN: Minification failed

Line 501:38 Unexpected "40px\\)\\]"
Line 1004:1 Expected identifier but found "."

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  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, -apple-system, Segoe UI, Roboto, Ubuntu,
    Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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: 700;
}

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

code,
kbd,
samp,
pre {
  font-family: ff-nexus-typewriter, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type="button"],
[type="reset"],
[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;
}

/*
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:-ms-input-placeholder,
textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --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: ;
}
.container {
  width: 100%;
}
@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;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.right-11 {
  right: 2.75rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.top-0 {
  top: 0px;
}
.top-\[25p\] {
  top: 25%;
}
.top-\[45p\] {
  top: 45%;
}
.top-\[var\(--header-height\)\] {
  top: var(--header-height);
}
.top-\[calc\(var\(--header-height\) + 40px\)\] {
  top: calc(var(--header-height) + 40px);
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-1\.5 {
  left: 0.375em;
}
.left-2 {
  left: 0.5em;
}
.left-\[48\%\] {
  left: 48%;
}
.top-\[34px\] {
  top: 34px;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[66\%\] {
  top: 66%;
}
.right-\[14px\] {
  right: 14px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-8px\] {
  bottom: -8px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-\[18px\] {
  right: 18px;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-\[10px\] {
  right: 10px;
}
.left-1\/2 {
  left: 50%;
}
.bottom-4 {
  bottom: 1rem;
}
.right-4 {
  right: 1rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-\[1000\] {
  z-index: 1000;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-2 {
  grid-column-start: 2;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.mx-\[47px\] {
  margin-left: 47px;
  margin-right: 47px;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.ml-18 {
  margin-left: 4rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-12 {
  margin-left: 3rem;
}
.mt-\[-12\] {
  margin-top: -3rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.-mt-8 {
  margin-top: 8rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mt-\[var\(--header-height\)\] {
  margin-top: var(--header-height);
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.\!mb-14 {
  margin-bottom: 3.5rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[1\.1\/1\] {
  aspect-ratio: 1.1 / 1;
}
.aspect-\[1\.3\/1\] {
  aspect-ratio: 1.3 / 1;
}
.aspect-\[382\/492\] {
  aspect-ratio: 382 / 492;
}
.h-full {
  height: 100%;
}
.h-min {
  height: min-content;
}
.h-oversize {
  height: 120%;
}
.h-\[calc\(var\(--window-height\)-var\(--header-height\)\)\] {
  height: calc(var(--window-height) - var(--header-height));
}
.h-\[calc\(100vh-40px\)\] {
  height: calc(100vh - 40px);
}
.h-screen {
  height: 100vh;
}
.h-75p {
  height: 75vh;
}
.h-60p {
  height: 60vh;
}
.h-\[calc\(var\(--window-height\)-var\(--header-height\)-var\(--header-height\)\)\] {
  height: calc(
    var(--window-height) - var(--header-height) - var(--header-height)
  );
}
.h-\[calc\(var\(--window-height\)-var\(--header-height\)-2em\)\] {
  height: calc(var(--window-height) - var(--header-height) - 2em);
}
.h-11 {
  height: 2.75rem;
}
.h-0 {
  height: 0px;
}
.h-\[calc\(var\(--window-height\)\)\] {
  height: calc(var(--window-height));
}
.h-\[100px\] {
  height: 100px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[calc\(var\(--window-height\)-90px\)\] {
  height: calc(var(--window-height) - 90px);
}
.h-\[285px\] {
  height: 285px;
}
.h-\[var\(--window-height\)\] {
  height: var(--window-height);
}
.h-\[8\.6vw\] {
  height: 8.6vw;
}
.h-\[38px\] {
  height: 38px;
}
.h-18 {
  height: 4.5em;
}
.h-28 {
  height: 7em;
}
.h-32 {
  height: 8em;
}
.h-48 {
  height: 12em;
}
.h-64 {
  height: 16em;
}
.h-\[8vw\] {
  height: 8vw;
}
.min-h-\[calc\(100vh-var\(--header-height\)\)\] {
  min-height: calc(100vh - var(--header-height));
}
.min-h-\[34px\] {
  min-height: 34px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.w-full {
  width: 100%;
}
.w-2 {
  width: 0.5rem;
}
.w-\[6vw\] {
  width: 6vw;
}
.w-18 {
  width: 4.5rem;
}
.w-28 {
  width: 7rem;
}
.w-54 {
  width: 13.5rem;
}
.w-\[8vw\] {
  width: 8vw;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-9\/40 {
  width: 22.5%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/5 {
  width: 40%;
}
.w-4\/5 {
  width: 80%;
}
.w-2\/3 {
  width: 67%;
}
.w-\[3\.8vw\] {
  width: 3.8vw;
}
.w-\[10vw\] {
  width: 10vw;
}
.w-\[4vw\] {
  width: 4vw;
}
..w-\[calc\(100\%-28px\)\] {
  width: calc(100% - 28px);
}
.w-14 {
  width: 3.5rem;
}
.w-\[91\%\] {
  width: 91%;
}
.w-\[21px\] {
  width: 21px;
}
.w-24 {
  width: 6rem;
}
.w-\[23vw\] {
  width: 23vw;
}
.w-\[16px\] {
  width: 16px;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-5\/6 {
  width: 83%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[87px\] {
  width: 87px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[16vw\] {
  width: 16vw;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[146px\] {
  width: 146px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[5\.7vw\] {
  width: 5.7vw;
}
.w-80 {
  width: 20rem;
}
.w-\[8\.6vw\] {
  width: 8.6vw;
}
.w-\[14vw\] {
  width: 14vw;
}
.max-w-\[65ch\] {
  max-width: 65ch;
}
.max-w-\[694px\] {
  max-width: 694px;
}
.max-w-\[175px\] {
  max-width: 175px;
}
.flex-1 {
  flex: 1 1 0%;
}
.zoom-3\/2 {
  transform: scale(1.5);
}
.rotate-30 {
  transform: rotate(30deg);
}
.rotate-270 {
  transform: rotate(270deg);
}
.translate-y-\[60\%\] {
  --tw-translate-y: 60%;
  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-0 {
  --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));
}
.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));
}
.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));
}
.rotate-animation {
  animation: rotation-animation 30s infinite linear;
}
@keyframes rotation-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.scroll-m-\[calc\(var\(--header-height\)\+20px\)\] {
  scroll-margin: calc(var(--header-height) + 20px);
}
.scroll-mt-\[calc\(var\(--header-height\)\+100px\)\] {
  scroll-margin-top: calc(var(--header-height) + 100px);
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: 24% 19% 19% 19% 19%;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-product {
  grid-template-columns: 2fr 3fr;
}
.grid-cols-bar-preview {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-collection-preview {
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(100px, auto);
}
.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;
}
.content-center {
  align-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-0 {
  grid-gap: 0px;
  gap: 0px;
}

.gap-1 {
  gap: 8px;
}

.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.gap-5 {
  grid-gap: 1.25rem;
  gap: 1.25rem;
}
.gap-y-2 {
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}
.gap-y-3 {
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
.gap-y-4 {
  grid-row-gap: 1.5rem;
  row-gap: 1.5rem;
}
.gap-y-8 {
  grid-row-gap: 2rem;
  row-gap: 2rem;
}
.gap-x-4 {
  grid-column-gap: 1rem;
  column-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-top-right-\[10px\] {
  border-top-right-radius: 10px;
}
.rounded-bottom-right-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-right {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.border {
  border-width: 1px;
}
.border-sm {
  border-width: 0.5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-sm {
  border-bottom-width: 0.5px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-sm {
  border-right-width: 0.5px;
}
.color-primary {
  color: var(--theme-color-primary);
}
.table-color-4 {
  background-color: #bf8aab;
}
.table-color-3 {
  background-color: #cc9aaf;
}
.table-color-2 {
  background-color: #d4a3b1;
}
.table-color-1 {
  background-color: #dcaeb3;
}
.border-primary {
  border-color: var(--theme-color-primary);
}
.border-\[\#7993A5\] {
  border-color: #7993a5;
}
.border-none {
  border-width: 0px;
}
.border-accent {
  border-color: var(--theme-color-accent-secondary);
}
.border-secondary {
  border-color: var(--theme-color-accent-primary);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-holiday-gold {
  border-color: #edd089;
}
.bg-secondary {
  background-color: var(--theme-color-accent-primary);
}
.bg-primary {
  background-color: var(--theme-color-primary);
}
.bg-holiday-primary {
  background-color: #012a24;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[rgba\(183\2c 129\2c 169\2c 0\.8\)\] {
  background-color: rgba(183, 129, 169, 0.8);
}
.bg-transparent {
  background-color: transparent;
}
.bg-accent {
  background-color: var(--theme-color-accent-secondary);
}
.bg-holiday-accent {
  background-color: #68aa92;
}
.bg-\[\#FFF5EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 238 / var(--tw-bg-opacity));
}
.bg-\[\#E4C6CD\] {
  --tw-bg-opacity: 1;
  background-color: #e4c6cd;
}
.bg-light-\[\#FFF5EE\] {
  --tw-bg-opacity: 0.5;
  background-color: rgb(255 245 238 / var(--tw-bg-opacity));
}
.bg-\[\#D9A334\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 163 52 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-holiday-star {
  background-image: url("/cdn/shop/files/star_background.png?v=1731016808");
}
.background-cover {
  background-size: cover;
}
.from-accent {
  --tw-gradient-from: var(--theme-color-accent-secondary);
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.from-secondary {
  --tw-gradient-from: #ca94ae;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgb(255 255 255 / 0)), #ca94ae;
}
.from-secondary-plp {
  --tw-gradient-from: var(--theme-color-accent-primary);
  --tw-gradient-stops: #b888a4,
    var(--theme-color-accent-secondary, rgb(255 255 255 / 0)), #ca94ae;
  /*--tw-gradient-stops:#b888a4, var(--tw-gradient-to, rgb(255 255 255 / 0));*/
}
.via-\[\#e3b4b2\] {
  --tw-gradient-stops: var(--tw-gradient-from), #e3b4b2,
    var(--tw-gradient-to, rgb(227 180 178 / 0));
}
.via-accent {
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--theme-color-accent-secondary),
    var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.via-\[\#c591ac\] {
  --tw-gradient-stops: var(--tw-gradient-from), #c591ac,
    var(--tw-gradient-to, rgb(197 145 172 / 0));
}
.to-secondary {
  --tw-gradient-to: var(--theme-color-accent-primary);
}
.fill-current {
  fill: currentcolor;
}
.fill-holiday {
  fill: url(#gradientHoliday);
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.object-right {
  -o-object-position: right;
  object-position: right;
}
.p-\[44px\] {
  padding: 44px;
}
.py-\[44px\] {
  padding-top: 44px;
  padding-bottom: 44px;
}
.px-\[28px\] {
  padding-right: 28px;
  padding-left: 28px;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-\[2vw\] {
  padding-left: 2vw;
  padding-right: 2vw;
}
.px-\[4vw\] {
  padding-left: 4vw;
  padding-right: 4vw;
}
.px-\[6vw\] {
  padding-left: 6vw;
  padding-right: 6vw;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-0\.75 {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-\[1vw\] {
  padding-left: 1vw;
  padding-right: 1vw;
}
.px-\[12vw\] {
  padding-left: 12vw;
  padding-right: 12vw;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-\[45px\] {
  padding-left: 45px;
  padding-right: 45px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.pt-\[var\(--header-height\)\] {
  padding-top: var(--header-height);
}
.pt-4 {
  padding-top: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-5 {
  padding-bottom: 1.125rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-56 {
  padding-top: 14rem;
}
.pt-62 {
  padding-top: 15.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pr-\[125px\] {
  padding-right: 125px;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-\[220\%\] {
  padding-bottom: 220%;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-\[128\%\] {
  padding-bottom: 128%;
}
.pb-\[calc\(100\%\*\(492\/382\)\)\] {
  padding-bottom: calc(100% * (492 / 382));
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-44 {
  padding-bottom: 11rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-18 {
  padding-top: 4.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.last-center {
  text-align-last: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.text-justified {
  text-align: justify;
}
.font-basedisplay {
  font-family: brickdisplay, serif;
}
.font-mono {
  font-family: ff-nexus-typewriter, monospace;
}
.font-base {
  font-family: bricktext, serif;
}
.font-display {
  font-family: clifton, serif;
}
.font-button {
  font-family: granville, serif;
}
.text-xxs {
  font-size: 0.5rem;
  line-height: 0.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[4\.106vw\] {
  font-size: 4.106vw;
}
.text-\[6\.280vw\] {
  font-size: 6.28vw;
}
.text-\[6\.763vw\] {
  font-size: 6.763vw;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-md {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-1 {
  font-size: 4px;
}

.text-2 {
  font-size: 8px;
}

.text-3 {
  font-size: 12px;
}

.text-4 {
  font-size: 16px;
}

.text-5 {
  font-size: 20px;
}

.text-6 {
  font-size: 24px;
}

.text-7 {
  font-size: 32px;
}

.text-8 {
  font-size: 40px;
}

.text-8 .text-\[3\.382vw\] {
  font-size: 3.382vw;
}
.text-\[3\.865vw\] {
  font-size: 3.865vw;
}
.text-\[3\.38vw\] {
  font-size: 3.38vw;
}
.text-\[1\.375\] {
  font-size: 1.375rem;
  line-height: 1.9rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-\[6\.76vw\] {
  font-size: 6.76vw;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.text-6xl {
  font-size: 2.5rem;
  line-height: 3rem;
}

.text-7xl {
  font-size: 2.75rem;
  line-height: 3rem;
}

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.825rem;
}
.text-\[2\.9vw\] {
  font-size: 2.9vw;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[5\.797vw\] {
  font-size: 5.797vw;
}
.text-\[2\.415vw\] {
  font-size: 2.415vw;
}
.text-\[2\.899vw\] {
  font-size: 2.899vw;
}
.text-\[4\.831vw\] {
  font-size: 4.831vw;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[7\.246vw\] {
  font-size: 7.246vw;
}
.text-\[3\.333vw\] {
  font-size: 3.333vw;
}
.text-\[4\.35vw\] {
  font-size: 4.35vw;
}
.text-\[3\.86vw\] {
  font-size: 3.86vw;
}
.text-\[8\.7vw\] {
  font-size: 8.7vw;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[5\.072vw\] {
  font-size: 5.072vw;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[4\.165vw\] {
  font-size: 4.165vw;
}
.text-\[8\.696vw\] {
  font-size: 8.696vw;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-snug {
  line-height: 1.375;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.33\] {
  line-height: 1.33;
}
.leading-loose {
  line-height: 2;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.dot:last-child {
  display: none;
}
.text-accent {
  color: var(--theme-color-accent-secondary);
}
.text-holiday-accent {
  color: #68aa92;
}
.text-holiday-gold {
  background: linear-gradient(
    -55deg,
    #f4e8d9,
    #dbb076 45%,
    #edd089 57%,
    #f4e8d9 77%,
    #debe91 92%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.text-secondary {
  color: var(--theme-color-accent-primary);
}
.text-white {
  color: #fff;
}
.text-primary {
  color: var(--theme-color-primary);
}
.text-holiday-primary {
  color: #001d19;
}
.text-\[\#2B434F\] {
  --tw-text-opacity: 1;
  color: rgb(43 67 79 / var(--tw-text-opacity));
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.underline-offset {
  text-underline-offset: 5px;
}
.line-through {
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}
.opacity-0 {
  opacity: 0;
}
.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-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.\[direction\:ltr\] {
  direction: ltr;
}
html {
  font-size: 16px;
}
body,
html {
  -webkit-overflow-scrolling: touch;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[x-cloak] {
  display: none !important;
}
details summary::-webkit-details-marker {
  display: none;
}
.link-line {
  position: relative;
  display: inline-block;
}
.line-on-link a {
  text-decoration: underline;
}
.link-line::after {
  position: absolute;
  bottom: 4px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: var(--theme-color-primary);
  transition-duration: 700ms;
  content: var(--tw-content);
  transition-property: width;
}
.link-line:hover::after {
  content: var(--tw-content);
  width: 100%;
}
.link-line.accent-line::after {
  bottom: 0px;
  content: var(--tw-content);
  background-color: var(--theme-color-accent-secondary);
}
.font-mono {
  font-feature-settings: "pnum" on, "lnum" on;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border-width: 1px;
  border-color: var(--theme-color-primary);
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.5rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width=%2714%27 height=%2710%27 viewBox=%270 0 14 10%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.46154 10L0.93304 0.249999L13.99 0.25L7.46154 10Z%27 fill=%27%238B524B%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) center;
  background-size: 10px;
}
@media (min-width: 640px) {
  select {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  select {
    padding-left: 0.75rem;
  }
  select {
    padding-right: 2rem;
  }
  select {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  select {
    background-size: 15px;
    background-position: calc(100% - 10px) center;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.wysiwyg h1 {
  font-family: brickdisplay, serif;
  font-size: 6.76vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .wysiwyg h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
.wysiwyg h2 {
  font-family: brickdisplay, serif;
  font-size: 5.8vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .wysiwyg h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.wysiwyg h3 {
  font-family: brickdisplay, serif;
  font-size: 4.11vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .wysiwyg h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.wysiwyg h4 {
  font-family: ff-nexus-typewriter, monospace;
  font-size: 3.86vw;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "pnum" on, "lnum" on;
}
@media (min-width: 768px) {
  .wysiwyg h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.wysiwyg h5 {
  font-family: brickdisplay, serif;
  font-size: 3.38vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .wysiwyg h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.wysiwyg ul {
  list-style-position: inside;
  list-style-type: disc;
}
.wysiwyg ul li {
  padding-left: 1.75rem;
}
.wysiwyg ul,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 1rem;
}
.wysiwyg h4 {
  margin-bottom: 0.25rem;
}
.wysiwyg a {
  position: relative;
  display: inline-block;
  font-family: granville, serif;
}
.wysiwyg a::after {
  position: absolute;
  bottom: 4px;
  left: 0px;
  height: 1px;
  width: 0px;
  background-color: var(--theme-color-primary);
  transition-duration: 700ms;
  content: var(--tw-content);
  transition-property: width;
}
.wysiwyg a:hover::after {
  content: var(--tw-content);
  width: 100%;
}
.wysiwyg p {
  margin-bottom: 1rem;
  font-size: 3.38vw;
}
.wysiwyg p:last-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .wysiwyg p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
summary::before,
summary::after {
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  background-color: currentColor;
  text-align: right;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  summary::before,
  summary::after {
    width: 20px;
  }
}
summary::after {
  transform: translateY(-50%) rotate(90deg);
}
[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.eapps-instagram-feed-posts-item-image-wrapper {
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .eapps-instagram-feed-posts-item-image-wrapper {
    border-radius: 10px;
  }
}
.eapps-instagram-feed-posts-item {
  background: transparent !important;
}
.eapps-instagram-feed-posts-item-overlay {
  display: none !important;
}
.eapps-instagram-feed-posts-item-with-data:hover.eapps-instagram-feed-posts-item-template-tile
  .eapps-instagram-feed-posts-item-image {
  filter: grayscale(0) blur(0) !important;
}
.placeholder\:text-accent::-moz-placeholder {
  color: var(--theme-color-accent-secondary);
}
.placeholder\:text-accent:-ms-input-placeholder {
  color: var(--theme-color-accent-secondary);
}
.placeholder\:text-primary::placeholder {
  color: var(--theme-color-primary);
}
.placeholder\:text-accent::placeholder {
  color: var(--theme-color-accent-secondary);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-\[0\]::after {
  content: var(--tw-content);
  bottom: 0;
}
.after\:bottom-\[100\%\]::after {
  content: var(--tw-content);
  bottom: 100%;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:bottom-\[-2px\]::after {
  content: var(--tw-content);
  bottom: -2px;
}
.after\:bottom-\[0px\]::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:z-\[-1\]::after {
  content: var(--tw-content);
  z-index: -1;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}
.after\:bg-secondary::after {
  content: var(--tw-content);
  background-color: var(--theme-color-accent-primary);
}
.after\:bg-holiday-primary::after {
  content: var(--tw-content);
  background-color: #012a24;
}
.after\:bg-accent::after {
  content: var(--tw-content);
  background-color: var(--theme-color-accent-secondary);
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:duration-700::after {
  content: var(--tw-content);
  transition-duration: 700ms;
}
.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:mb-20:last-child {
  margin-bottom: 5rem;
}
.first-of-type\:border-t:first-of-type {
  border-top-width: 1px;
}
.hover\:border-accent:hover {
  border-color: var(--theme-color-accent-secondary);
}
.hover\:border-secondary:hover {
  border-color: var(--theme-color-accent-primary);
}
.hover\:bg-accent:hover {
  background-color: var(--theme-color-accent-secondary);
}
.hover\:bg-primary:hover {
  background-color: var(--theme-color-primary);
}
.hover\:bg-secondary:hover {
  background-color: var(--theme-color-accent-primary);
}
.hover\:text-secondary:hover {
  color: var(--theme-color-accent-primary);
}
.hover\:text-accent:hover {
  color: var(--theme-color-accent-secondary);
}
.hover\:text-primary:hover {
  color: var(--theme-color-primary);
}
.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.swiper-button-prev::after {
  font-size: 24px;
}
.swiper-button-prev {
  left: 6px;
}
.swiper-button-next {
  right: 6px;
}
.swiper-button-next::after {
  font-size: 24px;
}
.swiper-pagination {
  padding-top: 1rem;
  color: var(--theme-color-primary);
}
.swiper-pagination-testimonials {
  position: relative;
}
.swiper-pagination-bullet-active {
  background-color: var(--theme-color-primary);
}
@media (max-width: 400px) {
  .xs\:h-\[calc\(var\(--window-height\)-var\(--header-height\)\)\] {
    height: calc(var(--window-height) - var(--header-height));
  }
  .xs\:text-xxs {
    font-size: 0.675rem;
    line-height: 0.75rem;
  }
}

@media (min-width: 768px) {
  .md\:gap-0 {
    gap: 0;
  }

  .md\:text-1 {
    font-size: 4px;
  }

  .md\:text-2 {
    font-size: 8px;
  }

  .md\:text-3 {
    font-size: 12px;
  }

  .md\:text-4 {
    font-size: 16px;
  }

  .md\:text-5 {
    font-size: 20px;
  }

  .md\:text-6 {
    font-size: 24px;
  }

  .md\:text-7 {
    font-size: 32px;
  }

  .md\:text-8 {
    font-size: 40px;
  }

  .hover\:md\:bg-primary:hover {
    background-color: var(--theme-color-primary);
  }
  .hover\:md\:text-accent:hover {
    color: var(--theme-color-accent-secondary);
  }
  .hover\:md\:bg-accent:hover {
    background-color: var(--theme-color-accent-secondary);
  }
  .hover\:md\:text-primary:hover {
    color: var(--theme-color-primary);
  }
  .hover\:md\:border-accent:hover {
    border-color: var(--theme-color-accent-secondary);
  }
  .md\:text-primary {
    color: var(--theme-color-primary);
  }
  .md\:bg-holiday-star {
    background-image: url("/cdn/shop/files/star_background.png?v=1731016808");
  }
  .md\:bg-gradient-to-b {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  }
  .md\:bg-secondary {
    background-color: var(--theme-color-accent-primary);
  }
  .md\:bg-primary {
    background-color: var(--theme-color-primary);
  }
  .md\:bg-holiday-primary {
    background-color: #012a24;
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .md\:bg-\[rgba\(183\2c 129\2c 169\2c 0\.8\)\] {
    background-color: rgba(183, 129, 169, 0.8);
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-accent {
    background-color: var(--theme-color-accent-secondary);
  }
  .md\:bg-holiday-accent {
    background-color: #68aa92;
  }
  .md\:bg-\[\#FFF5EE\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 245 238 / var(--tw-bg-opacity));
  }
  .md\:bg-\[\#E4C6CD\] {
    --tw-bg-opacity: 1;
    background-color: #e4c6cd;
  }
  .md\:bg-light-\[\#FFF5EE\] {
    --tw-bg-opacity: 0.5;
    background-color: rgb(255 245 238 / var(--tw-bg-opacity));
  }
  .md\:bg-\[\#D9A334\] {
    --tw-bg-opacity: 1;
    background-color: rgb(217 163 52 / var(--tw-bg-opacity));
  }
  .md\:bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  }
  .md\:bg-holiday-star {
    background-image: url("/cdn/shop/files/star_background.png?v=1731016808");
  }
  .background-cover {
    background-size: cover;
  }
  .from-accent {
    --tw-gradient-from: var(--theme-color-accent-secondary);
    --tw-gradient-stops: var(--tw-gradient-from),
      var(--tw-gradient-to, rgb(255 255 255 / 0));
  }
  .from-secondary {
    --tw-gradient-from: var(--theme-color-accent-primary);
    --tw-gradient-stops: var(--tw-gradient-from),
      var(--tw-gradient-to, rgb(255 255 255 / 0));
  }
  .from-secondary-plp {
    --tw-gradient-from: var(--theme-color-accent-primary);
    --tw-gradient-stops: #b888a4,
      var(--theme-color-accent-secondary, rgb(255 255 255 / 0)), #ca94ae;
    /*--tw-gradient-stops:#b888a4, var(--tw-gradient-to, rgb(255 255 255 / 0));*/
  }
  .via-\[\#e3b4b2\] {
    --tw-gradient-stops: var(--tw-gradient-from), #e3b4b2,
      var(--tw-gradient-to, rgb(227 180 178 / 0));
  }
  .via-accent {
    --tw-gradient-stops: var(--tw-gradient-from),
      var(--theme-color-accent-secondary),
      var(--tw-gradient-to, rgb(255 255 255 / 0));
  }
  .via-\[\#c591ac\] {
    --tw-gradient-stops: var(--tw-gradient-from), #c591ac,
      var(--tw-gradient-to, rgb(197 145 172 / 0));
  }
  .to-secondary {
    --tw-gradient-to: var(--theme-color-accent-primary);
  }
  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:border-t {
    border-top-width: 1px;
  }

  .md\:rotate-0 {
    transform: rotate(0deg);
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:top-\[45p\] {
    top: 45%;
  }

  .md\:top-\[50p\] {
    top: 50%;
  }

  .md\:right-6 {
    right: 1.5em;
  }

  .md\:left-\[35px\] {
    left: 35px;
  }

  .md\:left-\[50p\] {
    left: 50%;
  }

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

  .md\:bottom-40 {
    bottom: 10rem;
  }

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

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

  .md\:col-start-9 {
    grid-column-start: 9;
  }

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

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:float-left {
    float: left;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-8 {
    margin-left: 2em;
    margin-right: 2em;
  }

  .md\:mx-40 {
    margin-left: 10em;
    margin-right: 10em;
  }

  .md\:ml-18 {
    margin-left: 4rem;
  }

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

  .md\:mx-\[100px\] {
    margin-left: 100px;
    margin-right: 100px;
  }

  .md\:my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:mx-\[4vw\] {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

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

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

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

  .md\:mr-\[8\.333vw\] {
    margin-right: 8.333vw;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

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

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

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

  .md\:mb-40 {
    margin-bottom: 10rem;
  }
  .md\:mb-44 {
    margin-bottom: 11rem;
  }

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

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1412\/528\] {
    aspect-ratio: 1412 / 528;
  }

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

  .md\:aspect-\[1\.6\/1\] {
    aspect-ratio: 1.6 / 1;
  }

  .md\:aspect-\[1\.1\/1\] {
    aspect-ratio: 1.1 / 1;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-28 {
    height: 7em;
  }

  .md\:h-min {
    height: min-content;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:h-80\% {
    height: 80vh;
  }
  .md\:h-65p {
    height: 65vh;
  }

  .md\:h-100 {
    height: 25em;
  }

  .md\:h-\[calc\(var\(--window-height\)-var\(--header-height\)\)\] {
    height: calc(var(--window-height) - var(--header-height));
  }

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

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

  .md\:h-\[calc\(var\(--window-height\)-150px\)\] {
    height: calc(var(--window-height) - 150px);
  }

  .md\:h-\[3\.5vw\] {
    height: 3.5vw;
  }

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

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

  .md\:w-full {
    width: 100%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

  .md\:w-\[3vw\] {
    width: 3vw;
  }

  .md\:w-\[46vw\] {
    width: 46vw;
  }

  .md\:w-\[3\.194vw\] {
    width: 3.194vw;
  }

  .md\:w-\[31vw\] {
    width: 31vw;
  }

  .md\:w-\[16vw\] {
    width: 16vw;
  }

  .md\:w-\[24vw\] {
    width: 24vw;
  }

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

  .md\:w\[200px\] {
    width: 200px;
  }

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

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

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

  .md\:w-\[23\%\] {
    width: 23%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[55\%\] {
    width: 55%;
  }

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

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-\[98\.5\%\] {
    width: 98.5%;
  }

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

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-\[95px\] {
    width: 95px;
  }

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

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

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

  .md\:w-\[2vw\] {
    width: 2vw;
  }

  .md\:w-\[2\.3vw\] {
    width: 2.3vw;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[3\.5vw\] {
    width: 3.5vw;
  }

  .md\:w-\[6vw\] {
    width: 6vw;
  }

  .md\:w-\[146px\] {
    width: 146px;
  }

  .md\:translate-y-\[45\%\] {
    --tw-translate-y: 45%;
    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));
  }

  .md\:translate\[50\%\] {
    transform: translate(-50%, 50%);
  }

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

  .md\:grid-cols-product {
    grid-template-columns: 2fr 2fr;
  }

  .md\:grid-cols-bar-preview {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .md\:grid-collection-preview {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(100px, auto);
  }

  .md\:grid-rows-product {
    grid-template-rows: calc(var(--window-height)-var(--header-height)) 2fr 2fr 2fr;
  }

  .md\:grid-rows-product-image-swiper {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }

  .md\:grid-rows-product-image-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:gap-5 {
    grid-gap: 1.25rem;
    gap: 1.25rem;
  }

  .md\:gap-4 {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }

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

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

  .md\:self-center {
    align-self: center;
  }

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

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:rounded-\[10px\] {
    border-radius: 10px;
  }

  .md\:rounded-left {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }

  .md\:border-\[14px\] {
    border-width: 14px;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-none {
    border-width: 0px;
  }

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

  .md\:border-primary {
    border-color: var(--theme-color-primary);
  }

  .md\:object-cover {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

  .md\:px-\[4vw\] {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .md\:px-\[13vw\] {
    padding-left: 13vw;
    padding-right: 13vw;
  }

  .md\:px-\[15\.4vw\] {
    padding-left: 15.4vw;
    padding-right: 15.4vw;
  }

  .md\:px-\[18vw\] {
    padding-left: 18vw;
    padding-right: 18vw;
  }

  .md\:px-sides {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

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

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

  .md\:px-\[65px\] {
    padding-left: 65px;
    padding-right: 65px;
  }

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

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

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:px-\[3\.33vw\] {
    padding-left: 3.33vw;
    padding-right: 3.33vw;
  }

  .md\:px-\[22vw\] {
    padding-left: 22vw;
    padding-right: 22vw;
  }

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

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

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-\[10vw\] {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-0 {
    padding-top: 0rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-\[20pct\] {
    padding-top: 20%;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-30 {
    padding-bottom: 7.5rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pt-\[var\(--topbar-height\)\] {
    padding-top: var(--topbar-height);
  }

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

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

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

  .md\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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

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

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

  .md\:text-\[3\.750vw\] {
    font-size: 3.75vw;
  }

  .md\:text-\[1\.75\] {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .md\:text-\[4\.250vw\] {
    font-size: 4.25vw;
  }

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

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[3\.382vw\] {
    font-size: 3.382vw;
  }

  .md\:text-\[3\.450vw\] {
    font-size: 3.45vw;
  }

  .md\:text-\[1\.367vw\] {
    font-size: 1.367vw;
  }

  .md\:text-\[2\.500vw\] {
    font-size: 2.5vw;
  }

  .md\:text-\[1\.389vw\] {
    font-size: 1.389vw;
  }

  .md\:text-\[1\.250vw\] {
    font-size: 1.25vw;
  }

  .md\:text-\[2\.64vw\] {
    font-size: 2.64vw;
  }

  .md\:text-\[0\.972vw\] {
    font-size: 0.972vw;
  }

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

  .md\:text-\[3\.033vw\] {
    font-size: 3.033vw;
  }

  .md\:text-\[56px\] {
    font-size: 56px;
  }

  .md\:text-\[82px\] {
    font-size: 82px;
  }

  .md\:text-\[3\.33vw\] {
    font-size: 3.33vw;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

  .md\:text-\[2\.433vw\] {
    font-size: 2.433vw;
  }

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

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[2\.300vw\] {
    font-size: 2.3vw;
  }

  .md\:text-\[12px\] {
    font-size: 12px;
  }

  .md\:text-\[1\.667vw\] {
    font-size: 1.667vw;
  }

  .md\:text-\[1\.111vw\] {
    font-size: 1.111vw;
  }

  .md\:text-\[0\.83vw\] {
    font-size: 0.83vw;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-\[3\.333vw\] {
    font-size: 3.333vw;
  }

  .md\:text-\[1\.528vw\] {
    font-size: 1.528vw;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[1\.75vw\] {
    font-size: 1.75vw;
  }

  .md\:text-\[2\.222vw\] {
    font-size: 2.222vw;
  }

  .md\:text-\[2\.778vw\] {
    font-size: 2.778vw;
  }

  .md\:text-\[2\.18vw\] {
    font-size: 2.18vw;
  }

  .md\:text-\[1\.39vw\] {
    font-size: 1.39vw;
  }

  .md\:text-\[64px\] {
    font-size: 64px;
  }

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

  .md\:text-2xl {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }

  .md\:text-\[15px\] {
    font-size: 15px;
  }

  .md\:text-\[22px\] {
    font-size: 22px;
  }

  .md\:text-\[2\.361vw\] {
    font-size: 2.361vw;
  }

  .md\:text-\[3\.194vw\] {
    font-size: 3.194vw;
  }

  .md\:last\:mb-0:last-child {
    margin-bottom: 0px;
  }

  .odd\:md\:\[direction\:rtl\]:nth-child(odd) {
    direction: rtl;
  }

  .md\:even\:flex-row-reverse:nth-child(even) {
    flex-direction: row-reverse;
  }

  .group:hover .group-hover\:md\:block {
    display: block;
  }

  .group:hover .group-hover\:md\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lg\:aspect-\[1\.1\/1\] {
    aspect-ratio: 1.1 / 1;
  }
  .lg\:aspect-\[1\.6\/1\] {
    aspect-ratio: 1.6 / 1;
  }
  .lg\:w-\[16vw\] {
    width: 16vw;
  }
  .lg\:w-\[18vw\] {
    width: 18vw;
  }
  .lg\:w-80 {
    width: 20rem;
  }
  .lg\:my-16 {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .lg\:my-20 {
    margin-top: 5em;
    margin-bottom: 5em;
  }
  .lg\:text-\[1\.367vw\] {
    font-size: 1.367vw;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:h-100 {
    height: 25em;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
}
@media (min-width: 1280px) {
  .xl\:aspect-\[1\.3\/1\] {
    aspect-ratio: 1.3 / 1;
  }
  .xl\:text-8xl {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .xl\:h-112 {
    height: 28em;
  }
}
@media (min-width: 1536px) {
  .\32xl\:aspect-\[1\.3\/1\] {
    aspect-ratio: 1.3 / 1;
  }
  .xxl\:text-8xl {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (max-height: 750px), (max-width: 768px) {
  .short\:hidden {
    display: none;
  }

  .short\:pt-20 {
    padding-top: 5rem;
  }

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

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

/* Shop All Button Test */
.shopallbuttonwrapper {
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  max-height: 375px !important;
}

.sweetnessintro {
  height: 100%;
  align-self: flex-start;
  order: 1;
}

@media (max-width: 767px) {
  .sweetnessintro {
    max-height: 325px !important;
  }
}

@media (max-width: 500px) {
  .sweetnessintro {
    max-height: 250px !important;
  }
}

.shopallbuttontest {
  margin-left: auto;
  margin-right: auto;
  margin-left: 0px;
  margin-right: 0px;
  left: 0px;
  bottom: 0px;
}

@media (min-width: 768px) {
  .shopallbuttontest {
    width: 6vw;
    order: 2;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0px;
    margin-right: 0px;
    width: 3.194vw;
    left: 0px;
    padding-bottom: 48px;
  }
}

@media (min-width: 1128px) {
  .lg\:text-6xl {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .lg\:w-80 {
    width: 20rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-32 {
    padding-top: 8rem;
  }
  .lg\:pt-62 {
    padding-top: 15.5rem;
  }
  .lg\:pt-66 {
    padding-top: 16.5rem;
  }
  .lg\:pt-68 {
    padding-top: 17rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:float-none {
    float: none;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
}

.selected {
  background-color: var(--theme-color-accent-primary);
  color: var(--theme-color-accent-secondary);
  border-color: var(--theme-color-accent-primary);
}

@media (min-width: 768px) {
  .press-card:hover .main-logo {
    display: none;
  }

  .press-card:hover .hover-logo {
    display: block;
  }
}

.faq-btn {
  width: 100%;
  border: 1px solid #2b424f;
  padding: 8px;
  font-size: 16px;
  font-weight: 700;
}

.return-to-chocolate {
  text-underline-offset: 8px;
  text-decoration: underline;
}

.navigation-wrapper {
  width: 100%;
}

.dropbtn {
  position: relative;
  cursor: pointer;
  text-transform: none !important;
  width: 100%;
  padding-left: 1.25em;
  padding-right: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.675em;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  font-family: ff-nexus-typewriter, monospace;
  border: solid 1px #2b434f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-title {
  font-size: 16px;
}

.collection-title {
  font-size: 16px;
}

.flavor-selector-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 16px;
}

.flavor-selector-dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 1;
  font-family: ff-nexus-typewriter, monospace;
  width: 100%;
  z-index: 20;
  border-left: 1px solid #2b434f;
  border-right: 1px solid #2b434f;
  border-bottom: 1px solid #2b434f;
  border-radius: 4px;
}

.flavor-selector-dropdown-content-link {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  padding: 0px;
  display: block;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.flavor-selector-dropdown-item {
  display: flex;
  align-items: center;
  padding-left: 16px;
  padding-bottom: 4px;
  padding-top: 4px;
  gap: 8px;
  font-family: ff-nexus-typewriter, monospace;
}

.flavor-selector-dropdown-item:hover {
  background-color: #ffe2ce;
}

.flavor-selector-dropdown-item:last-child {
  padding-bottom: 8px;
}

.flavor-selector-dropcheck {
  position: absolute;
  left: -9999px;
}

.flavor-selector-dropcheck:checked ~ .flavor-selector-dropdown-content {
  display: block;
}

.flavor-selector-dropbtn {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  appearance: none;
  border: solid 1px #2b434f;
  cursor: pointer;
  display: flex;
  font-family: ff-nexus-typewriter, monospace;
  font-size: 0.875rem;
  gap: 4px;
  justify-content: space-between;
  letter-spacing: 0.025em;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-top: 8px;
  padding-right: 16px;
  position: relative;
  text-transform: none !important;
  width: 100%;
  border-radius: 4px;
}
