/** Shopify CDN: Minification failed

Line 1196:17 Unexpected "("

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

#submitButton:hover{cursor: pointer;}

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Arial", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -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 */
}

@media (max-width: 575px) {
  .select-group > select{
    font-size: 80%;
  }
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

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

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

  .container {
    max-width: 992px;
  }
}@media (min-width: 1200px) {

  .container {
    max-width: 1200px;
  }
}.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}.col {
  flex: 1 0 0%;
}.invisible {
  visibility: hidden;
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.bottom-8 {
  bottom: 2rem;
}.left-0 {
  left: 0px;
}.right-12 {
  right: 3rem;
}.right-8 {
  right: 2rem;
}.top-0 {
  top: 0px;
}.top-12 {
  top: 3rem;
}.top-20 {
  top: 5rem;
}.isolate {
  isolation: isolate;
}.z-20 {
  z-index: 20;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.mb-12 {
  margin-bottom: 3rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.block {
  display: block;
}.flex {
  display: flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-10 {
  height: 2.5rem;
}.h-20 {
  height: 5rem;
}.h-6 {
  height: 1.5rem;
}.h-screen {
  height: 100vh;
}.w-10 {
  width: 2.5rem;
}.w-20 {
  width: 5rem;
}.w-6 {
  width: 1.5rem;
}.w-full {
  width: 100%;
}.w-screen {
  width: 100vw;
}.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));
}.resize {
  resize: both;
}.flex-row {
  flex-direction: row;
}.flex-wrap {
  flex-wrap: wrap;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.rounded {
  border-radius: 0.25rem;
}.bg-white {
  background-color: var(--white);
}.pb-6 {
  padding-bottom: 1.5rem;
}.pl-6 {
  padding-left: 1.5rem;
}.text-center {
  text-align: center;
}.text-5xl {
  font-size: 3rem;
  line-height: 1;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.font-medium {
  font-weight: 500;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.italic {
  font-style: italic;
}.text-danger {
  color: var(--danger);
}.text-primary {
  color: var(--primary);
}.text-success {
  color: var(--success);
}.text-white {
  color: var(--white);
}.outline {
  outline-style: solid;
}.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);
}:root{--black: #000000;--white: #ffffff;--grey: #939598;--primary: #0890d9;--secondary: #122132;--dark: #333333;--light: #f2f2f2;--success: #aed038;--danger: #e53e3e}strong,b{font-weight:700}html,html a{-webkit-font-smoothing:antialiased !important;-moz-osx-font-smoothing:grayscale}a[href^=tel]{color:inherit;text-decoration:none}button:active,button:focus,input:active,input:focus,a:active,a:focus{outline:none}a[href^=mailto] {
  word-break: break-all;
}@media (min-width: 992px){a[href^=mailto] {
    overflow-wrap: normal;
    word-break: normal;
  }}body,html {
  height: auto;
  background-color: var(--white);
  color: var(--grey);scroll-behavior:smooth;
}.grid{display:flex}.no-scroll {
  overflow: hidden;
}.video-section h2,.collection-list-wrapper h3 {
  display: block;
  text-align: center;
}.title-wrapper-with-link{justify-content:center;margin:5rem 0 1rem}h1 {
  background-color: transparent;
  color: var(--white);font-size:revert;
}.product__title h1 {
  padding-right: 6rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--grey);
}@media (min-width: 575px){.product__title h1 {
    font-size: 3rem;
    line-height: 1;
  }}.multicolumn-card__info h3 {
  position: relative !important;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  padding-bottom: 2rem !important;
  font-size: 2.25rem !important;
  line-height: 2.5rem !important;
  line-height: 1.25 !important;
}@media (min-width: 575px){.multicolumn-card__info h3 {
    margin-top: 0px !important;
    font-size: 3rem !important;
    line-height: 1 !important;
  }}.multicolumn-card__info h3:after{content:"";position: absolute;bottom: 0px;left: 0px;display: block;width: 100%;background-image:linear-gradient(90deg, #939598 50%, #ffffff 100%);height:1px}p {
  margin-bottom: 1.25rem;
}p:last-of-type {
  margin-bottom: 0px;
}p:last-of-type+* {
  margin-bottom: 1.25rem;
}p:last-of-type+*:last-of-type {
  margin-bottom: 0px;
}a {
  text-decoration-line: none;
}a:hover {
  text-decoration-line: underline;
}ul {
  list-style-type: disc;
  padding-left: 2rem;
}ol {
  list-style-type: decimal;
  padding-left: 2rem;
}.underlined-link,.customer a {
  color: var(--primary);
}.underlined-link:hover,.underlined-link:active,.underlined-link:focus,.customer a:hover,.customer a:active,.customer a:focus {
  color: var(--primary);
  text-decoration-line: none;
}.search__input.field__input {
  border-radius: 9999px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.field:after {
  left: auto !important;
  border-style: none !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;
}.field:hover:after:after {
  border-style: none !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;
}.predictive-search {
  border-style: none !important;
  background-color: transparent !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}#predictive-search-results {
  border-radius: 1.5rem !important;
  background-color: var(--white) !important;
  color: var(--grey) !important;
}.search-modal__content {
  height: auto !important;
  width: auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}@media (min-width: 768px){.search-modal__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }}.template-search__header,aside.facets-wrapper {
  margin-bottom: 0px !important;
}.template-search__header .search__input.field__input,aside.facets-wrapper .search__input.field__input {
  background-color: var(--light);
}.template-search__header .template-search__search,aside.facets-wrapper .template-search__search{max-width:100%;margin-bottom: 3rem !important}.template-search__header #predictive-search-results,aside.facets-wrapper #predictive-search-results {
  background-color: var(--light) !important;
}.template-search__header .predictive-search,aside.facets-wrapper .predictive-search {
  padding-left: 0px !important;
  padding-right: 0px !important;
}aside.facets-wrapper .search-modal__content {
  margin-bottom: 2rem !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}.product-contact-form input,.product-contact-form textarea,.product-contact-form select,.product-contact-form .field__input {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.product-contact-form input:focus-within,.product-contact-form input:focus,.product-contact-form textarea:focus-within,.product-contact-form textarea:focus,.product-contact-form select:focus-within,.product-contact-form select:focus,.product-contact-form .field__input:focus-within,.product-contact-form .field__input:focus {
  border-color: var(--primary);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.product-contact-form .field {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--grey);
}.product-contact-form .field:focus-within {
  border-color: var(--primary);
}.product-contact-form select{min-height:48px;line-height:1}.form__message .icon,.customer .form__message svg {
  display: inline-block;vertical-align:inherit !important;
}ul.form-status-list a {
  color: var(--danger);
  text-decoration-line: none;
}.select_wrapper {
  position: relative;
  width: 100%;
  border-style: none;
  background-color: transparent;
}.select_wrapper::after{content:"";pointer-events: none;position: absolute;top: 1.25rem;right: 1.25rem;z-index: 10;font-weight: 700;color: var(--primary);font-family:"Font Awesome 5 Free"}.form__message:focus-visible,.form__message h2:focus-visible {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}.btn {
  position: relative;
  display: inline-flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  white-space: normal;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 0px;
  padding-bottom: 0px;min-width:18rem;min-height:5rem;transition:all .5s;
}.btn:hover,.btn:focus,.btn:active {
  text-decoration-line: none;
}.btn {
  color: var(--white);
}.btn-primary,.shopify-challenge__button {
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary);
  background-color: var(--white);
  color: var(--primary);
}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.shopify-challenge__button:hover,.shopify-challenge__button:focus,.shopify-challenge__button:active {
  background-color: var(--primary);
  color: var(--white);
}.btn-locations {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--secondary);
  color: var(--white);
}.btn-locations:hover,.btn-locations:focus,.btn-locations:active {
  background-color: var(--primary);
  color: var(--white);
}.product-form__buttons {
  display: none;
}.g-recaptcha {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}@media screen and (min-width: 990px){.header--middle-left{grid-template-areas:"heading navigation";grid-template-columns:auto auto}}.list-menu--inline {
  width: 100%;
  justify-content: flex-end;
  padding-right: 3rem;
}.header__menu-item:hover,.header__menu-item:focus,.header__menu-item:active,.header__active-menu-item {
  color: var(--primary);
  text-decoration-line: none;
}.header__menu-item:hover span {
  text-decoration-line: none;
}.list-menu {
  padding-right: 8rem !important;
}.list-menu li:last-child a{padding-right:0}.header__icons{display:none}.footer__content-bottom{border:none !important;background-color: var(--primary);padding-bottom: 3.5rem;color: var(--white)}.collection-hero--with-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;height:150px;
}@media (min-width: 575px){.collection-hero--with-image{height:200px}}@media (min-width: 768px){.collection-hero--with-image{height:250px}}.collection-hero--with-image:after{content:"";position: absolute;top: 0px;left: 0px;display: block;height: 100%;width: 100%;opacity: 0.7;background:#000;background:linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);z-index:1}.collection-hero--with-image .collection-hero__inner {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: flex-end;z-index:2;
}.collection-hero--with-image .collection-hero__text-wrapper{padding:4rem 2rem 2rem 0 !important}.collection-hero--with-image .collection-hero__title {
  font-size: 3rem;
  line-height: 1;
}.position-centre-centre{background-position:center center}.position-left-centre{background-position:left center}.position-right-centre{background-position:right center}.position-centre-top{background-position:center top}.position-left-top{background-position:left top}.position-right-top{background-position:right top}.position-centre-bottom{background-position:center bottom}.position-left-bottom{background-position:left bottom}.position-right-bottom{background-position:right bottom}.card__heading {
  text-align: center;
}.info-bar{min-height:auto;margin-bottom: 2rem;display: flex;align-items: center;background-color: var(--light);padding-top: 2rem;padding-bottom: 2rem}@media (min-width: 768px){.info-bar{min-height:100px;margin-bottom: 4rem}}.info-bar .title{margin:0 0 0 3.5rem;flex-basis:100%}@media (min-width: 575px){.info-bar .title{flex-basis:50%}}.product-count__text{font-size:1.6rem !important}.product-count-vertical {
  display: flex;flex-basis:100%;
}@media (min-width: 768px){.product-count-vertical{flex-basis:40%}}.page-actions {
  display: none;flex-basis:60%;margin-right:3.5rem;
}@media (min-width: 768px){.page-actions {
    display: flex;
  }}.page-actions ul {
  display: flex;
  width: 100%;
  list-style-type: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0px;
}.page-actions ul li+li {
  margin-left: 3rem;
}.page-actions ul a,.page-actions ul button{font-size:1.2rem}.page-actions ul a i,.page-actions ul button i {
  color: var(--primary);font-size:1.4rem;
}.page-actions ul a:hover,.page-actions ul a:active,.page-actions ul a:focus,.page-actions ul button:hover,.page-actions ul button:active,.page-actions ul button:focus {
  color: var(--primary);
  text-decoration-line: none;
}.card-wrapper {
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: var(--light);
  padding: 2rem;height:auto !important;
}.card-wrapper a:hover {
  color: var(--primary);
  text-decoration-line: none;
}.card-wrapper .card__information {
  margin-top: 1rem;
  border-top-width: 1px;
  border-color: var(--light);
  padding-bottom: 1rem;
}.collection-list .card-wrapper {
  border-style: none;
}
@media print{
  .header-wrapper, .collection-hero { display: none!important;}
  .card-wrapper { border-width: 0px; padding: 0rem;}
  .card-wrapper .card__information { margin-top: 10px; padding-bottom: 10px;}
}
.facets__item label {
  font-weight: 400;
  color: var(--grey);
}.facets__summary span,.facets__summary .icon-caret {
  color: var(--primary);
}.active-facets__button--light .active-facets__button-inner,.active-facets__button--light .active-facets__button-inner {
  background-color: var(--primary) !important;
  color: var(--white) !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;
}.active-facets__button--light:hover .active-facets__button-inner,.active-facets__button:hover .active-facets__button-inner {
  background-color: var(--secondary) !important;
  text-decoration-line: none !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;
}.active-facets a:hover {
  text-decoration-line: none !important;
}.facets__disclosure-vertical {
  position: relative;border-top:none !important;
}.facets__disclosure-vertical:before{content:"";position: relative;top: 0px;left: 0px;display: block;width: 100%;background-image:linear-gradient(90deg, #939598 50%, #ffffff 100%);height:1px}.product-data {
  font-size: 1.5rem;
  line-height: 2rem;
}.product-data span {
  font-weight: 500;
  color: var(--primary);
}.product-data h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.product-data--number {
  margin-bottom: 2rem;
}.product-data--number p {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
}.product-data--number span {
  font-size: 1.5rem;
  line-height: 2rem;
}.product-data--qty {
  position: relative;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media (min-width: 992px){.product-data--qty {
    display: inline-block;
  }}.product-data--qty p {
  margin-bottom: 0px;
  display: block;
}@media (min-width: 992px){.product-data--qty p {
    display: inline-block;
  }}@media (min-width: 1200px){.product-data--qty p+p {
    margin-left: 3rem;
  }}.product-data--qty:before{content:"";position: absolute;top: 0px;left: 0px;display: block;width: 100%;background-image:linear-gradient(90deg, #939598 50%, #ffffff 100%);height:1px}.product-data--qty:after{content:"";position: absolute;bottom: 0px;left: 0px;display: block;width: 100%;background-image:linear-gradient(90deg, #939598 50%, #ffffff 100%);height:1px}.product-data--specs ul {
  margin-top: 3rem;
  display: block;
  list-style-type: none;
  padding: 0px;
}.product-data--specs ul li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}.product-data--specs ul li:nth-child(odd) {
  background-color: var(--light);
}@media (min-width: 992px){.product__info-wrapper{padding:0 0 0 6rem !important}}@media (min-width: 1200px){.product__info-wrapper{padding:0 0 0 8rem !important}}.facets-container {
  margin-bottom: 2rem;
}.mobile-facets__open {
  color: var(--primary) !important;
}.product .grid__item{--color-foreground: none!important}.product-media-container .media {
  overflow: hidden;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: var(--light);
  padding: 2rem;
}#myProgress {
  width: 100%;
  background-color: var(--grey);
}#myBar {
  width: 0px;
  background-color: var(--primary);
  text-align: center;
  color: var(--white);
}#model-canvas{z-index:99999}.fade-in{transition:all 1s;opacity: 1 !important}.instructions {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  background-color: transparent;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}.instructions--content ul {
  list-style-type: none;
  padding-left: 0px;
}.instructions--content ul li {
  position: relative;
  font-size: 1.875rem;
  line-height: 2.25rem;
}.instructions--content ul li+li {
  margin-top: 2rem;
}.instructions--content ul li span {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
}.info-banner{min-height:225px;margin-top: 4rem;display: flex;flex-direction: column;align-items: center;justify-content: center;background-size: cover;background-position: left;background-repeat: no-repeat;padding-left: 6rem;padding-right: 6rem;padding-top: 3rem;padding-bottom: 3rem}@media (min-width: 575px){.info-banner {
    margin-top: 6rem;
    flex-direction: row;
    justify-content: space-between;
    background-position: center;
  }}.info-banner .h1 {
  margin-bottom: 2rem;
  text-align: center;
  color: var(--white);
}@media (min-width: 575px){.info-banner .h1 {
    margin-bottom: 0px;
    text-align: left;
  }}.info-banner--left,.info-banner--right{flex-basis:100%}@media (min-width: 575px){.info-banner--left,.info-banner--right{flex-basis:50%}}.info-banner--right {
  text-align: right;
}.search-block{height:425px}@media (min-width: 768px){.search-block{height:500px}}.search-block h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: 1;
}.search-block p {
  margin-bottom: 2rem;
}.search-block a.advanced-search {
  color: var(--white);
}
.search-block a.advanced-search:hover,.search-block a.advanced-search:active,.search-block a.advanced-search:focus {
  text-decoration-line: underline;
  text-underline-offset: 2px;
}
.search-block--filters {
  background-color: var(--secondary);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 575px) {
  .gap-x-12 {
    column-gap: 1rem;
  }
}
.search-block--filters .select-group {
  position: relative; flex-basis:50%;
}
.search-block--filters .select-group:after {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  color: var(--white);content:"\2630";font-family:"Font Awesome 5 Free";font-weight:300;pointer-events:none;
}
@media (max-width: 575px) {
  .search-block--filters .select-group:after {
    top: .3em;
    right: 0.2rem;
    font-size: 12px;
  }
}
.search-block--filters .select-group select {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary);
  background-color: var(--secondary);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--white);-moz-appearance:none;appearance:none;-webkit-appearance:none;
}
@media (max-width: 575px) {
  .search-block--filters .select-group select {
    padding: 0.3rem 0.5rem;
  }
}
.search-block--filters .select-group select:focus-visible {
  border-color: var(--white);outline:none;box-shadow:none;
}.template-search__results {
  margin-bottom: 2rem;
}.predictive-search__item--term .icon-arrow {
  color: var(--primary) !important;
}.predictive-search__heading {
  text-align: left;
}.collection--empty .title-wrapper {
  margin: 0px !important;
}.collection--empty .title-wrapper h2 {
  margin-top: 0px;
  text-align: left;
}.product__info-container>*+*,.product-form {
  margin: 0px !important;
}.min-qty-message {
  margin-left: 0px !important;
  margin-top: 1rem !important;
  display: block !important;
}
@media screen and (max-width: 750px){
  .product__title { margin-top: 3rem;}
}
.product-3d{z-index:1}
@media screen and (max-width: 750px){
  .product-3d{right:15% !important}
}
@media screen and (max-width: 600px){
  .product-3d { right: 3rem !important;}
}

.sp-compare-button {
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  margin: 0px !important;
  height: 3rem !important;
  width: 3rem !important;
  background-color: transparent !important;
  padding: 0px !important;
  opacity: 1 !important;
}

.sp-compare-button p {
  display: none !important;
}

.sp-compare-button:after{
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/cdn/shop/files/swap.png?v=1717150294');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

@media screen and (max-width: 750px){
  .sp-compare-button {
    top: 3rem !important;
  }
}

.sp-compare-custom-collection .sp-compare-main {
  position: absolute !important;
  top: 1.5rem !important;
  right: 1.5rem !important;
  z-index: 20 !important;
  margin: 0px !important;
  padding: 0px !important;
  opacity: 1 !important;
}.sp-compare-custom-collection .sp-compare-main label {
  display: block;
  height: 2.5rem;
  width: 2.5rem;
}.sp-compare-custom-collection .sp-compare-main label svg {
  display: none !important;
}.sp-compare-custom-collection .sp-compare-main:after{content:"🔍";font-family:"Font Awesome 5 Free";position: absolute;top: 0px;right: 0px;display: block;font-size: 1.875rem;line-height: 2.25rem;font-weight: 400;color: var(--grey)}

.sp-compare-added:after,.sp-compare-custom-collection .sp-compare-main:has(input:checked):after{
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url('/cdn/shop/files/swap-checked.png?v=1717150294');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}

.sp-comp-pro-price {
  display: none;
}

@media print {
  .sp-compare-wrap, .sp-compare-icon {display: none!important;}
}

.sp-com-w {
  pointer-events: none !important;
  position: fixed !important;
  top: 2.75rem !important;
  bottom: auto !important;
  padding-left: 5rem !important;
  padding-right: 5rem !important;max-width:var(--page-width);left:50% !important;transform:translateX(-50%);z-index:99 !important;
}
media screen and (max-width: 991px){.sp-com-w {
    top: 1.75rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }}
@media screen and (max-width: 750px){
  .sp-com-w {
    top: 2.25rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.sp-com-w-btn {
  margin-right: 0px !important;
}.sp-com-w-body {
  pointer-events: auto !important;
  bottom: auto !important;
  right: 5rem !important;top:55px;transform-origin:top right !important;
}.sp-com-w-body:after{top:-6px !important;transform:rotate(45deg) !important;border-color:#f2f2f2 rgba(0,0,0,0) rgba(0,0,0,0) #f2f2f2 !important}@media screen and (max-width: 991px){.sp-com-w-body {
    right: 1.5rem !important;
  }}@media screen and (max-width: 750px){.sp-com-w-body{top:45px}}.sp-com-w-btn {
  pointer-events: auto;
}.sp-com-w-btn svg {
  display: none !important;
}
.sp-com-w-btn:after{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url('/cdn/shop/files/compare-header-button.png?v=1717150293');
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0px;
}

@media screen and (max-width: 768px){
  .sp-com-w-btn{width:30px !important;height:30px !important}
  .sp-com-w-btn:after {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sp-com-w-btn .sp-com-w-count{top:-10px !important}
}
.sp-com-w-pro-content {
  display: flex;
  align-items: center;
}.sp-comp-main-title{font-size:30px !important;font-weight:400 !important}.sp-comp-remove-item,.sp-comp-remove-item * {
  color: var(--primary) !important;
}#cookies-bar,#cookies-bar-tab {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 50;
}.cookies-bar-tab {
  display: block;
  margin-left: 1rem;
  margin-bottom: 1rem;
  border-style: none;
  padding: 1rem;
  cursor: pointer;
  text-align: center;
  background-position: bottom;
  background-repeat: no-repeat;width:35px;height:36px;background-size:35px 72px;
}.cookies-dark {
  background-position: top;
  background-repeat: no-repeat;
}#cookies-bar {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: var(--white);border-top:1px solid var(--primary);
}.error404 {
  position: relative;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: var(--white);
  height: 100vh;
  width: 100vw;
}.error404 h1 {
  margin-bottom: 0.5rem;
}.error404 h3 {
  margin-bottom: 2rem;
  color: var(--secondary);
}.error404 img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

@media print{
  body {
    /* padding: 1rem; */
    padding: 20px;
  }
  .info-bar,.btn-primary,.menu-drawer-container,.model-view,footer,.slider-buttons,.facets-container,.search-modal__content,.related-products,.SPCMP_Add_span,.SPCMP_chk_lbl,.sa_ca_wrapper,.SPCMP_Add,.pagination-wrapper,#sa_ca_wrapper,.sp-com-w,.sp-compare-button{display:none !important}
  .collection-hero.collection-hero--with-image{background-image:none !important;height: auto;background-color: transparent}
  .collection-hero.collection-hero--with-image:after{display:none !important}
  .collection-hero.collection-hero--with-image h1 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: var(--grey);
  }
  .product__info-wrapper * { text-align: center;}
  .product__description,.no-description{page-break-after:always !important}.product-data--number { padding-top: 0rem;}
  /* .product__title h1 { margin-top: 1.5rem; padding-right: 0px; } */
  .product__title h1 { margin-top: 0px; padding-right: 0px; }
}

@media (min-width: 575px) {
  .sm\:visible {
    visibility: visible;
  }
}

#submitButton {
  margin-top: 15px; width: 100%; position: relative; flex-basis: 100%;
  border-width: 1px; border-style: solid; border-color: var(--primary);
  background-color: var(--primary); padding: .5rem 1rem; color: var(--white);
}
@media (max-width: 575px) {
  #submitButton{
    padding: 0; font-size: 12px; line-height: 22px;
  }
}

.KICK__column {display: flex; flex-direction: column;}
.KICK__row {display: flex; flex-direction: row; gap: 50px;}
.KICK__reverse-row{display: flex; flex-direction: row; gap: 15px;}
.KICK__product-image {width: 100%;}
.dm-only {flex: 1; visibility: visible;}
.print-only {display: none;}
.desktop-flex-1 {flex: 1;}
.desktop-flex-2 {flex: 2.1;}
.hide-on-desktop {display: none;}
.desktop-mt-6 {margin-top: 6%;}

/* General enquiries form */
#close-form{text-align: right;}
#close-form:hover{cursor: pointer;}
#shopify-block-forms_inline_RyfB7b{display: none; color: #616161; width: 33%; margin: 0px auto; background-color: #80808033; padding: 10px 10px 35px 10px; border-radius: 5px;}

@media (max-width: 575px) {
  .hide-on-mobile {display: none;}
  .hide-on-desktop {display: flex;}
  .desktop-mt-6 {margin-top: 0%;}
}

@media print {
  .KICK__product-image:not(.print-only) {display: none !important;}
  .print-only {display: flex; justify-content: center; width: 300px;}
  .dm-only {display: none !important;}
  .product-data--specs ul { margin-top: 15px;}
  .product-data--specs ul li { padding: 0px 0px 5px 0px;}
  .desktop-flex-1 {display: none;}
}

.title-header {font-size: calc(var(--font-heading-scale) * 3rem); font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  letter-spacing: calc(var(--font-heading-scale) * .06rem);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + .3/max(1,var(--font-heading-scale)));
  word-break: break-word;}
.KICK__product-no {margin: 20px 0px;
  color: var(--primary); font-size: larger;}

.print-logo{display: none;}
@media print {
  .print-logo{z-index: 999999; display: block; position: absolute; bottom: 0px; right: -10px;}
}

/* Compare page print / download controls */
#MainContent .sp-comp-title.sp-comp-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.sp-compare-print-actions ul {
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 3rem;
  margin: 0;
  padding: 0;
}
.sp-compare-print-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
}
.sp-compare-print-actions .sp-compare-print-icon {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
}
.sp-compare-print-actions .sp-compare-print-icon,
.sp-compare-print-actions .sp-compare-print-icon path {
  fill: var(--primary) !important;
}
.sp-compare-print-actions a:hover,
.sp-compare-print-actions a:focus {
  color: var(--primary);
  text-decoration: none;
}

@media print {
  .sp-compare-print-actions,
  .sp-comp-select-diff,
  .sp-pop-diff-mobile,
  .sp-comp-t-add-pro,
  .sp-comp-table .selection-cell,
  .sp-comp-remove-item,
  .sp-comp-slider-prev,
  .sp-comp-slider-next,
  .sp-comp-add-to-cart,
  .sp-comp-add-to-cart-form,
  .sp-comp-main-loader,
  .sp-pop-comp-main-loader,
  .sp-com-pop-main,
  .sp-comp-read-more-btn,
  .shopify-section-group-header-group {
    display: none !important;
  }

  body.compare-print-ready .sp-comp-main {
    padding: 0 !important;
    display: block !important;
    align-items: stretch !important;
  }

  body.compare-print-ready .sp-comp-main .sp-comp-container {
    max-width: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.compare-print-ready .sp-comp-table {
    overflow: visible !important;
    width: 100% !important;
  }

  body.compare-print-ready .sp-comp-table .sp-comp-t-row {
    width: 100% !important;
    page-break-inside: avoid;
  }

  body.compare-print-ready .sp-comp-table .sp-comp-t-row > div {
    min-width: 0 !important;
    max-width: none !important;
    flex: 1 1 0 !important;
  }

  body.compare-print-ready .sp-comp-table .sp-comp-t-row .sp-comp-t-box.empty-cell,
  body.compare-print-ready .sp-comp-table-wrap .sp-comp-table .sp-comp-t-row-title {
    min-width: 120px !important;
    max-width: 160px !important;
    flex: 0 0 140px !important;
    position: static !important;
  }

  body.compare-print-ready .sp-comp-table .sp-comp-t-row .sp-comp-t-box.sp-comp-t-box-read-more {
    max-height: none !important;
    overflow: visible !important;
  }

  body.compare-print-ready .sp-comp-t-box .sp-comp-t-img-wrap a img,
  body.compare-print-ready .sp-comp-t-box .sp-comp-t-img-wrap {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}