/** Shopify CDN: Minification failed

Line 6162:1 Unexpected "{"
Line 6222:1 Unexpected "{"
Line 6363:1 Unexpected "{"
Line 6375:1 Unexpected "{"
Line 8157:1 Unexpected "{"
Line 8172:1 Unexpected "{"
Line 8574:1 Unexpected "{"
Line 8867:1 Unexpected "{"
Line 8936:1 Unexpected "{"
Line 9263:1 Unexpected "{"
... and 56 more hidden warnings

**/
/*
! tailwindcss v3.3.3 | 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.
*/

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: Arial, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

/*
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. 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-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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 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;
}

/*
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] {
  display: none;
}

*, ::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: rgba(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:  ;
}

::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: rgba(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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 380px) {

  .container {
    max-width: 380px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1023px) {

  .container {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1025px) {

  .container {
    max-width: 1025px;
  }
}
@media (min-width: 1220px) {

  .container {
    max-width: 1220px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1800px) {

  .container {
    max-width: 1800px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.\!invisible {
  visibility: hidden !important;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-2\.5 {
  bottom: -0.625rem;
}
.-bottom-4 {
  bottom: -1rem;
}
.-bottom-\[1\.8125rem\] {
  bottom: -1.8125rem;
}
.-bottom-\[26px\] {
  bottom: -26px;
}
.-left-1 {
  left: -0.25rem;
}
.-left-1\.5 {
  left: -0.375rem;
}
.-left-4 {
  left: -1rem;
}
.-left-8 {
  left: -2rem;
}
.-left-\[12px\] {
  left: -12px;
}
.-left-\[43vw\] {
  left: -43vw;
}
.-left-full {
  left: -100%;
}
.-right-1 {
  right: -0.25rem;
}
.-right-4 {
  right: -1rem;
}
.-right-6 {
  right: -1.5rem;
}
.-right-\[10vw\] {
  right: -10vw;
}
.-right-\[43vw\] {
  right: -43vw;
}
.-right-\[6px\] {
  right: -6px;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.-top-12 {
  top: -3rem;
}
.-top-16 {
  top: -4rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-4 {
  top: -1rem;
}
.-top-7 {
  top: -1.75rem;
}
.-top-\[2\.8125rem\] {
  top: -2.8125rem;
}
.-top-\[26px\] {
  top: -26px;
}
.-top-\[3\.25rem\] {
  top: -3.25rem;
}
.-top-\[30px\] {
  top: -30px;
}
.-top-\[4\.375rem\] {
  top: -4.375rem;
}
.-top-\[40px\] {
  top: -40px;
}
.-top-\[63px\] {
  top: -63px;
}
.-top-\[6px\] {
  top: -6px;
}
.-top-\[9px\] {
  top: -9px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-\[-3px\] {
  bottom: -3px;
}
.bottom-\[0\.6875rem\] {
  bottom: 0.6875rem;
}
.bottom-\[1\.8125rem\] {
  bottom: 1.8125rem;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.bottom-\[13\.5vw\] {
  bottom: 13.5vw;
}
.bottom-\[7rem\] {
  bottom: 7rem;
}
.bottom-auto {
  bottom: auto;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 2.5rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[10vw\] {
  left: 10vw;
}
.left-\[16\.66\%\] {
  left: 16.66%;
}
.left-\[21px\] {
  left: 21px;
}
.left-\[25rem\] {
  left: 25rem;
}
.left-\[43vw\] {
  left: 43vw;
}
.left-\[52\.3\%\] {
  left: 52.3%;
}
.left-\[calc\(100\%\+3rem\)\] {
  left: calc(100% + 3rem);
}
.left-auto {
  left: auto;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\/2 {
  right: 50%;
}
.right-10 {
  right: 2.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[10vw\] {
  right: 10vw;
}
.right-\[124px\] {
  right: 124px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[27vw\] {
  right: 27vw;
}
.right-\[43vw\] {
  right: 43vw;
}
.right-\[72px\] {
  right: 72px;
}
.right-\[calc\(100\%-220px\)\] {
  right: calc(100% - 220px);
}
.right-\[initial\] {
  right: auto;
  right: initial;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-12 {
  top: 3rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-7 {
  top: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[108px\] {
  top: 108px;
}
.top-\[122vw\] {
  top: 122vw;
}
.top-\[13\.5vw\] {
  top: 13.5vw;
}
.top-\[182px\] {
  top: 182px;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[2\.8125rem\] {
  top: 2.8125rem;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[4\.375rem\] {
  top: 4.375rem;
}
.top-\[43vw\] {
  top: 43vw;
}
.top-\[46px\] {
  top: 46px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[76vw\] {
  top: 76vw;
}
.top-\[80px\] {
  top: 80px;
}
.top-\[84vw\] {
  top: 84vw;
}
.top-\[85vw\] {
  top: 85vw;
}
.top-\[90px\] {
  top: 90px;
}
.top-\[initial\] {
  top: auto;
  top: initial;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1010\] {
  z-index: 1010;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[31\] {
  z-index: 31;
}
.z-\[3\] {
  z-index: 3;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.row-span-4 {
  grid-row: span 4 / span 4;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-\[15\%\] {
  margin-top: 15%;
  margin-bottom: 15%;
}
.\!-ml-2 {
  margin-left: -0.5rem !important;
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.\!mt-1 {
  margin-top: 0.25rem !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-7 {
  margin-top: 1.75rem !important;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.-mb-0 {
  margin-bottom: -0px;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-96 {
  margin-bottom: -24rem;
}
.-mb-\[40px\] {
  margin-bottom: -40px;
}
.-mb-\[5rem\] {
  margin-bottom: -5rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mt-0 {
  margin-top: -0px;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-\[74px\] {
  margin-top: -74px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 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-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.8125rem\] {
  margin-bottom: 0.8125rem;
}
.mb-\[1\.0625rem\] {
  margin-bottom: 1.0625rem;
}
.mb-\[1\.375rem\] {
  margin-bottom: 1.375rem;
}
.mb-\[1\.625rem\] {
  margin-bottom: 1.625rem;
}
.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}
.mb-\[140px\] {
  margin-bottom: 140px;
}
.mb-\[2\.125rem\] {
  margin-bottom: 2.125rem;
}
.mb-\[2\.875rem\] {
  margin-bottom: 2.875rem;
}
.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem;
}
.mb-\[4\.5rem\] {
  margin-bottom: 4.5rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-3\.5 {
  margin-left: 0.875rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[5\.3rem\] {
  margin-left: 5.3rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[0\.3125rem\] {
  margin-right: 0.3125rem;
}
.mr-\[1px\] {
  margin-right: 1px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[1\.75rem\] {
  margin-top: 1.75rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[5rem\] {
  margin-top: 5rem;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.\!inline-block {
  display: inline-block !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[10\/9\] {
  aspect-ratio: 10/9;
}
.aspect-\[1\] {
  aspect-ratio: 1;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[0\.1875rem\] {
  height: 0.1875rem;
}
.h-\[1\.375rem\] {
  height: 1.375rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[100vw\] {
  height: 100vw;
}
.h-\[101\%\] {
  height: 101%;
}
.h-\[108px\] {
  height: 108px;
}
.h-\[11\.125rem\] {
  height: 11.125rem;
}
.h-\[11\.625rem\] {
  height: 11.625rem;
}
.h-\[110px\] {
  height: 110px;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[12\.5rem\] {
  height: 12.5rem;
}
.h-\[12vw\] {
  height: 12vw;
}
.h-\[13\.5625rem\] {
  height: 13.5625rem;
}
.h-\[13\.5rem\] {
  height: 13.5rem;
}
.h-\[13\.75rem\] {
  height: 13.75rem;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[135px\] {
  height: 135px;
}
.h-\[13rem\] {
  height: 13rem;
}
.h-\[14\.0625rem\] {
  height: 14.0625rem;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[15\.1875rem\] {
  height: 15.1875rem;
}
.h-\[15\.75rem\] {
  height: 15.75rem;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[2\.0625rem\] {
  height: 2.0625rem;
}
.h-\[20\.5rem\] {
  height: 20.5rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[200vw\] {
  height: 200vw;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21\.25vw\] {
  height: 21.25vw;
}
.h-\[21\.375rem\] {
  height: 21.375rem;
}
.h-\[21rem\] {
  height: 21rem;
}
.h-\[22\.25rem\] {
  height: 22.25rem;
}
.h-\[23\.0625rem\] {
  height: 23.0625rem;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25rem\] {
  height: 25rem;
}
.h-\[29\.875rem\] {
  height: 29.875rem;
}
.h-\[3\.125rem\] {
  height: 3.125rem;
}
.h-\[3\.25rem\] {
  height: 3.25rem;
}
.h-\[3\.75rem\] {
  height: 3.75rem;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30rem\] {
  height: 30rem;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[348px\] {
  height: 348px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[4\.5rem\] {
  height: 4.5rem;
}
.h-\[42\.75rem\] {
  height: 42.75rem;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[5\.25rem\] {
  height: 5.25rem;
}
.h-\[5\.5rem\] {
  height: 5.5rem;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[50rem\] {
  height: 50rem;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[6\.25rem\] {
  height: 6.25rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[60vw\] {
  height: 60vw;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[64vw\] {
  height: 64vw;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[7\.5rem\] {
  height: 7.5rem;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[71px\] {
  height: 71px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[82px\] {
  height: 82px;
}
.h-\[8rem\] {
  height: 8rem;
}
.h-\[9\.125rem\] {
  height: 9.125rem;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[92px\] {
  height: 92px;
}
.h-\[93px\] {
  height: 93px;
}
.h-\[calc\(100\%-11\.4375rem\)\] {
  height: calc(100% - 11.4375rem);
}
.h-\[calc\(100\%-144px\)\] {
  height: calc(100% - 144px);
}
.h-\[calc\(100\%-203px\)\] {
  height: calc(100% - 203px);
}
.h-\[calc\(100\%-3\.3rem\)\] {
  height: calc(100% - 3.3rem);
}
.h-\[calc\(100\%-5\.5rem\)\] {
  height: calc(100% - 5.5rem);
}
.h-\[calc\(100\%-69px\)\] {
  height: calc(100% - 69px);
}
.h-\[calc\(100\%-9\.25rem\)\] {
  height: calc(100% - 9.25rem);
}
.h-\[calc\(100vh-11\.4375rem\)\] {
  height: calc(100vh - 11.4375rem);
}
.h-\[calc\(100vh-9\.25rem\)\] {
  height: calc(100vh - 9.25rem);
}
.h-\[calc\(80vw\*1\)\] {
  height: calc(80vw * 1);
}
.h-\[calc\(80vw\*2\)\] {
  height: calc(80vw * 2);
}
.h-\[calc\(80vw\*3\)\] {
  height: calc(80vw * 3);
}
.h-\[calc\(80vw\*4\)\] {
  height: calc(80vw * 4);
}
.h-\[calc\(80vw\*5\)\] {
  height: calc(80vw * 5);
}
.h-\[calc\(80vw\*6\)\] {
  height: calc(80vw * 6);
}
.h-\[calc\(80vw\*7\)\] {
  height: calc(80vw * 7);
}
.h-\[calc\(80vw\*8\)\] {
  height: calc(80vw * 8);
}
.h-\[fit-content\] {
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[initial\] {
  height: auto;
  height: initial;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-\[166vw\] {
  height: 166vw;
}
.h-\[calc\(59vw\*1\)\] {
  height: calc(59vw * 1);
}
.h-\[calc\(59vw\*10\)\] {
  height: calc(59vw * 10);
}
.h-\[calc\(59vw\*11\)\] {
  height: calc(59vw * 11);
}
.h-\[calc\(59vw\*12\)\] {
  height: calc(59vw * 12);
}
.h-\[calc\(59vw\*13\)\] {
  height: calc(59vw * 13);
}
.h-\[calc\(59vw\*14\)\] {
  height: calc(59vw * 14);
}
.h-\[calc\(59vw\*15\)\] {
  height: calc(59vw * 15);
}
.h-\[calc\(59vw\*2\)\] {
  height: calc(59vw * 2);
}
.h-\[calc\(59vw\*3\)\] {
  height: calc(59vw * 3);
}
.h-\[calc\(59vw\*4\)\] {
  height: calc(59vw * 4);
}
.h-\[calc\(59vw\*5\)\] {
  height: calc(59vw * 5);
}
.h-\[calc\(59vw\*6\)\] {
  height: calc(59vw * 6);
}
.h-\[calc\(59vw\*7\)\] {
  height: calc(59vw * 7);
}
.h-\[calc\(59vw\*8\)\] {
  height: calc(59vw * 8);
}
.h-\[calc\(59vw\*9\)\] {
  height: calc(59vw * 9);
}
.\!max-h-full {
  max-height: 100% !important;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-\[10\.125rem\] {
  max-height: 10.125rem;
}
.max-h-\[16\.25rem\] {
  max-height: 16.25rem;
}
.max-h-\[17px\] {
  max-height: 17px;
}
.max-h-\[20\.875rem\] {
  max-height: 20.875rem;
}
.max-h-\[225px\] {
  max-height: 225px;
}
.max-h-\[22px\] {
  max-height: 22px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[28px\] {
  max-height: 28px;
}
.max-h-\[3\.25rem\] {
  max-height: 3.25rem;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.max-h-\[31\.25rem\] {
  max-height: 31.25rem;
}
.max-h-\[344px\] {
  max-height: 344px;
}
.max-h-\[350px\] {
  max-height: 350px;
}
.max-h-\[36px\] {
  max-height: 36px;
}
.max-h-\[37\.5rem\] {
  max-height: 37.5rem;
}
.max-h-\[40\.625rem\] {
  max-height: 40.625rem;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[40px\] {
  max-height: 40px;
}
.max-h-\[44px\] {
  max-height: 44px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[550px\] {
  max-height: 550px;
}
.max-h-\[595px\] {
  max-height: 595px;
}
.max-h-\[60\%\] {
  max-height: 60%;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-\[64vw\] {
  max-height: 64vw;
}
.max-h-\[70\%\] {
  max-height: 70%;
}
.max-h-\[70px\] {
  max-height: 70px;
}
.max-h-\[80\%\] {
  max-height: 80%;
}
.max-h-\[initial\] {
  max-height: none;
  max-height: initial;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[13\.875rem\] {
  min-height: 13.875rem;
}
.min-h-\[18\.75rem\] {
  min-height: 18.75rem;
}
.min-h-\[2\.5rem\] {
  min-height: 2.5rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[26px\] {
  min-height: 26px;
}
.min-h-\[30rem\] {
  min-height: 30rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-1\/2 {
  width: 50% !important;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-6 {
  width: 1.5rem !important;
}
.\!w-\[calc\(50\%-0\.5rem\)\] {
  width: calc(50% - 0.5rem) !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[1\.25rem\] {
  width: 1.25rem;
}
.w-\[1\.6875rem\] {
  width: 1.6875rem;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[101vw\] {
  width: 101vw;
}
.w-\[10vw\] {
  width: 10vw;
}
.w-\[110\%\] {
  width: 110%;
}
.w-\[114px\] {
  width: 114px;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[12\.1875rem\] {
  width: 12.1875rem;
}
.w-\[12\.5rem\] {
  width: 12.5rem;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[12vw\] {
  width: 12vw;
}
.w-\[13\.375rem\] {
  width: 13.375rem;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[14\.1875rem\] {
  width: 14.1875rem;
}
.w-\[14\.375rem\] {
  width: 14.375rem;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[15\.625rem\] {
  width: 15.625rem;
}
.w-\[15\.75rem\] {
  width: 15.75rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[155px\] {
  width: 155px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17\.5rem\] {
  width: 17.5rem;
}
.w-\[17\.8rem\] {
  width: 17.8rem;
}
.w-\[175px\] {
  width: 175px;
}
.w-\[175vw\] {
  width: 175vw;
}
.w-\[18\.75rem\] {
  width: 18.75rem;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[185px\] {
  width: 185px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[190px\] {
  width: 190px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[2\.25rem\] {
  width: 2.25rem;
}
.w-\[2\.5rem\] {
  width: 2.5rem;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[20\.3125rem\] {
  width: 20.3125rem;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[200vw\] {
  width: 200vw;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[226\.8\%\] {
  width: 226.8%;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[23\.75rem\] {
  width: 23.75rem;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[252px\] {
  width: 252px;
}
.w-\[25rem\] {
  width: 25rem;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[28\.125\%\] {
  width: 28.125%;
}
.w-\[28\.125rem\] {
  width: 28.125rem;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[29\.375rem\] {
  width: 29.375rem;
}
.w-\[3\.125rem\] {
  width: 3.125rem;
}
.w-\[3\.75rem\] {
  width: 3.75rem;
}
.w-\[30\.5rem\] {
  width: 30.5rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[300vw\] {
  width: 300vw;
}
.w-\[31rem\] {
  width: 31rem;
}
.w-\[325px\] {
  width: 325px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[33\.4375rem\] {
  width: 33.4375rem;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[410px\] {
  width: 410px;
}
.w-\[42\.75rem\] {
  width: 42.75rem;
}
.w-\[43\.875rem\] {
  width: 43.875rem;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[48vw\] {
  width: 48vw;
}
.w-\[5\.25rem\] {
  width: 5.25rem;
}
.w-\[5\.5rem\] {
  width: 5.5rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[500px\] {
  width: 500px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[50rem\] {
  width: 50rem;
}
.w-\[50vw\] {
  width: 50vw;
}
.w-\[55rem\] {
  width: 55rem;
}
.w-\[57\%\] {
  width: 57%;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60\.3125rem\] {
  width: 60.3125rem;
}
.w-\[64\%\] {
  width: 64%;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[66px\] {
  width: 66px;
}
.w-\[66vw\] {
  width: 66vw;
}
.w-\[7\.125rem\] {
  width: 7.125rem;
}
.w-\[7\.5rem\] {
  width: 7.5rem;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70vw\] {
  width: 70vw;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[8\.125rem\] {
  width: 8.125rem;
}
.w-\[8\.75rem\] {
  width: 8.75rem;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[9\.25rem\] {
  width: 9.25rem;
}
.w-\[9\.375rem\] {
  width: 9.375rem;
}
.w-\[9\.75rem\] {
  width: 9.75rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[91\%\] {
  width: 91%;
}
.w-\[92px\] {
  width: 92px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[calc\(100\%\+40px\)\] {
  width: calc(100% + 40px);
}
.w-\[calc\(100\%-22\.875rem\)\] {
  width: calc(100% - 22.875rem);
}
.w-\[calc\(100\%-24px\)\] {
  width: calc(100% - 24px);
}
.w-\[calc\(100\%-24px-10px\)\] {
  width: calc(100% - 24px - 10px);
}
.w-\[calc\(100\%-24px-92px-12px-12px\)\] {
  width: calc(100% - 24px - 92px - 12px - 12px);
}
.w-\[calc\(100\%-25rem\)\] {
  width: calc(100% - 25rem);
}
.w-\[calc\(100\%-26\.25rem\)\] {
  width: calc(100% - 26.25rem);
}
.w-\[calc\(100\%-6\.25rem\)\] {
  width: calc(100% - 6.25rem);
}
.w-\[calc\(100\%-8\.5rem\)\] {
  width: calc(100% - 8.5rem);
}
.w-\[calc\(100\%-9\.75rem\)\] {
  width: calc(100% - 9.75rem);
}
.w-\[calc\(100\%\/3\*2-44px-12px\)\] {
  width: calc(100% / 3 * 2 - 44px - 12px);
}
.w-\[calc\(100vw-2rem\)\] {
  width: calc(100vw - 2rem);
}
.w-\[calc\(100vw-40px\)\] {
  width: calc(100vw - 40px);
}
.w-\[calc\(16\.66\%-1\.25rem\)\] {
  width: calc(16.66% - 1.25rem);
}
.w-\[calc\(27\%-3px\)\] {
  width: calc(27% - 3px);
}
.w-\[calc\(33\.33\%-0\.66rem\)\] {
  width: calc(33.33% - 0.66rem);
}
.w-\[calc\(33\.33\%-1\.25rem\)\] {
  width: calc(33.33% - 1.25rem);
}
.w-\[calc\(36\%-3px\)\] {
  width: calc(36% - 3px);
}
.w-\[calc\(37\%-3px\)\] {
  width: calc(37% - 3px);
}
.w-\[calc\(50\%\+0\.625rem\)\] {
  width: calc(50% + 0.625rem);
}
.w-\[calc\(50\%-0\.5rem\)\] {
  width: calc(50% - 0.5rem);
}
.w-\[calc\(50\%-0\.625rem\)\] {
  width: calc(50% - 0.625rem);
}
.w-\[calc\(50\%-1\.25rem\)\] {
  width: calc(50% - 1.25rem);
}
.w-\[calc\(50\%-1\.5rem\)\] {
  width: calc(50% - 1.5rem);
}
.w-\[calc\(50\%-1rem\)\] {
  width: calc(50% - 1rem);
}
.w-\[calc\(50vw-48\.5rem\)\] {
  width: calc(50vw - 48.5rem);
}
.w-\[calc\(50vw-48rem\)\] {
  width: calc(50vw - 48rem);
}
.w-\[calc\(50vw-50rem\)\] {
  width: calc(50vw - 50rem);
}
.w-\[calc\(50vw-51rem\)\] {
  width: calc(50vw - 51rem);
}
.w-\[calc\(70vw\*4\+20px\*3\+40px\)\] {
  width: calc(70vw * 4 + 20px * 3 + 40px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.\!min-w-\[150px\] {
  min-width: 150px !important;
}
.\!min-w-\[50\%\] {
  min-width: 50% !important;
}
.\!min-w-\[7\.0625rem\] {
  min-width: 7.0625rem !important;
}
.\!min-w-\[9rem\] {
  min-width: 9rem !important;
}
.\!min-w-min {
  min-width: -moz-min-content !important;
  min-width: min-content !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}
.min-w-\[1\.5rem\] {
  min-width: 1.5rem;
}
.min-w-\[10rem\] {
  min-width: 10rem;
}
.min-w-\[11\.125rem\] {
  min-width: 11.125rem;
}
.min-w-\[11\.8125rem\] {
  min-width: 11.8125rem;
}
.min-w-\[12\.5rem\] {
  min-width: 12.5rem;
}
.min-w-\[12\.8125rem\] {
  min-width: 12.8125rem;
}
.min-w-\[13\.125rem\] {
  min-width: 13.125rem;
}
.min-w-\[13rem\] {
  min-width: 13rem;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[1px\] {
  min-width: 1px;
}
.min-w-\[1rem\] {
  min-width: 1rem;
}
.min-w-\[25\.3125rem\] {
  min-width: 25.3125rem;
}
.min-w-\[250px\] {
  min-width: 250px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[310px\] {
  min-width: 310px;
}
.min-w-\[45rem\] {
  min-width: 45rem;
}
.min-w-\[50rem\] {
  min-width: 50rem;
}
.min-w-\[80\%\] {
  min-width: 80%;
}
.min-w-\[90\%\] {
  min-width: 90%;
}
.min-w-\[95px\] {
  min-width: 95px;
}
.min-w-full {
  min-width: 100%;
}
.\!max-w-\[1000px\] {
  max-width: 1000px !important;
}
.\!max-w-\[500px\] {
  max-width: 500px !important;
}
.\!max-w-none {
  max-width: none !important;
}
.\!max-w-screen-md {
  max-width: 768px !important;
}
.\!max-w-screen-xl {
  max-width: 1280px !important;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[104px\] {
  max-width: 104px;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[120rem\] {
  max-width: 120rem;
}
.max-w-\[123rem\] {
  max-width: 123rem;
}
.max-w-\[13\.5625rem\] {
  max-width: 13.5625rem;
}
.max-w-\[135px\] {
  max-width: 135px;
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[18\.0625rem\] {
  max-width: 18.0625rem;
}
.max-w-\[20\%\] {
  max-width: 20%;
}
.max-w-\[20\.875rem\] {
  max-width: 20.875rem;
}
.max-w-\[21\.5rem\] {
  max-width: 21.5rem;
}
.max-w-\[23\.8125rem\] {
  max-width: 23.8125rem;
}
.max-w-\[23rem\] {
  max-width: 23rem;
}
.max-w-\[25\.375rem\] {
  max-width: 25.375rem;
}
.max-w-\[25rem\] {
  max-width: 25rem;
}
.max-w-\[26\.25rem\] {
  max-width: 26.25rem;
}
.max-w-\[27\.5rem\] {
  max-width: 27.5rem;
}
.max-w-\[27rem\] {
  max-width: 27rem;
}
.max-w-\[28\.125rem\] {
  max-width: 28.125rem;
}
.max-w-\[29\.875rem\] {
  max-width: 29.875rem;
}
.max-w-\[30\%\] {
  max-width: 30%;
}
.max-w-\[30\.875rem\] {
  max-width: 30.875rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[306px\] {
  max-width: 306px;
}
.max-w-\[315px\] {
  max-width: 315px;
}
.max-w-\[32\.5rem\] {
  max-width: 32.5rem;
}
.max-w-\[33\.4375rem\] {
  max-width: 33.4375rem;
}
.max-w-\[34\.6875rem\] {
  max-width: 34.6875rem;
}
.max-w-\[35rem\] {
  max-width: 35rem;
}
.max-w-\[40\%\] {
  max-width: 40%;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[41\.5625rem\] {
  max-width: 41.5625rem;
}
.max-w-\[41\.5rem\] {
  max-width: 41.5rem;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[45rem\] {
  max-width: 45rem;
}
.max-w-\[48\.5625rem\] {
  max-width: 48.5625rem;
}
.max-w-\[49rem\] {
  max-width: 49rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.max-w-\[56\.25rem\] {
  max-width: 56.25rem;
}
.max-w-\[58\.25rem\] {
  max-width: 58.25rem;
}
.max-w-\[59\.6875rem\] {
  max-width: 59.6875rem;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[65px\] {
  max-width: 65px;
}
.max-w-\[66rem\] {
  max-width: 66rem;
}
.max-w-\[670px\] {
  max-width: 670px;
}
.max-w-\[68\.75rem\] {
  max-width: 68.75rem;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[70\.625rem\] {
  max-width: 70.625rem;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[70vw\] {
  max-width: 70vw;
}
.max-w-\[750px\] {
  max-width: 750px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[80vw\] {
  max-width: 80vw;
}
.max-w-\[82\.5rem\] {
  max-width: 82.5rem;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[88rem\] {
  max-width: 88rem;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[calc\(100\%-4\.5rem\)\] {
  max-width: calc(100% - 4.5rem);
}
.max-w-\[calc\(100\%-85px\)\] {
  max-width: calc(100% - 85px);
}
.max-w-\[calc\(100vw-20px\)\] {
  max-width: calc(100vw - 20px);
}
.max-w-\[calc\(100vw-40px\)\] {
  max-width: calc(100vw - 40px);
}
.max-w-\[calc\(100vw-80px\)\] {
  max-width: calc(100vw - 80px);
}
.max-w-\[calc\(25\%-0\.1875rem\)\] {
  max-width: calc(25% - 0.1875rem);
}
.max-w-\[calc\(25\%-1\.125rem\)\] {
  max-width: calc(25% - 1.125rem);
}
.max-w-\[calc\(50\%-0\.75rem\)\] {
  max-width: calc(50% - 0.75rem);
}
.max-w-\[initial\] {
  max-width: none;
  max-width: initial;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-\[25\%\] {
  flex-basis: 25%;
}
.basis-\[50\%\] {
  flex-basis: 50%;
}
.origin-top {
  transform-origin: top;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-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-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-315px\] {
  --tw-translate-x: -315px;
  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-\[calc\(100\%\+40px\)\] {
  --tw-translate-x: calc(100% + 40px);
  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-\[-104px\] {
  --tw-translate-y: -104px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.-rotate-\[15deg\] {
  --tw-rotate: -15deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.rotate-\[135deg\] {
  --tw-rotate: 135deg;
  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));
}
.-skew-x-12 {
  --tw-skew-x: -12deg;
  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));
}
.-skew-x-\[30deg\] {
  --tw-skew-x: -30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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\.95\] {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  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-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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-y-100 {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-100 {
  --tw-scale-x: 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));
}
.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));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.scroll-px-5 {
  scroll-padding-left: 1.25rem;
  scroll-padding-right: 1.25rem;
}
.list-none {
  list-style-type: none;
}
.auto-cols-max {
  grid-auto-columns: max-content;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-min {
  grid-auto-rows: min-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[repeat\(1\2c 18\.65rem\)\] {
  grid-template-columns: repeat(1,18.65rem);
}
.grid-cols-\[repeat\(2\2c 18\.65rem\)\] {
  grid-template-columns: repeat(2,18.65rem);
}
.grid-cols-\[repeat\(3\2c 18\.65rem\)\] {
  grid-template-columns: repeat(3,18.65rem);
}
.grid-cols-\[repeat\(4\2c 18\.65rem\)\] {
  grid-template-columns: repeat(4,18.65rem);
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}
.\!flex-row {
  flex-direction: row !important;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.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-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1\.75rem\] {
  gap: 1.75rem;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[1\.375rem\] {
  row-gap: 1.375rem;
}
.self-end {
  align-self: flex-end;
}
.\!overflow-auto {
  overflow: auto !important;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}
.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}
.rounded-\[100\%\] {
  border-radius: 100%;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[31\.25rem\] {
  border-radius: 31.25rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!rounded-l-none {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-\[0\.625rem\] {
  border-bottom-right-radius: 0.625rem;
  border-bottom-left-radius: 0.625rem;
}
.rounded-b-\[1\.25rem\] {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.rounded-b-\[10px\] {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-b-\[15px\] {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.rounded-b-\[4px\] {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-\[0\.625rem\] {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}
.rounded-t-\[1\.25rem\] {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.rounded-t-\[4px\] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-\[10px\] {
  border-bottom-left-radius: 10px;
}
.rounded-br-\[10px\] {
  border-bottom-right-radius: 10px;
}
.rounded-tl-\[10px\] {
  border-top-left-radius: 10px;
}
.rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-\[5px\] {
  border-width: 5px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[0\.125rem\] {
  border-bottom-width: 0.125rem;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}
.\!border-neutral-70 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
}
.border-\[\#F00\] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 0, 0, var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
}
.border-brand-primary {
  border-color: var(--brand-primary);
}
.border-green {
  --tw-border-opacity: 1;
  border-color: rgba(152, 214, 0, var(--tw-border-opacity));
}
.border-grey-6 {
  border-color: var(--grey-6);
}
.border-light-blue {
  --tw-border-opacity: 1;
  border-color: rgba(225, 240, 251, var(--tw-border-opacity));
}
.border-neutral-30 {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgba(118, 123, 138, var(--tw-border-opacity));
}
.border-neutral-60 {
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 232, var(--tw-border-opacity));
}
.border-neutral-70 {
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
}
.border-neutral-80 {
  --tw-border-opacity: 1;
  border-color: rgba(238, 240, 245, var(--tw-border-opacity));
}
.border-neutral-90 {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 252, var(--tw-border-opacity));
}
.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity));
}
.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(211, 47, 47, var(--tw-border-opacity));
}
.border-secondary-40 {
  --tw-border-opacity: 1;
  border-color: rgba(178, 5, 116, var(--tw-border-opacity));
}
.border-squish-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.border-squish-teal-3 {
  --tw-border-opacity: 1;
  border-color: rgba(225, 243, 242, var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-vault-aqua {
  --tw-border-opacity: 1;
  border-color: rgba(15, 153, 254, var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-y-neutral-70 {
  --tw-border-opacity: 1;
  border-top-color: rgba(227, 230, 239, var(--tw-border-opacity));
  border-bottom-color: rgba(227, 230, 239, var(--tw-border-opacity));
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(26, 26, 26, var(--tw-border-opacity));
}
.border-b-neutral-70 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(227, 230, 239, var(--tw-border-opacity));
}
.border-b-primary-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(29, 82, 225, var(--tw-border-opacity));
}
.border-b-squish-primary-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.border-r-neutral-100 {
  --tw-border-opacity: 1;
  border-right-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.\!bg-neutral-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.\!bg-neutral-80 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
.\!bg-squish-secondary-40 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 169, 169, var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#00B6BD\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 182, 189, var(--tw-bg-opacity));
}
.bg-\[\#013B38\] {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 59, 56, var(--tw-bg-opacity));
}
.bg-\[\#181818\] {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 24, 24, var(--tw-bg-opacity));
}
.bg-\[\#306EB2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(48, 110, 178, var(--tw-bg-opacity));
}
.bg-\[\#3da1fd\] {
  --tw-bg-opacity: 1;
  background-color: rgba(61, 161, 253, var(--tw-bg-opacity));
}
.bg-\[\#462628\] {
  --tw-bg-opacity: 1;
  background-color: rgba(70, 38, 40, var(--tw-bg-opacity));
}
.bg-\[\#604091\] {
  --tw-bg-opacity: 1;
  background-color: rgba(96, 64, 145, var(--tw-bg-opacity));
}
.bg-\[\#61a2c2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(97, 162, 194, var(--tw-bg-opacity));
}
.bg-\[\#81201C\] {
  --tw-bg-opacity: 1;
  background-color: rgba(129, 32, 28, var(--tw-bg-opacity));
}
.bg-\[\#C5B5DE\] {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 181, 222, var(--tw-bg-opacity));
}
.bg-\[\#ECCAE0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 202, 224, var(--tw-bg-opacity));
}
.bg-\[\#EEFEFF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 254, 255, var(--tw-bg-opacity));
}
.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 239, 239, var(--tw-bg-opacity));
}
.bg-\[\#FCDC3E\] {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 220, 62, var(--tw-bg-opacity));
}
.bg-\[\#dbc2c2\] {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 194, 194, var(--tw-bg-opacity));
}
.bg-\[\#f00686\] {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 6, 134, var(--tw-bg-opacity));
}
.bg-\[\#f3f3f3\] {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}
.bg-\[\#fdc907\] {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 201, 7, var(--tw-bg-opacity));
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.7\)\] {
  background-color: rgba(0,0,0,.7);
}
.bg-\[rgba\(255\2c 255\2c 255\2c \.7\)\] {
  background-color: rgba(255,255,255,.7);
}
.bg-bldr-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(62, 162, 255, var(--tw-bg-opacity));
}
.bg-brand-primary {
  background-color: var(--brand-primary);
}
.bg-brand-primary-alt {
  background-color: var(--brand-primary-alt);
}
.bg-brand-secondary {
  background-color: var(--brand-secondary);
}
.bg-brand-tertiary {
  background-color: var(--brand-tertiary);
}
.bg-bumbumz-magenta-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 227, 236, var(--tw-bg-opacity));
}
.bg-cyan {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 200, 232, var(--tw-bg-opacity));
}
.bg-dark-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-dark-cyan {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 90, 125, var(--tw-bg-opacity));
}
.bg-dark-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(112, 0, 148, var(--tw-bg-opacity));
}
.bg-error {
  background-color: var(--error);
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 54, 46, var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgba(152, 214, 0, var(--tw-bg-opacity));
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 240, 251, var(--tw-bg-opacity));
}
.bg-light-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 248, 255, var(--tw-bg-opacity));
}
.bg-light-blue-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 80, 114, var(--tw-bg-opacity));
}
.bg-light-blue-4 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 94, 158, var(--tw-bg-opacity));
}
.bg-light-cyan {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 234, 251, var(--tw-bg-opacity));
}
.bg-light-green {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 255, 208, var(--tw-bg-opacity));
}
.bg-light-magenta {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 236, 242, var(--tw-bg-opacity));
}
.bg-light-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 225, 254, var(--tw-bg-opacity));
}
.bg-light-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 251, 206, var(--tw-bg-opacity));
}
.bg-magenta {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 1, 140, var(--tw-bg-opacity));
}
.bg-med-magenta {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 16, 166, var(--tw-bg-opacity));
}
.bg-neutral-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-neutral-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 77, 92, var(--tw-bg-opacity));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity));
}
.bg-neutral-60 {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 220, 232, var(--tw-bg-opacity));
}
.bg-neutral-70 {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.bg-neutral-80 {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity));
}
.bg-neutral-90 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
.bg-primary-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 28, 97, var(--tw-bg-opacity));
}
.bg-primary-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 43, 148, var(--tw-bg-opacity));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
}
.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 0, 211, var(--tw-bg-opacity));
}
.bg-purple-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 44, 131, var(--tw-bg-opacity));
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 47, 47, var(--tw-bg-opacity));
}
.bg-squish-green {
  --tw-bg-opacity: 1;
  background-color: rgba(185, 210, 50, var(--tw-bg-opacity));
}
.bg-squish-green-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 238, 174, var(--tw-bg-opacity));
}
.bg-squish-magenta {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 117, 152, var(--tw-bg-opacity));
}
.bg-squish-magenta-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 220, 232, var(--tw-bg-opacity));
}
.bg-squish-magenta-7 {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 48, 102, var(--tw-bg-opacity));
}
.bg-squish-magenta-9 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 33, 83, var(--tw-bg-opacity));
}
.bg-squish-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 165, 110, var(--tw-bg-opacity));
}
.bg-squish-orange-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 227, 201, var(--tw-bg-opacity));
}
.bg-squish-orange-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 128, 32, var(--tw-bg-opacity));
}
.bg-squish-primary-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(72, 36, 78, var(--tw-bg-opacity));
}
.bg-squish-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity));
}
.bg-squish-purple-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 236, 255, var(--tw-bg-opacity));
}
.bg-squish-purple-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 181, 222, var(--tw-bg-opacity));
}
.bg-squish-purple-7 {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 226, 252, var(--tw-bg-opacity));
}
.bg-squish-secondary-40 {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 169, 169, var(--tw-bg-opacity));
}
.bg-squish-secondary-95 {
  --tw-bg-opacity: 1;
  background-color: rgba(240, 250, 250, var(--tw-bg-opacity));
}
.bg-squish-teal-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 250, var(--tw-bg-opacity));
}
.bg-squish-teal-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 243, 242, var(--tw-bg-opacity));
}
.bg-squish-teal-9 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 128, var(--tw-bg-opacity));
}
.bg-squish-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 220, 62, var(--tw-bg-opacity));
}
.bg-squish-yellow-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 225, var(--tw-bg-opacity));
}
.bg-sticki-dark-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 38, 130, var(--tw-bg-opacity));
}
.bg-sticki-pink {
  --tw-bg-opacity: 1;
  background-color: rgba(236, 42, 144, var(--tw-bg-opacity));
}
.bg-success {
  background-color: var(--success);
}
.bg-transparent {
  background-color: transparent;
}
.bg-vault-primary-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 207, 253, var(--tw-bg-opacity));
}
.bg-vault-primary-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 39, 255, var(--tw-bg-opacity));
}
.bg-vault-tertiary-30 {
  --tw-bg-opacity: 1;
  background-color: rgba(4, 0, 160, var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgba(235, 231, 23, var(--tw-bg-opacity));
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.from-black {
  --tw-gradient-from: #1A1A1A var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(26, 26, 26, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-10 {
  --tw-gradient-from: #0D1017 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(13, 16, 23, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-neutral-100 {
  --tw-gradient-from: #FFFFFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vault-primary-10 {
  --tw-gradient-from: #00CFFD var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 207, 253, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-vault-primary-20 {
  --tw-gradient-from: #2d27ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(45, 39, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-10\% {
  --tw-gradient-from-position: 10%;
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-vault-aqua {
  --tw-gradient-to: #0F99FE var(--tw-gradient-to-position);
}
.to-vault-primary-10 {
  --tw-gradient-to: #00CFFD var(--tw-gradient-to-position);
}
.to-vault-primary-20 {
  --tw-gradient-to: #2d27ff var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-squish-primary-50 {
  stroke: #6E3778;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-1 {
  padding: 0.25rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-\[10px\] {
  padding: 10px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.\!py-\[\.5625rem\] {
  padding-top: .5625rem !important;
  padding-bottom: .5625rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
.px-\[15vw\] {
  padding-left: 15vw;
  padding-right: 15vw;
}
.px-\[2\.375rem\] {
  padding-left: 2.375rem;
  padding-right: 2.375rem;
}
.px-\[20\%\] {
  padding-left: 20%;
  padding-right: 20%;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[3\.125rem\] {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
.px-\[38px\] {
  padding-left: 38px;
  padding-right: 38px;
}
.px-\[5\.875rem\] {
  padding-left: 5.875rem;
  padding-right: 5.875rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.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;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10\%\] {
  padding-top: 10%;
  padding-bottom: 10%;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-\[2\.1875rem\] {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
.py-\[3\.75rem\] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.py-\[4\.5rem\] {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.py-\[4\.625rem\] {
  padding-top: 4.625rem;
  padding-bottom: 4.625rem;
}
.py-\[54px\] {
  padding-top: 54px;
  padding-bottom: 54px;
}
.\!pb-2 {
  padding-bottom: 0.5rem !important;
}
.\!pb-2\.5 {
  padding-bottom: 0.625rem !important;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.\!pl-4 {
  padding-left: 1rem !important;
}
.\!pt-2 {
  padding-top: 0.5rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-96 {
  padding-bottom: 24rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-\[105\%\] {
  padding-bottom: 105%;
}
.pb-\[106\.85\%\] {
  padding-bottom: 106.85%;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[3\.25rem\] {
  padding-bottom: 3.25rem;
}
.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}
.pb-\[4\.375rem\] {
  padding-bottom: 4.375rem;
}
.pb-\[4\.5rem\] {
  padding-bottom: 4.5rem;
}
.pb-\[4\.625rem\] {
  padding-bottom: 4.625rem;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[5\.125rem\] {
  padding-bottom: 5.125rem;
}
.pb-\[5\.75rem\] {
  padding-bottom: 5.75rem;
}
.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.pb-\[6\.25rem\] {
  padding-bottom: 6.25rem;
}
.pb-\[60vw\] {
  padding-bottom: 60vw;
}
.pb-\[63\%\] {
  padding-bottom: 63%;
}
.pb-\[66\%\] {
  padding-bottom: 66%;
}
.pb-\[7\.5rem\] {
  padding-bottom: 7.5rem;
}
.pb-\[70\%\] {
  padding-bottom: 70%;
}
.pb-\[75\%\] {
  padding-bottom: 75%;
}
.pb-\[82\%\] {
  padding-bottom: 82%;
}
.pb-\[83\.6\%\] {
  padding-bottom: 83.6%;
}
.pb-\[calc\(100\%-2px\)\] {
  padding-bottom: calc(100% - 2px);
}
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-\[6\.25rem\] {
  padding-left: 6.25rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[104px\] {
  padding-top: 104px;
}
.pt-\[2\.1875rem\] {
  padding-top: 2.1875rem;
}
.pt-\[2\.5px\] {
  padding-top: 2.5px;
}
.pt-\[4\.125rem\] {
  padding-top: 4.125rem;
}
.pt-\[4\.5rem\] {
  padding-top: 4.5rem;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[5\.25rem\] {
  padding-top: 5.25rem;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[5rem\] {
  padding-top: 5rem;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[7\.5rem\] {
  padding-top: 7.5rem;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.text-left {
  text-align: left;
}
.\!text-center {
  text-align: center !important;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-\[1px\] {
  vertical-align: 1px;
}
.\!font-brand {
  font-family: var(--brand-font) !important;
}
.\!font-freight {
  font-family: freight-sans-pro, sans-serif !important;
}
.\!font-inter {
  font-family: inter-variable, sans-serif !important;
}
.\!font-nunito {
  font-family: Nunito, sans-serif !important;
}
.\!font-opensans {
  font-family: open-sans, sans-serif !important;
}
.\!font-urw-din {
  font-family: urw-din, sans-serif !important;
}
.font-brand {
  font-family: var(--brand-font);
}
.font-comfortaa {
  font-family: Comfortaa, sans-serif;
}
.font-freight {
  font-family: freight-sans-pro, sans-serif;
}
.font-inter {
  font-family: inter-variable, sans-serif;
}
.font-montserrat {
  font-family: montserrat, sans-serif;
}
.font-nunito {
  font-family: Nunito, sans-serif;
}
.font-urw-din {
  font-family: urw-din, sans-serif;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.\!text-\[0\.8125rem\] {
  font-size: 0.8125rem !important;
}
.\!text-\[1\.5rem\] {
  font-size: 1.5rem !important;
}
.\!text-\[10px\] {
  font-size: 10px !important;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[13px\] {
  font-size: 13px !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[15px\] {
  font-size: 15px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.\!text-\[2\.625rem\] {
  font-size: 2.625rem !important;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-\[24px\] {
  font-size: 24px !important;
}
.\!text-\[26px\] {
  font-size: 26px !important;
}
.\!text-\[28px\] {
  font-size: 28px !important;
}
.\!text-\[30px\] {
  font-size: 30px !important;
}
.\!text-\[32px\] {
  font-size: 32px !important;
}
.\!text-\[40px\] {
  font-size: 40px !important;
}
.\!text-\[64px\] {
  font-size: 64px !important;
}
.\!text-\[8px\] {
  font-size: 8px !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !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-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.375rem\] {
  font-size: 1.375rem;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[1\.875rem\] {
  font-size: 1.875rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2\.5rem\] {
  font-size: 2.5rem;
}
.text-\[2\.6rem\] {
  font-size: 2.6rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[3\.125rem\] {
  font-size: 3.125rem;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.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 !important;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.\!uppercase {
  text-transform: uppercase !important;
}
.uppercase {
  text-transform: uppercase;
}
.\!capitalize {
  text-transform: capitalize !important;
}
.capitalize {
  text-transform: capitalize;
}
.\!normal-case {
  text-transform: none !important;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.\!leading-6 {
  line-height: 1.5rem !important;
}
.\!leading-9 {
  line-height: 2.25rem !important;
}
.\!leading-\[16px\] {
  line-height: 16px !important;
}
.\!leading-\[18px\] {
  line-height: 18px !important;
}
.\!leading-\[19px\] {
  line-height: 19px !important;
}
.\!leading-\[2\.0625rem\] {
  line-height: 2.0625rem !important;
}
.\!leading-\[20px\] {
  line-height: 20px !important;
}
.\!leading-\[22px\] {
  line-height: 22px !important;
}
.\!leading-\[25px\] {
  line-height: 25px !important;
}
.\!leading-\[30px\] {
  line-height: 30px !important;
}
.\!leading-\[32px\] {
  line-height: 32px !important;
}
.\!leading-\[40px\] {
  line-height: 40px !important;
}
.\!leading-\[44px\] {
  line-height: 44px !important;
}
.\!leading-none {
  line-height: 1 !important;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.\!leading-snug {
  line-height: 1.375 !important;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.125rem\] {
  line-height: 1.125rem;
}
.leading-\[1\.3125rem\] {
  line-height: 1.3125rem;
}
.leading-\[1\.375rem\] {
  line-height: 1.375rem;
}
.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}
.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}
.leading-\[1\.875rem\] {
  line-height: 1.875rem;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[29px\] {
  line-height: 29px;
}
.leading-\[3\.75rem\] {
  line-height: 3.75rem;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[3rem\] {
  line-height: 3rem;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.\!tracking-\[-0\.3px\] {
  letter-spacing: -0.3px !important;
}
.\!tracking-\[1\.5px\] {
  letter-spacing: 1.5px !important;
}
.\!tracking-normal {
  letter-spacing: 0em !important;
}
.\!tracking-wide {
  letter-spacing: 0.025em !important;
}
.tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}
.tracking-\[\.125rem\] {
  letter-spacing: .125rem;
}
.tracking-\[\.5px\] {
  letter-spacing: .5px;
}
.tracking-\[0\.03125rem\] {
  letter-spacing: 0.03125rem;
}
.tracking-\[0\.1125rem\] {
  letter-spacing: 0.1125rem;
}
.tracking-\[0\.11rem\] {
  letter-spacing: 0.11rem;
}
.tracking-\[0\.125rem\] {
  letter-spacing: 0.125rem;
}
.tracking-\[0\.1875rem\] {
  letter-spacing: 0.1875rem;
}
.tracking-\[0\.25px\] {
  letter-spacing: 0.25px;
}
.tracking-\[0\.25rem\] {
  letter-spacing: 0.25rem;
}
.tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.tracking-\[0\.75px\] {
  letter-spacing: 0.75px;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[1\.75px\] {
  letter-spacing: 1.75px;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[2\.5px\] {
  letter-spacing: 2.5px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-neutral-10 {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.\!text-neutral-100 {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.\!text-neutral-30 {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 77, 92, var(--tw-text-opacity)) !important;
}
.\!text-neutral-40 {
  --tw-text-opacity: 1 !important;
  color: rgba(95, 100, 115, var(--tw-text-opacity)) !important;
}
.\!text-red {
  --tw-text-opacity: 1 !important;
  color: rgba(211, 47, 47, var(--tw-text-opacity)) !important;
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-\[\#013B38\] {
  --tw-text-opacity: 1;
  color: rgba(1, 59, 56, var(--tw-text-opacity));
}
.text-\[\#F00\] {
  --tw-text-opacity: 1;
  color: rgba(255, 0, 0, var(--tw-text-opacity));
}
.text-brand-primary {
  color: var(--brand-primary);
}
.text-brand-secondary {
  color: var(--brand-secondary);
}
.text-dark-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-error-40 {
  --tw-text-opacity: 1;
  color: rgba(179, 38, 30, var(--tw-text-opacity));
}
.text-error-50 {
  --tw-text-opacity: 1;
  color: rgba(220, 54, 46, var(--tw-text-opacity));
}
.text-magenta {
  --tw-text-opacity: 1;
  color: rgba(211, 1, 140, var(--tw-text-opacity));
}
.text-neutral-10 {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-neutral-20 {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 46, var(--tw-text-opacity));
}
.text-neutral-30 {
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
.text-neutral-40 {
  --tw-text-opacity: 1;
  color: rgba(95, 100, 115, var(--tw-text-opacity));
}
.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgba(118, 123, 138, var(--tw-text-opacity));
}
.text-neutral-60 {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 232, var(--tw-text-opacity));
}
.text-neutral-70 {
  --tw-text-opacity: 1;
  color: rgba(227, 230, 239, var(--tw-text-opacity));
}
.text-primary-20 {
  --tw-text-opacity: 1;
  color: rgba(3, 28, 97, var(--tw-text-opacity));
}
.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.text-red {
  --tw-text-opacity: 1;
  color: rgba(211, 47, 47, var(--tw-text-opacity));
}
.text-secondary-40 {
  --tw-text-opacity: 1;
  color: rgba(178, 5, 116, var(--tw-text-opacity));
}
.text-squish-green {
  --tw-text-opacity: 1;
  color: rgba(185, 210, 50, var(--tw-text-opacity));
}
.text-squish-magenta {
  --tw-text-opacity: 1;
  color: rgba(250, 117, 152, var(--tw-text-opacity));
}
.text-squish-magenta-7 {
  --tw-text-opacity: 1;
  color: rgba(197, 48, 102, var(--tw-text-opacity));
}
.text-squish-orange {
  --tw-text-opacity: 1;
  color: rgba(255, 165, 110, var(--tw-text-opacity));
}
.text-squish-primary-50 {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.text-squish-purple-5 {
  --tw-text-opacity: 1;
  color: rgba(197, 181, 222, var(--tw-text-opacity));
}
.text-squish-secondary-40 {
  --tw-text-opacity: 1;
  color: rgba(60, 169, 169, var(--tw-text-opacity));
}
.text-squish-teal-11 {
  --tw-text-opacity: 1;
  color: rgba(216, 236, 236, var(--tw-text-opacity));
}
.text-squish-teal-9 {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 128, var(--tw-text-opacity));
}
.text-squish-tertiary-80 {
  --tw-text-opacity: 1;
  color: rgba(253, 192, 208, var(--tw-text-opacity));
}
.text-squish-yellow {
  --tw-text-opacity: 1;
  color: rgba(252, 220, 62, var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-vault-primary-10 {
  --tw-text-opacity: 1;
  color: rgba(0, 207, 253, var(--tw-text-opacity));
}
.text-vault-primary-20 {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgba(235, 231, 23, var(--tw-text-opacity));
}
.\!underline {
  text-decoration-line: underline !important;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-\[0_-2px_10px_rgba\(8\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 -2px 10px rgba(8,0,0,0.1);
  --tw-shadow-colored: 0 -2px 10px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_\#999_inset\] {
  --tw-shadow: 0 0 0 1px #999 inset;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(8\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0 10px rgba(8,0,0,0.1);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0_0_12px_0_rgba\(255\2c 255\2c 255\2c 0\.18\)\] {
  --tw-shadow: 0 0 12px 0 rgba(255,255,255,0.18);
  --tw-shadow-colored: 0 0 12px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-header {
  --tw-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-shop-by-hover {
  --tw-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-site-header {
  --tw-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 4px 10px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-tile {
  --tw-shadow: 0px 0px 10px rgba(8, 55, 180, 0.1);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-top-inset {
  --tw-shadow: inset 0px 11px 8px -10px rgba(8, 55, 180, 0.1);
  --tw-shadow-colored: inset 0px 11px 8px -10px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-vault-header {
  --tw-shadow: 0 0 10px rgba(53, 53, 53, 0.1);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring {
  --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), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,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 {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(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);
}
.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 !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.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-\[border-radius\] {
  transition-property: border-radius;
  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-height {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-max-height {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.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);
}
.container {
  max-width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {

  .container {
    max-width: 1400px;
  }
}
.snap-start {
    scroll-snap-align: start;
  }
.scrollbar-hidden::-webkit-scrollbar { width: 0 !important; height: 0!important }
.scrollbar-hidden::-webkit-scrollbar { display: none }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 100vw;
}
.hide-preview-bar #preview-bar-iframe {
  display: none !important;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.line-truncates {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}
.blur-up.lazyloaded {
  filter: blur(0);
}
img.lazyload {
  opacity: 0;
}
body {
  font-family: inter-variable, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.body-1, .accordion-item__text, .accordion-item__text p, .accordion-item__text ul:not(.sticki-social-links), .accordion-item__text li, .accordion-item__text th, .accordion-item__text td, .button, .button__primary, .button__primary__reversed, .button__secondary, .button__tertiary, .button__primary__global, .button__secondary__global, .button-small__primary, .button-small__secondary, .button-small__tertiary, .button-small__primary__global, .button-small__secondary__global, input[type="search"], .link-plus, .link-plus__primary, .link-plus__secondary, .link-plus__primary__global, .link-plus__secondary__global, .quantity-input.quantity-input, .jdgm-rev__read-full, .boost-pfs-search-suggestion-header, #ccpa-optout-container #opt-out-link, .swym-ui-component .swym-share-btn, .swym-title, .swym-product-final-price, .boost-pfs-filter-total-product, .boost-pfs-filter-apply-button, .squishmallows &, .vault &, .boost-pfs-filter-apply-all-button, .boost-pfs-filter-clear, .boost-pfs-filter-clear-all, .boost-pfs-filter-show-result {
  font-family: inter-variable, sans-serif;
  font-size: 17px;
  line-height: 24px;
}
@media (min-width: 1024px) {

  .body-1, .accordion-item__text, .accordion-item__text p, .accordion-item__text ul:not(.sticki-social-links), .accordion-item__text li, .accordion-item__text th, .accordion-item__text td, .button, .button__primary, .button__primary__reversed, .button__secondary, .button__tertiary, .button__primary__global, .button__secondary__global, .button-small__primary, .button-small__secondary, .button-small__tertiary, .button-small__primary__global, .button-small__secondary__global, input[type="search"], .link-plus, .link-plus__primary, .link-plus__secondary, .link-plus__primary__global, .link-plus__secondary__global, .quantity-input.quantity-input, .jdgm-rev__read-full, .boost-pfs-search-suggestion-header, #ccpa-optout-container #opt-out-link, .swym-ui-component .swym-share-btn, .swym-title, .swym-product-final-price, .boost-pfs-filter-total-product, .boost-pfs-filter-apply-button, .squishmallows &, .vault &, .boost-pfs-filter-apply-all-button, .boost-pfs-filter-clear, .boost-pfs-filter-clear-all, .boost-pfs-filter-show-result {
    font-size: 16px;
    line-height: 25px;
  }
}
&::-moz-placeholder {
  font-family: inter-variable, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.body-2, .accordion-item__text p[style="font-size: 12px;"], input[type="email"], &::placeholder, .boost-pfs-search-suggestion-item, .boost-pfs-filter-top-sorting-wrapper, .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a, .boost-pfs-filter-option-range-amount-wrapper .boost-pfs-filter-option-range-slider-unit, .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input, .boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input, .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split, .boost-pfs-filter-tree-desktop-button > button, .boost-pfs-filter-option-title-text, .boost-pfs-filter-option-item, .boost-pfs-filter-tree-mobile-button button:after, .boost-pfs-filter-top-sorting > button, .boost-pfs-filter-tree-mobile-button > button, .boost-pfs-filter-custom-sorting button > span > span, .login-message, button {
  font-family: inter-variable, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 1024px) {

  &::-moz-placeholder {
    font-size: 14px;
    line-height: 22px;
  }

  .body-2, .accordion-item__text p[style="font-size: 12px;"], input[type="email"], &::placeholder, .boost-pfs-search-suggestion-item, .boost-pfs-filter-top-sorting-wrapper, .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a, .boost-pfs-filter-option-range-amount-wrapper .boost-pfs-filter-option-range-slider-unit, .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input, .boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input, .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split, .boost-pfs-filter-tree-desktop-button > button, .boost-pfs-filter-option-title-text, .boost-pfs-filter-option-item, .boost-pfs-filter-tree-mobile-button button:after, .boost-pfs-filter-top-sorting > button, .boost-pfs-filter-tree-mobile-button > button, .boost-pfs-filter-custom-sorting button > span > span, .login-message, button {
    font-size: 14px;
    line-height: 22px;
  }
}
.title-1, .title-2, .title-3, .title-4, .boost-pfs-search-result-header {
  font-family: var(--brand-font);
  font-weight: 600;
}
.title-1__global, .title-2__global, .title-3__global, .title-4__global, .accordion-item__text h4, .accordion-item__text h6, .wysiwyg thead td, .jdgm-rev-widg__title, .boost-pfs-filter-options-wrapper::before {
  font-family: inter-variable, sans-serif;
  font-weight: 600;
}
.title-1 {
  font-size: 28px;
  line-height: 42px;
}
@media (min-width: 1024px) {

  .title-1 {
    font-size: 40px;
    line-height: 52px;
  }
}
.squishmallows .title-1 {
  font-size: 28px;
}
.squishmallows .title-1 {
  line-height: 42px;
}
@media (min-width: 1024px) {

  .squishmallows .title-1 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .squishmallows .title-1 {
    line-height: 52px;
  }
}
.title-1 .vault {
  font-size: 28px;
}
.title-1 .vault {
  line-height: 42px;
}
@media (min-width: 1024px) {

  .title-1 .vault {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {

  .title-1 .vault {
    line-height: 52px;
  }
}
.title-1__global {
  font-size: 24px;
  line-height: 38px;
}
@media (min-width: 1024px) {

  .title-1__global {
    font-size: 30px;
    line-height: 36px;
  }
}
.title-2 {
  font-size: 26px;
  line-height: 38px;
}
@media (min-width: 1024px) {

  .title-2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.squishmallows .title-2 {
  font-size: 26px;
}
.squishmallows .title-2 {
  line-height: 30px;
}
@media (min-width: 1024px) {

  .squishmallows .title-2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {

  .squishmallows .title-2 {
    line-height: 40px;
  }
}
.vault .title-2 {
  font-size: 26px;
}
.vault .title-2 {
  line-height: 40px;
}
@media (min-width: 1024px) {

  .vault .title-2 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {

  .vault .title-2 {
    line-height: 38px;
  }
}
.title-2__global, .accordion-item__text h4, .accordion-item__text h6, .jdgm-rev-widg__title {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 1024px) {

  .title-2__global, .accordion-item__text h4, .accordion-item__text h6, .jdgm-rev-widg__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.title-3, .boost-pfs-search-result-header {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 1024px) {

  .title-3, .boost-pfs-search-result-header {
    font-size: 28px;
    line-height: 36px;
  }
}
.squishmallows .title-3, .squishmallows .boost-pfs-search-result-header {
  font-size: 24px;
}
.squishmallows .title-3, .squishmallows .boost-pfs-search-result-header {
  line-height: 32px;
}
@media (min-width: 1024px) {

  .squishmallows .title-3, .squishmallows .boost-pfs-search-result-header {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {

  .squishmallows .title-3, .squishmallows .boost-pfs-search-result-header {
    line-height: 36px;
  }
}
.vault .title-3, .vault .boost-pfs-search-result-header {
  font-size: 24px;
}
.vault .title-3, .vault .boost-pfs-search-result-header {
  line-height: 36px;
}
@media (min-width: 1024px) {

  .vault .title-3, .vault .boost-pfs-search-result-header {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {

  .vault .title-3, .vault .boost-pfs-search-result-header {
    line-height: 32px;
  }
}
.title-3__global, .wysiwyg thead td, .boost-pfs-filter-options-wrapper::before {
  font-size: 20px;
  line-height: 25px;
}
@media (min-width: 1024px) {

  .title-3__global, .wysiwyg thead td, .boost-pfs-filter-options-wrapper::before {
    font-size: 20px;
    line-height: 28px;
  }
}
.title-4 {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 1024px) {

  .title-4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.squishmallows .title-4 {
  font-size: 22px;
}
.squishmallows .title-4 {
  line-height: 28px;
}
@media (min-width: 1024px) {

  .squishmallows .title-4 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {

  .squishmallows .title-4 {
    line-height: 32px;
  }
}
.vault .title-4 {
  font-size: 24px;
}
.vault .title-4 {
  line-height: 32px;
}
@media (min-width: 1024px) {

  .vault .title-4 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {

  .vault .title-4 {
    line-height: 28px;
  }
}
.title-4__global {
  font-size: 18px;
  line-height: 23px;
}
@media (min-width: 1024px) {

  .title-4__global {
    font-size: 18px;
    line-height: 26px;
  }
}
.subtitle-1, .subtitle-2, .subtitle-3, .subtitle-1__global, .subtitle-2__global, .subtitle-3__global, .boost-pfs-filter-message.result-empty-search p, .boost-pfs-filter-load-more-button, .boost-pfs-filter-load-more-total {
  font-family: var(--brand-font);
}
.subtitle-1, .subtitle-1__global {
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
@media (min-width: 1024px) {

  .subtitle-1, .subtitle-1__global {
    font-size: 20px;
    line-height: 28px;
  }
}
.squishmallows .subtitle-1, .squishmallows .subtitle-1__global {
  font-size: 20px;
}
.squishmallows .subtitle-1, .squishmallows .subtitle-1__global {
  line-height: 25px;
}
@media (min-width: 1024px) {

  .squishmallows .subtitle-1, .squishmallows .subtitle-1__global {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .squishmallows .subtitle-1, .squishmallows .subtitle-1__global {
    line-height: 28px;
  }
}
.vault .subtitle-1, .vault .subtitle-1__global {
  font-size: 20px;
}
.vault .subtitle-1, .vault .subtitle-1__global {
  line-height: 25px;
}
@media (min-width: 1024px) {

  .vault .subtitle-1, .vault .subtitle-1__global {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .vault .subtitle-1, .vault .subtitle-1__global {
    line-height: 28px;
  }
}
.subtitle-1__global {
    font-family: inter-variable, sans-serif !important;
}
.subtitle-2, .subtitle-2__global, .boost-pfs-filter-message.result-empty-search p, .boost-pfs-filter-load-more-button, .boost-pfs-filter-load-more-total {
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}
@media (min-width: 1024px) {

  .subtitle-2, .subtitle-2__global, .boost-pfs-filter-message.result-empty-search p, .boost-pfs-filter-load-more-button, .boost-pfs-filter-load-more-total {
    font-size: 16px;
    line-height: 22px;
  }
}
.squishmallows .subtitle-2, .squishmallows .subtitle-2__global, .squishmallows .boost-pfs-filter-message.result-empty-search p, .squishmallows .boost-pfs-filter-load-more-button, .squishmallows .boost-pfs-filter-load-more-total {
  font-size: 17px;
}
.squishmallows .subtitle-2, .squishmallows .subtitle-2__global, .squishmallows .boost-pfs-filter-message.result-empty-search p, .squishmallows .boost-pfs-filter-load-more-button, .squishmallows .boost-pfs-filter-load-more-total {
  line-height: 22px;
}
@media (min-width: 1024px) {

  .squishmallows .subtitle-2, .squishmallows .subtitle-2__global, .squishmallows .boost-pfs-filter-message.result-empty-search p, .squishmallows .boost-pfs-filter-load-more-button, .squishmallows .boost-pfs-filter-load-more-total {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  .squishmallows .subtitle-2, .squishmallows .subtitle-2__global, .squishmallows .boost-pfs-filter-message.result-empty-search p, .squishmallows .boost-pfs-filter-load-more-button, .squishmallows .boost-pfs-filter-load-more-total {
    line-height: 22px;
  }
}
.vault .subtitle-2, .vault .subtitle-2__global, .vault .boost-pfs-filter-message.result-empty-search p, .vault .boost-pfs-filter-load-more-button, .vault .boost-pfs-filter-load-more-total {
  font-size: 17px;
}
.vault .subtitle-2, .vault .subtitle-2__global, .vault .boost-pfs-filter-message.result-empty-search p, .vault .boost-pfs-filter-load-more-button, .vault .boost-pfs-filter-load-more-total {
  line-height: 22px;
}
@media (min-width: 1024px) {

  .vault .subtitle-2, .vault .subtitle-2__global, .vault .boost-pfs-filter-message.result-empty-search p, .vault .boost-pfs-filter-load-more-button, .vault .boost-pfs-filter-load-more-total {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  .vault .subtitle-2, .vault .subtitle-2__global, .vault .boost-pfs-filter-message.result-empty-search p, .vault .boost-pfs-filter-load-more-button, .vault .boost-pfs-filter-load-more-total {
    line-height: 22px;
  }
}
.subtitle-2__global, .boost-pfs-filter-message.result-empty-search p, .boost-pfs-filter-load-more-button, .boost-pfs-filter-load-more-total {
    font-family: inter-variable, sans-serif !important;
}
.subtitle-3, .subtitle-3__global {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
@media (min-width: 1024px) {

  .subtitle-3, .subtitle-3__global {
    font-size: 14px;
    line-height: 20px;
  }
}
.squishmallows .subtitle-3, .squishmallows .subtitle-3__global {
  font-size: 15px;
}
.squishmallows .subtitle-3, .squishmallows .subtitle-3__global {
  line-height: 20px;
}
@media (min-width: 1024px) {

  .squishmallows .subtitle-3, .squishmallows .subtitle-3__global {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {

  .squishmallows .subtitle-3, .squishmallows .subtitle-3__global {
    line-height: 20px;
  }
}
.vault .subtitle-3, .vault .subtitle-3__global {
  font-size: 15px;
}
.vault .subtitle-3, .vault .subtitle-3__global {
  line-height: 20px;
}
@media (min-width: 1024px) {

  .vault .subtitle-3, .vault .subtitle-3__global {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {

  .vault .subtitle-3, .vault .subtitle-3__global {
    line-height: 20px;
  }
}
.subtitle-3__global {
    font-family: inter-variable, sans-serif !important;
}
.caption-1, .badge, .badge__filled, .badge__tint, .badge__outline, .badge__jazwares__filled, .badge__jazwares__tint, .badge__jazwares__outline, .badge__squish__filled, .badge__squish__tint, .badge__squish__outline, .badge__vault__filled, .badge__vault__tint, .badge__vault__outline, .badge__success__filled, .badge__success__tint, .badge__success__outline, .badge__neutral__filled, .badge__neutral__tint, .badge__neutral__outline, .badge__neutral-light__filled, .badge__neutral-light__tint, .badge__neutral-light__outline, .badge__danger__filled, .badge__danger__tint, .badge__danger__outline {
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 1024px) {

  .caption-1, .badge, .badge__filled, .badge__tint, .badge__outline, .badge__jazwares__filled, .badge__jazwares__tint, .badge__jazwares__outline, .badge__squish__filled, .badge__squish__tint, .badge__squish__outline, .badge__vault__filled, .badge__vault__tint, .badge__vault__outline, .badge__success__filled, .badge__success__tint, .badge__success__outline, .badge__neutral__filled, .badge__neutral__tint, .badge__neutral__outline, .badge__neutral-light__filled, .badge__neutral-light__tint, .badge__neutral-light__outline, .badge__danger__filled, .badge__danger__tint, .badge__danger__outline {
    font-size: 12px;
    line-height: 16px;
  }
}
.caption-2 {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 1024px) {

  .caption-2 {
    font-size: 10px;
    line-height: 14px;
  }
}
.text, .text-xlarge, .text-large, .text-small, .text-xsmall, .sub-large, .sub-regular, .sub-small, .sub-xsmall, .caps-large, .caps-regular, .caps-small, .caps-xsmall {

}
.p-inherit p {
    color: inherit;
    font-size: inherit;
}
.vault-svg:hover path {
  display: none;
}
 {
  display: none;
}
.vault-svg:hover path {
    display: none;
  }
.vault-svg:hover path {
    display: none;
  }
.vault-svg:hover .vault-path-hover {
  display: block !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.vault-svg:hover .vault-path-hover {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.vault-svg:hover .not-hidden path {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.vault-svg:hover .not-hidden path {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.glide{position:relative;width:100%;box-sizing:border-box}
.glide *{box-sizing:inherit}
.glide__track{overflow:hidden}
.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}
.glide__slides--dragging{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}
.glide__slide a{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}
.glide__arrows{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.glide__bullets{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}
.glide__arrow:focus{outline:none}
.glide__arrow:hover{border-color:#fff}
.glide__arrow--left{left:2em}
.glide__arrow--right{right:2em}
.glide__arrow--disabled{opacity:.33}
.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}
.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}
.glide__bullet:focus{outline:none}
.glide__bullet:hover, .glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}
.glide__bullet--active{background-color:#fff}
.glide--swipeable{cursor:grab;cursor:-webkit-grab}
.glide--dragging{cursor:grabbing;cursor:-webkit-grabbing}
summary {
  position: relative;
}
summary::-webkit-details-marker, summary::marker {
  display: none;
  --tw-content: '';
  content: var(--tw-content);
}
 {
  display: none;
}
summary::-webkit-details-marker, 
summary::marker {
    display: none;
  }
summary::-webkit-details-marker, 
summary::marker {
    display: none;
  }
details[open] > summary .marker-icon {
  --tw-scale-x: -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));
}
li[data-accordion-item]:last-child .accordion-item__text {
  position: relative;
}
li[data-accordion-item]:last-child .accordion-item__text::after {
  content: var(--tw-content);
  position: absolute;
}
li[data-accordion-item]:last-child .accordion-item__text::after {
  content: var(--tw-content);
  bottom: 0px;
}
li[data-accordion-item]:last-child .accordion-item__text::after {
  content: var(--tw-content);
  left: 0px;
}
li[data-accordion-item]:last-child .accordion-item__text::after {
  content: var(--tw-content);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
li[data-accordion-item]:last-child .accordion-item__text::after {
  content: var(--tw-content);
  width: calc(100% - 2.5rem);
}
li[data-accordion-item]:last-child .accordion-item__text::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
li[data-accordion-item]:last-child .accordion-item__text::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 232, var(--tw-border-opacity));
}
li[data-accordion-item]:last-child .accordion-item__text::after {
  --tw-content: '';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  li[data-accordion-item]:last-child .accordion-item__text::after {
    content: var(--tw-content);
    margin-left: 8rem;
    margin-right: 8rem;
  }
}
@media (min-width: 1024px) {

  li[data-accordion-item]:last-child .accordion-item__text::after {
    content: var(--tw-content);
    width: calc(100% - 16rem);
  }
}
.accordion-item__title {
  position: relative;
  cursor: pointer;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 232, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .accordion-item__title {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pdp-details-accordions .accordion-item__title {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
.accordion-item__title:not(.active):hover {
  --tw-border-opacity: 1;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity));
}
.pdp-details-accordions .accordion-item__title:not(.active):hover {
  border-color: var(--brand-secondary);
}
.accordion-item__title .icon-container {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: flex;
  height: 1.875rem;
  width: 1.875rem;
  --tw-translate-y: -50%;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 1024px) {

  .accordion-item__title .icon-container {
    right: 2.5rem;
    height: 3.125rem;
    width: 3.125rem;
  }
}
.accordion-item__title .icon {
  height: 1rem;
  width: 1rem;
}
@media (min-width: 1024px) {

  .accordion-item__title .icon {
    height: 1.875rem;
    width: 1.875rem;
  }
}
.accordion-item__title:not(.active) .icon-minus {
  display: none;
}
 {
  display: none;
}
.accordion-item__title:not(.active) .icon-minus {
    display: none;
  }
.accordion-item__title:not(.active) .icon-minus {
    display: none;
  }
.accordion-item__title.active .icon-plus {
  display: none;
}
 {
  display: none;
}
.accordion-item__title.active .icon-plus {
    display: none;
  }
.accordion-item__title.active .icon-plus {
    display: none;
  }
.accordion-item__title.active .icon-container {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.accordion-item__text {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .accordion-item__text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  display: none;

  &.accordion-item__text {
    display: none;
  }

  .accordion-item__text {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
.pdp-details-accordions .accordion-item__text {
  flex-direction: column;
}
.pdp-details-accordions .accordion-item__text {
  overflow-x: auto;
}
.pdp-details-accordions .accordion-item__text {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.pdp-details-accordions .accordion-item__text::-webkit-scrollbar {
  height: 0px !important;
}
.pdp-details-accordions .accordion-item__text::-webkit-scrollbar {
  width: 0px !important;
}
.pdp-details-accordions .accordion-item__text::-webkit-scrollbar {
  height: 0px !important;
}
.pdp-details-accordions .accordion-item__text::-webkit-scrollbar {
  width: 0px !important;
}
@media (min-width: 1024px) {

  .pdp-details-accordions .accordion-item__text {
    flex-direction: row;
  }
}
.pdp-details-accordions .accordion-item__text .banner {
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}
.pdp-details-accordions .accordion-item__text .banner {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.pdp-details-accordions .accordion-item__text .banner {
  width: 100vw !important;
}
.pdp-details-accordions .accordion-item__text .banner {
  max-width: 100vw !important;
}
.pdp-details-accordions .accordion-item__text .banner {
  border-radius: 0px !important;
}
@media (min-width: 1024px) {

  .pdp-details-accordions .accordion-item__text .banner {
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }
}
@media (min-width: 1024px) {

  .pdp-details-accordions .accordion-item__text .banner {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
}
@media (min-width: 1024px) {

  .vault-description .accordion-item__text {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.vault-description .accordion-item__text .banner {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.vault-description .accordion-item__text .banner {
  margin-bottom: 0px !important;
}
.vault-description .accordion-item__text .banner {
  margin-top: 0.5rem !important;
}
.vault-description .accordion-item__text .banner {
  width: 100% !important;
}
.vault-description .accordion-item__text img {
  margin-bottom: 0px !important;
}
.vault-description .accordion-item__text img {
  max-height: none !important;
}
.vault-description .accordion-item__text img {
  max-width: 100% !important;
}
.vault-description .accordion-item__text img {
  border-radius: 0px !important;
}
.vault-description .accordion-item__text a {
  --tw-text-opacity: 1 !important;
  color: rgba(45, 39, 255, var(--tw-text-opacity)) !important;
}
.squishmallows .vault-description .accordion-item__text a {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 55, 120, var(--tw-text-opacity)) !important;
}
.accordion-item__text p, .accordion-item__text ul:not(.sticki-social-links), .accordion-item__text li {
  margin-top: 0px !important;
}
.accordion-item__text p:last-child, .accordion-item__text ul:not(.sticki-social-links):last-child, .accordion-item__text li:last-child {
  margin-bottom: 0px;
}
.accordion-item__text p {
  margin-bottom: 1rem !important;
}
.accordion-item__text li {
  margin-bottom: 0.5rem !important;
  margin-left: 1.25rem !important;
  list-style-type: disc !important;
  padding-left: 0px !important;
}
.accordion-item__text li::before {
  content: var(--tw-content) !important;
  display: none !important;
  top: .9rem !important;
}
.accordion-item__title.active + .accordion-item__text {
  display: flex;
}
.accordion-item__text h4, .accordion-item__text h6 {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.accordion-item__text img {
  max-height: 10rem !important;
  max-width: 60% !important;
}
.accordion-item__text img {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {

  .accordion-item__text img {
    max-width: 50% !important;
  }
}
@media (min-width: 1024px) {

  .accordion-item__text img {
    max-width: 80% !important;
  }

  .accordion-item__text img {
    margin: 0px;
  }
}
.accordion-item__text img.bb-vector, .accordion-item__text img.description-image {
  margin-left: auto !important;
  margin-right: auto !important;
}
.accordion-item__text img.bb-vector, .accordion-item__text img.description-image {
  margin-bottom: 0px !important;
}
.accordion-item__text img.bb-vector, .accordion-item__text img.description-image {
  max-height: 15rem !important;
}
.accordion-item__text img.bb-vector, .accordion-item__text img.description-image {
  max-width: 60% !important;
}
@media (min-width: 1024px) {

  .accordion-item__text img.bb-vector, .accordion-item__text img.description-image {
    max-height: 16rem !important;
  }
}
@media (min-width: 1024px) {

  .accordion-item__text img.bb-vector, .accordion-item__text img.description-image {
    max-width: 33% !important;
  }
}
.accordion-item__text img.bb-vector, .accordion-item__text img.description-image {
    /*@apply max-h-none !important;*/
  }
.accordion-item__text img.custom-img {
  margin-bottom: 0px !important;
}
.accordion-item__text img.custom-img {
  max-height: none !important;
}
.accordion-item__text img.custom-img {
  max-width: 80% !important;
}
.accordion-item__text img.custom-img {
  border-radius: 0px !important;
}
.accordion-item__text table {
  min-width: 0px !important;
}
.accordion-item__text table {
  width: 100%;
  border-width: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.accordion-item__text tr {
  border-radius: 0px !important;
  background-color: transparent !important;
}
.accordion-item__text tr:first-child th, .accordion-item__text tr:first-child td {
  padding-top: 0px !important;
}
.accordion-item__text th, .accordion-item__text td {
  min-width: 0px !important;
  background-color: transparent !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.accordion-item__text th, .accordion-item__text td {
  border-width: 0px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .accordion-item__text th, .accordion-item__text td {
    text-align: left;
  }
}
.accordion-item__text th {
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 1024px) {

  .accordion-item__text th {
    width: 50%;
  }
}
@media (min-width: 1280px) {

  .accordion-item__text th {
    width: 33.333333%;
  }
}
.accordion-item__text td {
  width: 50%;
}
@media (min-width: 1024px) {

  .accordion-item__text td {
    width: 25%;
  }
}
/*.button {*/
/*  @apply text-sm font-bold uppercase tracking-[.125rem] py-2.5 px-6 text-neutral-100 min-w-[11rem] no-underline rounded-full relative align-bottom overflow-hidden lg:overflow-visible border-2 font-freight !important;*/
/*  background-size: 200%;*/
/*  transition: .1s ease-out;*/
/*  .squishmallows &{*/
/*    @apply bg-none bg-center lg:hover:bg-center transition-all !important;*/
/*    background-size: 100%;*/
/*  }*/
/*}*/
/*.button--primary {*/
/*  @extend .button;*/
/*  @apply bg-magenta border-magenta lg:hover:bg-transparent lg:hover:text-magenta;*/
/*  .squishmallows &{*/
/*    @apply bg-squish-teal-9 border-squish-teal-9 lg:hover:bg-transparent lg:hover:text-squish-teal-9;*/
/*  }*/
/*  .vault &{*/
/*    @apply border-transparent lg:hover:text-neutral-100 !important;*/
/*    transition: .5s ease-out;*/
/*    background-size: 200% auto;*/
/*    background-image: linear-gradient(to right, #0F99FE 0%, #2D27FF 51%, #0F99FE 100%);*/
/*    &:hover {*/
/*      background-position: right center;*/
/*      transition: .5s ease-out;*/
/*    }*/
/*  }*/
/*  !*.inline-cart & {*!*/
/*  !*  @apply bg-[linear-gradient(90deg,_#30318C_49.9%,_#1D52E1_50%)] text-[.875rem] leading-[1.5rem] font-bold uppercase tracking-[.125rem] py-[0.75rem] px-6 min-w-[11rem] no-underline rounded-full relative align-bottom overflow-hidden lg:overflow-visible bg-right lg:hover:bg-left text-neutral-100 !important;*!*/
/*  !*  background-size: 200% !important; *!*/
/*  !*  transition: .5s ease-out !important;*!*/
/*  !*}*!*/
/*}*/
/*.button--primary-reversed {*/
/*  @apply bg-transparent text-magenta border-magenta lg:hover:bg-magenta lg:hover:text-neutral-100 !important;*/
/*  .squishmallows &{*/
/*    @apply text-squish-teal-9 border-squish-teal-9 bg-transparent lg:hover:text-neutral-100 lg:hover:bg-squish-teal-9 !important;*/
/*  }*/
/*}*/
/*.button--secondary {*/
/*  @extend .button;*/
/*  @apply bg-dark-purple border-dark-purple lg:hover:bg-transparent lg:hover:text-dark-purple !important;*/
/*  .squishmallows &{*/
/*    @apply  text-neutral-10 bg-none bg-squish-magenta lg:hover:bg-squish-secondary-40 !important;*/
/*  }*/
/*  .vault &{*/
/*    @apply bg-transparent text-neutral-10 border-black !important;*/
/*    &:hover {*/
/*      background-size: 200% auto;*/
/*      background-image: linear-gradient(to right, rgba(45, 39, 255, .2) 0%, rgba(0, 207, 253, .2) 51%, rgba(45, 39, 255, .2) 100%);*/
/*    }*/
/*  }*/
/*}*/
/*.button--secondary-dark {*/
/*  @apply bg-transparent border-dark-purple text-dark-purple lg:hover:bg-dark-purple lg:hover:text-neutral-100 !important;*/
/*}*/
/*.button--tertiary {*/
/*  @extend .button;*/
/*  @apply bg-primary-50 border-primary-50 lg:hover:bg-transparent lg:hover:text-primary-50 !important;*/
/*  .squishmallows &{*/
/*    @apply text-neutral-10 ring-black lg:hover:text-neutral-100 lg:hover:bg-neutral-10 !important;*/
/*  }*/
/*  .vault &{*/
/*    @apply bg-none text-neutral-100 ring-white lg:hover:text-neutral-10 lg:hover:bg-neutral-100 !important;*/
/*  }*/
/*}*/
/*.button--tertiary-reversed {*/
/*  @apply text-primary-50 border-primary-50 bg-neutral-100 lg:hover:text-neutral-100 lg:hover:bg-primary-50 !important;*/
/*  .vault &{*/
/*    @apply text-neutral-10 ring-black lg:hover:text-neutral-100 lg:hover:bg-neutral-10 !important;*/
/*  }*/
/*}*/
/*.button--tertiary-dark {*/
/*  @apply text-neutral-10 bg-neutral-100 border-white lg:hover:text-neutral-100 lg:hover:bg-transparent !important;*/
/*  .squishmallows &{*/
/*    @apply bg-neutral-100 lg:hover:bg-transparent !important;*/
/*  }*/
/*  .vault &{*/
/*    @apply  bg-none bg-neutral-100 lg:hover:text-neutral-100 !important;*/
/*    transition: .5s ease-out;*/
/*    &:hover {*/
/*      background: linear-gradient(90deg, #0F99FE 0%, #2D27FF 100%);*/
/*      transition: .5s ease-out;*/
/*    }*/
/*  }*/
/*  .inline-cart & {*/
/*    @apply text-neutral-10 bg-[linear-gradient(90deg,_#EBE717_49.9%,_white_50%)] hover:text-neutral-10;*/
/*    background-size: 200%;*/
/*    &:hover {*/
/*      background: none;*/
/*      background-size: 200%;*/
/*      @apply bg-[linear-gradient(90deg,_#EBE717_49.9%,_white_50%)];*/
/*    }*/
/*  }*/
/*}*/
/*.button--tertiary-dark-reversed {*/
/*  @apply text-neutral-100 bg-transparent border-white lg:hover:text-primary-50 lg:hover:bg-neutral-100 !important;*/
/*  .squishmallows & {*/
/*    @apply lg:hover:text-neutral-10 !important;*/
/*  }*/
/*}*/
/*.button--quarternary {*/
/*  @extend .button;*/
/*  @apply bg-primary-20 border-primary-20 text-neutral-100 lg:hover:bg-primary-20-65 lg:hover:border-primary-20-65 !important;*/
/*  .squishmallows &{*/
/*    @apply bg-squish-primary-50 border-squish-primary-50 text-neutral-100 lg:hover:bg-squish-purple-65 lg:hover:border-squish-purple-65 !important;*/
/*  }*/
/*}*/
/*.button--quarternary-reversed {*/
/*  @apply bg-neutral-100 border-primary-20 text-primary-20 lg:hover:bg-primary-20 lg:hover:text-neutral-100 !important;*/
/*  .squishmallows &{*/
/*    @apply border-squish-primary-50 text-squish-primary-50 lg:hover:bg-squish-primary-50 lg:hover:text-neutral-100 !important;*/
/*  }*/
/*}*/
/*.button--quarternary-dark {*/
/*  .squishmallows &{*/
/*    @apply bg-squish-purple-5 border-squish-purple-5 text-neutral-10 lg:hover:bg-transparent lg:hover:text-squish-purple-5;*/
/*  }*/
/*}*/
/*.button--tertiary-dark:hover::after {*/
/*  @apply lg:bg-squish-secondary-40 lg:border-squish-secondary-40;*/
/*}*/
.button--arrow {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 1rem;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  min-width: 0;
  min-width: initial;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 1;
}
.button--arrow svg {
  margin-left: auto;
  margin-right: auto;
  height: 17px;
  width: 21.5px;
}
/*.button[disabled] {*/
/*  @apply border-neutral-70 bg-neutral-70 text-neutral-10 pointer-events-none;*/
/*}*/
/*.button[disabled]:hover {*/
/*  @apply border-neutral-70 bg-neutral-70 text-neutral-10;*/
/*}*/
/* Accessibility Button */
.acsb-trigger {
  z-index: 90 !important;
}
/* NEW BUTTON CLASSES */
.button, .button__primary, .button__primary__reversed, .button__secondary, .button__tertiary, .button__primary__global, .button__secondary__global, .button-small__primary, .button-small__secondary, .button-small__tertiary, .button-small__primary__global, .button-small__secondary__global, .swym-ui-component .swym-share-btn, .boost-pfs-filter-apply-button, .squishmallows &, .vault &, .boost-pfs-filter-apply-all-button, .boost-pfs-filter-clear, .boost-pfs-filter-clear-all, .boost-pfs-filter-show-result {
  height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  border-width: 2px !important;
  font-weight: 600 !important;
  line-height: 42px !important;
  border: 2px solid !important;
}
.button, .button__primary, .button__primary__reversed, .button__secondary, .button__tertiary, .button__primary__global, .button__secondary__global, .button-small__primary, .button-small__secondary, .button-small__tertiary, .button-small__primary__global, .button-small__secondary__global, .swym-ui-component .swym-share-btn, .boost-pfs-filter-apply-button, .squishmallows &, .vault &, .boost-pfs-filter-apply-all-button, .boost-pfs-filter-clear, .boost-pfs-filter-clear-all, .boost-pfs-filter-show-result {
  min-width: 130px;
  border-radius: 9999px;
  padding-left: 25px;
  padding-right: 25px;
  transition: .1s ease-out;
}
.button__primary, .button__primary__reversed, .button-small__primary, .swym-ui-component .swym-share-btn, .boost-pfs-filter-apply-button, .squishmallows &, .vault &, .boost-pfs-filter-apply-all-button, .boost-pfs-filter-show-result {
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
}
.free-shipping .button__primary.bg-opacity-20 {
}
.free-shipping .button__primary.bg-opacity-20 > .bg-primary-50 {
}
.button__primary:hover, .button__primary__reversed:hover, .button-small__primary:hover, .swym-ui-component .swym-share-btn:hover, .boost-pfs-filter-apply-button:hover, .squishmallows &:hover, .vault &:hover, .boost-pfs-filter-apply-all-button:hover, .boost-pfs-filter-show-result:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(6, 58, 199, var(--tw-bg-opacity)) !important;
}
.squishmallows .button__primary, .squishmallows .button__primary__reversed, .squishmallows .button-small__primary, .squishmallows .swym-ui-component .swym-share-btn, .squishmallows .boost-pfs-filter-apply-button, .squishmallows .squishmallows &, .squishmallows .vault &, .squishmallows .boost-pfs-filter-apply-all-button, .squishmallows .boost-pfs-filter-show-result {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
.squishmallows .button__primary:hover, .squishmallows .button__primary__reversed:hover, .squishmallows .button-small__primary:hover, .squishmallows .swym-ui-component .swym-share-btn:hover, .squishmallows .boost-pfs-filter-apply-button:hover, .squishmallows .squishmallows &:hover, .squishmallows .vault &:hover, .squishmallows .boost-pfs-filter-apply-all-button:hover, .squishmallows .boost-pfs-filter-show-result:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 74, 162, var(--tw-bg-opacity)) !important;
}
.vault .button__primary, .vault .button__primary__reversed, .vault .button-small__primary, .vault .swym-ui-component .swym-share-btn, .vault .boost-pfs-filter-apply-button, .vault .squishmallows &, .vault .vault &, .vault .boost-pfs-filter-apply-all-button, .vault .boost-pfs-filter-show-result {
  border-color: transparent !important;
}
.vault .button__primary, .vault .button__primary__reversed, .vault .button-small__primary, .vault .swym-ui-component .swym-share-btn, .vault .boost-pfs-filter-apply-button, .vault .squishmallows &, .vault .vault &, .vault .boost-pfs-filter-apply-all-button, .vault .boost-pfs-filter-show-result {
  transition-duration: 500ms !important;
}
.vault .button__primary, .vault .button__primary__reversed, .vault .button-small__primary, .vault .swym-ui-component .swym-share-btn, .vault .boost-pfs-filter-apply-button, .vault .squishmallows &, .vault .vault &, .vault .boost-pfs-filter-apply-all-button, .vault .boost-pfs-filter-show-result {
    background-image: linear-gradient(to right, #2D27FF 25%, #00CFFD 50%, #2D27FF 75%) !important;
    background-size: 200% auto !important;
  }
.vault .button__primary:hover, .vault .button__primary__reversed:hover, .vault .button-small__primary:hover, .vault .swym-ui-component .swym-share-btn:hover, .vault .boost-pfs-filter-apply-button:hover, .vault .squishmallows &:hover, .vault .vault &:hover, .vault .boost-pfs-filter-apply-all-button:hover, .vault .boost-pfs-filter-show-result:hover {
      background-position: right center !important;
    }
.button__primary.disabled, .button__primary[disabled], .button__primary__reversed.disabled, .button__primary__reversed[disabled], .button-small__primary.disabled, .button-small__primary[disabled], .swym-ui-component .swym-share-btn.disabled, .swym-ui-component .swym-share-btn[disabled], .boost-pfs-filter-apply-button.disabled, .boost-pfs-filter-apply-button[disabled], .squishmallows &.disabled, .squishmallows &[disabled], .vault &.disabled, .vault &[disabled], .boost-pfs-filter-apply-all-button.disabled, .boost-pfs-filter-apply-all-button[disabled], .boost-pfs-filter-show-result.disabled, .boost-pfs-filter-show-result[disabled] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
.button__primary.disabled, .button__primary[disabled], .button__primary__reversed.disabled, .button__primary__reversed[disabled], .button-small__primary.disabled, .button-small__primary[disabled], .swym-ui-component .swym-share-btn.disabled, .swym-ui-component .swym-share-btn[disabled], .boost-pfs-filter-apply-button.disabled, .boost-pfs-filter-apply-button[disabled], .squishmallows &.disabled, .squishmallows &[disabled], .vault &.disabled, .vault &[disabled], .boost-pfs-filter-apply-all-button.disabled, .boost-pfs-filter-apply-all-button[disabled], .boost-pfs-filter-show-result.disabled, .boost-pfs-filter-show-result[disabled] {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.button__primary.disabled:hover, .button__primary[disabled]:hover, .button__primary__reversed.disabled:hover, .button__primary__reversed[disabled]:hover, .button-small__primary.disabled:hover, .button-small__primary[disabled]:hover, .swym-ui-component .swym-share-btn.disabled:hover, .swym-ui-component .swym-share-btn[disabled]:hover, .boost-pfs-filter-apply-button.disabled:hover, .boost-pfs-filter-apply-button[disabled]:hover, .squishmallows &.disabled:hover, .squishmallows &[disabled]:hover, .vault &.disabled:hover, .vault &[disabled]:hover, .boost-pfs-filter-apply-all-button.disabled:hover, .boost-pfs-filter-apply-all-button[disabled]:hover, .boost-pfs-filter-show-result.disabled:hover, .boost-pfs-filter-show-result[disabled]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
.button__primary.disabled, .button__primary[disabled], .button__primary__reversed.disabled, .button__primary__reversed[disabled], .button-small__primary.disabled, .button-small__primary[disabled], .swym-ui-component .swym-share-btn.disabled, .swym-ui-component .swym-share-btn[disabled], .boost-pfs-filter-apply-button.disabled, .boost-pfs-filter-apply-button[disabled], .squishmallows &.disabled, .squishmallows &[disabled], .vault &.disabled, .vault &[disabled], .boost-pfs-filter-apply-all-button.disabled, .boost-pfs-filter-apply-all-button[disabled], .boost-pfs-filter-show-result.disabled, .boost-pfs-filter-show-result[disabled] {
    background-image: none !important;
  }
.vault .button__primary__reversed {
    background-position: right center !important;
  }
.vault .button__primary__reversed:hover {
      background-position: left center !important;
    }
.button__secondary, .button-small__secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgba(29, 82, 225, var(--tw-text-opacity)) !important
}
.button__secondary:hover, .button-small__secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.squishmallows .button__secondary, .squishmallows .button-small__secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
}
.squishmallows .button__secondary, .squishmallows .button-small__secondary {
  background-color: transparent !important;
}
.squishmallows .button__secondary, .squishmallows .button-small__secondary {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 55, 120, var(--tw-text-opacity)) !important;
}
.squishmallows .button__secondary:hover, .squishmallows .button-small__secondary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
}
.squishmallows .button__secondary:hover, .squishmallows .button-small__secondary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
.squishmallows .button__secondary:hover, .squishmallows .button-small__secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.vault .button__secondary, .vault .button-small__secondary {
  position: relative !important;
}
.vault .button__secondary, .vault .button-small__secondary {
  border-width: 0px !important;
}
.vault .button__secondary, .vault .button-small__secondary {
  padding-top: 11px !important;
}
.vault .button__secondary, .vault .button-small__secondary {
  padding-bottom: 8px !important;
}
.vault .button__secondary, .vault .button-small__secondary {
    transition: none !important;
    background-image: linear-gradient(to right, #00CFFD 30%, #2D27FF 60%) !important;
    -webkit-background-clip: text !important;
            background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
.vault .button__secondary::before, .vault .button-small__secondary::before {
  position: absolute;
}
.vault .button__secondary::before, .vault .button-small__secondary::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.vault .button__secondary::before, .vault .button-small__secondary::before {
  border-radius: 9999px;
}
.vault .button__secondary::before, .vault .button-small__secondary::before {
  border-width: 2px;
}
.vault .button__secondary::before, .vault .button-small__secondary::before {
  border-color: transparent;
}
.vault .button__secondary::before, .vault .button-small__secondary::before {
  --tw-content: '';
  content: var(--tw-content);
}
.vault .button__secondary::before, .vault .button-small__secondary::before {
      background: linear-gradient(to right, #00CFFD 0%, #2D27FF 50%) border-box;
      -webkit-mask: linear-gradient(#fff 0, #fff 0) padding-box, linear-gradient(#fff 0, #fff 0);
              mask: linear-gradient(#fff 0, #fff 0) padding-box, linear-gradient(#fff 0, #fff 0);
      -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
              mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
    }
.vault .button__secondary:hover, .vault .button-small__secondary:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.vault .button__secondary:hover, .vault .button-small__secondary:hover {
      background-image: linear-gradient(to right, #2D27FF 0%, #00CFFD 50%, #2D27FF 100%) !important;
      background-position: left center !important;
      background-size: 200% auto !important;
      background-clip: border-box !important;
      -webkit-text-fill-color: #ffffff !important;
    }
.vault .button__secondary:hover::before, .vault .button-small__secondary:hover::before {
  opacity: 0;
}
.button__secondary.disabled, .button__secondary[disabled], .button-small__secondary.disabled, .button-small__secondary[disabled] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(118, 123, 138, var(--tw-border-opacity)) !important;
}
.button__secondary.disabled, .button__secondary[disabled], .button-small__secondary.disabled, .button-small__secondary[disabled] {
  background-color: transparent !important;
}
.button__secondary.disabled, .button__secondary[disabled], .button-small__secondary.disabled, .button-small__secondary[disabled] {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.button__secondary.disabled:hover, .button__secondary[disabled]:hover, .button-small__secondary.disabled:hover, .button-small__secondary[disabled]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(118, 123, 138, var(--tw-border-opacity)) !important;
}
.button__secondary.disabled:hover, .button__secondary[disabled]:hover, .button-small__secondary.disabled:hover, .button-small__secondary[disabled]:hover {
  background-color: transparent !important;
}
.button__secondary.disabled:hover, .button__secondary[disabled]:hover, .button-small__secondary.disabled:hover, .button-small__secondary[disabled]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.button__secondary.disabled, .button__secondary[disabled], .button-small__secondary.disabled, .button-small__secondary[disabled] {
    background-image: none !important;
  }
.button__tertiary, .button-small__tertiary {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity))
}
.button__tertiary:hover, .button-small__tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 232, 250, var(--tw-bg-opacity));
}
.squishmallows .button__tertiary, .squishmallows .button-small__tertiary {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.squishmallows .button__tertiary:hover, .squishmallows .button-small__tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 245, var(--tw-bg-opacity));
}
.vault .button__tertiary, .vault .button-small__tertiary {
  position: relative;
}
.vault .button__tertiary, .vault .button-small__tertiary {
  border-color: transparent;
}
.vault .button__tertiary, .vault .button-small__tertiary {
    background-image: linear-gradient(to left, #00CFFD 30%, #2D27FF 60%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
  }
.vault .button__tertiary::before, .vault .button-small__tertiary::before {
  position: absolute;
}
.vault .button__tertiary::before, .vault .button-small__tertiary::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.vault .button__tertiary::before, .vault .button-small__tertiary::before {
  z-index: -10;
}
.vault .button__tertiary::before, .vault .button-small__tertiary::before {
  border-radius: 9999px;
}
.vault .button__tertiary::before, .vault .button-small__tertiary::before {
  background-color: transparent;
}
.vault .button__tertiary::before, .vault .button-small__tertiary::before {
  --tw-content: '';
  content: var(--tw-content);
}
.vault .button__tertiary::before, .vault .button-small__tertiary::before {
      transition: .1s ease-out;
    }
.vault .button__tertiary:hover::before, .vault .button-small__tertiary:hover::before {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 244, 255, var(--tw-bg-opacity));
}
.button__tertiary.disabled, .button__tertiary[disabled], .button-small__tertiary.disabled, .button-small__tertiary[disabled] {
  background-color: transparent !important;
}
.button__tertiary.disabled, .button__tertiary[disabled], .button-small__tertiary.disabled, .button-small__tertiary[disabled] {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.button__tertiary.disabled:hover, .button__tertiary[disabled]:hover, .button-small__tertiary.disabled:hover, .button-small__tertiary[disabled]:hover {
  background-color: transparent !important;
}
.button__tertiary.disabled:hover, .button__tertiary[disabled]:hover, .button-small__tertiary.disabled:hover, .button-small__tertiary[disabled]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.button__tertiary.disabled, .button__tertiary[disabled], .button-small__tertiary.disabled, .button-small__tertiary[disabled] {
    background-image: none !important;
  }
.button__primary__global, .button-small__primary__global, .boost-pfs-filter-clear, .boost-pfs-filter-clear-all {
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 46, var(--tw-text-opacity)) !important
}
.button__primary__global:hover, .button-small__primary__global:hover, .boost-pfs-filter-clear:hover, .boost-pfs-filter-clear-all:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
.button__primary__global.disabled, .button__primary__global[disabled], .button-small__primary__global.disabled, .button-small__primary__global[disabled], .boost-pfs-filter-clear.disabled, .boost-pfs-filter-clear[disabled], .boost-pfs-filter-clear-all.disabled, .boost-pfs-filter-clear-all[disabled] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(95, 100, 115, var(--tw-bg-opacity)) !important;
}
.button__primary__global.disabled, .button__primary__global[disabled], .button-small__primary__global.disabled, .button-small__primary__global[disabled], .boost-pfs-filter-clear.disabled, .boost-pfs-filter-clear[disabled], .boost-pfs-filter-clear-all.disabled, .boost-pfs-filter-clear-all[disabled] {
  --tw-text-opacity: 1 !important;
  color: rgba(216, 220, 232, var(--tw-text-opacity)) !important;
}
.button__primary__global.disabled:hover, .button__primary__global[disabled]:hover, .button-small__primary__global.disabled:hover, .button-small__primary__global[disabled]:hover, .boost-pfs-filter-clear.disabled:hover, .boost-pfs-filter-clear[disabled]:hover, .boost-pfs-filter-clear-all.disabled:hover, .boost-pfs-filter-clear-all[disabled]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(95, 100, 115, var(--tw-bg-opacity)) !important;
}
.button__secondary__global, .button-small__secondary__global {
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
}
.button__secondary__global:hover, .button-small__secondary__global:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 46, var(--tw-text-opacity)) !important;
}
.button__secondary__global.disabled, .button__secondary__global[disabled], .button-small__secondary__global.disabled, .button-small__secondary__global[disabled] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(118, 123, 138, var(--tw-border-opacity)) !important;
}
.button__secondary__global.disabled, .button__secondary__global[disabled], .button-small__secondary__global.disabled, .button-small__secondary__global[disabled] {
  background-color: transparent !important;
}
.button__secondary__global.disabled, .button__secondary__global[disabled], .button-small__secondary__global.disabled, .button-small__secondary__global[disabled] {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.button__secondary__global.disabled:hover, .button__secondary__global[disabled]:hover, .button-small__secondary__global.disabled:hover, .button-small__secondary__global[disabled]:hover {
  background-color: transparent !important;
}
.button__secondary__global.disabled:hover, .button__secondary__global[disabled]:hover, .button-small__secondary__global.disabled:hover, .button-small__secondary__global[disabled]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.button-small__primary, .boost-pfs-filter-apply-button {
  height: 34px !important;
  min-width: 115px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
}
.button-small__secondary {
  height: 34px;
  min-width: 115px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.button-small__tertiary {
  height: 34px;
  min-width: 115px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.button-small__primary__global, .boost-pfs-filter-clear {
  height: 34px !important;
  min-width: 115px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
}
.button-small__secondary__global {
  height: 34px;
  min-width: 115px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}
.full-bleed {
  position: relative;
}
.full-bleed::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -1.5rem;
  right: -1.5rem;
  z-index: -1;
  --tw-content: '';
  content: var(--tw-content);
}
.full-bleed-light-blue::after {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 240, 251, var(--tw-bg-opacity));
}
.full-bleed-naughty-blue::after {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 230, 248, var(--tw-bg-opacity));
}
.full-bleed-brand-tertiary-alt::after {
  background-color: var(--brand-tertiary-alt);
}
input[type="text"], input[type="number"], input[type="email"], input[type="password"], input[type="date"], input[type="tel"], textarea, select {
  width: 100%;
  min-width: 10rem;
  cursor: pointer;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  input[type="text"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="tel"]:hover, textarea:hover, select:hover {
    border-color: var(--brand-primary);
  }
}
@media (min-width: 1024px) {

  input[type="text"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="tel"]:hover, textarea:hover, select:hover {
    outline-width: 1.5px;
  }
}
@media (min-width: 1024px) {

  input[type="text"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="tel"]:hover, textarea:hover, select:hover {
    --tw-drop-shadow: drop-shadow(0px 0px 10px rgba(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);
  }
}
@media (min-width: 1024px) {

  input[type="text"]:active, input[type="text"]:focus, input[type="text"].focus-visible, input[type="text"]:visited, input[type="number"]:active, input[type="number"]:focus, input[type="number"].focus-visible, input[type="number"]:visited, input[type="email"]:active, input[type="email"]:focus, input[type="email"].focus-visible, input[type="email"]:visited, input[type="password"]:active, input[type="password"]:focus, input[type="password"].focus-visible, input[type="password"]:visited, input[type="date"]:active, input[type="date"]:focus, input[type="date"].focus-visible, input[type="date"]:visited, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"].focus-visible, input[type="tel"]:visited, textarea:active, textarea:focus, textarea.focus-visible, textarea:visited, select:active, select:focus, select.focus-visible, select:visited {
    border-color: var(--brand-primary);
  }

  input[type="text"]:active, input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:visited, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:focus-visible, input[type="number"]:visited, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:focus-visible, input[type="email"]:visited, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:focus-visible, input[type="password"]:visited, input[type="date"]:active, input[type="date"]:focus, input[type="date"]:focus-visible, input[type="date"]:visited, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:focus-visible, input[type="tel"]:visited, textarea:active, textarea:focus, textarea:focus-visible, textarea:visited, select:active, select:focus, select:focus-visible, select:visited {
    border-color: var(--brand-primary);
  }
}
@media (min-width: 1024px) {

  input[type="text"]:active, input[type="text"]:focus, input[type="text"].focus-visible, input[type="text"]:visited, input[type="number"]:active, input[type="number"]:focus, input[type="number"].focus-visible, input[type="number"]:visited, input[type="email"]:active, input[type="email"]:focus, input[type="email"].focus-visible, input[type="email"]:visited, input[type="password"]:active, input[type="password"]:focus, input[type="password"].focus-visible, input[type="password"]:visited, input[type="date"]:active, input[type="date"]:focus, input[type="date"].focus-visible, input[type="date"]:visited, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"].focus-visible, input[type="tel"]:visited, textarea:active, textarea:focus, textarea.focus-visible, textarea:visited, select:active, select:focus, select.focus-visible, select:visited {
    outline-width: .5px;
  }

  input[type="text"]:active, input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:visited, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:focus-visible, input[type="number"]:visited, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:focus-visible, input[type="email"]:visited, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:focus-visible, input[type="password"]:visited, input[type="date"]:active, input[type="date"]:focus, input[type="date"]:focus-visible, input[type="date"]:visited, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:focus-visible, input[type="tel"]:visited, textarea:active, textarea:focus, textarea:focus-visible, textarea:visited, select:active, select:focus, select:focus-visible, select:visited {
    outline-width: .5px;
  }
}
@media (min-width: 1024px) {

  input[type="text"]:active, input[type="text"]:focus, input[type="text"].focus-visible, input[type="text"]:visited, input[type="number"]:active, input[type="number"]:focus, input[type="number"].focus-visible, input[type="number"]:visited, input[type="email"]:active, input[type="email"]:focus, input[type="email"].focus-visible, input[type="email"]:visited, input[type="password"]:active, input[type="password"]:focus, input[type="password"].focus-visible, input[type="password"]:visited, input[type="date"]:active, input[type="date"]:focus, input[type="date"].focus-visible, input[type="date"]:visited, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"].focus-visible, input[type="tel"]:visited, textarea:active, textarea:focus, textarea.focus-visible, textarea:visited, select:active, select:focus, select.focus-visible, select:visited {
    outline-color: var(--brand-primary);
  }

  input[type="text"]:active, input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:visited, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:focus-visible, input[type="number"]:visited, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:focus-visible, input[type="email"]:visited, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:focus-visible, input[type="password"]:visited, input[type="date"]:active, input[type="date"]:focus, input[type="date"]:focus-visible, input[type="date"]:visited, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:focus-visible, input[type="tel"]:visited, textarea:active, textarea:focus, textarea:focus-visible, textarea:visited, select:active, select:focus, select:focus-visible, select:visited {
    outline-color: var(--brand-primary);
  }
}
@media (min-width: 1024px) {

  input[type="text"]:active, input[type="text"]:focus, input[type="text"].focus-visible, input[type="text"]:visited, input[type="number"]:active, input[type="number"]:focus, input[type="number"].focus-visible, input[type="number"]:visited, input[type="email"]:active, input[type="email"]:focus, input[type="email"].focus-visible, input[type="email"]:visited, input[type="password"]:active, input[type="password"]:focus, input[type="password"].focus-visible, input[type="password"]:visited, input[type="date"]:active, input[type="date"]:focus, input[type="date"].focus-visible, input[type="date"]:visited, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"].focus-visible, input[type="tel"]:visited, textarea:active, textarea:focus, textarea.focus-visible, textarea:visited, select:active, select:focus, select.focus-visible, select:visited {
    --tw-drop-shadow: drop-shadow(0px 0px 10px rgba(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);
  }

  input[type="text"]:active, input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:visited, input[type="number"]:active, input[type="number"]:focus, input[type="number"]:focus-visible, input[type="number"]:visited, input[type="email"]:active, input[type="email"]:focus, input[type="email"]:focus-visible, input[type="email"]:visited, input[type="password"]:active, input[type="password"]:focus, input[type="password"]:focus-visible, input[type="password"]:visited, input[type="date"]:active, input[type="date"]:focus, input[type="date"]:focus-visible, input[type="date"]:visited, input[type="tel"]:active, input[type="tel"]:focus, input[type="tel"]:focus-visible, input[type="tel"]:visited, textarea:active, textarea:focus, textarea:focus-visible, textarea:visited, select:active, select:focus, select:focus-visible, select:visited {
    --tw-drop-shadow: drop-shadow(0px 0px 10px rgba(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);
  }
}
input[type="text"]:not(:-moz-placeholder-shown), input[type="number"]:not(:-moz-placeholder-shown), input[type="email"]:not(:-moz-placeholder-shown), input[type="password"]:not(:-moz-placeholder-shown), input[type="date"]:not(:-moz-placeholder-shown), input[type="tel"]:not(:-moz-placeholder-shown), textarea:not(:-moz-placeholder-shown) {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
input[type="text"]:not(:placeholder-shown), input[type="number"]:not(:placeholder-shown), input[type="email"]:not(:placeholder-shown), input[type="password"]:not(:placeholder-shown), input[type="date"]:not(:placeholder-shown), input[type="tel"]:not(:placeholder-shown), textarea:not(:placeholder-shown) {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
input[type="search"], .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input[type="search"]:active, input[type="search"]:focus, input[type="search"].focus-visible, input[type="search"]:visited, .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile:active, .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile:focus, .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile.focus-visible, .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile:visited {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
input[type="search"]:active, input[type="search"]:focus, input[type="search"]:focus-visible, input[type="search"]:visited, .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile:active, .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile:focus, .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile:focus-visible, .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile:visited {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
::-webkit-search-cancel-button {
  position: relative;
  right: -0.25rem;
  height: 0.625rem;
  width: 0.625rem;
  appearance: none;
  background-repeat: no-repeat; 
  -webkit-appearance: none; 
  /*background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 15M15 1L1 15' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");*/
  background-size: 10px;
  background-position: center;
}
input[type="email"], input[type="search"] {
  cursor: text;
}
input[type="email"] {
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
input[type="email"]::-moz-placeholder {
  font-size: 14px !important;
}
input[type="email"]::placeholder {
  font-size: 14px !important;
}
input[type="email"]::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
input[type="email"]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
input[type="search"] {
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 232, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(95, 100, 115, var(--tw-text-opacity));
}
.vault input[type="search"] {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
.vault input[type="search"] {
  --tw-bg-opacity: 1;
  background-color: rgba(26, 32, 46, var(--tw-bg-opacity));
}
.vault input[type="search"] {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 232, var(--tw-text-opacity));
}
input[type="search"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(95, 100, 115, var(--tw-text-opacity));
}
input[type="search"]::placeholder {
  --tw-text-opacity: 1;
  color: rgba(95, 100, 115, var(--tw-text-opacity));
}
.vault input[type="search"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 232, var(--tw-text-opacity));
}
.vault input[type="search"]::placeholder {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 232, var(--tw-text-opacity));
}
input[type="search"]:focus, input[type="search"]:active {
  --tw-border-opacity: 1 !important;
  border-color: rgba(238, 240, 245, var(--tw-border-opacity)) !important;
}
input[type="search"]:focus, input[type="search"]:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
}
input[type="search"]:focus, input[type="search"]:active {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 46, var(--tw-text-opacity)) !important;
}
.vault input[type="search"]:focus, .vault input[type="search"]:active {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity)) !important;
}
.vault input[type="search"]:focus, .vault input[type="search"]:active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(26, 32, 46, var(--tw-bg-opacity)) !important;
}
.vault input[type="search"]:focus, .vault input[type="search"]:active {
  --tw-text-opacity: 1 !important;
  color: rgba(249, 250, 252, var(--tw-text-opacity)) !important;
}
textarea {
  height: 10.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
select {
  height: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
select.has-selection {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
input[type="submit"] {
  cursor: pointer;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 232, var(--tw-text-opacity));
  font-family: inter-variable, sans-serif;
  font-size: 17px;
  line-height: 24px;
}
input::placeholder, textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgba(216, 220, 232, var(--tw-text-opacity));
  font-family: inter-variable, sans-serif;
  font-size: 17px;
  line-height: 24px;
}
@media (min-width: 1024px) {

  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 16px;
    line-height: 25px;
  }

  input::placeholder, textarea::placeholder {
    font-size: 16px;
    line-height: 25px;
  }
}
input.input-invalid:not(:-moz-placeholder-shown) {
  border-color: var(--error) !important;
  outline-color: var(--error) !important;
}
input.input-invalid, input.input-invalid:active, input.input-invalid:focus, input.input-invalid:not(:placeholder-shown) {
  border-color: var(--error) !important;
  outline-color: var(--error) !important;
}
.input-wrap__error {
  position: absolute;
  left: 0px;
  top: calc(100% + 0.875rem);
  width: 100%;
  color: var(--error);
  font-family: inter-variable, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 1024px) {

  .input-wrap__error {
    font-size: 14px;
    line-height: 22px;
  }
}
.input-wrap, .select-wrap {
  display: inline-block;
  width: 100%;
}
.select-wrap select, select {
  position: relative;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml; utf8, <svg width=\"15\" height=\"10\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6.947 9.195-6.54-6.54a.5.5 0 0 1 0-.708l1.06-1.06a.5.5 0 0 1 .707 0L6.947 5.66a.5.5 0 0 0 .638.058l.07-.058L12.426.887a.5.5 0 0 1 .638-.058l.07.057 1.06 1.061a.5.5 0 0 1 0 .707l-6.54 6.541a.5.5 0 0 1-.708 0Z\" fill=\"202020\" fill-rule=\"nonzero\"/></svg>");
  background-position: right 20px center;
}
.select-wrap label, .input-wrap label {
  display: block;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.select-wrap label, .announcement-banner--item[data-snap-slide="0"] .content-wrapper
.input-wrap label {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.input-error {
  margin-top: 0.375rem;
  color: var(--error);
  font-family: inter-variable, sans-serif;
  font-size: 15px;
  line-height: 22px;
}
@media (min-width: 1024px) {

  .input-error {
    font-size: 14px;
    line-height: 22px;
  }
}
.check-wrap, .radio-wrap {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
input[type="radio"], input[type="checkbox"] {
  position: relative;
  margin-right: 0.75rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-color: var(--brand-primary);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="radio"] {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
}
input[type="checkbox"] {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.375rem;
}
.vault input[type="checkbox"] {
  height: 1.5rem;
}
.vault input[type="checkbox"] {
  width: 1.5rem;
}
input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="radio"]:active, input[type="checkbox"]:active {
  outline-color: #767B8A;
}
input[type="radio"]:checked {
  border-color: var(--brand-primary);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
input[type="radio"]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  width: 0px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: var(--brand-primary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="checkbox"]:checked {
  border-color: var(--brand-primary);
  background-color: var(--brand-primary);
}
.vault input[type="checkbox"]:checked:not(:disabled) {
  border-style: none;
}
.vault input[type="checkbox"]:checked:not(:disabled) {
      background: linear-gradient(90deg, #0F99FE -0.07%, #2D27FF 99.93%);
    }
input[type="checkbox"]:disabled {
  cursor: default !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity)) !important;
}
input[type="radio"]:checked::before {
  height: 0.75rem;
  width: 0.75rem;
}
.vault input[type="radio"]:checked:not(:disabled)::before {
  height: 0.625rem;
}
.vault input[type="radio"]:checked:not(:disabled)::before {
  width: 0.625rem;
}
.vault input[type="radio"]:checked:not(:disabled)::before {
    background: linear-gradient(90deg, #0F99FE -0.07%, #2D27FF 99.93%);
  }
input[type="radio"]:disabled:checked::before, input[type="radio"]:disabled::before {
  height: 0.75rem !important;
  width: 0.75rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 232, var(--tw-bg-opacity)) !important;
}
.vault input[type="radio"]:disabled:checked::before, .vault input[type="radio"]:disabled::before {
  height: 0.625rem !important;
}
.vault input[type="radio"]:disabled:checked::before, .vault input[type="radio"]:disabled::before {
  width: 0.625rem !important;
}
input[type="radio"]:disabled, input[type="radio"]:disabled:checked {
  cursor: default !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
}
input[type="radio"]+label, input[type="checkbox"]+label {
  cursor: pointer;
}
input[type="checkbox"]:checked::after {
  content: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5.8033 9.23528L14.2886 0.75L15.3492 1.81066L5.8033 11.3566L0.5 6.0533L1.56066 4.99264L5.8033 9.23528Z%27 fill=%27white%27/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --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));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
input[type="checkbox"]:disabled::after {
  content: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2712%27 viewBox=%270 0 16 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M5.8033 9.23528L14.2886 0.75L15.3492 1.81066L5.8033 11.3566L0.5 6.0533L1.56066 4.99264L5.8033 9.23528Z%27 fill=%27%233F3F3F%27/%3E%3C/svg%3E") !important;
}
input[type="checkbox"]:disabled::after {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --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));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
#subscribe-opt-in {
  height: 1rem;
  width: 1rem;
  border-radius: 0px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  background-color: transparent;
}
.squishmallows #subscribe-opt-in, #CollectorsGuideSignup #subscribe-opt-in {
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
}
#subscribe-opt-in:checked::after {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.pillow-bundle-checkbox {
  margin: 0px !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  border-radius: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(118, 123, 138, var(--tw-border-opacity)) !important;
}
.pillow-bundle-checkbox:checked {
  border-color: var(--brand-primary) !important;
}
.pillow-bundle-checkbox::after {
  margin-top: 2px !important;
}
.pillow-bundle-checkbox:checked:hover::after {
  display: block !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.pillow-bundle-checkbox:checked:hover::after {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
p > a {
  cursor: pointer;
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.brands buttonp > a span {
  display: none;
}
p > a:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.squishmallows p > a:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.squishmallows .announcement-banner p > a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.squishmallows .announcement-banner p > a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.squishmallows .mobile-menu p > a {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.squishmallows .mobile-menu p > a:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault p > a:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
p > a .bg-dark, p > a .dark {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
p > a .bg-dark:hover, p > a .dark:hover {
  --tw-text-opacity: 1;
  color: rgba(235, 231, 23, var(--tw-text-opacity));
}
.squishmallows p > a .bg-dark:hover, .squishmallows p > a .dark:hover {
  --tw-text-opacity: 1;
  color: rgba(250, 117, 152, var(--tw-text-opacity));
}
.vault p > a .bg-dark:hover, .vault p > a .dark:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 207, 253, var(--tw-text-opacity));
}
.focus-link {
  font-family: freight-sans-pro, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3125rem;
  letter-spacing: 0.03125rem;
}
/*.button--link {*/
/*  @apply relative inline-block no-underline bg-clip-text text-transparent text font-bold tracking-[0.03125rem] pb-1 bg-[linear-gradient(to_right,_#D3018C,_#D3018C_49.9%,_#1D52E1_50%)] lg:hover:bg-right overflow-hidden before:block before:absolute before:w-full before:bottom-0 before:h-[2px] before:bg-primary-50  before:bg-[linear-gradient(to_right,_#D3018C,_#D3018C_49.9%,_#1D52E1_50%)];*/
/*  background-size: 201% 100%;*/
/*  background-position: 100% 0;*/
/*  transition: background-position 275ms ease;*/
/*  -webkit-background-clip: text;*/
/*  &:before{*/
/*    background-size: 201% 100%;*/
/*    background-position: 100% 0;*/
/*    transition: background-position 275ms ease;*/
/*  }*/
/*  &:hover {*/
/*    background-position: 0 100%;*/
/*    &:before{*/
/*      background-position: 0 100%;*/
/*    }*/
/*  }*/
/*  .squishmallows &{*/
/*    @apply bg-none text-squish-teal-9 before:bg-none before:bg-squish-teal-9 lg:hover:text-squish-magenta-7 hover:before:bg-squish-magenta-7;*/
/*  }*/
/*  .vault &{*/
/*    background-image: linear-gradient(to right, #2D27FF 0%, #0F99FE 51%, #2D27FF 100%);*/
/*    transition: .5s ease-out;*/
/*    &:before{*/
/*      background-image: linear-gradient(to right, #2D27FF 0%, #0F99FE 51%, #2D27FF 100%);*/
/*    }*/
/*  }*/
/*}*/
/*.button--link-dark {*/
/*  @apply bg-[linear-gradient(to_right,_#EBE717,_#EBE717_49.9%,_white_50%)] before:bg-[linear-gradient(to_right,_#EBE717,_#EBE717_49.9%,_white_50%)];*/
/*  .squishmallows &{*/
/*    @apply bg-none text-squish-magenta before:bg-none before:bg-squish-magenta lg:hover:text-squish-secondary-40 hover:before:bg-squish-secondary-40;*/
/*  }*/
/*  .vault &{*/
/*    background-image: linear-gradient(to right, #D4F3FA 0%, #00CFFD 51%, #D4F3FA 100%);*/
/*    transition: .5s ease-out;*/
/*    &:before{*/
/*      background-image: linear-gradient(to right, #D4F3FA 0%, #00CFFD 51%, #D4F3FA 100%);*/
/*    }*/
/*  }*/
/*}*/
/*.button--link-black {*/
/*  @apply text-neutral-10 hover:text-neutral-30 bg-[linear-gradient(to_right,_#3F3F3F,_#3F3F3F_49.9%,_#1A1A1A_50%)] before:bg-[linear-gradient(to_right,_#3F3F3F,_#3F3F3F_49.9%,_#1A1A1A_50%)];*/
/*  .squishmallows &{*/
/*    @apply bg-none text-neutral-10 before:bg-none before:bg-neutral-10 lg:hover:text-neutral-30 hover:before:bg-neutral-30;*/
/*  }*/
/*}*/
/*.button--link-white {*/
/*  @apply bg-[linear-gradient(to_right,_WHITE,_WHITE_49.9%,_BLACK_50%)] before:bg-[linear-gradient(to_right,_WHITE,_WHITE_49.9%,_BLACK_50%)];*/
/*  .squishmallows &{*/
/*    @apply bg-none text-neutral-100 before:bg-none before:bg-neutral-100 lg:hover:text-squish-teal-9 hover:before:bg-squish-teal-9;*/
/*  }*/
/*}*/
/*.button--link .icon svg {*/
/*  @apply inline-block h-[.675rem] w-[.8rem];*/
/*  transform: scaleX(-1);*/
/*  path {*/
/*    @apply stroke-primary-50;*/
/*    stroke-width: 2.5px;*/
/*  }*/
/*}*/
/*.button--link:hover .icon svg{*/
/*  path {*/
/*    @apply stroke-magenta;*/
/*  }*/
/*}*/
.special-messaging a {
  --tw-text-opacity: 1;
  color: rgba(235, 231, 23, var(--tw-text-opacity));
}
/* NEW LINK CLASSES */
.link, .link__primary, .link__secondary, .link__tertiary, .link__primary__global, .link__secondary__global {
  text-decoration-line: none;
}
.link:hover, .link__primary:hover, .link__secondary:hover, .link__tertiary:hover, .link__primary__global:hover, .link__secondary__global:hover {
  text-decoration-line: underline;
}
.link__primary {
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity))
}
.link__primary:hover {
  --tw-text-opacity: 1;
  color: rgba(74, 115, 225, var(--tw-text-opacity));
}
.squishmallows .link__primary {
  --tw-text-opacity: 1;
  color: rgba(46, 132, 132, var(--tw-text-opacity));
}
.squishmallows .link__primary:hover {
  --tw-text-opacity: 1;
  color: rgba(60, 169, 169, var(--tw-text-opacity));
}
.vault .link__primary {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.vault .link__primary:hover {
  --tw-text-opacity: 1;
  color: rgba(78, 113, 255, var(--tw-text-opacity));
}
.link__secondary {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity))
}
.link__secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(74, 115, 225, var(--tw-text-opacity));
}
.squishmallows .link__secondary {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.squishmallows .link__secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(46, 132, 132, var(--tw-text-opacity));
}
.vault .link__secondary {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault .link__secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.vault .link__tertiary {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.vault .link__tertiary:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 207, 253, var(--tw-text-opacity));
}
.link__primary__global {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.link__primary__global:hover {
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
.link__secondary__global {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.link-plus, .link-plus__primary, .link-plus__secondary, .link-plus__primary__global, .link-plus__secondary__global, .jdgm-rev__read-full {
  position: relative;
  margin-right: 1.25rem;
  display: inline-block;
  border-bottom-width: 2px;
  font-weight: 600;
  text-decoration-line: none;
}
.link-plus::after, .link-plus__primary::after, .link-plus__secondary::after, .link-plus__primary__global::after, .link-plus__secondary__global::after, .jdgm-rev__read-full::after {
  display: block !important;
}
.link-plus::after, .link-plus__primary::after, .link-plus__secondary::after, .link-plus__primary__global::after, .link-plus__secondary__global::after, .jdgm-rev__read-full::after {
  position: absolute;
  top: 6px;
  right: -15px;
  height: 10px;
  width: 10px;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-width: 1px;
  border-right-width: 1px;
  --tw-content: '';
  content: var(--tw-content);
}
.link-plus__primary, .jdgm-rev__read-full {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(29, 82, 225, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity))
}
.link-plus__primary::after, .jdgm-rev__read-full::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(29, 82, 225, var(--tw-border-opacity));
}
.link-plus__primary:hover, .jdgm-rev__read-full:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(74, 115, 225, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(74, 115, 225, var(--tw-text-opacity));
}
.link-plus__primary:hover::after, .jdgm-rev__read-full:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(74, 115, 225, var(--tw-border-opacity));
}
.squishmallows .link-plus__primary, .squishmallows .jdgm-rev__read-full {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.squishmallows .link-plus__primary, .squishmallows .jdgm-rev__read-full {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.squishmallows .link-plus__primary::after, .squishmallows .jdgm-rev__read-full::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.squishmallows .link-plus__primary:hover, .squishmallows .jdgm-rev__read-full:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(176, 109, 188, var(--tw-border-opacity));
}
.squishmallows .link-plus__primary:hover, .squishmallows .jdgm-rev__read-full:hover {
  --tw-text-opacity: 1;
  color: rgba(176, 109, 188, var(--tw-text-opacity));
}
.squishmallows .link-plus__primary:hover::after, .squishmallows .jdgm-rev__read-full:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(176, 109, 188, var(--tw-border-opacity));
}
.vault .link-plus__primary, .vault .jdgm-rev__read-full {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(45, 39, 255, var(--tw-border-opacity));
}
.vault .link-plus__primary, .vault .jdgm-rev__read-full {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.vault .link-plus__primary::after, .vault .jdgm-rev__read-full::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(45, 39, 255, var(--tw-border-opacity));
}
.vault .link-plus__primary:hover, .vault .jdgm-rev__read-full:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(78, 113, 255, var(--tw-border-opacity));
}
.vault .link-plus__primary:hover, .vault .jdgm-rev__read-full:hover {
  --tw-text-opacity: 1;
  color: rgba(78, 113, 255, var(--tw-text-opacity));
}
.vault .link-plus__primary:hover::after, .vault .jdgm-rev__read-full:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(78, 113, 255, var(--tw-border-opacity));
}
.link-plus__secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 16, 23, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity))
}
.link-plus__secondary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 16, 23, var(--tw-border-opacity));
}
.link-plus__secondary:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(29, 82, 225, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.link-plus__secondary:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity));
}
.squishmallows .link-plus__secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 16, 23, var(--tw-border-opacity));
}
.squishmallows .link-plus__secondary {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.squishmallows .link-plus__secondary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 16, 23, var(--tw-border-opacity));
}
.squishmallows .link-plus__secondary:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.squishmallows .link-plus__secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.squishmallows .link-plus__secondary:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.vault .link-plus__secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.vault .link-plus__secondary {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.vault .link-plus__secondary::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.vault .link-plus__secondary:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(0, 207, 253, var(--tw-border-opacity));
}
.vault .link-plus__secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 207, 253, var(--tw-text-opacity));
}
.vault .link-plus__secondary:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(0, 207, 253, var(--tw-border-opacity));
}
.link-plus__primary__global {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 16, 23, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.link-plus__primary__global::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 16, 23, var(--tw-border-opacity));
}
.link-plus__primary__global:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(72, 77, 92, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
.link-plus__primary__global:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
.link-plus__secondary__global {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.link-plus__secondary__global::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.link-plus__secondary__global:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(238, 240, 245, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(238, 240, 245, var(--tw-text-opacity));
}
.link-plus__secondary__global:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(238, 240, 245, var(--tw-border-opacity));
}
.header:has(.menu-item.open), .header:has(.mobile-menu.open), .header:has(.squish-shop-menu.open) {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  transition-property: none;
}
.header:has(.menu-item.menu-item--mini.open) {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.mobile-toggle .mobile-close {
  display: none;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}
 {
  display: none;
}
.mobile-toggle .mobile-close {
    display: none;
  }
.mobile-toggle .mobile-close {
    display: none;
  }
.mobile-toggle.open .mobile-close {
  display: inline-flex;
}
.mobile-toggle.open .mobile-open {
  display: none;
}
 {
  display: none;
}
.mobile-toggle.open .mobile-open {
    display: none;
  }
.mobile-toggle.open .mobile-open {
    display: none;
  }
.mobile-menu {
  display: flex;
  height: 0px;
  flex-direction: column;
  justify-content: space-between;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.mobile-menu.open {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.mobile-menu.open {
  transition-duration: 500ms;
}
.vault .mobile-menu .full-bleed-brand-tertiary-alt::after {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
.mobile-account {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 230, 248, var(--tw-bg-opacity));
}
.squishmallows .mobile-account{
    background-size: calc(100% + 22px); 
    background-position: top -23px left -16px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 343 161%27 width=%27343%27 height=%27161%27%3E%3Cpath fill=%27%23E1F3F2%27 d=%27M353 60 181.5 46 10 60v111c0 5.523 4.477 10 10 10h323c5.523 0 10-4.477 10-10V60Z%27/%3E%3Cg filter=%27url%28%23a%29%27%3E%3Cmask id=%27b%27 width=%27343%27 height=%2776%27 x=%270%27 y=%270%27 maskUnits=%27userSpaceOnUse%27 style=%27mask-type:alpha%27%3E%3Crect width=%27343%27 height=%2775.255%27 fill=%27%23D9D9D9%27 transform=%27matrix%28-1 0 0 1 353 0%29%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23b%29%27%3E%3Cpath fill=%27%23fff%27 d=%27m-367.369 186.888 21.687 4.596c5.679-7.751 12.301-14.99 19.534-21.622 10.327-9.554 21.905-17.954 34.055-25.559 12.173-7.6 24.961-14.379 38.094-20.501 26.317-12.167 53.888-22.103 82.055-30.202 28.154-8.152 56.828-14.803 85.834-20.036C-28.128 62.97 30.883 57.568 90 55.544c59.153-2.083 118.48-.486 177.575 4.261 59.103 4.823 117.96 12.825 176.181 24.45 29.112 5.784 58.02 12.537 86.636 20.428 28.626 7.844 56.988 16.742 84.891 26.874 14.462 5.253 28.79 10.831 42.951 16.809l.823-3.879c-13.89-6.135-27.968-11.882-42.159-17.291-55.721-21.366-113.297-37.583-171.488-50.78-58.239-13.093-117.3-22.537-176.696-28.811-118.764-12.33-239.44-12.811-358.205 6.313-29.666 4.854-59.206 10.936-88.313 19.05-14.541 4.072-28.996 8.597-43.276 13.687-14.298 5.06-28.381 10.817-42.182 17.373-27.556 13.006-54.331 28.925-77.214 50.487-10.102 9.503-19.329 20.301-26.898 32.355l.005.018Z%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id=%27a%27 width=%27363%27 height=%2756.391%27 x=%270%27 y=%2728.864%27 color-interpolation-filters=%27sRGB%27 filterUnits=%27userSpaceOnUse%27%3E%3CfeFlood flood-opacity=%270%27 result=%27BackgroundImageFix%27/%3E%3CfeColorMatrix in=%27SourceAlpha%27 result=%27hardAlpha%27 values=%270 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0%27/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation=%275%27/%3E%3CfeComposite in2=%27hardAlpha%27 operator=%27out%27/%3E%3CfeColorMatrix values=%270 0 0 0 0.184314 0 0 0 0 0.45098 0 0 0 0 0.431373 0 0 0 0.1 0%27/%3E%3CfeBlend in2=%27BackgroundImageFix%27 result=%27effect1_dropShadow_751_12083%27/%3E%3CfeBlend in=%27SourceGraphic%27 in2=%27effect1_dropShadow_751_12083%27 result=%27shape%27/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  }
.squishmallows .mobile-account {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.squishmallows .mobile-account {
  padding-top: 4rem;
}
@media (min-width: 768px) {

  .squishmallows .mobile-account {
    background-color: var(--brand-tertiary-alt);
  }
}
@media (min-width: 768px) {

  .squishmallows .mobile-account {
    background-image: none;
  }
}
@media (min-width: 768px) {

  .squishmallows .mobile-account {
    padding-top: 1.5rem;
  }
}
.vault .mobile-account {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.squishmallows .mobile-cta--link {
  font-size: 0.9375rem;
}
.menu-link--desktop:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.squishmallows .menu-link--desktop:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault .menu-link--desktop {
  font-weight: 600;
}
.vault .menu-link--desktop {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.vault .menu-link--desktop:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.menu-link--desktop__active {
  position: absolute;
  bottom: -0.125rem;
  left: 0px;
  right: 0px;
  height: 0.1875rem;
  border-radius: 0.125rem;
  background-color: transparent;
  transition-duration: 300ms;
}
.squishmallows .menu-link--desktop__active {
      content: '';
      background-size: contain;
      background-position-y: bottom;
      background-repeat: no-repeat;
  }
.squishmallows .menu-link--desktop__active {
  bottom: 0px;
}
.squishmallows .menu-link--desktop__active {
  left: -18px;
}
.squishmallows .menu-link--desktop__active {
  height: 1.25rem;
}
.squishmallows .menu-link--desktop__active {
  width: 1rem;
}
.vault .menu-link--desktop__active {
  bottom: -0.75rem;
}
.menu-image-link__text:hover {
  border-color: var(--brand-secondary);
  color: var(--brand-secondary);
}
.squishmallows .menu-image-link__text {
  position: relative;
}
.squishmallows .menu-image-link__text {
  float: none;
}
.squishmallows .menu-image-link__text {
  margin-left: auto;
  margin-right: auto;
}
.squishmallows .menu-image-link__text {
  width: -moz-fit-content;
  width: fit-content;
}
.squishmallows .menu-image-link__text {
  border-style: none;
}
.squishmallows .menu-image-link__text:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault .menu-image-link__text {
  position: relative;
}
.vault .menu-image-link__text {
  font-family: urw-din, sans-serif;
}
.vault .menu-image-link__text {
  font-size: 1rem;
}
.vault .menu-image-link__text {
  font-weight: 600;
}
.vault .menu-image-link__text {
  line-height: 1.25rem;
}
.vault .menu-image-link__text {
  letter-spacing: 0.3px;
}
.vault .menu-image-link__text {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
/* .menu-image-link__text:hover{
  .squishmallows &{
    @apply border-none hover:text-neutral-10;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='21' viewBox='0 0 15 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.3248 4.49573L11 6L10.6752 4.49573C10.5513 3.91026 10.0897 3.45299 9.50427 3.32479L8 3L9.50427 2.67521C10.0897 2.55128 10.547 2.08975 10.6752 1.50428L11 0L11.3248 1.50428C11.4487 2.08975 11.9103 2.54701 12.4957 2.67521L14 3L12.4957 3.32479C11.9103 3.44872 11.453 3.91026 11.3248 4.49573Z' fill='%23FA7598'/%3E%3Cpath d='M5.5413 12.4929L5.00001 15L4.45869 12.4929C4.25213 11.5171 3.4829 10.755 2.50712 10.5413L0 10L2.50712 9.45869C3.4829 9.25214 4.24501 8.48291 4.45869 7.50713L5.00001 5L5.5413 7.50713C5.74785 8.48291 6.5171 9.24502 7.49288 9.45869L10 10L7.49288 10.5413C6.5171 10.7479 5.75498 11.5171 5.5413 12.4929Z' fill='%23FA7598'/%3E%3Cpath d='M12.3248 19.4957L12 21L11.6752 19.4957C11.5513 18.9103 11.0897 18.453 10.5043 18.3248L9 18L10.5043 17.6752C11.0897 17.5513 11.547 17.0897 11.6752 16.5043L12 15L12.3248 16.5043C12.4487 17.0897 12.9103 17.547 13.4957 17.6752L15 18L13.4957 18.3248C12.9103 18.4487 12.453 18.9103 12.3248 19.4957Z' fill='%23FA7598'/%3E%3C/svg%3E%0A");
  }
} */
.menu-image-link__text:hover .menu-link--desktop__active, .menu-link--desktop:hover .menu-link--desktop__active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
  transition-duration: 300ms;
}
.free-shipping .menu-image-link__text:hover .menu-link--desktop__active.bg-opacity-20, .free-shipping 
.menu-link--desktop:hover .menu-link--desktop__active.bg-opacity-20 {
}
.free-shipping .menu-image-link__text:hover .menu-link--desktop__active.bg-opacity-20 > .bg-primary-50, .free-shipping 
.menu-link--desktop:hover .menu-link--desktop__active.bg-opacity-20 > .bg-primary-50 {
}
.squishmallows .menu-image-link__text:hover .menu-link--desktop__active, .squishmallows .menu-link--desktop:hover .menu-link--desktop__active {
  background-color: transparent; 
  background-image: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%2721%27 viewBox=%270 0 15 21%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M11.3248 4.49573L11 6L10.6752 4.49573C10.5513 3.91026 10.0897 3.45299 9.50427 3.32479L8 3L9.50427 2.67521C10.0897 2.55128 10.547 2.08975 10.6752 1.50428L11 0L11.3248 1.50428C11.4487 2.08975 11.9103 2.54701 12.4957 2.67521L14 3L12.4957 3.32479C11.9103 3.44872 11.453 3.91026 11.3248 4.49573Z%27 fill=%27%23FA7598%27/%3E%3Cpath d=%27M5.5413 12.4929L5.00001 15L4.45869 12.4929C4.25213 11.5171 3.4829 10.755 2.50712 10.5413L0 10L2.50712 9.45869C3.4829 9.25214 4.24501 8.48291 4.45869 7.50713L5.00001 5L5.5413 7.50713C5.74785 8.48291 6.5171 9.24502 7.49288 9.45869L10 10L7.49288 10.5413C6.5171 10.7479 5.75498 11.5171 5.5413 12.4929Z%27 fill=%27%23FA7598%27/%3E%3Cpath d=%27M12.3248 19.4957L12 21L11.6752 19.4957C11.5513 18.9103 11.0897 18.453 10.5043 18.3248L9 18L10.5043 17.6752C11.0897 17.5513 11.547 17.0897 11.6752 16.5043L12 15L12.3248 16.5043C12.4487 17.0897 12.9103 17.547 13.4957 17.6752L15 18L13.4957 18.3248C12.9103 18.4487 12.453 18.9103 12.3248 19.4957Z%27 fill=%27%23FA7598%27/%3E%3C/svg%3E%0A");
}
.vault .menu-image-link__text:hover .menu-link--desktop__active, .vault .menu-link--desktop:hover .menu-link--desktop__active {
  background: linear-gradient(90deg, #2D27FF 0%, #0F99FE 100%);
}
.menu-item {
  height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.squishmallows .menu-item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.vault .menu-item {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.vault .menu-item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.vault .menu-item ul {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.menu-item:not(.open), .squish-shop-menu:not(.open) {
  height: 0 !important;
}
.menu-item.open, .menu-item.dev-open, .menu-item:focus-within, .squish-shop-menu.open, .squish-shop-menu.dev-open, .squish-shop-menu:focus-within {
  box-shadow: 0px 0px 10px rgba(8, 55, 180, 0.1);
  height: auto;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.squishmallows .link--shop-all {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 128, var(--tw-text-opacity));
}
/* @apply bg-naughty-blue; */
.squishmallows .featured-menu span, .squishmallows .featured-menus-mobile p:first-child a {
  position: relative;
}
.squishmallows .featured-menu span, .squishmallows .featured-menus-mobile p:first-child a {
  border-style: none;
}
.squishmallows .featured-menu span, .squishmallows .featured-menus-mobile p:first-child a {
  border-color: transparent;
}
.squishmallows .featured-menus-mobile p:first-child a::before, .squishmallows .featured-menu span::before {
  position: absolute;
}
.squishmallows .featured-menus-mobile p:first-child a::before, .squishmallows .featured-menu span::before {
  top: 0px;
}
.squishmallows .featured-menus-mobile p:first-child a::before, .squishmallows .featured-menu span::before {
  left: -1.5rem;
}
.squishmallows .featured-menus-mobile p:first-child a::before, .squishmallows .featured-menu span::before {
  display: block;
}
.squishmallows .featured-menus-mobile p:first-child a::before, .squishmallows .featured-menu span::before {
  height: 1.75rem;
}
.squishmallows .featured-menus-mobile p:first-child a::before, .squishmallows .featured-menu span::before {
  width: 1.25rem;
}
.squishmallows .featured-menus-mobile p:first-child a::before, .squishmallows .featured-menu span::before {
  --tw-content: '';
  content: var(--tw-content);
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menus-mobile p:first-child a::before, .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menu span::before {
    width: 100vw;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menus-mobile p:first-child a::before, .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menu span::before {
    overflow: hidden;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menus-mobile p:first-child a::before, .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menu span::before {
    white-space: nowrap;
  }
}
.squishmallows .featured-menus-mobile p:first-child a::before,.squishmallows .featured-menu span::before{
    background-image: url("data:image/svg+xml,%3Csvg width=%2718%27 height=%2727%27 viewBox=%270 0 18 27%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.584 9.11642L9.74785 11.6564L8.55716 9.40682C8.09317 8.53162 7.15937 8.00955 6.17079 8.07265L3.6308 8.2365L5.88039 7.04581C6.75559 6.58182 7.27766 5.64802 7.21456 4.65944L7.05071 2.11945L8.2414 4.36904C8.70539 5.24425 9.63919 5.76631 10.6278 5.70321L13.1678 5.53936L10.9182 6.73005C10.043 7.19404 9.5209 8.12784 9.584 9.11642Z%27 fill=%27%23FFA56E%27/%3E%3Cpath d=%27M14.4192 16.2638L13.7981 17.9273L13.8892 16.1539C13.9266 15.4642 13.6583 14.8637 13.2109 14.6183L12.0603 13.9929L13.3647 13.8762C13.8717 13.8336 14.3541 13.3837 14.5974 12.7365L15.2185 11.073L15.1274 12.8464C15.0899 13.5362 15.3583 14.1366 15.8057 14.382L16.9563 15.0074L15.6519 15.1241C15.1448 15.1667 14.6624 15.6166 14.4192 16.2638Z%27 fill=%27%23B9D232%27/%3E%3Cpath d=%27M7.61292 22.284L8.2602 24.5006L6.86703 22.659C6.32765 21.9408 5.48755 21.5905 4.72832 21.7555L2.78073 22.1859L4.28777 20.8793C4.876 20.3741 5.08805 19.4876 4.83819 18.6238L4.19093 16.4072L5.58408 18.2488C6.12346 18.967 6.96356 19.3173 7.7228 19.1522L9.67039 18.7219L8.16335 20.0285C7.57512 20.5337 7.36306 21.4202 7.61292 22.284Z%27 fill=%27%23FA7598%27/%3E%3C/svg%3E%0A");
  }
.featured-menu::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  width: 33.333333%;
  --tw-translate-x: -2.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));
  --tw-bg-opacity: 1;
  background-color: rgba(206, 230, 248, var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.featured-menu::after {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.squishmallows .featured-menu::after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 225, var(--tw-bg-opacity));
}
.squishmallows .featured-menu::after{
    background-image: url("data:image/svg+xml,%3Csvg width=%27347%27 height=%27401%27 viewBox=%270 0 347 401%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.8%27%3E%3Cmask id=%27mask0_1659_26772%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%27-1%27 y=%270%27 width=%27349%27 height=%27401%27%3E%3Cpath d=%27M-1 0H348V391C348 396.523 343.523 401 338 401H-1V0Z%27 fill=%27%23F4ECFF%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_1659_26772%29%27%3E%3Cpath d=%27M174.506 198.941L254.821 612.828H94.1905L174.506 198.941Z%27 fill=%27url%28%23paint0_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.506 200.85L254.821 -213.038H94.1905L174.506 200.85Z%27 fill=%27url%28%23paint1_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M175.461 199.895L-239.002 119.691V280.099L175.461 199.895Z%27 fill=%27url%28%23paint2_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M173.549 199.895L588.012 119.691V280.099L173.549 199.895Z%27 fill=%27url%28%23paint3_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.113 199.503L523.975 435.453L410.391 548.879L174.113 199.503Z%27 fill=%27url%28%23paint4_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.113 200.179L523.975 -35.771L410.391 -149.196L174.113 200.179Z%27 fill=%27url%28%23paint5_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.79 199.503L-175.071 435.453L-61.4881 548.879L174.79 199.503Z%27 fill=%27url%28%23paint6_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.79 200.179L-175.071 -35.771L-61.4881 -149.196L174.79 200.179Z%27 fill=%27url%28%23paint7_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_1659_26772%27 x1=%27175.008%27 y1=%27199%27 x2=%27160.122%27 y2=%27531.604%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint1_linear_1659_26772%27 x1=%27175.008%27 y1=%27193%27 x2=%27165.413%27 y2=%27-164.743%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint2_linear_1659_26772%27 x1=%27175.008%27 y1=%27200%27 x2=%27-69.3877%27 y2=%27189.885%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint3_linear_1659_26772%27 x1=%27174.003%27 y1=%27200%27 x2=%27432.484%27 y2=%27200%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint4_linear_1659_26772%27 x1=%27178.026%27 y1=%27202%27 x2=%27422.891%27 y2=%27472.401%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint5_linear_1659_26772%27 x1=%27171.992%27 y1=%27194%27 x2=%27428.994%27 y2=%27-72.2524%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint6_linear_1659_26772%27 x1=%27172.997%27 y1=%27202%27 x2=%27-84.0756%27 y2=%27447.475%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint7_linear_1659_26772%27 x1=%27172.494%27 y1=%27199.5%27 x2=%27-68.9964%27 y2=%27-44.3878%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
.vault .featured-menu::after {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.squishmallows .featured-menus-mobile::after {
  position: absolute;
}
.squishmallows .featured-menus-mobile::after {
  top: 0px;
}
.squishmallows .featured-menus-mobile::after {
  display: block;
}
.squishmallows .featured-menus-mobile::after {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 249, 225, var(--tw-bg-opacity));
}
.squishmallows .featured-menus-mobile::after {
  background-position: center;
}
.squishmallows .featured-menus-mobile::after {
  background-repeat: no-repeat;
}
.squishmallows .featured-menus-mobile::after {
  --tw-content: '';
  content: var(--tw-content);
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menus-mobile::after {
    width: 100vw;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menus-mobile::after {
    overflow: hidden;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squishmallows .featured-menus-mobile::after {
    white-space: nowrap;
  }
}
.squishmallows .featured-menus-mobile::after{
    background-image: url("data:image/svg+xml,%3Csvg width=%27347%27 height=%27401%27 viewBox=%270 0 347 401%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg opacity=%270.8%27%3E%3Cmask id=%27mask0_1659_26772%27 style=%27mask-type:alpha%27 maskUnits=%27userSpaceOnUse%27 x=%27-1%27 y=%270%27 width=%27349%27 height=%27401%27%3E%3Cpath d=%27M-1 0H348V391C348 396.523 343.523 401 338 401H-1V0Z%27 fill=%27%23F4ECFF%27/%3E%3C/mask%3E%3Cg mask=%27url%28%23mask0_1659_26772%29%27%3E%3Cpath d=%27M174.506 198.941L254.821 612.828H94.1905L174.506 198.941Z%27 fill=%27url%28%23paint0_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.506 200.85L254.821 -213.038H94.1905L174.506 200.85Z%27 fill=%27url%28%23paint1_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M175.461 199.895L-239.002 119.691V280.099L175.461 199.895Z%27 fill=%27url%28%23paint2_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M173.549 199.895L588.012 119.691V280.099L173.549 199.895Z%27 fill=%27url%28%23paint3_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.113 199.503L523.975 435.453L410.391 548.879L174.113 199.503Z%27 fill=%27url%28%23paint4_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.113 200.179L523.975 -35.771L410.391 -149.196L174.113 200.179Z%27 fill=%27url%28%23paint5_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.79 199.503L-175.071 435.453L-61.4881 548.879L174.79 199.503Z%27 fill=%27url%28%23paint6_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3Cpath d=%27M174.79 200.179L-175.071 -35.771L-61.4881 -149.196L174.79 200.179Z%27 fill=%27url%28%23paint7_linear_1659_26772%29%27 fill-opacity=%270.59%27/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_1659_26772%27 x1=%27175.008%27 y1=%27199%27 x2=%27160.122%27 y2=%27531.604%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint1_linear_1659_26772%27 x1=%27175.008%27 y1=%27193%27 x2=%27165.413%27 y2=%27-164.743%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint2_linear_1659_26772%27 x1=%27175.008%27 y1=%27200%27 x2=%27-69.3877%27 y2=%27189.885%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint3_linear_1659_26772%27 x1=%27174.003%27 y1=%27200%27 x2=%27432.484%27 y2=%27200%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint4_linear_1659_26772%27 x1=%27178.026%27 y1=%27202%27 x2=%27422.891%27 y2=%27472.401%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint5_linear_1659_26772%27 x1=%27171.992%27 y1=%27194%27 x2=%27428.994%27 y2=%27-72.2524%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint6_linear_1659_26772%27 x1=%27172.997%27 y1=%27202%27 x2=%27-84.0756%27 y2=%27447.475%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint7_linear_1659_26772%27 x1=%27172.494%27 y1=%27199.5%27 x2=%27-68.9964%27 y2=%27-44.3878%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FCDC3E%27 stop-opacity=%270.59%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFF9E1%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  }
.vault .featured-menus-mobile::after {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity)) !important;
}
.jazwares .featured-menus-mobile::after {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(206, 230, 248, var(--tw-bg-opacity)) !important;
}
@media (min-width: 1024px) {

  .squishmallows .featured-menu a:hover {
    --tw-text-opacity: 1;
    color: rgba(60, 169, 169, var(--tw-text-opacity));
  }
}
.menu-image-link:hover img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.menu-image::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  border-radius: 0.75rem;
  --tw-content: '';
  content: var(--tw-content);
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.menu-image::after {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.header-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -2;
  display: none;
  height: 100vh;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
  opacity: 0;
  transition-duration: 300ms;
  --tw-content: '';
  content: var(--tw-content);
}
 {
  display: none;
}
.header-overlay {
    display: none;
  }
.header-overlay {
    display: none;
  }
@media (min-width: 1024px) {

  .header-overlay {
    display: none;
  }
}
.header:has(.mobile-menu.open) .header-overlay {
  display: block;
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 300ms;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.header:has(.mobile-menu.open) .header-overlay {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .header:has(.mobile-menu.open) .header-overlay {
    display: none;
  }
}
.scrollbar {
  overflow-x: auto;
}
.scrollbar::-webkit-scrollbar {
  height: 0.375rem;
  width: 0.375rem;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
}
.scrollbar::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track-piece {
  border-radius: 9999px;
}
.upsells .scrollbar::-webkit-scrollbar-track {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1024px) {

  .upsells .scrollbar::-webkit-scrollbar-track {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(216, 220, 232, var(--tw-bg-opacity));
}
.scrollbar.scrollbar-short::-webkit-scrollbar-track {
  margin-left: 10vw;
  margin-right: 10vw;
}
@media (min-width: 768px) {

  .scrollbar.scrollbar-short::-webkit-scrollbar-track {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
@media (min-width: 1024px) {

  .scrollbar.scrollbar-short::-webkit-scrollbar-track {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
}
@media (min-width: 1280px) {

  .scrollbar.scrollbar-vt-coming-soon::-webkit-scrollbar-track {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
}
.scrollbar.scrollbar-upsells::-webkit-scrollbar-track {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 1024px) {

  .scrollbar.scrollbar-upsells::-webkit-scrollbar-track {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.scrollbar::-webkit-scrollbar-track-piece {
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.scrollbar--white::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.scrollbar--white::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.scrollbar--white::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.scrollbar--gradient::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to right, #2D27FF 0%, #0F99FE 100%);
  border-radius: 9999px;
}
.scrollbar--gradient::-webkit-scrollbar-track {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.scrollbar--gradient::-webkit-scrollbar-track-piece {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.scrollbar--gradient::-webkit-scrollbar-track {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.scrollbar--gradient::-webkit-scrollbar-track-piece {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.scrollbar--grey::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.scrollbar--grey::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar--grey::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.scrollbar--minimal::-webkit-scrollbar-track-piece, .scrollbar--minimal::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar--hidden::-webkit-scrollbar {
  height: 0px !important;
  width: 0px !important;
}
.scrollbar--minimal::-webkit-scrollbar-track-piece, .scrollbar--minimal::-webkit-scrollbar-track {
  background-color: transparent;
}
.scrollbar--hidden::-webkit-scrollbar {
  height: 0px !important;
  width: 0px !important;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-mandatory {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.snap-center {
  scroll-snap-align: center;
}
/* Simplebar Styles */
/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
  .simplebar-content-wrapper {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    scroll-padding-left: 1.25rem;
    scroll-padding-right: 1.25rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  }
  @media (min-width: 1024px) {

    .simplebar-content-wrapper {
      scroll-padding-left: 2.5rem;
      scroll-padding-right: 2.5rem;
    }
  }
}
.scrollbar .simplebar-scrollbar {
  border-radius: 9999px;
}
.scrollbar .simplebar-scrollbar::before {
  top: 0px !important;
}
.scrollbar .simplebar-scrollbar::before {
  bottom: 0px !important;
}
.scrollbar .simplebar-scrollbar::before {
  left: 0px !important;
}
.scrollbar .simplebar-scrollbar::before {
  right: 0px !important;
}
.vault .scrollbar .simplebar-scrollbar::before {
  border-radius: 0px;
}
.simplebar-horizontal .scrollbar .simplebar-scrollbar {
  height: 0.375rem;
}
.simplebar-vertical .scrollbar .simplebar-scrollbar {
  width: 0.375rem;
}
.scrollbar .simplebar-track {
  border-radius: 9999px;
}
.vault .scrollbar .simplebar-track {
  border-radius: 0px;
}
.scrollbar .simplebar-track.simplebar-horizontal {
  height: 0.375rem;
}
.vault .scrollbar .simplebar-track.simplebar-horizontal {
  --tw-skew-x: 20deg;
  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));
}
.scrollbar .simplebar-track.simplebar-vertical {
  width: 0.375rem;
}
.scrollbar.scrollbar-short > .simplebar-track {
  margin-left: 10vw;
  margin-right: 10vw;
}
@media (min-width: 768px) {

  .scrollbar.scrollbar-short > .simplebar-track {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
@media (min-width: 1024px) {

  .scrollbar.scrollbar-short > .simplebar-track {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
}
@media (min-width: 1280px) {

  .scrollbar.scrollbar-short > .simplebar-track {
    margin-left: calc((100vw - 60rem) / 2);
    margin-right: calc((100vw - 60rem) / 2);
  }
}
.boost-pfs-filter-product-item .scrollbar.scrollbar-short > .simplebar-track, .product-tile .scrollbar.scrollbar-short > .simplebar-track {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
  height: 0.25rem !important;
}
@media (min-width: 1280px) {

  .vt-coming-soon .scrollbar.scrollbar-short > .simplebar-track {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
}
@media (max-width: 1023px) {
  .scrollbar.scrollbar-thumbs .simplebar-track {
    margin-left: 10vw;
    margin-right: 10vw;
    height: 0.25rem;
  }
  @media (min-width: 768px) {

    .scrollbar.scrollbar-thumbs .simplebar-track {
      margin-left: 9rem;
      margin-right: 9rem;
    }
  }

  .scrollbar-thumbs .simplebar-content .slide {
    vertical-align: top;
  }
}
@media (min-width: 1024px) {
  .scrollbar::-webkit-scrollbar-track, .scrollbar::-webkit-scrollbar-track-piece {
    display: none;
    width: 0px;
  }
 {
  display: none;
}

  .scrollbar::-webkit-scrollbar-track, 
  .scrollbar::-webkit-scrollbar-track-piece {
    display: none;
  }

  .scrollbar::-webkit-scrollbar-track, 
  .scrollbar::-webkit-scrollbar-track-piece {
    display: none;
  }
  .scrollbar.scrollbar-thumbs .simplebar-track {
    right: 0px;
    left: auto;
  }
  .scrollbar.scrollbar--left .simplebar-track {
    left: 0px;
    right: auto;
  }
}
.scrollbar--grey .simplebar-scrollbar::before {
  opacity: 1 !important;
}
.scrollbar--grey .simplebar-scrollbar::before {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity));
}
.scrollbar--grey .simplebar-track {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.scrollbar--white .simplebar-scrollbar::before {
  opacity: 1 !important;
}
.scrollbar--white .simplebar-scrollbar::before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.scrollbar--white .simplebar-track {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity));
}
.scrollbar--black .simplebar-scrollbar::before {
  opacity: 1 !important;
}
.scrollbar--black .simplebar-scrollbar::before {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
}
.scrollbar--black .simplebar-track {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.simplebar-track:not([style]) {
  display: none;
}
/*.simplebar-placeholder {*/
/*  display: none;*/
/*}*/
@media only screen and (min-width: 1024px) {
  .less-than-5.pb-10 {
    padding-bottom: 1rem;
  }

  .less-than-5 > .simplebar-track, .sm-4-up .simplebar-track {
    display: none;
  }
 {
  display: none;
}

  .less-than-5 > .simplebar-track, 
  .sm-4-up .simplebar-track {
    display: none;
  }

  .less-than-5 > .simplebar-track, 
  .sm-4-up .simplebar-track {
    display: none;
  }
}
/* Safari Desktop */
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {

    .more-than-5[data-product-thumbnails] .simplebar-content-wrapper {
    overflow-y: scroll !important;
  }

    .more-than-5[data-product-thumbnails] .simplebar-vertical {
    visibility: visible !important;
  }

    .more-than-5[data-product-thumbnails] .simplebar-vertical .simplebar-scrollbar {
    display: block !important;
  }

    .more-than-5[data-product-thumbnails] .simplebar-vertical .simplebar-scrollbar {
    min-height: 100px !important;
  }
@media (max-width: 767px) {
    .more-than-5[data-product-thumbnails] .announcement-banner--item[data-snap-slide="0"] .content-wrapper.simplebar-vertical .simplebar-scrollbar {
      width: 100vw;
    }
    .more-than-5[data-product-thumbnails] .announcement-banner--item[data-snap-slide="0"] .content-wrapper.simplebar-vertical .simplebar-scrollbar {
      overflow: hidden;
    }
    .more-than-5[data-product-thumbnails] .announcement-banner--item[data-snap-slide="0"] .content-wrapper.simplebar-vertical .simplebar-scrollbar {
      white-space: nowrap;
    }
}
}
.table-wrap {
  width: 100%;
}
table {
    border-collapse: collapse;
    width: 100%;
  }
th {
  border-bottom-width: 0.1875rem;
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
  text-align: left;
}
th, td {
  min-width: 19.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
th:first-of-type, td:first-of-type {
  min-width: 14rem;
}
th:not(:first-of-type), td:not(:first-of-type) {
  padding-left: 4.5rem;
}
tr:nth-child(2n + 3) {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
.tooltip::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: calc(50% - 1.15rem);
    z-index: -1;
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-width: 0.5rem;
    --tw-border-opacity: 1;
    border-color: rgba(249, 250, 252, var(--tw-border-opacity));
  }
.ccontain {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .ccontain {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.ccontain-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 59.125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wysiwyg p {
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.wysiwyg h1 + p {
  margin-top: 1rem;
}
@media (min-width: 1024px) {

  .wysiwyg h1 + p {
    margin-top: 2rem;
  }
}
.wysiwyg h1 + p, .wysiwyg h2 + p, .wysiwyg h3 + p, .wysiwyg h4 + p, .wysiwyg h5 + p, .wysiwyg h6 + p {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .wysiwyg h1 + p, .wysiwyg h2 + p, .wysiwyg h3 + p, .wysiwyg h4 + p, .wysiwyg h5 + p, .wysiwyg h6 + p {
    margin-bottom: 2.5rem;
  }
}
.wysiwyg p + h1, .wysiwyg p + h2, .wysiwyg p + h3, .wysiwyg p + h4, .wysiwyg p + h5, .wysiwyg p + h6 {
  margin-top: 2.5rem;
}
/*.wysiwyg h1 {*/
/*  @extend .title-1;*/
/*}*/
/*.wysiwyg h2 {*/
/*  @extend .title-2;*/
/*}*/
/*.wysiwyg h3 {*/
/*  @extend .title-3;*/
/*}*/
/*.wysiwyg h4 {*/
/*  @extend .title-4;*/
/*}*/
.wysiwyg img {
  max-width: 100%;
  border-radius: 0.625rem;
}
.wysiwyg .image-description {
  margin-top: 1rem;
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.125rem;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.wysiwyg .image-description {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .wysiwyg .image-description {
    margin-top: 0.625rem;
  }
}
.wysiwyg .video-standard {
  position: relative;
  margin-bottom: 2.5rem;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.wysiwyg .video-standard {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .wysiwyg .video-standard {
    margin-bottom: 6.875rem;
  }
}
.wysiwyg .video-standard iframe, .wysiwyg .video-standard video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wysiwyg .customer-review {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  max-width: 57.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 8.875rem;
  padding-bottom: 5.25rem;
}
@media (min-width: 768px) {

  .wysiwyg .customer-review {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}
@media (min-width: 1024px) {

  .wysiwyg .customer-review {
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1280px) {

  .wysiwyg .customer-review {
    padding-top: 5.375rem;
    padding-bottom: 5.375rem;
  }
}
.wysiwyg .customer-review {
  overflow-y: clip;
}
.wysiwyg .customer-review:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  display: block;
  height: 100%;
  width: 100vw;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.wysiwyg .customer-review:before {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.free-shipping .wysiwyg .customer-review.bg-opacity-20:before {
}
.free-shipping .wysiwyg .customer-review.bg-opacity-20 > .bg-primary-50:before {
}
@media (min-width: 1024px) {

  .wysiwyg .customer-review:before {
    display: none;
  }
}
.wysiwyg .customer-review p {
  margin: 0px;
  font-family: Comfortaa, sans-serif;
}
.wysiwyg .customer-review--content {
  position: relative;
  margin-bottom: 1.5rem;
  text-align: center;
  font-family: Comfortaa, sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (min-width: 1024px) {

  .wysiwyg .customer-review--content {
    font-size: 1.5rem;
  }
}
.wysiwyg .customer-review--name {
  position: relative;
  text-align: center;
  font-family: Comfortaa, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .wysiwyg .customer-review--name {
    font-size: 1.25rem;
  }
}
.wysiwyg .customer-review img {
  position: absolute;
  top: 0px;
  left: 50%;
  height: auto;
  width: 100vw;
  max-width: none;
  max-width: initial;
  --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));
  border-radius: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .wysiwyg .customer-review img {
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.wysiwyg .customer-review--image {
  display: none;
}
 {
  display: none;
}
.wysiwyg .customer-review--image {
    display: none;
  }
.wysiwyg .customer-review--image {
    display: none;
  }
@media (min-width: 1024px) {

  .wysiwyg .customer-review--image {
    display: block;
  }
}
.wysiwyg .customer-review--image__mobile {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.wysiwyg .customer-review--image__mobile {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .wysiwyg .customer-review--image__mobile {
    display: none;
  }
}
.wysiwyg ol {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  list-style-type: none;
  padding: 0px;
  counter-reset: line-number;
}
.wysiwyg ol li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {

  .wysiwyg ol li {
    padding-left: 2rem;
  }
}
.wysiwyg ol li {
  counter-increment: line-number;
}
.wysiwyg ul li:last-child, .wysiwyg ol li:last-child {
  margin-bottom: 0px;
}
.wysiwyg ol li:before {
  content: counter(line-number)".";
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity))
}
@media (min-width: 1024px) {

  .wysiwyg ol li:before {
    left: 1rem;
    --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));
  }
}
.wysiwyg ol li:before {
  line-height: 1.3;
}
.squishmallows .wysiwyg ol li:before {
  background-color: var(--brand-primary);
}
.squishmallows .wysiwyg ol li:before {
  color: var(--brand-primary);
}
.vault .wysiwyg ol li:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.vault .wysiwyg ol li:before {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wysiwyg ul {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  list-style-type: none;
  padding: 0px;
}
.wysiwyg ul li {
  position: relative;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {

  .wysiwyg ul li {
    padding-left: 2rem;
  }
}
.wysiwyg ul li:before {
  content: '';
  position: absolute;
  top: 0.6rem;
  left: 0px;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity))
}
.free-shipping .wysiwyg ul li.bg-opacity-20:before {
}
.free-shipping .wysiwyg ul li.bg-opacity-20 > .bg-primary-50:before {
}
@media (min-width: 1024px) {

  .wysiwyg ul li:before {
    left: 1rem;
    --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));
  }
}
.squishmallows .wysiwyg ul li:before {
  background-color: var(--brand-primary);
}
.squishmallows .wysiwyg ul li:before {
  color: var(--brand-primary);
}
.vault .wysiwyg ul li:before {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.vault .wysiwyg ul li:before {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.wysiwyg hr {
  margin-top: 6.25rem;
  margin-bottom: 2.5rem;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity));
}
.wysiwyg .table-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.875rem;
}
.wysiwyg .table-wrapper h6 {
  margin-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .wysiwyg .table-wrapper h6 {
    margin-bottom: 2.5rem;
  }
}
.wysiwyg table {
  min-width: 41.875rem;
  table-layout: fixed;
}
.wysiwyg thead td {
  text-transform: uppercase;
}
.wysiwyg tbody tr {
  border-radius: 1.25rem;
}
.wysiwyg tbody tr:nth-child(2n+1) {
  background-color: var(--brand-tertiary);
}
.pdp-details-accordions .wysiwyg tbody tr:nth-child(2n+1) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.vault .pdp-details-accordions .wysiwyg tbody tr:nth-child(2n+1) {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity));
}
.wysiwyg tbody tr:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.pdp-details-accordions .wysiwyg tbody tr:nth-child(2n) {
  background-color: var(--brand-tertiary);
}
.wysiwyg tbody tr:nth-child(2n+1) td:first-child {
  border-radius: 1.25rem 0 0 1.25rem;
}
.wysiwyg tbody tr:nth-child(2n+1) td:last-child {
  border-radius: 0 1.25rem 1.25rem 0;
}
.wysiwyg tbody td {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wysiwyg .table-content {
  margin-right: -1.5rem;
  overflow: auto;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .wysiwyg .table-content {
    margin-right: 0px;
  }
}
.wysiwyg .table-content::-webkit-scrollbar {
  height: 8px;
  border-radius: 50px;
}
.wysiwyg .page-title {
  margin-bottom: 3.5rem;
}
@media (min-width: 1024px) {

  .wysiwyg .page-title {
    margin-bottom: 5rem;
  }
}
/* Track */
.wysiwyg ::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
/* Handle */
.wysiwyg ::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
}
.free-shipping .wysiwyg .bg-opacity-20::-webkit-scrollbar-thumb {
}
.free-shipping .wysiwyg .bg-opacity-20::-webkit-scrollbar-thumb > .bg-primary-50 {
}
.wysiwyg ::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.star {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: none;
  height: 3rem;
  width: 3rem;
  overflow: hidden;
}
 {
  display: none;
}
.star {
    display: none;
  }
.star {
    display: none;
  }
.star {
  animation: glitter 4.5s linear 0s infinite normal;
  -webkit-animation: glitter 4.5s linear 0s infinite normal;
  -moz-animation: glitter 4.5s linear 0s infinite normal;
  -ms-animation: glitter 4.5s linear 0s infinite normal;
  -o-animation: glitter 4.5s linear 0s infinite normal;
}
.star-sparkle:hover .star {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.star-sparkle:hover .star {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.age-error-details {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  display: none;
  align-items: center;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgba(211, 47, 47, var(--tw-text-opacity));
}
 {
  display: none;
}
.age-error-details {
    display: none;
  }
.age-error-details {
    display: none;
  }
.age-wrapper.age-error .age-error-details {
  display: flex;
}
.age-wrapper.age-error .select-wrap select {
  --tw-border-opacity: 1;
  border-color: rgba(211, 47, 47, var(--tw-border-opacity));
}
.age-wrapper.age-error .select-wrap select.focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.age-wrapper.age-error .select-wrap select:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filters.open {
  left: 0px;
}
.filters.open .filters-close {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.filters.open .filters-close {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .filters.open .filters-close {
    display: none;
  }
}
.filter-details::marker, .filter-summary::marker, .filter-details::-webkit-details-marker, .filter-summary::-webkit-details-marker {
  display: none;
}
 {
  display: none;
}
.filter-details::marker, 
.filter-summary::marker, 
.filter-details::-webkit-details-marker, 
.filter-summary::-webkit-details-marker {
    display: none;
  }
.filter-details::marker, 
.filter-summary::marker, 
.filter-details::-webkit-details-marker, 
.filter-summary::-webkit-details-marker {
    display: none;
  }
/* .filter-summary::after {
    content: '+';
    @apply absolute right-0;
  } */
.filter-summary::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    height: 0.125rem;
    width: 1rem;
    transform-origin: center;
    --tw-translate-y: -50%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    --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));
}
.filter-details[open] .filter-summary::before {
  --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));
}
.filter-summary::after {
    content: '▲';
    text-shadow: 0px 0px 10px rgba(8, 55, 180, 0.1);
    visibility: hidden;
    position: absolute;
    bottom: 3px;
    left: 0.5rem;
    z-index: 20;
    height: 0.875rem;
    width: 0.875rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.filter-details[open] .filter-summary::after {
  visibility: visible;
}
.price-slider {
    -webkit-appearance: none;
    pointer-events: none;
    height: 0.25rem;
    width: 100%;
    background-color: transparent;
    touch-action: none;
}
/* Input Thumb */
.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: auto;
    height: 1rem;
    width: 1rem;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(26, 26, 26, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    touch-action: auto;
    border: 1px solid black;
}
/* Input Track */
.price-slider::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    pointer-events: none;
    border-width: 0px;
    background-color: transparent;
    touch-action: none;
  }
details .filter-open-icon {
  --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));
}
details[open] .filter-open-icon {
  --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));
}
.active-filters {
    flex-flow: wrap;
}
.tile-transition {
  transition-duration: 150ms !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.group:hover .tile-transition {
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.slide {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .slide:hover {
    opacity: 0.4;
  }
}
.active-slide {
  border-width: 1px !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 232, var(--tw-bg-opacity)) !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.play-video {
  color: var(--brand-primary);
}
.vault .play-video {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
/*@media (min-width: 1024px) {*/
/*  .scrollbar--left {*/
/*    direction: rtl;*/
/*  }*/
/*}*/
/*.scrollbar--left button {*/
/*  direction: ltr;*/
/*}*/
@media (min-width: 1024px) {
  [data-product-thumbnails] .simplebar-content {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
  }
}
.quantity-input.quantity-input {
  min-width: 1.25rem;
  max-width: 2.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  padding-top: 3px;
  text-align: center;
  font-weight: 600;
}
input.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.quantity-input[type=number] {
    -moz-appearance: textfield;
}
.option-button {
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .option-button:hover {
    --tw-border-opacity: 1;
    border-color: rgba(29, 82, 225, var(--tw-border-opacity));
  }
}
@media (min-width: 1024px) {

  .squishmallows .option-button:hover {
    --tw-border-opacity: 1;
    border-color: rgba(110, 55, 120, var(--tw-border-opacity));
  }
}
.option-button.selected {
  position: relative;
  cursor: default;
  --tw-border-opacity: 1;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.squishmallows .option-button.selected {
  --tw-border-opacity: 1;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.squishmallows .option-button.selected {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.vault .option-button.selected {
  border-color: transparent;
}
.vault .option-button.selected {
        background: linear-gradient(white, white) padding-box,
        linear-gradient(to right, #2D27FF, #00CFFD) border-box;
    }
.option-button[name="size"][value="Multiple Sizes"] {
  grid-column: span 2 / span 2;
  width: auto;
  overflow: visible;
  white-space: nowrap;
}
.option-button-color {
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
}
.option-button-color.selected {
  --tw-border-opacity: 1;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity));
}
.squishmallows .option-button-color.selected {
  --tw-border-opacity: 1;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.option-button:not(.selected), .option-button-color:not(.selected) {
  cursor: pointer;
}
.option-button.unavailable {
  position: relative;
  cursor: default;
  overflow: hidden;
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(227, 230, 239, var(--tw-text-opacity));
}
.option-button.unavailable::after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}
@media (min-width: 1024px) {

  .option-button.unavailable:hover {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 239, var(--tw-border-opacity));
  }
}
.option-button.unavailable:after{ 
        background: linear-gradient(to left top, transparent 47.75%, #E3E6EF 49.5%, #E3E6EF 50.5%, transparent 52.25%);
    }
.option-button.unavailable.selected {
  --tw-border-opacity: 1;
  border-color: rgba(118, 123, 138, var(--tw-border-opacity));
}
.option-button.unavailable.selected:after{ 
        background: linear-gradient(to left top, transparent 47.75%, #767B8A 49.5%, #767B8A 50.5%, transparent 52.25%);
    }
.vault .vault-gradient {
  border-color: transparent !important;
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
  --tw-gradient-from: #2d27ff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(45, 39, 255, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
  --tw-gradient-to: #00CFFD var(--tw-gradient-to-position) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.button.klaviyo-bis-trigger, .button__primary.klaviyo-bis-trigger, .button__primary__reversed.klaviyo-bis-trigger, .button__secondary.klaviyo-bis-trigger, .button__tertiary.klaviyo-bis-trigger, .button__primary__global.klaviyo-bis-trigger, .button__secondary__global.klaviyo-bis-trigger, .button-small__primary.klaviyo-bis-trigger, .button-small__secondary.klaviyo-bis-trigger, .button-small__tertiary.klaviyo-bis-trigger, .button-small__primary__global.klaviyo-bis-trigger, .button-small__secondary__global.klaviyo-bis-trigger, .swym-ui-component .swym-share-btn.klaviyo-bis-trigger, .boost-pfs-filter-apply-button.klaviyo-bis-trigger, .squishmallows &.klaviyo-bis-trigger, .vault &.klaviyo-bis-trigger, .boost-pfs-filter-apply-all-button.klaviyo-bis-trigger, .boost-pfs-filter-clear.klaviyo-bis-trigger, .boost-pfs-filter-clear-all.klaviyo-bis-trigger, .boost-pfs-filter-show-result.klaviyo-bis-trigger {
    display: block !important;
}
.badges-container svg {
  max-height: 17px;
}
.product-bullets svg {
  height: 26px;
  width: 26px;
}
.product-bullets svg.icon-truck {
  margin-bottom: -4px;
}
.product-bullets svg.icon-truck {
  height: auto;
}
.product-bullets svg.icon-truck {
  width: 28px;
}
@media (min-width: 1024px) {

  .product-bullets svg.icon-truck {
    margin-bottom: 0px;
  }
}
.product-bullets svg.icon-user {
  height: auto;
}
.product-bullets svg.icon-user {
  width: 20px;
}
.product-bullets svg.icon-hashtag {
  height: auto;
}
.product-bullets svg.icon-hashtag {
  width: 22px;
}
.bundle-swiper .swiper-pagination-bullet, .virtual-items-swiper .swiper-pagination-bullet {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.bundle-swiper .swiper-pagination-bullet, .virtual-items-swiper .swiper-pagination-bullet {
  display: inline-block !important;
}
.bundle-swiper .swiper-pagination-bullet, .virtual-items-swiper .swiper-pagination-bullet {
  height: 12px !important;
}
.bundle-swiper .swiper-pagination-bullet, .virtual-items-swiper .swiper-pagination-bullet {
  width: 12px !important;
}
.bundle-swiper .swiper-pagination-bullet, .virtual-items-swiper .swiper-pagination-bullet {
  border-radius: 9999px !important;
}
.bundle-swiper .swiper-pagination-bullet, .virtual-items-swiper .swiper-pagination-bullet {
  border-style: none !important;
}
.bundle-swiper .swiper-pagination-bullet, .virtual-items-swiper .swiper-pagination-bullet {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
.bundle-swiper .swiper-pagination-bullet-active, .virtual-items-swiper .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity)) !important;
}
.sticky-atc {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 80;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  box-shadow: 0 0 8px 0 rgba(2, 17, 60, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.sticky-atc .atc-wrapper {
  margin-left: 0px !important;
}
.sticky-atc .atc-wrapper {
  width: calc(100% - 45px) !important;
}
.sticky-atc .atc-container {
  width: 100% !important;
}
.sticky-atc [data-atc] {
  width: 100% !important;
}
.sticky-atc .swym-button.swym-add-to-wishlist {
  display: none !important;
}
 {
  display: none !important;
}
.swym-button.swym-add-to-wishlist {
    display: none !important;
  }
.swym-button.swym-add-to-wishlist {
    display: none !important;
  }
.pillow-bundles {
  height: 116px;
}
.pillow-bundles.open {
  height: 348px !important;
}
.pillow-bundles.open {
    box-shadow: 0 2px 4px 0 rgba(2, 17, 60, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  }
/* Dynamic Checkout Buttons */
/*
.shopify-payment-button {
    @apply mt-4;
}
.shopify-payment-button > div > div > div {
    @apply flex flex-col;
}
.shopify-payment-button__button .shopify-cleanslate .DnvZqPMEvBFbBre5UuP9.kqsiVA9Jf8LJAbxw8Bau {
    @apply rounded-full min-h-[48px] bg-primary-20 hover:bg-primary-20 text-neutral-100 border-[2px] border-primary-20 hover:border-primary-20 hover:opacity-90 !important;
    .squishmallows & {
        @apply bg-squish-primary-50 hover:bg-squish-primary-50 text-neutral-100 border-squish-primary-50 hover:border-squish-primary-50 !important;
    }
}
.shopify-payment-button__button .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau:before {
    content: 'Buy it Now';
    @apply text-[.875rem] leading-[1.5rem] font-bold uppercase tracking-[.125rem];
}
.shopify-payment-button__button .shopify-cleanslate .kqsiVA9Jf8LJAbxw8Bau span {
    @apply hidden !important;
}
.shopify-payment-button__more-options {
    @apply hidden !important;
}
*/
.pdp-details-icons {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {

  .pdp-details-icons {
    background-position: center;
  }
}
.pdp-details-icons svg {
  margin-left: auto;
  margin-right: auto;
}
.pdp-details-icons svg {
  height: 100%;
}
.pdp-details-icons svg {
  width: auto;
}
.squishmallows .squish-curve {
  display: block;
}
@media (max-width: 767px) {
    .squishmallows .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squish-curve {
    width: 100vw;
  }
    .squishmallows .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squish-curve {
    overflow: hidden;
  }
    .squishmallows .announcement-banner--item[data-snap-slide="0"] .content-wrapper.squish-curve {
    white-space: nowrap;
  }
}
.squishmallows .squish-curve .hero-outer-shape {
    height: 100%;
    width: 100%;
    height: 75px;
    position: relative;
  }
.squishmallows .squish-curve .hero-outer-shape--inner, .squishmallows .squish-curve .hero-overlay-shape {
      width: 280vw;
      height: calc( 300px * 3 );
      position: absolute;
      left: 50%;
      background-color: #fff;
      transform: translateX(-50%);
      bottom: 0;
      border-radius: 0 0 50% 50%;
      filter: drop-shadow(0px 4px 4px rgba(47, 115, 110, 0.1));
  }
.squishmallows .squish-curve .hero-outer-shape--inner-2, .squishmallows .squish-curve .hero-overlay-shape--inner {
    width: 240vw;
    height: calc( 300px * 2.7 );
    position: absolute;
    left: 51%;
    transform: translateX(-50%);
    overflow: hidden;
    bottom: 1%;
    border-radius: 0 0 50% 50%;
  }
.squishmallows .squish-curve .hero-overlay-shape {
    filter: none;
    top: 0;
    border-radius: 50% 50% 0 0;
  }
.squishmallows .squish-curve .hero-overlay-shape--inner {
    top: 1%;
    border-radius: 50% 50% 0 0;
  }
.squishmallows .squish-curve .hero-outer-shape--inner-2 {
    bottom: 2.5%;
  }
@media (min-width: 1024px) {
    .squishmallows .squish-curve .hero-outer-shape {
      height: 115px;
      background-color: transparent;
    }
    .squishmallows .squish-curve .hero-outer-shape--inner {
      filter: none;
      width: 200vw;
    }
    .squishmallows .squish-curve .hero-outer-shape--inner-2 {
      width: 180vw;
        bottom: 3%;
    }
  }
.cylindo-thumbnail-bar-inner {
  position: relative !important;
  z-index: 1 !important;
  order: 2 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1rem !important;
  height: 80px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  white-space: nowrap !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  text-align: left !important;
}
@media (min-width: 1024px) {

  .cylindo-thumbnail-bar-inner {
    order: 1 !important;
    margin-right: 1.5rem !important;
    margin-top: 0px !important;
    height: 100% !important;
    max-height: 496px !important;
    max-width: 7.5rem !important;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
  }
}
.cylindo-thumbnail-item {
  position: relative !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  display: inline-block !important;
  height: 50px !important;
  width: 50px !important;
  cursor: pointer !important;
  overflow: hidden !important;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
@media (min-width: 1024px) {

  .cylindo-thumbnail-item {
    float: right !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 1.5rem !important;
    display: block !important;
    height: 5rem !important;
    width: 5rem !important;
  }

  .cylindo-thumbnail-item:last-child {
    margin-bottom: 0px !important;
  }

  .cylindo-thumbnail-item:hover {
    opacity: 0.4 !important;
  }
}
.cylindo-thumbnail-item.active {
  border-width: 1px !important;
  border-color: transparent !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 232, var(--tw-bg-opacity)) !important;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 100;
}
.modal.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1.0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: auto;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.badge, .badge__filled, .badge__tint, .badge__outline, .badge__jazwares__filled, .badge__jazwares__tint, .badge__jazwares__outline, .badge__squish__filled, .badge__squish__tint, .badge__squish__outline, .badge__vault__filled, .badge__vault__tint, .badge__vault__outline, .badge__success__filled, .badge__success__tint, .badge__success__outline, .badge__neutral__filled, .badge__neutral__tint, .badge__neutral__outline, .badge__neutral-light__filled, .badge__neutral-light__tint, .badge__neutral-light__outline, .badge__danger__filled, .badge__danger__tint, .badge__danger__outline {
  display: inline-block;
  border-radius: 9999px;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 2.5px;
  font-weight: 700;
  text-transform: capitalize;
}
.badge__filled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}
.free-shipping .badge__filled.bg-opacity-20 {
}
.free-shipping .badge__filled.bg-opacity-20 > .bg-primary-50 {
}
.squishmallows .badge__filled {
  border-color: transparent;
}
.squishmallows .badge__filled {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity));
}
.squishmallows .badge__filled {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.vault .badge__filled {
  border-color: transparent;
}
.vault .badge__filled {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.vault .badge__filled {
  --tw-gradient-from: #2d27ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(45, 39, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.vault .badge__filled {
  --tw-gradient-to: #00CFFD var(--tw-gradient-to-position);
}
.vault .badge__filled {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.badge__tint {
  --tw-border-opacity: 1;
  border-color: rgba(172, 198, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(238, 244, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.squishmallows .badge__tint {
  --tw-border-opacity: 1;
  border-color: rgba(221, 192, 226, var(--tw-border-opacity));
}
.squishmallows .badge__tint {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 245, var(--tw-bg-opacity));
}
.squishmallows .badge__tint {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.vault .badge__tint {
  --tw-border-opacity: 1;
  border-color: rgba(172, 198, 255, var(--tw-border-opacity));
}
.vault .badge__tint {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 244, 255, var(--tw-bg-opacity));
}
.vault .badge__tint {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.badge__outline {
  --tw-border-opacity: 1;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.squishmallows .badge__outline {
  --tw-border-opacity: 1;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.squishmallows .badge__outline {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.squishmallows .badge__outline {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.vault .badge__outline {
  --tw-border-opacity: 1;
  border-color: rgba(45, 39, 255, var(--tw-border-opacity));
}
.vault .badge__outline {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.vault .badge__outline {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.badge__jazwares__filled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.free-shipping .badge__jazwares__filled.bg-opacity-20 {
}
.free-shipping .badge__jazwares__filled.bg-opacity-20 > .bg-primary-50 {
}
.badge__jazwares__tint {
  --tw-border-opacity: 1;
  border-color: rgba(172, 198, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(238, 244, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.badge__jazwares__outline {
  --tw-border-opacity: 1;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.badge__squish__filled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.badge__squish__tint {
  --tw-border-opacity: 1;
  border-color: rgba(221, 192, 226, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(244, 234, 245, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.badge__squish__outline {
  --tw-border-opacity: 1;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.badge__vault__filled {
  border-color: transparent;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #2d27ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(45, 39, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #00CFFD var(--tw-gradient-to-position);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.badge__vault__tint {
  --tw-border-opacity: 1;
  border-color: rgba(172, 198, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(238, 244, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.badge__vault__outline {
  --tw-border-opacity: 1;
  border-color: rgba(45, 39, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.badge__success__filled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(16, 124, 16, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.badge__success__tint {
  --tw-border-opacity: 1;
  border-color: rgba(180, 225, 180, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(234, 246, 234, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(16, 124, 16, var(--tw-text-opacity));
}
.badge__success__outline {
  --tw-border-opacity: 1;
  border-color: rgba(16, 124, 16, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(16, 124, 16, var(--tw-text-opacity));
}
.badge__neutral__filled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.badge__neutral__tint {
  --tw-border-opacity: 1;
  border-color: rgba(95, 100, 115, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(95, 100, 115, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.badge__neutral__outline {
  --tw-border-opacity: 1;
  border-color: rgba(26, 32, 46, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(26, 32, 46, var(--tw-text-opacity));
}
.badge__neutral-light__filled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(118, 123, 138, var(--tw-text-opacity));
}
.badge__neutral-light__tint {
  --tw-border-opacity: 1;
  border-color: rgba(238, 240, 245, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(118, 123, 138, var(--tw-text-opacity));
}
.badge__neutral-light__outline {
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 232, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(118, 123, 138, var(--tw-text-opacity));
}
.badge__danger__filled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(220, 54, 46, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.badge__danger__tint {
  --tw-border-opacity: 1;
  border-color: rgba(249, 222, 220, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(252, 238, 238, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(220, 54, 46, var(--tw-text-opacity));
}
.badge__danger__outline {
  --tw-border-opacity: 1;
  border-color: rgba(220, 54, 46, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(220, 54, 46, var(--tw-text-opacity));
}
.jdgm-rev-carousel .jdgm-rev {
  border-radius: 20px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.jdgm-rev__author {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.jdgm-rev__buyer-badge-wrapper {
  position: relative !important;
  top: -0.25rem !important;
  border-radius: 4px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(72, 77, 92, var(--tw-bg-opacity)) !important;
}
.jdgm-rev__buyer-badge {
  background-color: transparent !important;
  padding-top: 0.25rem !important;
}
.jdgm-rev__title {
  font-weight: 600 !important;
}
.jdgm-rev-carousel-prev, .jdgm-rev-carousel-next {
  height: 32px !important;
  width: 32px !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
}
.jdgm-rev-carousel-prev::before, .jdgm-rev-carousel-next::before {
  display: block !important;
  content: '' !important;
}
.jdgm-rev-carousel-prev::before, .jdgm-rev-carousel-next::before {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M6.46967%203.17475C6.17678%203.46764%206.17678%203.94252%206.46967%204.23541L13.1893%2010.9551L6.46967%2017.6747C6.17678%2017.9676%206.17678%2018.4425%206.46967%2018.7354C6.76256%2019.0283%207.23744%2019.0283%207.53033%2018.7354L14.7803%2011.4854C15.0732%2011.1925%2015.0732%2010.7176%2014.7803%2010.4247L7.53033%203.17475C7.23744%202.88185%206.76256%202.88185%206.46967%203.17475Z%22%20fill%3D%22%230D1017%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.jdgm-rev-carousel-prev::before {
  --tw-rotate: 180deg !important;
  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)) !important;
}
.jdgm-rev__read-full {
  text-decoration-line: none !important;
}
.jdgm-btn.jdgm-btn--dark {
  border-style: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(110, 55, 120, var(--tw-text-opacity)) !important;
}
.jdgm-widget .jdgm-row-stars {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 252, var(--tw-border-opacity)) !important;
}
.jdgm-histogram {
  --tw-border-opacity: 1 !important;
  border-color: rgba(249, 250, 252, var(--tw-border-opacity)) !important;
}
.jdgm-histogram__bar {
  border-radius: 0px !important;
}
.jdgm-histogram__bar-content {
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(248, 53, 104, var(--tw-bg-opacity)) !important;
}
.announcement-banner p {
  margin-left: auto;
  margin-right: auto;
  font-family: inter-variable, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-size: 15px;
}
@media (min-width: 1024px) {

  .announcement-banner p {
    font-size: 14px;
  }
}
.announcement-banner h5 {
  display: block !important;
  font-family: inter-variable, sans-serif !important;
  font-size: 15px !important;
  line-height: 17px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.announcement-banner h5 {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .announcement-banner h5 {
    display: inline-block !important;
    font-size: 14px !important;
  }
}
.announcement-banner h5 + p {
  display: block !important;
  font-family: inter-variable, sans-serif !important;
  font-size: 11px !important;
  line-height: 17px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.announcement-banner h5 + p {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .announcement-banner h5 + p {
    margin-left: 0.25rem !important;
    display: inline-block !important;
    font-size: 12px !important;
  }
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.block {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
    .announcement-banner--item[data-snap-slide="0"] p {
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
        /*animation: slide 5s linear infinite;*/
  }
}
@keyframes slide {
    0% {
        transform: translateX(0%);
    }
    20% {
        transform: translateX(0%);
    }
    80% {
        transform: translateX(calc(-100% + 100vw));
    }
    100% {
        transform: translateX(calc(-100% + 100vw));
    }
}
.jazw-logo-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {

  .jazw-logo-image {
    max-width: 165px;
  }
}
.jazw-logo-image img {
  width: 130px;
  min-width: 130px;
}
@media (min-width: 1024px) {

  .jazw-logo-image img {
    width: 165px;
    min-width: 165px;
  }
}
.squish-logo-image {
  margin-left: auto;
  margin-right: auto;
  max-width: 102px;
}
@media (min-width: 1024px) {

  .squish-logo-image {
    top: 34px;
    max-width: 200px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.squish-logo-image img {
  width: 102px;
  min-width: 102px;
}
@media (min-width: 1024px) {

  .squish-logo-image img {
    width: 200px;
    min-width: 200px;
  }
}
.cart-count {
  position: absolute;
  top: -7px;
  left: 18.5px;
  height: 15px;
  width: 18px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.free-shipping .cart-count.bg-opacity-20 {
}
.free-shipping .cart-count.bg-opacity-20 > .bg-primary-50 {
}
@media (min-width: 1024px) {

  .cart-count {
    left: 18.5px;
    height: 13px;
    width: 16px;
  }
}
.vault .cart-count {
        /*background: linear-gradient(90deg, #2D27FF 0%, #0F99FE 100%);*/
    }
.vault .cart-count {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 207, 253, var(--tw-bg-opacity));
}
.vault .cart-count {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.icon-cart-container .has-items path {
  fill: #1D52E1;
}
.squishmallows .icon-cart-container .has-items path {
  fill: #6E3778;
}
.vault .icon-cart-container .has-items path {
  fill: #00CFFD;
}
.wishlist-count {
  position: absolute;
  top: 1px;
  left: 16px;
  display: flex;
  height: 21px;
  width: 22px;
  justify-content: center;
  font-size: 11px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
    background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20width%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%231d52e1%22%3E%3Cpath%20d%3D%22m25.4572%202.05723c-1.312-1.309349-3.0893-2.0455425-4.9429-2.04741672-1.8536-.00187421-3.6324.73072372-4.9471%202.03741672l-1.81%201.685-1.81-1.685c-1.3136-1.311989-3.09465-2.04840072-4.95126-2.0472286-1.85661.00117211-3.63671.7398326-4.94871%202.0534786-1.311989%201.31365-2.04840069%203.09469-2.0472286%204.9513s.7398316%203.63672%202.0534786%204.94872l11.17002%2011.3325c.0698.0707.1529.1268.2445.1651s.1899.058.2892.058.1977-.0197.2893-.058.1747-.0944.2445-.1651l11.1662-11.3275c.6503-.6501%201.1661-1.4218%201.5181-2.27128.3519-.84944.5331-1.7599.5331-2.67936s-.1812-1.82992-.5331-2.67936c-.352-.84944-.8678-1.62122-1.5181-2.27127zm-1.065%208.84377-10.635%2010.79-10.63872-10.7938c-1.02544-1.0326-1.59983-2.42955-1.59735-3.88483.00248-1.45529.58163-2.85027%201.61059-3.8794s2.42385-1.6085%203.87914-1.61122c1.45529-.00271%202.85233.57145%203.88514%201.59673.0061.00649.0128.01235.02.0175l2.33%202.17c.1388.12934.3215.20126.5112.20126.1898%200%20.3725-.07192.5113-.20126l2.33-2.17125c.0072-.00515.0139-.01101.02-.0175.5103-.51339%201.117-.92098%201.7852-1.1994.6683-.27841%201.3849-.42218%202.1088-.42305s1.4408.14118%202.1097.41799%201.2766.68294%201.7882%201.19511c.5115.51216.917%201.12028%201.1931%201.78948.276.6692.4173%201.38631.4156%202.11021s-.1463%201.44035-.4255%202.10825c-.2791.66791-.6874%201.27418-1.2014%201.78388z%22%2F%3E%3Cpath%20d%3D%22m24.3922%2010.901-10.635%2010.79-10.63872-10.7938c-1.02544-1.0326-1.59983-2.42955-1.59735-3.88483.00248-1.45529.58163-2.85027%201.61059-3.8794s2.42385-1.6085%203.87914-1.61122c1.45529-.00271%202.85233.57145%203.88514%201.59673.0061.00649.0128.01235.02.0175l2.33%202.17c.1388.12934.3215.20126.5112.20126.1898%200%20.3725-.07192.5113-.20126l2.33-2.17125c.0072-.00515.0139-.01101.02-.0175.5103-.51339%201.117-.92098%201.7852-1.1994.6683-.27841%201.3849-.42218%202.1088-.42305s1.4408.14118%202.1097.41799%201.2766.68294%201.7882%201.19511c.5115.51216.917%201.12028%201.1931%201.78948.276.6692.4173%201.38631.4156%202.11021s-.1463%201.44035-.4255%202.10825c-.2791.66791-.6874%201.27418-1.2014%201.78388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.squishmallows .wishlist-count {
        background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20width%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%236E3778%22%3E%3Cpath%20d%3D%22m25.4572%202.05723c-1.312-1.309349-3.0893-2.0455425-4.9429-2.04741672-1.8536-.00187421-3.6324.73072372-4.9471%202.03741672l-1.81%201.685-1.81-1.685c-1.3136-1.311989-3.09465-2.04840072-4.95126-2.0472286-1.85661.00117211-3.63671.7398326-4.94871%202.0534786-1.311989%201.31365-2.04840069%203.09469-2.0472286%204.9513s.7398316%203.63672%202.0534786%204.94872l11.17002%2011.3325c.0698.0707.1529.1268.2445.1651s.1899.058.2892.058.1977-.0197.2893-.058.1747-.0944.2445-.1651l11.1662-11.3275c.6503-.6501%201.1661-1.4218%201.5181-2.27128.3519-.84944.5331-1.7599.5331-2.67936s-.1812-1.82992-.5331-2.67936c-.352-.84944-.8678-1.62122-1.5181-2.27127zm-1.065%208.84377-10.635%2010.79-10.63872-10.7938c-1.02544-1.0326-1.59983-2.42955-1.59735-3.88483.00248-1.45529.58163-2.85027%201.61059-3.8794s2.42385-1.6085%203.87914-1.61122c1.45529-.00271%202.85233.57145%203.88514%201.59673.0061.00649.0128.01235.02.0175l2.33%202.17c.1388.12934.3215.20126.5112.20126.1898%200%20.3725-.07192.5113-.20126l2.33-2.17125c.0072-.00515.0139-.01101.02-.0175.5103-.51339%201.117-.92098%201.7852-1.1994.6683-.27841%201.3849-.42218%202.1088-.42305s1.4408.14118%202.1097.41799%201.2766.68294%201.7882%201.19511c.5115.51216.917%201.12028%201.1931%201.78948.276.6692.4173%201.38631.4156%202.11021s-.1463%201.44035-.4255%202.10825c-.2791.66791-.6874%201.27418-1.2014%201.78388z%22%2F%3E%3Cpath%20d%3D%22m24.3922%2010.901-10.635%2010.79-10.63872-10.7938c-1.02544-1.0326-1.59983-2.42955-1.59735-3.88483.00248-1.45529.58163-2.85027%201.61059-3.8794s2.42385-1.6085%203.87914-1.61122c1.45529-.00271%202.85233.57145%203.88514%201.59673.0061.00649.0128.01235.02.0175l2.33%202.17c.1388.12934.3215.20126.5112.20126.1898%200%20.3725-.07192.5113-.20126l2.33-2.17125c.0072-.00515.0139-.01101.02-.0175.5103-.51339%201.117-.92098%201.7852-1.1994.6683-.27841%201.3849-.42218%202.1088-.42305s1.4408.14118%202.1097.41799%201.2766.68294%201.7882%201.19511c.5115.51216.917%201.12028%201.1931%201.78948.276.6692.4173%201.38631.4156%202.11021s-.1463%201.44035-.4255%202.10825c-.2791.66791-.6874%201.27418-1.2014%201.78388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }
.vault .wishlist-count {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault .wishlist-count {
        background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20width%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%2300CFFD%22%3E%3Cpath%20d%3D%22m25.4572%202.05723c-1.312-1.309349-3.0893-2.0455425-4.9429-2.04741672-1.8536-.00187421-3.6324.73072372-4.9471%202.03741672l-1.81%201.685-1.81-1.685c-1.3136-1.311989-3.09465-2.04840072-4.95126-2.0472286-1.85661.00117211-3.63671.7398326-4.94871%202.0534786-1.311989%201.31365-2.04840069%203.09469-2.0472286%204.9513s.7398316%203.63672%202.0534786%204.94872l11.17002%2011.3325c.0698.0707.1529.1268.2445.1651s.1899.058.2892.058.1977-.0197.2893-.058.1747-.0944.2445-.1651l11.1662-11.3275c.6503-.6501%201.1661-1.4218%201.5181-2.27128.3519-.84944.5331-1.7599.5331-2.67936s-.1812-1.82992-.5331-2.67936c-.352-.84944-.8678-1.62122-1.5181-2.27127zm-1.065%208.84377-10.635%2010.79-10.63872-10.7938c-1.02544-1.0326-1.59983-2.42955-1.59735-3.88483.00248-1.45529.58163-2.85027%201.61059-3.8794s2.42385-1.6085%203.87914-1.61122c1.45529-.00271%202.85233.57145%203.88514%201.59673.0061.00649.0128.01235.02.0175l2.33%202.17c.1388.12934.3215.20126.5112.20126.1898%200%20.3725-.07192.5113-.20126l2.33-2.17125c.0072-.00515.0139-.01101.02-.0175.5103-.51339%201.117-.92098%201.7852-1.1994.6683-.27841%201.3849-.42218%202.1088-.42305s1.4408.14118%202.1097.41799%201.2766.68294%201.7882%201.19511c.5115.51216.917%201.12028%201.1931%201.78948.276.6692.4173%201.38631.4156%202.11021s-.1463%201.44035-.4255%202.10825c-.2791.66791-.6874%201.27418-1.2014%201.78388z%22%2F%3E%3Cpath%20d%3D%22m24.3922%2010.901-10.635%2010.79-10.63872-10.7938c-1.02544-1.0326-1.59983-2.42955-1.59735-3.88483.00248-1.45529.58163-2.85027%201.61059-3.8794s2.42385-1.6085%203.87914-1.61122c1.45529-.00271%202.85233.57145%203.88514%201.59673.0061.00649.0128.01235.02.0175l2.33%202.17c.1388.12934.3215.20126.5112.20126.1898%200%20.3725-.07192.5113-.20126l2.33-2.17125c.0072-.00515.0139-.01101.02-.0175.5103-.51339%201.117-.92098%201.7852-1.1994.6683-.27841%201.3849-.42218%202.1088-.42305s1.4408.14118%202.1097.41799%201.2766.68294%201.7882%201.19511c.5115.51216.917%201.12028%201.1931%201.78948.276.6692.4173%201.38631.4156%202.11021s-.1463%201.44035-.4255%202.10825c-.2791.66791-.6874%201.27418-1.2014%201.78388z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    }
@media (min-width: 1024px) {

  header a:hover svg path, header button:hover svg path, .button-search:hover svg path {
    fill: #1D52E1;
  }

  .squishmallows header a:hover svg path {
    fill: #1A1A1A;
  }

  .squishmallows .button-search:hover svg path {
    fill: #1A1A1A;
  }

  .button-search:hover svg circle, .button-search:hover svg.icon-close path {
    stroke: #1D52E1;
  }
}
.mobile-menu .icon-wishlist {
  height: 1.25rem;
}
.mobile-menu .icon-wishlist {
  width: auto;
}
@media (min-width: 1024px) {

  .vault .icon-wishlist path {
    fill: #E3E6EF;
  }
}
.icon-flourish {
  position: relative;
}
.icon-flourish svg path {
  fill: #5F6473;
}
.vault .icon-flourish svg path {
  fill: #E3E6EF;
}
.icon-flourish:hover::after {
        content: '';
        background-size: contain;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml, %3Csvg width=%2726%27 height=%2744%27 viewBox=%270 0 26 44%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.2174 7.50037C12.808 5.7276 12.4529 3.95242 12.1183 2.16463%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M17.2307 8.01261C17.4642 5.96443 18.0373 3.98822 18.4729 1.98095%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M20.7575 9.81386C21.7445 8.39545 22.9132 7.04448 24.3176 6.03536%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.2103 36.9268C12.6198 38.6995 12.9749 40.4747 13.3094 42.2625%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M8.19708 36.4145C7.9635 38.4627 7.3904 40.4389 6.95485 42.4462%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M4.67024 34.6133C3.68324 36.0317 2.51453 37.3826 1.11013 38.3918%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
    }
.icon-flourish:hover::after {
  top: -13px;
}
.icon-flourish:hover::after {
  left: 14px;
}
.icon-flourish:hover::after {
  display: none;
}
.icon-flourish:hover::after {
  height: 48px;
}
.icon-flourish:hover::after {
  width: 27px;
}
 {
  display: none;
}
:hover::after {
    display: none;
  }
:hover::after {
    display: none;
  }
@media (min-width: 1024px) {

  .icon-flourish:hover::after {
    position: absolute;
  }
}
@media (min-width: 1024px) {

  .icon-flourish:hover::after {
    display: block;
  }
}
.squishmallows .icon-flourish:hover::after{
            background-image: url("data:image/svg+xml,%0A%3Csvg width=%2744px%27 height=%2737px%27 viewBox=%270 0 44 37%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cg id=%27Page-1%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27Group%27 transform=%27translate%280.000000, 0.922915%29%27 fill=%27%236E3778%27 fill-rule=%27nonzero%27%3E%3Cpath d=%27M36.1557059,3.39180471 L35.9117647,4.52941176 L35.6678235,3.39180471 C35.5732235,2.94811647 35.2262706,2.60326 34.7847176,2.50863412 L33.6470588,2.26470588 L34.7847176,2.02077765 C35.2283412,1.92615176 35.5732235,1.57919882 35.6678235,1.13760965 L35.9117647,0 L36.1557059,1.13760965 C36.2503059,1.58129529 36.5972588,1.92615176 37.0388118,2.02077765 L38.1764706,2.26470588 L37.0388118,2.50863412 C36.5951882,2.60326 36.2503059,2.95021294 36.1557059,3.39180471 Z%27 id=%27Path%27%3E%3C/path%3E%3Cpath d=%27M7.68510471,25.3917529 L7.44117647,26.5294118 L7.19724824,25.3917529 C7.10262235,24.9481294 6.75566941,24.6032471 6.31407765,24.5086471 L5.17647059,24.2647059 L6.31407765,24.0207647 C6.75776588,23.9261647 7.10262235,23.5792118 7.19724824,23.1376588 L7.44117647,22 L7.68510471,23.1376588 C7.77973059,23.5812824 8.12668353,23.9261647 8.56827529,24.0207647 L9.70588235,24.2647059 L8.56827529,24.5086471 C8.12458706,24.6032471 7.77973059,24.9502 7.68510471,25.3917529 Z%27 id=%27Path%27%3E%3C/path%3E%3Cpath d=%27M34.2841529,9.53736235 L33.9705882,11 L33.6570235,9.53736235 C33.5352471,8.96690235 33.0891647,8.52351176 32.5214353,8.40185176 L31.0588235,8.08823529 L32.5214353,7.77461882 C33.0918824,7.65295882 33.5352471,7.20686353 33.6570235,6.63910824 L33.9705882,5.17647059 L34.2841529,6.63910824 C34.4059294,7.20956824 34.8520118,7.65295882 35.4197412,7.77461882 L36.8823529,8.08823529 L35.4197412,8.40185176 C34.8492941,8.52351176 34.4059294,8.96960706 34.2841529,9.53736235 Z%27 id=%27Path%27%3E%3C/path%3E%3Cpath d=%27M9.69596941,34.1256235 L9.38235294,35.5882353 L9.06873647,34.1256235 C8.94707647,33.5551765 8.50098118,33.1118118 7.93322588,32.9900353 L6.47058824,32.6764706 L7.93322588,32.3629059 C8.50368588,32.2411294 8.94707647,31.7950471 9.06873647,31.2273176 L9.38235294,29.7647059 L9.69596941,31.2273176 C9.81762941,31.7977647 10.2637247,32.2411294 10.83148,32.3629059 L12.2941176,32.6764706 L10.83148,32.9900353 C10.26102,33.1118118 9.81762941,33.5578941 9.69596941,34.1256235 Z%27 id=%27Path%27%3E%3C/path%3E%3Cpath d=%27M40.5356471,8.40317176 L40.1176471,10.3529412 L39.6996471,8.40317176 C39.5364588,7.64445647 38.9437529,7.05180235 38.1850118,6.88860118 L36.2352941,6.47058824 L38.1850118,6.05257529 C38.9437529,5.88938706 39.5364588,5.29672 39.6996471,4.53800471 L40.1176471,2.58823529 L40.5356471,4.53800471 C40.6988353,5.29672 41.2915412,5.88938706 42.0502824,6.05257529 L44,6.47058824 L42.0502824,6.88860118 C41.2915412,7.05180235 40.6988353,7.64445647 40.5356471,8.40317176 Z%27 id=%27Path%27%3E%3C/path%3E%3Cpath d=%27M4.30036588,31.6973412 L3.88235294,33.6470588 L3.46434,31.6973412 C3.30115176,30.9386 2.70848471,30.3458941 1.94976941,30.1827059 L0,29.7647059 L1.94976941,29.3467059 C2.70848471,29.1835176 3.30115176,28.5908118 3.46434,27.8320706 L3.88235294,25.8823529 L4.30036588,27.8320706 C4.46355412,28.5908118 5.05622118,29.1835176 5.81493647,29.3467059 L7.76470588,29.7647059 L5.81493647,30.1827059 C5.05622118,30.3458941 4.46355412,30.9386 4.30036588,31.6973412 Z%27 id=%27Path%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
.squishmallows .icon-flourish:hover::after {
  top: -19px;
}
.squishmallows .icon-flourish:hover::after {
  left: 6px;
}
.squishmallows .icon-flourish:hover::after {
  width: 42px;
}
.vault .icon-flourish:hover::after{
            background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2237%22%20viewBox%3D%220%200%2029%2037%22%20width%3D%2229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%2300cffd%22%20stroke-dasharray%3D%222%202%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22m19.8211%205.42734%201.3165-2.24851%22%2F%3E%3Cpath%20d%3D%22m22.8555%206.41927%203.4523-5.27473%22%2F%3E%3Cpath%20d%3D%22m24.9144%209.40955%203.3837-4.32393%22%2F%3E%3Cpath%20d%3D%22m9.17885%2031.6841-1.31648%202.2485%22%2F%3E%3Cpath%20d%3D%22m6.14454%2030.6922-3.45236%205.2747%22%2F%3E%3Cpath%20d%3D%22m4.08562%2027.7019-3.383716%204.3239%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        }
.vault .icon-flourish:hover::after {
  top: -15px;
}
.vault .icon-flourish:hover::after {
  left: 11px;
}
.vault .icon-flourish:hover::after {
  width: 32px;
}
.icon-flourish.icon-wishlist-container:hover::after {
  top: -14px;
}
.squishmallows .icon-flourish.icon-wishlist-container:hover::after {
  top: -20px;
}
.squishmallows .icon-flourish.icon-wishlist-container:hover::after {
  left: 8px;
}
.vault .icon-flourish.icon-wishlist-container:hover::after {
  top: -17px;
}
.vault .icon-flourish.icon-wishlist-container:hover::after {
  left: 13px;
}
.vault .icon-flourish:hover svg path {
  fill: #00CFFD !important;
}
.icon-flourish-half {
  position: relative;
}
.icon-flourish-half:hover::after {
        content: '';
        background-size: contain;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml, %3Csvg width=%2726%27 height=%2744%27 viewBox=%270 0 26 44%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M13.2174 7.50037C12.808 5.7276 12.4529 3.95242 12.1183 2.16463%27 stroke=%27transparent%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M17.2307 8.01261C17.4642 5.96443 18.0373 3.98822 18.4729 1.98095%27 stroke=%27transparent%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M20.7575 9.81386C21.7445 8.39545 22.9132 7.04448 24.3176 6.03536%27 stroke=%27transparent%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M12.2103 36.9268C12.6198 38.6995 12.9749 40.4747 13.3094 42.2625%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M8.19708 36.4145C7.9635 38.4627 7.3904 40.4389 6.95485 42.4462%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M4.67024 34.6133C3.68324 36.0317 2.51453 37.3826 1.11013 38.3918%27 stroke=%27%231D52E1%27 stroke-width=%272%27 stroke-miterlimit=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E")
    }
.icon-flourish-half:hover::after {
  top: -13px;
}
.icon-flourish-half:hover::after {
  left: 11px;
}
.icon-flourish-half:hover::after {
  height: 48px;
}
.icon-flourish-half:hover::after {
  width: 27px;
}
@media (min-width: 1024px) {

  .icon-flourish-half:hover::after {
    position: absolute;
  }
}
@media (min-width: 1024px) {

  .icon-flourish-half:hover::after {
    display: block;
  }
}
.squishmallows .icon-flourish-half:hover::after{
            background-image: url("data:image/svg+xml,%0A%3Csvg width=%2744px%27 height=%2737px%27 viewBox=%270 0 44 37%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cg id=%27Page-1%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27Group%27 transform=%27translate%280.000000, 0.922915%29%27 fill=%27%236E3778%27 fill-rule=%27nonzero%27%3E%3Cpath d=%27M7.68510471,25.3917529 L7.44117647,26.5294118 L7.19724824,25.3917529 C7.10262235,24.9481294 6.75566941,24.6032471 6.31407765,24.5086471 L5.17647059,24.2647059 L6.31407765,24.0207647 C6.75776588,23.9261647 7.10262235,23.5792118 7.19724824,23.1376588 L7.44117647,22 L7.68510471,23.1376588 C7.77973059,23.5812824 8.12668353,23.9261647 8.56827529,24.0207647 L9.70588235,24.2647059 L8.56827529,24.5086471 C8.12458706,24.6032471 7.77973059,24.9502 7.68510471,25.3917529 Z%27 id=%27Path%27%3E%3C/path%3E%3Cpath d=%27M9.69596941,34.1256235 L9.38235294,35.5882353 L9.06873647,34.1256235 C8.94707647,33.5551765 8.50098118,33.1118118 7.93322588,32.9900353 L6.47058824,32.6764706 L7.93322588,32.3629059 C8.50368588,32.2411294 8.94707647,31.7950471 9.06873647,31.2273176 L9.38235294,29.7647059 L9.69596941,31.2273176 C9.81762941,31.7977647 10.2637247,32.2411294 10.83148,32.3629059 L12.2941176,32.6764706 L10.83148,32.9900353 C10.26102,33.1118118 9.81762941,33.5578941 9.69596941,34.1256235 Z%27 id=%27Path%27%3E%3C/path%3E%3Cpath d=%27M4.30036588,31.6973412 L3.88235294,33.6470588 L3.46434,31.6973412 C3.30115176,30.9386 2.70848471,30.3458941 1.94976941,30.1827059 L0,29.7647059 L1.94976941,29.3467059 C2.70848471,29.1835176 3.30115176,28.5908118 3.46434,27.8320706 L3.88235294,25.8823529 L4.30036588,27.8320706 C4.46355412,28.5908118 5.05622118,29.1835176 5.81493647,29.3467059 L7.76470588,29.7647059 L5.81493647,30.1827059 C5.05622118,30.3458941 4.46355412,30.9386 4.30036588,31.6973412 Z%27 id=%27Path%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
.squishmallows .icon-flourish-half:hover::after {
  top: -11px;
}
.squishmallows .icon-flourish-half:hover::after {
  left: 6px;
}
.squishmallows .icon-flourish-half:hover::after {
  height: 40px;
}
.squishmallows .icon-flourish-half:hover::after {
  width: 100%;
}
.vault .icon-flourish-half:hover::after{
            background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2237%22%20viewBox%3D%220%200%2029%2037%22%20width%3D%2229%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20stroke%3D%22%2300cffd%22%20stroke-dasharray%3D%222%202%22%20stroke-linecap%3D%22round%22%3E%3Cpath%20d%3D%22m9.17885%2031.6841-1.31648%202.2485%22%2F%3E%3Cpath%20d%3D%22m6.14454%2030.6922-3.45236%205.2747%22%2F%3E%3Cpath%20d%3D%22m4.08562%2027.7019-3.383716%204.3239%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        }
.vault .icon-flourish-half:hover::after {
  top: -8px;
}
.vault .icon-flourish-half:hover::after {
  left: 10px;
}
.vault .icon-flourish-half:hover::after {
  height: 40px;
}
.vault .icon-flourish-half:hover::after {
  width: 100%;
}
@media (min-width: 1024px) {

  .icon-account:hover .flourish {
    display: block;
  }
}
.icon-account path {
  fill: #1A1A1A;
}
.vault .icon-account path {
  fill: #FFFFFF;
}
.mobile-menu .icon-account path {
  fill: #1A1A1A;
}
.icon-account.logged-in path {
  fill: #1D52E1;
}
.squishmallows .icon-account.logged-in path {
  fill: #6E3778;
}
.vault .icon-account.logged-in path {
  fill: #00CFFD;
}
.theme-1 .header-announcement, .theme-1 .header-corporate {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.free-shipping .theme-1 .header-announcement.bg-opacity-20, .free-shipping 
.theme-1 .header-corporate.bg-opacity-20 {
}
.free-shipping .theme-1 .header-announcement.bg-opacity-20 > .bg-primary-50, .free-shipping 
.theme-1 .header-corporate.bg-opacity-20 > .bg-primary-50 {
}
.theme-1 .header-announcement a:hover, .theme-1 .header-corporate a:hover {
  text-decoration-line: none;
}
.theme-1 .header-container {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
}
.free-shipping .theme-1 .header-container.bg-opacity-20 {
}
.free-shipping .theme-1 .header-container.bg-opacity-20 > .bg-primary-50 {
}
.theme-2 .header-announcement, .theme-2 .header-corporate {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 200, 232, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.theme-2 .header-announcement a:hover, .theme-2 .header-corporate a:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.theme-2 .header-container {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 200, 232, var(--tw-bg-opacity));
}
.squishmallows .theme-1 .header-announcement, .squishmallows .theme-1 .header-corporate {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 169, 169, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.squishmallows .theme-1 .header-announcement a:hover, .squishmallows .theme-1 .header-corporate a:hover {
  --tw-text-opacity: 1;
  color: rgba(118, 123, 138, var(--tw-text-opacity));
}
.squishmallows .theme-1 .header-container {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 169, 169, var(--tw-bg-opacity));
}
.squishmallows .theme-2 .header-announcement, .squishmallows .theme-2 .header-corporate {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.squishmallows .theme-2 .header-announcement a:hover, .squishmallows .theme-2 .header-corporate a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.squishmallows .theme-2 .header-announcement a:hover, .squishmallows .theme-2 .header-corporate a:hover {
  text-decoration-line: none;
}
.squishmallows .theme-2 .header-container {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity));
}
.squishmallows header .logo-image {
  position: relative;
  top: -10px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 156px;
}
@media (min-width: 1024px) {

  .squishmallows header .logo-image {
    top: 5px;
    left: -33.333333%;
    max-width: 210px;
  }
}
.squishmallows header .logo-image img {
  margin-left: auto;
  margin-right: auto;
  width: 156px;
  min-width: 156px;
}
@media (min-width: 1024px) {

  .squishmallows header .logo-image img {
    width: 210px;
    min-width: 210px;
  }
}
/*.squishmallows header .logo-image::after {*/
/*    @apply absolute block w-full h-1/2 top-[50%] md:top-[44%] left-0 -z-10 filter drop-shadow-logo-squish;*/
/*    content: '';*/
/*    background-size: cover;*/
/*    background-position-y: bottom;*/
/*    background-repeat: no-repeat;*/
/*    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='182px' height='95px' viewBox='0 0 182 95' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPath%3C/title%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Squishmallow-Logo-+-BG-(Mobile)' transform='translate(-0.001957, -0.000246)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M181.569957,47.1156457 C181.340957,34.9464457 152.825957,32.7652457 140.228957,44.0159457 C133.242957,50.2153457 127.287957,36.5537457 114.805957,31.1579457 C110.110957,25.3029457 104.384957,21.1700457 96.2541568,19.2183457 C95.3380568,18.0703457 92.3606568,13.9374457 91.9025568,12.9041457 C91.4444568,12.1005457 86.1766568,5.67156569 80.7943568,3.60509569 C63.8457568,-2.59430431 44.7213568,-0.872244308 29.8340568,9.34527569 C21.7033568,14.8558457 15.8629568,22.3180457 19.9856568,31.2727457 C20.2146568,31.8467457 20.2146568,32.5356457 19.8710568,33.1096457 C18.0388568,35.8649457 16.0920568,38.5053457 13.6871568,40.8014457 C11.2822568,43.0975457 8.99193679,45.6232457 7.04514679,46.8860457 C-5.20822321,57.7924457 -0.283970213,76.7350457 12.6564568,85.9192457 C24.1082568,93.9555457 42.8890568,93.7259457 48.6149568,80.9827457 C49.3487675,79.3480287 54.2038522,72.767043 58.2623673,68.4485668 L83.2398847,68.5002457 C83.9245431,68.7620493 84.2426198,68.9857378 84.6879568,69.3875457 C92.8186568,76.8498457 109.881957,95.4479457 135.991957,94.9887457 C153.168957,94.6443457 162.902957,87.4117457 166.452957,85.5748457 C177.103957,80.1791457 184.775957,68.2395457 179.965957,56.8739457 C182.141957,54.6927457 181.798957,50.7893457 181.569957,47.1156457 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
/*}*/
@media (min-width: 1024px) {

  .squishmallows header a:not(.menu-link--desktop):hover svg path, .squishmallows .button-search:hover svg path, .squishmallows button:not(.filter-button):not(.squad-button):not(.collector-card):hover path {
    fill: #6E3778;
  }

  .squishmallows .button-search:hover .icon-close path {
    stroke: #6E3778;
  }
}
.squishmallows .cart-count {
  top: -11px;
  left: 19px;
  height: auto;
  width: 17px;
  border-radius: 0px;
  background-color: transparent;
  padding-top: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .squishmallows .cart-count {
    top: -11px;
    left: 18.5px;
    height: 18px;
    width: 16px;
  }
}
.squishmallows .cart-count {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%0A%3Csvg width=%2725px%27 height=%2722px%27 viewBox=%270 0 25 22%27 version=%271.1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27%3E%3Cg id=%27Page-1%27 stroke=%27none%27 stroke-width=%271%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg id=%27Group%27 transform=%27translate%280.000000, 0.307021%29%27 fill=%27%236E3778%27 fill-rule=%27nonzero%27%3E%3Cpath d=%27M4.20671867,0.160647693 C3.72422759,0.0755153962 3.32015104,0.137599079 3.03799389,0.339721395 C2.97970825,0.382954441 1.60887173,1.43523283 1.20863143,5.9251386 C0.959851507,8.71700164 1.33974546,10.2153701 1.70917827,10.9854253 C0.734685573,13.3517311 0.171471745,16.079314 0.0381404424,19.0923304 C-0.0126639041,20.2298333 -0.0128651931,20.3532514 0.0384469306,21.3043049 L24.9774609,21.3043049 C25.0290321,20.282286 24.9855419,20.1457915 24.9132542,18.9133742 C24.736355,15.8850775 24.1405691,13.1595369 23.1408829,10.810539 C23.491302,10.0363699 23.8426027,8.536826 23.5609451,5.76713412 C23.0994497,1.27707408 21.7121722,0.247545748 21.6532547,0.205962684 C21.3686586,0.00806714227 20.9657869,-0.0485599941 20.4862196,0.0418880936 C19.1001175,0.302638681 17.4729093,1.64107796 16.1285342,3.62587517 C14.9415171,3.21376175 13.7033844,3.01264912 12.4470769,3.02778252 L12.3622711,3.02838492 C11.0813093,3.03167606 9.82388517,3.25704622 8.62202852,3.70026392 C7.25025167,1.7262658 5.60151886,0.404543783 4.20671867,0.160647693 Z%27 id=%27Path%27%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* Vault */
.vault .theme-1 .header-announcement, .vault .theme-1 .header-corporate {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 207, 253, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault .theme-1 .header-announcement a:hover, .vault .theme-1 .header-corporate a:hover {
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
.vault .theme-1 .header-container {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 207, 253, var(--tw-bg-opacity));
}
.vault .theme-2 .header-announcement, .vault .theme-2 .header-corporate {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 39, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.vault .theme-2 .header-announcement a, .vault .theme-2 .header-corporate a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.vault .theme-2 .header-announcement a:hover, .vault .theme-2 .header-corporate a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 207, 253, var(--tw-text-opacity));
}
.vault .theme-2 .header-container {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 39, 255, var(--tw-bg-opacity));
}
.vault .theme-3 .header-announcement {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.vault .theme-3 .header-announcement a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 207, 253, var(--tw-text-opacity));
}
.vault .theme-3 .header-corporate {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault .theme-3 .header-corporate a:hover {
  text-decoration-line: none;
}
.vault .theme-3 .header-container {
    background-image: linear-gradient(to left, #00CFFD 0%, #2D27FF 100%);
}
.vault header .logo-image img {
  height: 2rem;
}
@media (min-width: 1024px) {

  .vault header .logo-image img {
    height: 42px;
  }
}
.boost-pfs-search-suggestion {
  width: 316px !important;
  min-width: 316px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  border-width: 1px !important;
  border-top-width: 0px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  --tw-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(8, 55, 180, 0.1) !important;
  --tw-shadow-colored: 0 -6px 0 var(--tw-shadow-color), 0 1px 6px var(--tw-shadow-color) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
@media (min-width: 1024px) {

  .boost-pfs-search-suggestion {
    margin-right: -4px !important;
    margin-top: 15px !important;
  }
}
.boost-pfs-search-suggestion-popover {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-search-suggestion-popover {
    display: none !important;
  }
.boost-pfs-search-suggestion-popover {
    display: none !important;
  }
.boost-pfs-search-suggestion-item:hover, .boost-pfs-search-suggestion-item.selected, .boost-pfs-search-suggestion-header-view-all>a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
}
.boost-pfs-search-suggestion-header {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.boost-pfs-search-suggestion-product-price {
  font-weight: 500 !important;
}
.boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-sale-price {
  color: var(--error) !important;
}
.boost-pfs-search-suggestion-header-view-all>a {
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03125rem !important;
}
.boost-pfs-search-suggestion-scroll-groups-element-wrapper {
    height: calc(100% - 53px) !important;
}
.boost-pfs-search-suggestion-scroll-groups-element-wrapper {
  margin-right: 0.5rem;
}
.boost-pfs-search-suggestion-group ul {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.boost-pfs-search-suggestion-group:before {
  margin-left: 1rem !important;
  margin-right: 0.75rem !important;
}
.icon-search path {
  fill: #5F6473;
}
.vault .icon-search path {
  fill: #9AA0A6;
}
.search-open .icon-search {
  display: none;
}
 {
  display: none;
}
.search-open .icon-search {
    display: none;
  }
.search-open .icon-search {
    display: none;
  }
.search-open .icon-close {
  display: inline-block;
}
/*  mobile PFS styles */
@media screen and (max-width: 1025px) {

    /* top panel - search box */
    .boost-pfs-search-suggestion-mobile-top-panel, body.boost-pfs-search-suggestion-mobile-open .boost-pfs-search-suggestion-mobile-top-panel {
    pointer-events: none !important;
    right: 0px !important;
    left: 0px !important;
    margin: 0px !important;
    height: 92px !important;
    width: auto !important;
    opacity: 0 !important;
  }

    .boost-pfs-search-suggestion-mobile-top-panel form, body.boost-pfs-search-suggestion-mobile-open .boost-pfs-search-suggestion-mobile-top-panel form {
    height: 92px !important;
    padding: 1.5rem !important;
  }

    .boost-pfs-search-suggestion-mobile-overlay {
    display: none !important;
  }
 {
  display: none !important;
}

  .boost-pfs-search-suggestion-mobile-overlay {
    display: none !important;
  }

  .boost-pfs-search-suggestion-mobile-overlay {
    display: none !important;
  }

    .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
    margin: 0px !important;
    border-style: none !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.625rem !important;
    padding-left: 1.25rem !important;
    padding-right: 3.5rem !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    --tw-text-opacity: 1 !important;
    color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
        width: calc(100% - 24px) !important;
  }

    .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile::-moz-placeholder {
    --tw-text-opacity: 1 !important;
    color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
  }

    .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile::placeholder {
    --tw-text-opacity: 1 !important;
    color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
  }

    .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile::-moz-placeholder {
    font-family: inter-variable, sans-serif;
    font-size: 17px;
    line-height: 24px;
  }

    .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile::placeholder {
    font-family: inter-variable, sans-serif;
    font-size: 17px;
    line-height: 24px;
  }
@media (min-width: 1024px) {

    .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile::-moz-placeholder {
      font-size: 16px;
      line-height: 25px;
    }

    .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile::placeholder {
      font-size: 16px;
      line-height: 25px;
    }
  }

    .boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-close-suggestion {
    position: static !important;
    height: 45px !important;
    width: 21px !important;
  }

    .boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-submit {
    position: absolute !important;
    top: 32px !important;
    right: 2.5rem !important;
  }

    .boost-pfs-search-btn-clear-suggestion {
    top: 32px !important;
    right: 62px !important;
    height: 1.5rem !important;
    width: 1.5rem !important;
        background-color: transparent !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: 10px !important;
        background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M1 1L15 15M15 1L1 15%27 stroke=%27%231A1A1A%27 stroke-width=%271.5%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/svg%3E%0A") !important;
  }

    .boost-pfs-search-btn-clear-suggestion {
        /* @apply h-2.5 w-2.5 top-[30px] right-[62px] !important; */
  }

    .boost-pfs-search-btn-clear-suggestion:after {
        display: none !important;
    }

    .boost-pfs-search-btn-clear-suggestion:before {
        display: none !important;
    }

    /* suggestion wrapper */
    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion {
    overflow: visible !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  }

    .boost-pfs-search-suggestion-mobile.boost-pfs-search-suggestion-wrapper#boost-pfs-search-suggestion-mobile {
    right: 0px !important;
    left: 0px !important;
    top: 180px !important;
    margin-bottom: 1.5rem !important;
    width: auto !important;
    overflow: visible !important;
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
    border-top-width: 0px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
    padding-top: 0.75rem !important;
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05) !important;
        height: calc(100% - 200px) !important;
  }

    .boost-pfs-search-suggestion-header {
        background-color: transparent !important;
        position: relative !important;
    }

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header {
        text-align: left !important;
    }

    .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item {
        border: none !important;
    }
}
.footer-accordion ul {
  display: none;
}
 {
  display: none;
}
.footer-accordion ul {
    display: none;
  }
.footer-accordion ul {
    display: none;
  }
@media (min-width: 1024px) {

  .footer-accordion ul {
    display: block;
  }
}
.footer-accordion .footer-accordion--title.active + ul {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.footer-accordion .footer-accordion--title.active + ul {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .footer-accordion .footer-accordion--title.active + ul {
    display: block;
  }
}
.footer-accordion .footer-accordion--title.active span {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.social-icons a:last-child {
  margin-right: 0px;
}
.social-icon--vault:hover path {
  display: none;
}
 {
  display: none;
}
.social-icon--vault:hover path {
    display: none;
  }
.social-icon--vault:hover path {
    display: none;
  }
.social-icon--vault:hover .vault-path-hover {
  display: block !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.social-icon--vault:hover .vault-path-hover {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.social-icon--vault svg {
  height: 1.5rem;
  width: 1.5rem;
}
.fifty-fifty--text p {
  margin-bottom: 1.25rem;
}
.fifty-fifty--text p:last-child {
  margin-bottom: 0px;
}
.fifty-fifty--text ul {
  margin-top: 2rem;
}
.fifty-fifty--text ul li {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {

  .fifty-fifty--text ul li {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .vault .fifty-fifty--text ul li {
    margin-bottom: 1rem;
  }
}
.fifty-fifty--text:not(.wysiwyg) ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  list-style-type: none;
  padding: 0px;
}
@media (min-width: 1024px) {

  .fifty-fifty--text:not(.wysiwyg) ul {
    margin-bottom: 0px;
  }
}
.fifty-fifty--text:not(.wysiwyg) ul li {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 17.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {

  .fifty-fifty--text:not(.wysiwyg) ul li {
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    min-height: 2.5rem;
    max-width: 26.8rem;
    padding-left: 3.5rem;
    padding-top: 0.4375rem;
  }
}
.vault .fifty-fifty--text:not(.wysiwyg) ul li {
  display: block;
  max-width: 100%;
  padding-left: 2.25rem;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.vault .fifty-fifty--text:not(.wysiwyg) ul li {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .vault .fifty-fifty--text:not(.wysiwyg) ul li {
    min-height: 0;
    min-height: initial;
    padding-left: 2.25rem;
    padding-top: 0px;
  }
}
.fifty-fifty--text:not(.wysiwyg) ul li img {
  margin-bottom: 0.5rem;
  display: block;
  height: 2.5rem;
  width: 2.5rem;
  max-width: 100%;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.fifty-fifty--text:not(.wysiwyg) ul li img {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .fifty-fifty--text:not(.wysiwyg) ul li img {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-bottom: 0px;
    --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));
  }
}
.vault .fifty-fifty--text:not(.wysiwyg) ul li img {
  position: absolute;
}
.vault .fifty-fifty--text:not(.wysiwyg) ul li img {
  left: 0px;
}
.vault .fifty-fifty--text:not(.wysiwyg) ul li img {
  top: 50%;
}
.vault .fifty-fifty--text:not(.wysiwyg) ul li img {
  height: 1.5rem;
}
.vault .fifty-fifty--text:not(.wysiwyg) ul li img {
  width: 1.5rem;
}
.vault .fifty-fifty--text:not(.wysiwyg) ul li img {
  --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));
}
.vault .fifty-fifty--text:not(.wysiwyg) ul li img {
  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));
}
.fifty-fifty h2 p strong {
  font-weight: 700;
}
/*.shop-by-category .scrollbar.scrollbar-short::-webkit-scrollbar-track {*/
/*  @apply ml-4 md:ml-[9rem] lg:ml-[12.5rem] xl:ml-[25rem] mr-4 md:mr-[10rem] lg:mr-[14rem] xl:mr-[26.5rem];*/
/*}*/
.squishmallows .shop-by-category .scrollbar::-webkit-scrollbar-track {
  margin-right: 1.5rem;
}
.squishmallows .shop-by-category .scrollbar::-webkit-scrollbar-track {
  margin-left: 1.5rem;
}
@media (min-width: 1024px) {

  .squishmallows .shop-by-category .scrollbar::-webkit-scrollbar-track {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .squishmallows .shop-by-category .scrollbar::-webkit-scrollbar-track {
    margin-left: 0px;
  }
}
.vault .shop-by-category--item {
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  }
.vault .shop-by-category--item:last-child {
  margin-right: 0px;
}
.product-recommendations-wrapper .product-tile, .sm-product-recommendations-wrapper .product-tile, .vt-product-recommendations-wrapper .product-tile {
  width: 70vw;
}
@media only screen and (min-width: 768px) {
  .product-recommendations-wrapper .product-tile, .sm-product-recommendations-wrapper .product-tile, .vt-product-recommendations-wrapper .product-tile {
    width: calc((100vw - 2.5rem - (1.25rem * 2)) / 2.5);
  }
}
@media only screen and (min-width: 1024px) {
  .product-recommendations-wrapper .product-tile, .sm-product-recommendations-wrapper .product-tile, .vt-product-recommendations-wrapper .product-tile {
    width: calc((100vw - 5rem - (2.5rem * 3)) / 3.5);
  }

    .less-than-5 .product-recommendations-wrapper .product-tile, .less-than-5 .sm-product-recommendations-wrapper .product-tile, .less-than-5 .vt-product-recommendations-wrapper .product-tile {
    width: calc(25vw - 2.5rem - 2.5rem / 4);
  }
}
@media only screen and (min-width: 1617px) {
  .product-recommendations-wrapper .product-tile, .sm-product-recommendations-wrapper .product-tile, .vt-product-recommendations-wrapper .product-tile {
    width: 25rem;
  }
}
.vt-product-recommendations article > a {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
}
[data-carousel-btn].active {
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity)) !important;
}
.brands-nav {
  margin-left: -1rem;
  margin-right: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .brands-nav {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1360px) {
  .brands-nav {
    margin-left: 0px;
    margin-right: 0px;
    justify-content: center;
  }
}
.brands button.underline span {
  display: none !important;
}
.sm-testimonials .glide__slide:not(.glide__slide--active) > div {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 243, 242, var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sm-testimonials .glide__slide:not(.glide__slide--active) > div *:not(.testimonial-stars):not(svg) {
  opacity: 0.3;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.vt-countdown-hero h1 p {
  font-family: urw-din, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: -0.3px;
}
@media (min-width: 1024px) {

  .vt-countdown-hero h1 p {
    font-size: 3.125rem;
    line-height: 3.75rem;
    letter-spacing: -0.75px;
  }
}
.vt-countdown-hero h1 p strong {
  font-weight: 700;
}
.hero-vault h1 p, .hero-vault h2 p {
  font-family: urw-din, sans-serif;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 2.5rem;
  letter-spacing: -0.3px;
}
@media (min-width: 1024px) {

  .hero-vault h1 p, .hero-vault h2 p {
    font-size: 3.125rem;
    line-height: 3.75rem;
    letter-spacing: -0.75px;
  }
}
.hero-vault h1 p strong, .hero-vault h2 p strong {
  font-weight: 700;
}
*, ::before, ::after {
  --swiper-pagination-bullet-inactive-opacity: .6;
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-inactive-color: white;
}
.hero-slider-wrapper .swiper-button-disabled {
  opacity: 0.8 !important;
}
.hero-slider-wrapper .swiper-button-next, .hero-slider-wrapper .swiper-rtl .swiper-button-prev {
    right: max(calc((100vw - 1536px) / 2), 20px);
  }
.hero-slider-wrapper .swiper-button-prev, .hero-slider-wrapper .swiper-rtl .swiper-button-next {
    left: max(calc((100vw - 1536px) / 2), 20px);
  }
.swiper-pagination {
  bottom: 0px !important;
}
.swiper-pagination-bullet {
  height: 0.75rem !important;
  width: 0.75rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity)) !important;
}
.instafeed-lightbox .lightbox-instagram {
  height: 75% !important;
}
.instafeed-lightbox .instafeed-fullname {
  font-family: freight-sans-pro, sans-serif !important;
}
/* Squishmallows */
div#insta-feed .instafeed-new-layout-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}
div#insta-feed .instafeed-new-layout-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  div#insta-feed .instafeed-new-layout-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
    gap: 0px !important;
  }

  div#insta-feed .instafeed-new-layout-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
div#insta-feed .instafeed-new-layout-item {
  grid-column: span 1 / span 1 !important;
  grid-row: span 1 / span 1 !important;
  width: 100% !important;
  padding-top: 100% !important;
}
@media (min-width: 1024px) {

  div#insta-feed .instafeed-new-layout-item:nth-child(3) {
    grid-column: span 2 / span 2 !important;
  }
}
@media (min-width: 1024px) {

  div#insta-feed .instafeed-new-layout-item:nth-child(3) {
    grid-row: span 2 / span 2 !important;
  }
}
/* Vault, BLDR */
div#feed-32438 > h2 {
  display: none !important;
}
 {
  display: none !important;
}
div#feed-32438 > h2 {
    display: none !important;
  }
div#feed-32438 > h2 {
    display: none !important;
  }
div#feed-32438 .instafeed-new-layout-wrapper, div#feed-37333 .instafeed-new-layout-wrapper {
  display: grid !important;
  grid-auto-rows: auto !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}
div#feed-32438 .instafeed-new-layout-wrapper, div#feed-37333 .instafeed-new-layout-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1536px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  div#feed-32438 .instafeed-new-layout-wrapper, div#feed-37333 .instafeed-new-layout-wrapper {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }

  div#feed-32438 .instafeed-new-layout-wrapper, div#feed-37333 .instafeed-new-layout-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
div#feed-32438 .instafeed-new-layout-item, div#feed-37333 .instafeed-new-layout-item {
  grid-column: span 1 / span 1 !important;
  grid-row: span 1 / span 1 !important;
  height: 0px !important;
  width: 100% !important;
  padding-top: 100% !important;
}
.vt-instagram .social-icons svg {
  height: 2.5rem !important;
  width: 2.5rem !important;
}
.vault-blog-posts .vault-blog-content {
  -webkit-clip-path: polygon(-1% 70px, 101% 0, 101% 101%, -1% 101%);
          clip-path: polygon(-1% 70px, 101% 0, 101% 101%, -1% 101%);
}
.vault .vault-blog-posts h2 p {
  font-family: urw-din, sans-serif;
}
.vault .vault-blog-posts h2 p {
  font-size: 1.875rem;
}
.vault .vault-blog-posts h2 p {
  font-weight: 300;
}
.vault .vault-blog-posts h2 p {
  line-height: 2.5rem;
}
.vault .vault-blog-posts h2 p {
  letter-spacing: -0.3px;
}
@media (min-width: 1024px) {

  .vault .vault-blog-posts h2 p {
    font-size: 3.125rem;
  }
}
@media (min-width: 1024px) {

  .vault .vault-blog-posts h2 p {
    line-height: 3.75rem;
  }
}
@media (min-width: 1024px) {

  .vault .vault-blog-posts h2 p {
    letter-spacing: -0.75px;
  }
}
.vault-blog-posts h2 p strong {
  font-weight: 700;
}
.vault-blog-posts--mobile::-webkit-scrollbar {
  display: none;
}
#pandectes-ccpa-container h2, #pandectes-ccpa-container h3 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#pandectes-ccpa-container p {
  margin-top: 0.5rem;
}
#ccpa-status-container, #ccpa-optout-container, #ccpa-optout-instructions {
  margin-top: 1.5rem !important;
}
#ccpa-optout-container #opt-out-link {
  height: 44px !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  border-width: 2px !important;
  font-weight: 600 !important;
  line-height: 42px !important;
}
#ccpa-optout-container #opt-out-link {
  --tw-border-opacity: 1;
  border-color: rgba(3, 28, 97, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(3, 28, 97, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  min-width: 130px;
  border-radius: 9999px;
  padding-left: 25px;
  padding-right: 25px;
  border: 2px solid;
  transition: .1s ease-out;
}
#ccpa-optout-container #opt-out-link.klaviyo-bis-trigger {
    display: block;
}
#ccpa-optout-container #opt-out-link.blog-active {
}
.vault-blog-header #ccpa-optout-container #opt-out-link, .sm-blog-header #ccpa-optout-container #opt-out-link {
  min-width: 0;
  min-width: initial;
}
#ccpa-optout-container #opt-out-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(3, 28, 97, var(--tw-text-opacity));
}
#opt-out-button {
  text-decoration-line: underline;
}
.brands button#opt-out-button span {
  display: none;
}
/* Buttons */
.swym-button.swym-add-to-wishlist {
  display: block !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.swym-button.swym-add-to-wishlist {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.swym-add-to-wishlist, .swym-add-to-wishlist-view-product {
  position: absolute !important;
  right: 0.75rem !important;
  top: 1.25rem !important;
  z-index: 2 !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  overflow: visible !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 0px !important;
  font-size: 0px !important;
}
@media (min-width: 1024px) {

  .swym-add-to-wishlist, .swym-add-to-wishlist-view-product {
    right: 1.25rem !important;
    top: 1.25rem !important;
  }
}
.swym-add-to-wishlist, .swym-add-to-wishlist-view-product {
    background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20width%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25.4572%202.05723c-1.312-1.309349-3.0893-2.0455425-4.9429-2.04741672-1.8536-.00187421-3.6324.73072372-4.9471%202.03741672l-1.81%201.685-1.81-1.685c-1.3136-1.311989-3.09465-2.04840072-4.95126-2.0472286-1.85661.00117211-3.63671.7398326-4.94871%202.0534786-1.311989%201.31365-2.04840069%203.09469-2.0472286%204.9513s.7398316%203.63672%202.0534786%204.94872l11.17002%2011.3325c.0698.0707.1529.1268.2445.1651s.1899.058.2892.058.1977-.0197.2893-.058.1747-.0944.2445-.1651l11.1662-11.3275c.6503-.6501%201.1661-1.4218%201.5181-2.27128.3519-.84944.5331-1.7599.5331-2.67936s-.1812-1.82992-.5331-2.67936c-.352-.84944-.8678-1.62122-1.5181-2.27127zm-1.065%208.84377-10.635%2010.79-10.63872-10.7938c-1.02544-1.0326-1.59983-2.42955-1.59735-3.88483.00248-1.45529.58163-2.85027%201.61059-3.8794s2.42385-1.6085%203.87914-1.61122c1.45529-.00271%202.85233.57145%203.88514%201.59673.0061.00649.0128.01235.02.0175l2.33%202.17c.1388.12934.3215.20126.5112.20126.1898%200%20.3725-.07192.5113-.20126l2.33-2.17125c.0072-.00515.0139-.01101.02-.0175.5103-.51339%201.117-.92098%201.7852-1.1994.6683-.27841%201.3849-.42218%202.1088-.42305s1.4408.14118%202.1097.41799%201.2766.68294%201.7882%201.19511c.5115.51216.917%201.12028%201.1931%201.78948.276.6692.4173%201.38631.4156%202.11021s-.1463%201.44035-.4255%202.10825c-.2791.66791-.6874%201.27418-1.2014%201.78388z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E") !important;
}
.product-tile .swym-add-to-wishlist, .boost-pfs-filter-product-item .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
        background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m22.1814%202.9548c-1.1644-1.24149-2.7414-1.93964-4.386-1.94179s-3.2231.69189-4.3904%201.93034l-1.4013%201.39134-1.4023-1.39592c-1.16696-1.24384-2.74837-1.941233-4.39636-1.93876-1.64799.00247-3.22756.7046-4.39123%201.95193-1.163669%201.24733-1.81611437%202.93769-1.81380388%204.69921.00231048%201.76152.65918688%203.44995%201.82612388%204.69375l9.57227%2010.3818c.0798.0866.1748.1553.2797.2022.1048.0469.2173.0711.331.0711s.2262-.0242.331-.0711.1999-.1156.2797-.2022l9.5616-10.3818c1.1644-1.2455%201.8186-2.93422%201.8186-4.69505%200-1.76082-.6542-3.44959-1.8186-4.69505zm-1.216%208.103-8.9617%209.7153-8.96697-9.7245c-.84388-.902-1.31796-2.12539-1.31796-3.40104%200-1.27564.47408-2.49903%201.31796-3.40105.84388-.90201%201.98842-1.40876%203.18184-1.40876%201.19343%200%202.33797.50675%203.18185%201.40876l.02142.02291%201.99806%201.98681c.1586.15776.3672.24547.5838.24547.2167%200%20.4253-.08771.5839-.24547l1.998-1.98681.0215-.02291c.8444-.9014%201.9893-1.40733%203.1827-1.40647s2.3376.50843%203.181%201.41105c.8433.90263%201.3166%202.12636%201.3158%203.402s-.4757%202.49871-1.3201%203.40011z%22%20fill%3D%22%231d52e1%22%2F%3E%3C%2Fsvg%3E") !important;
    }
@media (min-width: 1024px) {
            .product-tile .swym-add-to-wishlist:hover, .boost-pfs-filter-product-item .swym-add-to-wishlist:hover, .product-tile .swym-add-to-wishlist-view-product:hover, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product:hover {
                background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.35%207.65078v.00163c.0016.79254-.1437%201.57665-.4268%202.30662s-.6977%201.38987-1.2179%201.94267l-.0045.0049-9.5671%2010.3795-.0002.0002c-.0215.0233-.0448.0393-.0671.0493-.0222.01-.0443.0144-.0654.0144-.0212%200-.0433-.0044-.0655-.0144l-.2656.5933.2656-.5933c-.0223-.01-.0456-.026-.0671-.0493l-.0002-.0002-9.56704-10.3795h.00002l-.00352-.0038c-1.04964-1.1208-1.646745-2.65024-1.647659-4.2538-.000914-1.60355.594449-3.13381%201.642839-4.25604%201.04702-1.12075%202.45794-1.74201%203.91952-1.74296%201.46157-.00095%202.87316.61847%203.92144%201.73782l.0074.00787.0076.00762%201.3927%201.39164.4586.45825.4595-.45742%201.4024-1.39622.0076-.0076.0074-.00784c.7824-.83239%201.7726-1.39287%202.8429-1.61812%201.0698-.22516%202.1787-.10687%203.1885.34219%201.0105.44935%201.8809%201.21193%202.4962%202.19837.6154.98681.9459%202.15062.9454%203.34422z%22%20fill%3D%22%23cfdbfa%22%20stroke%3D%22%231d52e1%22%20stroke-width%3D%221.6%22%2F%3E%3C%2Fsvg%3E") !important;
            }
        }
.squishmallows .product-tile .swym-add-to-wishlist, .squishmallows .boost-pfs-filter-product-item .swym-add-to-wishlist, .squishmallows .product-tile .swym-add-to-wishlist-view-product, .squishmallows .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
            background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m22.1814%202.9548c-1.1644-1.24149-2.7414-1.93964-4.386-1.94179s-3.2231.69189-4.3904%201.93034l-1.4013%201.39134-1.4023-1.39592c-1.16696-1.24384-2.74837-1.941233-4.39636-1.93876-1.64799.00247-3.22756.7046-4.39123%201.95193-1.163669%201.24733-1.81611437%202.93769-1.81380388%204.69921.00231048%201.76152.65918688%203.44995%201.82612388%204.69375l9.57227%2010.3818c.0798.0866.1748.1553.2797.2022.1048.0469.2173.0711.331.0711s.2262-.0242.331-.0711.1999-.1156.2797-.2022l9.5616-10.3818c1.1644-1.2455%201.8186-2.93422%201.8186-4.69505%200-1.76082-.6542-3.44959-1.8186-4.69505zm-1.216%208.103-8.9617%209.7153-8.96697-9.7245c-.84388-.902-1.31796-2.12539-1.31796-3.40104%200-1.27564.47408-2.49903%201.31796-3.40105.84388-.90201%201.98842-1.40876%203.18184-1.40876%201.19343%200%202.33797.50675%203.18185%201.40876l.02142.02291%201.99806%201.98681c.1586.15776.3672.24547.5838.24547.2167%200%20.4253-.08771.5839-.24547l1.998-1.98681.0215-.02291c.8444-.9014%201.9893-1.40733%203.1827-1.40647s2.3376.50843%203.181%201.41105c.8433.90263%201.3166%202.12636%201.3158%203.402s-.4757%202.49871-1.3201%203.40011z%22%20fill%3D%22%236e3778%22%2F%3E%3C%2Fsvg%3E") !important;
        }
@media (min-width: 1024px) {
                .squishmallows .product-tile .swym-add-to-wishlist:hover, .squishmallows .boost-pfs-filter-product-item .swym-add-to-wishlist:hover, .squishmallows .product-tile .swym-add-to-wishlist-view-product:hover, .squishmallows .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product:hover {
                    background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m23.35%207.65078v.00163c.0016.79254-.1437%201.57665-.4268%202.30662s-.6977%201.38987-1.2179%201.94267l-.0045.0049-9.5671%2010.3795-.0002.0002c-.0215.0233-.0448.0393-.0671.0493-.0222.01-.0443.0144-.0654.0144-.0212%200-.0433-.0044-.0655-.0144l-.2656.5933.2656-.5933c-.0223-.01-.0456-.026-.0671-.0493l-.0002-.0002-9.56704-10.3795h.00002l-.00352-.0038c-1.04964-1.1208-1.646745-2.65024-1.647659-4.2538-.000914-1.60355.594449-3.13381%201.642839-4.25604%201.04702-1.12075%202.45794-1.74201%203.91952-1.74296%201.46157-.00095%202.87316.61847%203.92144%201.73782l.0074.00787.0076.00762%201.3927%201.39164.4586.45825.4595-.45742%201.4024-1.39622.0076-.0076.0074-.00784c.7824-.83239%201.7726-1.39287%202.8429-1.61812%201.0698-.22516%202.1787-.10687%203.1885.34219%201.0105.44935%201.8809%201.21193%202.4962%202.19837.6154.98681.9459%202.15062.9454%203.34422z%22%20fill%3D%22%23ddc0e2%22%20stroke%3D%22%236e3778%22%20stroke-width%3D%221.6%22%2F%3E%3C%2Fsvg%3E") !important;
                }
            }
.vault .product-tile .swym-add-to-wishlist, .vault .boost-pfs-filter-product-item .swym-add-to-wishlist, .vault .product-tile .swym-add-to-wishlist-view-product, .vault .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
            background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%220%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232d27ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300cffd%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22m22.1814%202.9548c-1.1644-1.24149-2.7414-1.93964-4.386-1.94179s-3.2231.69189-4.3904%201.93034l-1.4013%201.39134-1.4023-1.39592c-1.16696-1.24384-2.74837-1.941233-4.39636-1.93876-1.64799.00247-3.22756.7046-4.39123%201.95193-1.163669%201.24733-1.81611437%202.93769-1.81380388%204.69921.00231048%201.76152.65918688%203.44995%201.82612388%204.69375l9.57227%2010.3818c.0798.0866.1748.1553.2797.2022.1048.0469.2173.0711.331.0711s.2262-.0242.331-.0711.1999-.1156.2797-.2022l9.5616-10.3818c1.1644-1.2455%201.8186-2.93422%201.8186-4.69505%200-1.76082-.6542-3.44959-1.8186-4.69505zm-1.216%208.103-8.9617%209.7153-8.96697-9.7245c-.84388-.902-1.31796-2.12539-1.31796-3.40104%200-1.27564.47408-2.49903%201.31796-3.40105.84388-.90201%201.98842-1.40876%203.18184-1.40876%201.19343%200%202.33797.50675%203.18185%201.40876l.02142.02291%201.99806%201.98681c.1586.15776.3672.24547.5838.24547.2167%200%20.4253-.08771.5839-.24547l1.998-1.98681.0215-.02291c.8444-.9014%201.9893-1.40733%203.1827-1.40647s2.3376.50843%203.181%201.41105c.8433.90263%201.3166%202.12636%201.3158%203.402s-.4757%202.49871-1.3201%203.40011z%22%20fill%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E") !important;
        }
@media (min-width: 1024px) {
                .vault .product-tile .swym-add-to-wishlist:hover, .vault .boost-pfs-filter-product-item .swym-add-to-wishlist:hover, .vault .product-tile .swym-add-to-wishlist-view-product:hover, .vault .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product:hover {
                    background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%220%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232d27ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300cffd%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22m23.35%207.65078v.00163c.0016.79254-.1437%201.57665-.4268%202.30662s-.6977%201.38987-1.2179%201.94267l-.0045.0049-9.5671%2010.3795-.0002.0002c-.0215.0233-.0448.0393-.0671.0493-.0222.01-.0443.0144-.0654.0144-.0212%200-.0433-.0044-.0655-.0144l-.2656.5933.2656-.5933c-.0223-.01-.0456-.026-.0671-.0493l-.0002-.0002-9.56704-10.3795h.00002l-.00352-.0038c-1.04964-1.1208-1.646745-2.65024-1.647659-4.2538-.000914-1.60355.594449-3.13381%201.642839-4.25604%201.04702-1.12075%202.45794-1.74201%203.91952-1.74296%201.46157-.00095%202.87316.61847%203.92144%201.73782l.0074.00787.0076.00762%201.3927%201.39164.4586.45825.4595-.45742%201.4024-1.39622.0076-.0076.0074-.00784c.7824-.83239%201.7726-1.39287%202.8429-1.61812%201.0698-.22516%202.1787-.10687%203.1885.34219%201.0105.44935%201.8809%201.21193%202.4962%202.19837.6154.98681.9459%202.15062.9454%203.34422z%22%20fill%3D%22%23cdddff%22%20stroke%3D%22url%28%23a%29%22%20stroke-width%3D%221.6%22%2F%3E%3C%2Fsvg%3E") !important;
                }
            }
.product-tile .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product {
  top: auto !important;
}
.product-tile .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product {
  bottom: 17px !important;
}
.product-tile .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product {
  left: 136px !important;
}
.product-tile .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product {
  height: 1.5rem !important;
}
.product-tile .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product {
  width: 1.5rem !important;
}
@media (min-width: 1024px) {

  .product-tile .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product {
    bottom: 0px !important;
  }
}
@media (min-width: 1024px) {

  .product-tile .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product {
    left: auto !important;
  }
}
@media (min-width: 1024px) {

  .product-tile .swym-add-to-wishlist, .product-tile .swym-add-to-wishlist-view-product {
    right: 0px !important;
  }
}
.vault .product-tile .swym-add-to-wishlist, .vault .product-tile .swym-add-to-wishlist-view-product {
  top: auto !important;
}
.vault .product-tile .swym-add-to-wishlist, .vault .product-tile .swym-add-to-wishlist-view-product {
  left: auto !important;
}
.vault .product-tile .swym-add-to-wishlist, .vault .product-tile .swym-add-to-wishlist-view-product {
  right: 0px !important;
}
.vault .product-tile .swym-add-to-wishlist, .vault .product-tile .swym-add-to-wishlist-view-product {
  height: 1.5rem !important;
}
.vault .product-tile .swym-add-to-wishlist, .vault .product-tile .swym-add-to-wishlist-view-product {
  width: 1.5rem !important;
}
.boost-pfs-filter-product-item .swym-add-to-wishlist, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
  top: 8px !important;
}
.boost-pfs-filter-product-item .swym-add-to-wishlist, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
  right: 0px !important;
}
.boost-pfs-filter-product-item .swym-add-to-wishlist, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
  height: 1.25rem !important;
}
.boost-pfs-filter-product-item .swym-add-to-wishlist, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
  width: 1.25rem !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .swym-add-to-wishlist, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
    top: 10px !important;
  }
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .swym-add-to-wishlist, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
    height: 1.5rem !important;
  }
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .swym-add-to-wishlist, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product {
    width: 1.5rem !important;
  }
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
  position: relative !important;
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
  right: 0px !important;
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
  top: 0px !important;
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
  margin-left: 0.75rem !important;
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
  height: 2.75rem !important;
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
  width: 2.75rem !important;
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
  border-radius: 9999px !important;
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
}
.add-to-cart .swym-add-to-wishlist:hover, .add-to-cart .swym-add-to-wishlist-view-product:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
.add-to-cart .swym-add-to-wishlist, .add-to-cart .swym-add-to-wishlist-view-product {
        background-size: 25px !important;
    }
.swym-add-to-wishlist::after, .swym-add-to-wishlist-view-product:after {
  display: none !important;
}
 {
  display: none !important;
}
.swym-add-to-wishlist::after, 
.swym-add-to-wishlist-view-product:after {
    display: none !important;
  }
.swym-add-to-wishlist::after, 
.swym-add-to-wishlist-view-product:after {
    display: none !important;
  }
.add-to-cart .swym-add-to-wishlist.swym-added, .add-to-cart .swym-add-to-wishlist-view-product.swym-added {
        background-image: url("data:image/svg+xml, %3Csvg%20viewBox%3D%220%200%2027.51%2023.51%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25.46%202.06c-1.31-1.31-3.09-2.05-4.95-2.06-1.85%200-3.63.73-4.95%202.04l-1.81%201.68-1.81-1.68c-1.31-1.3-3.09-2.04-4.94-2.04-1.86%200-3.64.74-4.95%202.05-1.31%201.32-2.05%203.1-2.05%204.95s.74%203.64%202.05%204.95l11.17%2011.33c.07.07.15.13.24.17s.19.06.29.06.2-.02.29-.06.17-.09.24-.17l11.17-11.33c.65-.65%201.17-1.42%201.52-2.27s.53-1.76.53-2.68-.18-1.83-.53-2.68-.87-1.62-1.52-2.27zm-1.07%208.84-10.64%2010.79-10.63-10.79c-1.03-1.03-1.6-2.43-1.6-3.88%200-1.46.58-2.85%201.61-3.88s2.42-1.61%203.88-1.61%202.85.57%203.89%201.6c0%200%20.01.01.02.02l2.33%202.17c.14.13.32.2.51.2s.37-.07.51-.2l2.33-2.17s.01-.01.02-.02c.51-.51%201.12-.92%201.79-1.2s1.38-.42%202.11-.42%201.44.14%202.11.42%201.28.68%201.79%201.2c.51.51.92%201.12%201.19%201.79.28.67.42%201.39.42%202.11s-.15%201.44-.43%202.11-.69%201.27-1.2%201.78z%22%20fill%3D%22%23000000%22%2F%3E%3Cpath%20d%3D%22m24.39%2010.9-10.64%2010.79-10.63-10.79c-1.03-1.03-1.6-2.43-1.6-3.88%200-1.46.58-2.85%201.61-3.88s2.42-1.61%203.88-1.61%202.85.57%203.89%201.6c0%200%20.01.01.02.02l2.33%202.17c.14.13.32.2.51.2s.37-.07.51-.2l2.33-2.17s.01-.01.02-.02c.51-.51%201.12-.92%201.79-1.2s1.38-.42%202.11-.42%201.44.14%202.11.42%201.28.68%201.79%201.2c.51.51.92%201.12%201.19%201.79.28.67.42%201.39.42%202.11s-.15%201.44-.43%202.11-.69%201.27-1.2%201.78z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E") !important;
    }
.product-tile .swym-add-to-wishlist.swym-added, .boost-pfs-filter-product-item .swym-add-to-wishlist.swym-added, .product-tile .swym-add-to-wishlist-view-product.swym-added, .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product.swym-added {
        background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m24%207.65105c.0018.87261-.1582%201.73695-.4708%202.54305-.3126.806-.7717%201.5378-1.3505%202.153l-9.5671%2010.3795c-.0797.0866-.1748.1554-.2796.2023-.1049.0469-.2174.0711-.331.0711-.1137%200-.2262-.0242-.3311-.0711-.1048-.0469-.1999-.1157-.2796-.2023l-9.56708-10.3795c-1.166382-1.2454-1.82221428-2.93528-1.82321884-4.69773-.00100457-1.76245.65290084-3.45314%201.81785884-4.70014%201.16497-1.24699%202.74556-1.94815%204.39407-1.94923%201.64851-.001073%203.22991.69803%204.39627%201.94351l1.3928%201.39164%201.4023-1.39622c.8705-.92595%201.9779-1.55543%203.1827-1.80899%201.2048-.253562%202.4528-.11983%203.5865.38432%201.1338.50415%202.1024%201.35611%202.7836%202.44832s1.0444%202.37572%201.0439%203.68847z%22%20fill%3D%22%231d52e1%22%2F%3E%3C%2Fsvg%3E") !important;
    }
.squishmallows .product-tile .swym-add-to-wishlist.swym-added, .squishmallows .boost-pfs-filter-product-item .swym-add-to-wishlist.swym-added, .squishmallows .product-tile .swym-add-to-wishlist-view-product.swym-added, .squishmallows .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product.swym-added {
            background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m24%207.65105c.0018.87261-.1582%201.73695-.4708%202.54305-.3126.806-.7717%201.5378-1.3505%202.153l-9.5671%2010.3795c-.0797.0866-.1748.1554-.2796.2023-.1049.0469-.2174.0711-.331.0711-.1137%200-.2262-.0242-.3311-.0711-.1048-.0469-.1999-.1157-.2796-.2023l-9.56708-10.3795c-1.166382-1.2454-1.82221428-2.93528-1.82321884-4.69773-.00100457-1.76245.65290084-3.45314%201.81785884-4.70014%201.16497-1.24699%202.74556-1.94815%204.39407-1.94923%201.64851-.001073%203.22991.69803%204.39627%201.94351l1.3928%201.39164%201.4023-1.39622c.8705-.92595%201.9779-1.55543%203.1827-1.80899%201.2048-.253562%202.4528-.11983%203.5865.38432%201.1338.50415%202.1024%201.35611%202.7836%202.44832s1.0444%202.37572%201.0439%203.68847z%22%20fill%3D%22%236e3778%22%2F%3E%3C%2Fsvg%3E") !important;
        }
.vault .product-tile .swym-add-to-wishlist.swym-added, .vault .boost-pfs-filter-product-item .swym-add-to-wishlist.swym-added, .vault .product-tile .swym-add-to-wishlist-view-product.swym-added, .vault .boost-pfs-filter-product-item .swym-add-to-wishlist-view-product.swym-added {
            background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%220%25%22%20x2%3D%22100%25%22%20y1%3D%220%25%22%20y2%3D%220%25%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%232d27ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2300cffd%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20d%3D%22m24%207.65105c.0018.87261-.1582%201.73695-.4708%202.54305-.3126.806-.7717%201.5378-1.3505%202.153l-9.5671%2010.3795c-.0797.0866-.1748.1554-.2796.2023-.1049.0469-.2174.0711-.331.0711-.1137%200-.2262-.0242-.3311-.0711-.1048-.0469-.1999-.1157-.2796-.2023l-9.56708-10.3795c-1.166382-1.2454-1.82221428-2.93528-1.82321884-4.69773-.00100457-1.76245.65290084-3.45314%201.81785884-4.70014%201.16497-1.24699%202.74556-1.94815%204.39407-1.94923%201.64851-.001073%203.22991.69803%204.39627%201.94351l1.3928%201.39164%201.4023-1.39622c.8705-.92595%201.9779-1.55543%203.1827-1.80899%201.2048-.253562%202.4528-.11983%203.5865.38432%201.1338.50415%202.1024%201.35611%202.7836%202.44832s1.0444%202.37572%201.0439%203.68847z%22%20fill%3D%22url%28%23a%29%22%2F%3E%3C%2Fsvg%3E") !important;
        }
.swym-add-to-wishlist.disabled, .swym-add-to-wishlist-view-product.disabled {
  opacity: 1 !important;
}
/* Popup */
.swym-add-to-wishlist.show-notification:not(.swym-added)::after, .swym-add-to-wishlist-view-product.show-notification:not(.swym-added)::after, .swym-add-to-wishlist.show-notification.swym-added::after, .swym-add-to-wishlist-view-product.show-notification.swym-added::after {
  pointer-events: none !important;
  position: absolute !important;
  top: -22px !important;
  right: 0px !important;
  display: inline-block !important;
  white-space: nowrap !important;
  border-radius: 0.375rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity)) !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.125rem !important;
  padding-bottom: 0px !important;
  font-family: inter-variable, sans-serif !important;
  font-size: 10px !important;
  text-transform: none !important;
  line-height: 1.6 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !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;
}
.free-shipping .swym-add-to-wishlist.show-notification:not(.swym-added).bg-opacity-20::after, .free-shipping 
.swym-add-to-wishlist-view-product.show-notification:not(.swym-added).bg-opacity-20::after, .free-shipping 
.swym-add-to-wishlist.show-notification.swym-added.bg-opacity-20::after, .free-shipping 
.swym-add-to-wishlist-view-product.show-notification.swym-added.bg-opacity-20::after {
}
.free-shipping .swym-add-to-wishlist.show-notification:not(.swym-added).bg-opacity-20 > .bg-primary-50::after, .free-shipping 
.swym-add-to-wishlist-view-product.show-notification:not(.swym-added).bg-opacity-20 > .bg-primary-50::after, .free-shipping 
.swym-add-to-wishlist.show-notification.swym-added.bg-opacity-20 > .bg-primary-50::after, .free-shipping 
.swym-add-to-wishlist-view-product.show-notification.swym-added.bg-opacity-20 > .bg-primary-50::after {
}
@media (min-width: 1024px) {

  .swym-add-to-wishlist.show-notification:not(.swym-added)::after, .swym-add-to-wishlist-view-product.show-notification:not(.swym-added)::after, .swym-add-to-wishlist.show-notification.swym-added::after, .swym-add-to-wishlist-view-product.show-notification.swym-added::after {
    right: auto !important;
    left: 50% !important;
    --tw-translate-x: -50% !important;
    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)) !important;
  }
}
.swym-add-to-wishlist.show-notification:not(.swym-added)::after, .swym-add-to-wishlist-view-product.show-notification:not(.swym-added)::after, .swym-add-to-wishlist.show-notification.swym-added::after, .swym-add-to-wishlist-view-product.show-notification.swym-added::after {
    animation: fadeOut ease 3s;
    animation-fill-mode: forwards;
}
.squishmallows .swym-add-to-wishlist.show-notification:not(.swym-added)::after, .squishmallows .swym-add-to-wishlist-view-product.show-notification:not(.swym-added)::after, .squishmallows .swym-add-to-wishlist.show-notification.swym-added::after, .squishmallows .swym-add-to-wishlist-view-product.show-notification.swym-added::after {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
.vault .swym-add-to-wishlist.show-notification:not(.swym-added)::after, .vault .swym-add-to-wishlist-view-product.show-notification:not(.swym-added)::after, .vault .swym-add-to-wishlist.show-notification.swym-added::after, .vault .swym-add-to-wishlist-view-product.show-notification.swym-added::after {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(45, 39, 255, var(--tw-bg-opacity)) !important;
}
.swym-add-to-wishlist.show-notification:not(.swym-added)::after, .swym-add-to-wishlist-view-product.show-notification:not(.swym-added)::after {
    content: 'Removed from Wishlist' !important;
}
.swym-add-to-wishlist.show-notification.swym-added::after, .swym-add-to-wishlist-view-product.show-notification.swym-added::after {
    content: 'Added to Wishlist' !important;
}
@media (min-width: 1024px) {
    .swym-add-to-wishlist:not(.show-notification):hover::after, .swym-add-to-wishlist-view-product:not(.show-notification):hover::after, .swym-add-to-wishlist.swym-added:not(.show-notification):hover::after, .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover::after {
    pointer-events: none !important;
    position: absolute !important;
    top: -22px !important;
    right: 0px !important;
    display: inline-block !important;
    white-space: nowrap !important;
    border-radius: 0.375rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(29, 82, 225, var(--tw-bg-opacity)) !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.125rem !important;
    padding-bottom: 0px !important;
    font-family: inter-variable, sans-serif !important;
    font-size: 10px !important;
    text-transform: none !important;
    line-height: 1.6 !important;
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
    --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06)) !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;
  }
.free-shipping .swym-add-to-wishlist:not(.show-notification):hover.bg-opacity-20::after, .free-shipping 
    .swym-add-to-wishlist-view-product:not(.show-notification):hover.bg-opacity-20::after, .free-shipping 
    .swym-add-to-wishlist.swym-added:not(.show-notification):hover.bg-opacity-20::after, .free-shipping 
    .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover.bg-opacity-20::after {
}
.free-shipping .swym-add-to-wishlist:not(.show-notification):hover.bg-opacity-20 > .bg-primary-50::after, .free-shipping 
    .swym-add-to-wishlist-view-product:not(.show-notification):hover.bg-opacity-20 > .bg-primary-50::after, .free-shipping 
    .swym-add-to-wishlist.swym-added:not(.show-notification):hover.bg-opacity-20 > .bg-primary-50::after, .free-shipping 
    .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover.bg-opacity-20 > .bg-primary-50::after {
}
    @media (min-width: 1024px) {

    .swym-add-to-wishlist:not(.show-notification):hover::after, .swym-add-to-wishlist-view-product:not(.show-notification):hover::after, .swym-add-to-wishlist.swym-added:not(.show-notification):hover::after, .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover::after {
      right: auto !important;
      left: 50% !important;
      --tw-translate-x: -50% !important;
      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)) !important;
    }
  }
    .swym-add-to-wishlist:not(.show-notification):hover::after, .swym-add-to-wishlist-view-product:not(.show-notification):hover::after, .swym-add-to-wishlist.swym-added:not(.show-notification):hover::after, .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover::after {
        animation: fadeOut ease 3s;
        animation-fill-mode: forwards;
    }
        .squishmallows .swym-add-to-wishlist:not(.show-notification):hover::after, .squishmallows .swym-add-to-wishlist-view-product:not(.show-notification):hover::after, .squishmallows .swym-add-to-wishlist.swym-added:not(.show-notification):hover::after, .squishmallows .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover::after {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
  }
        .vault .swym-add-to-wishlist:not(.show-notification):hover::after, .vault .swym-add-to-wishlist-view-product:not(.show-notification):hover::after, .vault .swym-add-to-wishlist.swym-added:not(.show-notification):hover::after, .vault .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover::after {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(45, 39, 255, var(--tw-bg-opacity)) !important;
  }
    .swym-add-to-wishlist:not(.show-notification):not(.swym-added):hover::after, .swym-add-to-wishlist-view-product:not(.show-notification):not(.swym-added):hover::after {
        content: 'Add to Wishlist' !important;
    }
    .swym-add-to-wishlist:not(.show-notification):not(.swym-added):hover::after, .swym-add-to-wishlist-view-product:not(.show-notification):not(.swym-added):hover::after {
        animation: none;
    }
    .swym-add-to-wishlist.swym-added:not(.show-notification):hover::after, .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover::after {
        content: 'Remove from Wishlist' !important;
    }
    .swym-add-to-wishlist.swym-added:not(.show-notification):hover::after, .swym-add-to-wishlist-view-product.swym-added:not(.show-notification):hover::after {
        animation: none;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.swym-tooltip .swym-open-ui {
  display: none !important;
}
 {
  display: none !important;
}
.swym-tooltip .swym-open-ui {
    display: none !important;
  }
.swym-tooltip .swym-open-ui {
    display: none !important;
  }
/* Notification */
.swym-notifications-container {
  display: none !important;
}
 {
  display: none !important;
}
.swym-notifications-container {
    display: none !important;
  }
.swym-notifications-container {
    display: none !important;
  }
/* Wishlist Page */
.swym-wishlist-page {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1.5rem !important;
  max-width: 1536px !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
@media (min-width: 1024px) {

  .swym-wishlist-page {
    margin-top: 3rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
.swym-ui-component .swym-share-btn {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
/*.swym-ui-component .swym-share-btn[disabled] {*/
/*    @apply border-neutral-70 bg-neutral-70 opacity-100 text-neutral-10 hover:text-neutral-10 cursor-default !important;*/
/*    border: 2px solid #e5e5e5 !important;*/
/*    background: #e5e5e5 !important;*/
/*    .squishmallows &,*/
/*    .vault & {*/
/*        @apply border-neutral-70 bg-neutral-70 opacity-100 text-neutral-10 hover:text-neutral-10 cursor-default !important;*/
/*    }*/
/*}*/
@media (max-width: 900px) {
    .swym-wishlist-container-title-bar {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
    .swym-wishlist-main-title {
    display: block !important;
  }
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.swym-wishlist-main-title {
      width: 100vw;
      overflow: hidden;
      white-space: nowrap;
    }
}
    .swym-user-login-status {
    right: auto !important;
    left: 0px !important;
    top: 56px !important;
  }
    .swym-user-text {
    display: inline-block !important;
  }
    .swym-wishlist-main-title {
    margin: 0px !important;
  }
    .swym-wishlist-context-menu {
    right: 0px !important;
  }
    .swym-wishlist-detail-header {
    margin-bottom: 52px !important;
    border-bottom-width: 0px !important;
  }
    .swym-wishlist-detail-header .swym-wishlist-main-title {
    display: none !important;
  }
 {
  display: none !important;
}

  .swym-wishlist-detail-header .swym-wishlist-main-title {
    display: none !important;
  }

  .swym-wishlist-detail-header .swym-wishlist-main-title {
    display: none !important;
  }
    .swym-wishlist-detail-header .swym-action-container {
    top: 10px !important;
    right: 0px !important;
  }
    .swym-wishlist-detail-separator {
    margin: 0px !important;
  }
}
.swym-wishlist-context-menu {
  display: none !important;
}
 {
  display: none !important;
}
.swym-wishlist-context-menu {
    display: none !important;
  }
.swym-wishlist-context-menu {
    display: none !important;
  }
.swym-share-btn::before {
    content: 'Share Wishlist';
}
.swym-share-btn .swym-icon {
  display: none !important;
}
 {
  display: none !important;
}
.swym-share-btn .swym-icon {
    display: none !important;
  }
.swym-share-btn .swym-icon {
    display: none !important;
  }
.swym-user-text {
  font-family: freight-sans-pro, sans-serif !important;
}
.swym-wishlist-detail {
  overflow-x: hidden !important;
}
.swym-wishlist-detail-content {
  margin-top: 1.75rem !important;
}
@media (min-width: 1024px) {

  .swym-wishlist-detail-content {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
}
.swym-heading {
  font-family: Comfortaa, sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 700 !important;
}
.squishmallows .swym-heading {
  font-family: Nunito, sans-serif !important;
}
.vault .swym-heading {
  font-family: urw-din, sans-serif !important;
}
.vault .swym-heading {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.vault .swym-heading {
  font-weight: 600 !important;
}
.swym-wishlist-grid {
  margin: 0px !important;
  display: grid !important;
  width: 100% !important;
  max-width: 100% !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
  grid-row-gap: 1.75rem !important;
  row-gap: 1.75rem !important;
  padding: 0px !important;
}
@media (min-width: 1024px) {

  .swym-wishlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 3.75rem !important;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
}
.swym-wishlist-grid li {
  margin: 0px !important;
  width: 100% !important;
}
.swym-wishlist-item {
  position: relative !important;
  margin: 0px !important;
  width: 100% !important;
  justify-content: flex-start !important;
  border-width: 0px !important;
  padding-bottom: 2.5rem !important;
}
@media only screen and (min-width: 1024px) {
  .less-than-5.swym-wishlist-item {
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {

  .swym-wishlist-item {
    padding-bottom: 3.5rem !important;
  }
}
.swym-wishlist-image-wrapper {
  position: relative !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
  height: 0px !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  border-radius: 10px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  padding-bottom: 100% !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.swym-wishlist-image-wrapper {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .swym-wishlist-image-wrapper {
    border-radius: 20px !important;
  }
}
.swym-wishlist-image-wrapper {
    border: 1px solid #e5e5e5 !important;
}
.swym-wishlist-image {
  position: absolute !important;
  top: 0px !important;
  left: 0px !important;
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.swym-delete-btn {
  position: absolute !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
}
@media (min-width: 1024px) {

  .swym-delete-btn {
    top: 1.25rem !important;
    right: 1.25rem !important;
  }
}
.swym-delete-btn .swym-icon::before {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.swym-delete-btn:hover .swym-icon::before {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.swym-wishlist-grid .swym-is-button:not(.swym-delete-btn):not(.swym-add-to-cart-btn) {
  pointer-events: none !important;
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
@media (min-width: 1024px) {

  .swym-wishlist-grid .swym-is-button:not(.swym-delete-btn):not(.swym-add-to-cart-btn) {
    margin-top: 1rem !important;
    margin-bottom: 0.5rem !important;
  }
}
.swym-title {
    margin: 0px !important;
    overflow: visible !important;
    white-space: normal !important;
    text-align: center !important;
    font-weight: 700 !important;
    --tw-text-opacity: 1 !important;
    color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.swym-variant-title {
  display: none !important;
}
 {
  display: none !important;
}
.swym-variant-title {
    display: none !important;
  }
.swym-variant-title {
    display: none !important;
  }
.swym-product-final-price {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-weight: 700 !important;
}
.swym-wishlist-grid .swym-add-to-cart-btn {
  position: absolute !important;
  bottom: 0px !important;
  left: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1rem !important;
  width: auto !important;
  min-width: 0px !important;
  --tw-translate-x: -50% !important;
  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)) !important;
  white-space: nowrap !important;
  border-radius: 9999px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 28, 97, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 28, 97, var(--tw-bg-opacity)) !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  text-align: center !important;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: .125rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.swym-wishlist-grid .swym-add-to-cart-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(3, 28, 97, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .swym-wishlist-grid .swym-add-to-cart-btn {
    margin-top: 1.5rem !important;
    width: 100% !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    line-height: 1.5rem !important;
  }
}
.swym-wishlist-grid .swym-add-to-cart-btn {
    border: 2px solid #30318c !important;
    display: none !important;
}
.swym-wishlist-grid .swym-add-to-cart-btn { /* Hide so users can't get around quantity limit */
}
.swym-wishlist-grid button.swym-add-to-cart-btn.swym-disabled, .swym-wishlist-grid .swym-add-to-cart-btn[disabled] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}
.swym-wishlist-grid button.swym-add-to-cart-btn.swym-disabled:hover, .swym-wishlist-grid .swym-add-to-cart-btn[disabled]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.swym-wishlist-grid button.swym-add-to-cart-btn.swym-disabled, .swym-wishlist-grid .swym-add-to-cart-btn[disabled] {
    border: 2px solid #e5e5e5 !important;
    background: #e5e5e5 !important;
}
/* Empty Wishlist */
.swym-empty-wishlist-title {
  margin-top: 0px !important;
  margin-bottom: 1rem !important;
}
.swym-empty-wishlist-text {
  text-align: center !important;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.swym-empty-wishlist-continue-btn {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1rem !important;
  width: auto !important;
  white-space: nowrap !important;
  border-radius: 9999px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 28, 97, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 28, 97, var(--tw-bg-opacity)) !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  text-align: center !important;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .125rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.swym-empty-wishlist-continue-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(3, 28, 97, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .swym-empty-wishlist-continue-btn {
    margin-top: 1.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    line-height: 1.5rem !important;
  }
}
.swym-empty-wishlist-continue-btn {
    border: 2px solid #30318C !important;
}
.squishmallows .swym-empty-wishlist-continue-btn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
}
.squishmallows .swym-empty-wishlist-continue-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
.squishmallows .swym-empty-wishlist-continue-btn {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.squishmallows .swym-empty-wishlist-continue-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.squishmallows .swym-empty-wishlist-continue-btn:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 55, 120, var(--tw-text-opacity)) !important;
}
.vault .swym-empty-wishlist-continue-btn {
  border-color: transparent !important;
}
.vault .swym-empty-wishlist-continue-btn {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .vault .swym-empty-wishlist-continue-btn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }
}
.vault .swym-empty-wishlist-continue-btn {
        background-size: 200% auto !important;
        background-image: linear-gradient(to right, #0F99FE 0%, #2D27FF 51%, #0F99FE 100%) !important;
    }
.vault .swym-empty-wishlist-continue-btn {
        transition: .5s ease-out;
    }
.vault .swym-empty-wishlist-continue-btn:hover {
            background-position: right center;
            transition: .5s ease-out;
        }
/* Modals */
.swym-share-wishlist-modal-dialog {
  border-radius: 0.5rem !important;
}
.swym-logged-in .swym-text-heading, .swym-share-login .swym-text-heading, .swym-save-summary .swym-text-heading, .swym-share-wishlist-modal-dialog .swym-heading, .swym-save-list .swym-text-heading {
  margin-bottom: 1rem !important;
  justify-content: center !important;
  padding-bottom: 0px !important;
  text-align: center !important;
}
.swym-text-content, .swym-message-content {
  margin-bottom: 1rem !important;
  text-align: center !important;
  font-family: freight-sans-pro, sans-serif !important;
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.swym-text-content:last-of-type, .swym-message-content:last-of-type {
  margin-bottom: 1.5rem !important;
}
.swym-save-summary, .swym-share-login {
  text-align: center !important;
}
.swym-button {
  margin-bottom: 0px !important;
}
.swym-login-btn, .swym-log-out-btn, .swym-share-wishlist-email-btn, .swym-back-btn + .swym-save-list-btn {
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  min-width: 0px !important;
  white-space: nowrap !important;
  border-radius: 9999px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 28, 97, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 28, 97, var(--tw-bg-opacity)) !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  text-align: center !important;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .125rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.swym-login-btn:hover, .swym-log-out-btn:hover, .swym-share-wishlist-email-btn:hover, .swym-back-btn + .swym-save-list-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(3, 28, 97, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .swym-login-btn, .swym-log-out-btn, .swym-share-wishlist-email-btn, .swym-back-btn + .swym-save-list-btn {
    width: 100% !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    line-height: 1.5rem !important;
  }
}
.swym-login-btn, .swym-log-out-btn, .swym-share-wishlist-email-btn, .swym-back-btn + .swym-save-list-btn {
    border: 2px solid #30318C !important;
}
.squishmallows .swym-login-btn, .squishmallows .swym-log-out-btn, .squishmallows .swym-share-wishlist-email-btn, .squishmallows .swym-back-btn + .swym-save-list-btn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
}
.squishmallows .swym-login-btn, .squishmallows .swym-log-out-btn, .squishmallows .swym-share-wishlist-email-btn, .squishmallows .swym-back-btn + .swym-save-list-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
.squishmallows .swym-login-btn, .squishmallows .swym-log-out-btn, .squishmallows .swym-share-wishlist-email-btn, .squishmallows .swym-back-btn + .swym-save-list-btn {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.squishmallows .swym-login-btn:hover, .squishmallows .swym-log-out-btn:hover, .squishmallows .swym-share-wishlist-email-btn:hover, .squishmallows .swym-back-btn + .swym-save-list-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.squishmallows .swym-login-btn:hover, .squishmallows .swym-log-out-btn:hover, .squishmallows .swym-share-wishlist-email-btn:hover, .squishmallows .swym-back-btn + .swym-save-list-btn:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 55, 120, var(--tw-text-opacity)) !important;
}
.vault .swym-login-btn, .vault .swym-log-out-btn, .vault .swym-share-wishlist-email-btn, .vault .swym-back-btn + .swym-save-list-btn {
  border-color: transparent !important;
}
.vault .swym-login-btn, .vault .swym-log-out-btn, .vault .swym-share-wishlist-email-btn, .vault .swym-back-btn + .swym-save-list-btn {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .vault .swym-login-btn:hover, .vault .swym-log-out-btn:hover, .vault .swym-share-wishlist-email-btn:hover, .vault .swym-back-btn + .swym-save-list-btn:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }
}
.vault .swym-login-btn, .vault .swym-log-out-btn, .vault .swym-share-wishlist-email-btn, .vault .swym-back-btn + .swym-save-list-btn {
        background-size: 200% auto !important;
        background-image: linear-gradient(to right, #0F99FE 0%, #2D27FF 51%, #0F99FE 100%) !important;
    }
.vault .swym-login-btn, .vault .swym-log-out-btn, .vault .swym-share-wishlist-email-btn, .vault .swym-back-btn + .swym-save-list-btn {
        transition: .5s ease-out;
    }
.vault .swym-login-btn:hover, .vault .swym-log-out-btn:hover, .vault .swym-share-wishlist-email-btn:hover, .vault .swym-back-btn + .swym-save-list-btn:hover {
            background-position: right center;
            transition: .5s ease-out;
        }
.swym-back-btn, .swym-save-list-btn {
  margin-left: auto !important;
  margin-right: auto !important;
  width: auto !important;
  min-width: 0px !important;
  white-space: nowrap !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 28, 97, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  text-align: center !important;
  font-family: freight-sans-pro, sans-serif !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: .125rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(3, 28, 97, var(--tw-text-opacity)) !important;
}
.swym-back-btn:hover, .swym-save-list-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 28, 97, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .swym-back-btn, .swym-save-list-btn {
    width: 100% !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    line-height: 1.5rem !important;
  }
}
.swym-back-btn, .swym-save-list-btn {
    border: 2px solid #30318C !important;
}
.squishmallows .swym-back-btn, .squishmallows .swym-save-list-btn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
}
.squishmallows .swym-back-btn, .squishmallows .swym-save-list-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.squishmallows .swym-back-btn, .squishmallows .swym-save-list-btn {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 55, 120, var(--tw-text-opacity)) !important;
}
.squishmallows .swym-back-btn:hover, .squishmallows .swym-save-list-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
.squishmallows .swym-back-btn:hover, .squishmallows .swym-save-list-btn:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.vault .swym-back-btn, .vault .swym-save-list-btn {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}
.vault .swym-back-btn, .vault .swym-save-list-btn {
  background-color: transparent !important;
}
.vault .swym-back-btn, .vault .swym-save-list-btn {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.vault .swym-back-btn:hover, .vault .swym-save-list-btn:hover {
            background-size: 200% auto !important;
            background-image: linear-gradient(to right, rgba(45, 39, 255, .2) 0%, rgba(0, 207, 253, .2) 51%, rgba(45, 39, 255, .2) 100%) !important;
        }
.swym-login-btn, .swym-save-list-btn, .swym-back-btn + .swym-save-list-btn {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  display: inline-block !important;
}
@media (min-width: 1024px) {

  .swym-login-btn, .swym-save-list-btn, .swym-back-btn + .swym-save-list-btn {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .swym-login-btn + .swym-save-list-btn {
    margin-top: 1rem !important;
  }
}
.swym-login-btn {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.swym-save-list-btn[disabled], .swym-share-wishlist-email-btn[disabled] {
  cursor: default !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}
.swym-save-list-btn[disabled]:hover, .swym-share-wishlist-email-btn[disabled]:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.swym-save-list-btn[disabled], .swym-share-wishlist-email-btn[disabled] {
    border: 2px solid #e5e5e5 !important;
    background: #e5e5e5 !important;
}
.swym-save-list .swym-action-button-container, .swym-logged-in .swym-action-button-container {
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
  flex-direction: row !important;
  justify-content: center !important;
}
.swym-back-btn, .swym-log-out-btn {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  margin-top: 0px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.swym-close-btn {
  right: auto !important;
  top: 1.25rem !important;
  left: 1.25rem !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  background-repeat: no-repeat !important;
    background-size: 16px !important;
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22%7B%7B%20classes%20%7D%7D%20icon-close%22%20width%3D%22%7B%7Bwidth%20%7C%20default%3A%2016%7D%7D%22%20height%3D%22%7B%7Bheight%20%7C%20default%3A%2016%7D%7D%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L15%2015M15%201L1%2015%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") !important;
}
.swym-close-btn::before {
  display: none !important;
}
 {
  display: none !important;
}
.swym-close-btn::before {
    display: none !important;
  }
.swym-close-btn::before {
    display: none !important;
  }
.swym-input {
  border-radius: 9999px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.swym-input::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 77, 92, var(--tw-text-opacity)) !important;
}
.swym-input::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 77, 92, var(--tw-text-opacity)) !important;
}
.swym-input:focus {
  outline-color: #1D52E1 !important;
}
.swym-share-wishlist-note {
  border-radius: 0.375rem !important;
  font-family: freight-sans-pro, sans-serif !important;
}
.swym-button-bar {
  display: none;
}
 {
  display: none;
}
.swym-button-bar {
    display: none;
  }
.swym-button-bar {
    display: none;
  }
.recently-viewed .product-tile {
    /*@apply w-[35vw];*/
    width: 70vw;
}
@media only screen and (min-width: 768px) {
    .recently-viewed .product-tile {
        /*@apply w-[calc((100vw-2.5rem-(1.25rem*2))/4.5)];*/
        width: calc((100vw - 2.5rem - (1.25rem * 2)) / 2.5);
    }
}
@media only screen and (min-width: 1024px) {
    .recently-viewed .product-tile {
        /*@apply w-[calc((100vw-5rem-(2.5rem*3))/5.5)];*/
        width: calc((100vw - 5rem - (2.5rem * 3)) / 3.5);
    }
}
@media only screen and (min-width: 1617px) {
    .recently-viewed .product-tile {
        /*@apply w-[15rem];*/
        width: 25rem;
    }
}
.squishmallows .signup-form .wysiwyg p {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.bfcm-signup-form {
  margin: 0px !important;
  padding-top: 1rem !important;
}
@media (min-width: 1024px) {

  .bfcm-signup-form {
    padding-top: 2.5rem !important;
    padding-bottom: 1.75rem !important;
  }
}
@media (min-width: 1280px) {

  .bfcm-signup-form {
    padding-top: 5rem !important;
  }
}
/* Landing Page Module */
.section-bb-classes .active span:first-child {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgba(200, 42, 105, var(--tw-bg-opacity));
}
.section-bb-classes .active img {
  --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);
}
/* PLP Module */
.section-bb-classes .bb-class-link {
    /*@apply w-[calc((100vw-5rem-(2.5rem*3))/5.5)];*/
    margin-right: 2rem;
    width: 140px
}
@media (min-width: 1024px) {

  .section-bb-classes .bb-class-link {
    width: 210px;
  }
}
.section-bb-classes .bb-class-link:last-child {
  margin-right: 2.5rem;
}
.section-bb-classes .bb-class-container {
  height: 166px;
  width: 100%;
}
@media (min-width: 1024px) {

  .section-bb-classes .bb-class-container {
    height: 250px;
  }
}
.section-bb-classes .bb-class-container {
    background-image: url('/cdn/shop/files/BumBumz_Class_Bg.png?v=1705956912');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-clip-path: path('M 0,0 H 140 V 96 A 70 70 180 0 1 0,96 z');
            clip-path: path('M 0,0 H 140 V 96 A 70 70 180 0 1 0,96 z');
}
@media (min-width: 1024px) {
.section-bb-classes .bb-class-container {
        -webkit-clip-path: path('M 0,0 H 210 V 145 A 105 105 180 0 1 0,145 z');
                clip-path: path('M 0,0 H 210 V 145 A 105 105 180 0 1 0,145 z')
}
    }
.section-bb-classes .bb-class-container img {
  width: 140px;
}
@media (min-width: 1024px) {

  .section-bb-classes .bb-class-container img {
    width: 210px;
  }
}
.bldr-hamburger path {
  fill: #FFFFFF !important;
}
.sticki-hamburger path {
  fill: #FFFFFF !important;
}
.sticki-social-links li {
  margin: 0px !important;
  list-style-type: none !important;
}
.sticki-social-links li:before {
  display: none !important;
}
 {
  display: none !important;
}
.sticki-social-links li:before {
    display: none !important;
  }
.sticki-social-links li:before {
    display: none !important;
  }
#customer_login #rc_login {
  display: none;
}
#recover {
  display: none;
}
#recover:target {
  display: block;
}
#recover:target + #login {
  display: none;
}
select.age-select {
  min-width: 0;
  min-width: initial;
}
.modal select.age-select {
  height: 2.5rem !important;
}
.modal select.age-select {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
.modal select.age-select {
  background-position: right 10px center;
}
.modal select.age-select {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.modal select.age-select:focus {
  outline-color: #008080;
}
@media (min-width: 640px) {

  .modal select.age-select {
    background-position: right 20px center;
  }
}
@media (min-width: 640px) {

  .modal select.age-select {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.jazwares .modal select.age-select {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
.jazwares .modal select.age-select:focus {
  outline-color: #1D52E1;
}
.vault .modal select.age-select {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.account-login-msg p:empty {
  margin-bottom: 1rem;
}
.address-header {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {

  .address-header {
    margin-bottom: 2.5rem;
    flex-direction: row;
  }
}
.address-header .back-to-address {
  display: none;
}
 {
  display: none;
}
.address-header .back-to-address {
    display: none;
  }
.address-header .back-to-address {
    display: none;
  }
.add-edit-active .address-header .back-to-address {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.add-edit-active .address-header .back-to-address {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.addresses-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 1024px) {

  .addresses-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.address-item--details {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
[aria-expanded="false"] > [data-address-form] {
  display: none;
}
[aria-expanded="true"] > [data-address-form] {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper[aria-expanded="true"] > [data-address-form] {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
[aria-expanded="true"][data-address] {
  background-color: transparent;
  padding: 0px;
}
.add-edit-active [aria-expanded="false"][data-address] {
  display: none;
}
 {
  display: none;
}
.add-edit-active [aria-expanded="false"][data-address] {
    display: none;
  }
.add-edit-active [aria-expanded="false"][data-address] {
    display: none;
  }
.add-edit-active [aria-expanded="true"][data-address] {
  border-width: 0px;
}
.add-edit-active [data-address-form] {
  width: 100%;
}
.add-edit-active .address-item--details {
  display: none;
}
 {
  display: none;
}
.add-edit-active .address-item--details {
    display: none;
  }
.add-edit-active .address-item--details {
    display: none;
  }
@media (min-width: 1024px) {

  .add-edit-active .addresses-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
button.address-item--details {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.add-edit-active nav {
  display: none;
}
 {
  display: none;
}
.add-edit-active nav {
    display: none;
  }
.add-edit-active nav {
    display: none;
  }
.collection-seo--description {
  max-height: 15rem;
  overflow: hidden;
}
@media (min-width: 1024px) {

  .collection-seo--description {
    max-height: 10.5rem;
  }
}
.collection-seo--description {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
@media (min-width: 1024px) {
.collection-seo--description {
    -webkit-line-clamp: 7
}
  }
.collection-seo--description.normal {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collection-seo--description.normal {
    width: 100vw;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collection-seo--description.normal {
    overflow: hidden;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collection-seo--description.normal {
    white-space: nowrap;
  }
}
.collection-seo--description.normal {
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
.collection-seo--description.collapsed {
  display: block;
}
.collection-seo--description.collapsed {
  max-height: 100%;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collection-seo--description.collapsed {
    width: 100vw;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collection-seo--description.collapsed {
    overflow: hidden;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collection-seo--description.collapsed {
    white-space: nowrap;
  }
}
.collection-seo--description.collapsed {
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
.breadcrumbs {

}
.breadcrumbs li {
  display: inline;
  text-overflow: ellipsis;
  font-size: 10px;
  line-height: 14px;
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .breadcrumbs li {
    font-size: 12px;
    line-height: 16px;
  }
}
.breadcrumbs li + li::before {
  margin: 0px;
  font-size: 10px;
  line-height: 14px;
  --tw-content: '/';
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .breadcrumbs li + li::before {
    font-size: 12px;
    line-height: 16px;
  }
}
.breadcrumbs li a {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.breadcrumbs li a:hover {
  text-decoration-line: underline;
}
.boost-pfs-filter-products{
  flex-wrap:nowrap !important;
  display:grid !important;
  margin-left: 0px !important;
  width: 100% !important
}
@media (min-width: 768px) {

  .boost-pfs-filter-products {
    margin: 0px !important;
  }
}
.boost-pfs-filter-products.no-products {
  display: block !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-products.no-products {
    width: 100vw;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-products.no-products {
    overflow: hidden;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-products.no-products {
    white-space: nowrap;
  }
}
.boost-pfs-filter-products > .boost-pfs-filter-product-item {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-products > .boost-pfs-filter-product-item {
    display: none !important;
  }
.boost-pfs-filter-products > .boost-pfs-filter-product-item {
    display: none !important;
  }
.product-list-no-search-result-text {
  display: none !important;
}
 {
  display: none !important;
}
.product-list-no-search-result-text {
    display: none !important;
  }
.product-list-no-search-result-text {
    display: none !important;
  }
.boost-pfs-filter-message.result-empty-search {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-message.result-empty-search {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.boost-pfs-filter-message.result-empty-search a {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-products article {
  position: relative;
}
.vault .boost-pfs-filter-products article > .group {
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
}
/*@media (min-width: 1024px) {*/
/*  .squishmallows .boost-pfs-filter-products article {*/
/*    @apply h-[495px];  */
/*  }*/
/*}*/
/*@media (min-width: 1070px) {*/
/*  .squishmallows .boost-pfs-filter-products article {*/
/*    @apply h-[512px];  */
/*  }*/
/*}*/
/*@media (min-width: 1100px) {*/
/*  .squishmallows .boost-pfs-filter-products article {*/
/*    @apply h-[532px];*/
/*  }*/
/*}*/
/*@media (min-width: 1200px) {*/
/*  .squishmallows .boost-pfs-filter-products article {*/
/*    @apply h-[556px];*/
/*  }*/
/*}*/
/*@media (min-width: 1280px) {*/
/*  .squishmallows .boost-pfs-filter-products article {*/
/*    @apply h-[556px];*/
/*  }*/
/*}*/
.boost-pfs-filter-product-item {
  float:none !important;
  margin-bottom: 0px !important;
}
.boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
  padding-top: 2px !important;
}
.boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
  font-size: 12px !important;
}
.boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
  font-weight: 600 !important;
}
.boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
  line-height: 12px !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
    padding-top: 2.5px !important;
  }
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
    font-weight: 700 !important;
  }
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .badges-container, .boost-pfs-filter-product-item .badge__tint, .boost-pfs-filter-product-item .badge__success__tint, .boost-pfs-filter-product-item .badge__neutral__tint {
    line-height: 16px !important;
  }
}
.boost-pfs-filter-product-item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.boost-pfs-filter-product-item .title {
  font-size: 15px;
}
.boost-pfs-filter-product-item .title {
  font-weight: 600;
}
.boost-pfs-filter-product-item .title {
  line-height: 22px;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  .boost-pfs-filter-product-item .title {
    line-height: 25px;
  }
}
.vault .boost-pfs-filter-product-item {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}
.vault .boost-pfs-filter-product-item {
  border-radius: 0px !important;
}
.vault .boost-pfs-filter-product-item {
  border-style: none !important;
}
.vault .boost-pfs-filter-product-item {
  padding: 0px !important;
}
.vault .boost-pfs-filter-product-item {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.vault .boost-pfs-filter-product-item [data-image-link] {
  display: block !important;
}
.vault .boost-pfs-filter-product-item [data-image-link] {
  overflow: hidden !important;
}
.vault .boost-pfs-filter-product-item [data-image-link] {
  border-radius: 10px !important;
}
.vault .boost-pfs-filter-product-item [data-image-link] {
  border-width: 1px !important;
}
.vault .boost-pfs-filter-product-item [data-image-link] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
}
@media (max-width: 767px) {
    .vault .boost-pfs-filter-product-item .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-image-link] {
    width: 100vw;
  }
    .vault .boost-pfs-filter-product-item .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-image-link] {
    overflow: hidden;
  }
    .vault .boost-pfs-filter-product-item .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-image-link] {
    white-space: nowrap;
  }
}
.vault .boost-pfs-filter-product-item [data-product-badge] {
  top: 0.75rem !important;
}
.vault .boost-pfs-filter-product-item [data-product-badge] {
  left: 0.75rem !important;
}
.vault .boost-pfs-filter-product-item .badges-container {

    }
.vault .boost-pfs-filter-product-item .vendor {

    }
.vault .boost-pfs-filter-product-item .title {

    }
.vault .boost-pfs-filter-product-item .price {

    }
.vault .boost-pfs-filter-product-item .atc-container {

    }
.boost-pfs-filter-default-toolbar {
  display: block !important;
  border-bottom-width: 0px !important;
  text-align: center !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-default-toolbar {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {

  .boost-pfs-filter-default-toolbar {
    text-align: left !important;
  }
}
.boost-pfs-filter-default-toolbar .boost-pfs-filter-toolbar-item.boost-pfs-filter-toolbar-count {
  width: 100% !important;
  padding-right: 0px !important;
}
.boost-pfs-filter-products .atc-container .button__primary, .boost-pfs-filter-products .atc-container .button__primary__global, .boost-pfs-filter-products .atc-container .button__secondary {
  height: 34px !important;
  min-width: -moz-min-content !important;
  min-width: min-content !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  font-size: 13px !important;
  line-height: 32px !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-products .atc-container .button__primary, .boost-pfs-filter-products .atc-container .button__primary__global, .boost-pfs-filter-products .atc-container .button__secondary {
    height: 44px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    font-size: 16px !important;
    line-height: 42px !important;
  }
}
.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type .refine-by-value {
  font-family: var(--brand-font);
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type .refine-by-value {
  font-size: 1rem !important;
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type .refine-by-value {
  font-weight: 600 !important;
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type .refine-by-value {
  line-height: 1.25rem !important;
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type .refine-by-value {
  letter-spacing: 0.3px !important;
}
.boost-pfs-filter-load-more-button {
  position: relative !important;
  min-width: 11rem !important;
  overflow: hidden !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(3, 28, 97, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  vertical-align: bottom !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgba(3, 28, 97, var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-load-more-button {
    overflow: visible !important;
  }

  .boost-pfs-filter-load-more-button:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(3, 28, 97, var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }
}
.boost-pfs-filter-load-more-button {
  transition: .1s ease-out;
}
.squishmallows .boost-pfs-filter-load-more-button {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
}
.squishmallows .boost-pfs-filter-load-more-button {
  background-color: transparent !important;
}
.squishmallows .boost-pfs-filter-load-more-button {
  --tw-text-opacity: 1 !important;
  color: rgba(110, 55, 120, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .squishmallows .boost-pfs-filter-load-more-button:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
  }
}
@media (min-width: 1024px) {

  .squishmallows .boost-pfs-filter-load-more-button:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }
}
.boost-pfs-filter-load-more-total {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.boost-pfs-filter-total-product {
  text-align: center !important;
}
@media (min-width: 768px) {

  .boost-pfs-filter-total-product {
    padding-bottom: 0px !important;
    text-align: left !important;
  }
}
.boost-pfs-filter-load-more {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.boost-pfs-filter-custom-sorting button > span:after {
  height: 0.5rem !important;
  width: 0.5rem !important;
  border-right-width: 1.5px !important;
  border-bottom-width: 1.5px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
  border: none !important;
}
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
  box-shadow: 0 0 10px rgba(8, 0, 0, 0.1);
  border-radius: 10px;
}
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 46, var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li:first-child {
  padding-top: 1.25rem !important;
}
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li:last-child {
  padding-bottom: 1.25rem !important;
}
#boost-pfs-filter-tree2-pf-vp-price {
  width: 24.4375rem !important;
  padding-top: 2rem !important;
}
.boost-pfs-filter-option-item-list {
  margin: 0px !important;
  padding-right: 0.25rem !important;
}
.boost-pfs-filter-apply-button {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important
}
.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity)) !important;
}
.squishmallows .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar-track {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner::-webkit-scrollbar-track-piece {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount>* {
  height: 3rem !important;
  border-radius: 0.25rem !important;
  line-height: 3rem !important;
}
.boost-pfs-filter-option-range-amount-wrapper .boost-pfs-filter-option-range-slider-unit {
  min-height: 2.25rem !important;
  padding-left: 1.25rem !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-option-range-amount-wrapper .boost-pfs-filter-option-range-slider-unit {
    min-height: 3rem !important;
  }
}
.boost-pfs-filter-option-range-amount-wrapper {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-option-range-amount-wrapper:hover, .boost-pfs-filter-option-range-amount-wrapper:focus-within {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input, .boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input {
  margin-bottom: 0px !important;
  min-height: 2.25rem !important;
  padding-right: 1.25rem !important;
}
@media (min-width: 768px) {

  .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input, .boost-pfs-filter-tree-h .boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount input {
    min-height: 3rem !important;
  }
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split {
  position: relative !important;
  font-size: 0px !important;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-amount .boost-pfs-filter-option-range-amount-split:before {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  width: 0.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider {
  background: none !important;
  margin-bottom: 3rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(216, 220, 232, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal {
  height: 2rem !important;
  padding: 0px !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
  background: none !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity)) !important
}
.free-shipping .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect.bg-opacity-20 {
}
.free-shipping .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect.bg-opacity-20 > .bg-primary-50 {
}
.squishmallows .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
  --tw-border-opacity: 1 !important;
  border-color: rgba(60, 169, 169, var(--tw-border-opacity)) !important;
}
.squishmallows .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(60, 169, 169, var(--tw-bg-opacity)) !important;
}
.vault .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
  border-style: none !important;
}
.vault .boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-connect {
    background: linear-gradient(90deg, #2D27FF -0.07%, #0F99FE 99.93%) !important;
  }
.boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  margin-top: 0.75rem;
  font-family: var(--brand-font);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.3px;
}
.squishmallows .boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  font-family: Nunito, sans-serif !important;
}
.squishmallows .boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  font-size: 0.9375rem !important;
}
.squishmallows .boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  line-height: 1.375rem !important;
}
.squishmallows .boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  letter-spacing: 0.5px !important;
}
.vault .boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  font-size: 1rem !important;
}
.vault .boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  font-weight: 600 !important;
}
.vault .boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  line-height: 1.25rem !important;
}
.vault .boost-pfs-filter-option-range-slider .noUi-value-horizontal {
  letter-spacing: 0.3px !important;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-pips-horizontal .noUi-marker.noUi-marker-large {
  background: none !important;
  top: -5px !important;
  height: 0.5rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc {
  margin-top: 0px !important;
  margin-bottom: 2rem !important;
}
.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc>span {
  margin-right: 0.75rem !important;
  font-family: var(--brand-font) !important;
  font-size: 0.875rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 2rem !important;
  letter-spacing: 0.125rem !important;
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc>span {
  font-size: 1rem !important;
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc>span {
  font-weight: 600 !important;
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc>span {
  line-height: 2rem !important;
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc>span {
  letter-spacing: 0.3px !important;
}
.squishmallows .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc>span {
  font-size: 0.875rem !important;
}
.squishmallows .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc>span {
  letter-spacing: 2px !important;
}
.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc>span:after {
  content: ':';
}
.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item {
  margin-bottom: 0px !important;
  margin-right: 1rem !important;
  height: 2rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 240, 251, var(--tw-bg-opacity)) !important;
  line-height: 2rem !important;
}
.squishmallows .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(225, 243, 242, var(--tw-bg-opacity)) !important;
}
.vault .boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
  font-family: Comfortaa, sans-serif !important;
  font-size: 0.8125rem !important;
  text-transform: capitalize !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.25px !important;
  text-decoration-line: underline !important;
}
.brands button.boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button span {
  display: none !important;
}
.vault .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
  font-family: var(--brand-font) !important;
}
.vault .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
  font-size: 1rem !important;
}
.vault .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
  font-weight: 600 !important;
}
.vault .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
  line-height: 1.25rem !important;
}
.vault .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
  letter-spacing: 0.3px !important;
}
.vault .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  font-family: var(--brand-font) !important;
  font-size: 0.8125rem !important;
  text-transform: capitalize !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.25px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(72, 77, 92, var(--tw-text-opacity)) !important;
}
.squishmallows .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  font-size: 0.875rem !important;
}
.squishmallows .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  line-height: 1.25rem !important;
}
.squishmallows .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  letter-spacing: 0.25px !important;
}
.squishmallows .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.vault .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  font-size: 0.875rem !important;
}
.vault .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  font-weight: 600 !important;
}
.vault .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  line-height: 1.25rem !important;
}
.vault .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  letter-spacing: 0.25px !important;
}
.vault .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-selected-items-mobile {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-refine-by-wrapper-h .boost-pfs-filter-pc .boost-pfs-filter-refine-by-items .refine-by-item .boost-pfs-filter-clear .refine-by-type {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-family: Comfortaa, sans-serif !important;
  font-size: 0.875rem !important;
  text-transform: capitalize !important;
  line-height: 2rem !important;
  letter-spacing: 0.3px !important;
}
.boost-pfs-filter-option-range .boost-pfs-filter-option-range-slider .noUi-origin .noUi-handle {
  top: -13px !important;
  right: -13px !important;
  height: 1.625rem !important;
  width: 1.625rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-mobile-toolbar-items {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  width: calc(100% + 32px) !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  padding: 0.625rem !important;
}
.squishmallows .boost-pfs-filter-mobile-toolbar-items {
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 243, 242, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option:last-child {
  border-bottom-width: 1px !important;
  border-left-width: 0px !important;
  border-top-width: 0px !important;
  border-right-width: 0px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
}
.squishmallows .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option:last-child {
  --tw-border-opacity: 1 !important;
  border-color: rgba(225, 243, 242, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
  padding-left: 0px !important;
}
.boost-pfs-filter-collection-header-wrapper {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(240, 248, 255, var(--tw-bg-opacity)) !important;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.free-shipping .boost-pfs-filter-collection-header-wrapper {
}
.boost-pfs-search-result-header {
  padding-bottom: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(13, 16, 23, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 41.75rem;
}
.boost-pfs-search-form {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0px !important;
  max-width: 37.875rem !important;
}
.boost-pfs-search-result-header + .boost-pfs-search-form {
  display: none;
}
 {
  display: none;
}
.boost-pfs-search-result-header + .boost-pfs-search-form {
    display: none;
  }
.boost-pfs-search-result-header + .boost-pfs-search-form {
    display: none;
  }
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input {
  height: 2.8125rem !important;
  border-width: 1px !important;
  border-color: transparent !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0.875rem !important;
  padding-right: 4.0625rem !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input {
  box-shadow: 0px 0px 10px rgba(8, 55, 180, 0.1);
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input.focus-visible {
  border-width: 1px !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-visible {
  border-width: 1px !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input.focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input.focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-visible {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input.focus-visible {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-visible {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input.focus-visible {
    border-width: 1px !important;
    border-style: solid !important;
  }
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:active, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-within, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:hover, .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input:focus-visible {
    border-width: 1px !important;
    border-style: solid !important;
  }
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input::-webkit-search-cancel-button {
  right: 0.625rem !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input::-webkit-search-cancel-button {
  height: 1.125rem !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input::-webkit-search-cancel-button {
  width: 1.125rem !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input::-webkit-search-cancel-button {
  cursor: pointer !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-input::-webkit-search-cancel-button {
    background-size: 0.75rem !important;
  }
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn {
  display: flex !important;
  height: 2.8125rem !important;
  width: 4.0625rem !important;
  min-width: 0 !important;
  min-width: initial !important;
  align-items: center !important;
  justify-content: center !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.free-shipping .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn.bg-opacity-20 {
}
.free-shipping .boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn.bg-opacity-20 > .bg-primary-50 {
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(3, 28, 97, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn {
  box-shadow: 0px 0px 10px rgba(8, 55, 180, 0.1);
}
.boost-pfs-filter-collection-header-wrapper .boost-pfs-search-form .boost-pfs-search-btn path {
  fill: #FFFFFF !important;
}
.boost-pfs-search-result-toolbar .boost-pfs-search-result-item .boost-pfs-search-total-result {
  padding-bottom: 1.5rem !important;
  font-family: Comfortaa, sans-serif !important;
  font-size: 0.8125rem !important;
  text-transform: capitalize !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.25px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.boost-pfs-search-result-toolbar {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 2rem !important;
  border-top-width: 0px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 0px !important;
}
.boost-pfs-search-result-toolbar>.boost-pfs-container-default-fullwidth {
  min-height: 0 !important;
  min-height: initial !important;
  align-items: flex-start !important;
}
.boost-pfs-search-result-wrap {
  padding: 0px !important;
}
ul.boost-pfs-search-result-panel-controls>li button {
  position: relative !important;
  border-width: 0px !important;
  padding-bottom: 1.5rem !important;
  font-family: Comfortaa, sans-serif !important;
  font-size: 0.875rem !important;
  text-transform: capitalize !important;
  line-height: 1.25rem !important;
  letter-spacing: 0.3px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  border-width: 0 !important;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
    content: '';
  }
ul.boost-pfs-search-result-panel-controls>li button:after {
  position: absolute;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
  bottom: 0px;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
  left: 0px;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
  height: 0.25rem;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
  width: 100%;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
  border-radius: 9999px;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
  transition-duration: 300ms;
}
ul.boost-pfs-search-result-panel-controls>li button:after {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
ul.boost-pfs-search-result-panel-controls>li button:hover:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity)) !important;
}
.free-shipping ul.boost-pfs-search-result-panel-controls>li button:hover.bg-opacity-20:after {
}
.free-shipping ul.boost-pfs-search-result-panel-controls>li button:hover.bg-opacity-20 > .bg-primary-50:after {
}
ul.boost-pfs-search-result-panel-controls>li {
  margin-right: 1.25rem !important;
}
ul.boost-pfs-search-result-panel-controls>li.boost-active button {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 82, 225, var(--tw-text-opacity)) !important;
}
ul.boost-pfs-search-result-panel-controls>li.boost-active button {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
ul.boost-pfs-search-result-panel-controls>li.boost-active button {
  transition-duration: 300ms !important;
}
ul.boost-pfs-search-result-panel-controls>li.boost-active button {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
ul.boost-pfs-search-result-panel-controls>li.boost-active button:after {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity));
}
ul.boost-pfs-search-result-panel-controls>li.boost-active button:after {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
ul.boost-pfs-search-result-panel-controls>li.boost-active button:after {
  transition-duration: 300ms;
}
ul.boost-pfs-search-result-panel-controls>li.boost-active button:after {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.free-shipping ul.boost-pfs-search-result-panel-controls>li.boost-active button.bg-opacity-20:after {
}
.free-shipping ul.boost-pfs-search-result-panel-controls>li.boost-active button.bg-opacity-20 > .bg-primary-50:after {
}
ul.boost-pfs-search-result-panel-controls>li button:hover {
  border-bottom-width: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(29, 82, 225, var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.boost-pfs-search-result-collections.boost-pfs-container-default-fullwidth, .boost-pfs-search-result-pages.boost-pfs-container-default-fullwidth {
  padding-top: 0.5rem !important;
  padding-left: 1rem !important;
}
@media (min-width: 768px) {

  .boost-pfs-search-result-collections.boost-pfs-container-default-fullwidth, .boost-pfs-search-result-pages.boost-pfs-container-default-fullwidth {
    padding-left: 2.5rem !important;
  }
}
@media (min-width: 1024px) {

  .boost-pfs-search-result-collections.boost-pfs-container-default-fullwidth, .boost-pfs-search-result-pages.boost-pfs-container-default-fullwidth {
    padding-top: 2.5rem !important;
  }
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item {
  margin-bottom: 1.5rem !important;
  border-bottom-width: 0px !important;
  padding: 0px !important;
}
@media (min-width: 768px) {

  .boost-pfs-search-result-collections .boost-pfs-search-result-list-item, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item {
    margin-bottom: 3rem !important;
  }
}
.boost-pfs-search-result-list-item-image {
  position: relative !important;
  margin-right: 1.5rem !important;
  height: 5.375rem !important;
  width: 6rem !important;
  max-width: none !important;
  max-width: initial !important;
  overflow: hidden !important;
  border-radius: 0.625rem !important;
}
@media (min-width: 768px) {

  .boost-pfs-search-result-list-item-image {
    height: 11.75rem !important;
    width: 13.0625rem !important;
  }
}
.boost-pfs-search-result-list-item-image img {
  position: absolute !important;
}
.boost-pfs-search-result-list-item-image img {
  left: 50% !important;
}
.boost-pfs-search-result-list-item-image img {
  top: 50% !important;
}
.boost-pfs-search-result-list-item-image img {
  height: 100% !important;
}
.boost-pfs-search-result-list-item-image img {
  width: 100% !important;
}
.boost-pfs-search-result-list-item-image img {
  --tw-translate-x: -50% !important;
  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)) !important;
}
.boost-pfs-search-result-list-item-image img {
  --tw-translate-y: -50% !important;
  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)) !important;
}
.boost-pfs-search-result-list-item-image img {
  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)) !important;
}
.boost-pfs-search-result-list-item-image img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item:last-child, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item:last-child {
  margin-bottom: 0px !important;
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item a {
  display: inline-flex !important;
  align-items: center !important;
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a .boost-pfs-search-result-list-item-title, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item a .boost-pfs-search-result-list-item-title {
  display: inline-block !important;
  font-family: Comfortaa, sans-serif !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
}
@media (min-width: 768px) {

  .boost-pfs-search-result-collections .boost-pfs-search-result-list-item a .boost-pfs-search-result-list-item-title, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item a .boost-pfs-search-result-list-item-title {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a *, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item a * {
  display: inline-block !important;
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a:hover, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item a:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(29, 82, 225, var(--tw-text-opacity)) !important;
  text-decoration-line: underline !important;
}
.brands button.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a:hover span, .brands button
.boost-pfs-search-result-pages .boost-pfs-search-result-list-item a:hover span {
  display: none !important;
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a:hover *, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item a:hover * {
  text-decoration-line: underline !important;
}
.brands button.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a:hover * span, .brands button
.boost-pfs-search-result-pages .boost-pfs-search-result-list-item a:hover * span {
  display: none !important;
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a:before, .boost-pfs-search-result-pages .boost-pfs-search-result-list-item a:before {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a:before, 
.boost-pfs-search-result-pages .boost-pfs-search-result-list-item a:before {
    display: none !important;
  }
.boost-pfs-search-result-collections .boost-pfs-search-result-list-item a:before, 
.boost-pfs-search-result-pages .boost-pfs-search-result-list-item a:before {
    display: none !important;
  }
.boost-pfs-filter-back-btn:before {
  display: block !important;
  height: 0.5rem !important;
  width: 0.5rem !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-back-btn:before {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.boost-pfs-filter-back-btn:before {
  border-width: 0 1.5px 1.5px 0 !important;
}
@media screen and (max-width: 767px) {
  .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    padding-right: 6px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .boost-pfs-filter-product-item-grid:not(.boost-pfs-filter-grid-width-2) {
    width: 100% !important;
  }
}
.boost-pfs-filter-product-item a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.boost-pfs-filter-product-item .boost-pfs-filter-item-swatch {
  margin: 0px !important;
  margin-top: 0.75rem !important;
  display: flex !important;
  flex-direction: row !important;
  gap: 0.5rem !important;
  padding: 0px !important;
}
.boost-pfs-filter-product-item .boost-pfs-filter-item-swatch li {
  margin: 0px !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-product-item .boost-pfs-filter-item-swatch li.selected {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
}
.squishmallows .boost-pfs-filter-product-item .boost-pfs-filter-item-swatch li.selected {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-product-item .boost-pfs-filter-item-swatch li span {
  height: 1.75rem !important;
  width: 1.75rem !important;
  border-width: 3px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.boost-pfs-filter-product-item [data-sizes] button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(29, 82, 225, var(--tw-border-opacity)) !important;
}
.squishmallows .boost-pfs-filter-product-item [data-sizes] button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
}
.boost-pfs-most-popular-wrapper ~ .boost-pfs-most-popular-wrapper {
  display: none;
}
 {
  display: none;
}
.boost-pfs-most-popular-wrapper ~ .boost-pfs-most-popular-wrapper {
    display: none;
  }
.boost-pfs-most-popular-wrapper ~ .boost-pfs-most-popular-wrapper {
    display: none;
  }
/* UPDATED FILTER STYLES 04/2025 */
/* Remove this before going live */
/*#PBarNextFrameWrapper {*/
/*  @apply hidden !important;*/
/*}*/
.boost-pfs-filter-total-product {
  font-weight: 600 !important;
}
.boost-pfs-filter-tree-h-wrapper {
  border-style: none !important;
  background-color: rgba(13, 16, 23, 0.5) !important;
  padding: 0px !important;
}
.boost-pfs-filter-tree-h-wrapper {
  display: none;
}
.boost-pfs-filter-tree-h-wrapper.hidden {
    display: none !important;
  }
.boost-pfs-filter-tree-h-wrapper > .boost-pfs-container-default-fullwidth {
  top: 0px !important;
  bottom: 0px !important;
  right: 0px !important;
  left: 0px !important;
  z-index: 100 !important;
  background-color: rgba(13, 16, 23, 0.5) !important;
  padding: 0px !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-tree-h-wrapper > .boost-pfs-container-default-fullwidth {
    position: fixed !important;
  }
}
.boost-pfs-filter-tree-h {
  margin-right: 0px !important;
  min-height: 100vh !important;
  width: 315px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding: 0px !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-tree-content {
  position: relative !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-tree-content {
  height: 100vh !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  position: sticky !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  left: 0px !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  right: 0px !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  bottom: -0.5rem !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  display: flex !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  flex-direction: row-reverse !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  align-items: center !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  justify-content: center !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  gap: 1rem !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer {
    box-shadow: 0 -2px 10px rgba(8, 0, 0, 0.1);
  }
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer .boost-pfs-filter-apply-all-button {
  margin: 0px !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer .boost-pfs-filter-apply-all-button {
  display: flex !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer .boost-pfs-filter-apply-all-button {
  align-items: center !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer .boost-pfs-filter-apply-all-button {
  justify-content: center !important;
}
.boost-pfs-filter-tree-h .boost-pfs-filter-mobile-footer .boost-pfs-filter-apply-all-button {
  font-size: 16px !important;
}
.boost-pfs-filter-toolbar-count {
  order: 1 !important;
  margin-right: auto !important;
  margin-left: 0px !important;
  width: 100% !important;
}
.boost-pfs-filter-toolbar-type {
  order: 2 !important;
  margin-right: 0px !important;
  width: auto !important;
}
.boost-pfs-filter-tree-mobile-button {
  order: 2 !important;
}
.boost-pfs-filter-custom-sorting {
  order: 3 !important;
}
.boost-pfs-filter-tree-desktop-button > button {
  margin-right: auto !important;
  margin-left: 0px !important;
  display: flex !important;
  height: 44px !important;
  min-width: 130px !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 42px !important;
}
.boost-pfs-filter-tree-desktop-button > button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 32, 46, var(--tw-border-opacity)) !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-tree-desktop-button > button {
    min-width: 160px !important;
  }
}
.boost-pfs-filter-top-sorting-wrapper:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 32, 46, var(--tw-border-opacity)) !important;
}
.boost-pfs-filter-tree-desktop-button-icon {
  background: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20width%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m7.0625%2012.69h-4.0625c-.13261%200-.25979.0527-.35355.1465-.09377.0938-.14645.2209-.14645.3535%200%20.1327.05268.2598.14645.3536.09376.0938.22094.1464.35355.1464h4.0625c.11015.4303.36035.8116.71115%201.0839.35081.2723.78226.4201%201.22635.4201s.87554-.1478%201.2263-.4201c.3508-.2723.601-.6536.7112-1.0839h3.0625c.1326%200%20.2598-.0526.3536-.1464.0937-.0938.1464-.2209.1464-.3536%200-.1326-.0527-.2597-.1464-.3535-.0938-.0938-.221-.1465-.3536-.1465h-3.0625c-.1102-.4302-.3604-.8115-.7112-1.0838-.35076-.2723-.78222-.4201-1.2263-.4201-.44409%200-.87554.1478-1.22635.4201-.3508.2723-.601.6536-.71115%201.0838zm2.9375.5c0%20.1978-.05865.3912-.16853.5556-.10988.1645-.26606.2926-.44879.3683-.18272.0757-.38379.0955-.57777.0569s-.37216-.1338-.51202-.2736c-.13985-.1399-.23509-.3181-.27368-.5121-.03858-.1939-.01878-.395.05691-.5777.07569-.1828.20386-.3389.36831-.4488s.35779-.1686.55557-.1686c.26522%200%20.51957.1054.70711.2929.18753.1876.29289.4419.29289.7071zm-5.9375-4.99995h-1.0625c-.13261%200-.25979.05268-.35355.14644-.09377.09377-.14645.22095-.14645.35356s.05268.25978.14645.35355c.09376.09377.22094.14645.35355.14645h1.0625c.11015.43021.36035.81155.71115%201.08385.35081.2723.78226.4201%201.22635.4201.44408%200%20.87554-.1478%201.22634-.4201.35081-.2723.60101-.65364.71116-1.08385h6.0625c.1326%200%20.2598-.05268.3536-.14645.0937-.09377.1464-.22094.1464-.35355s-.0527-.25979-.1464-.35356c-.0938-.09376-.221-.14644-.3536-.14644h-6.0625c-.11015-.43021-.36035-.81152-.71116-1.08382-.3508-.2723-.78226-.4201-1.22634-.4201-.44409%200-.87554.1478-1.22635.4201-.3508.2723-.601.65361-.71115%201.08382zm2.9375.5c0%20.19778-.05865.39112-.16853.55557s-.26606.29262-.44879.36831c-.18272.07569-.38379.09549-.57777.0569-.19398-.03858-.37216-.13382-.51202-.27367-.13985-.13986-.23509-.31804-.27368-.51202-.03858-.19398-.01878-.39505.05691-.57778.07569-.18272.20386-.3389.36831-.44878s.35779-.16853.55557-.16853c.26522%200%20.51957.10536.70711.29289.18753.18754.29289.44189.29289.70711zm4-6.5c-.4434.00042-.8741.1479-1.22475.41934-.35061.27143-.60128.6515-.71275%201.08066h-6.0625c-.13261%200-.25979.05268-.35355.14645-.09377.09376-.14645.22094-.14645.35355s.05268.25978.14645.35355c.09376.09377.22094.14645.35355.14645h6.0625c.11015.43021.36035.81152.71115%201.08382.35085.2723.78225.4201%201.22635.4201s.8755-.1478%201.2263-.4201.601-.65361.7112-1.08382h1.0625c.1326%200%20.2598-.05268.3536-.14645.0937-.09377.1464-.22094.1464-.35355s-.0527-.25979-.1464-.35356c-.0938-.09376-.221-.14644-.3536-.14644h-1.0625c-.1115-.42916-.3621-.80923-.7128-1.08066-.3506-.27144-.7813-.41892-1.2247-.41934zm1%202c0%20.19778-.0586.39112-.1685.55557s-.2661.29262-.4488.36831-.3838.09549-.5778.0569c-.194-.03858-.3722-.13382-.512-.27367-.1399-.13986-.2351-.31804-.2737-.51202-.03857-.19398-.0188-.39505.0569-.57777.0757-.18273.2039-.33891.3683-.44879.1645-.10988.3578-.16853.5556-.16853.2652%200%20.5196.10536.7071.29289.1875.18754.2929.44189.2929.70711z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") no-repeat center center !important;
  position: relative !important;
  top: -1px !important;
  display: inline-flex !important;
  height: 1.25rem !important;
  width: 1.25rem !important;
}
.boost-pfs-filter-tree-desktop-button-icon > svg {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-tree-desktop-button-icon > svg {
    display: none !important;
  }
.boost-pfs-filter-tree-desktop-button-icon > svg {
    display: none !important;
  }
.boost-pfs-filter-options-wrapper {
  right: 0px !important;
  margin: 0px !important;
  display: flex !important;
  width: calc(100vw - 60px) !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 1.25rem !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-options-wrapper {
    height: calc(100vh - 68px) !important;
    width: 100% !important;
  }
}
.boost-pfs-filter-options-wrapper::before {
  margin-bottom: 1rem !important;
  display: block !important;
  --tw-content: 'Filters' !important;
  content: var(--tw-content) !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-options-wrapper::before {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.boost-pfs-filter-option {
  float: none !important;
  margin: 0px !important;
  margin-bottom: 1.5rem !important;
  width: 100% !important;
  border-width: 0px !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  padding: 0px !important;
  padding-bottom: 1rem !important;
}
.boost-pfs-filter-option:last-child {
  margin-bottom: 0px !important;
}
.boost-pfs-filter-option:last-child {
  border-bottom-width: 0px !important;
}
.boost-pfs-filter-option:last-child {
  padding-bottom: 0px !important;
}
#boost-pfs-filter-tree2-pf-vp-price {
  padding-top: 0px !important;
}
.boost-pfs-filter-option-title {
  border-style: none !important;
  padding: 0px !important;
}
.boost-pfs-filter-option-title .boost-pfs-filter-button {
  pointer-events: none !important;
}
.boost-pfs-filter-option-title-heading {
  padding: 0px !important;
}
.boost-pfs-filter-option-title-heading::before, .boost-pfs-filter-option-title-heading::after {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-option-title-heading::before, 
.boost-pfs-filter-option-title-heading::after {
    display: none !important;
  }
.boost-pfs-filter-option-title-heading::before, 
.boost-pfs-filter-option-title-heading::after {
    display: none !important;
  }
.boost-pfs-filter-option-title-text {
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
.boost-pfs-filter-option-amount {
  float: none !important;
}
.boost-pfs-filter-option-content {
  position: static !important;
  display: block !important;
  width: auto !important;
  border-radius: 0px !important;
  padding: 0px !important;
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-option-content {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.boost-pfs-filter-tree-h-sticky-filter .boost-pfs-filter-tree-h .boost-pfs-filter-option.boost-pfs-filter-no-scrollbar:not(.boost-pfs-filter-option-range) .boost-pfs-filter-option-content-inner, .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
  margin-top: 0px !important;
  max-height: none !important;
}
.boost-pfs-filter-apply-button {
  line-height: 32px !important;
}
.boost-pfs-filter-clear {
  text-align: center !important;
  text-transform: capitalize !important;
  line-height: 32px !important;
  text-decoration-line: none !important;
}
.boost-pfs-filter-option-item {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  display: block !important;
  padding-left: 1.5rem !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-option-item {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.boost-pfs-filter-option-item.selected {
  font-weight: 400 !important;
}
.boost-pfs-filter-button {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 77, 92, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-button:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 46, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-option-item.selected .boost-pfs-filter-button {
  --tw-text-opacity: 1 !important;
  color: rgba(26, 32, 46, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-option-item.selected .boost-pfs-filter-button:hover .boost-pfs-check-box {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(74, 115, 225, var(--tw-bg-opacity)) !important;
}
.squishmallows .boost-pfs-filter-option-item.selected .boost-pfs-filter-button:hover .boost-pfs-check-box {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 74, 162, var(--tw-bg-opacity)) !important;
}
.vault .boost-pfs-filter-option-item.selected .boost-pfs-filter-button:hover .boost-pfs-check-box {
  background-image: linear-gradient(to left, var(--tw-gradient-stops)) !important;
}
.vault .boost-pfs-filter-option-item.selected .boost-pfs-filter-button:hover .boost-pfs-check-box {
  --tw-gradient-from: #2d27ff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(45, 39, 255, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.vault .boost-pfs-filter-option-item.selected .boost-pfs-filter-button:hover .boost-pfs-check-box {
  --tw-gradient-to: #00CFFD var(--tw-gradient-to-position) !important;
}
.boost-pfs-filter-option-item.selected .boost-pfs-check-box {
  border-color: transparent !important;
}
.boost-pfs-filter-option-item.selected .boost-pfs-check-box {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(29, 82, 225, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-option-item.selected .free-shipping .boost-pfs-check-box.bg-opacity-20 {
}
.boost-pfs-filter-option-item.selected .free-shipping .boost-pfs-check-box.bg-opacity-20 > .bg-primary-50 {
}
.squishmallows .boost-pfs-filter-option-item.selected .boost-pfs-check-box {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
.vault .boost-pfs-filter-option-item.selected .boost-pfs-check-box {
  background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.vault .boost-pfs-filter-option-item.selected .boost-pfs-check-box {
  --tw-gradient-from: #2d27ff var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgba(45, 39, 255, 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.vault .boost-pfs-filter-option-item.selected .boost-pfs-check-box {
  --tw-gradient-to: #00CFFD var(--tw-gradient-to-position) !important;
}
.boost-pfs-filter-option-item.selected .boost-pfs-check-box::before {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%226%22%20viewBox%3D%220%200%208%206%22%20width%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m7.76497.204742c.30114.284409.3147.759089.03029%201.060228l-4.25%204.5c-.13913.14731-.33194.23206-.53455.23496-.20261.00289-.39776-.07632-.54104-.2196l-2.25-2.25c-.2928933-.29289-.2928933-.76776%200-1.06066.292893-.29289.767767-.29289%201.06066%200l1.7043%201.7043%203.72011-3.938936c.28441-.3011385.75909-.3147007%201.06023-.030292z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") !important;
  position: absolute !important;
  top: -5px !important;
  left: 3px !important;
  width: 0.75rem !important;
  transform: none !important;
  border-width: 0px !important;
  border-style: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-option-value, .boost-pfs-filter-option-amount {
  --tw-text-opacity: 1 !important;
  color: rgba(72, 77, 92, var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}
.boost-pfs-check-box {
  left: 0px !important;
  top: 2px !important;
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 2px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-refine-by-wrapper {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-refine-by-wrapper {
    display: none !important;
  }
.boost-pfs-filter-refine-by-wrapper {
    display: none !important;
  }
.boost-pfs-filter-apply-all-button {
  display: block !important;
  font-size: 16px !important;
  text-transform: capitalize !important;
  line-height: 32px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-apply-all-button {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.boost-pfs-filter-apply-all-button:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-clear-all {
  margin: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  font-size: 16px !important;
  text-decoration-line: none !important;
  --tw-content: 'Clear' !important;
  content: var(--tw-content) !important;
}
.boost-pfs-filter-tree-mobile-button button::before {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-tree-mobile-button button::before {
    display: none !important;
  }
.boost-pfs-filter-tree-mobile-button button::before {
    display: none !important;
  }
.boost-pfs-filter-tree-mobile-button button:after {
  background: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20width%3D%2217%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m7.0625%2012.69h-4.0625c-.13261%200-.25979.0527-.35355.1465-.09377.0938-.14645.2209-.14645.3535%200%20.1327.05268.2598.14645.3536.09376.0938.22094.1464.35355.1464h4.0625c.11015.4303.36035.8116.71115%201.0839.35081.2723.78226.4201%201.22635.4201s.87554-.1478%201.2263-.4201c.3508-.2723.601-.6536.7112-1.0839h3.0625c.1326%200%20.2598-.0526.3536-.1464.0937-.0938.1464-.2209.1464-.3536%200-.1326-.0527-.2597-.1464-.3535-.0938-.0938-.221-.1465-.3536-.1465h-3.0625c-.1102-.4302-.3604-.8115-.7112-1.0838-.35076-.2723-.78222-.4201-1.2263-.4201-.44409%200-.87554.1478-1.22635.4201-.3508.2723-.601.6536-.71115%201.0838zm2.9375.5c0%20.1978-.05865.3912-.16853.5556-.10988.1645-.26606.2926-.44879.3683-.18272.0757-.38379.0955-.57777.0569s-.37216-.1338-.51202-.2736c-.13985-.1399-.23509-.3181-.27368-.5121-.03858-.1939-.01878-.395.05691-.5777.07569-.1828.20386-.3389.36831-.4488s.35779-.1686.55557-.1686c.26522%200%20.51957.1054.70711.2929.18753.1876.29289.4419.29289.7071zm-5.9375-4.99995h-1.0625c-.13261%200-.25979.05268-.35355.14644-.09377.09377-.14645.22095-.14645.35356s.05268.25978.14645.35355c.09376.09377.22094.14645.35355.14645h1.0625c.11015.43021.36035.81155.71115%201.08385.35081.2723.78226.4201%201.22635.4201.44408%200%20.87554-.1478%201.22634-.4201.35081-.2723.60101-.65364.71116-1.08385h6.0625c.1326%200%20.2598-.05268.3536-.14645.0937-.09377.1464-.22094.1464-.35355s-.0527-.25979-.1464-.35356c-.0938-.09376-.221-.14644-.3536-.14644h-6.0625c-.11015-.43021-.36035-.81152-.71116-1.08382-.3508-.2723-.78226-.4201-1.22634-.4201-.44409%200-.87554.1478-1.22635.4201-.3508.2723-.601.65361-.71115%201.08382zm2.9375.5c0%20.19778-.05865.39112-.16853.55557s-.26606.29262-.44879.36831c-.18272.07569-.38379.09549-.57777.0569-.19398-.03858-.37216-.13382-.51202-.27367-.13985-.13986-.23509-.31804-.27368-.51202-.03858-.19398-.01878-.39505.05691-.57778.07569-.18272.20386-.3389.36831-.44878s.35779-.16853.55557-.16853c.26522%200%20.51957.10536.70711.29289.18753.18754.29289.44189.29289.70711zm4-6.5c-.4434.00042-.8741.1479-1.22475.41934-.35061.27143-.60128.6515-.71275%201.08066h-6.0625c-.13261%200-.25979.05268-.35355.14645-.09377.09376-.14645.22094-.14645.35355s.05268.25978.14645.35355c.09376.09377.22094.14645.35355.14645h6.0625c.11015.43021.36035.81152.71115%201.08382.35085.2723.78225.4201%201.22635.4201s.8755-.1478%201.2263-.4201.601-.65361.7112-1.08382h1.0625c.1326%200%20.2598-.05268.3536-.14645.0937-.09377.1464-.22094.1464-.35355s-.0527-.25979-.1464-.35356c-.0938-.09376-.221-.14644-.3536-.14644h-1.0625c-.1115-.42916-.3621-.80923-.7128-1.08066-.3506-.27144-.7813-.41892-1.2247-.41934zm1%202c0%20.19778-.0586.39112-.1685.55557s-.2661.29262-.4488.36831-.3838.09549-.5778.0569c-.194-.03858-.3722-.13382-.512-.27367-.1399-.13986-.2351-.31804-.2737-.51202-.03857-.19398-.0188-.39505.0569-.57777.0757-.18273.2039-.33891.3683-.44879.1645-.10988.3578-.16853.5556-.16853.2652%200%20.5196.10536.7071.29289.1875.18754.2929.44189.2929.70711z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E") no-repeat left 1px !important;
  position: relative !important;
  padding-left: 24px !important;
  font-weight: 600 !important;
  --tw-content: 'Filters' !important;
  content: var(--tw-content) !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-close {
    position: absolute !important;
    top: 1.25rem !important;
    right: 1.5rem !important;
    z-index: 10 !important;
    height: 24px !important;
    width: 24px !important;
    cursor: pointer !important;
    font-size: 0px !important;
    background: url("data:image/svg+xml,%3Csvg%20class%3D%22icon-close%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L15%2015M15%201L1%2015%22%20stroke%3D%22%231A1A1A%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E") no-repeat center center !important;
  }
}
/* MOBILE */
.boost-pfs-filter-tree-h-sticky-filter .boost-pfs-container-default-fullwidth {
  padding: 0px !important;
}
.boost-pfs-filter-toolbar-top-mobile {
  margin-top: 1rem !important;
  border-width: 0px !important;
  border-top-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  padding-top: 1.5rem !important;
}
.boost-pfs-filter-toolbar-top-mobile-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
}
.boost-pfs-filter-mobile-toolbar-header {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-mobile-toolbar-header {
    display: none !important;
  }
.boost-pfs-filter-mobile-toolbar-header {
    display: none !important;
  }
.boost-pfs-filter-tree-mobile-button {
  border-width: 0px !important;
}
.boost-pfs-filter-tree-mobile-button-label {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-tree-mobile-button-label {
    display: none !important;
  }
.boost-pfs-filter-tree-mobile-button-label {
    display: none !important;
  }
.boost-pfs-filter-default-toolbar-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.boost-pfs-filter-top-sorting, .boost-pfs-filter-top-sorting-mobile {
  position: relative !important;
  margin-right: 0px !important;
  margin-left: auto !important;
  width: 100% !important;
  max-width: calc(50% - 6px) !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-top-sorting, .boost-pfs-filter-top-sorting-mobile {
    margin-left: 0px !important;
    width: auto !important;
  }
}
.boost-pfs-filter-top-sorting > span, .boost-pfs-filter-top-sorting-mobile > span {
  position: absolute !important;
  top: -6px !important;
  left: 21px !important;
  z-index: 10 !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
  font-size: 10px !important;
  line-height: 14px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(95, 100, 115, var(--tw-text-opacity)) !important;
}
.boost-pfs-filter-top-sorting > button, .boost-pfs-filter-tree-mobile-button > button {
  margin-right: auto !important;
  margin-left: 0px !important;
  height: 44px !important;
  min-width: 130px !important;
  align-items: center !important;
  justify-content: flex-start !important;
  white-space: nowrap !important;
  border-radius: 9999px !important;
  border-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 25px !important;
  padding-right: 35px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 42px !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-top-sorting > button, .boost-pfs-filter-tree-mobile-button > button {
    min-width: 160px !important;
  }
}
.boost-pfs-filter-top-sorting-wrapper, .boost-pfs-filter-tree-mobile-button > button {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
}
.boost-pfs-filter-top-sorting-wrapper > span {
  display: flex !important;
  width: 100% !important;
}
.boost-pfs-filter-toolbar-top-mobile-inner:after {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-toolbar-top-mobile-inner:after {
    display: none !important;
  }
.boost-pfs-filter-toolbar-top-mobile-inner:after {
    display: none !important;
  }
.boost-pfs-filter-custom-sorting button > span:after {
  right: -1rem !important;
  top: 5px !important;
}
.boost-pfs-filter-custom-sorting button > span > span {
  font-weight: 600 !important;
}
.boost-pfs-filter-mobile-toolbar {
  position: relative !important;
  display: block !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.boost-pfs-filter-mobile-toolbar {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
.boost-pfs-filter-mobile-toolbar-items {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-mobile-toolbar-items {
    display: none !important;
  }
.boost-pfs-filter-mobile-toolbar-items {
    display: none !important;
  }
.boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span {
  right: calc((100vw - 50px) * -1) !important;
  right: calc(calc(100vw - 50px) * -1) !important;
  top: 0.625rem !important;
  margin: 0px !important;
  --tw-scale-x: .9 !important;
  --tw-scale-y: .9 !important;
  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)) !important;
  background: transparent !important;
}
.boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span::before, .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span::after {
    background: #1A202E !important;
  }
.boost-pfs-filter-products article {
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
  padding-bottom: 1.25rem !important;
}
@media (min-width: 1024px) {

  .boost-pfs-filter-products article {
    border-width: 0px !important;
    padding-bottom: 0px !important;
  }
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer {
  display: flex !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer {
  align-items: center !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer {
  justify-content: center !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer {
    box-shadow: 0 -2px 10px rgba(8, 0, 0, 0.1);
  }
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer .boost-pfs-filter-apply-all-button {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-apply-all-button {
    display: none !important;
  }
.boost-pfs-filter-apply-all-button {
    display: none !important;
  }
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer .boost-pfs-filter-show-result {
  border-radius: 9999px !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer .boost-pfs-filter-show-result {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.boost-pfs-filter-tree-v .boost-pfs-filter-mobile-footer .boost-pfs-filter-show-result .boost-pfs-filter-number-result {
  display: none !important;
}
 {
  display: none !important;
}
.boost-pfs-filter-number-result {
    display: none !important;
  }
.boost-pfs-filter-number-result {
    display: none !important;
  }
.boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown {
  right: 0px !important;
  left: auto !important;
  z-index: 100 !important;
  margin-top: 0.5rem !important;
  width: 220px !important;
}
/* END UPDATED STYLES */
.right-cart {
  right: -47rem;
}
@media (min-width: 768px) {

  .right-cart {
    right: -31rem;
  }
}
.inline-cart-product-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 3.75rem;
}
.squishmallows .free-shipping .bg-light-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 249, 250, var(--tw-bg-opacity));
}
.vault .free-shipping .bg-light-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
.squishmallows .free-shipping .bg-primary-50.bg-opacity-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 128, var(--tw-bg-opacity));
}
.squishmallows .free-shipping .bg-primary-50.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.free-shipping .bg-primary-50.squishmallows .free-shipping .bg-primary-50.bg-opacity-20 {
}
.free-shipping .bg-primary-50.squishmallows .free-shipping .bg-primary-50.bg-opacity-20 > .bg-primary-50 {
}
.vault .free-shipping .bg-primary-50.bg-opacity-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
.vault .free-shipping .bg-primary-50.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.free-shipping .bg-primary-50.vault .free-shipping .bg-primary-50.bg-opacity-20 {
}
.free-shipping .bg-primary-50.vault .free-shipping .bg-primary-50.bg-opacity-20 > .bg-primary-50 {
}
.squishmallows .free-shipping .bg-primary-50.bg-opacity-20 > .bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 128, 128, var(--tw-bg-opacity));
}
.vault .free-shipping .bg-primary-50.bg-opacity-20 > .bg-primary-50 {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.vault .free-shipping .bg-primary-50.bg-opacity-20 > .bg-primary-50 {
  --tw-gradient-from: #2d27ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(45, 39, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.vault .free-shipping .bg-primary-50.bg-opacity-20 > .bg-primary-50 {
  --tw-gradient-to: #00CFFD var(--tw-gradient-to-position);
}
.vault .inline-cart .button--quarternary-reversed {
  --tw-border-opacity: 1;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity));
}
.vault .inline-cart .button--quarternary-reversed {
  background-color: transparent;
}
.vault .inline-cart .button--quarternary-reversed {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault .inline-cart .button--quarternary-reversed:hover {
      background-size: 200% auto;
      background-image: linear-gradient(to right, rgba(45, 39, 255, .2) 0%, rgba(0, 207, 253, .2) 51%, rgba(45, 39, 255, .2) 100%);
    }
.vault .inline-cart .button--quarternary {
  border-color: transparent !important;
}
.vault .inline-cart .button--quarternary {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .vault .inline-cart .button--quarternary:hover {
    --tw-text-opacity: 1 !important;
    color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  }
}
.vault .inline-cart .button--quarternary {
    transition: .5s ease-out;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #0F99FE 0%, #2D27FF 51%, #0F99FE 100%);
  }
.vault .inline-cart .button--quarternary:hover {
      background-position: right center;
      transition: .5s ease-out;
    }
.squishmallows .button.blog-active, .squishmallows .button__primary.blog-active, .squishmallows .button__primary__reversed.blog-active, .squishmallows .button__secondary.blog-active, .squishmallows .button__tertiary.blog-active, .squishmallows .button__primary__global.blog-active, .squishmallows .button__secondary__global.blog-active, .squishmallows .button-small__primary.blog-active, .squishmallows .button-small__secondary.blog-active, .squishmallows .button-small__tertiary.blog-active, .squishmallows .button-small__primary__global.blog-active, .squishmallows .button-small__secondary__global.blog-active, .squishmallows .swym-ui-component .swym-share-btn.blog-active, .squishmallows .boost-pfs-filter-apply-button.blog-active, .squishmallows .squishmallows &.blog-active, .squishmallows .vault &.blog-active, .squishmallows .boost-pfs-filter-apply-all-button.blog-active, .squishmallows .boost-pfs-filter-clear.blog-active, .squishmallows .boost-pfs-filter-clear-all.blog-active, .squishmallows .boost-pfs-filter-show-result.blog-active {
  --tw-bg-opacity: 1;
  background-color: rgba(60, 169, 169, var(--tw-bg-opacity));
}
.vault .button.blog-active, .vault .button__primary.blog-active, .vault .button__primary__reversed.blog-active, .vault .button__secondary.blog-active, .vault .button__tertiary.blog-active, .vault .button__primary__global.blog-active, .vault .button__secondary__global.blog-active, .vault .button-small__primary.blog-active, .vault .button-small__secondary.blog-active, .vault .button-small__tertiary.blog-active, .vault .button-small__primary__global.blog-active, .vault .button-small__secondary__global.blog-active, .vault .swym-ui-component .swym-share-btn.blog-active, .vault .boost-pfs-filter-apply-button.blog-active, .vault .squishmallows &.blog-active, .vault .vault &.blog-active, .vault .boost-pfs-filter-apply-all-button.blog-active, .vault .boost-pfs-filter-clear.blog-active, .vault .boost-pfs-filter-clear-all.blog-active, .vault .boost-pfs-filter-show-result.blog-active {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.vault .button.blog-active, .vault .button__primary.blog-active, .vault .button__primary__reversed.blog-active, .vault .button__secondary.blog-active, .vault .button__tertiary.blog-active, .vault .button__primary__global.blog-active, .vault .button__secondary__global.blog-active, .vault .button-small__primary.blog-active, .vault .button-small__secondary.blog-active, .vault .button-small__tertiary.blog-active, .vault .button-small__primary__global.blog-active, .vault .button-small__secondary__global.blog-active, .vault .swym-ui-component .swym-share-btn.blog-active, .vault .boost-pfs-filter-apply-button.blog-active, .vault .squishmallows &.blog-active, .vault .vault &.blog-active, .vault .boost-pfs-filter-apply-all-button.blog-active, .vault .boost-pfs-filter-clear.blog-active, .vault .boost-pfs-filter-clear-all.blog-active, .vault .boost-pfs-filter-show-result.blog-active {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.vault-blog-header .glide__track, .sm-blog-header .glide__track {
  overflow: visible;
}
@media (min-width: 768px) {

  .vault-blog-header .glide__track, .sm-blog-header .glide__track {
    overflow: hidden;
  }
}
.vault-blog-header .button, .sm-blog-header .button {
  min-width: 0;
  min-width: initial;
}
.blog-content p, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5 {
  margin-top: 1.25rem;
}
.blog-content p:first-child, .blog-content h2:first-child, .blog-content h3:first-child, .blog-content h4:first-child, .blog-content h5:first-child {
  margin-top: 0px;
}
.sm-article img {
  max-height: 22rem;
}
@media (min-width: 1024px) {

  .sm-article img {
    max-height: 32rem;
  }
}
.sm-article .video-wrapper {
  position: relative;
  height: 0px;
  padding-bottom: 56.25%;
}
.sm-article .video-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.sm-article iframe {
  height: auto;
  width: 100%;
}
.sm-article .hero-outer-shape {
  position: relative;
  height: 22rem;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 1024px) {

  .sm-article .hero-outer-shape {
    height: 32rem;
  }
}
.sm-article .hero-outer-shape--inner, .sm-article .hero-overlay-shape {
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: calc(300px * 3);
  width: 280vw;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0 0 50% 50%;
  filter: drop-shadow(0px 4px 4px rgba(47, 115, 110, 0.1));
}
.sm-article .hero-outer-shape--inner-2, .sm-article .hero-overlay-shape--inner {
  width: 240vw;
  height: calc( 300px * 2.7 );
  position: absolute;
  left: 48%;
  transform: translateX(-50%);
  overflow: hidden;
  bottom: 1%;
  border-radius: 0 0 50% 50%;
}
.sm-article .hero-overlay-shape {
  filter: none;
  top: 0;
  border-radius: 50% 50% 0 0;
}
.sm-article .hero-overlay-shape--inner {
  top: 1%;
  border-radius: 50% 50% 0 0;
}
@media (min-width: 1024px) {
  .sm-article .hero-outer-shape--inner {
    filter: none;
    width: 200vw;
  }
  .sm-article .hero-outer-shape--inner-2 {
    width: 180vw;
    bottom: 3%;
  }
}
.pd-action-link {
  color: var(--brand-secondary);
  text-decoration-line: underline;
}
.brands button.pd-action-link span {
  display: none;
}
.pd-action-link:hover {
  text-decoration-line: none;
}
component-filter-search.share-component .search-form, component-filter-search.share-component [data-filter-selected-bar], component-filter-search.share-component [data-open-filter-drawer], component-filter-search.share-component [data-filter-option-list], component-filter-search.share-component [data-modal-trigger="share-social-modal"] {
  display: none;
}
 {
  display: none;
}
component-filter-search.share-component .search-form, 
component-filter-search.share-component [data-filter-selected-bar], 
component-filter-search.share-component [data-open-filter-drawer], 
component-filter-search.share-component [data-filter-option-list], 
component-filter-search.share-component [data-modal-trigger="share-social-modal"] {
    display: none;
  }
component-filter-search.share-component .search-form, 
component-filter-search.share-component [data-filter-selected-bar], 
component-filter-search.share-component [data-open-filter-drawer], 
component-filter-search.share-component [data-filter-option-list], 
component-filter-search.share-component [data-modal-trigger="share-social-modal"] {
    display: none;
  }
component-filter-search:has(.collector-guide.active) .vertical-line, component-filter-search:has(.collector-guide.active) .share-social-button {
  display: none;
}
 {
  display: none;
}
component-filter-search:has(.collector-guide.active) .vertical-line, 
component-filter-search:has(.collector-guide.active) .share-social-button {
    display: none;
  }
component-filter-search:has(.collector-guide.active) .vertical-line, 
component-filter-search:has(.collector-guide.active) .share-social-button {
    display: none;
  }
component-filter-search:has(.collector-guide.active) .cg-toolbar__filter, component-filter-search:has(.collector-guide.active) .cg-toolbar__sort-wrap {
  flex-basis: 50%;
}
component-filter-search:has(.collector-guide.active) .is-sticky .cg-toolbar__filter, component-filter-search:has(.collector-guide.active) .is-sticky .cg-toolbar__sort-wrap {
  flex-basis: auto;
}
component-filter-search:not(:has(.collector-guide.active)) .is-sticky .cg-toolbar__filter, component-filter-search:not(:has(.collector-guide.active)) .is-sticky .cg-toolbar__sort-wrap, component-filter-search:not(:has(.collector-guide.active)) .is-sticky .share-social-button {
  flex-basis: auto;
}
component-filter-search:not(:has(.collector-guide.active)) .is-sticky .cg-toolbar__filter, component-filter-search:not(:has(.collector-guide.active)) .is-sticky .cg-toolbar__sort-wrap .cg-toolbar__sort, component-filter-search:not(:has(.collector-guide.active)) .is-sticky .share-social-button {
  display: flex;
  min-width: 45px;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
component-filter-search:not(:has(.collector-guide.active)) .is-sticky .share-social-button svg {
  height: 1.25rem;
  width: 1.25rem;
}
.cg-toolbar .search-form__input {
    border: 1px solid rgba(95, 95, 95, 0.50) !important;
  }
.cg-toolbar .search-form__submit svg {
    width: 100%;
    height: 100%;
  }
.cg-toolbar input[type="search"]::-moz-placeholder {
  text-transform: capitalize;
}
.cg-toolbar input[type="search"]::placeholder {
  text-transform: capitalize;
}
.filter-option__content {
  z-index: 99;
}
@media screen and (min-width: 1024px) {
.filter-option__content {
    box-shadow: 0 0 6px rgba(0,0,0,0.12157)
}
  }
.filter-option__content.sort-content {
    box-shadow: 0 0 10px rgba(47,115,110,0.10196);
    border-radius: 10px;
  }
.cg-filters.open {
  transform: none;
}
.cg-filters .filter-option:last-child .filter-option__content {
  left: auto;
}
.cg-filters .filter-option:last-child .filter-option__content {
  right: 0px;
}
.cg-filters .filter-option:last-child .filter-option__content {
  transform: none;
}
.filter-option__toggle.open svg {
      transform: rotate(180deg);
    }
.filter-selected {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity));
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.filter-selected svg {
  height: 0.75rem;
}
.filter-selected svg {
  width: 0.75rem;
}
.filter-selected .icon-search {
  height: 1rem;
}
.filter-selected .icon-search {
  width: 1rem;
}
/* Item styles */
/* Sticky Toolbar */
.is-sticky {
  position: sticky;
}
.is-sticky .cg-toolbar {
  border-color: var(--grey-6);
}
.is-sticky .cg-toolbar {
  padding: 0px;
}
@media (min-width: 1024px) {

  .is-sticky .cg-toolbar {
    padding-left: 1rem;
  }
}
.is-sticky .search-form {
  display: block;
}
.is-sticky .search-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.is-sticky .search-form {
  padding-top: 9px;
  padding-bottom: 9px;
}
@media (max-width: 767px) {
    .is-sticky .announcement-banner--item[data-snap-slide="0"] .content-wrapper.search-form {
    width: 100vw;
  }
    .is-sticky .announcement-banner--item[data-snap-slide="0"] .content-wrapper.search-form {
    overflow: hidden;
  }
    .is-sticky .announcement-banner--item[data-snap-slide="0"] .content-wrapper.search-form {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .is-sticky .search-form {
    padding: 0px;
  }
}
.is-sticky .cg-toolbar__sort {
    display: block;
  }
.is-sticky .cg-toolbar__main {
  display: flex;
}
.is-sticky .cg-toolbar__main {
  border-width: 1px;
}
.is-sticky .cg-toolbar__main {
  border-color: var(--grey-6);
}
@media (min-width: 1024px) {

  .is-sticky .cg-toolbar__main {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1024px) {

  .is-sticky .cg-toolbar__main {
    padding-right: 1rem;
  }
}
.is-sticky .cg-toolbar__filter svg, .is-sticky .cg-toolbar__sort svg {
      display: block;
    }
.is-sticky .cg-toolbar__filter-label, .is-sticky .cg-toolbar__sort-label {
    display: none;
  }
.is-sticky .cg-toolbar__sort svg.icon-chevron-right {
    display: none;
  }
.is-sticky .cg-toolbar__filter {
  border-left-width: 1px;
}
.cg-toolbar__filter svg, .cg-toolbar__sort svg {
    display: none;
  }
.cg-toolbar__sort svg.icon-chevron-right {
  display: block;
}
body.drawer-opened:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26,26,26,0.50196);
  z-index: 1000;
}
body.drawer-opened .is-sticky .cg-toolbar__main {
  border: none;
}
body.drawer-opened .is-sticky .cg-toolbar__main .search-form, body.drawer-opened .is-sticky .cg-toolbar__main .cg-toolbar__filter, body.drawer-opened .is-sticky .cg-toolbar__main .cg-toolbar__sort-wrap {
  display: none;
}
.filter-option__selected:after {
  content: ', ';
}
.filter-option__selected:last-child:after {
  content: none;
}
.cg-toolbar .search-form__input::-webkit-search-cancel-button {
  right: 36px
}
button.search-form__submit:hover svg path, .filter-selected:hover svg.icon-search path {
  fill: #000 !important;
}
.rarity-icon svg {
  height: 100%;
  width: 100%;
}
/*[data-collector-tabs] {*/
/*  [data-collector-tab] {*/
/*    @apply text-[12px] lg:text-[14px] tracking-[1.3px] lg:tracking-[2px] leading-[13px] lg:leading-[24px] font-freight font-bold uppercase p-[10px] bg-light-purple text-neutral-30 lg:min-w-[190px];*/
/*    &.active,*/
/*    &:hover {*/
/*      @apply bg-squish-primary-50 border-squish-primary-50 text-neutral-100;*/
/*    }*/
/*    &.disabled {*/
/*      @apply bg-neutral-90 text-neutral-50 border-white;*/
/*    }*/
/*  }*/
/*}*/
.login-message {
  text-align: center;
  font-family: var(--brand-font);
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
.login-message a {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 128, var(--tw-text-opacity));
}
.login-message a {
  text-decoration-line: underline;
}
.login-message .brands buttona span {
  display: none;
}
.login-message a:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(60, 169, 169, var(--tw-text-opacity)) !important;
}
.login-message p {
  text-align: center;
}
.login-message p {
  font-family: var(--brand-font);
}
.login-message p {
  text-transform: capitalize;
}
.login-message p {
  --tw-text-opacity: 1;
  color: rgba(72, 77, 92, var(--tw-text-opacity));
}
.collector-tooltip {
  box-shadow: 0px 2px 6px 0px rgba(112, 116, 118, 0.30);
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 300ms;
}
.collector-tooltip:after {
    filter: drop-shadow(1px 3px 3px rgba(112, 116, 118, 0.30));
  }
.collector-tooltip:after {
  position: absolute;
}
.collector-tooltip:after {
  right: 2rem;
}
.collector-tooltip:after {
  bottom: 0px;
}
.collector-tooltip:after {
  display: block;
}
.collector-tooltip:after {
  height: 0px;
}
.collector-tooltip:after {
  width: 0px;
}
.collector-tooltip:after {
  border-left-width: 8px;
}
.collector-tooltip:after {
  border-right-width: 8px;
}
.collector-tooltip:after {
  border-top-width: 12px;
}
.collector-tooltip:after {
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 252, var(--tw-border-opacity));
}
.collector-tooltip:after {
  border-left-color: transparent;
}
.collector-tooltip:after {
  border-right-color: transparent;
}
.collector-tooltip:after {
  --tw-content: '';
  content: var(--tw-content);
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collector-tooltip:after {
    width: 100vw;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collector-tooltip:after {
    overflow: hidden;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.collector-tooltip:after {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {

  .collector-tooltip [data-tooltip-close] {
    display: none;
  }
}
.collector-tooltip [data-tooltip-close] svg {
  height: 1rem !important;
}
.collector-tooltip [data-tooltip-close] svg {
  width: 1rem !important;
}
[data-collector-tooltip] {
  z-index: -1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 300ms;
}
[data-collector-tooltip].active {
  z-index: 10;
}
[data-collector-tooltip].active .collector-tooltip {
  visibility: visible;
}
[data-collector-tooltip].active .collector-tooltip {
  opacity: 1;
}
.quick-remove {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj4KPGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiNEQzM2MkUiLz4KPHBhdGggZD0iTTEwIDEwTDIyIDIyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMjIgMTBMMTAgMjIiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPg==);
  display: none;
}
 {
  display: none;
}
.quick-remove {
    display: none;
  }
.quick-remove {
    display: none;
  }
.collector-card {
  -webkit-tap-highlight-color: transparent;
}
.collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
  display: none;
}
.collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
  height: 36px;
}
.collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
  cursor: pointer;
}
.collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
  border-radius: 0.375rem;
}
.collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
  border-width: 1px;
}
.collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
  color: transparent;
}
 {
  display: none;
}
[data-add-to-my-collection], 
  [data-add-to-wishlist] {
    display: none;
  }
[data-add-to-my-collection], 
  [data-add-to-wishlist] {
    display: none;
  }
@media (min-width: 1024px) {

  .collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
    height: auto;
  }
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
    width: 2rem;
  }
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-my-collection], .collector-card [data-add-to-wishlist] {
    border-radius: 0px;
  }
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-my-collection].added, .collector-card [data-add-to-wishlist].added {
    display: block;
  }
}
.collector-card [data-add-to-my-collection] svg, .collector-card [data-add-to-wishlist] svg {
  height: auto;
}
.collector-card [data-add-to-my-collection] svg, .collector-card [data-add-to-wishlist] svg {
  width: 22px;
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-my-collection] svg, .collector-card [data-add-to-wishlist] svg {
    width: 100%;
  }
}
.collector-card [data-add-to-my-collection] svg path, .collector-card [data-add-to-wishlist] svg path {
  fill: #FFFFFF;
}
.collector-card [data-add-to-my-collection].disabled, .collector-card [data-add-to-wishlist].disabled {
  --tw-border-opacity: 1;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity));
}
.collector-card [data-add-to-my-collection].disabled, .collector-card [data-add-to-wishlist].disabled {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
.collector-card [data-add-to-my-collection].disabled, .collector-card [data-add-to-wishlist].disabled {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
.collector-card [data-add-to-my-collection].disabled svg path, .collector-card [data-add-to-wishlist].disabled svg path {
  fill: #D8DCE8 !important;
}
.collector-card [data-add-to-my-collection].disabled svg path, .collector-card [data-add-to-wishlist].disabled svg path {
  stroke: #D8DCE8 !important;
}
.collector-card [data-add-to-my-collection].disabled [data-mobile-text], .collector-card [data-add-to-wishlist].disabled [data-mobile-text] {
  color: currentColor;
}
/*}*/
.collector-card [data-show-tooltip] {
  position: relative;
}
/*  }*/
.collector-card [data-show-tooltip] [data-collector-tooltip] {
  right: -0.5rem;
}
/*    @apply lg:flex;*/
.collector-card [data-show-tooltip] [data-collector-tooltip] .collector-tooltip::after {
  position: absolute;
}
.collector-card [data-show-tooltip] [data-collector-tooltip] .collector-tooltip::after {
  right: 1rem;
}
.collector-card [data-show-tooltip] [data-collector-tooltip] .collector-tooltip::after {
  top: 100%;
}
/*  [data-add-to-wishlist]{*/
.collector-card [data-add-to-my-collection] {
  --tw-border-opacity: 1;
  border-color: rgba(0, 128, 128, var(--tw-border-opacity));
}
/*  [data-add-to-my-collection],*/
.collector-card [data-add-to-my-collection] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
/*&:hover {*/
@media (min-width: 1024px) {

  .collector-card [data-add-to-my-collection] {
    border-style: none;
  }
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-my-collection] {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-my-collection]:hover {
    --tw-text-opacity: 1;
    color: rgba(225, 243, 242, var(--tw-text-opacity));
  }
}
.collector-card [data-add-to-my-collection]::after {
  position: absolute;
}
.collector-card [data-add-to-my-collection]::after {
  top: -0.5rem;
}
.collector-card [data-add-to-my-collection]::after {
  left: -0.5rem;
}
.collector-card [data-add-to-my-collection]::after {
  display: inline-block;
}
.collector-card [data-add-to-my-collection]::after {
  height: 2.5rem;
}
.collector-card [data-add-to-my-collection]::after {
  width: 2.5rem;
}
.collector-card [data-add-to-my-collection]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.collector-card [data-add-to-my-collection] [data-mobile-text] {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 128, var(--tw-text-opacity));
}
.collector-card [data-add-to-my-collection].added {
  position: absolute;
}
.collector-card [data-add-to-my-collection].added {
  top: 0px;
}
.collector-card [data-add-to-my-collection].added {
  right: 0px;
}
.collector-card [data-add-to-wishlist] {
  --tw-border-opacity: 1;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.collector-card [data-add-to-wishlist] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-wishlist] {
    border-style: none;
  }
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-wishlist] {
    background-color: transparent;
  }
}
@media (min-width: 1024px) {

  .collector-card [data-add-to-wishlist]:hover {
    --tw-text-opacity: 1;
    color: rgba(244, 236, 255, var(--tw-text-opacity));
  }
}
.collector-card [data-add-to-wishlist] [data-mobile-text] {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.collector-card [data-add-to-wishlist].added {
  position: absolute;
}
.collector-card [data-add-to-wishlist].added {
  top: 0px;
}
.collector-card [data-add-to-wishlist].added {
  left: 0px;
}
.collector-card [data-show-mobile-icons] {
  pointer-events: none !important;
}
.collector-card.wishlist [data-show-mobile-icons], .collector-card.wishlist [data-add-to-my-collection], .collector-card.wishlist [data-add-to-wishlist] {
  display: none;
}
 {
  display: none;
}
.wishlist [data-show-mobile-icons], 
  .wishlist [data-add-to-my-collection], 
  .wishlist [data-add-to-wishlist] {
    display: none;
  }
.wishlist [data-show-mobile-icons], 
  .wishlist [data-add-to-my-collection], 
  .wishlist [data-add-to-wishlist] {
    display: none;
  }
@media (min-width: 1024px) {

  .collector-card.wishlist:hover .quick-remove {
    display: block;
  }
}
.collector-card.wishlist:hover  [data-add-to-my-collection], .collector-card.wishlist:hover  [data-add-to-wishlist] {
  display: none;
}
 {
  display: none;
}
.wishlist:hover  [data-add-to-my-collection], 
  .wishlist:hover  [data-add-to-wishlist] {
    display: none;
  }
.wishlist:hover  [data-add-to-my-collection], 
  .wishlist:hover  [data-add-to-wishlist] {
    display: none;
  }
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  display: inline-block !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  height: 44px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  min-width: 130px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  align-items: center !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  justify-content: center !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  white-space: nowrap !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  border-radius: 9999px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  border-width: 2px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  border-color: transparent !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  font-family: inter-variable, sans-serif !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  font-size: 17px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  font-weight: 600 !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  line-height: 42px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection] {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 74, 162, var(--tw-bg-opacity)) !important;
}
@media (min-width: 1024px) {

  [data-id="collector-item-modal"] [data-add-to-my-collection] {
    font-size: 16px !important;
  }
}
[data-id="collector-item-modal"] [data-add-to-my-collection].disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].disabled {
  --tw-text-opacity: 1 !important;
  color: rgba(118, 123, 138, var(--tw-text-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].disabled:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type {
  pointer-events: none !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type {
  background-color: transparent !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type {
  text-align: left !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type {
  font-size: 14px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type {
  --tw-text-opacity: 1 !important;
  color: rgba(16, 124, 16, var(--tw-text-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type .svg {
  display: inline-block;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type .svg {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type .svg path {
  fill: #107C10 !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection].added[data-modal-type="size"]:first-of-type .svg path {
  stroke: none !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-modal-type="remove"]:not(.quick-remove):not([data-add-more-sizes]):not(.modal) {
  min-width: 0px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-modal-type="remove"]:not(.quick-remove):not([data-add-more-sizes]):not(.modal) {
  background-color: transparent !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-modal-type="remove"]:not(.quick-remove):not([data-add-more-sizes]):not(.modal) {
  --tw-text-opacity: 1 !important;
  color: rgba(220, 54, 46, var(--tw-text-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-modal-type="remove"]:not(.quick-remove):not([data-add-more-sizes]):not(.modal):hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(252, 238, 238, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  display: flex !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  height: 2.75rem !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  width: 2.75rem !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  min-width: 44px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  align-items: center !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  justify-content: center !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  border-radius: 9999px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  background-size: contain !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  background-position: center !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  background-repeat: no-repeat !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] {
  font-size: 0px !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] .svg {
  --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));
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes] .svg path {
  stroke: #0D1017;
}
[data-id="collector-item-modal"] [data-add-to-my-collection][data-add-more-sizes][data-modal-type="remove"]:not(.quick-remove):not(.added):not(.modal) {
  display: none !important;
}
 {
  display: none !important;
}
[data-modal-type="remove"]:not(.quick-remove):not(.added):not(.modal) {
    display: none !important;
  }
[data-modal-type="remove"]:not(.quick-remove):not(.added):not(.modal) {
    display: none !important;
  }
[data-id="collector-item-modal"] .button-return {
  display: flex !important;
}
[data-id="collector-item-modal"] .button-return {
  height: 2.75rem !important;
}
[data-id="collector-item-modal"] .button-return {
  width: 2.75rem !important;
}
[data-id="collector-item-modal"] .button-return {
  min-width: 44px !important;
}
[data-id="collector-item-modal"] .button-return {
  align-items: center !important;
}
[data-id="collector-item-modal"] .button-return {
  justify-content: center !important;
}
[data-id="collector-item-modal"] .button-return {
  border-radius: 9999px !important;
}
[data-id="collector-item-modal"] .button-return {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] .button-return {
  background-size: contain !important;
}
[data-id="collector-item-modal"] .button-return {
  background-position: center !important;
}
[data-id="collector-item-modal"] .button-return {
  background-repeat: no-repeat !important;
}
[data-id="collector-item-modal"] .button-return {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
[data-id="collector-item-modal"] .button-return {
  font-size: 0px !important;
}
[data-id="collector-item-modal"] .button-return:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  display: inline-block !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  height: 2.75rem !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  width: 2.75rem !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  min-width: 44px !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  border-radius: 9999px !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  background-size: contain !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  background-position: center !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  background-repeat: no-repeat !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
  font-size: 0px !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] [data-add-to-wishlist] {
    background-image: url("data:image/svg+xml, %3Csvg%20fill%3D%22none%22%20height%3D%2224%22%20viewBox%3D%220%200%2028%2024%22%20width%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25.4572%202.05723c-1.312-1.309349-3.0893-2.0455425-4.9429-2.04741672-1.8536-.00187421-3.6324.73072372-4.9471%202.03741672l-1.81%201.685-1.81-1.685c-1.3136-1.311989-3.09465-2.04840072-4.95126-2.0472286-1.85661.00117211-3.63671.7398326-4.94871%202.0534786-1.311989%201.31365-2.04840069%203.09469-2.0472286%204.9513s.7398316%203.63672%202.0534786%204.94872l11.17002%2011.3325c.0698.0707.1529.1268.2445.1651s.1899.058.2892.058.1977-.0197.2893-.058.1747-.0944.2445-.1651l11.1662-11.3275c.6503-.6501%201.1661-1.4218%201.5181-2.27128.3519-.84944.5331-1.7599.5331-2.67936s-.1812-1.82992-.5331-2.67936c-.352-.84944-.8678-1.62122-1.5181-2.27127zm-1.065%208.84377-10.635%2010.79-10.63872-10.7938c-1.02544-1.0326-1.59983-2.42955-1.59735-3.88483.00248-1.45529.58163-2.85027%201.61059-3.8794s2.42385-1.6085%203.87914-1.61122c1.45529-.00271%202.85233.57145%203.88514%201.59673.0061.00649.0128.01235.02.0175l2.33%202.17c.1388.12934.3215.20126.5112.20126.1898%200%20.3725-.07192.5113-.20126l2.33-2.17125c.0072-.00515.0139-.01101.02-.0175.5103-.51339%201.117-.92098%201.7852-1.1994.6683-.27841%201.3849-.42218%202.1088-.42305s1.4408.14118%202.1097.41799%201.2766.68294%201.7882%201.19511c.5115.51216.917%201.12028%201.1931%201.78948.276.6692.4173%201.38631.4156%202.11021s-.1463%201.44035-.4255%202.10825c-.2791.66791-.6874%201.27418-1.2014%201.78388z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E") !important;
    background-size: 25px !important;
  }
[data-id="collector-item-modal"] [data-add-to-wishlist].added {
      background-image: url("data:image/svg+xml, %3Csvg%20viewBox%3D%220%200%2027.51%2023.51%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m25.46%202.06c-1.31-1.31-3.09-2.05-4.95-2.06-1.85%200-3.63.73-4.95%202.04l-1.81%201.68-1.81-1.68c-1.31-1.3-3.09-2.04-4.94-2.04-1.86%200-3.64.74-4.95%202.05-1.31%201.32-2.05%203.1-2.05%204.95s.74%203.64%202.05%204.95l11.17%2011.33c.07.07.15.13.24.17s.19.06.29.06.2-.02.29-.06.17-.09.24-.17l11.17-11.33c.65-.65%201.17-1.42%201.52-2.27s.53-1.76.53-2.68-.18-1.83-.53-2.68-.87-1.62-1.52-2.27zm-1.07%208.84-10.64%2010.79-10.63-10.79c-1.03-1.03-1.6-2.43-1.6-3.88%200-1.46.58-2.85%201.61-3.88s2.42-1.61%203.88-1.61%202.85.57%203.89%201.6c0%200%20.01.01.02.02l2.33%202.17c.14.13.32.2.51.2s.37-.07.51-.2l2.33-2.17s.01-.01.02-.02c.51-.51%201.12-.92%201.79-1.2s1.38-.42%202.11-.42%201.44.14%202.11.42%201.28.68%201.79%201.2c.51.51.92%201.12%201.19%201.79.28.67.42%201.39.42%202.11s-.15%201.44-.43%202.11-.69%201.27-1.2%201.78z%22%20fill%3D%22%23000000%22%2F%3E%3Cpath%20d%3D%22m24.39%2010.9-10.64%2010.79-10.63-10.79c-1.03-1.03-1.6-2.43-1.6-3.88%200-1.46.58-2.85%201.61-3.88s2.42-1.61%203.88-1.61%202.85.57%203.89%201.6c0%200%20.01.01.02.02l2.33%202.17c.14.13.32.2.51.2s.37-.07.51-.2l2.33-2.17s.01-.01.02-.02c.51-.51%201.12-.92%201.79-1.2s1.38-.42%202.11-.42%201.44.14%202.11.42%201.28.68%201.79%201.2c.51.51.92%201.12%201.19%201.79.28.67.42%201.39.42%202.11s-.15%201.44-.43%202.11-.69%201.27-1.2%201.78z%22%20fill%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E") !important;
    }
/*}*/
[data-id="collector-item-modal"] .size-list {
  height: 180px;
}
/*  }*/
[data-id="collector-item-modal"] .size-list {
  width: 100%;
}
/*    }*/
[data-id="collector-item-modal"] .size-list {
  overflow-y: auto;
}
/*      @apply !fill-neutral-60 !stroke-neutral-60;*/
[data-id="collector-item-modal"] .size-list {
  overflow-x: hidden;
}
/*    svg path {*/
[data-id="collector-item-modal"] .size-list {
  border-radius: 8px;
}
/*    @apply bg-neutral-90 border-neutral-70 text-neutral-50;*/
[data-id="collector-item-modal"] .size-list {
  border-width: 1px;
}
/*  &.disabled {*/
[data-id="collector-item-modal"] .size-list {
  --tw-border-opacity: 1;
  border-color: rgba(176, 176, 176, var(--tw-border-opacity));
}
/*  }*/
[data-id="collector-item-modal"] .size-list {
  overflow-x: auto;
}
/*    }*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar {
  height: 0.375rem;
}
/*      @apply !fill-[currentColor];*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar {
  width: 0.375rem;
}
/*    svg path {*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar {
  -webkit-appearance: none;
          appearance: none;
}
/*    @apply bg-squish-purple-3 font-bold;*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar {
  border-radius: 9999px;
}
/*  &.added {*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track, [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
  border-radius: 9999px;
}
/*  &:not(.disabled):hover,*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track, [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
  border-radius: 9999px;
}
/*  @apply border-squish-primary-50 text-squish-primary-50;*/
@media (min-width: 1024px) {

}
/*[data-add-to-wishlist] {*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-thumb {
  border-radius: 9999px;
}
/*}*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 220, 232, var(--tw-bg-opacity));
}
/*  }*/
[data-id="collector-item-modal"] .size-list.scrollbar-short::-webkit-scrollbar-track {
  margin-left: 10vw;
  margin-right: 10vw;
}
/*    }*/
@media (min-width: 768px) {

  [data-id="collector-item-modal"] .size-list.scrollbar-short::-webkit-scrollbar-track {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
/*      @apply !fill-neutral-60 !stroke-neutral-60;*/
@media (min-width: 1024px) {

  [data-id="collector-item-modal"] .size-list.scrollbar-short::-webkit-scrollbar-track {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
}
/*    svg path {*/
@media (min-width: 1280px) {

  [data-id="collector-item-modal"] .size-list.scrollbar-vt-coming-soon::-webkit-scrollbar-track {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
}
/*    @apply bg-neutral-90 border-neutral-70 text-neutral-50;*/
[data-id="collector-item-modal"] .size-list.scrollbar-upsells::-webkit-scrollbar-track {
  margin-left: 1rem;
  margin-right: 1rem;
}
/*  &.disabled {*/
@media (min-width: 1024px) {

  [data-id="collector-item-modal"] .size-list.scrollbar-upsells::-webkit-scrollbar-track {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
/*  }*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
/*    }*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
/*      @apply !fill-[currentColor];*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-thumb {
  background-color: transparent;
}
/*    svg path {*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track {
  background-color: transparent;
}
/*    @apply bg-squish-teal-3 font-bold;*/
[data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
/*  &.added {*/
[data-id="collector-item-modal"] .size-list .simplebar-scrollbar {
  border-radius: 9999px;
}
/*  &:not(.disabled):hover,*/
[data-id="collector-item-modal"] .size-list .simplebar-scrollbar {
}
/*  @apply text-squish-teal-9 border-squish-teal-9;*/
[data-id="collector-item-modal"] .size-list .simplebar-track {
  border-radius: 9999px;
}
/*[data-add-to-my-collection] {*/
[data-id="collector-item-modal"] .size-list .simplebar-track {
}
/*}*/
[data-id="collector-item-modal"] .size-list.scrollbar-short > .simplebar-track {
  margin-left: 10vw;
  margin-right: 10vw;
}
/*  }*/
@media (min-width: 768px) {

  [data-id="collector-item-modal"] .size-list.scrollbar-short > .simplebar-track {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}
/*    @apply -right-4;*/
@media (min-width: 1024px) {

  [data-id="collector-item-modal"] .size-list.scrollbar-short > .simplebar-track {
    margin-left: 12.5rem;
    margin-right: 12.5rem;
  }
}
/*  &[data-show-tooltip] [data-collector-tooltip] {*/
@media (min-width: 1280px) {

  [data-id="collector-item-modal"] .size-list.scrollbar-short > .simplebar-track {
    margin-left: calc((100vw - 60rem) / 2);
    margin-right: calc((100vw - 60rem) / 2);
  }
}
/*  @apply min-w-[116px];*/
[data-id="collector-item-modal"] .boost-pfs-filter-product-item .size-list.scrollbar-short > .simplebar-track, [data-id="collector-item-modal"] .product-tile .size-list.scrollbar-short > .simplebar-track {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
/*[data-add-to-wishlist] {*/
[data-id="collector-item-modal"] .boost-pfs-filter-product-item .size-list.scrollbar-short > .simplebar-track, [data-id="collector-item-modal"] .product-tile .size-list.scrollbar-short > .simplebar-track {
  height: 0.25rem !important;
}
/*}*/
[data-id="collector-item-modal"] .boost-pfs-filter-product-item .size-list.scrollbar-short > .simplebar-track, [data-id="collector-item-modal"] .product-tile .size-list.scrollbar-short > .simplebar-track {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
/*  }*/
[data-id="collector-item-modal"] .boost-pfs-filter-product-item .size-list.scrollbar-short > .simplebar-track, [data-id="collector-item-modal"] .product-tile .size-list.scrollbar-short > .simplebar-track {
  height: 0.25rem !important;
}
/*    }*/
@media (min-width: 1280px) {

  [data-id="collector-item-modal"] .vt-coming-soon .size-list.scrollbar-short > .simplebar-track {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
}
/*      @apply left-8 right-auto;*/
@media (max-width: 1023px) {
  [data-id="collector-item-modal"] .size-list.scrollbar-thumbs .simplebar-track {
    margin-left: 10vw;
    margin-right: 10vw;
  }
  [data-id="collector-item-modal"] .size-list.scrollbar-thumbs .simplebar-track {
    height: 0.25rem;
  }
  @media (min-width: 768px) {

    [data-id="collector-item-modal"] .size-list.scrollbar-thumbs .simplebar-track {
      margin-left: 9rem;
      margin-right: 9rem;
    }
  }
}
/*    .collector-tooltip::after {*/
@media (min-width: 1024px) {
  [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track, [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
    display: none;
  }
  [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track, [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
    width: 0px;
  }
 {
  display: none;
}

  .size-list::-webkit-scrollbar-track, .size-list::-webkit-scrollbar-track-piece {
    display: none;
  }

  .size-list::-webkit-scrollbar-track, .size-list::-webkit-scrollbar-track-piece {
    display: none;
  }
}
/*    @apply -left-4;*/
@media (min-width: 1024px) {
  [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track, [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
    display: none;
  }
  [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track, [data-id="collector-item-modal"] .size-list::-webkit-scrollbar-track-piece {
    width: 0px;
  }
 {
  display: none;
}

  .size-list::-webkit-scrollbar-track, .size-list::-webkit-scrollbar-track-piece {
    display: none;
  }

  .size-list::-webkit-scrollbar-track, .size-list::-webkit-scrollbar-track-piece {
    display: none;
  }
}
/*  &[data-show-tooltip] [data-collector-tooltip] {*/
@media (min-width: 1024px) {
  [data-id="collector-item-modal"] .size-list.scrollbar-thumbs .simplebar-track {
    right: 0px;
  }
  [data-id="collector-item-modal"] .size-list.scrollbar-thumbs .simplebar-track {
    left: auto;
  }
}
/*  @apply min-w-[128px];*/
@media (min-width: 1024px) {
  [data-id="collector-item-modal"] .size-list.scrollbar--left .simplebar-track {
    left: 0px;
  }
  [data-id="collector-item-modal"] .size-list.scrollbar--left .simplebar-track {
    right: auto;
  }
}
/*[data-add-to-my-collection] {*/
[data-id="collector-item-modal"] .size-list .simplebar-scrollbar::before {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity));
}
/*}*/
[data-id="collector-item-modal"] .size-list .simplebar-scrollbar::before {
  opacity: 1 !important;
}
/*  }*/
[data-id="collector-item-modal"] .size-list .simplebar-track {
  --tw-bg-opacity: 1;
  background-color: rgba(227, 230, 239, var(--tw-bg-opacity));
}
/*    }*/
 .size-list::-webkit-scrollbar-track {
  margin-right: 1.5rem;
}
 .size-list::-webkit-scrollbar-track {
  margin-left: 1.5rem;
}
@media (min-width: 1024px) {

   .size-list::-webkit-scrollbar-track {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

   .size-list::-webkit-scrollbar-track {
    margin-left: 0px;
  }
}
 .size-list::-webkit-scrollbar-track {
  margin-right: 1.5rem;
}
 .size-list::-webkit-scrollbar-track {
  margin-left: 1.5rem;
}
@media (min-width: 1024px) {

   .size-list::-webkit-scrollbar-track {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

   .size-list::-webkit-scrollbar-track {
    margin-left: 0px;
  }
}
/*      @apply !fill-[transparent];*/
 .size-list::-webkit-scrollbar-track {
  margin-right: 1.5rem;
}
 .size-list::-webkit-scrollbar-track {
  margin-left: 1.5rem;
}
@media (min-width: 1024px) {

   .size-list::-webkit-scrollbar-track {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

   .size-list::-webkit-scrollbar-track {
    margin-left: 0px;
  }
}
 .size-list::-webkit-scrollbar-track {
  margin-right: 1.5rem;
}
 .size-list::-webkit-scrollbar-track {
  margin-left: 1.5rem;
}
@media (min-width: 1024px) {

   .size-list::-webkit-scrollbar-track {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {

   .size-list::-webkit-scrollbar-track {
    margin-left: 0px;
  }
}
/*    path {*/
 {
 {
  }
}
 .size-list::-webkit-scrollbar-track {
  margin-right: 1.5rem;
}
 .size-list::-webkit-scrollbar-track {
  margin-left: 1.5rem;
}
@media (min-width: 1024px) {
 .size-list::-webkit-scrollbar-track {
    margin-right: 2.5rem;
  }
}
@media (min-width: 1024px) {
 .size-list::-webkit-scrollbar-track {
    margin-left: 0px;
  }
}
/*    @apply w-6 h-auto max-h-6 block;*/
@media (min-width: 1024px) {

  [data-id="collector-item-modal"] .size-list {
    width: 240px;
  }
}
/*  svg {*/
[data-id="collector-item-modal"] .size-list .check-wrap {
  display: flex;
}
[data-id="collector-item-modal"] .size-list .check-wrap {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
[data-id="collector-item-modal"] .size-list .check-wrap {
  padding-left: 28px;
}
[data-id="collector-item-modal"] .size-list .check-wrap {
  padding-right: 48px;
}
[data-id="collector-item-modal"] .size-list .check-wrap input {
  height: 1rem;
}
[data-id="collector-item-modal"] .size-list .check-wrap input {
  width: 1rem;
}
[data-id="collector-item-modal"] .size-list .check-wrap input {
  border-radius: 0px;
}
[data-id="collector-item-modal"] .size-list .check-wrap input {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
[data-id="collector-item-modal"] .size-list .check-wrap span {
  font-size: 14px;
}
[data-id="collector-item-modal"] .size-list .check-wrap span {
  line-height: 24px;
}
[data-id="collector-item-modal"] .size-list .check-wrap span {
  --tw-text-opacity: 1;
  color: rgba(26, 32, 46, var(--tw-text-opacity));
}
[data-id="collector-item-modal"] .size-list .check-wrap:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) {
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input {
  background-color: transparent;
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input:after {
            content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE4IDE5IiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTYuNDAyODkgMTIuMjk0OEw0LjEwOTE3IDkuNzg5ODZDMy44NTM1OSA5LjUxMDc0IDMuNDQ3MjcgOS41MTA3NCAzLjE5MTY5IDkuNzg5ODZDMi45MzYxIDEwLjA2OSAyLjkzNjEgMTAuNTEyNyAzLjE5MTY5IDEwLjc5MThMNS45Mzc1OSAxMy43OTA3QzYuMTkzMTggMTQuMDY5OCA2LjYwNjA1IDE0LjA2OTggNi44NjE2MyAxMy43OTA3TDEzLjgwODMgNi4yMTEzM0MxNC4wNjM5IDUuOTMyMjEgMTQuMDYzOSA1LjQ4ODQ3IDEzLjgwODMgNS4yMDkzNEMxMy41NTI3IDQuOTMwMjIgMTMuMTQ2NCA0LjkzMDIyIDEyLjg5MDggNS4yMDkzNEw2LjQwMjg5IDEyLjI5NDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=);
          }
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input:after {
  display: block;
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input:after {
  height: 1.25rem;
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input:after {
  width: 1rem;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input:after {
    width: 100vw;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input:after {
    overflow: hidden;
  }
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) input:after {
    white-space: nowrap;
  }
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) span {
  font-size: 14px;
}
[data-id="collector-item-modal"] .size-list .check-wrap:has(input:checked) span {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/*  @apply flex flex-row justify-center lg:justify-between items-center p-[6px] text-[14px] lg:text-[12px] font-freight tracking-[0.5px] leading-[12px] lg:leading-none text-center lg:text-left gap-y-[4px] gap-x-[10px] border border-neutral-30 rounded-[6px];*/
[data-id="collector-item-modal"] .swiper-pagination {
  bottom: -0.5rem !important;
}
/*[data-add-to-wishlist] {*/
[data-id="collector-item-modal"] .swiper-pagination-bullet {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
/*[data-add-to-my-collection],*/
[data-id="collector-item-modal"] .swiper-pagination-bullet {
  display: inline-block !important;
}
[data-id="collector-item-modal"] .swiper-pagination-bullet {
  height: 12px !important;
}
[data-id="collector-item-modal"] .swiper-pagination-bullet {
  width: 12px !important;
}
[data-id="collector-item-modal"] .swiper-pagination-bullet {
  border-radius: 9999px !important;
}
[data-id="collector-item-modal"] .swiper-pagination-bullet {
  border-style: none !important;
}
[data-id="collector-item-modal"] .swiper-pagination-bullet {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] .swiper-pagination-bullet.swiper-pagination-bullet-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(118, 123, 138, var(--tw-bg-opacity)) !important;
}
[data-id="collector-item-modal"] .modal__inner {
  max-height: none;
}
[data-id="collector-item-modal"] .modal__inner {
  overflow-y: hidden;
}
[data-id="collector-item-modal"] .modal__inner .modal__content {
  max-height: 85vh;
}
[data-id="collector-item-modal"] .modal__inner .modal__content {
  overflow-y: auto;
}
[data-id="collector-item-modal"] .modal__inner .modal__content {
  overflow-x: hidden;
}
[data-search-results].print {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 2.5rem !important;
  row-gap: 85px !important;
}
[data-search-results].print {
  max-width: 1024px;
}
[data-search-results].print [data-size-badge] {
  align-items: flex-start !important;
}
[data-search-results].print [data-size-badge] {
  justify-content: flex-start !important;
}
[data-search-results].print [data-size-badge] span {
  margin-left: auto !important;
  margin-right: auto !important;
}
[data-search-results].print .collector-card {
  height: 311px !important;
}
[data-search-results].print .collector-card {
  width: 200px !important;
}
[data-download-pdf] svg {
  position: absolute;
  top: 0px;
  left: 0px;
}
[data-download-pdf] svg:nth-child(2) {
  display: none;
}
 {
  display: none;
}
[data-download-pdf] svg:nth-child(2) {
    display: none;
  }
[data-download-pdf] svg:nth-child(2) {
    display: none;
  }
[data-download-pdf].loading svg:nth-child(2) {
  display: block;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
[data-download-pdf].loading svg:nth-child(2) {
  animation: spin 1s linear infinite;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-download-pdf].loading svg:nth-child(2) {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
[data-mobile-icons] {
  z-index: -1;
}
@media (min-width: 1024px) {

  [data-mobile-icons] {
    background-color: transparent !important;
  }

  [data-mobile-icons] {
    z-index: 0;
  }
}
[data-mobile-icons].mobile-active {
  top: -5px;
  right: -5px;
  z-index: 0;
  display: flex;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  align-content: center;
  align-items: center;
  row-gap: 1rem;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
[data-mobile-icons].mobile-active [data-add-to-my-collection], [data-mobile-icons].mobile-active [data-add-to-wishlist] {
  display: flex !important;
}
[data-mobile-icons].mobile-active [data-add-to-my-collection], [data-mobile-icons].mobile-active [data-add-to-wishlist] {
  width: 75%;
}
[data-mobile-icons].mobile-active [data-add-to-my-collection], [data-mobile-icons].mobile-active [data-add-to-wishlist] {
  align-items: center;
}
[data-mobile-icons].mobile-active [data-add-to-my-collection], [data-mobile-icons].mobile-active [data-add-to-wishlist] {
  justify-content: space-around;
}
[data-show-mobile-icons] svg.icon-close {
  display: none;
}
 {
  display: none;
}
[data-show-mobile-icons] svg.icon-close {
    display: none;
  }
[data-show-mobile-icons] svg.icon-close {
    display: none;
  }
[data-show-mobile-icons].close-btn svg.icon-close {
  display: block;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-show-mobile-icons].close-btn svg.icon-close {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
[data-show-mobile-icons].close-btn svg.icon-open {
  display: none;
}
 {
  display: none;
}
[data-show-mobile-icons].close-btn svg.icon-open {
    display: none;
  }
[data-show-mobile-icons].close-btn svg.icon-open {
    display: none;
  }
component-filter-search modal-component.modal.show-modal:not([data-size="false"])  span > br {
  display: none;
}
 {
  display: none;
}
component-filter-search modal-component.modal.show-modal:not([data-size="false"])  span > br {
    display: none;
  }
component-filter-search modal-component.modal.show-modal:not([data-size="false"])  span > br {
    display: none;
  }
@media (min-width: 1024px) {

  component-filter-search modal-component.modal.show-modal:not([data-size="false"])  span > br {
    display: block;
  }

  [data-modal-content]:has(.size-list) [data-squad-html] {
    display: none;
  }
}
/* UPDATES 04/2025 */
[data-collector-tabs-button]::after {
  position: absolute !important;
  top: 15px !important;
  right: 1rem !important;
  display: block !important;
  height: 0.5rem !important;
  width: 0.5rem !important;
  --tw-rotate: 45deg !important;
  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)) !important;
  border-right-width: 1.5px !important;
  border-bottom-width: 1.5px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 32, 46, var(--tw-border-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper[data-collector-tabs-button]::after {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
[data-collector-tabs-button].open::after {
  top: 19px !important;
  --tw-rotate: -135deg !important;
  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)) !important;
}
[data-collector-tabs] {
  width: calc(100% - (44px + 8px) * 2);
}
@media (min-width: 1024px) {

  [data-collector-tabs] {
    width: auto;
  }
}
[data-collector-tabs].not-view-all {
  width: calc(100% - (44px + 8px) * 3);
}
@media (min-width: 1024px) {

  [data-collector-tabs].not-view-all {
    width: auto;
  }
}
[data-collector-tabs] [data-collector-tabs-list] {
    box-shadow: 0 0 10px rgba(8, 0, 0, 0.1);
  }
[data-collector-tabs] [data-collector-tabs-list] button {
  display: block;
}
[data-collector-tabs] [data-collector-tabs-list] button {
  width: 100%;
}
@media (max-width: 767px) {
    [data-collector-tabs] [data-collector-tabs-list] .announcement-banner--item[data-snap-slide="0"] button.content-wrapper {
    width: 100vw;
  }
    [data-collector-tabs] [data-collector-tabs-list] .announcement-banner--item[data-snap-slide="0"] button.content-wrapper {
    overflow: hidden;
  }
    [data-collector-tabs] [data-collector-tabs-list] .announcement-banner--item[data-snap-slide="0"] button.content-wrapper {
    white-space: nowrap;
  }
}
[data-collector-tabs] [data-collector-tabs-list] button:hover {
  text-decoration-line: underline;
}
[data-collector-tabs] [data-collector-tabs-list] button.active {
  text-decoration-line: underline;
}
.brands button[data-collector-tabs] [data-collector-tabs-list] button.active span {
  display: none;
}
[aria-label="Sort By"]::after {
  position: absolute !important;
  right: 20px !important;
  top: 14px !important;
  display: none !important;
  height: 0.5rem !important;
  width: 0.5rem !important;
  --tw-rotate: 45deg !important;
  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)) !important;
  border-right-width: 1.5px !important;
  border-bottom-width: 1.5px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}
 {
  display: none !important;
}
[aria-label="Sort By"]::after {
    display: none !important;
  }
[aria-label="Sort By"]::after {
    display: none !important;
  }
@media (min-width: 1024px) {

  [aria-label="Sort By"]::after {
    display: block !important;
  }
}
[aria-label="Sort By"].open::after {
  top: 17px !important;
  --tw-rotate: -135deg !important;
  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)) !important;
}
.filter-option-label {
  position: relative !important;
  padding-left: 1.5rem !important;
}
.filter-option-checkbox + .filter-option-label::before {
  position: absolute !important;
  left: 0px !important;
  top: -3px !important;
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 2px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}
.filter-option-checkbox:checked + .filter-option-label::before {
  --tw-border-opacity: 1 !important;
  border-color: rgba(110, 55, 120, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity)) !important;
}
.filter-option-checkbox:checked + .filter-option-label:hover::before {
  --tw-border-opacity: 1 !important;
  border-color: rgba(148, 74, 162, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(148, 74, 162, var(--tw-bg-opacity)) !important;
}
.filter-option-checkbox:checked + .filter-option-label::after {
  content: url("data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20height%3D%226%22%20viewBox%3D%220%200%208%206%22%20width%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m7.76497.204742c.30114.284409.3147.759089.03029%201.060228l-4.25%204.5c-.13913.14731-.33194.23206-.53455.23496-.20261.00289-.39776-.07632-.54104-.2196l-2.25-2.25c-.2928933-.29289-.2928933-.76776%200-1.06066.292893-.29289.767767-.29289%201.06066%200l1.7043%201.7043%203.72011-3.938936c.28441-.3011385.75909-.3147007%201.06023-.030292z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") !important;
  position: absolute !important;
  top: -6px !important;
  left: 4px !important;
  display: block !important;
  width: 0.75rem !important;
  transform: none !important;
  border-width: 0px !important;
  border-style: none !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
@media (max-width: 767px) {
    .announcement-banner--item[data-snap-slide="0"] .content-wrapper.filter-option-checkbox:checked + .filter-option-label::after {
    width: 100vw;
    overflow: hidden;
    white-space: nowrap;
  }
}
[data-squad-icons-list] [data-squad].selected span {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(13, 16, 23, var(--tw-border-opacity));
}
.file\:mr-3::file-selector-button {
  margin-right: 0.75rem;
}
.file\:\!rounded-\[4px\]::file-selector-button {
  border-radius: 4px !important;
}
.file\:\!border::file-selector-button {
  border-width: 1px !important;
}
.file\:\!border-solid::file-selector-button {
  border-style: solid !important;
}
.file\:\!border-error::file-selector-button {
  border-color: var(--error) !important;
}
.file\:\!border-neutral-70::file-selector-button {
  --tw-border-opacity: 1 !important;
  border-color: rgba(227, 230, 239, var(--tw-border-opacity)) !important;
}
.file\:bg-neutral-100::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.file\:px-5::file-selector-button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.file\:pb-2::file-selector-button {
  padding-bottom: 0.5rem;
}
.file\:pb-2\.5::file-selector-button {
  padding-bottom: 0.625rem;
}
.file\:pt-2::file-selector-button {
  padding-top: 0.5rem;
}
.file\:outline-none::file-selector-button {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-top-1::before {
  content: var(--tw-content);
  top: -0.25rem;
}
.before\:-top-1\.5::before {
  content: var(--tw-content);
  top: -0.375rem;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:h-\[1000px\]::before {
  content: var(--tw-content);
  height: 1000px;
}
.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:h-\[2px\]::before {
  content: var(--tw-content);
  height: 2px;
}
.before\:h-\[80px\]::before {
  content: var(--tw-content);
  height: 80px;
}
.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}
.before\:w-\[2000px\]::before {
  content: var(--tw-content);
  width: 2000px;
}
.before\:w-\[80\%\]::before {
  content: var(--tw-content);
  width: 80%;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:-translate-x-\[34\%\]::before {
  content: var(--tw-content);
  --tw-translate-x: -34%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:-translate-y-\[20px\]::before {
  content: var(--tw-content);
  --tw-translate-y: -20px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.before\:rounded-t-full::before {
  content: var(--tw-content);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.before\:bg-neutral-10::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
}
.before\:bg-neutral-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.before\:bg-neutral-60::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(216, 220, 232, var(--tw-bg-opacity));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:-right-\[15px\]::after {
  content: var(--tw-content);
  right: -15px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:top-\[6px\]::after {
  content: var(--tw-content);
  top: 6px;
}
.after\:z-10::after {
  content: var(--tw-content);
  z-index: 10;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}
.after\:\!hidden::after {
  display: none !important;
}
.after\:\!hidden::after {
  content: var(--tw-content);
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:h-\[1000px\]::after {
  content: var(--tw-content);
  height: 1000px;
}
.after\:h-\[10px\]::after {
  content: var(--tw-content);
  height: 10px;
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:w-\[10px\]::after {
  content: var(--tw-content);
  width: 10px;
}
.after\:w-\[2000px\]::after {
  content: var(--tw-content);
  width: 2000px;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:\!translate-y-\[-43\%\]::after {
  --tw-translate-y: -43% !important;
  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)) !important;
}
.after\:\!translate-y-\[-43\%\]::after {
  content: var(--tw-content);
}
.after\:-translate-x-\[35\%\]::after {
  content: var(--tw-content);
  --tw-translate-x: -35%;
  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));
}
.after\:translate-y-\[0px\]::after {
  content: var(--tw-content);
  --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));
}
.after\:-rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rounded-t-full::after {
  content: var(--tw-content);
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-b-\[1px\]::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}
.after\:border-r::after {
  content: var(--tw-content);
  border-right-width: 1px;
}
.after\:border-neutral-60::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(216, 220, 232, var(--tw-border-opacity));
}
.after\:border-neutral-90::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(249, 250, 252, var(--tw-border-opacity));
}
.after\:border-b-black::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(26, 26, 26, var(--tw-border-opacity));
}
.after\:border-b-neutral-50::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(118, 123, 138, var(--tw-border-opacity));
}
.after\:border-b-primary-50::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(29, 82, 225, var(--tw-border-opacity));
}
.after\:border-b-squish-primary-50::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.after\:bg-neutral-10::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
}
.after\:bg-squish-primary-50::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity));
}
.after\:bg-squish-secondary-40::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(60, 169, 169, var(--tw-bg-opacity));
}
.after\:bg-squish-secondary-50::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(85, 195, 195, var(--tw-bg-opacity));
}
.after\:bg-squish-tertiary-40::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(248, 53, 104, var(--tw-bg-opacity));
}
.after\:bg-squish-yellow::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(252, 220, 62, var(--tw-bg-opacity));
}
.after\:bg-gradient-to-br::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:from-\[48\%\]::after {
  content: var(--tw-content);
  --tw-gradient-from-position: 48%;
}
.after\:via-neutral-70::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(227, 230, 239, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #E3E6EF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.after\:via-50\%::after {
  content: var(--tw-content);
  --tw-gradient-via-position: 50%;
}
.after\:to-transparent::after {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.after\:to-\[52\%\]::after {
  content: var(--tw-content);
  --tw-gradient-to-position: 52%;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:ml-5:first-child {
  margin-left: 1.25rem;
}
.first\:pt-5:first-child {
  padding-top: 1.25rem;
}
.first\:before\:hidden:first-child::before {
  content: var(--tw-content);
  display: none;
}
.last\:pb-5:last-child {
  padding-bottom: 1.25rem;
}
.hover\:\!border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(26, 26, 26, var(--tw-border-opacity)) !important;
}
.hover\:border-brand-primary:hover {
  border-color: var(--brand-primary);
}
.hover\:border-neutral-20:hover {
  --tw-border-opacity: 1;
  border-color: rgba(26, 32, 46, var(--tw-border-opacity));
}
.hover\:border-neutral-30:hover {
  --tw-border-opacity: 1;
  border-color: rgba(72, 77, 92, var(--tw-border-opacity));
}
.hover\:border-b-magenta:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(211, 1, 140, var(--tw-border-opacity));
}
.hover\:border-b-squish-primary-50:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.hover\:border-b-squish-primary-70:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(176, 109, 188, var(--tw-border-opacity));
}
.hover\:bg-cyan:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(84, 200, 232, var(--tw-bg-opacity));
}
.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-neutral-80:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 240, 245, var(--tw-bg-opacity));
}
.hover\:bg-neutral-90:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--tw-bg-opacity));
}
.hover\:bg-primary-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(3, 28, 97, var(--tw-bg-opacity));
}
.hover\:bg-primary-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 115, 225, var(--tw-bg-opacity));
}
.hover\:bg-squish-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 55, 120, var(--tw-bg-opacity));
}
.hover\:bg-squish-primary-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 74, 162, var(--tw-bg-opacity));
}
.hover\:bg-squish-purple-65:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(148, 74, 162, var(--tw-bg-opacity));
}
.hover\:bg-sticki-light-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 80, 169, var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-vault-tertiary-60:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 113, 255, var(--tw-bg-opacity));
}
.hover\:bg-gradient-to-r:hover {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.hover\:text-brand-primary:hover {
  color: var(--brand-primary);
}
.hover\:text-brand-secondary:hover {
  color: var(--brand-secondary);
}
.hover\:text-cyan:hover {
  --tw-text-opacity: 1;
  color: rgba(84, 200, 232, var(--tw-text-opacity));
}
.hover\:text-error-50:hover {
  --tw-text-opacity: 1;
  color: rgba(220, 54, 46, var(--tw-text-opacity));
}
.hover\:text-magenta:hover {
  --tw-text-opacity: 1;
  color: rgba(211, 1, 140, var(--tw-text-opacity));
}
.hover\:text-neutral-10:hover {
  --tw-text-opacity: 1;
  color: rgba(13, 16, 23, var(--tw-text-opacity));
}
.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hover\:text-neutral-50:hover {
  --tw-text-opacity: 1;
  color: rgba(118, 123, 138, var(--tw-text-opacity));
}
.hover\:text-primary-50:hover {
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.hover\:text-squish-primary-50:hover {
  --tw-text-opacity: 1;
  color: rgba(110, 55, 120, var(--tw-text-opacity));
}
.hover\:text-squish-primary-70:hover {
  --tw-text-opacity: 1;
  color: rgba(176, 109, 188, var(--tw-text-opacity));
}
.hover\:text-squish-purple-5:hover {
  --tw-text-opacity: 1;
  color: rgba(197, 181, 222, var(--tw-text-opacity));
}
.hover\:text-squish-secondary-40:hover {
  --tw-text-opacity: 1;
  color: rgba(60, 169, 169, var(--tw-text-opacity));
}
.hover\:text-squish-teal-9:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 128, 128, var(--tw-text-opacity));
}
.hover\:text-vault-primary-10:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 207, 253, var(--tw-text-opacity));
}
.hover\:text-vault-primary-20:hover {
  --tw-text-opacity: 1;
  color: rgba(45, 39, 255, var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-\[0_0_8px_0_rgba\(6\2c 58\2c 199\2c 0\.30\)\2c _0_0_2px_0_rgba\(6\2c 58\2c 199\2c 0\.14\)\]:hover {
  --tw-shadow: 0 0 8px 0 rgba(6,58,199,0.30), 0 0 2px 0 rgba(6,58,199,0.14);
  --tw-shadow-colored: 0 0 8px 0 var(--tw-shadow-color), 0 0 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.hover\:before\:bg-neutral-10:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
}
.hover\:before\:bg-neutral-30:hover::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(72, 77, 92, var(--tw-bg-opacity));
}
.hover\:after\:\!block:hover::after {
  display: block !important;
}
.hover\:after\:\!block:hover::after {
  content: var(--tw-content);
}
.hover\:after\:border-b-magenta:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(211, 1, 140, var(--tw-border-opacity));
}
.hover\:after\:border-b-squish-primary-50:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(110, 55, 120, var(--tw-border-opacity));
}
.hover\:after\:border-b-squish-primary-70:hover::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgba(176, 109, 188, var(--tw-border-opacity));
}
.group\/container:hover .group-hover\/container\:visible {
  visibility: visible;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group\/button:hover .group-hover\/button\:block {
  display: block;
}
.group\/link:hover .group-hover\/link\:block {
  display: block;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:inline-block {
  display: inline-block;
}
.group\/link:hover .group-hover\/link\:hidden {
  display: none;
}
.group:hover .group-hover\:max-h-\[200px\] {
  max-height: 200px;
}
.group:hover .group-hover\:-translate-y-5 {
  --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));
}
.group:hover .group-hover\:rotate-\[30deg\] {
  --tw-rotate: 30deg;
  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\/link:hover .group-hover\/link\:scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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\: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\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[0\.95\] {
  --tw-scale-x: 0.95;
  --tw-scale-y: 0.95;
  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\:scale-\[1\.05\] {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.0\] {
  --tw-scale-x: 1.0;
  --tw-scale-y: 1.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));
}
.group:hover .group-hover\:scale-\[1\.15\] {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  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\:-scale-x-100 {
  --tw-scale-x: -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\:border-b-neutral-10 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 16, 23, var(--tw-border-opacity));
}
.group\/link:hover .group-hover\/link\:text-primary-50 {
  --tw-text-opacity: 1;
  color: rgba(29, 82, 225, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-neutral-90 {
  --tw-text-opacity: 1;
  color: rgba(249, 250, 252, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-squish-teal-3 {
  --tw-text-opacity: 1;
  color: rgba(225, 243, 242, var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:grayscale-0 {
  --tw-grayscale: grayscale(0);
  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);
}
.group.open .group-\[\.open\]\:block {
  display: block;
}
.group.open .group-\[\.open\]\:flex {
  display: flex;
}
.group.open .group-\[\.open\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\:border-b-neutral-10 {
  --tw-border-opacity: 1;
  border-bottom-color: rgba(13, 16, 23, var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:underline {
  text-decoration-line: underline;
}
.peer.hero-logo ~ .peer-\[\.hero-logo\]\:mt-4 {
  margin-top: 1rem;
}
@media (min-width: 380px) {

  .xs\:\!text-\[32px\] {
    font-size: 32px !important;
  }

  .xs\:text-\[16px\] {
    font-size: 16px;
  }
}
@media (min-width: 640px) {

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

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

  .md\:bottom-\[1vw\] {
    bottom: 1vw;
  }

  .md\:bottom-\[5vw\] {
    bottom: 5vw;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

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

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

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

  .md\:left-\[7vw\] {
    left: 7vw;
  }

  .md\:left-\[9vw\] {
    left: 9vw;
  }

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

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

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-\[2\.5vw\] {
    right: 2.5vw;
  }

  .md\:right-\[27vw\] {
    right: 27vw;
  }

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

  .md\:right-\[5vw\] {
    right: 5vw;
  }

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

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

  .md\:top-\[16\.5vw\] {
    top: 16.5vw;
  }

  .md\:top-\[1vw\] {
    top: 1vw;
  }

  .md\:top-\[22vw\] {
    top: 22vw;
  }

  .md\:top-\[23vw\] {
    top: 23vw;
  }

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

  .md\:top-\[25vw\] {
    top: 25vw;
  }

  .md\:top-\[26vw\] {
    top: 26vw;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

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

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

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

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

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

  .md\:\!ml-auto {
    margin-left: auto !important;
  }

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

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

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

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

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

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

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

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

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

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

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

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-8 {
    height: 2rem;
  }

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

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

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

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

  .md\:h-\[6\.125rem\] {
    height: 6.125rem;
  }

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

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

  .md\:h-\[calc\(100\%-145px\)\] {
    height: calc(100% - 145px);
  }

  .md\:h-\[calc\(100\%-190px\)\] {
    height: calc(100% - 190px);
  }

  .md\:h-\[calc\(66vw\*1\)\] {
    height: calc(66vw * 1);
  }

  .md\:h-\[calc\(66vw\*2\)\] {
    height: calc(66vw * 2);
  }

  .md\:h-\[calc\(66vw\*3\)\] {
    height: calc(66vw * 3);
  }

  .md\:h-\[calc\(66vw\*4\)\] {
    height: calc(66vw * 4);
  }

  .md\:h-\[calc\(66vw\*5\)\] {
    height: calc(66vw * 5);
  }

  .md\:h-\[calc\(66vw\*6\)\] {
    height: calc(66vw * 6);
  }

  .md\:h-\[calc\(66vw\*7\)\] {
    height: calc(66vw * 7);
  }

  .md\:h-\[calc\(66vw\*8\)\] {
    height: calc(66vw * 8);
  }

  .md\:h-auto {
    height: auto;
  }

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

  .md\:h-\[calc\(52\.2vw\*1\)\] {
    height: calc(52.2vw * 1);
  }

  .md\:h-\[calc\(52\.2vw\*2\)\] {
    height: calc(52.2vw * 2);
  }

  .md\:h-\[calc\(52\.2vw\*3\)\] {
    height: calc(52.2vw * 3);
  }

  .md\:h-\[calc\(52\.2vw\*4\)\] {
    height: calc(52.2vw * 4);
  }

  .md\:h-\[calc\(52\.2vw\*5\)\] {
    height: calc(52.2vw * 5);
  }

  .md\:h-\[calc\(52\.2vw\*6\)\] {
    height: calc(52.2vw * 6);
  }

  .md\:h-\[calc\(52\.2vw\*7\)\] {
    height: calc(52.2vw * 7);
  }

  .md\:h-\[calc\(52\.2vw\*8\)\] {
    height: calc(52.2vw * 8);
  }

  .md\:h-\[calc\(52\.2vw\*10\)\] {
    height: calc(52.2vw * 10);
  }

  .md\:h-\[calc\(52\.2vw\*11\)\] {
    height: calc(52.2vw * 11);
  }

  .md\:h-\[calc\(52\.2vw\*12\)\] {
    height: calc(52.2vw * 12);
  }

  .md\:h-\[calc\(52\.2vw\*13\)\] {
    height: calc(52.2vw * 13);
  }

  .md\:h-\[calc\(52\.2vw\*14\)\] {
    height: calc(52.2vw * 14);
  }

  .md\:h-\[calc\(52\.2vw\*15\)\] {
    height: calc(52.2vw * 15);
  }

  .md\:h-\[calc\(52\.2vw\*9\)\] {
    height: calc(52.2vw * 9);
  }

  .md\:max-h-\[20vw\] {
    max-height: 20vw;
  }

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

  .md\:\!w-\[calc\(33\.33\%-0\.66rem\)\] {
    width: calc(33.33% - 0.66rem) !important;
  }

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

  .md\:w-12 {
    width: 3rem;
  }

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

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

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-8 {
    width: 2rem;
  }

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

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

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

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

  .md\:w-\[19\.5vw\] {
    width: 19.5vw;
  }

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

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

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

  .md\:w-\[30\.5rem\] {
    width: 30.5rem;
  }

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

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

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

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

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

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

  .md\:w-\[41\.8vw\] {
    width: 41.8vw;
  }

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

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

  .md\:w-\[9rem\] {
    width: 9rem;
  }

  .md\:w-\[calc\(\(100vw-40px-20px\)\/2\)\] {
    width: calc((100vw - 40px - 20px) / 2);
  }

  .md\:w-auto {
    width: auto;
  }

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

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

  .md\:max-w-\[25\.375rem\] {
    max-width: 25.375rem;
  }

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

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

  .md\:max-w-\[49rem\] {
    max-width: 49rem;
  }

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

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

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

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

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

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

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

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

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

  .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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-1 {
    gap: 0.25rem;
  }

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

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

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

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

  .md\:rounded-b-\[15px\] {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

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

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

  .md\:\!bg-none {
    background-image: none !important;
  }

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

  .md\:py-\[4\.625rem\] {
    padding-top: 4.625rem;
    padding-bottom: 4.625rem;
  }

  .md\:\!pl-0 {
    padding-left: 0px !important;
  }

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

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

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-\[6\.5rem\] {
    padding-bottom: 6.5rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

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

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

  .md\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

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

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

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

  .md\:text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

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

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

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

  .md\:\!leading-tight {
    line-height: 1.25 !important;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:text-neutral-10 {
    --tw-text-opacity: 1;
    color: rgba(13, 16, 23, var(--tw-text-opacity));
  }

  .md\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

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

  .md\:before\:-ml-\[100\%\]::before {
    content: var(--tw-content);
    margin-left: -100%;
  }

  .md\:before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
  }

  .md\:after\:-mr-\[100\%\]::after {
    content: var(--tw-content);
    margin-right: -100%;
  }

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

  .md\:hover\:bg-sticki-light-pink:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 80, 169, var(--tw-bg-opacity));
  }
}
@media (min-width: 1024px) {

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

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-bottom-11 {
    bottom: -2.75rem;
  }

  .lg\:-bottom-3 {
    bottom: -0.75rem;
  }

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

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-left-\[40px\] {
    left: -40px;
  }

  .lg\:-left-\[43vw\] {
    left: -43vw;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-right-\[43vw\] {
    right: -43vw;
  }

  .lg\:-top-12 {
    top: -3rem;
  }

  .lg\:-top-\[5rem\] {
    top: -5rem;
  }

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

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

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

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

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

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

  .lg\:left-3 {
    left: 0.75rem;
  }

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

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-\[10\.25rem\] {
    left: 10.25rem;
  }

  .lg\:left-\[11\.75rem\] {
    left: 11.75rem;
  }

  .lg\:left-\[6\.5375rem\] {
    left: 6.5375rem;
  }

  .lg\:left-\[7\.7875rem\] {
    left: 7.7875rem;
  }

  .lg\:left-\[9\.2875rem\] {
    left: 9.2875rem;
  }

  .lg\:left-\[9rem\] {
    left: 9rem;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

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

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-\[-12px\] {
    right: -12px;
  }

  .lg\:right-\[initial\] {
    right: auto;
    right: initial;
  }

  .lg\:right-auto {
    right: auto;
  }

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

  .lg\:top-1 {
    top: 0.25rem;
  }

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

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

  .lg\:top-16 {
    top: 4rem;
  }

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

  .lg\:top-3 {
    top: 0.75rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-8 {
    top: 2rem;
  }

  .lg\:top-\[145px\] {
    top: 145px;
  }

  .lg\:top-\[200px\] {
    top: 200px;
  }

  .lg\:top-\[232px\] {
    top: 232px;
  }

  .lg\:top-\[4\.375rem\] {
    top: 4.375rem;
  }

  .lg\:top-\[65px\] {
    top: 65px;
  }

  .lg\:top-\[calc\(\(100vw-5rem-\(2\.5rem\*3\)\)\/3\.5\/2\)\] {
    top: calc((100vw - 5rem - (2.5rem * 3)) / 3.5 / 2);
  }

  .lg\:top-\[calc\(\(100vw-5rem-\(2\.5rem\*3\)\)\/3\.5\/2\+20px\)\] {
    top: calc((100vw - 5rem - (2.5rem * 3)) / 3.5 / 2 + 20px);
  }

  .lg\:top-\[calc\(496px\/2\)\] {
    top: calc(496px / 2);
  }

  .lg\:top-\[calc\(9\.25rem\/2\+2\.5rem\)\] {
    top: calc(9.25rem / 2 + 2.5rem);
  }

  .lg\:top-\[initial\] {
    top: auto;
    top: initial;
  }

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

  .lg\:z-\[11\] {
    z-index: 11;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-4 {
    order: 4;
  }

  .lg\:order-5 {
    order: 5;
  }

  .lg\:order-6 {
    order: 6;
  }

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

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

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

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

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

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

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

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

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

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:float-right {
    float: right;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

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

  .lg\:mx-0\.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

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

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

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

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

  .lg\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

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

  .lg\:\!mt-4 {
    margin-top: 1rem !important;
  }

  .lg\:-mb-72 {
    margin-bottom: -18rem;
  }

  .lg\:-mb-\[80px\] {
    margin-bottom: -80px;
  }

  .lg\:-ml-\[5\.3rem\] {
    margin-left: -5.3rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-\[2\.0625rem\] {
    margin-bottom: 2.0625rem;
  }

  .lg\:mb-\[200px\] {
    margin-bottom: 200px;
  }

  .lg\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-24 {
    margin-left: 6rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:ml-32 {
    margin-left: 8rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

  .lg\:mr-24 {
    margin-right: 6rem;
  }

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

  .lg\:mr-32 {
    margin-right: 8rem;
  }

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

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mr-\[18px\] {
    margin-right: 18px;
  }

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

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

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

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

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

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

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

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

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:\!inline-block {
    display: inline-block !important;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:\!flex {
    display: flex !important;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:grid {
    display: grid;
  }

  .lg\:\!hidden {
    display: none !important;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-10 {
    height: 2.5rem;
  }

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

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

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

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

  .lg\:h-6 {
    height: 1.5rem;
  }

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

  .lg\:h-\[15\.75rem\] {
    height: 15.75rem;
  }

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

  .lg\:h-\[17\.6875rem\] {
    height: 17.6875rem;
  }

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

  .lg\:h-\[2\.0625rem\] {
    height: 2.0625rem;
  }

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

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

  .lg\:h-\[20vw\] {
    height: 20vw;
  }

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

  .lg\:h-\[23\.0625rem\] {
    height: 23.0625rem;
  }

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

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

  .lg\:h-\[29\.875rem\] {
    height: 29.875rem;
  }

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

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

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

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

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

  .lg\:h-\[4\.5rem\] {
    height: 4.5rem;
  }

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

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

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

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

  .lg\:h-\[6\.25rem\] {
    height: 6.25rem;
  }

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

  .lg\:h-\[7\.5rem\] {
    height: 7.5rem;
  }

  .lg\:h-\[9\.125rem\] {
    height: 9.125rem;
  }

  .lg\:h-\[9\.25rem\] {
    height: 9.25rem;
  }

  .lg\:h-\[calc\(\(100vw-6rem-6\*2\.5rem\)\/7\)\] {
    height: calc((100vw - 6rem - 6 * 2.5rem) / 7);
  }

  .lg\:h-\[calc\(100\%-154px\)\] {
    height: calc(100% - 154px);
  }

  .lg\:h-\[calc\(100\%-204px\)\] {
    height: calc(100% - 204px);
  }

  .lg\:h-\[calc\(100\%-84\.5px\)\] {
    height: calc(100% - 84.5px);
  }

  .lg\:h-\[calc\(44vw\*1\)\] {
    height: calc(44vw * 1);
  }

  .lg\:h-\[calc\(44vw\*2\)\] {
    height: calc(44vw * 2);
  }

  .lg\:h-\[calc\(44vw\*3\)\] {
    height: calc(44vw * 3);
  }

  .lg\:h-\[calc\(44vw\*4\)\] {
    height: calc(44vw * 4);
  }

  .lg\:h-\[calc\(44vw\*5\)\] {
    height: calc(44vw * 5);
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:h-\[37vw\] {
    height: 37vw;
  }

  .lg\:h-\[calc\(53vw\*1\)\] {
    height: calc(53vw * 1);
  }

  .lg\:h-\[calc\(53vw\*2\)\] {
    height: calc(53vw * 2);
  }

  .lg\:h-\[calc\(53vw\*3\)\] {
    height: calc(53vw * 3);
  }

  .lg\:h-\[calc\(53vw\*4\)\] {
    height: calc(53vw * 4);
  }

  .lg\:h-\[calc\(53vw\*5\)\] {
    height: calc(53vw * 5);
  }

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

  .lg\:max-h-64 {
    max-height: 16rem;
  }

  .lg\:max-h-\[16\.25rem\] {
    max-height: 16.25rem;
  }

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

  .lg\:max-h-\[26vw\] {
    max-height: 26vw;
  }

  .lg\:max-h-\[344px\] {
    max-height: 344px;
  }

  .lg\:max-h-\[496px\] {
    max-height: 496px;
  }

  .lg\:max-h-\[50px\] {
    max-height: 50px;
  }

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

  .lg\:min-h-\[1\.25rem\] {
    min-height: 1.25rem;
  }

  .lg\:min-h-\[1\.375rem\] {
    min-height: 1.375rem;
  }

  .lg\:min-h-\[18\.75rem\] {
    min-height: 18.75rem;
  }

  .lg\:\!w-auto {
    width: auto !important;
  }

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

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

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

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

  .lg\:w-12 {
    width: 3rem;
  }

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

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

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

  .lg\:w-3 {
    width: 0.75rem;
  }

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

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

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

  .lg\:w-48 {
    width: 12rem;
  }

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

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

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-\[100px\] {
    width: 100px;
  }

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

  .lg\:w-\[12\.1875rem\] {
    width: 12.1875rem;
  }

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

  .lg\:w-\[13\.75rem\] {
    width: 13.75rem;
  }

  .lg\:w-\[14\.1875rem\] {
    width: 14.1875rem;
  }

  .lg\:w-\[15\.625rem\] {
    width: 15.625rem;
  }

  .lg\:w-\[18\.75rem\] {
    width: 18.75rem;
  }

  .lg\:w-\[185px\] {
    width: 185px;
  }

  .lg\:w-\[2\.5rem\] {
    width: 2.5rem;
  }

  .lg\:w-\[20\%\] {
    width: 20%;
  }

  .lg\:w-\[20\.3125rem\] {
    width: 20.3125rem;
  }

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

  .lg\:w-\[20px\] {
    width: 20px;
  }

  .lg\:w-\[220px\] {
    width: 220px;
  }

  .lg\:w-\[23\.75rem\] {
    width: 23.75rem;
  }

  .lg\:w-\[230px\] {
    width: 230px;
  }

  .lg\:w-\[252px\] {
    width: 252px;
  }

  .lg\:w-\[25px\] {
    width: 25px;
  }

  .lg\:w-\[25rem\] {
    width: 25rem;
  }

  .lg\:w-\[25vw\] {
    width: 25vw;
  }

  .lg\:w-\[28\.125\%\] {
    width: 28.125%;
  }

  .lg\:w-\[280px\] {
    width: 280px;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

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

  .lg\:w-\[33\.4375rem\] {
    width: 33.4375rem;
  }

  .lg\:w-\[350px\] {
    width: 350px;
  }

  .lg\:w-\[35px\] {
    width: 35px;
  }

  .lg\:w-\[370px\] {
    width: 370px;
  }

  .lg\:w-\[38px\] {
    width: 38px;
  }

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

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-\[42px\] {
    width: 42px;
  }

  .lg\:w-\[430px\] {
    width: 430px;
  }

  .lg\:w-\[450px\] {
    width: 450px;
  }

  .lg\:w-\[500px\] {
    width: 500px;
  }

  .lg\:w-\[50px\] {
    width: 50px;
  }

  .lg\:w-\[6\.25rem\] {
    width: 6.25rem;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[65px\] {
    width: 65px;
  }

  .lg\:w-\[660px\] {
    width: 660px;
  }

  .lg\:w-\[7\.5rem\] {
    width: 7.5rem;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-\[80px\] {
    width: 80px;
  }

  .lg\:w-\[9\.375rem\] {
    width: 9.375rem;
  }

  .lg\:w-\[90\%\] {
    width: 90%;
  }

  .lg\:w-\[calc\(\(100vw-60px-16px\)\/2-30px\)\] {
    width: calc((100vw - 60px - 16px) / 2 - 30px);
  }

  .lg\:w-\[calc\(\(100vw-6rem-6\*2\.5rem\)\/7\)\] {
    width: calc((100vw - 6rem - 6 * 2.5rem) / 7);
  }

  .lg\:w-\[calc\(\(100vw-70px-16px\)\/3-30px\)\] {
    width: calc((100vw - 70px - 16px) / 3 - 30px);
  }

  .lg\:w-\[calc\(\(100vw-80px-16px\)\/4-30px\)\] {
    width: calc((100vw - 80px - 16px) / 4 - 30px);
  }

  .lg\:w-\[calc\(100\%\+80px\)\] {
    width: calc(100% + 80px);
  }

  .lg\:w-\[calc\(100\%-110px-24px\)\] {
    width: calc(100% - 110px - 24px);
  }

  .lg\:w-\[calc\(100\%-16px\)\] {
    width: calc(100% - 16px);
  }

  .lg\:w-\[calc\(100\%-22\.875rem\)\] {
    width: calc(100% - 22.875rem);
  }

  .lg\:w-\[calc\(100\%-25rem\)\] {
    width: calc(100% - 25rem);
  }

  .lg\:w-\[calc\(100\%-26\.25rem\)\] {
    width: calc(100% - 26.25rem);
  }

  .lg\:w-\[calc\(100\%-35px-20px\)\] {
    width: calc(100% - 35px - 20px);
  }

  .lg\:w-\[calc\(100\%-400px\)\] {
    width: calc(100% - 400px);
  }

  .lg\:w-\[calc\(100\%-8\.5rem\)\] {
    width: calc(100% - 8.5rem);
  }

  .lg\:w-\[calc\(100\%-80px-24px\)\] {
    width: calc(100% - 80px - 24px);
  }

  .lg\:w-\[calc\(100\%-9\.75rem\)\] {
    width: calc(100% - 9.75rem);
  }

  .lg\:w-\[calc\(25vw-2\.5rem-2\.5rem\/4\)\] {
    width: calc(25vw - 2.5rem - 2.5rem / 4);
  }

  .lg\:w-\[calc\(33\.33\%-1\.25rem\)\] {
    width: calc(33.33% - 1.25rem);
  }

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

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

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

  .lg\:min-w-\[11\.8125rem\] {
    min-width: 11.8125rem;
  }

  .lg\:min-w-\[160px\] {
    min-width: 160px;
  }

  .lg\:min-w-\[2\.5rem\] {
    min-width: 2.5rem;
  }

  .lg\:min-w-\[220px\] {
    min-width: 220px;
  }

  .lg\:min-w-\[240px\] {
    min-width: 240px;
  }

  .lg\:min-w-\[25\.3125rem\] {
    min-width: 25.3125rem;
  }

  .lg\:min-w-\[440px\] {
    min-width: 440px;
  }

  .lg\:min-w-\[670px\] {
    min-width: 670px;
  }

  .lg\:min-w-\[80\%\] {
    min-width: 80%;
  }

  .lg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

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

  .lg\:max-w-\[10rem\] {
    max-width: 10rem;
  }

  .lg\:max-w-\[110px\] {
    max-width: 110px;
  }

  .lg\:max-w-\[130px\] {
    max-width: 130px;
  }

  .lg\:max-w-\[150px\] {
    max-width: 150px;
  }

  .lg\:max-w-\[170px\] {
    max-width: 170px;
  }

  .lg\:max-w-\[180px\] {
    max-width: 180px;
  }

  .lg\:max-w-\[25rem\] {
    max-width: 25rem;
  }

  .lg\:max-w-\[36\%\] {
    max-width: 36%;
  }

  .lg\:max-w-\[390px\] {
    max-width: 390px;
  }

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

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[500px\] {
    max-width: 500px;
  }

  .lg\:max-w-\[580px\] {
    max-width: 580px;
  }

  .lg\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:max-w-\[7\.5rem\] {
    max-width: 7.5rem;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-\[80px\] {
    max-width: 80px;
  }

  .lg\:max-w-\[calc\(25\%-0\.1875rem\)\] {
    max-width: calc(25% - 0.1875rem);
  }

  .lg\:max-w-\[calc\(25\%-1\.125rem\)\] {
    max-width: calc(25% - 1.125rem);
  }

  .lg\:max-w-\[initial\] {
    max-width: none;
    max-width: initial;
  }

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

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

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

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

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

  .lg\:flex-none {
    flex: none;
  }

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

  .lg\:basis-auto {
    flex-basis: auto;
  }

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

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

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

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

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

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

  .lg\:transform-none {
    transform: none;
  }

  .lg\:snap-none {
    scroll-snap-type: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-7 {
    gap: 1.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-9 {
    gap: 2.25rem;
  }

  .lg\:gap-\[3\.75rem\] {
    gap: 3.75rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

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

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

  .lg\:gap-x-\[1\.875rem\] {
    -moz-column-gap: 1.875rem;
         column-gap: 1.875rem;
  }

  .lg\:gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .lg\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

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

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

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

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-visible {
    overflow-y: visible;
  }

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

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

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }

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

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:rounded-\[30px\] {
    border-radius: 30px;
  }

  .lg\:rounded-t-\[1\.25rem\] {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

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

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

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

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

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

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

  .lg\:border-r {
    border-right-width: 1px;
  }

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

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-neutral-70 {
    --tw-border-opacity: 1;
    border-color: rgba(227, 230, 239, var(--tw-border-opacity));
  }

  .lg\:border-neutral-80 {
    --tw-border-opacity: 1;
    border-color: rgba(238, 240, 245, var(--tw-border-opacity));
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:border-l-white {
    --tw-border-opacity: 1;
    border-left-color: rgba(255, 255, 255, var(--tw-border-opacity));
  }

  .lg\:bg-neutral-10 {
    --tw-bg-opacity: 1;
    background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
  }

  .lg\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

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

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .lg\:\!p-3 {
    padding: 0.75rem !important;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

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

  .lg\:p-3 {
    padding: 0.75rem;
  }

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

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

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

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

  .lg\:\!px-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

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

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

  .lg\:px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lg\:px-\[2\.375rem\] {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
  }

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

  .lg\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .lg\:px-\[26px\] {
    padding-left: 26px;
    padding-right: 26px;
  }

  .lg\:px-\[3\.125rem\] {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .lg\:px-\[6\.5rem\] {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }

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

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

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

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

  .lg\:py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:py-\[3\.75rem\] {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:py-\[5\.5rem\] {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:py-\[72px\] {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .lg\:pb-1\.5 {
    padding-bottom: 0.375rem;
  }

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

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

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

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

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

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

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

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

  .lg\:pb-96 {
    padding-bottom: 24rem;
  }

  .lg\:pb-\[10px\] {
    padding-bottom: 10px;
  }

  .lg\:pb-\[140px\] {
    padding-bottom: 140px;
  }

  .lg\:pb-\[30\%\] {
    padding-bottom: 30%;
  }

  .lg\:pb-\[30vw\] {
    padding-bottom: 30vw;
  }

  .lg\:pb-\[5\.75rem\] {
    padding-bottom: 5.75rem;
  }

  .lg\:pb-\[56\.25\%\] {
    padding-bottom: 56.25%;
  }

  .lg\:pb-\[7\.1875rem\] {
    padding-bottom: 7.1875rem;
  }

  .lg\:pb-\[7\.5rem\] {
    padding-bottom: 7.5rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

  .lg\:pl-32 {
    padding-left: 8rem;
  }

  .lg\:pl-40 {
    padding-left: 10rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .lg\:pl-\[25px\] {
    padding-left: 25px;
  }

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

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

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

  .lg\:pr-32 {
    padding-right: 8rem;
  }

  .lg\:pr-40 {
    padding-right: 10rem;
  }

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

  .lg\:pr-\[35px\] {
    padding-right: 35px;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

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

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

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

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

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

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

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

  .lg\:pt-\[14px\] {
    padding-top: 14px;
  }

  .lg\:pt-\[6\.5rem\] {
    padding-top: 6.5rem;
  }

  .lg\:pt-\[7\.5rem\] {
    padding-top: 7.5rem;
  }

  .lg\:pt-\[9\.1875rem\] {
    padding-top: 9.1875rem;
  }

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

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

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

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

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

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

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

  .lg\:\!text-\[12px\] {
    font-size: 12px !important;
  }

  .lg\:\!text-\[16px\] {
    font-size: 16px !important;
  }

  .lg\:\!text-\[2\.125rem\] {
    font-size: 2.125rem !important;
  }

  .lg\:\!text-\[2\.625rem\] {
    font-size: 2.625rem !important;
  }

  .lg\:\!text-\[20px\] {
    font-size: 20px !important;
  }

  .lg\:\!text-\[24px\] {
    font-size: 24px !important;
  }

  .lg\:\!text-\[28px\] {
    font-size: 28px !important;
  }

  .lg\:\!text-\[30px\] {
    font-size: 30px !important;
  }

  .lg\:\!text-\[32px\] {
    font-size: 32px !important;
  }

  .lg\:\!text-\[36px\] {
    font-size: 36px !important;
  }

  .lg\:\!text-\[44px\] {
    font-size: 44px !important;
  }

  .lg\:\!text-\[4rem\] {
    font-size: 4rem !important;
  }

  .lg\:\!text-\[50px\] {
    font-size: 50px !important;
  }

  .lg\:\!text-\[96px\] {
    font-size: 96px !important;
  }

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

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

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

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

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

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

  .lg\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .lg\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

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

  .lg\:text-\[13\.5px\] {
    font-size: 13.5px;
  }

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

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

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

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

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

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

  .lg\:text-\[3\.125rem\] {
    font-size: 3.125rem;
  }

  .lg\:text-\[3\.625rem\] {
    font-size: 3.625rem;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:\!leading-\[24px\] {
    line-height: 24px !important;
  }

  .lg\:\!leading-\[3\.75rem\] {
    line-height: 3.75rem !important;
  }

  .lg\:\!leading-\[3rem\] {
    line-height: 3rem !important;
  }

  .lg\:\!leading-\[45px\] {
    line-height: 45px !important;
  }

  .lg\:\!leading-\[60px\] {
    line-height: 60px !important;
  }

  .lg\:\!leading-\[66px\] {
    line-height: 66px !important;
  }

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-\[1\.875rem\] {
    line-height: 1.875rem;
  }

  .lg\:leading-\[16px\] {
    line-height: 16px;
  }

  .lg\:leading-\[23px\] {
    line-height: 23px;
  }

  .lg\:leading-\[24px\] {
    line-height: 24px;
  }

  .lg\:leading-\[3\.5rem\] {
    line-height: 3.5rem;
  }

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

  .lg\:leading-\[3rem\] {
    line-height: 3rem;
  }

  .lg\:tracking-\[-0\.75px\] {
    letter-spacing: -0.75px;
  }

  .lg\:tracking-\[0\.125rem\] {
    letter-spacing: 0.125rem;
  }

  .lg\:tracking-\[1px\] {
    letter-spacing: 1px;
  }

  .lg\:text-neutral-10 {
    --tw-text-opacity: 1;
    color: rgba(13, 16, 23, var(--tw-text-opacity));
  }

  .lg\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

  .lg\:text-squish-green {
    --tw-text-opacity: 1;
    color: rgba(185, 210, 50, var(--tw-text-opacity));
  }

  .lg\:text-squish-magenta {
    --tw-text-opacity: 1;
    color: rgba(250, 117, 152, var(--tw-text-opacity));
  }

  .lg\:text-squish-orange {
    --tw-text-opacity: 1;
    color: rgba(255, 165, 110, var(--tw-text-opacity));
  }

  .lg\:text-squish-secondary-40 {
    --tw-text-opacity: 1;
    color: rgba(60, 169, 169, var(--tw-text-opacity));
  }

  .lg\:text-squish-teal-11 {
    --tw-text-opacity: 1;
    color: rgba(216, 236, 236, var(--tw-text-opacity));
  }

  .lg\:text-squish-teal-9 {
    --tw-text-opacity: 1;
    color: rgba(0, 128, 128, var(--tw-text-opacity));
  }

  .lg\:text-squish-yellow {
    --tw-text-opacity: 1;
    color: rgba(252, 220, 62, var(--tw-text-opacity));
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 rgba(0,0,0,0);
    --tw-shadow-colored: 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:shadow-shop-by {
    --tw-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 0px 35px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:drop-shadow-header {
    --tw-drop-shadow: drop-shadow(0px 0px 10px rgba(8, 55, 180, 0.1));
    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);
  }

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

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

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

  .lg\:before\:-left-3::before {
    content: var(--tw-content);
    left: -0.75rem;
  }

  .lg\:before\:-left-3\.5::before {
    content: var(--tw-content);
    left: -0.875rem;
  }

  .lg\:before\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%;
  }

  .lg\:before\:h-\[55px\]::before {
    content: var(--tw-content);
    height: 55px;
  }

  .lg\:before\:h-\[80\%\]::before {
    content: var(--tw-content);
    height: 80%;
  }

  .lg\:before\:w-\[1px\]::before {
    content: var(--tw-content);
    width: 1px;
  }

  .lg\:before\:-translate-y-1\/2::before {
    content: var(--tw-content);
    --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));
  }

  .lg\:before\:bg-neutral-10::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgba(13, 16, 23, var(--tw-bg-opacity));
  }

  .first\:lg\:ml-1:first-child {
    margin-left: 0.25rem;
  }

  .first\:lg\:ml-10:first-child {
    margin-left: 2.5rem;
  }

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

  .lg\:hover\:\!bg-squish-magenta:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgba(250, 117, 152, var(--tw-bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-20:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(3, 28, 97, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-vault-primary-20:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(45, 39, 255, var(--tw-bg-opacity));
  }

  .lg\:hover\:bg-right:hover {
    background-position: right;
  }

  .lg\:hover\:text-neutral-10:hover {
    --tw-text-opacity: 1;
    color: rgba(13, 16, 23, var(--tw-text-opacity));
  }

  .lg\:hover\:text-neutral-30:hover {
    --tw-text-opacity: 1;
    color: rgba(72, 77, 92, var(--tw-text-opacity));
  }

  .lg\:hover\:text-primary-50:hover {
    --tw-text-opacity: 1;
    color: rgba(29, 82, 225, var(--tw-text-opacity));
  }

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

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

  .lg\:hover\:shadow-\[0_0_10px_0_rgba\(48\2c 49\2c 140\2c 0\.15\)\]:hover {
    --tw-shadow: 0 0 10px 0 rgba(48,49,140,0.15);
    --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-\[0_0_12px_0_\#00CFFD\]:hover {
    --tw-shadow: 0 0 12px 0 #00CFFD;
    --tw-shadow-colored: 0 0 12px 0 var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:shadow-shop-by-hover:hover {
    --tw-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

  .lg\:hover\:after\:border-b-primary-50:hover::after {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-bottom-color: rgba(29, 82, 225, var(--tw-border-opacity));
  }

  .group:hover .lg\:group-hover\:relative {
    position: relative;
  }

  .group\/container:hover .group-hover\/container\:lg\:block {
    display: block;
  }

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

  .group\/figure:hover .lg\:group-hover\/figure\:\!block {
    display: block !important;
  }

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

  .group\/figure:hover .lg\:group-hover\/figure\:\!flex {
    display: flex !important;
  }

  .group:hover .group-hover\:lg\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\:hidden {
    display: none;
  }

  .group:hover .lg\:group-hover\:h-full {
    height: 100%;
  }

  .group:hover .lg\:group-hover\:-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:hover .group-hover\:lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group:hover .lg\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .group\/image:hover .lg\:group-hover\/image\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1220px) {

  .pdp-gallery\:top-\[calc\(50\%-20px\)\] {
    top: calc(50% - 20px);
  }

  .pdp-gallery\:max-h-\[650px\] {
    max-height: 650px;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-10 {
    grid-column: span 10 / span 10;
  }

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

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

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mr-24 {
    margin-right: 6rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

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

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

  .xl\:h-\[calc\(41vw\*1\)\] {
    height: calc(41vw * 1);
  }

  .xl\:h-\[calc\(41vw\*2\)\] {
    height: calc(41vw * 2);
  }

  .xl\:h-\[calc\(41vw\*3\)\] {
    height: calc(41vw * 3);
  }

  .xl\:h-\[calc\(41vw\*4\)\] {
    height: calc(41vw * 4);
  }

  .xl\:h-\[calc\(41vw\*5\)\] {
    height: calc(41vw * 5);
  }

  .xl\:h-\[calc\(92vw\)\] {
    height: calc(92vw);
  }

  .xl\:h-\[calc\(222vw\)\] {
    height: calc(222vw);
  }

  .xl\:h-\[calc\(44\.4vw\*1\)\] {
    height: calc(44.4vw * 1);
  }

  .xl\:h-\[calc\(44\.4vw\*2\)\] {
    height: calc(44.4vw * 2);
  }

  .xl\:h-\[calc\(44\.4vw\*3\)\] {
    height: calc(44.4vw * 3);
  }

  .xl\:h-\[calc\(44\.4vw\*4\)\] {
    height: calc(44.4vw * 4);
  }

  .xl\:h-\[calc\(44\.4vw\*5\)\] {
    height: calc(44.4vw * 5);
  }

  .xl\:max-h-\[22px\] {
    max-height: 22px;
  }

  .xl\:\!w-full {
    width: 100% !important;
  }

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

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-\[550px\] {
    width: 550px;
  }

  .xl\:w-\[calc\(100\%-550px\)\] {
    width: calc(100% - 550px);
  }

  .xl\:w-\[calc\(16\.66\%-1\.25rem\)\] {
    width: calc(16.66% - 1.25rem);
  }

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

  .xl\:max-w-\[100\%\] {
    max-width: 100%;
  }

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

  .xl\:max-w-\[60\%\] {
    max-width: 60%;
  }

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

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

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-x-\[70px\] {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }

  .xl\:gap-x-\[80px\] {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

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

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

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

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

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-\[6\.25rem\] {
    padding-left: 6.25rem;
  }

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

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

  .xl\:\!text-\[50px\] {
    font-size: 50px !important;
  }

  .xl\:\!text-\[58px\] {
    font-size: 58px !important;
  }

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

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:-left-\[calc\(\(100vw-1536px\)\/2\)\] {
    left: calc(((100vw - 1536px) / 2) * -1);
    left: calc(calc((100vw - 1536px) / 2) * -1);
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:top-\[10\.75rem\] {
    top: 10.75rem;
  }

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

  .\32xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

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

  .\32xl\:ml-24 {
    margin-left: 6rem;
  }

  .\32xl\:block {
    display: block;
  }

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

  .\32xl\:h-\[20rem\] {
    height: 20rem;
  }

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

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

  .\32xl\:h-\[667px\*1\] {
    height: 667px*1;
  }

  .\32xl\:h-\[667px\*2\] {
    height: 667px*2;
  }

  .\32xl\:h-\[667px\*3\] {
    height: 667px*3;
  }

  .\32xl\:h-\[667px\*4\] {
    height: 667px*4;
  }

  .\32xl\:h-\[667px\*5\] {
    height: 667px*5;
  }

  .\32xl\:max-h-\[400px\] {
    max-height: 400px;
  }

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

  .\32xl\:w-\[100vw\] {
    width: 100vw;
  }

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

  .\32xl\:w-\[calc\(\(1536px-16px\)\/2-20px\)\] {
    width: calc((1536px - 16px) / 2 - 20px);
  }

  .\32xl\:w-\[calc\(\(1536px-16px\)\/3-27px\)\] {
    width: calc((1536px - 16px) / 3 - 27px);
  }

  .\32xl\:w-\[calc\(\(1536px-16px\)\/4-30px\)\] {
    width: calc((1536px - 16px) / 4 - 30px);
  }

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

  .\32xl\:max-w-\[90\%\] {
    max-width: 90%;
  }

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

  .\32xl\:p-0 {
    padding: 0px;
  }

  .\32xl\:px-\[calc\(\(100vw-1536px\)\/2\+100px\)\] {
    padding-left: calc((100vw - 1536px) / 2 + 100px);
    padding-right: calc((100vw - 1536px) / 2 + 100px);
  }

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

  .\32xl\:pb-32 {
    padding-bottom: 8rem;
  }

  .\32xl\:pl-\[calc\(\(100vw-1536px\)\/2\)\] {
    padding-left: calc((100vw - 1536px) / 2);
  }

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

  .first\:2xl\:ml-0:first-child {
    margin-left: 0px;
  }
}
@media (min-width: 1800px) {

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

