/** Shopify CDN: Minification failed

Line 6270:9 Unexpected "{"
Line 6274:9 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: MD-Primer, 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:34px;
        line-height:38px;
        letter-spacing: 1.02px;
    }

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

    h3, .h3 {
        font-size:22px;
        line-height:26px;
        letter-spacing: 0.66px;
    }

    h4, .h4 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.8px;
    }

    h5, .h5 {
        font-size:16px;
        line-height:20px;
    }

    h6, .h6 {
        font-size:16px;
        line-height:20px;
    }

    /* INPUT STYLING */

    input[type="text"], input[type="textarea"], input[type="email"], input[type="search"], input[type="number"], input[type="password"], input[type="tel"], select, textarea {
  --tw-border-opacity: 1;
  border-color: rgb(171 170 176 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
  font-weight: 400;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline-width: 0px;
    transition: all .3s ease-in-out;
}

    input[type="text"]::-moz-placeholder, input[type="textarea"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

    input[type="text"]:-ms-input-placeholder, input[type="textarea"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-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 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

    input[type="text"]::placeholder, input[type="textarea"]::placeholder, input[type="email"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="tel"]::placeholder, select::placeholder, textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

    input[type="text"]:focus, input[type="textarea"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  outline-width: 0px;
  --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);
  --tw-ring-offset-width: 0px;
}

    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-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

    select {
  padding-right: 1.75rem;
}

    button:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    button:disabled:hover {
  cursor: not-allowed;
  background-color: rgb(0 0 0 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

    button:disabled:active {
  cursor: not-allowed;
  background-color: rgb(0 0 0 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

*, ::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% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.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 !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
body {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
footer {
        margin-top: auto
    }
.container-fluid {
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
*:focus {
        outline: none;
    }
* {
        -webkit-tap-highlight-color: transparent;
    }
/* HYPERLINK STYLING */
.rte a {
        color: inherit;
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
    }
.rte a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}
.rte ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.rte ol {
  list-style-type: decimal;
  padding-left: 2rem;
}
.rte-error a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.has-text-link a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
    transition: all .3s ease-in-out;
}
.has-text-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(189 53 26 / var(--tw-text-opacity));
}
/* BUTTON STYLING */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  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);
}
.btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  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);
}
.btn-lg svg {
  height: 1rem;
  width: 1rem;
}
.btn-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn svg {
  height: 1rem;
  width: 1rem;
}
.btn-lg svg {
  height: 1rem;
  width: 1rem;
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 53 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity));
}
.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-secondary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.has-btn-link a:after,
    .btn-link:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: transparent;
    }
.has-btn-link a:hover,
    .btn-link:hover,
    .btn-link:hover span {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}
.has-btn-link a:hover:after,
    .btn-link:hover:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        --tw-bg-opacity: 1 !important;
        background-color: rgb(189 53 26 / var(--tw-bg-opacity)) !important;
    }
.btn-link-black {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-link-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}
.btn-link-black:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: black;
    }
.btn-link-black:hover:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity)) !important;
}
.btn-link-white {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-link-white:hover {
  --tw-text-opacity: 1;
  color: rgb(189 53 26 / var(--tw-text-opacity));
}
.btn-link-white:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: white;
    }
.btn-link-white:hover:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity)) !important;
}
.btn-tab {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn-tab:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: transparent;
    }
.btn-tab:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}
.btn-tab:hover:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity)) !important;
}
.btn-tab.active:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.btn-tab.active:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.btn-tab.active:hover:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.btn-disabled {
  cursor: not-allowed;
  background-color: rgb(0 0 0 / 0.25);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
input[type="checkbox"]:focus, input[type="radio"]: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);
}
/* CUSTOM CHECKBOX STYLING */
.input-checkbox {
  display: grid;
  align-items: center;
  gap: 0.5rem;
        grid-template-columns: 16px auto;
}
.input-checkbox input[type="checkbox"] {
  margin: 0px;
  display: grid;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  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-checkbox input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 221 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 221 96 / 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 17 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1904 1.1875L5.56543 10.8125L1.19043 6.4375' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        background-size:10px 10px;
}
.input-checkbox input[type="checkbox"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.input-checkbox input[type="checkbox"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 215 234 / var(--tw-ring-opacity));
}
@media (min-width: 1024px) {
        .input-checkbox {
            grid-template-columns: 25px auto;
        }
    
        .input-checkbox input[type="checkbox"] {
            width:25px;
            height:25px;
        }
    
        .input-checkbox input[type="checkbox"]:checked {
            background-size:14px 14px;
        }
    }
/* CUSTOM RADIO STYLING */
/* 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 {
        display: flex;
    }
.flickity-incoming .flickity-cell ~ .flickity-cell {
        display: none;
    }
.flickity-incoming.flickity-enabled .flickity-cell {
        display: flex;
    }
@media (min-width: 1024px) {
        .flickity-desktop-incoming .flickity-cell {
        display: flex;
        }

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

        .flickity-desktop-incoming.flickity-enabled .flickity-cell {
        display: flex;
        }
    }
@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;
        }
    }
/* BG: Remove the arrows on a number field. */
.input-quantity::-webkit-outer-spin-button,
    .input-quantity::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
.input-quantity[type=number] {
        -moz-appearance: textfield;
    }
/* 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 {
  opacity: 0.3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-left-5 {
  left: -1.25rem;
}
.-left-\[50px\] {
  left: -50px;
}
.-top-\[1px\] {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-7\.5 {
  bottom: 30px;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[14px\] {
  bottom: 14px;
}
.bottom-\[var\(--cross-sell-bottom\2c 100px\)\] {
  bottom: var(--cross-sell-bottom,100px);
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-10 {
  left: 2.5rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-5 {
  left: 1.25rem;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-7 {
  right: 1.75rem;
}
.right-7\.5 {
  right: 30px;
}
.right-\[14px\] {
  right: 14px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-12\.5 {
  top: 50px;
}
.top-15 {
  top: 60px;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2\/4 {
  top: 50%;
}
.top-5 {
  top: 1.25rem;
}
.top-7 {
  top: 1.75rem;
}
.top-7\.5 {
  top: 30px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[74px\] {
  top: 74px;
}
.top-\[calc\(50\%-24px\)\] {
  top: calc(50% - 24px);
}
.top-\[calc\(50\%-46px\)\] {
  top: calc(50% - 46px);
}
.\!z-\[1\] {
  z-index: 1 !important;
}
.-z-\[1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[69\] {
  z-index: 69;
}
.z-\[70\] {
  z-index: 70;
}
.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-9 {
  grid-column: span 9 / span 9;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.row-start-4 {
  grid-row-start: 4;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 6px;
  margin-right: 6px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 6px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-15 {
  margin-bottom: 60px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 14px;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-7\.5 {
  margin-bottom: 30px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[46px\] {
  margin-bottom: 46px;
}
.mb-\[var\(--bottom-spacing-mobile\)\] {
  margin-bottom: var(--bottom-spacing-mobile);
}
.ml-auto {
  margin-left: auto;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[-42px\] {
  margin-right: -42px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 2px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-12\.5 {
  margin-top: 50px;
}
.mt-15 {
  margin-top: 60px;
}
.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-5\.5 {
  margin-top: 22px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-7\.5 {
  margin-top: 30px;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[var\(--top-spacing-mobile\)\] {
  margin-top: var(--top-spacing-mobile);
}
.mt-auto {
  margin-top: auto;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[10\/9\] {
  aspect-ratio: 10/9;
}
.aspect-\[146\/169\] {
  aspect-ratio: 146/169;
}
.aspect-\[15\/17\] {
  aspect-ratio: 15/17;
}
.aspect-\[240\/277\] {
  aspect-ratio: 240/277;
}
.aspect-\[8\/1\] {
  aspect-ratio: 8/1;
}
.\!h-2 {
  height: 0.5rem !important;
}
.\!h-2\.5 {
  height: 0.625rem !important;
}
.\!h-\[38px\] {
  height: 38px !important;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 6px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-12\.5 {
  height: 50px;
}
.h-15 {
  height: 60px;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-7\.5 {
  height: 30px;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[60dvh\] {
  height: 60dvh;
}
.h-\[calc\(100vh_-_90px\)\] {
  height: calc(100vh - 90px);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.h-min {
  height: -moz-min-content;
  height: min-content;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[26px\] {
  max-height: 26px;
}
.max-h-\[80\%\] {
  max-height: 80%;
}
.max-h-\[850px\] {
  max-height: 850px;
}
.min-h-\[15px\] {
  min-height: 15px;
}
.min-h-\[277px\] {
  min-height: 277px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.\!w-2 {
  width: 0.5rem !important;
}
.\!w-2\.5 {
  width: 0.625rem !important;
}
.\!w-\[45px\] {
  width: 45px !important;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 6px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[240px\] {
  width: 240px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[270px\] {
  width: 270px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[41\%\] {
  width: 41%;
}
.w-\[41px\] {
  width: 41px;
}
.w-\[43\%\] {
  width: 43%;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[5px\] {
  width: 5px;
}
.w-\[63px\] {
  width: 63px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[calc\(100\%_\+_40px\)\] {
  width: calc(100% + 40px);
}
.w-\[calc\(100\%_-_40px\)\] {
  width: calc(100% - 40px);
}
.w-\[calc\(20\%-7px\)\] {
  width: calc(20% - 7px);
}
.w-\[calc\(50\%_-_10px\)\] {
  width: calc(50% - 10px);
}
.w-\[calc\(50\%_-_5px\)\] {
  width: calc(50% - 5px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-screen {
  width: 100vw;
}
.min-w-\[12px\] {
  min-width: 12px;
}
.min-w-\[16px\] {
  min-width: 16px;
}
.min-w-\[210px\] {
  min-width: 210px;
}
.min-w-\[25\%\] {
  min-width: 25%;
}
.min-w-\[270px\] {
  min-width: 270px;
}
.min-w-\[28px\] {
  min-width: 28px;
}
.min-w-\[33\%\] {
  min-width: 33%;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[8px\] {
  min-width: 8px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[415px\] {
  max-width: 415px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[55px\] {
  max-width: 55px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[86px\] {
  max-width: 86px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-\[calc\(50\%-10px\)\] {
  flex-basis: calc(50% - 10px);
}
.basis-full {
  flex-basis: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-10 {
  --tw-translate-x: -2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-10 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[52\%\] {
  --tw-translate-y: 52%;
  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-\[60\%\] {
  --tw-translate-y: 60%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.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));
}
.cursor-grab {
  cursor: grab;
}
.cursor-grabbing {
  cursor: grabbing;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.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;
}
.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-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.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-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 6px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-15 {
  gap: 60px;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 14px;
}
.gap-4 {
  gap: 1rem;
}
.gap-4\.5 {
  gap: 18px;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-5\.5 {
  gap: 22px;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-7\.5 {
  gap: 30px;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[120px\] {
  gap: 120px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[2px\] {
  gap: 2px;
}
.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-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-x-9\.5 {
  -moz-column-gap: 38px;
       column-gap: 38px;
}
.gap-x-\[38px\] {
  -moz-column-gap: 38px;
       column-gap: 38px;
}
.gap-x-\[5px\] {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-12\.5 {
  row-gap: 50px;
}
.gap-y-15 {
  row-gap: 60px;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-20 {
  row-gap: 5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-7\.5 {
  row-gap: 30px;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.gap-y-\[38px\] {
  row-gap: 38px;
}
.gap-y-\[50px\] {
  row-gap: 50px;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-\[10px\] {
  border-width: 10px;
}
.border-\[12px\] {
  border-width: 12px;
}
.\!border-b {
  border-bottom-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.\!border-grey-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 207 213 / var(--tw-border-opacity)) !important;
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-calder-red {
  --tw-border-opacity: 1;
  border-color: rgb(189 53 26 / var(--tw-border-opacity));
}
.border-error-200 {
  --tw-border-opacity: 1;
  border-color: rgb(216 84 78 / var(--tw-border-opacity));
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity));
}
.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.border-grey-primary {
  --tw-border-opacity: 1;
  border-color: rgb(207 207 213 / var(--tw-border-opacity));
}
.border-sand {
  --tw-border-opacity: 1;
  border-color: rgb(245 239 232 / var(--tw-border-opacity));
}
.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-b-black {
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-b-grey-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(207 207 213 / var(--tw-border-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-calder-red {
  --tw-bg-opacity: 1;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity));
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 246 / var(--tw-bg-opacity));
}
.bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 255 216 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.fill-black {
  fill: #000;
}
.fill-white {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-\[4px\] {
  padding: 4px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-10\.5 {
  padding-left: 42px;
  padding-right: 42px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 14px;
  padding-right: 14px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[47px\] {
  padding-left: 47px;
  padding-right: 47px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[92px\] {
  padding-left: 92px;
  padding-right: 92px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-7\.5 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[100px\] {
  padding-top: 100px;
  padding-bottom: 100px;
}
.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}
.\!pl-0 {
  padding-left: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-15 {
  padding-bottom: 60px;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 14px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-7\.5 {
  padding-bottom: 30px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-7\.5 {
  padding-left: 30px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-10\.5 {
  padding-right: 42px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-7\.5 {
  padding-right: 30px;
}
.pr-\[100px\] {
  padding-right: 100px;
}
.pr-\[63px\] {
  padding-right: 63px;
}
.pt-15 {
  padding-top: 60px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-4\.5 {
  padding-top: 18px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[130px\] {
  padding-top: 130px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-top {
  vertical-align: top;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-quad {
  font-family: Quadrant, sans-serif;
}
.font-sans {
  font-family: MD-Primer, sans-serif;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-base {
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.42px !important;
}
.\!text-lg {
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0.8px !important;
}
.\!text-sm {
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: 0.36px !important;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-base {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.42px;
}
.text-lg {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.8px;
}
.text-sm {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
}
.text-xxs {
  font-size: 8px;
  line-height: 14px;
  letter-spacing: 0.24px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.\!leading-\[40px\] {
  line-height: 40px !important;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-none {
  line-height: 1;
}
.tracking-\[0\.1rem\] {
  letter-spacing: 0.1rem;
}
.tracking-\[0\.25rem\] {
  letter-spacing: 0.25rem;
}
.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[2\.4px\] {
  letter-spacing: 2.4px;
}
.\!text-calder-red {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}
.text-\[var\(--text-colour\2c \#fff\)\] {
  color: var(--text-colour,#fff);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-calder-red {
  --tw-text-opacity: 1;
  color: rgb(189 53 26 / 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-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-grey-dark {
  --tw-text-opacity: 1;
  color: rgb(171 170 176 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(0 112 51 / var(--tw-text-opacity));
}
.text-warning-200 {
  --tw-text-opacity: 1;
  color: rgb(252 166 38 / 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;
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.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);
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.\!ring-offset-0 {
  --tw-ring-offset-width: 0px !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
      display: none;
    }
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
    }

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

/* ==========================================================================
#Header Icons
========================================================================== */

.btn-cart:hover svg path:first-of-type {
    fill: #BD351A;
}

.nav-icon:hover svg path {
    fill: #BD351A;
}

.search-icon:hover svg path {
    fill: #BD351A;
}

.account-icon:hover svg path {
    fill: #BD351A;
}

.wishlist-icon:hover svg path {
    fill: #BD351A;
}

/* ==========================================================================
#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%,.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:.6}.flickity-button:disabled{opacity:.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%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}

.flickity-button:active {
    opacity: 1 !important;
}

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


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

.flickity-page-dots {
    position:absolute;
    bottom: 10px;
    z-index:10;
}

.flickity-page-dots .dot {
    background-color:#fff;
    opacity:0.5;
}

.flickity-page-dots .dot.is-selected {
    opacity:1;
}

.flickity-prev-next-button {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width: 24px !important;
    height: 24px !important;
    border-radius:0px !important;
    transition:all .3s ease-in-out;
    background-color: transparent !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.flickity-prev-next-button svg {
    display: none !important;
}

.flickity-prev-next-button.previous {
    left: 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4291 17.0057C15.6142 16.8007 15.598 16.4846 15.393 16.2995L15.058 16.6707L14.723 17.0419C14.928 17.2269 15.2441 17.2107 15.4291 17.0057ZM10.1547 11.3368C10.1878 11.3727 10.2237 11.4113 10.2622 11.4524C10.511 11.7182 10.8538 12.0745 11.2108 12.4399C11.5676 12.8052 11.9365 13.1774 12.2371 13.475C12.5493 13.7841 12.7618 13.9863 12.8228 14.0351C13.0998 14.2567 13.7485 14.8287 14.3148 15.3332C14.601 15.5881 14.8704 15.8296 15.0683 16.0074L15.393 16.2995L15.058 16.6707L14.723 17.0419L14.4001 16.7513C14.2028 16.5741 13.9345 16.3336 13.6497 16.0799C13.0744 15.5674 12.4493 15.0169 12.1981 14.8159C12.0855 14.7259 11.8276 14.4767 11.5336 14.1857C11.2281 13.8833 10.8551 13.5069 10.4955 13.1387C10.136 12.7708 9.78777 12.4089 9.53211 12.1358C9.40497 12 9.29724 11.8824 9.22179 11.7957C9.18542 11.754 9.14946 11.7113 9.12158 11.6743C9.11016 11.6591 9.08607 11.6266 9.06453 11.5872C9.05665 11.5728 9.02777 11.5199 9.01184 11.4475C9.00395 11.4116 8.98973 11.3306 9.01166 11.2306C9.028 11.1561 9.06414 11.076 9.12465 11.0069C10.2068 9.6984 11.4928 8.47424 12.5031 7.58053C13.011 7.13129 13.4519 6.76314 13.7664 6.50692C13.9237 6.37877 14.0494 6.27851 14.1362 6.21C14.1797 6.17573 14.2134 6.1494 14.2364 6.13148L14.2629 6.11095L14.2699 6.10553L14.2718 6.10405C14.2719 6.104 14.2727 6.1034 14.5771 6.50005L14.2727 6.1034C14.4917 5.93528 14.8056 5.97658 14.9737 6.19564C15.1419 6.41469 15.1006 6.72854 14.8815 6.89667L14.88 6.89788L14.8742 6.90232L14.8504 6.92082C14.8291 6.93737 14.7972 6.96227 14.7557 6.99503C14.6726 7.06057 14.551 7.15755 14.3981 7.28215C14.0922 7.53141 13.6617 7.89076 13.1657 8.32954C12.2555 9.13472 11.1334 10.1994 10.1547 11.3368ZM9.74376 11.7736C9.79698 11.744 9.84084 11.7073 9.87627 11.6668C9.83855 11.7097 9.79374 11.7458 9.74376 11.7736ZM9.92094 11.0734C9.92106 11.0736 9.92081 11.0732 9.92094 11.0734V11.0734Z' fill='white'/%3E%3C/svg%3E%0A");
}

.flickity-prev-next-button.next {
    right: 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.12884 6.16499C8.94381 6.36998 8.96 6.68615 9.16499 6.87117L9.5 6.5L9.83502 6.12884C9.63003 5.94381 9.31386 5.96 9.12884 6.16499ZM14.4033 11.8339C14.3702 11.798 14.3343 11.7594 14.2958 11.7183C14.047 11.4525 13.7042 11.0963 13.3472 10.7308C12.9904 10.3656 12.6215 9.99327 12.3209 9.69567C12.0086 9.38662 11.7961 9.18439 11.7352 9.13565C11.4582 8.91406 10.8095 8.34198 10.2431 7.83751C9.95702 7.58266 9.68755 7.34113 9.48965 7.16335L9.16499 6.87117L9.5 6.5L9.83502 6.12884L10.1579 6.41943C10.3551 6.5966 10.6235 6.83715 10.9083 7.09078C11.4836 7.60327 12.1087 8.15379 12.3599 8.35479C12.4725 8.44486 12.7304 8.69401 13.0244 8.98499C13.3299 9.28742 13.7028 9.6638 14.0625 10.032C14.4219 10.3999 14.7702 10.7618 15.0259 11.0349C15.153 11.1708 15.2607 11.2884 15.3362 11.375C15.3726 11.4168 15.4085 11.4594 15.4364 11.4964C15.4478 11.5116 15.4719 11.5441 15.4935 11.5835C15.5013 11.598 15.5302 11.6508 15.5461 11.7232C15.554 11.7591 15.5683 11.8401 15.5463 11.9401C15.53 12.0146 15.4938 12.0947 15.4333 12.1638C14.3512 13.4723 13.0651 14.6965 12.0548 15.5902C11.547 16.0394 11.106 16.4076 10.7916 16.6638C10.6343 16.7919 10.5086 16.8922 10.4217 16.9607C10.3783 16.995 10.3446 17.0213 10.3216 17.0392L10.2951 17.0598L10.2881 17.0652L10.2862 17.0667C10.2861 17.0667 10.2853 17.0673 9.9809 16.6707L10.2853 17.0673C10.0662 17.2354 9.75236 17.1941 9.58424 16.9751C9.41613 16.756 9.45741 16.4422 9.67644 16.274L9.67801 16.2728L9.68377 16.2684L9.70762 16.2499C9.7289 16.2333 9.76076 16.2085 9.80229 16.1757C9.88535 16.1101 10.007 16.0132 10.1599 15.8886C10.4658 15.6393 10.8962 15.28 11.3923 14.8412C12.3025 14.036 13.4246 12.9713 14.4033 11.8339ZM14.8142 11.3972C14.761 11.4267 14.7171 11.4634 14.6817 11.5039C14.7194 11.461 14.7642 11.4249 14.8142 11.3972ZM14.637 12.0973C14.6369 12.0971 14.6372 12.0975 14.637 12.0973V12.0973Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1024px) {
    .flickity-page-dots {
        bottom: 20px;
    }
}

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

/* BG: Needed for lazying loading. Firstly, lazysizes works by using display none and block to determine when to load the asset. We're checking to see if we're loading all assets, if we're not, and it's not the first slide, then we hide the image, until it's active below and then display block it to then trigger the image download. Thankfully the lazyload class changes once it's loaded so it only fires once. */
.hero .carousel-item:not([data-flickity-position="0"]):not(.lazyload-all) .carousel-image .lazyload {
    display:none;
}

.hero .carousel-item.is-selected .carousel-image .lazyload {
    display:block;
}

/* BG: Prevents CLS by hiding any additional hero slides until flickity kicks in. */
.hero:not(.flickity-enabled) .carousel-item:not(:first-of-type) {
    display:none;
}

.hero.flickity-enabled .carousel-item:not(:first-of-type) {
    display:block !important;
}

/* ==========================================================================
#Product Detail
========================================================================== */
.carousel-nav .is-selected {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

/* ==========================================================================
#Transition Shorthand
========================================================================== */

.transition-300 {
    transition: all .3s ease-in-out;
}

.transition-200 {
    transition: all .2s ease-in-out;
}

.transition-100 {
    transition: all .1s ease-in-out;
}

/* ==========================================================================
#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; }

/* ==========================================================================
#Grab Scroll Classes
========================================================================== */

.grab-scroll {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}
  
.grab-scroll::-webkit-scrollbar {
    display: none;
}
  
.cursor-grabbing {
    cursor: grabbing;
}

/* ==========================================================================
#Section Width
========================================================================== */

.custom-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

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

.rte > *:not(:last-child):not(:empty){
    margin-bottom: 1rem;
}

.rte > *:first-child {
    margin-top: 0px;
}

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

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

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

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

.rte ul {
    list-style: disc;
}

.rte ol {
    list-style: decimal;
}

.rte a {
    text-decoration: underline;
}

.rte table, .rte table * {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
}

.rte-content, .rte-content *:not(h1, h2, h3, h4, h5, h6) {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
}

.rte-large-content, .rte-large-content *:not(h1, h2, h3, h4, h5, h6) {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.42px;
}

.rte-quad *:not(h1, h2, h3, h4, h5, h6) {
  font-family: Quadrant, sans-serif;
}

.rte-description * {
    font-size: inherit !important;
}

.product-desc, .product-desc * {
  font-family: Quadrant, sans-serif !important;
}

/* ===========================================================================
#Header Container
===========================================================================*/

.top-header {
    z-index: 30;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.usp-bar .top-header {
    top: 24px;
}

.sticky-header {
    z-index: 50;
    background: rgba(255, 255, 255, 0.60);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-40px);
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.sticky-header.pinned {
    transform: translateY(0px);
    visibility: visible;
}

/* ===========================================================================
#Feature Background
===========================================================================*/

.feature-background {
    background: rgba(255, 255, 255, 0.50);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
}

/* ===========================================================================
#Sticky Content
===========================================================================*/

.banner-content-text {
    top: 50vh;
}

.sticky-content {
    position: sticky !important;
}

.sticky-center-content {
    position: sticky !important;
}

/* ===========================================================================
#Lazyload Background Image
===========================================================================*/

img.lazyload, .no-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px 24px;
    background-color: #F2F2F2;
    background-image: url("data:image/svg+xml,%3Csvg width='257' height='126' viewBox='0 0 257 126' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M255.38 60.9075L128.88 0.1875C128.36 -0.0625 127.77 -0.0625 127.25 0.1875L1.2 60.6975C0.46 61.0575 0 61.7875 0 62.6075C0 63.4275 0.46 64.1575 1.2 64.5175L127.25 125.027C127.51 125.147 127.79 125.217 128.07 125.217C128.35 125.217 128.63 125.157 128.88 125.027L255.38 64.3075C256.04 63.9875 256.45 63.3375 256.45 62.6075C256.45 61.8775 256.04 61.2275 255.38 60.9075ZM240.1 62.7975L128.65 116.298C128.29 116.478 127.87 116.478 127.5 116.298L16.24 62.8975C16.08 62.8175 16.06 62.6775 16.06 62.6075C16.06 62.5175 16.09 62.3875 16.24 62.3175L127.53 8.8875C127.7 8.8075 127.88 8.7675 128.07 8.7675C128.26 8.7675 128.44 8.8075 128.61 8.8875L240.1 62.4075C240.18 62.4475 240.22 62.5075 240.22 62.5975C240.22 62.6875 240.18 62.7475 240.1 62.7875V62.7975Z' fill='white'/%3E%3Cpath d='M67.41 69.4875C71.2098 69.4875 74.29 66.4072 74.29 62.6075C74.29 58.8078 71.2098 55.7275 67.41 55.7275C63.6103 55.7275 60.53 58.8078 60.53 62.6075C60.53 66.4072 63.6103 69.4875 67.41 69.4875Z' fill='white'/%3E%3Cpath d='M169.11 89.7775L168.92 89.3975C168.79 89.1275 168.49 88.9775 168.17 88.9775C165.57 88.9975 161.53 84.5975 160.41 81.7675C157.86 75.3375 150.44 38.3075 149.67 28.4075C149.59 27.3975 148.71 26.2875 147.68 25.9175C145.65 25.2075 141.56 23.1175 140.14 22.5775C139.38 22.2875 138.47 22.7075 138.37 23.4575C136.68 37.0775 131.74 67.7875 129.68 75.7175C129.64 75.8675 129.12 75.8575 129.08 75.7175C125.98 64.7075 119.49 37.7875 117.07 23.4575C116.94 22.7175 116.06 22.2975 115.3 22.5775C113.88 23.1075 109.78 25.1975 107.76 25.9175C106.74 26.2775 105.85 27.3975 105.77 28.4075C105 38.3075 100.72 75.3375 98.16 81.7675C97.04 84.5875 93 88.9875 90.4 88.9775C90.08 88.9775 89.79 89.1275 89.65 89.3975L89.46 89.7775C89.35 90.0975 89.52 90.3275 89.77 90.4375L108 99.3275C108.41 99.4875 108.89 99.3075 109.05 98.9175L109.12 98.7475C109.25 98.4375 109.12 98.0975 108.85 97.8875C107.54 96.9075 105.49 91.1775 105.45 89.0775C105.36 83.9775 107.76 57.0675 110.51 43.5675C110.51 43.5675 111.03 43.4375 111.07 43.5675C115.84 59.2375 122.69 89.3675 126.42 103.547C126.86 105.217 129.29 105.217 129.73 103.547C133.55 89.1775 138.98 57.5475 141.53 43.5675C141.56 43.4275 142.09 43.5675 142.09 43.5675C144.85 57.0775 150.59 83.9775 150.49 89.0775C150.45 91.1775 148.4 96.9075 147.09 97.8875C146.81 98.0975 146.69 98.4375 146.82 98.7475L146.89 98.9175C147.05 99.2975 147.53 99.4875 147.94 99.3275L168.75 90.4375C169 90.3275 169.18 90.0975 169.06 89.7775H169.11Z' fill='white'/%3E%3Cpath d='M190.4 69.4875C194.2 69.4875 197.28 66.4072 197.28 62.6075C197.28 58.8078 194.2 55.7275 190.4 55.7275C186.6 55.7275 183.52 58.8078 183.52 62.6075C183.52 66.4072 186.6 69.4875 190.4 69.4875Z' fill='white'/%3E%3C/svg%3E%0A");
}

/* ===========================================================================
#Full Height Hero
===========================================================================*/

.full-height-hero {
    height: 100vh;
}

.full-height-hero .flickity-viewport {
    height: 100% !important;
}

.full-height-hero .carousel-item, .full-height-hero picture, .full-height-hero video {
    width: 100%;
    height: 100%;
}

.full-height-calc {
    height: calc(100vh - 24px);
}

/* ===========================================================================
#Klaviyo
===========================================================================*/

.klaviyo-bis-trigger {
    display: none !important;
}

/* ===========================================================================
#Wishlist
===========================================================================*/

.text-links--underlined a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
    transition: all .3s ease-in-out;
}

.text-links--underlined a:hover {
  --tw-text-opacity: 1;
  color: rgb(189 53 26 / var(--tw-text-opacity));
}

.swym-button-bar  {
    display: none !important;
}

.wishlist-button.swym-added .add, .wishlist-button.swym-added .wishlist-text {
    display: none;
}

.wishlist-button.swym-added .added, .wishlist-button.swym-added .wishlist-text-added {
    display: block;
}

/* ===========================================================================
#Product Blocks
===========================================================================*/

@media screen and (max-width: 1024px) {
    .product-info {
        background: rgba(255, 255, 255, 0.50);
        -webkit-backdrop-filter: blur(20px);
                backdrop-filter: blur(20px);
    }
}

@media (min-width: 1024px) {
    .product-info {
        margin-top: -242px;
    }
}

/* ===========================================================================
#Product Sticky Information
===========================================================================*/

.product-info.pinned {
    transform: translateY(0) !important;
    transition: all .3s ease-in-out;
}

/* ==========================================================================
#Custom Disable Scroll
========================================================================== */
.noScroll {
    overflow: hidden;
}

@media (width < 1024px) {
    html:has(body.noScroll) {
        overflow: hidden;
    }
}


.is-windows.noScroll {
    margin-right: 17px;
}

/* ==========================================================================
#Cart Page Overrides
========================================================================== */

.cart-page-summary {
    background: rgba(255, 255, 255, 0.80);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

@media (min-width: 1024px) {
    .cart-page .cart-item {
        width: calc(33.3% - 7px);
        flex-direction: column;
        gap: 0px;
    }

    .cart-page .cart-item .cart-image {
        width: 100%;
        min-width: 100%;
    }

    .cart-page .cart-item .cart-content {
        padding: 18px 10px 14px;
        width: 100%;
        gap: 4px;
        position: relative;
        justify-content: flex-start;
    }

    .cart-page .cart-item .cart-content h3 {
        padding-right: 60px;
    }

    .cart-page .cart-item .cart-content .cart-actions {
        margin-top: 0px;
    }

    .cart-page .cart-item .cart-content .cart-actions .cart-remove {
        position: absolute;
        top: 21px;
        right: 10px;
    }

    .cart-page .cart-item .cart-content .cart-actions .cart-price {
        position: absolute;
        bottom: 21px;
        right: 10px;
    }

    .cart-page .cart-item .cart-content.properties-present .cart-actions .cart-price {
        bottom: 18px;
    }

    .cart-page .cart-item .cart-content .cart-actions {
        padding-bottom: 0px;
    }
}

/* ===========================================================================
#Collections
===========================================================================*/

.collections-sidebar, .filter-sidebar {
    background: rgba(255, 255, 255, 0.80);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

.collection-toggle-container {
  position: absolute;
  --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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

  .collection-toggle-container {
    margin-top: -34px;
  }
}

.collection-toggle-container--sticky {
  position: fixed;
  top: 74px;
}

@media (min-width: 1024px) {

  .collection-toggle-container--sticky {
    top: 50px;
  }
}

/* ===========================================================================
#Filters
===========================================================================*/
.filter-checkbox {
  cursor: pointer;
}

.filter-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.36px;
  text-transform: uppercase;

    .filter-button-checkbox {
    display: block;
  }

    .filter-button-checkbox {
    height: 0.75rem;
  }

    .filter-button-checkbox {
    width: 0.75rem;
  }

    .filter-button-checkbox {
    border-width: 1px;
  }

    .filter-button-checkbox {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

    .filter-button-checkbox {
    background-color: transparent;
  }
}

.filter-button-selected,
.filter-checkbox input[type=checkbox]:is(:checked) + label,
.filter-checkbox input[type=radio]:is(:checked) + label {
    .filter-button-checkbox {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}

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

/* ==========================================================================
#Blog Listing
========================================================================== */

.blog-tags a, .blog-tags span {
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.blog-tags a:hover, .blog-tags span:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}

.blog-tags a:after, .blog-tags span:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: black;
    }

.blog-tags a:hover:after, .blog-tags span:hover:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity)) !important;
}

.blog-tags a, .blog-tags span {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.contact-form__content p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.contact-info p {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* ==========================================================================
#Image Carousel
========================================================================== */

.image-carousel .flickity-prev-next-button.previous {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4298 17.6724C15.6148 17.4674 15.5986 17.1513 15.3936 16.9662L15.0586 17.3374L14.7236 17.7086C14.9286 17.8936 15.2447 17.8774 15.4298 17.6724ZM10.1553 12.0035C10.1884 12.0394 10.2243 12.078 10.2628 12.1191C10.5116 12.3849 10.8544 12.7411 11.2114 13.1066C11.5682 13.4718 11.9371 13.8441 12.2377 14.1417C12.5499 14.4508 12.7625 14.653 12.8234 14.7017C13.1004 14.9233 13.7491 15.4954 14.3155 15.9999C14.6016 16.2547 14.871 16.4963 15.0689 16.674L15.3936 16.9662L15.0586 17.3374L14.7236 17.7086L14.4007 17.418C14.2035 17.2408 13.9351 17.0003 13.6503 16.7466C13.075 16.2341 12.4499 15.6836 12.1987 15.4826C12.0861 15.3925 11.8282 15.1434 11.5342 14.8524C11.2287 14.55 10.8558 14.1736 10.4961 13.8054C10.1366 13.4375 9.78838 13.0756 9.53272 12.8025C9.40558 12.6666 9.29785 12.549 9.2224 12.4624C9.18603 12.4206 9.15007 12.378 9.12219 12.341C9.11077 12.3258 9.08669 12.2933 9.06514 12.2539C9.05726 12.2394 9.02838 12.1866 9.01245 12.1142C9.00456 12.0783 8.99034 11.9973 9.01227 11.8973C9.02862 11.8228 9.06475 11.7427 9.12526 11.6736C10.2074 10.3651 11.4934 9.14093 12.5038 8.24722C13.0116 7.79798 13.4525 7.42983 13.767 7.17361C13.9243 7.04546 14.05 6.9452 14.1369 6.87668C14.1803 6.84242 14.214 6.81609 14.237 6.79816L14.2635 6.77764L14.2705 6.77222L14.2724 6.77074C14.2725 6.77069 14.2733 6.77008 14.5777 7.16674L14.2733 6.77008C14.4924 6.60196 14.8062 6.64326 14.9744 6.86233C15.1425 7.08138 15.1012 7.39523 14.8822 7.56336L14.8806 7.56457L14.8748 7.56901L14.851 7.58751C14.8297 7.60405 14.7978 7.62895 14.7563 7.66172C14.6732 7.72726 14.5516 7.82424 14.3987 7.94883C14.0928 8.1981 13.6624 8.55745 13.1663 8.99623C12.2561 9.80141 11.134 10.8661 10.1553 12.0035ZM9.74437 12.4402C9.79759 12.4107 9.84145 12.374 9.87688 12.3335C9.83916 12.3764 9.79435 12.4125 9.74437 12.4402ZM9.92155 11.7401C9.92167 11.7403 9.92142 11.7399 9.92155 11.7401V11.7401Z' fill='black'/%3E%3C/svg%3E");
}

.image-carousel .flickity-prev-next-button.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.12884 6.83149C8.94381 7.03649 8.96 7.35265 9.16499 7.53768L9.5 7.16651L9.83502 6.79534C9.63003 6.61032 9.31386 6.6265 9.12884 6.83149ZM14.4033 12.5004C14.3702 12.4645 14.3343 12.4259 14.2958 12.3848C14.047 12.119 13.7042 11.7628 13.3472 11.3973C12.9904 11.0321 12.6215 10.6598 12.3209 10.3622C12.0086 10.0531 11.7961 9.85089 11.7352 9.80216C11.4582 9.58057 10.8095 9.00849 10.2431 8.50401C9.95702 8.24916 9.68755 8.00764 9.48965 7.82986L9.16499 7.53768L9.5 7.16651L9.83502 6.79534L10.1579 7.08594C10.3551 7.26311 10.6235 7.50365 10.9083 7.75728C11.4836 8.26977 12.1087 8.8203 12.3599 9.02129C12.4725 9.11136 12.7304 9.36051 13.0244 9.65149C13.3299 9.95392 13.7028 10.3303 14.0625 10.6985C14.4219 11.0664 14.7702 11.4283 15.0259 11.7014C15.153 11.8373 15.2607 11.9549 15.3362 12.0415C15.3726 12.0833 15.4085 12.1259 15.4364 12.163C15.4478 12.1781 15.4719 12.2106 15.4935 12.25C15.5013 12.2645 15.5302 12.3173 15.5461 12.3897C15.554 12.4256 15.5683 12.5066 15.5463 12.6066C15.53 12.6811 15.4938 12.7612 15.4333 12.8303C14.3512 14.1388 13.0651 15.363 12.0548 16.2567C11.547 16.7059 11.106 17.0741 10.7916 17.3303C10.6343 17.4584 10.5086 17.5587 10.4217 17.6272C10.3783 17.6615 10.3446 17.6878 10.3216 17.7057L10.2951 17.7263L10.2881 17.7317L10.2862 17.7332C10.2861 17.7332 10.2853 17.7338 9.9809 17.3372L10.2853 17.7338C10.0662 17.9019 9.75236 17.8606 9.58424 17.6416C9.41613 17.4225 9.45741 17.1087 9.67644 16.9405L9.67801 16.9393L9.68377 16.9349L9.70762 16.9164C9.7289 16.8999 9.76076 16.875 9.80229 16.8422C9.88535 16.7766 10.007 16.6797 10.1599 16.5551C10.4658 16.3058 10.8962 15.9465 11.3923 15.5077C12.3025 14.7025 13.4246 13.6378 14.4033 12.5004ZM14.8142 12.0637C14.761 12.0932 14.7171 12.1299 14.6817 12.1704C14.7194 12.1275 14.7642 12.0914 14.8142 12.0637ZM14.637 12.7638C14.6369 12.7636 14.6372 12.764 14.637 12.7638V12.7638Z' fill='black'/%3E%3C/svg%3E");
}

@media screen and (max-width: 768px) {
    .image-carousel {
        padding-bottom: 54px;
    }
    
    .image-carousel .flickity-prev-next-button {
        position: absolute;
        left: auto !important;
        top: auto !important;
        transform: translateY(0px);
        margin-top: 30px;
        bottom: 0px;
    }

    .image-carousel .flickity-prev-next-button.previous {
        left: 20px !important;
    }
    
    .image-carousel .flickity-prev-next-button.next {
        right: 20px !important;
    }
}

@media screen and (min-width: 768px) {
    .image-carousel .flickity-prev-next-button.previous {
        left: 23% !important;
    }
    
    .image-carousel .flickity-prev-next-button.next {
        right: 23% !important;
    }
}

.text-links--underlined a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
    transition: all .3s ease-in-out;
}

.text-links--underlined a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}

.form-errors li {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}

/* ==========================================================================
#Stockists
========================================================================== */

.stockists-section {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

@media (min-width: 1024px) {

  .stockists-section {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

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

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

  .stockist-locations {
    height: 0px;
    overflow: hidden;
  }
}

.stockist-locations--open {
  height: auto;
}

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

  .stockist-locations--open {
    padding-bottom: 1.25rem;
  }
}

/* ==========================================================================
#Page Content
========================================================================== */

.adjusted-title {
  margin-bottom: 60px;
}

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

  .adjusted-title {
    margin-left: 25%;
  }
}

@media (min-width: 1024px) {

  .adjusted-title {
    margin-left: 28%;
    width: 43%;
  }

  .adjusted-content {
    width: 43%;
  }
}

/* ==========================================================================
#Accordion
========================================================================== */
.accordion-item__content {
  height: 0px;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* ==========================================================================
#Product Card Wishlist
========================================================================== */

.product-card-wishlist.swym-added .add {
    display: none;
}

.product-card-wishlist.swym-added .added {
    display: block;
}

/* ==========================================================================
#Product Personalisation
========================================================================== */

.product-personalizer, .ppl_discount_wrapper {
    display: none !important;
}

.pplr_crop-modal {
    background-color: rgba(0, 0, 0, 0.25) !important;
}

.pplr-modal-box {
    border: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding: 0 20px !important;
    font-family: MD-Primer, sans-serif !important;
}

.pplr-modal-box * {
  font-family: MD-Primer, sans-serif !important;
}

.p_h_d {
    display: flex !important;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    height: auto !important;
    padding: 10px 0 10px !important;
}

.pplr_close {
    border: 0px !important;
    padding: 0px !important;
    line-height: 20px !important;
    float: none !important;
    width: 20px !important;
}

.pplr_close .fa-close {
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.4683 19.1609C5.31856 18.9289 5.38526 18.6194 5.61727 18.4697C6.23557 18.0706 7.17706 17.1359 8.25169 16.0003C8.59861 15.6338 8.95712 15.2488 9.31759 14.8618L9.31771 14.8617C10.0481 14.0774 10.7865 13.2846 11.4529 12.6182C12.172 11.8991 12.9792 11.122 13.7745 10.3564C14.1588 9.98642 14.5403 9.61916 14.9077 9.26241C16.0464 8.15682 17.0429 7.15887 17.6177 6.45688C17.7927 6.24323 18.1077 6.21185 18.3213 6.3868C18.535 6.56174 18.5664 6.87677 18.3914 7.09042C17.7741 7.84433 16.735 8.88206 15.6043 9.97987C15.2299 10.3433 14.8447 10.7142 14.4586 11.0859C13.6674 11.8476 12.8725 12.6128 12.16 13.3254C11.5058 13.9795 10.7896 14.7486 10.067 15.5245C9.70328 15.9151 9.3379 16.3074 8.978 16.6877C7.92795 17.7973 6.89982 18.8321 6.15954 19.3099C5.92752 19.4596 5.61804 19.3929 5.4683 19.1609Z' fill='black'/%3E%3Cpath d='M5.72435 6.35357C5.95637 6.20383 6.26585 6.27053 6.41559 6.50254C6.81463 7.12084 7.74939 8.06233 8.88493 9.13695C9.25151 9.48388 9.63645 9.84239 10.0235 10.2029L10.0236 10.203C10.8078 10.9334 11.6007 11.6718 12.267 12.3381C12.9861 13.0573 13.7633 13.8645 14.5289 14.6598C14.8989 15.0441 15.2661 15.4255 15.6229 15.793C16.7284 16.9316 17.7264 17.9282 18.4284 18.503C18.642 18.6779 18.6734 18.993 18.4985 19.2066C18.3235 19.4203 18.0085 19.4516 17.7948 19.2767C17.0409 18.6594 16.0032 17.6202 14.9054 16.4896C14.5419 16.1152 14.1711 15.73 13.7993 15.3438C13.0377 14.5526 12.2724 13.7578 11.5599 13.0452C10.9057 12.3911 10.1367 11.6749 9.36081 10.9523C8.97021 10.5885 8.57786 10.2232 8.19757 9.86327C7.088 8.81322 6.05315 7.78508 5.57538 7.04481C5.42564 6.81279 5.49233 6.50331 5.72435 6.35357Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.pplr_close .fa-close:before {
    display: none !important;
}

.pplr-main {
    height: auto !important;
}

.pplr-p-right {
    border: 0px !important;
    padding-top: 0px !important;
    margin-top: 20px !important;
}

.pplr_h_title {
    padding-bottom: 20px !important;
    font-size: 0px !important;
}

.pplr_h_title::before {
    display: block;
    width: 100%;
    text-align: left;
        font-size:22px;
        line-height:26px;
        letter-spacing: 0.66px;
}

.pplr_h_title::after {
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    font-family: Quadrant, sans-serif;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.36px;
}

.pplr-wrapper {
    padding-bottom: 20px !important;
}

.pplr-dropdown .pplrlabel {
    padding: 0 0 10px !important;
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0.8px !important;
}

.pplr-dropdown .pplr-drop-item {
    margin-right: 10px !important;
    margin-bottom: 0px !important;
    border-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.pplr-dropdown .pplr-drop-item.active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.pplr-text .oindexlabel {
    padding: 0 0 10px !important;
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0.8px !important;
        font-weight: 400 !important;
}

.pplr-text .pplrlabel {
    padding: 0 0 10px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0.36px !important;
}

.pplr-color-select .pplrlabel {
    padding: 0 0 10px !important;
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0.8px !important;
}

span.pplrColor {
    border-color: transparent !important;
    border-radius: 0px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}

span.pplrColor.selected, span.pplrColor:hover, span.pplrimage.selected {
    border-color: #000 !important;
}

.pplr-swatch-main .swtooltip {
    background-color: #fff !important;
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.pplr-swatch-main .swtooltip::after {
    display: none !important;
}

.pplr_ex_button {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.pplr_ex_button .pplr_ex_inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pplr_ex_button .pplr_ex_inner::after {
  margin-top: 0.625rem;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 8px !important;
  line-height: 14px !important;
  letter-spacing: 0.24px !important;
}

.pplr_ex_button .pplr_cur {
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 0.8px !important;
        margin: 0px !important;
        padding: 0px !important;
        font-weight: 400 !important;
    }

.pplr_ex_button .pplr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  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);
}

.pplr_ex_button .pplr-btn svg {
  height: 1rem;
  width: 1rem;
}

.pplr_ex_button .pplr-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pplr_ex_button .pplr-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 53 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pplr_ex_button .pplr-btn:active {
  --tw-bg-opacity: 1;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity));
}

.pplr_ex_button .pplr-btn {
  margin: 0px !important;
}

.pplr_ex_button .pplr_close {
    display: none !important;
}

@media (min-width: 1024px) {
    .p_h_d {
        padding: 20px 0 30px !important;
    }

    .pplr-p-right {
        margin-top: 0px !important;
    }

    .pplr_ex_button {
        margin-top: -74px !important;
        position: relative;
        background: #fff;
        z-index: 10;
    }

    .pplr_ex_button .pplr_ex_inner {
        padding-right: 27px !important;
    }
}

@media screen and (max-width: 820px) {
    .pplr-p-right {
        max-height: 305px !important;
    }
}

.has-p h3,
.has-p h4,
.has-p h5,
.has-p p {
  margin-bottom: 1rem;
}

.has-p h3:last-child,
.has-p h4:last-child,
.has-p h5:last-child,
.has-p p:last-child {
  margin-bottom: 0px;
}

.text-Left {
  text-align: left;
}

.text-Center {
  text-align: center;
}

.text-Right {
  text-align: right;
}

/* ==========================================================================
#Gorgias Chat
========================================================================== */


    @media screen and (max-width: 1024px) {
    .template-product #chat-button {
        position: absolute !important;
        right: 10px !important;
        bottom: 33px !important;
        z-index: 50 !important;
    }
    
    .template-product #chat-window {
        z-index: 50 !important;
    }
}

/* ==========================================================================
#Accessibe Widget
========================================================================== */
@media screen and (max-width: 992px) {
    access-widget-ui::part(acsb-trigger) {
        right: 40px !important;
        bottom: 80px !important;
    }
}

@media screen and (min-width: 993px) {
    access-widget-ui::part(acsb-trigger) {
        margin: 7px 10px !important;
        right: 90px !important;
        bottom: 20px !important;
    }
}

@media screen and (max-width: 1024px) {
    .template-product access-widget-ui.access-button-container {
        position: absolute !important;
        bottom: 0 !important;
        top: 100% !important;
        left: 0 !important;
        --css-position: unset;
    }
    .template-product access-widget-ui::part(acsb-trigger) {
        bottom: 40px !important;
        position: absolute;
        left: 0;
        transform: translateX(calc(100vw - 100% - 95px));
        z-index: 40 !important;
    }

    .template-product access-widget-ui.access-button-container-mobile::part(acsb-trigger) {
        transform: translateX(calc(100vw - 100% - 80px));
    }
}

/* ==========================================================================
Goirgias and Accessibe with popups open
========================================================================== */

body.popup-open #chat-button,
body.popup-open access-widget-ui::part(acsb-trigger),
body.noScroll #chat-button,
body.noScroll access-widget-ui::part(acsb-trigger) {
    display: none !important;
}

/* ==========================================================================
#Full Width Class
========================================================================== */

@media screen and (max-width: 1024px) {
    .full-width {
        width: 100% !important;
    }

    .full-width .product-colour-info {
        display: flex !important;
        visibility: visible !important;
    }
}

/* ==========================================================================
#Adjusted Filter
========================================================================== */

@media (min-width: 1024px) {
    .adjusted-filter {
        margin-top: 98px;
    }

    .adjusted-filter.collection-toggle-container--sticky {
        top: -50px;
    }
}

/* ==========================================================================
#Large Screen Container
========================================================================== */

@media (min-width: 1536px) {
    .large-screen-container {
    max-width: 1536px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
  }
}

/* ==========================================================================
#Materials Richtext
========================================================================== */
@media (min-width: 1024px) and (max-width: 1430px) { 
    .richtext-output {
        max-height: 150px;
        overflow-y: auto;
    }
}

.image-carousel.flickity-enabled .flickity-slider {
    display: flex;
    align-items: center;
}

/* ==========================================================================
#Wishlist Notification
========================================================================== */

.template-product #swym-notification {
    display: none !important;
}

#swym-notification a:hover {
    color: #fff !important;
}

#swym-notification a:hover::after {
    background-color: #fff !important;
}

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

#CybotCookiebotDialog {
    z-index: 90001 !important;
}

/* ==========================================================================
#Shopify Challenge
========================================================================== */

.shopify-challenge__container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.shopify-challenge__message {
  margin-bottom: 0.5rem !important;
  font-size: 14px !important;
  line-height: 18px !important;
  letter-spacing: 0.42px !important;
}

.shopify-challenge__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1.5px;
  font-weight: 400;
  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);
}

.shopify-challenge__button svg {
  height: 1rem;
  width: 1rem;
}

.shopify-challenge__button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shopify-challenge__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(189 53 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shopify-challenge__button:active {
  --tw-bg-opacity: 1;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity));
}

/* ==========================================================================
#Recaptcha Popout 
========================================================================== */
#shop-hcaptcha-badge-container {
    display: none !important;
}

/* ==========================================================================
#Cart Icon
========================================================================== */

.cart-icon.active {
    display: block;
}
  
/* ==========================================================================
#Collection Container
========================================================================== */

@media (min-width: 1400px) { 
    .collection-container {
        max-width: 72rem;
        margin-left: auto;
        margin-right: auto;
        padding: 0px !important;
    }
}

/* ==========================================================================
#Enquiry form popup
========================================================================== */

/* Enquiry form popup */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw);
    height: 100%;
    z-index: -1;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    height: 100vh;
    height: 100dvh;
}

.popup-overlay.open {
    z-index: 9999;
    opacity: 1;
}

.popup-dialog {
    background: #fff;
    width: 100%;
    height: 100%;
    max-width: 450px;
    position: relative;
    padding: 1.5rem;    
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.popup-overlay.open .popup-dialog {
    transform: translateX(0);
}

.popup-dialog .input-text {
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.popup-close {
  cursor: pointer;
  border-style: none;
  background-image: none;
}

/* Prevent page‐scroll when open */
body.popup-open {
  height: 100%;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

/* ==========================================================================
Recommended Store Popup
========================================================================== */
.recommended-wrapper.active {
    visibility: visible !important;
    z-index: 90003 !important;
}

.recommended-wrapper-overlay.active {
    visibility: visible !important;
    z-index: 90002 !important;
    opacity: 100% !important;
}

/* Workaround for Backdrop Blur Safari Bug */
.backdrop-blur-md {
  -webkit-backdrop-filter: blur(12px);
}

/* Lookbook Extra Styles */

.rte-lookbook {
    a {
        text-decoration: none;
    }

    a:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
        background: transparent;
    }

    a:hover,a:hover span {
    --tw-text-opacity: 1 !important;
    color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
  }

    a:hover,a:hover span {
    --tw-text-opacity: 1 !important;
    color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
  }

    a:hover:after {
        content: '';
        width: 100%;
        height: 1px;
        display: block;
    }

    a:hover:after {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(189 53 26 / var(--tw-bg-opacity)) !important;
  }
    a {
    display: inline-block;
  }
    a {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
    a::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}

/* ==========================================================================
Giftcard
========================================================================== */

  .gift-card__copy-success {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
  }
  
  .gift-card__copy-success--visible {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 1rem;
  }
  
  .gift-card__success-icon {
    width: 1.6rem;
    height: 1.6rem;
    flex-shrink: 0;
  }
  
  @media (min-width: 640px) {

    .sm\:h4 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.8px;
    }
}
  
  @media (min-width: 1024px) {

    .lg\:h2 {
        font-size:28px;
        line-height:32px;
        letter-spacing: 0.84px;
    }

    .lg\:container-fluid {
    margin: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
  
  .placeholder\:text-grey-dark::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(171 170 176 / var(--tw-text-opacity));
}
  
  .placeholder\:text-grey-dark:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(171 170 176 / var(--tw-text-opacity));
}
  
  .placeholder\:text-grey-dark::placeholder {
  --tw-text-opacity: 1;
  color: rgb(171 170 176 / var(--tw-text-opacity));
}
  
  .after\:bg-\[var\(--text-colour\2c \#fff\)\]::after {
  content: var(--tw-content);
  background-color: var(--text-colour,#fff);
}
  
  .after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
  
  .last\:\!border-0:last-child {
  border-width: 0px !important;
}
  
  .hover\:border-amarone:hover {
  --tw-border-opacity: 1;
  border-color: rgb(81 29 26 / var(--tw-border-opacity));
}
  
  .hover\:border-b-calder-red:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(189 53 26 / var(--tw-border-opacity));
}
  
  .hover\:bg-amarone:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(81 29 26 / var(--tw-bg-opacity));
}
  
  .hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
  
  .hover\:bg-calder-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(189 53 26 / var(--tw-bg-opacity));
}
  
  .hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  
  .hover\:\!text-calder-red:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}
  
  .hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
  
  .hover\:text-calder-red:hover {
  --tw-text-opacity: 1;
  color: rgb(189 53 26 / var(--tw-text-opacity));
}
  
  .hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
  
  .hover\:outline:hover {
  outline-style: solid;
}
  
  .hover\:outline-gray-500:hover {
  outline-color: #6b7280;
}
  
  .focus\:border-b:focus {
  border-bottom-width: 1px;
}
  
  .focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
  
  .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) !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;
}
  
  .focus-visible\:bg-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  
  .focus-visible\:outline:focus-visible {
  outline-style: solid;
}
  
  .focus-visible\:outline-offset-0:focus-visible {
  outline-offset: 0px;
}
  
  .focus-visible\:outline-calder-red:focus-visible {
  outline-color: #BD351A;
}
  
  .focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + 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);
}
  
  .focus-visible\:ring-calder-red:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(189 53 26 / var(--tw-ring-opacity));
}
  
  .focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
  
  .focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}
  
  .group:hover .group-hover\:visible {
  visibility: visible;
}
  
  .group:hover .group-hover\:block {
  display: block;
}
  
  .group:hover .group-hover\:hidden {
  display: none;
}
  
  .group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  
  .group:hover .group-hover\:\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
  
  .group:hover .group-hover\:\!text-calder-red {
  --tw-text-opacity: 1 !important;
  color: rgb(189 53 26 / var(--tw-text-opacity)) !important;
}
  
  .group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
  
  .group:focus-visible .group-focus-visible\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
  
  .peer:checked ~ .peer-checked\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
  
  .peer:checked ~ .peer-checked\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  
  .peer:checked ~ .peer-checked\:outline {
  outline-style: solid;
}
  
  .peer:checked ~ .peer-checked\:outline-primary {
  outline-color: #000;
}
  
  .group[aria-expanded=true] .group-aria-\[expanded\=true\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  
  .group[aria-expanded=true] .group-aria-\[expanded\=true\]\: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));
}
  
  @media not all and (min-width: 1024px) {

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

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

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

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

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

  .max-lg\:left-\[50\%\] {
    left: 50%;
  }

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

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

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

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

  .max-lg\:order-first {
    order: -9999;
  }

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

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

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

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

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

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

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

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

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

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

  .max-lg\:w-\[calc\(50\%-2\.5px\)\] {
    width: calc(50% - 2.5px);
  }

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

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

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

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

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

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

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

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

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

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

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

  .max-lg\:gap-15 {
    gap: 60px;
  }

  .max-lg\:gap-7 {
    gap: 1.75rem;
  }

  .max-lg\:gap-7\.5 {
    gap: 30px;
  }

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

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

  .max-lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .max-lg\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

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

  .max-lg\:text-\[13px\] {
    font-size: 13px;
  }
}
  
  @media not all and (min-width: 768px) {

  .max-md\:order-last {
    order: 9999;
  }

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

  .max-md\:max-w-\[75\%\] {
    max-width: 75%;
  }
}
  
  @media not all and (min-width: 640px) {

  .max-sm\:\!hidden {
    display: none !important;
  }

  .max-sm\:w-\[calc\(100\%_-_20px\)\] {
    width: calc(100% - 20px);
  }

  .max-sm\:max-w-\[120px\] {
    max-width: 120px;
  }
}
  
  @media (min-width: 400px) {

  .min-\[400px\]\:text-center {
    text-align: center;
  }
}
  
  @media (min-width: 640px) {

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

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-12\.5 {
    height: 50px;
  }

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

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

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

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

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

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

  .sm\:max-w-\[50\%\] {
    max-width: 50%;
  }

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

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

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

  .sm\:\!text-sm {
    font-size: 12px !important;
    line-height: 16px !important;
    letter-spacing: 0.36px !important;
  }

  .sm\:\!text-xs {
    font-size: 10px !important;
    line-height: 14px !important;
    letter-spacing: 1.5px !important;
  }

  .sm\:text-xs {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1.5px;
  }
}
  
  @media (min-width: 768px) {

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:aspect-\[auto\] {
    aspect-ratio: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-\[calc\(33\%_-_10px\)\] {
    width: calc(33% - 10px);
  }

  .md\:w-\[calc\(33\%_-_3px\)\] {
    width: calc(33% - 3px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

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

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

  .md\:gap-7\.5 {
    gap: 30px;
  }

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

  .md\:p-15 {
    padding: 60px;
  }

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

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
  
  @media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-auto {
    grid-row-start: auto;
  }

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

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

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

  .lg\:my-6\.5 {
    margin-top: 26px;
    margin-bottom: 26px;
  }

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

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

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

  .lg\:mb-\[var\(--bottom-spacing-desktop\)\] {
    margin-bottom: var(--bottom-spacing-desktop);
  }

  .lg\:ml-\[29\%\] {
    margin-left: 29%;
  }

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

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

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

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

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

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

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

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

  .lg\:mt-6\.5 {
    margin-top: 26px;
  }

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

  .lg\:mt-7\.5 {
    margin-top: 30px;
  }

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

  .lg\:mt-\[28\%\] {
    margin-top: 28%;
  }

  .lg\:mt-\[var\(--top-spacing-desktop\)\] {
    margin-top: var(--top-spacing-desktop);
  }

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[240\/277\] {
    aspect-ratio: 240/277;
  }

  .lg\:aspect-\[6\/7\] {
    aspect-ratio: 6/7;
  }

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

  .lg\:h-8\.5 {
    height: 34px;
  }

  .lg\:h-\[100dvh\] {
    height: 100dvh;
  }

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

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

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

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

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

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

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

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

  .lg\:min-h-\[calc\(100vh-124px\)\] {
    min-height: calc(100vh - 124px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[calc\(33\.3\%-3px\)\] {
    width: calc(33.3% - 3px);
  }

  .lg\:w-\[calc\(33\.3\%_-_7px\)\] {
    width: calc(33.3% - 7px);
  }

  .lg\:w-\[calc\(66\.6\%-3px\)\] {
    width: calc(66.6% - 3px);
  }

  .lg\:w-\[var\(--desktop-content-width\)\] {
    width: var(--desktop-content-width);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:cursor-zoom-in {
    cursor: zoom-in;
  }

  .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-rows-none {
    grid-template-rows: none;
  }

  .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\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-15 {
    gap: 60px;
  }

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

  .lg\:gap-2\.5 {
    gap: 0.625rem;
  }

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

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

  .lg\:gap-4\.5 {
    gap: 18px;
  }

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

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

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

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

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

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

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

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

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

  .lg\:gap-y-15 {
    row-gap: 60px;
  }

  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:gap-y-7\.5 {
    row-gap: 30px;
  }

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

  .lg\:gap-y-8\.5 {
    row-gap: 34px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:p-15 {
    padding: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-1\.5 {
    padding-bottom: 6px;
  }

  .lg\:pb-15 {
    padding-bottom: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-base {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.42px;
  }

  .lg\:text-\[var\(--text-colour\2c \#fff\)\] {
    color: var(--text-colour,#fff);
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

    .lg\:scrollbar-thin {
        scrollbar-width: thin;
         {
            width: 4px;
            height: 4px;
        }
         {
            background-color: transparent;
            border-radius: 2px;
        }
    }

    .lg\:after\:bg-\[var\(--text-colour\2c \#fff\)\]::after {
    content: var(--tw-content);
    background-color: var(--text-colour,#fff);
  }
}
  
  @media (min-width: 1280px) {

  .xl\:\!w-\[52\%\] {
    width: 52% !important;
  }

  .xl\:w-\[29\%\] {
    width: 29%;
  }

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

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

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

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

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

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

  .xl\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .xl\:px-\[125px\] {
    padding-left: 125px;
    padding-right: 125px;
  }

  .xl\:px-\[130px\] {
    padding-left: 130px;
    padding-right: 130px;
  }

  .xl\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:px-\[340px\] {
    padding-left: 340px;
    padding-right: 340px;
  }

  .xl\:px-\[360px\] {
    padding-left: 360px;
    padding-right: 360px;
  }

  .xl\:px-\[400px\] {
    padding-left: 400px;
    padding-right: 400px;
  }

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

  .xl\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
  
  @media (min-width: 1536px) {

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

  .\32xl\:justify-end {
    justify-content: flex-end;
  }

  .\32xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .\32xl\:pr-\[113px\] {
    padding-right: 113px;
  }
}
