/** Shopify CDN: Minification failed

Line 5324:5 Unexpected "{"
Line 5336:5 Unexpected "{"

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

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

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

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

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: Gotham, 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]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. 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-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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  /* HEADING STYLES */

  h1,
  .h1 {
    font-size: 28px;
    line-height: 39.2px;
    letter-spacing: 0.56px;
    font-family: Butler, sans-serif;
    font-weight: 500;
  }

  h2,
  .h2 {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.44px;
    font-family: Butler, sans-serif;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 27px;
    font-family: Butler, sans-serif;
    font-weight: 500;
  }

  h4,
  .h4 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
  }

  h5,
  .h5 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-transform: uppercase;
  }

  h6,
  .h6 {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
  }

  h1 .accent,
  .h1 .accent {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.56px;
    font-family: Marthin, sans-serif;
  }

  h2 .accent,
  .h2 .accent {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.44px;
    font-family: Marthin, sans-serif;
  }

  @media (min-width: 1024px) {
    h1,
    .h1 {
      font-size: 40px;
      line-height: 52px;
      letter-spacing: 0.8px;
    }

    h2,
    .h2 {
      font-size: 28px;
      line-height: 42px;
      letter-spacing: 0.56px;
    }

    h3,
    .h3 {
      font-size: 24px;
      line-height: 36px;
    }

    h4,
    .h4 {
      font-size: 13px;
      line-height: 19.5px;
      letter-spacing: 0.78px;
    }

    h5,
    .h5 {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 0.72px;
    }

    h6,
    .h6 {
      font-size: 10px;
      line-height: 15px;
      letter-spacing: 0.3px;
    }

    h1 .accent,
    .h1 .accent {
      font-size: 40px;
      line-height: 40px;
      letter-spacing: 0.8px;
    }

    h2 .accent,
    .h2 .accent {
      font-size: 28px;
      line-height: 28px;
      letter-spacing: 0.56px;
    }
  }

  /* INPUT STYLING */

  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  select,
  textarea {
  border-width: 1px;
  border-color: var(--colours-pink-mid-default);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400;
  line-height: 1;
}

  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--colours-primary-default);
}

  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--colours-primary-default);
}

  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  input[type="password"]::placeholder,
  input[type="tel"]::placeholder,
  select::placeholder,
  textarea::placeholder {
  color: var(--colours-primary-default);
}

  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  select,
  textarea {
    letter-spacing: 0.24px;
  }

  input[type="text"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="password"]:disabled,
  input[type="tel"]:disabled,
  select:disabled,
  textarea:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

  [type="text"]:focus,
  [type="email"]:focus,
  [type="url"]:focus,
  [type="password"]:focus,
  [type="number"]:focus,
  [type="date"]:focus,
  [type="datetime-local"]:focus,
  [type="month"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="time"]:focus,
  [type="week"]:focus,
  [multiple]:focus,
  textarea:focus,
  select:focus {
    --tw-ring-color: transparent !important;
    border-color: var(--colours-primary-default);
  }

  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px;
  line-height: 18px;
}

  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
  line-height: 18px;
}

  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="number"]::placeholder,
  textarea::placeholder {
  font-size: 12px;
  line-height: 18px;
}

  select {
  padding-right: 1.75rem;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="7" viewBox="0 0 5 7" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.60107 2.28692C1.26912 1.95498 0.730929 1.95498 0.398984 2.28692C0.067038 2.61887 0.067038 3.15706 0.398984 3.489L3.39898 6.489C3.73093 6.82095 4.26912 6.82095 4.60107 6.489L7.60107 3.489C7.93301 3.15706 7.93301 2.61887 7.60107 2.28692C7.26912 1.95498 6.73093 1.95498 6.39898 2.28692L4.00002 4.68588L1.60107 2.28692Z" fill="%233D3935"/></svg>');
    background-position: right 10px center;
    background-size: 14px 7px;
}

  button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

  form[action^="/account/addresses"]:not(.js-delete-address) {
    width: 100%;
  }

  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  input[type="number"] {
    -moz-appearance: textfield;
  }

  textarea {
    resize: 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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {

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

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

  .container {
    max-width: 1024px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1536px;
  }
}
body {
  overflow-x: hidden;
  background-color: var(--colours-beige-default);
  font-size: 14px;
  line-height: 21px;
  color: var(--colours-primary-default);
    letter-spacing: 0.24px;
}
.container-fluid {
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* LINK STYLING */
.rte a,
  .btn-link {
    text-decoration: underline;
    width: -moz-max-content;
    width: max-content;
  }
.rte a:hover,
  .btn-link:hover {
    text-decoration: none !important;
  }
/* FONT SIZES */
.text-24 {
    font-size: 24px;
    line-height: 33.6px;
  }
/* LIST STYLING */
.text-content ol {
    list-style: decimal;
    padding: 0 0 0 14px;
  }
.rte ol {
    list-style: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 16px;
  }
/* MENU LABEL */
.menu-label {
  margin-left: 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--colours-secondary-default);
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* BUTTON STYLING */
.btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  line-height: 1;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.72px;
    cursor: pointer;
}
.btn:before {
  position: absolute;
  left: -100%;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}
.btn:hover::before {
  left: 0px;
}
.btn-sm {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  line-height: 1;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.72px;
    cursor: pointer;
}
.btn-sm:before {
  position: absolute;
  left: -100%;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}
.btn-sm:hover::before {
  left: 0px;
}
.btn-sm svg {
  height: 1rem;
  width: 1rem;
}
.btn-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  line-height: 18px;
}
#modal .btn-sm.bg-pink-mid {
  color: white;
}
.btn-lg {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  overflow: hidden;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  line-height: 1;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 0.72px;
    cursor: pointer;
}
.btn-lg:before {
  position: absolute;
  left: -100%;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100%;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}
.btn-lg:hover::before {
  left: 0px;
}
.btn-lg svg {
  height: 1rem;
  width: 1rem;
}
.btn-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#modal .btn-lg.bg-pink-mid {
  color: white;
}
.btn svg {
  height: 1rem;
  width: 1rem;
}
.btn-lg svg {
  height: 1rem;
  width: 1rem;
}
.btn-primary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}
.btn-primary-active {
  border-color: transparent;
  background-color: var(--colours-pink-pale-default);
  color: var(--colours-primary-default);
}
.btn-primary {
  border-color: transparent;
  background-color: var(--colours-pink-pale-default);
  color: var(--colours-primary-default);
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}
.btn-primary:active {
  border-color: transparent;
  background-color: var(--colours-pink-pale-default);
  color: var(--colours-primary-default);
}
.btn-secondary-hover {
  border-color: transparent;
  background-color: var(--colours-pink-pale-default);
  color: var(--colours-primary-default);
}
.btn-secondary-active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}
.btn-secondary:hover {
  border-color: transparent;
  background-color: var(--colours-pink-pale-default);
  color: var(--colours-primary-default);
}
.btn-secondary:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}
.btn-link {
  color: var(--colours-primary-default);
}
.btn-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.input-sm {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
.input-lg {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
select.input-sm {
  padding-right: 1.25rem !important;
}
select.input-lg {
  padding-right: 2rem !important;
}
.input-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 84 78 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(159 5 42 / var(--tw-text-opacity)) !important;
}
.input-error:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
/* Checkbox Styling Override */
input[type="checkbox"] {
    width: 17px;
    height: 17px;
    border-color: #dadada;
    cursor: pointer;
    --tw-ring-color: transparent !important;
  }
input[type="checkbox"]:checked {
    background-color: #cd809e !important;
    border-color: #3d3935 !important;
    --tw-ring-color: transparent !important;
  }
/* CUSTOM RADIO STYLING */
.input-radio {
  display: grid;
  align-items: center;
  gap: 0.5rem;
    grid-template-columns: 16px auto;
}
.input-radio input[type="radio"] {
  margin: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    width: 16px;
    height: 16px;
}
.input-radio input[type="radio"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    /* To use SVG inline, it needs to be URL escaped - https://yoksel.github.io/url-encoder/ */
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.input-radio input[type="radio"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.input-radio input[type="radio"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.input-radio input[type="radio"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 215 234 / var(--tw-ring-opacity));
}
@media (min-width: 1024px) {
    .input-radio {
      grid-template-columns: 25px auto;
    }

    .input-radio input[type="radio"] {
      width: 25px;
      height: 25px;
    }

    .input-radio input[type="radio"]:checked {
      background-size: 25px 25px;
    }
  }
/* BG: If flicking is being used to display one full cell at time, thess two styles will hide all additional flickity cells until flickity has been enabled. It prevents the initial flash of cells before the JS kicks in.  */
.flickity-incoming .flickity-cell:not(:first-of-type) {
    display: none !important;
  }
.flickity-incoming.flickity-enabled .flickity-cell {
    display: block !important;
  }
.flickity-incoming.flickity-enabled .flickity-cell.hidden {
    display: none !important;
  }
.flickity-incoming.flickity-enabled .flickity-cell.\!hidden {
    display: none !important;
  }
@media (max-width: 1024px) {
    .flickity-mobile-incoming .flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .flickity-cell ~ .flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .flickity-cell {
      display: flex;
    }
  }
.flickity-cell.hidden {
    display: none !important;
  }
.flickity-cell.\!hidden {
    display: none !important;
  }
/* BG: Remove the arrows on a number field. */
input[type="number"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background: 0 0 !important;
  }
/* BG: Used on the PDP to highlight unavailable variants */
.js-unavailable-variant {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.js-unavailable-variant img {
    /* @apply opacity-30; */
  }
.variant-oos,
  .variant-oos-set,
  .variant-oos-course {
  position: relative;
}
.variant-oos::after {
  position: absolute;
  inset: 0px;
  z-index: 3;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(to top left, transparent calc(50% - 2px), #FFF, transparent calc(50% + 2px) );
}
.variant-oos-set::after {
  position: absolute;
  inset: 0px;
  z-index: 3;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(to top left, transparent calc(50% - 2px), #3d3935, transparent calc(50% + 2px) );
}
.variant-oos-course::after {
  position: absolute;
  inset: 0px;
  z-index: 3;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(to top left, transparent calc(50% - 2px), #3d3935, transparent calc(50% + 2px) );
}
[checked] + .variant-oos-set::after {
  position: absolute;
  inset: 0px;
  z-index: 3;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(to top left, transparent calc(50% - 2px), #FFF, transparent calc(50% + 2px) );
}
[checked] + .variant-oos-course::after {
  position: absolute;
  inset: 0px;
  z-index: 3;
  --tw-content: '';
  content: var(--tw-content);
    background: linear-gradient(to top left, transparent calc(50% - 2px), #CD809E, transparent calc(50% + 2px) );
}
.js-product-main .js-product-price {
    font-size: large;
  }
.js-main-product-quantity-with-cta .js-btn-prices {
    display: none;
  }
.js-main-product-quantity-with-cta button {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
.js-product-form-fixed .js-product-price {
    font-size: large;
  }
.js-btn-prices {
    display: none;
  }
.js-product-form-fixed .js-product-form .js-btn-prices {
    display: none;
  }
.js-product-form-fixed .js-product-form button .js-btn-text {
    padding: 0px 100px;
  }
.js-product-form-fixed .js-product-form button {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
/* ==========================================================================
    #Cart Item
    ========================================================================== */
.cart-item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.cart-item:not(:first-of-type) {
  border-top-width: 1px;
  border-color: var(--colours-grey-mid-default);
  padding-top: 1.5rem;
}
.cart-item-image {
  display: block;
  width: 100px;
  flex-grow: 0;
}
.cart-item-content {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
}
.cart-item-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.cart-item-product-title {
  font-family: Gotham, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.cart-item-product-option .label {
  font-size: 12px;
  line-height: 18px;
}
.cart-item-product-option .value {
  font-size: 12px;
  line-height: 18px;
}
.current-price {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.cart-item-remove {
  display: flex;
  height: 100%;
  align-items: center;
}
.mini-cart-contents .cart-item-image {
  width: 100px;
}
@media (min-width: 1024px) {
    .cart-contents .cart-item-image {
    width: 200px;
  }

    .cart-contents .cart-item-product-option {
    grid-column-start: 1;
  }
  }
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-11 {
  bottom: -2.75rem;
}
.-bottom-6 {
  bottom: -1.5rem;
}
.-left-1 {
  left: -0.25rem;
}
.-left-16 {
  left: -4rem;
}
.-left-3 {
  left: -0.75rem;
}
.-left-3\.5 {
  left: -0.875rem;
}
.-left-40 {
  left: -10rem;
}
.-right-3 {
  right: -0.75rem;
}
.-right-3\.5 {
  right: -0.875rem;
}
.-right-4 {
  right: -1rem;
}
.-right-40 {
  right: -10rem;
}
.-top-0 {
  top: -0px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\/4 {
  top: -25%;
}
.-top-14 {
  top: -3.5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-32 {
  top: -8rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-7 {
  top: -1.75rem;
}
.-top-\[0\.5px\] {
  top: -0.5px;
}
.-top-px {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[40px\] {
  bottom: 40px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.left-8 {
  left: 2rem;
}
.left-\[11\.25em\] {
  left: 11.25em;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.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-\[-80px\] {
  right: -80px;
}
.right-\[12px\] {
  right: 12px;
}
.right-\[13\.5em\] {
  right: 13.5em;
}
.right-px {
  right: 1px;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-11 {
  top: 2.75rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-28 {
  top: 7rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[-30px\] {
  top: -30px;
}
.top-\[0\.5px\] {
  top: 0.5px;
}
.top-\[0\.65em\] {
  top: 0.65em;
}
.top-\[12px\] {
  top: 12px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[60px\] {
  top: 60px;
}
.top-\[62px\] {
  top: 62px;
}
.top-full {
  top: 100%;
}
.top-px {
  top: 1px;
}
.top-\[86px\] {
  top: 86px;
}
.-z-\[1\] {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[11\] {
  z-index: 11;
}
.z-\[12\] {
  z-index: 12;
}
.z-\[13\] {
  z-index: 13;
}
.z-\[14\] {
  z-index: 14;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[9\] {
  z-index: 9;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.\!m-0 {
  margin: 0px !important;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.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-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-mr-5 {
  margin-right: -1.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-\[50px\] {
  margin-top: -50px;
}
.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-14 {
  margin-bottom: 3.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.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-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[71px\] {
  margin-bottom: 71px;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-px {
  margin-bottom: 1px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[180px\] {
  margin-left: 180px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-\[1\.5px\] {
  margin-right: 1.5px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[-55px\] {
  margin-top: -55px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-auto {
  margin-top: auto;
}
.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;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.aspect-\[670\/670\] {
  aspect-ratio: 670/670;
}
.aspect-\[8\/5\] {
  aspect-ratio: 8/5;
}
.\!h-\[18px\] {
  height: 18px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-1\/2 {
  height: 50%;
}
.h-10 {
  height: 2.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3\/4 {
  height: 75%;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.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-\[100px\] {
  height: 100px;
}
.h-\[106px\] {
  height: 106px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[calc\(100\%-338px\)\] {
  height: calc(100% - 338px);
}
.h-\[calc\(100vh-79px\)\] {
  height: calc(100vh - 79px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.min-h-\[1\.375rem\] {
  min-height: 1.375rem;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-full {
  min-height: 100%;
}
.\!w-\[18px\] {
  width: 18px !important;
}
.w-1 {
  width: 0.25rem;
}
.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 {
  width: 2.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-4\/6 {
  width: 66.666667%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[17\.9\%\] {
  width: 17.9%;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[200\%\] {
  width: 200%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[296px\] {
  width: 296px;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[51\%\] {
  width: 51%;
}
.w-\[572px\] {
  width: 572px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[99px\] {
  width: 99px;
}
.w-\[calc\(\(100\%-80px\)\/6\)\] {
  width: calc((100% - 80px) / 6);
}
.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}
.w-\[calc\(100\%_\+_1\.5rem\)\] {
  width: calc(100% + 1.5rem);
}
.w-\[calc\(50\%-10px\)\] {
  width: calc(50% - 10px);
}
.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-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[1062px\] {
  max-width: 1062px;
}
.max-w-\[175px\] {
  max-width: 175px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[275px\] {
  max-width: 275px;
}
.max-w-\[325px\] {
  max-width: 325px;
}
.max-w-\[413px\] {
  max-width: 413px;
}
.max-w-\[490px\] {
  max-width: 490px;
}
.max-w-\[593px\] {
  max-width: 593px;
}
.max-w-\[625px\] {
  max-width: 625px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-\[66\.6\%\] {
  flex-basis: 66.6%;
}
.-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-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-\[200px\] {
  --tw-translate-y: -200px;
  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-\[3px\] {
  --tw-translate-y: -3px;
  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-2 {
  --tw-translate-x: 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));
}
.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-x-\[14px\] {
  --tw-translate-x: 14px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.\!rotate-180 {
  --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;
}
.-rotate-1 {
  --tw-rotate: -1deg;
  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-12 {
  --tw-rotate: -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));
}
.-rotate-3 {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12 {
  --tw-rotate: 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));
}
.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-3 {
  --tw-rotate: 3deg;
  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));
}
.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 spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.snap-x {
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center {
  scroll-snap-align: center;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-\[100\%\] {
  grid-template-columns: 100%;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-\[100\%\] {
  grid-template-rows: 100%;
}
.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;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 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-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[60px\] {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-\[7px\] {
  border-width: 7px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-\[\#3D3935\] {
  --tw-border-opacity: 1;
  border-color: rgb(61 57 53 / var(--tw-border-opacity));
}
.border-\[\#A9A0A0\] {
  --tw-border-opacity: 1;
  border-color: rgb(169 160 160 / var(--tw-border-opacity));
}
.border-\[\#DDD\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}
.border-\[\#F1F1F1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-\[\#FBF5F6\] {
  --tw-border-opacity: 1;
  border-color: rgb(251 245 246 / var(--tw-border-opacity));
}
.border-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-error-200 {
  --tw-border-opacity: 1;
  border-color: rgb(216 84 78 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(201 201 201 / var(--tw-border-opacity));
}
.border-grey-light {
  border-color: var(--colours-grey-light-default);
}
.border-grey-mid {
  border-color: var(--colours-grey-mid-default);
}
.border-pink-light {
  border-color: var(--colours-pink-light-default);
}
.border-pink-mid {
  border-color: var(--colours-pink-mid-default);
}
.border-pink-pale {
  border-color: var(--colours-pink-pale-default);
}
.border-primary {
  border-color: var(--colours-primary-default);
}
.border-secondary {
  border-color: var(--colours-secondary-default);
}
.border-success-200 {
  --tw-border-opacity: 1;
  border-color: rgb(0 221 96 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-pink-mid {
  border-left-color: var(--colours-pink-mid-default);
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#DB7FA5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 127 165 / var(--tw-bg-opacity));
}
.bg-\[\#EAB3C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 195 / var(--tw-bg-opacity));
}
.bg-\[\#F27497\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 116 151 / var(--tw-bg-opacity));
}
.bg-\[\#F3D4D7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 212 215 / var(--tw-bg-opacity));
}
.bg-\[\#F9F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 241 241 / var(--tw-bg-opacity));
}
.bg-\[\#FAF3F3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 243 243 / var(--tw-bg-opacity));
}
.bg-\[\#FBF5F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 245 246 / var(--tw-bg-opacity));
}
.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-active-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 215 234 / var(--tw-bg-opacity));
}
.bg-active-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(116 182 217 / var(--tw-bg-opacity));
}
.bg-active-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 148 199 / var(--tw-bg-opacity));
}
.bg-active-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 250 / var(--tw-bg-opacity));
}
.bg-active-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 94 132 / var(--tw-bg-opacity));
}
.bg-beige {
  background-color: var(--colours-beige-default);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-cream {
  background-color: var(--colours-cream-default);
}
.bg-error-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 186 / var(--tw-bg-opacity));
}
.bg-error-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 84 78 / var(--tw-bg-opacity));
}
.bg-error-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 5 42 / var(--tw-bg-opacity));
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity));
}
.bg-error-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 1 23 / var(--tw-bg-opacity));
}
.bg-green-light {
  background-color: var(--colours-green-light-default);
}
.bg-green-mid {
  background-color: var(--colours-green-mid-default);
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 201 201 / var(--tw-bg-opacity));
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 162 162 / var(--tw-bg-opacity));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 111 111 / var(--tw-bg-opacity));
}
.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-grey-light {
  background-color: var(--colours-grey-light-default);
}
.bg-pink-light {
  background-color: var(--colours-pink-light-default);
}
.bg-pink-mid {
  background-color: var(--colours-pink-mid-default);
}
.bg-pink-pale {
  background-color: var(--colours-pink-pale-default);
}
.bg-primary {
  background-color: var(--colours-primary-default);
}
.bg-primary-hover {
  background-color: var(--colours-primary-default);
}
.bg-secondary {
  background-color: var(--colours-secondary-default);
}
.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 138 / var(--tw-bg-opacity));
}
.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 221 96 / var(--tw-bg-opacity));
}
.bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 68 / var(--tw-bg-opacity));
}
.bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 255 216 / var(--tw-bg-opacity));
}
.bg-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 51 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 176 96 / var(--tw-bg-opacity));
}
.bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 166 38 / var(--tw-bg-opacity));
}
.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 67 36 / var(--tw-bg-opacity));
}
.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 216 176 / var(--tw-bg-opacity));
}
.bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 44 21 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\!bg-none {
  background-image: none !important;
}
.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: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary {
  --tw-gradient-from: var(--colours-primary-default) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-hover {
  --tw-gradient-to: var(--colours-primary-default) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-white {
  fill: #fff;
}
.stroke-\[1\.5px\] {
  stroke-width: 1.5px;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[20px\] {
  padding: 20px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.\!py-\[16px\] {
  padding-top: 16px !important;
  padding-bottom: 16px !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-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-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[55px\] {
  padding-left: 55px;
  padding-right: 55px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.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-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[120px\] {
  padding-bottom: 120px;
}
.pb-\[17px\] {
  padding-bottom: 17px;
}
.pb-\[45px\] {
  padding-bottom: 45px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[12px\] {
  padding-left: 12px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.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-9 {
  padding-top: 2.25rem;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[16px\] {
  padding-top: 16px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[65px\] {
  padding-top: 65px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-accent {
  font-family: Marthin, sans-serif;
}
.font-heading {
  font-family: Butler, sans-serif;
}
.font-sans {
  font-family: Gotham, sans-serif;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!text-sm {
  font-size: 12px !important;
  line-height: 18px !important;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[170px\] {
  font-size: 170px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[45px\] {
  font-size: 45px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 14px;
  line-height: 21px;
}
.text-lg {
  font-size: 17px;
  line-height: 24px;
}
.text-sm {
  font-size: 12px;
  line-height: 18px;
}
.text-xs {
  font-size: 10px;
  line-height: 15px;
}
.font-\[400\] {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[130\%\] {
  line-height: 130%;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[70px\] {
  line-height: 70px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-0\.72px\] {
  letter-spacing: -0.72px;
}
.tracking-\[-1\.4px\] {
  letter-spacing: -1.4px;
}
.tracking-\[-1px\] {
  letter-spacing: -1px;
}
.tracking-\[-2\.4px\] {
  letter-spacing: -2.4px;
}
.tracking-\[-6\.6px\] {
  letter-spacing: -6.6px;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.22px\] {
  letter-spacing: 0.22px;
}
.tracking-\[0\.28px\] {
  letter-spacing: 0.28px;
}
.tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}
.tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}
.tracking-\[0\.56px\] {
  letter-spacing: 0.56px;
}
.tracking-\[0\.72px\] {
  letter-spacing: 0.72px;
}
.tracking-\[0\.78px\] {
  letter-spacing: 0.78px;
}
.tracking-\[0\.959px\] {
  letter-spacing: 0.959px;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-primary {
  color: var(--colours-primary-default) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#363636\] {
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
}
.text-\[\#3D3935\] {
  --tw-text-opacity: 1;
  color: rgb(61 57 53 / var(--tw-text-opacity));
}
.text-\[\#BCBCBC\] {
  --tw-text-opacity: 1;
  color: rgb(188 188 188 / var(--tw-text-opacity));
}
.text-\[\#BF1D1D\] {
  --tw-text-opacity: 1;
  color: rgb(191 29 29 / var(--tw-text-opacity));
}
.text-\[\#CD809E\] {
  --tw-text-opacity: 1;
  color: rgb(205 128 158 / var(--tw-text-opacity));
}
.text-error-400 {
  --tw-text-opacity: 1;
  color: rgb(159 5 42 / var(--tw-text-opacity));
}
.text-error-600 {
  --tw-text-opacity: 1;
  color: rgb(75 1 23 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(162 162 162 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.text-pink-mid {
  color: var(--colours-pink-mid-default);
}
.text-pink-pale {
  color: var(--colours-pink-pale-default);
}
.text-primary {
  color: var(--colours-primary-default);
}
.text-secondary {
  color: var(--colours-secondary-default);
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(0 112 51 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(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: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  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-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*
BG: Hide x-show alpine JS
*/
[x-cloak] {
  display: none !important;
}

/* ==========================================================================
#Third Party Libs
========================================================================== */

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: 0;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ==========================================================================
#Global Custom Styling for Flickity Dots and Arrows
========================================================================== */

.flickity-page-dots {
  position: relative;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  gap: 17px;
  padding: 0;
  list-style: none;
}

.flickity-page-dots .dot {
  width: 41px;
  height: 2px;
  background: #f3d4d7;
  opacity: 1;
  cursor: pointer;
}

.flickity-page-dots .is-selected {
  background: #eab3c3;
  cursor: default;
}

.flickity-prev-next-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 27px !important;
  height: 27px !important;
  border-radius: 50px !important;
  background-color: #fff !important;
  transition: all 0.3s ease-in-out;
  /* top: 22% !important; */
  top: 50% !important;
}
.modal-content .flickity-prev-next-button {
  top: calc(50% - 5px) !important;
}
.modal-content .flickity-prev-next-button.next {
  top: calc(50% - 8px) !important;
  transform: scaleX(-1);
}

.flickity-prev-next-button:hover {
  background: rgb(255 255 255 / 100%) !important;
}

.flickity-prev-next-button svg {
  position: static !important;
  width: 8px !important;
  height: auto !important;
  fill: #3d3935 !important;
  transition: all 0.3s ease-in-out;
}

.flickity-prev-next-button:hover svg {
  fill: #cd809e !important;
}

.flickity-prev-next-button.previous {
  left: 24px !important;
}

.flickity-prev-next-button.next {
  right: 24px !important;
}

@media (min-width: 1024px) {
  .flickity-prev-next-button {
    width: 26px !important;
    height: 26px !important;
    top: 50% !important;
  }
}

.flickity-button:focus {
  box-shadow: none !important;
}

/* ==========================================================================
#Product Card Variants
========================================================================== */
@media (max-width: 1024px) {
  .listing-variants li:nth-of-type(1n + 5) {
    display: none;
  }
}

/* ==========================================================================
#Custom Hide Scrollbars
========================================================================== */
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* ==========================================================================
#Custom Disable Scroll
========================================================================== */
.noScroll {
  overflow-y: hidden;
  position: relative;
}

/* ==========================================================================
#Mobile Nav Styling / Classes
========================================================================== */
@media (max-width: 1023px) {
  .search-panel {
    height: calc(100dvh - 62px);
  }

  .nav-mobile-panel {
    height: calc(100dvh - 85px);
  }
}

/* ==========================================================================
#Hiding 'X' for type search
========================================================================== */

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* ==========================================================================
#Misc Classes
========================================================================== */
.w-half-screen {
  width: 50vw;
}

.greyed {
  opacity: 0.3;
  cursor: not-allowed !important;
}

.button-clickable {
  cursor: pointer;
  opacity: 1 !important;
}

load-more[disabled="true"] {
  pointer-events: none;
  opacity: 0.6;
}

load-more:has(.js-loading:not(.no-load)) {
  pointer-events: none;
  opacity: 0.6;
}

.flickity-incoming.flickity-enabled .flickity-cell.no-load {
    display: none !important;
  }

.flickity-cell.no-load {
    display: none !important;
  }

.no-load {
  display: none !important;
}

.element-hidden {
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  opacity: 0;
}

.element-visible {
  visibility: visible;
  transition: visibility 0.5s, opacity 0.5s linear;
  opacity: 1;
}

/* Loading Circle */

.loading-ring-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: transparent;
}

.loading-ring {
  position: relative;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

.loading-ring div {
  position: absolute;
  box-sizing: border-box;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: var(--colours-primary-default);
  border-bottom-color: transparent;
  animation: loading-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.loading-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.loading-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.loading-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
#Star List Styling
========================================================================== */
.content-star-list ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.content-star-list li {
  position: relative;
  padding-left: 28px;
}

.content-star-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10.5901 13.8182L8.99613 18.1434C8.94895 18.2705 8.86401 18.3801 8.7527 18.4575C8.64139 18.5349 8.50906 18.5764 8.37349 18.5764C8.23791 18.5764 8.10558 18.5349 7.99427 18.4575C7.88297 18.3801 7.79802 18.2705 7.75084 18.1434L6.15686 13.8182C6.12322 13.7269 6.07017 13.644 6.00137 13.5752C5.93257 13.5064 5.84966 13.4533 5.75837 13.4197L1.43304 11.8257C1.30594 11.7785 1.19632 11.6936 1.1189 11.5823C1.04149 11.471 1 11.3387 1 11.2031C1 11.0675 1.04149 10.9352 1.1189 10.8239C1.19632 10.7126 1.30594 10.6276 1.43304 10.5805L5.75837 8.98651C5.84966 8.95287 5.93257 8.89983 6.00137 8.83103C6.07017 8.76223 6.12322 8.67932 6.15686 8.58803L7.75084 4.2628C7.79802 4.13569 7.88297 4.02608 7.99427 3.94867C8.10558 3.87126 8.23791 3.82976 8.37349 3.82976C8.50906 3.82976 8.64139 3.87126 8.7527 3.94867C8.864 4.02608 8.94895 4.13569 8.99613 4.2628L10.5901 8.58803C10.6237 8.67932 10.6768 8.76223 10.7456 8.83103C10.8144 8.89983 10.8973 8.95287 10.9886 8.98651L15.3139 10.5805C15.441 10.6276 15.5507 10.7126 15.6281 10.8239C15.7055 10.9352 15.747 11.0675 15.747 11.2031C15.747 11.3387 15.7055 11.471 15.6281 11.5823C15.5507 11.6936 15.441 11.7785 15.3139 11.8257L10.9886 13.4197C10.8973 13.4533 10.8144 13.5064 10.7456 13.5752C10.6768 13.644 10.6238 13.7269 10.5901 13.8182Z" stroke="%233D3935" stroke-width="1.06666" stroke-linecap="round" stroke-linejoin="round"/><path d="M13.6865 0.576416L13.6865 4.56127" stroke="%233D3935" stroke-width="1.06666" stroke-linecap="round" stroke-linejoin="round"/><path d="M15.6793 2.56885L11.6943 2.56885" stroke="%233D3935" stroke-width="1.06666" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.6719 5.22542L17.6719 7.88199" stroke="%233D3935" stroke-width="1.06666" stroke-linecap="round" stroke-linejoin="round"/><path d="M19.0004 6.55371L16.3438 6.55371" stroke="%233D3935" stroke-width="1.06666" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/* ==========================================================================
#Numbered List Styling
========================================================================== */
.content-numbered-list ol {
  list-style: auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* ==========================================================================
#Hide Legacy Elements
========================================================================== */
#trustpilot-widget-trustbox-1-wrapper,
#reeview-app-widget_650455593bbfee0028dfe5be {
  display: none !important;
}

/* ==========================================================================
#UpCart
========================================================================== */
#upCart .upcart-bundle-item-product-title,
#upCart .upcart-bundle-item-variant-title {
  font-size: 12px !important;
}

.upcart-product-item .upcart-item-option {
  margin-bottom: 0;
}

.upcart-product-item .upcart-item-properties {
  margin-top: 0 !important;
}

/* ==========================================================================
#PDP
========================================================================== */

body.template-product {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.js-shade-finder-btn svg {
  height: 14px;
  width: 14px;
}

.js-product-form:has(.js-shade-finder-btn) .js-product-variants {
  margin-bottom: 0.5rem !important;
}

/* ==========================================================================
#PLP
========================================================================== */
#modal .btn.bg-pink-mid {
  color: white;
}
#modal .after\:border-primary::after {
  border-color: white;
}

/* ==========================================================================
#Lookbook
========================================================================== */

.lookbook input[type="radio"]:checked + label {
  background-color: var(--colours-pink-light-default);
}

.lookbook-tick svg {
  width: 100%;
  height: 100%;
}

.lookbook-product input[type="checkbox"]:checked + label .unselected {
  display: none;
}

.lookbook-product input[type="checkbox"]:checked + label .selected {
  display: block;
}

/* Video Modal */

.video-modal {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.video-modal-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
}

.video-modal-inner {
  position: relative;
  max-height: 80vh;
  width: 100%;
  overflow: scroll;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {

  .video-modal-inner {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.video-modal-inner video {
  max-width: inherit;
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* ===========================================================================
#Content Editor
===========================================================================*/

.video-rte > *:not(:last-child) {
  margin-bottom: 10px;
}

.video-rte > * {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
}

.video-rte > *:last-child {
  margin-bottom: 0px;
}

.video-rte *:is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 18px;
}

.video-rte p {
  margin-bottom: 1rem;
}

.video-rte ul,
.video-rte ol {
  padding-left: 18px !important;
}

.video-rte ul {
  list-style: disc;
}

.video-rte ol {
  list-style: decimal;
}

.video-rte a {
  text-decoration: underline;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* ==========================================================================
#PDP Apps
========================================================================== */

.rbr-standard-bundle__title {
  font-family: Butler, sans-serif !important;
}

.rbr-headerImages {
  justify-content: flex-start !important;
}

.rbr-headerImages .rbr-background-center,
.rbr-thumbnail-container {
  background-color: #fff !important;
  border: 1px solid rgba(243, 212, 215, 0.4) !important;
}

.rbr-productNamePrice__title__container,
.rbr-productNamePrice__title__container a {
  font-family: Gotham, sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.24px !important;
}

.rbr-productNamePrice__price__container {
  margin-top: 10px !important;
}

.rbr-productNamePrice__price__container,
.rbr-productNamePrice__price__container span {
  font-family: Gotham, sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  letter-spacing: 0.24px !important;
}

.rbr-selectBoxWrapper__container select {
  font-family: Gotham, sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
  border: 1px #ebebeb !important;
  background-color: #fafafa !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M0.80011 0.460938L6.30011 6.46094L11.8001 0.460938' stroke='black'/%3E%3C/svg%3E") !important;
  background-position: center right 10px !important;
  background-repeat: no-repeat !important;
  background-size: 11px 6px !important;
}

.rbr-disApply-icon {
  font-family: Gotham, sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.rbr-total-box {
  border-radius: 9px !important;
  background: #fbf8f8 !important;
}

.rbr-total-box-text {
  font-family: Gotham, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

.rbr-total-box-rawPrice {
  margin-right: 10px !important;
  color: rgba(61, 57, 53, 0.5) !important;
  font-family: Gotham, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 700 !important;
}

.rbr-total-box-price {
  color: #cd809e !important;
  font-family: Gotham, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 700 !important;
}

.rbr-addBundleBtn-container,
.rbr-addBundleBtn-container span {
  font-family: Gotham, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 400 !important;
}

.rbr-addBundleBtn-container > span > span {
  font-weight: 700 !important;
}

.rbr-standard-bundle__description {
  font-family: Gotham, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #5e5e5e !important;
}

div[class^="styles_discountOption_"],
div[class*="styles_discountOption_"] {
  border-radius: 9px !important;
  background: #fbf8f8 !important;
  color: #3d3935 !important;
  box-shadow: none !important;
}

div[class^="styles_selectText_"],
div[class*="styles_selectText_"],
div[class^="styles_selectText_"] *,
div[class*="styles_selectText_"] * {
  font-family: Gotham, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  color: #5e5e5e !important;
}

.rbr-discountBadge {
  background: #fce6ea !important;
}

.rbr-discountBadge__disText {
  color: #cd809e !important;
  font-family: Gotham, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 400 !important;
  letter-spacing: 0.24px !important;
}

.colItemText__title,
.colItemText__title span {
  color: #3d3935 !important;
  font-family: Gotham, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  letter-spacing: 0.24px !important;
}

.colItemText__description {
  color: rgba(61, 57, 53, 0.7) !important;
  font-family: Gotham, sans-serif !important;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.24px !important;
}

.rbr-qtyBox__container,
.rbr-qtyBox__container * {
  border: 0px !important;
  background-color: transparent !important;
}

/* ==========================================================================
#Advent
========================================================================== */
.klaviyo-sold-out .klaviyo-form {
  max-width: unset !important;
}

.klaviyo-sold-out .klaviyo-form form > .needsclick {
  min-height: unset !important;
}

.klaviyo-sold-out .klaviyo-form button {
  color: #3d3935 !important;
}

/* ==========================================================================
#Christmas Shop
========================================================================== */
.bg-pink-graident {
  background: linear-gradient(90deg, #fbc1de 0%, #f6d6e6 51%, #ffabd5 100%);
}
.holiday-effects h1,
.holiday-effects h2,
.holiday-effects span,
.holiday-effects p {
  text-shadow: 0px 0px 6.74px #ffe4e9;
}
.snow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.holiday-colour {
  padding-top: 8px;
  padding-bottom: 8px;
  background: linear-gradient(
    258deg,
    #eea28a 0.52%,
    #ffd2bc 50.52%,
    #eea28a 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.holiday-signature {
  padding-top: 12px;
  padding-bottom: 12px;
  background: linear-gradient(
    258deg,
    #eea28a 0.52%,
    #ffd2bc 50.52%,
    #eea28a 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}
@media (min-width: 1024px) {

  .holiday-signature {
    font-size: 80px;
  }
}
.holiday-label {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right 0;
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='23' viewBox='0 0 49 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 0L49 8V15L42 23H0V0H42ZM42.5 13C43.3284 13 44 12.3284 44 11.5C44 10.6716 43.3284 10 42.5 10C41.6716 10 41 10.6716 41 11.5C41 12.3284 41.6716 13 42.5 13Z' fill='%23DB7FA5' /%3E%3C/svg%3E%0A");
}
.holiday-label--light {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right 0;
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='23' viewBox='0 0 49 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 0L49 8V15L42 23H0V0H42ZM42.5 13C43.3284 13 44 12.3284 44 11.5C44 10.6716 43.3284 10 42.5 10C41.6716 10 41 10.6716 41 11.5C41 12.3284 41.6716 13 42.5 13Z' fill='%23EAB3C3' /%3E%3C/svg%3E%0A");
}
.holiday-label span:last-child strong {
  margin-left: 3px;
}
.holiday-shine {
  z-index: 10;
  position: absolute;
  height: 250%;
  width: 40px;
  top: 0;
  left: -60px;
  background: linear-gradient(90deg, #ffffff00, #ffffff54, #ffffff00);
  transform: rotate(45deg) translateY(-35%);
  animation: shine 3s ease infinite;
}
@keyframes shine {
  0% {
    left: -80px;
  }
  40% {
    left: 150px;
  }
  100% {
    left: 150px;
  }
}
.image-reveal {
  position: absolute;
  inset: 0px;
  z-index: 10;
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.image-reveal[open] {
  --tw-translate-x: -101%;
  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));
}
.whats-inside-carousel .flickity-page-dots {
  margin-left: -70px;
}
.advent-carousel .flickity-page-dots {
  top: 56px;
}
.advent-carousel .flickity-page-dots .dot,
.whats-inside-carousel .flickity-page-dots .dot {
  height: 12px;
  width: 12px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 179 195 / var(--tw-border-opacity));
  background-color: transparent;
}
.advent-carousel .flickity-page-dots .is-selected,
.whats-inside-carousel .flickity-page-dots .is-selected {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 195 / var(--tw-bg-opacity));
}
.brush-set-carousel__card {
  margin-right: 28px;
  height: 120px;
  width: 120px;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(251 248 248 / var(--tw-border-opacity));
}
.brush-set-carousel__card.is-selected {
  border-width: 3px;
  border-color: var(--colours-secondary-default);
}
.brush-set-carousel .flickity-button,
.whats-inside-carousel .flickity-button {
  height: 27px !important;
  width: 27px !important;
  border-radius: 9999px !important;
  background-color: var(--colours-secondary-default) !important;
}
.brush-set-carousel .flickity-button svg,
.whats-inside-carousel .flickity-button svg {
  fill: #fff !important;
}
.brush-set-carousel .flickity-prev-next-button.previous {
  left: -40px !important;
}
.brush-set-carousel .flickity-prev-next-button.next {
  right: 10px !important;
}
.whats-inside-carousel .flickity-prev-next-button.previous {
  left: -116px !important;
}
.brush-set-carousel .flickity-viewport,
.advent-carousel .flickity-viewport,
.whats-inside-carousel .flickity-viewport {
  overflow: visible;
}
.brush-set-row__card {
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(251 248 248 / var(--tw-border-opacity));
}
@media not all and (min-width: 1024px) {

  .whats-inside-carousel__card {
    --tw-bg-opacity: 1;
    background-color: rgb(248 235 238 / var(--tw-bg-opacity));
  }
}
@media (min-width: 1024px) {
  .whats-inside-carousel__card {
    background: linear-gradient(
      180deg,
      rgba(234, 198, 207, 0.3) 0%,
      rgba(251, 248, 248, 0.3) 100%
    );
  }
}

.holiday-stars {
  width: 140px;
  height: 80px;
}

@media (min-width: 1024px) {
  .holiday-stars {
    width: 140px;
    height: 80px;
  }
}

.holiday-stars .star {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.holiday-stars .star-grow {
  width: 16px;
  height: 16px;
}

.holiday-stars .star-grow-lg {
  width: 30px;
  height: 30px;
}

.holiday-stars .star-grow > span {
  width: 2px;
  height: auto;
  transform-origin: center;
  animation: 1s infinite ease-out alternate starGrow;
  animation-delay: -6s;
}

.holiday-stars .star-grow-lg > span {
  width: 2px;
  height: auto;
  transform-origin: center;
  animation: 1s infinite ease-out alternate starGrowLg;
  animation-delay: -2s;
}

@keyframes starGrow {
  0% {
    width: 2px;
  }
  100% {
    width: 16px;
  }
}

@keyframes starGrowLg {
  0% {
    width: 2px;
  }
  100% {
    width: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .holiday-stars .star-grow {
    width: 48px;
    height: 48px;
  }

  .holiday-stars .star-grow-lg {
    width: 80px;
    height: 80px;
  }

  @keyframes starGrow {
    0% {
      width: 2px;
    }
    100% {
      width: 46px;
    }
  }

  @keyframes starGrowLg {
    0% {
      width: 2px;
    }
    100% {
      width: 80px;
    }
  }
}

.popup-modal {
  visibility: hidden;
  position: fixed;
  inset: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 0;
}
.popup-modal[open] {
  visibility: visible;
  z-index: 1000;
  opacity: 1;
}

/* ==========================================================================
#Lashlift Landing
========================================================================== */
@media screen and (max-width: 768px) {
  .template-lashlift-landing .js-product-form button[type="submit"] {
    padding: 0;
  }
}

/* ==========================================================================
#Fast Bundle - Specific Bundle 
========================================================================== */
.text-with-embed .rbr-hrCollectionItem__container {
  align-items: start;
  row-gap: 12px !important;
  padding: 16px;
}

.text-with-embed .colItemPhotos__container,
.text-with-embed .colItemPhotos__photoContainer {
  width: 80px !important;
  height: 80px !important;
}

.text-with-embed .colItemPhotos__photoContainer {
  border-width: 3px;
}

.text-with-embed .rbr-discountBadge__container {
  display: none;
}

.text-with-embed .rbr-standard-bundle__title {
  margin-top: 0 !important;
}

.text-with-embed .rbr-page-container {
  border: none !important;
}

.text-with-embed .rbr-divider__plusContainer .rbr-divider__plusContainer__inner,
.text-with-embed .rbr-hrPlus__plus-container div {
  background-color: var(--colours-pink-light-default) !important;
}

@media screen and (max-width: 1024px) {
  .text-with-embed .rbr-bundles-container div:first-of-type {
    margin-bottom: 0 !important;
  }

  .text-with-embed .rbr-collectionItem {
    align-items: start;
    gap: 16px;
    padding: 24px 0 !important;
    flex-direction: column-reverse;
  }

  .text-with-embed .colItemPhotos__container {
    width: --custom-width;
  }
}

#rbr-modal-body select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

@media screen and (max-width: 768px) {
  #rbr-modal-body [data-disable] {
    width: 50vw;
    height: 6vh;
    position: absolute;
    bottom: 2.5vh;
  }

  #rbr-modal-body [data-disable] span {
    font-size: 14px !important;
  }
}

/* ==========================================================================
#Rise AI Gifr Cards - Hide Embedded Button
========================================================================== */
.GiftWizard-gift-button {
  display: none !important;
}

/* ==========================================================================
#Reviews Widget
========================================================================== */

.flickity-incoming.flickity-enabled .flickity-cell.product-card [data-bv-show="inline_rating"] .bv_main_container .bv_text {
    display: none !important;
  }

.flickity-cell.product-card [data-bv-show="inline_rating"] .bv_main_container .bv_text {
    display: none !important;
  }

.product-card [data-bv-show="inline_rating"] .bv_main_container .bv_text {
  display: none !important;
}

@media (min-width: 768px) {

  .product-card [data-bv-show="inline_rating"] .bv_main_container .bv_text {
    display: inline !important;
  }
}
.product-card [data-bv-show="inline_rating"] .bv_main_container .bv_text {
  display: inline !important;
  font-size: 12px !important;
  line-height: 18px !important;
  padding: 0px !important;
}

/* ==========================================================================
# Store Selector
========================================================================== */
.modal-dialog {
  visibility: hidden;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2000;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0ms ease-in-out, visibility 0ms;
}
.modal-dialog--store {
}
.modal-dialog[open] {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms ease-in-out, visibility 0ms;
}
.modal-dialog__background {
  position: absolute;
  inset: 0px;
  z-index: -1;
  background: rgba(186, 186, 186, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.modal-dialog__inner {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-dialog-content {
  font-size: 12px;
  line-height: 18px;
}
.modal-dialog-content ul {
  list-style-type: disc;
}
.flickity-incoming.flickity-enabled .flickity-cell.modal-dialog [hidden] {
    display: none !important;
  }
.flickity-cell.modal-dialog [hidden] {
    display: none !important;
  }
.modal-dialog [hidden] {
  display: none !important;
}

/* ==========================================================================
# 404 Hero
========================================================================== */

.mobile-hero-title {
  font-size: clamp(120px, 38vw, 170px);
  background: var(--background-title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.desktop-hero-title {
  background: var(--background-title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* ==========================================================================
# USP Bar
========================================================================== */

.js-usp-bar {
  background-color: var(--usp-bar-bg-colour);
  color: var(--usp-bar-text-colour);
}

.js-usp-bar svg {
  stroke: var(--usp-bar-text-colour) !important;
}

/* ==========================================================================
# Sticky Banner
========================================================================== */

.has-sticky-banner {
  padding-bottom: 38px;
}

.sticky-banner__inner {
  background-color: var(--sticky-banner-bg-colour);
  color: var(--sticky-banner-text-colour);
}

.sticky-banner__inner ul > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--sticky-banner-text-colour);
}

@media (min-width: 1024px) {

  .lg\:h4 {
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
  }

  @media (min-width: 1024px) {
     {
      letter-spacing: 0.56px;
      font-size: 24px;
      line-height: 36px;
    }

    .lg\:h4 {
      font-size: 13px;
      line-height: 19.5px;
      letter-spacing: 0.78px;
    }

     {
      font-size: 28px;
      line-height: 28px;
      letter-spacing: 0.56px;
    }
  }
}

.flickity-incoming.flickity-enabled .after\:hidden.flickity-cell::after {
    content: var(--tw-content);
    display: none !important;
  }

.after\:hidden.flickity-cell::after {
    content: var(--tw-content);
    display: none !important;
  }

.flickity-incoming.flickity-enabled .empty\:hidden:empty.flickity-cell {
    display: none !important;
  }

.empty\:hidden:empty.flickity-cell {
    display: none !important;
  }

.flickity-incoming.flickity-enabled .group\/product-card:hover .group-hover\/product-card\:\!hidden.flickity-cell {
    display: none !important;
  }

.group\/product-card:hover .group-hover\/product-card\:\!hidden.flickity-cell {
    display: none !important;
  }

@media not all and (min-width: 1024px) {

  .max-lg\:text-28 {
    font-size: 28px;
  }

  .max-lg\:text-40 {
    font-size: 40px;
    line-height: 52px;
  }
  .flickity-incoming .max-lg\:flickity-cell:not(:first-of-type) {
    display: none !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell {
    display: block !important;
  }
  .flickity-incoming .max-lg\:flickity-cell:not(:first-of-type) {
    display: none !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell {
    display: block !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell.hidden {
    display: none !important;
  }

  .max-lg\:hidden {
    display: none;
  }

  .flickity-incoming.flickity-enabled .max-lg\:hidden.flickity-cell {
    display: none !important;
  }
  .flickity-incoming .max-lg\:flickity-cell:not(:first-of-type) {
    display: none !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell {
    display: block !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell.hidden {
    display: none !important;
  }

  @media (max-width: 1024px) {
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
  }
  .flickity-incoming .max-lg\:flickity-cell:not(:first-of-type) {
    display: none !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell {
    display: block !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell.hidden {
    display: none !important;
  }

  @media (max-width: 1024px) {
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
  }
  .flickity-incoming .max-lg\:flickity-cell:not(:first-of-type) {
    display: none !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell {
    display: block !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell.hidden {
    display: none !important;
  }

  @media (max-width: 1024px) {
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
  }
  .flickity-incoming .max-lg\:flickity-cell:not(:first-of-type) {
    display: none !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell {
    display: block !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell.hidden {
    display: none !important;
  }

  @media (max-width: 1024px) {
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
  }
  .flickity-incoming .max-lg\:flickity-cell:not(:first-of-type) {
    display: none !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell {
    display: block !important;
  }

  .flickity-incoming.flickity-enabled .max-lg\:flickity-cell.hidden {
    display: none !important;
  }

  @media (max-width: 1024px) {
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
    .flickity-mobile-incoming .max-lg\:flickity-cell {
      display: flex;
    }

    .flickity-mobile-incoming .max-lg\:flickity-cell ~ .max-lg\:flickity-cell {
      display: none;
    }

    .flickity-mobile-incoming.flickity-enabled .max-lg\:flickity-cell {
      display: flex;
    }
  }

  .max-lg\:flickity-cell.hidden {
    display: none !important;
  }

  .max-lg\:hidden {
    display: none;
  }

  .flickity-incoming.flickity-enabled .max-lg\:hidden.flickity-cell {
    display: none !important;
  }

  .max-lg\:hidden.flickity-cell {
    display: none !important;
  }
}

@media (min-width: 768px) {

  .flickity-incoming.flickity-enabled .md\:hidden.flickity-cell {
    display: none !important;
  }

  .md\:hidden.flickity-cell {
    display: none !important;
  }
}

@media (min-width: 1024px) {

  .flickity-incoming.flickity-enabled .lg\:hidden.flickity-cell {
    display: none !important;
  }

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

  .flickity-incoming.flickity-enabled .lg\:after\:hidden.flickity-cell::after {
    content: var(--tw-content);
    display: none !important;
  }

  .lg\:after\:hidden.flickity-cell::after {
    content: var(--tw-content);
    display: none !important;
  }

  .flickity-incoming.flickity-enabled .group\/full-product-card:hover .lg\:group-hover\/full-product-card\:hidden.flickity-cell {
    display: none !important;
  }

  .group\/full-product-card:hover .lg\:group-hover\/full-product-card\:hidden.flickity-cell {
    display: none !important;
  }
}

@media (min-width: 1280px) {

  .xl\:text-100 {
    font-size: 100px;
    line-height: 100px;
  }
}

.flickity-incoming.flickity-enabled .\[\&\:\:-webkit-scrollbar\]\:hidden.flickity-cell::-webkit-scrollbar {
    display: none !important;
  }

.\[\&\:\:-webkit-scrollbar\]\:hidden.flickity-cell::-webkit-scrollbar {
    display: none !important;
  }

.before\:mx-1::before {
  content: var(--tw-content);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.before\:bg-pink-light::before {
  content: var(--tw-content);
  background-color: var(--colours-pink-light-default);
}

.before\:bg-pink-mid::before {
  content: var(--tw-content);
  background-color: var(--colours-pink-mid-default);
}

.before\:bg-pink-pale::before {
  content: var(--tw-content);
  background-color: var(--colours-pink-pale-default);
}

.before\:bg-primary::before {
  content: var(--tw-content);
  background-color: var(--colours-primary-default);
}

.before\:bg-secondary::before {
  content: var(--tw-content);
  background-color: var(--colours-secondary-default);
}

.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.before\:text-red-500::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

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

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-0::after {
  content: var(--tw-content);
  bottom: -0px;
}

.after\:-left-2::after {
  content: var(--tw-content);
  left: -0.5rem;
}

.after\:-right-4::after {
  content: var(--tw-content);
  right: -1rem;
}

.after\:-right-\[18px\]::after {
  content: var(--tw-content);
  right: -18px;
}

.after\:top-\[10px\]::after {
  content: var(--tw-content);
  top: 10px;
}

.after\:top-\[9px\]::after {
  content: var(--tw-content);
  top: 9px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}

.after\:border-b::after {
  content: var(--tw-content);
  border-bottom-width: 1px;
}

.after\:border-primary::after {
  content: var(--tw-content);
  border-color: var(--colours-primary-default);
}

.after\:bg-primary::after {
  content: var(--tw-content);
  background-color: var(--colours-primary-default);
}

.after\:bg-transparent::after {
  content: var(--tw-content);
  background-color: transparent;
}

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

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

.after\:content-\[\'flickity\'\]::after {
  --tw-content: 'flickity';
  content: var(--tw-content);
}

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

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

.first-of-type\:border-t:first-of-type {
  border-top-width: 1px;
}

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

.hover\:border-secondary:hover {
  border-color: var(--colours-secondary-default);
}

.hover\:bg-\[\#EAB3C3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 195 / var(--tw-bg-opacity));
}

.hover\:bg-pink-mid:hover {
  background-color: var(--colours-pink-mid-default);
}

.hover\:bg-secondary:hover {
  background-color: var(--colours-secondary-default);
}

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

.hover\:text-\[\#3D3935\]:hover {
  --tw-text-opacity: 1;
  color: rgb(61 57 53 / var(--tw-text-opacity));
}

.hover\:text-secondary:hover {
  color: var(--colours-secondary-default);
}

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

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

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

.hover\:after\:bg-secondary:hover::after {
  content: var(--tw-content);
  background-color: var(--colours-secondary-default);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:ring-0:focus {
  --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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.group\/product-card:hover .group-hover\/product-card\:\!block {
  display: block !important;
}

.group\/product-card:hover .group-hover\/product-card\:\!hidden {
  display: none !important;
}

.group\/full-product-card:hover .group-hover\/full-product-card\: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));
}

.peer:checked ~ .peer-checked\:border-secondary {
  border-color: var(--colours-secondary-default);
}

.peer:checked ~ .peer-checked\:bg-secondary {
  background-color: var(--colours-secondary-default);
}

.peer:checked ~ .peer-checked\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:outline {
  outline-style: solid;
}

.peer:checked ~ .peer-checked\:outline-secondary {
  outline-color: var(--colours-secondary-default);
}

@media (prefers-color-scheme: dark) {

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}

@media not all and (min-width: 1024px) {

  .max-lg\:fixed {
    position: fixed;
  }

  .max-lg\:absolute {
    position: absolute;
  }

  .max-lg\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .max-lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

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

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

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

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

  .max-lg\:mr-auto {
    margin-right: auto;
  }

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

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

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

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

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

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

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

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

  .max-lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .max-lg\:w-5\/12 {
    width: 41.666667%;
  }

  .max-lg\:w-\[200\%\] {
    width: 200%;
  }

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

  .max-lg\:w-\[95\%\] {
    width: 95%;
  }

  .max-lg\:w-\[calc\(100vw-48px\)\] {
    width: calc(100vw - 48px);
  }

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

  .max-lg\:w-screen {
    width: 100vw;
  }

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

  .max-lg\:shrink-0 {
    flex-shrink: 0;
  }

  .max-lg\:cursor-grab {
    cursor: grab;
  }

  .max-lg\:cursor-pointer {
    cursor: pointer;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

  .max-lg\:items-stretch {
    align-items: stretch;
  }

  .max-lg\:justify-start {
    justify-content: flex-start;
  }

  .max-lg\:justify-end {
    justify-content: flex-end;
  }

  .max-lg\:justify-center {
    justify-content: center;
  }

  .max-lg\:gap-10 {
    gap: 2.5rem;
  }

  .max-lg\:gap-11 {
    gap: 2.75rem;
  }

  .max-lg\:gap-2 {
    gap: 0.5rem;
  }

  .max-lg\:gap-3 {
    gap: 0.75rem;
  }

  .max-lg\:gap-6 {
    gap: 1.5rem;
  }

  .max-lg\:gap-8 {
    gap: 2rem;
  }

  .max-lg\:gap-9 {
    gap: 2.25rem;
  }

  .max-lg\:gap-y-1 {
    row-gap: 0.25rem;
  }

  .max-lg\:gap-y-1\.5 {
    row-gap: 0.375rem;
  }

  .max-lg\:space-y-\[12px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }

  .max-lg\:overflow-hidden {
    overflow: hidden;
  }

  .max-lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .max-lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .max-lg\:text-ellipsis {
    text-overflow: ellipsis;
  }

  .max-lg\:whitespace-nowrap {
    white-space: nowrap;
  }

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

  .max-lg\:border-grey-mid {
    border-color: var(--colours-grey-mid-default);
  }

  .max-lg\:border-pink-pale {
    border-color: var(--colours-pink-pale-default);
  }

  .max-lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .max-lg\:p-3 {
    padding: 0.75rem;
  }

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

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

  .max-lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .max-lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .max-lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

  .max-lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .max-lg\:pb-\[84px\] {
    padding-bottom: 84px;
  }

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

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

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

  .max-lg\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

  .max-lg\:pt-\[16px\] {
    padding-top: 16px;
  }

  .max-lg\:pt-\[20px\] {
    padding-top: 20px;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:text-\[13px\] {
    font-size: 13px;
  }

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

  .max-lg\:text-\[40px\] {
    font-size: 40px;
  }

  .max-lg\:text-sm {
    font-size: 12px;
    line-height: 18px;
  }
}

@media not all and (min-width: 768px) {

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

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

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

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

  .max-md\:max-w-xs {
    max-width: 20rem;
  }

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

  .max-md\:cursor-grab {
    cursor: grab;
  }

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

@media not all and (min-width: 640px) {

  .max-sm\:block {
    display: block;
  }

  .max-sm\:flex {
    display: flex;
  }

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

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

  .max-sm\:justify-center {
    justify-content: center;
  }

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

@media (min-width: 640px) {

  .sm\:w-\[413px\] {
    width: 413px;
  }

  .sm\:grow {
    flex-grow: 1;
  }

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

  .sm\:first\:pl-0:first-child {
    padding-left: 0px;
  }

  .sm\:last\:pr-0:last-child {
    padding-right: 0px;
  }
}

@media (min-width: 768px) {

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[90vh\] {
    height: 90vh;
  }

  .md\:max-h-\[80vh\] {
    max-height: 80vh;
  }

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

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

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

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

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

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

  .md\:w-\[calc\(33\.33\%-14px\)\] {
    width: calc(33.33% - 14px);
  }

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

  .md\:shrink {
    flex-shrink: 1;
  }

  .md\:shrink-0 {
    flex-shrink: 0;
  }

  .md\:basis-\[40\%\] {
    flex-basis: 40%;
  }

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

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

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

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

  .md\:gap-24 {
    gap: 6rem;
  }

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

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

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

  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .md\:pt-\[50px\] {
    padding-top: 50px;
  }

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

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

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

  .md\:text-base {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (min-width: 1024px) {

  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

  .lg\:-right-7 {
    right: -1.75rem;
  }

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

  .lg\:-top-0\.5 {
    top: -0.125rem;
  }

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

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

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

  .lg\:-top-52 {
    top: -13rem;
  }

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

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

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

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

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

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

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

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

  .lg\:left-7 {
    left: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .lg\:right-\[calc\(50\%-300px\)\] {
    right: calc(50% - 300px);
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:top-full {
    top: 100%;
  }

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

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

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

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

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

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

  .lg\:col-auto {
    grid-column: auto;
  }

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

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

  .lg\:mx-\[50px\] {
    margin-left: 50px;
    margin-right: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-\[380px\] {
    margin-left: 380px;
  }

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

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

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

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

  .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-3\.5 {
    margin-top: 0.875rem;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[5\/1\] {
    aspect-ratio: 5/1;
  }

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

  .lg\:h-14 {
    height: 3.5rem;
  }

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

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

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

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

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

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

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

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

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

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

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .lg\:max-h-32 {
    max-height: 8rem;
  }

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

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

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

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

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

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

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[13\%\] {
    width: 13%;
  }

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

  .lg\:w-\[24\%\] {
    width: 24%;
  }

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

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

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

  .lg\:w-\[43\%\] {
    width: 43%;
  }

  .lg\:w-\[47\%\] {
    width: 47%;
  }

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

  .lg\:w-\[57\%\] {
    width: 57%;
  }

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

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

  .lg\:w-\[80\%\] {
    width: 80%;
  }

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

  .lg\:w-\[calc\(100\%-160px\)\] {
    width: calc(100% - 160px);
  }

  .lg\:w-\[calc\(100\%_\+_2\.5rem\)\] {
    width: calc(100% + 2.5rem);
  }

  .lg\:w-\[calc\(100\%_-_20\%\)\] {
    width: calc(100% - 20%);
  }

  .lg\:w-\[calc\(50\%-10px\)\] {
    width: calc(50% - 10px);
  }

  .lg\:w-\[calc\(50\%_6px\)\] {
    width: calc(50% 6px);
  }

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

  .lg\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:-rotate-3 {
    --tw-rotate: -3deg;
    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-3 {
    --tw-rotate: 3deg;
    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\:cursor-default {
    cursor: default;
  }

  .lg\:cursor-grab {
    cursor: grab;
  }

  .lg\:cursor-pointer {
    cursor: pointer;
  }

  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:auto-rows-fr {
    grid-auto-rows: 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-7 {
    grid-template-columns: repeat(7, 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\:items-start {
    align-items: flex-start;
  }

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

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

  .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\:justify-evenly {
    justify-content: space-evenly;
  }

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .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-\[120px\] {
    gap: 120px;
  }

  .lg\:gap-\[26px\] {
    gap: 26px;
  }

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

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

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-\[10px\] {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

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

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

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

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

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

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

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-pink-pale {
    border-color: var(--colours-pink-pale-default);
  }

  .lg\:border-primary {
    border-color: var(--colours-primary-default);
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .lg\:border-b-pink-pale {
    border-bottom-color: var(--colours-pink-pale-default);
  }

  .lg\:bg-\[\#FEF4F3\] {
    --tw-bg-opacity: 1;
    background-color: rgb(254 244 243 / var(--tw-bg-opacity));
  }

  .lg\:bg-pink-pale {
    background-color: var(--colours-pink-pale-default);
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

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

  .lg\:p-20 {
    padding: 5rem;
  }

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

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

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

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

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

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

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

  .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-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

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

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

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

  .lg\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .lg\:py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
  }

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

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

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

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

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

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .lg\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .lg\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .lg\:pb-\[53px\] {
    padding-bottom: 53px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

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

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

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pl-\[140px\] {
    padding-left: 140px;
  }

  .lg\:pl-\[28px\] {
    padding-left: 28px;
  }

  .lg\:pl-\[30px\] {
    padding-left: 30px;
  }

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

  .lg\:pl-\[50px\] {
    padding-left: 50px;
  }

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

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

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

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

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

  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }

  .lg\:pr-\[41px\] {
    padding-right: 41px;
  }

  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }

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

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

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

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

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

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

  .lg\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:pt-\[25px\] {
    padding-top: 25px;
  }

  .lg\:pt-\[53px\] {
    padding-top: 53px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-sm {
    font-size: 12px;
    line-height: 18px;
  }

  .lg\:leading-\[52px\] {
    line-height: 52px;
  }

  .lg\:tracking-\[-1\.8px\] {
    letter-spacing: -1.8px;
  }

  .lg\:tracking-\[-2\.4px\] {
    letter-spacing: -2.4px;
  }

  .lg\:tracking-\[2\.157px\] {
    letter-spacing: 2.157px;
  }

  .lg\:text-\[24x\] {
    color: 24x;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

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

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .lg\:after\:-bottom-11::after {
    content: var(--tw-content);
    bottom: -2.75rem;
  }

  .lg\:after\:left-2::after {
    content: var(--tw-content);
    left: 0.5rem;
  }

  .lg\:after\:z-\[1\]::after {
    content: var(--tw-content);
    z-index: 1;
  }

  .lg\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .lg\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .lg\:after\:h-11::after {
    content: var(--tw-content);
    height: 2.75rem;
  }

  .lg\:after\:w-\[calc\(100\%-16px\)\]::after {
    content: var(--tw-content);
    width: calc(100% - 16px);
  }

  .lg\:after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
  }

  .lg\:after\:bg-beige::after {
    content: var(--tw-content);
    background-color: var(--colours-beige-default);
  }

  .lg\:after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
  }

  .lg\:after\:content-\[\'flickity\'\]::after {
    --tw-content: 'flickity';
    content: var(--tw-content);
  }

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

  .first\:lg\:ml-10:first-child {
    margin-left: 2.5rem;
  }

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

  .lg\:last-of-type\:border-none:last-of-type {
    border-style: none;
  }

  .lg\:hover\:bg-secondary:hover {
    background-color: var(--colours-secondary-default);
  }

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

  .group\/image-tile:hover .lg\:group-hover\/image-tile\:bottom-4 {
    bottom: 1rem;
  }

  .group\/lookbook-card:hover .lg\:group-hover\/lookbook-card\:bottom-4 {
    bottom: 1rem;
  }

  .group\/product-card:hover .lg\:group-hover\/product-card\:bottom-4 {
    bottom: 1rem;
  }

  .group\/image-tile:hover .lg\:group-hover\/image-tile\:z-\[3\] {
    z-index: 3;
  }

  .group\/lookbook-card:hover .lg\:group-hover\/lookbook-card\:z-\[2\] {
    z-index: 2;
  }

  .group\/product-card:hover .lg\:group-hover\/product-card\:z-\[2\] {
    z-index: 2;
  }

  .group\/full-product-card:hover .lg\:group-hover\/full-product-card\:block {
    display: block;
  }

  .group\/full-product-card:hover .lg\:group-hover\/full-product-card\:flex {
    display: flex;
  }

  .group\/header:hover .lg\:group-hover\/header\:grid {
    display: grid;
  }

  .group\/full-product-card:hover .lg\:group-hover\/full-product-card\:hidden {
    display: none;
  }

  .group\/full-product-card:hover .lg\:group-hover\/full-product-card\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {

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

  .xl\:-right-14 {
    right: -3.5rem;
  }

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

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

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

  .xl\:right-12 {
    right: 3rem;
  }

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

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

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

  .xl\:grid {
    display: grid;
  }

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

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

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

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

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

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

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-\[24\%\] {
    width: 24%;
  }

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

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

  .xl\:shrink-0 {
    flex-shrink: 0;
  }

  .xl\:basis-\[22\%\] {
    flex-basis: 22%;
  }

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

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

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

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

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

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

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

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

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

  .xl\:p-20 {
    padding: 5rem;
  }

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

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

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .xl\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:px-\[140px\] {
    padding-left: 140px;
    padding-right: 140px;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

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

  .xl\:text-sm {
    font-size: 12px;
    line-height: 18px;
  }

  .xl\:after\:left-5::after {
    content: var(--tw-content);
    left: 1.25rem;
  }

  .xl\:after\:w-\[calc\(100\%-40px\)\]::after {
    content: var(--tw-content);
    width: calc(100% - 40px);
  }
}

@media (min-width: 1536px) {

  .\32xl\:max-w-\[1440px\] {
    max-width: 1440px;
  }

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

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

