/** Shopify CDN: Minification failed

Line 7477:9 Unexpected "{"
Line 7487:9 Unexpected "{"
Line 7500:9 Unexpected "{"
Line 7510:9 Unexpected "{"
Line 7530:9 Unexpected "{"
Line 7540:9 Unexpected "{"

**/
/*
! tailwindcss v3.2.7 | 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: #CBCBCB; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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: #DAD9D6; /* 2 */
}

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

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #DAD9D6; /* 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: #8E8E8E;
  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: #8E8E8E;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #8E8E8E;
  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='%238E8E8E' 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: #8E8E8E;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

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

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

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

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

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

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

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
    /* HEADING STYLES */
    h1, .h1 {
        font-size:28px;
        line-height:34px;
    }

    h2, .h2 {
        font-size:28px;
        line-height:34px;
    }

    h3, .h3 {
        font-size:18px;
        line-height:27px;
    }

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

    h5, .h5 {
        font-size:14px;
        line-height:18px;
    }

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


    @media (min-width: 1024px) {
        h1, .h1 {
            font-size:40px;
            line-height:48px;
        }
    
        h2, .h2 {
            font-size:32px;
            line-height:40px;
        }
    
        h3, .h3 {
            font-size:24px;
            line-height:28px;
        }
    
        h4, .h4 {
            font-size:22px;
            line-height:32px;
        }
    
        h5, .h5 {
            font-size:16px;
            line-height:22px;
        }
    
        h6, .h6 {
            font-size:16px;
            line-height:26px;
        }   
    }

    h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 300;
}

    html.urban-mill h1,
    html.urban-mill h2,
    html.urban-mill h3,
    html.urban-mill h4,
    html.urban-mill h5 {
  font-family: Playfair Display, serif;
}

    /* SITEWIDE FONT STYLING */

    html {
  font-weight: 300;
  letter-spacing: .04em;
}

    p, span, strong, i, em, mark, del, ins, sub, sup, a, li, .btn {
  font-size: 14px;
  line-height: 21px;
}

     /* OVERIDE FOR FOOTER TEXT */

    .footer-text p {
  font-size: 10px;
  line-height: 16px;
}

    @media (max-width: 1024px) {
  .boost-pfs-filter-product-item-price .footer-text p {
    font-size: 8px;
  }
}

    strong {
  font-weight: 700;
}

    .link {
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

    .link:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

    /* RTE STYLING */
    .rte a {
  color: var(--colours-primary-hover) !important;
}
    .rte a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
    .rte-error a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
    .rte {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  font-size: 14px;
  line-height: 21px;
  color: var(--colours-primary-default);
}
    #collectionAccordion .rte p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
    #collectionAccordion .rte p a:hover {
  color: var(--colours-primary-hover) !important;
}
    .rte ul {
  margin-left: 2.5rem;
  list-style-type: disc;
}

      .rte strong {
  font-weight: 600;
}

    /* INPUT STYLING */

    input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], select, textarea {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
  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);
}

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

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

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

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

    input[type="text"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="tel"]:disabled, select:disabled, textarea:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}

    select {
  padding-right: 1.75rem;
}

    button:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}

    button:disabled:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
}

    button:disabled:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / 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-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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #8E8E8E;
  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;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect: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;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #8E8E8E;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.form-checkbox,.form-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: #8E8E8E;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-checkbox:focus,.form-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);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-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");
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-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;
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.container-fluid {
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1024px) {

  .container-fluid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* HYPERLINK STYLING */
.rte a {
  --tw-text-opacity: 1;
  color: rgb(53 148 199 / var(--tw-text-opacity));
}
.rte a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.rte-error a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
/* BUTTON STYLING */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}
@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .btn {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}
.btn-sm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}
@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .btn-sm {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}
.btn-sm svg {
  height: 1rem;
  width: 1rem;
}
.btn-sm {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
  line-height: 18px;
}
.btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}
@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .btn-lg {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}
.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-hover {
  border-color: var(--colours-primary-hover);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-hover);
}
.btn-primary-active {
  border-color: var(--colours-primary-default);
  background-color: var(--colours-primary-default);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary,
    .btn-hero {
  background-color: var(--colours-primary-default);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:active,
    .btn-hero:active {
  border-color: var(--colours-primary-hover);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-hover);
}
.btn-primary:hover,
    .btn-hero:hover {
  background-color: var(--colours-primary-hover);
}
html.urban-mill .btn-grey {
  background-color: #40434580;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html.urban-mill .btn-grey:active {
  border-color: var(--colours-primary-hover);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-hover);
}
html.urban-mill .btn-grey:hover {
  background-color: var(--colours-primary-hover);
}
html.urban-mill .btn-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html.urban-mill .btn-dark-grey:active {
  border-color: var(--colours-primary-hover);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-hover);
}
html.urban-mill .btn-dark-grey:hover {
  background-color: var(--colours-primary-hover);
}
html.urban-mill .btn-hero,
    html.urban-mill .btn-ghost {
  border-width: 1px;
  border-color: var(--colours-alt-default);
  background-color: rgb(66 66 66 / 0.5);
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
html.urban-mill .btn-hero:active,
    html.urban-mill .btn-ghost:active {
  border-color: var(--colours-primary-hover);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-hover);
}
html.urban-mill .btn-hero:hover,
    html.urban-mill .btn-ghost:hover {
  background-color: var(--colours-primary-hover);
}
.btn-secondary-hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.btn-secondary-active {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.btn-secondary:active {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.btn-black {
  background-color: var(--colours-primary-default);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}
.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--colours-primary-default);
}
.btn-white:hover {
  background-color: var(--colours-primary-default);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-link {
  color: var(--colours-primary-hover);
}
.btn-link:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.btn-disabled {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
}
.input-sm {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
.input-lg {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
select.input-sm {
  padding-right: 1.25rem !important;
}
select.input-lg {
  padding-right: 2rem !important;
}
.input-error {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 84 78 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(159 5 42 / var(--tw-text-opacity)) !important;
}
.input-error:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
/* 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));
  background-color: transparent;
        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(142 142 142 / 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 */
.input-radio {
  display: grid;
  align-items: center;
  gap: 0.5rem;
        grid-template-columns: 16px auto;
}
.input-radio input[type="radio"] {
  margin: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        width:16px;
        height:16px;
}
.input-radio input[type="radio"]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        /* To use SVG inline, it needs to be URL escaped - https://yoksel.github.io/url-encoder/ */
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
.input-radio input[type="radio"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
}
.input-radio input[type="radio"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(142 142 142 / var(--tw-border-opacity));
}
.input-radio input[type="radio"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 215 234 / var(--tw-ring-opacity));
}
@media (min-width: 1024px) {
        .input-radio {
            grid-template-columns: 25px auto;
        }
    
        .input-radio input[type="radio"] {
            width:25px;
            height:25px;
        }
    
        .input-radio input[type="radio"]:checked {
            background-size:25px 25px;
        }
    }
/* BG: If flicking is being used to display one full cell at time, thess two styles will hide all additional flickity cells until flickity has been enabled. It prevents the initial flash of cells before the JS kicks in.  */
.flickity-incoming.flickity-enabled .flickity-cell {
        display:block;
    }
/* 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(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(111 111 111 / var(--tw-text-opacity));
}
.js-unavailable-variant img {
  opacity: 0.3;
}
input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="number"]:focus,
    input[type="password"]:focus,
    input[type="tel"]:focus,
    select:focus,
    textarea:focus {
  border-width: 1px !important;
  border-color: var(--colours-primary-hover) !important;
  --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;
}
/* ==========================================================================
    #Cart Item
    ========================================================================== */
.cart-item {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 217 214 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}
.cart-item-image {
  display: block;
  width: 100px;
  flex-grow: 0;
}
.cart-item-content {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: space-between;
  gap: 0.75rem;
}
.cart-item-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#collectionAccordion .cart-item-details p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .cart-item-details p a:hover {
  color: var(--colours-primary-hover) !important;
}
.cart-item-product-title {
  font-size: 14px;
  line-height: 21px;
  color: var(--colours-primary-default);
}
.cart-item-product-option .label {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.cart-item-product-option .value {
  font-size: 12px;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.cart-item-prices {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0.75rem;
}
.cart-item-prices .current-price {
  color: var(--colours-primary-default);
}
.cart-item-prices .original-price {
  font-size: 14px;
  line-height: 21px;
  color: var(--colours-secondary-default);
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.cart-item-remove {
  align-self: flex-start;
}
.mini-cart-contents .cart-item-image {
  width: 100px;
}
@media (min-width: 1024px) {

        .cart-contents .cart-item-image {
    width: 200px;
  }

        .cart-contents .cart-item-details {
    gap: 1.25rem;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

        .cart-contents .cart-item-product-option {
    grid-column-start: 1;
  }

        .cart-contents .cart-item-prices {
    grid-column-start: 1;
  }

        .cart-contents .cart-item-quantity {
    grid-column-start: 2;
            grid-row:1 / 3;
  }
    }
.cart-contents {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {

  .cart-contents {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.cart-contents .cart-item {
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(218 217 214 / var(--tw-border-opacity));
  padding-bottom: 1.25rem;
}
.cart-contents .cart-item:last-of-type {
  margin-bottom: 0px;
  border-width: 0px;
}
.cart-contents .cart-item .cart-item-prices {
  margin-bottom: 2.5rem;
}
.cart-contents .cart-item .cart-item-quantity-and-remove .cart-item-remove {
  order: 1 !important;
  justify-content: flex-start !important;
}
.cart-contents .cart-item .cart-item-quantity-and-remove .quantity-selector {
  order: 2 !important;
}
/* ==========================================================================
    #Cart Summary
    ========================================================================== */
.cart-summary-container {
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.cart-summary-row {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.cart-summary-total {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.cart-summary-discount .title, .cart-summary-discount-row .label, .cart-summary-discount-row .value {
  font-size: 12px;
  line-height: 18px;
}
.cart-summary {
  width: 100%;
}
@media (min-width: 1024px) {
        .cart-summary {
    width: 350px;
  }

        .cart-summary .cart-summary-row {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
    line-height: 21px;
  }

        .cart-summary .cart-summary-discount {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

        .cart-summary .cart-summary-total {
    margin-bottom: 1rem;
  }

        .cart-summary .cart-summary-discount .title, .cart-summary .cart-summary-discount-row .label, .cart-summary .cart-summary-discount-row .value {
    font-size: 14px;
    line-height: 21px;
  }
    }
.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 !important;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.left-0 {
  left: 0px;
}
.left-5 {
  left: 1.25rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-\[-3px\] {
  right: -3px;
}
.top-0 {
  top: 0px;
}
.top-12 {
  top: 3rem;
}
.top-\[-3px\] {
  top: -3px;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[55px\] {
  top: 55px;
}
.top-\[5px\] {
  top: 5px;
}
.\!z-\[1\] {
  z-index: 1 !important;
}
.-z-\[1\] {
  z-index: -1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-\[2\] {
  z-index: 2;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-\[-1\] {
  order: -1;
}
.order-\[-2\] {
  order: -2;
}
.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-full {
  grid-column: 1 / -1;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-9 {
  grid-column-start: 9;
}
.col-end-11 {
  grid-column-end: 11;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.\!mt-2\.5 {
  margin-top: 0.625rem !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[-50px\] {
  margin-bottom: -50px;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[10\/9\] {
  aspect-ratio: 10/9;
}
.aspect-\[14\/5\] {
  aspect-ratio: 14/5;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-\[8\/5\] {
  aspect-ratio: 8/5;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-3 {
  height: 0.75rem !important;
}
.\!h-4 {
  height: 1rem !important;
}
.\!h-auto {
  height: auto !important;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[calc\(100\%_-_200px\)\] {
  height: calc(100% - 200px);
}
.h-\[calc\(100vh-55px\)\] {
  height: calc(100vh - 55px);
}
.h-auto {
  height: auto;
}
.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-\[42px\] {
  max-height: 42px;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[25px\] {
  min-height: 25px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[30px\] {
  min-height: 30px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[45px\] {
  min-height: 45px;
}
.min-h-\[48px\] {
  min-height: 48px;
}
.min-h-\[575px\] {
  min-height: 575px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.\!w-3 {
  width: 0.75rem !important;
}
.\!w-4 {
  width: 1rem !important;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/5 {
  width: 40%;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.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-\[100\%\] {
  width: 100%;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[93\%\] {
  width: 93%;
}
.w-\[calc\(20\%-7px\)\] {
  width: calc(20% - 7px);
}
.w-\[calc\(50\%-8px\)\] {
  width: calc(50% - 8px);
}
.w-\[calc\(69\%-20px\)\] {
  width: calc(69% - 20px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1020px\] {
  max-width: 1020px;
}
.max-w-\[170px\] {
  max-width: 170px;
}
.max-w-\[20px\] {
  max-width: 20px;
}
.max-w-\[316px\] {
  max-width: 316px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[48\%\] {
  max-width: 48%;
}
.max-w-\[50px\] {
  max-width: 50px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\] {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.columns-1 {
  -moz-columns: 1;
       columns: 1;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.columns-3 {
  -moz-columns: 3;
       columns: 3;
}
.columns-4 {
  -moz-columns: 4;
       columns: 4;
}
.columns-5 {
  -moz-columns: 5;
       columns: 5;
}
.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.\!justify-end {
  justify-content: flex-end !important;
}
.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-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#cbcbcb\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.\!rounded-\[100px\] {
  border-radius: 100px !important;
}
.\!rounded-full {
  border-radius: 9999px !important;
}
.\!rounded-none {
  border-radius: 0px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[56px\] {
  border-radius: 56px;
}
.rounded-full {
  border-radius: 9999px;
}
.\!border-0 {
  border-width: 0px !important;
}
.\!border-\[1px\] {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.border-error-200 {
  --tw-border-opacity: 1;
  border-color: rgb(216 84 78 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}
.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.border-primary {
  border-color: var(--colours-primary-default);
}
.border-primary-hover {
  border-color: var(--colours-primary-hover);
}
.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));
}
.\!bg-grey-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-active-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(178 215 234 / var(--tw-bg-opacity));
}
.bg-active-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(116 182 217 / var(--tw-bg-opacity));
}
.bg-active-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 148 199 / var(--tw-bg-opacity));
}
.bg-active-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 250 / var(--tw-bg-opacity));
}
.bg-active-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 94 132 / var(--tw-bg-opacity));
}
.bg-alt {
  background-color: var(--colours-alt-default);
}
.bg-black\/50 {
  background-color: rgb(66 66 66 / 0.5);
}
.bg-error-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 186 186 / var(--tw-bg-opacity));
}
.bg-error-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 84 78 / var(--tw-bg-opacity));
}
.bg-error-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 5 42 / var(--tw-bg-opacity));
}
.bg-error-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 238 238 / var(--tw-bg-opacity));
}
.bg-error-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 1 23 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 68 / var(--tw-bg-opacity));
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.bg-grey-150 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 217 214 / var(--tw-bg-opacity));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(111 111 111 / var(--tw-bg-opacity));
}
.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(105 105 105 / var(--tw-bg-opacity));
}
.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(53 53 53 / var(--tw-bg-opacity));
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}
.bg-primary {
  background-color: var(--colours-primary-default);
}
.bg-primary-hover {
  background-color: var(--colours-primary-hover);
}
.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(159 4 42 / var(--tw-bg-opacity));
}
.bg-secondary {
  background-color: var(--colours-secondary-default);
}
.bg-success-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 138 / var(--tw-bg-opacity));
}
.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 221 96 / var(--tw-bg-opacity));
}
.bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 68 / var(--tw-bg-opacity));
}
.bg-success-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(179 255 216 / var(--tw-bg-opacity));
}
.bg-success-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 51 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 176 96 / var(--tw-bg-opacity));
}
.bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 166 38 / var(--tw-bg-opacity));
}
.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(164 67 36 / var(--tw-bg-opacity));
}
.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 216 176 / var(--tw-bg-opacity));
}
.bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(85 44 21 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary {
  --tw-gradient-from: var(--colours-primary-default);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary-hover {
  --tw-gradient-to: var(--colours-primary-hover);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.object-none {
  -o-object-fit: none;
     object-fit: none;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!p-2\.5 {
  padding: 0.625rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.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;
}
.p-8 {
  padding: 2rem;
}
.\!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-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pl-\[50px\] {
  padding-left: 50px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[96px\] {
  padding-top: 96px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.\!font-raleway {
  font-family: Raleway, sans-serif !important;
}
.\!font-roustel {
  font-family: Roustel !important;
}
.font-playfair {
  font-family: Playfair Display, serif;
}
.font-raleway {
  font-family: Raleway, sans-serif;
}
.font-roustel {
  font-family: Roustel;
}
.\!text-base {
  font-size: 14px !important;
  line-height: 21px !important;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[80px\] {
  font-size: 80px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 14px;
  line-height: 21px;
}
.text-lg {
  font-size: 26px;
  line-height: 39px;
}
.text-medium {
  font-size: 16px;
  line-height: 22px;
}
.text-sm {
  font-size: 12px;
  line-height: 18px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 10px;
  line-height: 16px;
}
.\!font-thin {
  font-weight: 100 !important;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.\!leading-\[14px\] {
  line-height: 14px !important;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[100px\] {
  line-height: 100px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[39px\] {
  line-height: 39px;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-loose {
  line-height: 2;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[3\%\] {
  letter-spacing: 3%;
}
.\!text-primary {
  color: var(--colours-primary-default) !important;
}
.text-\[\#BF1D1D\] {
  --tw-text-opacity: 1;
  color: rgb(191 29 29 / var(--tw-text-opacity));
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.text-error-400 {
  --tw-text-opacity: 1;
  color: rgb(159 5 42 / var(--tw-text-opacity));
}
.text-error-600 {
  --tw-text-opacity: 1;
  color: rgb(75 1 23 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(233 233 233 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-text-opacity));
}
.text-primary {
  color: var(--colours-primary-default);
}
.text-primary-hover {
  color: var(--colours-primary-hover);
}
.text-secondary {
  color: var(--colours-secondary-default);
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgb(0 112 51 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-70 {
  opacity: 0.7;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.ring-0 {
  --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);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.\!transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition {
  transition-property: color, background-color, border-color, 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;
}
.delay-100 {
  transition-delay: 100ms;
}
.\!duration-300 {
  transition-duration: 300ms !important;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.\!ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

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

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.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:transparent;border: 1px solid #fff;border-radius:50%;cursor:pointer}.flickity-page-dots .dot.is-selected{background-color: #fff}

/* ==========================================================================
#Global Custom Styling for Flickity Dots and Arrows
========================================================================== */
.flickity-prev-next-button {
    display: none !important;
}

.js-btn-quantity:disabled {
  background-color: transparent !important;
}

@media screen and (min-width: 1024px) {
    .flickity-prev-next-button {
        display:flex !important;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        position: absolute;
        top: -56px;
        left: auto !important;
        width: 40px !important;
        height: 40px !important;
        border-radius:100% !important;
        transition:all .3s ease-in-out;
        z-index: 3 !important;
    }

    .multi__carousel .flickity-prev-next-button {
        top: -95px;
    }

    .flickity-prev-next-button {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  }

    .flickity-prev-next-button:hover {
    background-color: var(--colours-secondary-default) !important;
  }

    .flickity-prev-next-button:hover svg path {
        fill: #e0e0e0;
        stroke: #e0e0e0;
    }
    
    .flickity-prev-next-button .flickity-button-icon {
        left: 34% !important;
        top: 31% !important;
    }
    
    .flickity-prev-next-button svg {
        width: 12px !important;
        height: 15px !important;
        fill: #424242 !important;
    }
    
    .flickity-prev-next-button.previous {
        right: 140px;
    }
    
    .flickity-prev-next-button.next {
        right: 80px;
    }
}

/* ==========================================================================
#Icon carousel page dot stying
========================================================================== */

.icon-carousel .flickity-page-dots .dot {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-color: var(--colours-primary-default);
}

@media (min-width: 1024px) {

  .icon-carousel .flickity-page-dots .dot {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.urban-mill .icon-carousel .flickity-page-dots .dot {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-color: var(--colours-alt-default);
}

@media (min-width: 1024px) {

  .urban-mill .icon-carousel .flickity-page-dots .dot {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.icon-carousel .flickity-page-dots {
  bottom: 0px;
}

@media (min-width: 1024px) {

  .icon-carousel .flickity-page-dots {
    bottom: -2rem;
  }
}

.icon-carousel .flickity-page-dots .is-selected {
  background-color: var(--colours-primary-default) !important;
}

.urban-mill .icon-carousel .flickity-page-dots .is-selected {
  background-color: var(--colours-alt-default) !important;
}

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

/*JB: overide changes to prev/next button placement. And position page dots*/

.hero .flickity-prev-next-button {
    top: 50%!important;
}

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

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

.hero .flickity-page-dots {
    bottom: 32px;
}

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

/* ==========================================================================
#Product Detail
========================================================================== */
.carousel-nav .is-selected {
  border-color: var(--colours-primary-default);
}

/* ==========================================================================
#VAT Switcher
========================================================================== */

.switch-container .toggle-switch-container {
	align-content: center;
}
	  
.switch-container .toggle-switch {
  position: relative;
  margin: 0px;
}
	  
  
.switch-container .toggle-switch input {
	position: absolute;
	top: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}
	  
.switch-container .toggle-switch input:checked {
	z-index: 1;
}
	  
.switch-container .toggle-switch input:checked + label {
    font-weight: 400;
    cursor: default;
}

.switch-container .toggle-switch input:not(:checked) + label:hover {
    opacity: 0.5;
}

.switch-container .toggle-switch label {
  cursor: pointer;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  color: var(--colours-primary-default);
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item-price .switch-container .toggle-switch label {
    font-size: 8px;
  }
}

.switch-container .toggle-switch label {
    transition: opacity 0.3s ease-in-out;
} 

.switch-container .toggle-switch .toggle-outside {
    height: 100%;
    border-radius: 100px;
    padding: 7.5px;
    overflow: hidden;
    transition: opacity 0.3s ease-in-out;
}

.switch-container .toggle-switch .toggle-inside {
  position: absolute;
  border-radius: 9999px;
  background-color: var(--colours-secondary-default);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .switch-container .toggle-switch .toggle-inside {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}

.switch-container .switch-vertical {
    height: 40px;
    padding-left: 75px;
}

.switch-container .switch-vertical input {
  right: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
}

.switch-container .switch-vertical label {
  position: absolute;
  left: 0px;
  top: 1px;
  margin: 0px;
  display: block;
  width: 4rem;
  padding-right: 0.75rem;
  text-align: right;
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item-price .switch-container .switch-vertical label {
    font-size: 8px;
  }
}

.switch-container label[for="toggle-vat-on"] {
    top: auto;
    bottom: 1px;
}

.switch-container .switch-vertical .toggle-outside {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.switch-container .switch-vertical .toggle-inside {
    height: 13px;
    left: 1px;
    top: 1px;
    width: 13px;
}

@media (min-width: 1024px) {
  .inc-vat-switch {
      top: 26px !important;
  }
  .ex-vat-switch {
    top: 1px !important;
  }
}


/*==========================================================================
# Responsive Navigation
==========================================================================*/

@media (max-width: 1380px) and (min-width: 1024px) {
    #site-desktop-navigation .container-fluid ul[role="menubar"] {
    gap: 1.5rem !important;
  }
    #site-desktop-navigation .container-fluid ul[role="menubar"] li.nav-first-level a span {
    margin-left: 0.5rem !important;
  }
}

/*==========================================================================
# Mobile Navigation
==========================================================================*/

@media (max-width: 1024px) {
    #shopify-section-header #nav-switcher,
    .mobile-nav-blocks:has(.mobile-nav-blocks-container:empty),
    .mobile-nav-products:has(.mobile-nav-products-container:empty),
    #shopify-section-header .switch-container {
    display: none;
  }
    #site-mobile-navigation #nav-switcher,
    #site-mobile-navigation .switch-container {
    display: flex;
  }
    .megamenu li:last-of-type ul {
    border-bottom-width: 0px !important;
  }
    .switch-container .switch-vertical .toggle-outside {
    position: absolute;
    height: 1rem;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
    .switch-container .switch-vertical input:checked ~ .toggle-outside .toggle-inside {
    left: 1px;
    right: auto;
    top: 1px;
  }
    .switch-container .switch-vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
    right: 1px;
    top: 1px;
    left: auto;
  }
    .switch-container .toggle-switch-container {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
  }
    .switch-container .switch-vertical {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding-left: 0px;
  }
    .switch-container .toggle-switch input {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
  }
    .switch-container .switch-vertical label {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: -moz-max-content;
    width: max-content;
  }
    .switch-container .switch-vertical .toggle-outside {
    position: relative;
    order: 2;
    display: flex;
        max-width: 30px;
  }
    .switch-container .switch-vertical label[for="toggle-vat-on"] {
    order: 3;
    display: flex;
    padding-right: 0px;
    padding-left: 0.75rem;
  }
}

/* ==========================================================================
#Mobile Navigation
========================================================================== */

@media (max-width: 1020px) {
    #shopify-section-header #nav-switcher {
      display: none;
    }
    #site-mobile-navigation #nav-switcher {
      display: block;
    }
    .megamenu li:last-of-type ul {
      border-bottom: 0 !important;
    }
    .mobile-nav-blocks:has(.mobile-nav-blocks-container:empty) {
      display: none;
    }
    .mobile-nav-products:has(.mobile-nav-products-container:empty) {
      display: none;
    }
  }

/* ==========================================================================
#Carousels
========================================================================== */

.grab-scroll {
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.grab-scroll::-webkit-scrollbar {
	display: none;
}

/* ==========================================================================
#Account Forms
========================================================================== */

/* Page's Main section */
.form-brand-page {
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .form-brand-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {

  .form-brand-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.urban-mill .form-brand-page {
  background-image: url(/cdn/shop/files/accounts-bg.jpg?v=1683205275);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
  
/* Boundaries of actual form */
.form-container {
  display: flex;
  width: 100% !important;
  min-width: 320px !important;
  max-width: 555px !important;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
#collectionAccordion .form-container p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .form-container p a:hover {
  color: var(--colours-primary-hover) !important;
}
@media (min-width: 1024px) {

  .form-container {
    padding: 2.5rem;
  }
}

  .urban-mill .form-container h1 {
  font-size: 22px;
  line-height: 28px;
}

  @media (min-width: 1024px) {

  .urban-mill .form-container h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
  
  /* Form Nav */
  .form-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 1.5rem;
}
  
  .form-nav ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
  
  /* Form Content */
  .form-body {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  font-size: 14px;
  line-height: 21px;
  color: var(--colours-primary-default);
}
  #collectionAccordion .form-body p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
  #collectionAccordion .form-body p a:hover {
  color: var(--colours-primary-hover) !important;
}

  .accounts-form label {
  font-size: 12px !important;
  line-height: 18px !important;
  color: var(--colours-primary-default) !important;
}
  
  .form-body label {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}
  
  .form-body label.input-required::after {
    content: "*";
    margin-left: 0.5rem;
    display: flex;
    height: 0.25rem;
    width: 0.25rem;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(159 4 42 / var(--tw-text-opacity));
  }
  
  .form-body label:has(input[type="checkbox"]) {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0px;
}
  
  .form-body input,
  .form-body select {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-size: 14px;
  line-height: 21px;
}
  
  .form-body input.form-checkbox {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  border-color: var(--colours-primary-default) !important;
}
  
  .form-body .input-checkbox {
  margin-right: 0.25rem;
}
  
  .form-body input.form-checkbox:checked {
  border-color: var(--colours-primary-hover) !important;
  background-color: var(--colours-primary-hover) !important;
  --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;
}
  
  .form-body input.form-checkbox span {
  padding-left: 0.25rem;
}

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

  .contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
    color: transparent;
  }

  .contact input:-ms-input-placeholder, .contact textarea:-ms-input-placeholder {
    color: transparent;
  }

  .contact input::placeholder, .contact textarea::placeholder {
    color: transparent;
  }
}
  
  /* Form <p> tags */
  .form-body p {
  font-size: 12px;
  line-height: 18px;
}
  
  /* Form Content */
  .form-body-content {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
  #collectionAccordion .form-body-content p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
  #collectionAccordion .form-body-content p a:hover {
  color: var(--colours-primary-hover) !important;
}
  @media (min-width: 1024px) {

  .form-body-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
  
  .form-body-content label {
  margin-bottom: 0.5rem;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: var(--colours-secondary-default);
}
  .form-body-content label.input-required::after {
    content: "*";
    margin-left: 0.25rem;
    display: flex;
    height: 0.25rem;
    width: 0.25rem;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(159 4 42 / var(--tw-text-opacity));
  }
  .form-body-content label:has(input[type='checkbox']) {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0px;
}
  
  .form-body-content input, .form-body-content select, .form-body-content textarea {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
  .form-body-content input.form__checkbox {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  border-color: var(--colours-primary-default) !important;
}
  
  .form-body-content .input-checkbox {
  margin-right: 0.25rem;
}
  
  .form-body-content input.form__checkbox:checked {
  border-color: var(--colours-primary-default) !important;
}
  
  .form-body-content input.form__checkbox span {
  padding-left: 0.25rem;
}
  
.form-container form {
  display: flex;
  width: 100% !important;
  flex-direction: column;
  align-items: center;
}
  
#collectionAccordion .form-container form p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
  
#collectionAccordion .form-container form p a:hover {
  color: var(--colours-primary-hover) !important;
}

.form-container h1,
.form-container h2 {
  padding-bottom: 1.5rem;
  text-align: center;
}

.form-container h1 {
  font-size: 28px;
  line-height: 33px;
}

@media (min-width: 1024px) {

  .form-container h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

/* Form Nav */
.form-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 1.5rem;
}

.form-nav ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* Form Content */
.form-body {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  font-size: 14px;
  line-height: 21px;
  color: var(--colours-primary-default);
}
#collectionAccordion .form-body p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .form-body p a:hover {
  color: var(--colours-primary-hover) !important;
}

.form-body label {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}

.form-body label.input-required::after {
  content: "*";
  margin-left: 0.5rem;
  display: flex;
  height: 0.25rem;
  width: 0.25rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(159 4 42 / var(--tw-text-opacity));
}

.form-body label:has(input[type="checkbox"]) {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0px;
}

.form-body input,
.form-body select {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-size: 14px;
  line-height: 21px;
}

.form-body input.form-checkbox {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  border-color: var(--colours-primary-default) !important;
}

.form-body .input-checkbox {
  margin-right: 0.25rem;
}

.form-body input.form-checkbox:checked {
  border-color: var(--colours-primary-hover) !important;
  background-color: var(--colours-primary-hover) !important;
  --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;
}

.form-body input.form-checkbox span {
  padding-left: 0.25rem;
}

/* Form <p> tags */
.form-body p {
  font-size: 12px;
  line-height: 18px;
}

/* Form Content */
.form-body-content {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#collectionAccordion .form-body-content p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .form-body-content p a:hover {
  color: var(--colours-primary-hover) !important;
}
@media (min-width: 1024px) {

  .form-body-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.form-body-content label {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: var(--colours-secondary-default);
}
.form-body-content label.input-required::after {
  content: "*";
  margin-left: 0.25rem;
  display: flex;
  height: 0.25rem;
  width: 0.25rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(159 4 42 / var(--tw-text-opacity));
}
.form-body-content label:has(input[type='checkbox']) {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0px;
}

.form-body-content input, .form-body-content select, .form-body-content textarea {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.form-body-content input.form__checkbox {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  border-color: var(--colours-primary-default) !important;
}

.form-body-content .input-checkbox {
  margin-right: 0.25rem;
}

.form-body-content input.form__checkbox:checked {
  border-color: var(--colours-primary-default) !important;
}

.form-body-content input.form__checkbox span {
  padding-left: 0.25rem;
}

/* Form <p> tags */
.form-body-content p {
  font-size: 12px;
  line-height: 18px;
}

/* ==========================================================================
#Account Forms
========================================================================== */

/* Page's Main section */
.form__brand-page {
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: var(--colours-primary-default);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {

  .form__brand-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {

  .form__brand-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

  .contact .form-body-content label {
  white-space: nowrap;
  color: var(--colours-primary-default);
}
  
  .form-body label.input-required::after {
    content: "*";
    margin-left: 0.25rem;
    display: flex;
    height: 0.25rem;
    width: 0.25rem;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(159 4 42 / var(--tw-text-opacity));
  }
  
  .form-body label:has(input[type="checkbox"]) {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0px;
}
  
  .form-body input,
  .form-body select {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  color: var(--colours-primary-default);
}
  
  .form-body input.form-checkbox {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  border-color: var(--colours-primary-default) !important;
}
  
  .form-body .input-checkbox {
  margin-right: 0.25rem;
  height: 1rem;
  width: 1rem;
}
  
  .form-body input.form-checkbox:checked {
  border-color: var(--colours-primary-default) !important;
}
  
  .form-body input.form-checkbox span {
  padding-left: 0.25rem;
}
  
  /* Form Button */
  .form-body .form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}
  @media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .form-body .form-button {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}
  .form-body .form-button svg {
  height: 1rem;
  width: 1rem;
}
  .form-body .form-button {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
  .form-body .form-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
  .form-body .form-button:active {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
  .form-body .form-button {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  align-self: center;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
  @media (min-width: 1024px) {

  .form-body .form-button {
    margin-top: 0px;
    margin-bottom: 13px;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
  
  .form-body .form-button span {
  display: flex;
  height: 6px !important;
  width: 6px !important;
  align-items: center;
  justify-content: center;
}
  
  /* Form <p> tags */
  .form-body p {
  font-size: 12px;
  line-height: 18px;
}
  
  /* Form Content */
  .form-body-content {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--colours-primary-default);
}
  #collectionAccordion .form-body-content p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
  #collectionAccordion .form-body-content p a:hover {
  color: var(--colours-primary-hover) !important;
}
  @media (min-width: 1024px) {

  .form-body-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
  
  .form-body-content label {
  margin-bottom: 0.5rem;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: var(--colours-secondary-default);
}
  
  @media (min-width: 1024px) {

  .form-body-content label {
    font-size: 14px;
    line-height: 21px;
  }
}

/* Boundaries of actual form */
.form__container {
  display: flex;
  min-width: 320px;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#collectionAccordion .form__container p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .form__container p a:hover {
  color: var(--colours-primary-hover) !important;
}
@media (min-width: 1024px) {

  .form__container {
    width: 700px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.form__container form {
  display: flex;
  width: 100% !important;
  flex-direction: column;
  align-items: center;
}

#collectionAccordion .form__container form p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

#collectionAccordion .form__container form p a:hover {
  color: var(--colours-primary-hover) !important;
}

@media (min-width: 1024px) {

  .form__container form {
    min-width: 640px;
  }
}
.form__container h1,
.form__container h2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {

  .form__container h1,
.form__container h2 {
    margin-bottom: 1.25rem;
  }
}

/* Form Nav */
.form__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 1rem;
}

.form__nav ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.form__nav a {
  font-size: 12px;
  line-height: 18px;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {

  .form__nav a {
    font-size: 14px;
    line-height: 21px;
  }
}

/* Form Content */
.form__body {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
#collectionAccordion .form__body p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .form__body p a:hover {
  color: var(--colours-primary-hover) !important;
}
@media (min-width: 1024px) {

  .form__body {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.form__body label {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: var(--colours-secondary-default);
}

@media (min-width: 1024px) {

  .form__body label {
    font-size: 14px;
    line-height: 21px;
  }
}
.form__body label.input-required::after {
    content: "*";
    margin-left: 0.25rem;
    display: flex;
    height: 0.25rem;
    width: 0.25rem;
    align-items: center;
    justify-content: center;
    --tw-text-opacity: 1;
    color: rgb(159 4 42 / var(--tw-text-opacity));
}
.form__body label:has(input[type='checkbox']) {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0px;
}

.form__body input, .form__body select, .form__body textarea {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.form__body input.form__checkbox {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 66 66 / var(--tw-border-opacity)) !important;
}

.form__body .input-checkbox {
  margin-right: 0.25rem;
}

.form__body input.form__checkbox:checked {
  border-color: var(--colours-primary-default) !important;
}

.form__body input.form__checkbox span {
  padding-left: 0.25rem;
}

/* Form Button */
.form__body .form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}
@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .form__body .form__button {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}
.form__body .form__button svg {
  height: 1rem;
  width: 1rem;
}
.form__body .form__button {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.form__body .form__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.form__body .form__button:active {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.form__body .form__button {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  align-self: center;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
@media (min-width: 1024px) {

  .form__body .form__button {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.form__body .form__button span {
  display: flex;
  height: 6px !important;
  width: 6px !important;
  align-items: center;
  justify-content: center;
}

/* Form <p> tags */
.form__body p {
  font-size: 12px;
  line-height: 18px;
}

/* ==========================================================================
#Account Addresses
========================================================================== */


.address__card {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 14px;
  line-height: 21px;
}
.address__card.default-address {
  order: -1;
  background-color: var(--colours-primary-default);
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity));
}
.address__card.default-address label {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}
.address__card.default-address .btn-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.address__card.default-address .form__checkbox {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.address__card .btn-link {
  text-transform: capitalize;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.address__card h5 {
  font-size: 14px;
  line-height: 21px;
}

.address__card address p {
  font-style: normal;
}

#address_form_new {
  padding-left: 0px;
  padding-right: 0px;
}

#address_default_address_new {
  margin-right: 0.5rem;
}

.order_page_grid {
  gap: 1.5rem;
}

@media (min-width: 1024px) {

  .order_page_grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.individual_order_details {
  grid-template-columns: repeat(11, 1fr);
}

@media (max-width: 1020px) {
    #shopify-section-header #nav-switcher {
        display: none;
    }

    #site-mobile-navigation #nav-switcher {
        display: block;
    }
    .megamenu li:last-of-type ul {
        border-bottom: 0 !important;
    }

    .mobile-nav-blocks:has(.mobile-nav-blocks-container:empty) {
        display: none;
    }

    .mobile-nav-products:has(.mobile-nav-products-container:empty) {
        display: none;
    }
}


/* ==========================================================================
#Account Forms
========================================================================== */

  /* Page's Main section */
.form-brand-page {
  margin: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {

  .form-brand-page {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1280px) {

  .form-brand-page {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
  
/* Boundaries of actual form */
.form-container {
  display: flex;
  width: 100% !important;
  min-width: 320px !important;
  max-width: 555px !important;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 0px;
}
#collectionAccordion .form-container p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .form-container p a:hover {
  color: var(--colours-primary-hover) !important;
}
@media (min-width: 640px) {

  .form-container {
    padding-top: 1.25rem;
  }
}

.form-container form {
  display: flex;
  width: 100% !important;
  flex-direction: column;
  align-items: center;
}

#collectionAccordion .form-container form p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

#collectionAccordion .form-container form p a:hover {
  color: var(--colours-primary-hover) !important;
}

.form-container h1,
.form-container h2 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

/* Form Nav */
.form-nav {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 0.5rem;
}

.form-nav ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* Form Content */
.form-body {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
#collectionAccordion .form-body p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .form-body p a:hover {
  color: var(--colours-primary-hover) !important;
}
@media (min-width: 1024px) {

  .form-body {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 1.75rem;
  }
}

.form-body label {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 12px;
  line-height: 18px;
  color: var(--colours-primary-hover);
}

@media (min-width: 1024px) {

  .form-body label {
    font-size: 14px;
    line-height: 21px;
  }
}

.contact .form-body-content label {
  white-space: nowrap;
  color: var(--colours-primary-default);
}

.form-body label.input-required::after {
  content: "*";
  margin-left: 0.25rem;
  display: flex;
  height: 0.25rem;
  width: 0.25rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(159 4 42 / var(--tw-text-opacity));
}

.form-body label:has(input[type="checkbox"]) {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0px;
}

.form-body input,
.form-body select {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  color: var(--colours-primary-default);
}

.form-body input.form-checkbox {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  border-color: var(--colours-primary-default) !important;
}

.form-body .input-checkbox {
  margin-right: 0.25rem;
  height: 1rem;
  width: 1rem;
}

.form-body input.form-checkbox:checked {
  border-color: var(--colours-primary-default) !important;
}

.form-body input.form-checkbox span {
  padding-left: 0.25rem;
}

/* Form Button */
.form-body .form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}
@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .form-body .form-button {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}
.form-body .form-button svg {
  height: 1rem;
  width: 1rem;
}
.form-body .form-button {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.form-body .form-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.form-body .form-button:active {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.form-body .form-button {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  align-self: center;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
@media (min-width: 1024px) {

  .form-body .form-button {
    margin-top: 0px;
    margin-bottom: 13px;
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.form-body .form-button span {
  display: flex;
  height: 6px !important;
  width: 6px !important;
  align-items: center;
  justify-content: center;
}

/* Form <p> tags */
.form-body p {
  font-size: 12px;
  line-height: 18px;
}

/* Form Content */
.form-body-content {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  width: 100% !important;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: var(--colours-primary-default);
}
#collectionAccordion .form-body-content p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}
#collectionAccordion .form-body-content p a:hover {
  color: var(--colours-primary-hover) !important;
}
@media (min-width: 1024px) {

  .form-body-content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.form-body-content label {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
  color: var(--colours-secondary-default);
}

@media (min-width: 1024px) {

  .form-body-content label {
    font-size: 14px;
    line-height: 21px;
  }
}
.form-body-content label.input-required::after {
  content: "*";
  margin-left: 0.25rem;
  display: flex;
  height: 0.25rem;
  width: 0.25rem;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(159 4 42 / var(--tw-text-opacity));
}
.form-body-content label:has(input[type='checkbox']) {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0px;
}

.form-body-content input, .form-body-content select, .form-body-content textarea {
  margin-bottom: 1.5rem;
  width: 100%;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  font-size: 14px;
  line-height: 21px;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
}
.form-body-content input.form__checkbox {
  margin-bottom: 0px;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(66 66 66 / var(--tw-border-opacity)) !important;
}

.form-body-content .input-checkbox {
  margin-right: 0.25rem;
}

.form-body-content input.form__checkbox:checked {
  border-color: var(--colours-primary-default) !important;
}

.form-body-content input.form__checkbox span {
  padding-left: 0.25rem;
}

/* Form Button */
.form-body-content .form__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}
@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .form-body-content .form__button {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}
.form-body-content .form__button svg {
  height: 1rem;
  width: 1rem;
}
.form-body-content .form__button {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}
.form-body-content .form__button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}
.form-body-content .form__button:active {
  --tw-border-opacity: 1;
  border-color: rgb(233 233 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.form-body-content .form__button {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  width: 100%;
  align-self: center;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
@media (min-width: 1024px) {

  .form-body-content .form__button {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}

.form-body-content .form__button span {
  display: flex;
  height: 6px !important;
  width: 6px !important;
  align-items: center;
  justify-content: center;
}

/* Form <p> tags */
.form-body-content p {
  font-size: 12px;
  line-height: 18px;
}

/* ==========================================================================
#Article Styling
========================================================================== */

.article-content img,
.article-content svg,
.article-content video,
.article-content canvas,
.article-content audio,
.article-content iframe,
.article-content embed,
.article-content object {
    display: inline-block;
}

/* ==========================================================================
# RTE Styling
========================================================================== */

.rte p:not(:first-child):has(strong) {
  margin-top: 1.25rem;
}

ul.spec-table {
  margin-left: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  flex-wrap: wrap;
}

ul.spec-table li {
  display: flex;
  width: 50%;
  flex-direction: column;
  padding: 1.25rem;
  color: var(--colours-primary-default);
}

#collectionAccordion ul.spec-table li p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

#collectionAccordion ul.spec-table li p a:hover {
  color: var(--colours-primary-hover) !important;
}

ul.spec-table li:nth-child(odd) {
  font-weight: 600;
  text-transform: capitalize;
}

ul.spec-table li:nth-of-type(4n+1),
ul.spec-table li:nth-of-type(4n+2) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

/* ==========================================================================
# Featured Products Styling
========================================================================== */

@media (max-width: 640px) {
  .js-recently-viewed-products .product-card,  .js-recommended-products .product-card {
    margin-left: 0px;
    margin-right: 0px;
    margin-right: 1.25rem;
      width: 45%;
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  .js-recently-viewed-products .product-card, .js-recommended-products .product-card {
    margin-left: 0px;
    margin-right: 0px;
    margin-right: 1.25rem;
      width: 35%;
  }
}

@media (min-width: 1024px) {
    .js-recently-viewed-products .product-card, .js-recommended-products .product-card {
    margin-left: 0px;
    margin-right: 0px;
    margin-right: 2rem;
        width: 27%;
  }
}

.hide-arrows .flickity-button {
  display: none !important;
}

/* ==========================================================================
# VAT Price Styling
========================================================================== */

.js-ex-vat {
  display: none !important;
}

[data-inc-vat="false"] .js-ex-vat {
  display: block !important;
}

[data-inc-vat="false"] .js-inc-vat {
  display: none !important;
}

[data-inc-vat="true"] .js-ex-vat {
  display: none !important;
}

/* ==========================================================================
# Breadcrumbs Styling
========================================================================== */

nav[aria-label=breadcrumbs] li[itemprop=itemListElement] a,
nav[aria-label=breadcrumbs] li[itemprop=itemListElement] a span {
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item-price nav[aria-label=breadcrumbs] li[itemprop=itemListElement] a,.boost-pfs-filter-product-item-price 
nav[aria-label=breadcrumbs] li[itemprop=itemListElement] a span {
    font-size: 8px;
  }
}

/* ==========================================================================
# Product Info Styling
========================================================================== */
 
.product-info .product-info p,
.js-delivery-countdown p,
.js-delivery-countdown p span {
  font-size: 10px;
  line-height: 16px;
}
 
@media (max-width: 1024px) {
  .boost-pfs-filter-product-item-price .product-info .product-info p,.boost-pfs-filter-product-item-price 
.js-delivery-countdown p,.boost-pfs-filter-product-item-price 
.js-delivery-countdown p span {
    font-size: 8px;
  }
}

/* ==========================================================================
# PLP Styling
========================================================================== */

.boost-pfs-filter-tree-h-wrapper {
  border-width: 0px !important;
}

.boost-pfs-container-default-fullwidth {
  margin: 0px !important;
  width: 100%;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

@media (min-width: 1024px) {

  .boost-pfs-container-default-fullwidth {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

.boost-pfs-filter-product-item {
  padding-left: 1.25rem !important;
}

.boost-pfs-filter-product-item-image-link img.boost-pfs-filter-product-item-main-image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  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: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform: scale(1);
}

.boost-pfs-filter-product-item-image-link img.boost-pfs-filter-product-item-main-image:hover {
  transform: scale(1.035);
}

.boost-pfs-filter-product-item .boost-pfs-filter-product-bottom-inner {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.boost-pfs-filter-product-item .boost-pfs-filter-product-item-price {
  padding-bottom: 0px !important;
}

.boost-pfs-filter-product-item .js-input-quantity {
  max-width: 40px;
  padding-left: 0px;
  padding-right: 0px;
}

.boost-pfs-filter-product-item .boost-pfs-filter-product-item-title {
  min-height: 45px;
}

.boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-sale-price {
  font-weight: 100 !important;
  color: var(--colours-primary-default) !important;
}

.boost-pfs-filter-product-item-price s {
  margin-left: 0px !important;
  font-weight: 100 !important;
  color: var(--colours-secondary-default) !important;
}

@media (max-width: 1024px) {
  .boost-pfs-container-default-fullwidth {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .boost-pfs-filter-product-item .boost-pfs-filter-product-bottom-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .boost-pfs-filter-custom-sorting {
    display: none !important;
  }
  .boost-pfs-filter-products {
    margin-left: 0px !important;
    width: 100% !important;
  }
  .boost-pfs-filter-product-item {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .boost-pfs-filter-product-item .boost-pfs-filter-product-item-title {
    min-height: 50px;
    font-size: 12px !important;
  }
  .boost-pfs-filter-product-item .js-prod-btn-group {
    max-height: -moz-fit-content;
    max-height: fit-content;
    flex-wrap: wrap;
  }
  .boost-pfs-filter-product-item .js-input-quantity {
    max-width: 70%;
  }
  .boost-pfs-filter-product-item .quantity-selector {
    margin-bottom: 0.625rem;
    margin-right: 0px;
    width: 100%;
    justify-content: center;
  }
  .boost-pfs-filter-product-item .price-savings {
    margin-right: 0.625rem;
    font-size: 9px;
  }
  .boost-pfs-filter-product-item .availability {
    font-size: 9px;
  }
  .boost-pfs-filter-product-item .availability .rounded-full {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
  .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-sale-price,
  .boost-pfs-filter-product-item-price s {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .boost-pfs-filter-product-item-price .text-xs {
    font-size: 8px;
  }
  .boost-pfs-filter-toolbar-top-mobile {
    display: block;
    border: 0 none !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
    margin-bottom: 0 !important;
  }
  .boost-pfs-filter-top-sorting-mobile+.boost-pfs-filter-tree-mobile-button {
    border-left: 0 none !important;
    width: 100% !important;
  }
  .boost-pfs-filter-tree-mobile-button button,
  .boost-pfs-filter-top-sorting-mobile button {
    min-width: -moz-fit-content;
    min-width: fit-content;
    position: relative !important;
    padding-left: 25px !important;
    font-weight: 300 !important;
  }
  .boost-pfs-filter-tree-mobile-button button:before,
  .boost-pfs-filter-custom-filter-button:before {
    left: 0;
    background-image: url(https://cdn.shopify.com/s/files/1/0721/1496/2725/files/refine-by_430x.png?v=1680615831) !important;
    background-size: contain;
    background-position: center;
  }
}

/* ==========================================================================
# Search Suggestions
========================================================================== */

.boost-pfs-search-suggestion-wrapper {
  position: absolute !important;
  left: 0px !important;
  top: 8rem !important;
  min-width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}

.boost-pfs-search-suggestion-wrapper .boost-pfs-search-suggestion {
  max-height: 100% !important;
}

.boost-pfs-search-suggestion-groups-others {
  padding-right: 2.5rem;
}

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

.boost-pfs-search-suggestion {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.boost-pfs-search-suggestion-mobile-overlay{
  z-index: 0 !important;
}

.boost-pfs-search-suggestion,
.boost-pfs-search-suggestion-groups-others {
  border-width: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.boost-pfs-search-suggestion-header-view-all {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-top-width: 0px !important;
}

.boost-pfs-search-suggestion-header-view-all > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .boost-pfs-search-suggestion-header-view-all > a {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}

.boost-pfs-search-suggestion-header-view-all > a svg {
  height: 1rem;
  width: 1rem;
}

.boost-pfs-search-suggestion-header-view-all > a {
  background-color: var(--colours-primary-default) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-size: 14px !important;
  line-height: 21px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.urban-mill .boost-pfs-search-suggestion-header-view-all > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  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);
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item .availability .urban-mill .boost-pfs-search-suggestion-header-view-all > a {
    margin-right: 5px;
    width: 6px;
    height: 6px;
  }
}

.urban-mill .boost-pfs-search-suggestion-header-view-all > a svg {
  height: 1rem;
  width: 1rem;
}

.urban-mill .boost-pfs-search-suggestion-header-view-all > a {
  background-color: var(--colours-primary-hover) !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
  font-family: Raleway, sans-serif !important;
  font-size: 14px !important;
  line-height: 21px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.boost-pfs-search-suggestion-header-view-all > a:hover {
  background-color: var(--colours-primary-hover) !important;
}

.no-vat-toggle .vatText {
  display: none !important;
}

.boost-pfs-search-suggestion-header-view-all>a span svg {
  display: none;
}

.boost-pfs-search-suggestion-groups-others .boost-pfs-search-suggestion-group {
  display: block;
}

.boost-pfs-search-suggestion-groups-others .boost-pfs-search-suggestion-group:before {
  display: none !important;
}

.boost-pfs-search-suggestion-group .boost-pfs-search-suggestion-item {
  margin-bottom: 0.75rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
  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);
}

.boost-pfs-search-suggestion-group .boost-pfs-search-suggestion-item:last-child {
  margin-bottom: 0px !important;
}

.boost-pfs-search-suggestion-group .boost-pfs-search-suggestion-item:hover {
  color: var(--colours-primary-default);
}

.boost-pfs-search-suggestion-group ul {
  margin-bottom: 1.25rem !important;
  padding: 0px !important;
}

/** Products Section **/
.boost-pfs-search-suggestion-group[data-group="products"] ul {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
  display: none !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item:nth-of-type(-n + 5) {
  display: flex !important;
  flex-direction: column !important;
  width: calc(25% - 20px) !important;
}

.boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item .boost-pfs-search-suggestion-left {
  margin-bottom: 1.25rem !important;
  width: 100% !important;
  overflow: hidden !important;
  border-radius: 0px !important;
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left img {
  position: relative !important;
  margin: 0px !important;
  height: auto !important;
  width: 100% !important;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.boost-pfs-search-suggestion-item-product:hover .boost-pfs-search-suggestion-left img {
  --tw-scale-x: 1.05 !important;
  --tw-scale-y: 1.05 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left:before {
  padding: 0px !important;
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-right {
  width: 100% !important;
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-product-sku,
.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-product-vendor {
  display: none !important;
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-product-price {
  margin-top: 1.25rem;
}

.boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-regular-price,
.boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-sale-price {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(66 66 66 / var(--tw-text-opacity)) !important;
}

.boost-pfs-search-suggestion-product-price s {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  --tw-text-opacity: 1 !important;
  color: rgb(159 4 42 / var(--tw-text-opacity)) !important;
}

.boost-pfs-search-suggestion-group {
  min-height: -moz-max-content;
  min-height: max-content;
  overflow: visible !important;
}

@media (min-width: 1024px) {
  .scrolled .boost-pfs-search-suggestion-wrapper {
    position: fixed !important;
    top: 120px !important;
    max-height: 80vh !important;
    overflow-y: scroll !important;
    z-index: 20 !important;
  }
}

@media (max-width: 1024px) {
  .boost-pfs-search-suggestion {
    flex-wrap: wrap;
  }
  .boost-pfs-search-suggestion-groups-others,
  .boost-pfs-search-suggestion-groups-pro {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .boost-pfs-search-suggestion {
    padding: 0px !important;
  }
  
  .boost-pfs-search-suggestion-group[data-group=products] .boost-pfs-search-suggestion-item:nth-of-type(-n + 6) {
    margin-bottom: 1.5rem !important;
    width: 50% !important;
  }
  .boost-pfs-search-suggestion-mobile-overlay {
      top: 90px !important;
  }

  .boost-pfs-search-suggestion-mobile-top-panel {
    top: 112px !important;
}
  .boost-pfs-search-btn-close-suggestion,
  .boost-pfs-search-btn-clear-suggestion {
    display: none !important;
  }
  .boost-pfs-search-box {
    width: 100% !important;
  }
  .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
    margin: 0px !important;
    padding-left: 2.5rem !important;
  }
  .boost-pfs-search-suggestion-mobile-top-panel form {
    position: relative;
    height: 92px ! IMPORTANT;
    padding: 1.25rem !important;
    display: flex;
    align-items: center;
  }
  .boost-pfs-search-suggestion-mobile-top-panel form:before {
    position: absolute;
    height: 1rem;
    width: 1rem;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;
      content: '';
      background: url(https://cdn.shopify.com/s/files/1/0674/7059/0226/files/search-icon.png?v=1674644558);
      top: 50%;
      transform: translateY(-50%);
      left: 35px;
  }
  .boost-pfs-search-suggestion-mobile.boost-pfs-search-suggestion-wrapper.boost-pfs-search-suggestion-open {
      top: 170px !important;
      height: calc(100vh - 170px) !important;
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
      padding-left: 1.25rem !important;
      padding-right: 1.25rem !important;
  }
  .boost-pfs-search-suggestion-group[data-group=products] ul {
    gap: 0px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: left !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion {
    padding-top: 1.25rem !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item {
    border-bottom-width: 0px !important;
  }
  .boost-pfs-search-suggestion-group:before {
    display: none !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="collections"]:after,
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="suggestions"]:after,
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="pages"]:after {
    margin-bottom: 1.25rem;
    display: block;
    height: 1px;
    width: 100%;
    border-bottom-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
      content: '';
  }
  .boost-pfs-search-suggestion-group[data-group="products"] ul {
    padding-top: 0px !important;
  }
  .boost-pfs-search-suggestion-group[data-group="products"] {
    padding-bottom: 2.5rem !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="suggestions"],
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="suggestions"] ul {
    display: block !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="pages"] {
    width: 100%;
    flex-direction: column;
  }

#collectionAccordion .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="pages"] p a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    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);
  }

#collectionAccordion .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="pages"] p a:hover {
    color: var(--colours-primary-hover) !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group[data-group="pages"]:after {
    margin-bottom: 1.25rem;
    display: block;
    height: 1px;
    width: 100%;
    border-bottom-width: 1px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(203 203 203 / var(--tw-border-opacity)) !important;
    content: '';
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-item {
    padding: 0px !important;
  }
  .boost-pfs-search-suggestion-group[data-group=products] .boost-pfs-search-suggestion-item:nth-of-type(even) {
    padding-right: 0.625rem !important;
  }
  .boost-pfs-search-suggestion-group[data-group=products] .boost-pfs-search-suggestion-item:nth-of-type(odd) {
    padding-left: 0.625rem !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-scroll-groups-element-wrapper {
      max-height: 100%;
      padding-bottom: 10px;
      overflow-y: scroll !important;
  }
  .boost-pfs-search-suggestion-scroll-groups-element-wrapper::-webkit-scrollbar,
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion::-webkit-scrollbar {
    display: none;
  }
  .boost-pfs-search-suggestion-scroll-groups-element-wrapper,
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion {
      -ms-overflow-style: none;  /* IE and Edge */
      scrollbar-width: none;  /* Firefox */
  }
  .boost-pfs-search-suggestion-header-view-all > a {
    width: 100% !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header-view-all.boost-pfs-search-suggestion-header {
    margin: 0px !important;
    border-top-width: 0px !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .boost-pfs-search-suggestion-group[data-group*=products] ul {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  body.boost-pfs-search-suggestion-mobile-open {
    width: 100%;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-scroll-groups-element-wrapper {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .boost-pfs-search-suggestion-group {
    width: 100%;
  }
  .boost-pfs-search-suggestion-group[data-group="collections"] {
    order: 1;
    display: flex;
    flex-direction: column;
  }

#collectionAccordion .boost-pfs-search-suggestion-group[data-group="collections"] p a {
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    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);
  }

#collectionAccordion .boost-pfs-search-suggestion-group[data-group="collections"] p a:hover {
    color: var(--colours-primary-hover) !important;
  }
  .boost-pfs-search-suggestion-group[data-group="pages"] {
    order: 2;
    display: flex;
  }
  .boost-pfs-search-suggestion-group[data-group="products"] {
    order: 3;
    display: flex;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header-view-all.boost-pfs-search-suggestion-header {
    position: fixed;
    bottom: 0px;
    left: 0px;
    top: auto;
    width: 100%;
    padding: 1.25rem !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group,
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group ul {
    margin-bottom: 3.5rem !important;
  }
  .boost-pfs-search-suggestion-open-body:not(.boost-pfs-search-suggestion-mobile-open) {
    position: relative !important;
  }
}

/* ==========================================================================
# Search Page
========================================================================== */

.boost-pfs-filter-bottom-pagination ul li:first-child,
.boost-pfs-filter-bottom-pagination ul li:last-child {
  display: none !important;
}

.boost-pfs-filter-bottom-pagination ul li {
  height: 2rem !important;
  width: 2rem !important;
}

.boost-pfs-filter-bottom-pagination ul li a {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
  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);
}

.boost-pfs-filter-bottom-pagination ul li .boost-pfs-filter-pagination-active,
.boost-pfs-filter-bottom-pagination ul li a:hover {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(66 66 66 / var(--tw-text-opacity));
  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);
  text-shadow: none !important;
}

/* ==========================================================================
# Volume Pricing Table
========================================================================== */

.adp-vol-wrapper {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.adp-discount-table thead,
.adp-discount-tiers h4 {
  display: none !important;
}

.adp-discount-table tbody {
  display: flex;
  flex-direction: row;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}

.adp-discount-table tbody tr {
  display: flex;
  width: 33.333333%;
  flex-direction: column;
}

#collectionAccordion .adp-discount-table tbody tr p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

#collectionAccordion .adp-discount-table tbody tr p a:hover {
  color: var(--colours-primary-hover) !important;
}

.adp-discount-table tbody tr:nth-child(2) td {
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}

.adp-discount-table tbody tr td:last-child {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}

.adp-discount-table tbody tr td {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  font-size: 14px !important;
  line-height: 21px !important;
}

.adp-discount-table tbody tr td .adp-vol-price {
  margin-left: 0.625rem;
  background-color: var(--colours-secondary-default);
  font-size: 10px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item-price .adp-discount-table tbody tr td .adp-vol-price {
    font-size: 8px;
  }
}

.adp-discount-table tbody tr td .adp-vol-price {
  padding: 0 2px;
}

.adp-discount-table tbody tr td:first-child {
  font-weight: 600;
}

/* ==========================================================================
# Instant Search Product Styling
========================================================================== */

.boost-pfs-search-suggestion-wrapper {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.boost-pfs-search-suggestion .boost-pfs-search-suggestion-groups-pro .boost-pfs-search-suggestion-header {
  margin-bottom: 1.75rem !important;
  padding: 0px !important;
  font-weight: 100;
  text-transform: capitalize;
  color: var(--colours-primary-default) !important;
  font-size: 26px;
  letter-spacing: 0.03em;
}

.urban-mill .boost-pfs-search-suggestion .boost-pfs-search-suggestion-groups-pro .boost-pfs-search-suggestion-header {
  margin-bottom: 1.75rem !important;
  padding: 0px !important;
  font-family: Playfair Display, serif !important;
  text-transform: capitalize;
  color: var(--colours-primary-default) !important;
  font-size: 26px;
  letter-spacing: 0.03em;
}

.boost-pfs-search-suggestion .boost-pfs-search-suggestion-groups-others .boost-pfs-search-suggestion-header {
  margin-bottom: 1rem !important;
  padding: 0px !important;
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  color: var(--colours-primary-default) !important;
}

.boost-pfs-search-suggestion-item .boost-pfs-search-suggestion-product-title {
  font-weight: 100;
  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);
}

.boost-pfs-search-suggestion-item:hover .boost-pfs-search-suggestion-product-title {
  color: var(--colours-primary-hover) !important;
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-sale-price,
.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-regular-price {
  font-size: 14px;
  line-height: 21px;
  font-weight: 100;
  color: var(--colours-primary-default) !important;
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-product-price .compare-price {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-size: 14px;
  line-height: 21px;
  font-weight: 100;
  color: var(--colours-secondary-default) !important;
}

.boost-pfs-search-suggestion-item:hover,
.boost-pfs-search-suggestion-item.selected {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.boost-pfs-search-suggestion-item a {
  font-size: 14px;
  line-height: 21px;
  color: var(--colours-primary-default);
  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);
}

.boost-pfs-search-suggestion-item:hover a,
.boost-pfs-search-suggestion-item.selected a {
  color: var(--colours-primary-hover) !important;
}

.boost-pfs-search-suggestion-product-price .vatText {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 10px;
  line-height: 16px;
  font-weight: 100;
  color: var(--colours-primary-default);
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item-price .boost-pfs-search-suggestion-product-price .vatText {
    font-size: 8px;
  }
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-right {
  display: flex !important;
  flex-direction: column;
}

#collectionAccordion .boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-right p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

#collectionAccordion .boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-right p a:hover {
  color: var(--colours-primary-hover) !important;
}

.boost-pfs-search-suggestion-item .boost-pfs-search-suggestion-product-title {
  order: 2;
  display: flex !important;
  min-height: 45px;
}

.boost-pfs-search-suggestion-item .savings-label {
  position: relative;
  order: 1;
  margin-bottom: 0.625rem;
  margin-right: 1rem;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  align-items: center;
  background-color: var(--colours-alt-default);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 12px;
  line-height: 18px;
  font-weight: 100;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  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);
  border-radius: 20px;
}

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-product-price {
  order: 3;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.boost-pfs-search-suggestion-column-2-non-fullwidth:not(.boost-pfs-search-suggestion-mobile) .boost-pfs-search-suggestion {
  flex-wrap: wrap;
  padding: 2.5rem !important;
}

.boost-pfs-search-suggestion:before {
  position: relative;
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  content: 'Search Results';
  font-size: 26px;
}

.urban-mill .boost-pfs-search-suggestion:before {
  display: none;
}

.boost-pfs-search-suggestion-group {
  padding: 0px !important;
}

.boost-pfs-search-suggestion-groups-pro {
  position: relative;
  display: flex;
}

.boost-pfs-search-suggestion-group {
  order: 2;
  display: flex;
}

.boost-pfs-search-suggestion-header-view-all.boost-pfs-search-suggestion-header {
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (min-width: 1025px) {
  .boost-pfs-search-suggestion-group[data-group*=products] ul .boost-pfs-search-suggestion-header {
    margin-bottom: 2.5rem !important;
  }
}

@media (max-width: 768px) {
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header {
    margin-bottom: 1rem;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--colours-primary-default);
  }
  .boost-pfs-search-suggestion:before {
    margin-bottom: 1.25rem;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-scroll-groups-element-wrapper .boost-pfs-search-suggestion-group {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group,
  .boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group ul {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 1.5rem !important;
  }
  .boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
  }
}

/* ==========================================================================
# Search Page Styling
========================================================================== */

@media (max-width: 1024px) {
  .boost-toolbar.mobile-search-results {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
}

/* ==========================================================================
# Featured Product Cards Styling
========================================================================== */

@media (max-width: 1400px) and (min-width: 1024px) {
  .featured-product-card {
    width: 33.333% !important;
  }
}

/* ==========================================================================
# Header - Sticky
========================================================================== */

header {
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.boost-pfs-search-suggestion-wrapper.boost-pfs-search-suggestion-open {
  z-index: 4;
}

/* ==========================================================================
# Class for hidden scrollbar on overflow
========================================================================== */

.hidden-scroll::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scroll {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.overflow-gradient::after {
  background:linear-gradient(transparent, white);
}

.overflow-gradient ol li:last-child {
  padding-right: 12px;
}

/* ==========================================================================
# Global Styling Changes for Urban Mill
========================================================================== */

html.urban-mill {
  font-family: Raleway, sans-serif !important;
}

html.urban-mill .nav-image-title {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Playfair Display, serif !important;
  font-size: 26px;
  line-height: 39px;
}

html.urban-mill .countdown-title {
  font-family: Playfair Display, serif !important;
  font-size: 68px;
  line-height: 80px;
}

html.urban-mill .article-content h2,
html.urban-mill .article-content h2 span {
        font-size:28px;
        line-height:34px;
    }

@media (min-width: 1024px) {
    
        html.urban-mill .article-content h2,
html.urban-mill .article-content h2 span {
            font-size:32px;
            line-height:40px;
        }   
    }

html.urban-mill .article-content h2,
html.urban-mill .article-content h2 span {
  font-weight: 300;
  font-family: Playfair Display, serif !important;
}

html.urban-mill .article-content h3,
html.urban-mill .article-content h3 span {
        font-size:18px;
        line-height:27px;
    }

@media (min-width: 1024px) {
    
        html.urban-mill .article-content h3,
html.urban-mill .article-content h3 span {
            font-size:24px;
            line-height:28px;
        }   
    }

html.urban-mill .article-content h3,
html.urban-mill .article-content h3 span {
  font-weight: 300;
  font-family: Playfair Display, serif !important;
}

html.urban-mill .article-content h4,
html.urban-mill .article-content h4 span {
        font-size:16px;
        line-height:22px;
    }

@media (min-width: 1024px) {
    
        html.urban-mill .article-content h4,
html.urban-mill .article-content h4 span {
            font-size:22px;
            line-height:32px;
        }   
    }

html.urban-mill .article-content h4,
html.urban-mill .article-content h4 span {
  font-weight: 300;
  font-family: Playfair Display, serif !important;
}

html.urban-mill .article-content h2,
html.urban-mill .article-content h3,
html.urban-mill .article-content h4 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (max-width: 1024px) {
  html.urban-mill .countdown-title { 
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    display: block;
  }
  html.urban-mill .article-content h2,
  html.urban-mill .article-content h3,
  html.urban-mill .article-content h4 {
    padding-top: 0px;
    padding-bottom: 0.625rem;
  }
}

/* ==========================================================================
# Global Styling Changes for DisplaySense
========================================================================== */

html.displaysense {
  font-family: Figtree, sans-serif !important;
}

html.displaysense .nav-image-title {
  margin-bottom: 0.25rem;
  padding: 0.625rem;
  font-size: 12px;
  line-height: 18px;
}

html.displaysense .countdown-title {
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 1024px) {
  html.displaysense .countdown-title {
    font-size: 22px;
    line-height: 28px;
  }
}

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

.usp-content p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.urban-mill .usp-content p,
.urban-mill .usp-content p a {
  font-size: 10px;
  line-height: 16px;
}

@media (max-width: 1024px) {
  .boost-pfs-filter-product-item-price .urban-mill .usp-content p,.boost-pfs-filter-product-item-price 
.urban-mill .usp-content p a {
    font-size: 8px;
  }
}

@media (min-width: 768px) {

  .urban-mill .usp-content p,
.urban-mill .usp-content p a {
    font-size: 14px;
    line-height: 21px;
  }
}

/* ==========================================================================
# Swatch - Colours Styling
========================================================================== */

.btn-colour-swatch {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.btn-colour-swatch:after {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 0.625rem;
  display: block;
  height: 100%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
  content: "";
  width: 1px;
}

/* ==========================================================================
# Swatch - Sizes Styling
========================================================================== */

.btn-size-swatch.current {
  border-width: 1px !important;
  border-color: var(--colours-primary-hover) !important;
  background-color: transparent !important;
}

/* ==========================================================================
# Minicart Summary Exclusions
========================================================================== */

.mini-cart-summary .cart-summary-delivery {
  display: none !important;
}

/* ==========================================================================
# Main Menu - Scrollbar hide
========================================================================== */

#site-desktop-navigation .container-fluid ul[role="menubar"]::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#site-desktop-navigation .container-fluid ul[role="menubar"] {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* ==========================================================================
# Global - Number fields
========================================================================== */

.phone input[type="number"]:focus {
  pointer-events: none;
}

/* ==========================================================================
# Global - Page and Blog Content Fixes
========================================================================== */

.page #MainContent .container-fluid h2,
.page #MainContent .container-fluid h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.page #MainContent .container-fluid ul {
  list-style-type: disc;
  padding-left: 0.625rem;
}

.page #MainContent .container-fluid ul li {
  list-style-type: disc;
}

.page #MainContent .container-fluid a {
  color: var(--colours-primary-default);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

.page #MainContent .container-fluid a:hover {
  color: var(--colours-primary-hover);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.article-content h3, 
.article-content h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.article-contentul {
  list-style-type: disc;
  padding-left: 0.625rem;
}

.article-content ul li {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  list-style-type: disc;
}

.article-content img {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* ==========================================================================
# Product Swatch Boost and Recommended
========================================================================== */

.product-card-colours-container .product-colours {
  display: flex;
}

.product-card-colours-container .product-colours:nth-child(3) {
  display: none;
} 

/* ==========================================================================
# Wishlist King App - General Styling
========================================================================== */

.wk-header {
  padding-bottom: 5rem;
}

.wk-header .wk-button {
  display: none;
}

.wk-header .wk-title {
  margin-bottom: 1rem !important;
  font-size: 26px !important;
  line-height: 39px !important;
}

.wk-header .wk-login-callout a {
  font-weight: 600;
  color: var(--colours-primary-hover);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.wk-header .wk-login-callout a:hover {
  color: var(--colours-primary-default);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

wishlist-button-product .wk-button .wk-text,
.product-card-content wishlist-button-collection,
wishlist-product-card .wk-cta-button:disabled {
  display: none !important;
}

wishlist-product-card .wk-cta-button {
  border-width: 0px !important;
  background-color: var(--colours-primary-hover) !important;
  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);
  border-radius: 70px !important;
}

wishlist-product-card .wk-cta-button:hover {
  background-color: var(--colours-primary-default) !important;
}

wishlist-button-product .wk-button .wk-icon svg path {
  stroke: var(--colours-primary-default) !important;
}

wishlist-button-product .wk-button.wk-selected .wk-icon svg path {
  fill: var(--colours-primary-hover) !important;
  stroke: var(--colours-primary-hover) !important;
}

wishlist-product-card .wk-image-link {
  margin-bottom: 0px !important;
}

wishlist-product-card .wk-product-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 75px;
}

wishlist-product-card .wk-price {
  margin-bottom: 0.625rem;
}

wishlist-product-card .wk-product-title .wk-text-link {
  font-size: 14px !important;
  line-height: 21px !important;
  color: var(--colours-primary-default);
  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);
}

wishlist-product-card .wk-product-title .wk-text-link:hover {
  color: var(--colours-primary-hover) !important;
}

@media (max-width: 1024px) {
  .wk-header .wk-title {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}

/* ==========================================================================
# Instant Search Fix
========================================================================== */

.boost-pfs-search-suggestion-wrapper {
  z-index: 40 !important;
}
 
/* ==========================================================================
# Collection Page Banner - Link Styling
========================================================================== */

.page-banner p a {
  font-size: 12px;
  line-height: 18px;
  color: var(--colours-primary-default);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

.page-banner p a:hover {
  color: var(--colours-primary-hover);
}

/* ==========================================================================
# Navigation Amend (Desktop)
========================================================================== */

@media (min-width: 1024px) {
  .megamenu ul > ul:first-child {
    display: none;
  }
}

/* ==========================================================================
# DS & TUM - Mobile Swatch Fix
========================================================================== */

@media (max-width: 1024px) {
  .product-card-colours-container .product-colours {
    display: flex;
    flex-wrap: wrap;
  }
  .product-card-colours-container .product-colours a {
    margin-bottom: 0.625rem;
  }
}

/* ==========================================================================
# DS & TUM - Cookie Pro
========================================================================== */

#ot-sdk-btn-floating.ot-floating-button {
  display: none !important;
}

#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-btn-handler.cookie-setting-link {
  border-radius: 65px !important;
  border-color: var(--colours-primary-default) !important;
  color: var(--colours-primary-default) !important;
  opacity: 1 !important;
  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);
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  border-radius: 65px !important;
  border-width: 0px !important;
  background-color: var(--colours-primary-default) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  opacity: 1 !important;
  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);
}

#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-banner-sdk #onetrust-reject-all-handler:hover,
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not([aria-expanded]):not(.ot-link-btn):hover,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn:hover {
  border-width: 0px !important;
  background-color: var(--colours-primary-hover) !important;
  opacity: 1 !important;
}

/* ==========================================================================
# DS & TUM - Collection Accordion
========================================================================== */

#collectionAccordion .flex-col p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

#collectionAccordion .flex-col p a:hover {
  color: var(--colours-primary-hover) !important;
}

/* ==========================================================================
# DS & TUM - Blog Article Links
========================================================================== */

.article-content .cms-page__content p a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  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);
}

.article-content .cms-page__content p a:hover {
  color: var(--colours-primary-hover);
}

/* JO: Show all carousel slides once flickity is enabled */

.main-slider > .carousel-cell:not(:first-child) {
  display: none;
}

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

    .max-lg\:h2 {
        font-size:28px;
        line-height:34px;
    }


    @media (min-width: 1024px) {
         {
            font-size:40px;
            line-height:48px;
        }
    
        .max-lg\:h2 {
            font-size:32px;
            line-height:40px;
        }
    
         {
            font-size:16px;
            line-height:26px;
        }   
    }

    .max-lg\:h2 {
        font-size:28px;
        line-height:34px;
    }


    @media (min-width: 1024px) {
         {
            font-size:40px;
            line-height:48px;
        }
    
        .max-lg\:h2 {
            font-size:32px;
            line-height:40px;
        }
    
         {
            font-size:16px;
            line-height:26px;
        }   
    }

    .max-lg\:h2 {
    font-weight: 300;
  }
}

@media (min-width: 1024px) {

    .lg\:h2 {
        font-size:28px;
        line-height:34px;
    }


    @media (min-width: 1024px) {
         {
            font-size:40px;
            line-height:48px;
        }
    
        .lg\:h2 {
            font-size:32px;
            line-height:40px;
        }
    
         {
            font-size:16px;
            line-height:26px;
        }   
    }

    .lg\:h2 {
    font-weight: 300;
  }
}

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

@media (min-width: 1024px) {

    .lg\:container-fluid {
    margin: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

    @media (min-width: 1024px) {

    .lg\:container-fluid {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
}

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

.before\:inset-0::before {
  content: var(--tw-content);
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.before\:mb-\[-48px\]::before {
  content: var(--tw-content);
  margin-bottom: -48px;
}

.before\:bg-black\/20::before {
  content: var(--tw-content);
  background-color: rgb(66 66 66 / 0.2);
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

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

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

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

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

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

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

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

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

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

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

.first\:font-semibold:first-child {
  font-weight: 600;
}

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

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last-of-type\:border-0:last-of-type {
  border-width: 0px;
}

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

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

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

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

.hover\:bg-grey-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

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

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

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

.hover\:\!text-primary-hover:hover {
  color: var(--colours-primary-hover) !important;
}

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

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

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

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

.hover\:outline:hover {
  outline-style: solid;
}

.hover\:outline-gray-500:hover {
  outline-color: #8E8E8E;
}

.focus\:text-primary-hover:focus {
  color: var(--colours-primary-hover);
}

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

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

.group\/banner-link:hover .group-hover\/banner-link\:mt-1 {
  margin-top: 0.25rem;
}

.group\/menu-image:hover .group-hover\/menu-image\:\!mb-0 {
  margin-bottom: 0px !important;
}

.group\/menu-image:hover .group-hover\/menu-image\:scale-\[1\.035\] {
  --tw-scale-x: 1.035;
  --tw-scale-y: 1.035;
  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\/offset-banner:hover .group-hover\/offset-banner\:scale-\[1\.035\] {
  --tw-scale-x: 1.035;
  --tw-scale-y: 1.035;
  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\/product:hover .group-hover\/product\:scale-\[1\.035\] {
  --tw-scale-x: 1.035;
  --tw-scale-y: 1.035;
  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\/quick-filter:hover .group-hover\/quick-filter\:scale-\[1\.035\] {
  --tw-scale-x: 1.035;
  --tw-scale-y: 1.035;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-\[1\.035\] {
  --tw-scale-x: 1.035;
  --tw-scale-y: 1.035;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 203 203 / var(--tw-bg-opacity));
}

.group\/product:hover .group-hover\/product\:text-primary-hover {
  color: var(--colours-primary-hover);
}

.group\/quick-filter:hover .group-hover\/quick-filter\:text-primary-hover {
  color: var(--colours-primary-hover);
}

.group:hover .group-hover\:text-primary-hover {
  color: var(--colours-primary-hover);
}

.group\/menu-image:hover .group-hover\/menu-image\:opacity-100 {
  opacity: 1;
}

.group\/product:hover .group-hover\/product\:opacity-0 {
  opacity: 0;
}

.group\/product:hover .group-hover\/product\:opacity-100 {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-lg\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .max-lg\:text-lg {
    font-size: 26px;
    line-height: 39px;
  }

  .max-lg\:leading-\[28px\] {
    line-height: 28px;
  }

  .max-lg\:first-of-type\:mt-0:first-of-type {
    margin-top: 0px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-sm\:gap-y-2 {
    row-gap: 0.5rem;
  }
}

@media (min-width: 640px) {

  .sm\:w-\[48\.5\%\] {
    width: 48.5%;
  }

  .sm\:w-\[calc\(48\%-20px\)\] {
    width: calc(48% - 20px);
  }

  .sm\:w-\[calc\(49\%-20px\)\] {
    width: calc(49% - 20px);
  }

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

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

@media (min-width: 768px) {

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:order-none {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:box-border {
    box-sizing: border-box;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[3\/2\] {
    aspect-ratio: 3/2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:basis-\[60\%\] {
    flex-basis: 60%;
  }

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

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

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

  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }

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

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

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

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

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

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

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

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

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

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

  .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-11 {
    gap: 2.75rem;
  }

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

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

  .lg\:gap-28 {
    gap: 7rem;
  }

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

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

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

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

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

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

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

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

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

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

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

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

  .lg\:border-grey-400 {
    --tw-border-opacity: 1;
    border-color: rgb(218 217 214 / var(--tw-border-opacity));
  }

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

  .lg\:bg-grey-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 233 233 / var(--tw-bg-opacity));
  }

  .lg\:bg-grey-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  }

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

  .lg\:bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0742\/9672\/1715\/files\/accounts-header\.png\)\] {
    background-image: url(/cdn/shop/files/accounts-header.png);
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:px-\[2\.5rem\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-xs {
    font-size: 10px;
    line-height: 16px;
  }

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

  .lg\:leading-\[39px\] {
    line-height: 39px;
  }

  .lg\:leading-\[40px\] {
    line-height: 40px;
  }

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

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

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

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

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

  .lg\:before\:mb-\[-60px\]::before {
    content: var(--tw-content);
    margin-bottom: -60px;
  }

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

  .group:hover .lg\:group-hover\:flex {
    display: flex;
  }

  .group:hover .lg\:group-hover\:flex-row {
    flex-direction: row;
  }

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

  .group:hover .lg\:group-hover\:pt-\[68px\] {
    padding-top: 68px;
  }

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

  .group:hover .lg\:before\:group-hover\:opacity-100::before {
    content: var(--tw-content);
    opacity: 1;
  }
}

.\[\&\>\*\:nth-child\(n\+5\)\]\:hidden>*:nth-child(n+5) {
  display: none;
}

@media (min-width: 768px) {

  .md\:\[\&\>\*\:nth-child\(n\+5\)\]\:block>*:nth-child(n+5) {
    display: block;
  }
}
