/** Shopify CDN: Minification failed

Line 3769:0 Unexpected ","
Line 3938:1 Unexpected "{"

**/
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/theme.css ***!
  \**********************************************************************************************************************************************/
/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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 */
}

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

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

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

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

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

abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::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;
}

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::-webkit-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
.\!container {
  width: 100% !important;
}
@media (min-width: 340px) {

  .container {
    max-width: 340px;
  }

  .\!container {
    max-width: 340px !important;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }

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

  .container {
    max-width: 768px;
  }

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

  .container {
    max-width: 1024px;
  }

  .\!container {
    max-width: 1024px !important;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }

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

  .container {
    max-width: 1536px;
  }

  .\!container {
    max-width: 1536px !important;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!absolute {
  position: absolute !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-0 {
  top: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.-left-full {
  left: -100%;
}
.left-full {
  left: 100%;
}
.right-6 {
  right: 1.5rem;
}
.top-0\.5 {
  top: 0.125rem;
}
.right-2 {
  right: 0.5rem;
}
.right-\[3px\] {
  right: 3px;
}
.top-\[60\%\] {
  top: 60%;
}
.right-\[26px\] {
  right: 26px;
}
.right-0 {
  right: 0px;
}
.right-full {
  right: 100%;
}
.-top-4 {
  top: -1rem;
}
.-left-4 {
  left: -1rem;
}
.top-\[80px\] {
  top: 80px;
}
.bottom-\[-108px\] {
  bottom: -108px;
}
.left-9 {
  left: 2.25rem;
}
.right-9 {
  right: 2.25rem;
}
.left-2 {
  left: 0.5rem;
}
.-right-2 {
  right: -0.5rem;
}
.top-1 {
  top: 0.25rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-3 {
  left: 0.75rem;
}
.top-3 {
  top: 0.75rem;
}
.top-12 {
  top: 3rem;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[2147483648\] {
  z-index: 2147483648;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.-z-10 {
  z-index: -10;
}
.z-\[9999999999999\] {
  z-index: 9999999999999;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.\!m-0 {
  margin: 0px !important;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-\[0\.9375rem\] {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-\[48px\] {
  margin-top: 48px;
  margin-bottom: 48px;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-\[2\.375rem\] {
  margin-top: 2.375rem;
  margin-bottom: 2.375rem;
}
.-mx-3\.5 {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.-mx-\[9px\] {
  margin-left: -9px;
  margin-right: -9px;
}
.mt-\[36px\] {
  margin-top: 36px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.mt-px {
  margin-top: 1px;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-\[56px\] {
  margin-top: 56px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-\[130px\] {
  margin-top: 130px;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ml-\[18px\] {
  margin-left: 18px;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[2\.375rem\] {
  margin-top: 2.375rem;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mr-\[18px\] {
  margin-right: 18px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.\!flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-4 {
  height: 1rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2 {
  height: 0.5rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-20 {
  height: 5rem;
}
.h-auto {
  height: auto;
}
.h-12 {
  height: 3rem;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[6\.25rem\] {
  height: 6.25rem;
}
.h-\[255px\] {
  height: 255px;
}
.h-\[350px\] {
  height: 350px;
}
.h-10 {
  height: 2.5rem;
}
.h-px {
  height: 1px;
}
.h-5 {
  height: 1.25rem;
}
.h-\[13px\] {
  height: 13px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[606px\] {
  height: 606px;
}
.h-\[505px\] {
  height: 505px;
}
.h-\[83px\] {
  height: 83px;
}
.h-3 {
  height: 0.75rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-11 {
  height: 2.75rem;
}
.h-\[37px\] {
  height: 37px;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-screen {
  height: 100vh;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-\[218px\] {
  max-height: 218px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-\[60px\] {
  max-height: 60px;
}
.max-h-0 {
  max-height: 0px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!min-h-fit {
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}
.min-h-\[224px\] {
  min-height: 224px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[90vh\] {
  min-height: 90vh;
}
.min-h-\[283px\] {
  min-height: 283px;
}
.w-full {
  width: 100%;
}
.\!w-fit {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-1\/2 {
  width: 50%;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[10vw\] {
  width: 10vw;
}
.w-4 {
  width: 1rem;
}
.w-20 {
  width: 5rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-screen {
  width: 100vw;
}
.w-\[270px\] {
  width: 270px;
}
.w-12 {
  width: 3rem;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[255px\] {
  width: 255px;
}
.w-10 {
  width: 2.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[13px\] {
  width: 13px;
}
.w-\[70vw\] {
  width: 70vw;
}
.w-32 {
  width: 8rem;
}
.w-\[83px\] {
  width: 83px;
}
.w-\[67px\] {
  width: 67px;
}
.w-11 {
  width: 2.75rem;
}
.w-\[37px\] {
  width: 37px;
}
.w-6 {
  width: 1.5rem;
}
.w-\[282px\] {
  width: 282px;
}
.min-w-\[13rem\] {
  min-width: 13rem;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[290px\] {
  min-width: 290px;
}
.min-w-\[255px\] {
  min-width: 255px;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.\!min-w-fit {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[85px\] {
  min-width: 85px;
}
.min-w-\[125px\] {
  min-width: 125px;
}
.min-w-\[50px\] {
  min-width: 50px;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.min-w-\[331px\] {
  min-width: 331px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[190px\] {
  max-width: 190px;
}
.max-w-\[66rem\] {
  max-width: 66rem;
}
.max-w-\[434px\] {
  max-width: 434px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[1038px\] {
  max-width: 1038px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[528px\] {
  max-width: 528px;
}
.max-w-\[792px\] {
  max-width: 792px;
}
.max-w-\[184px\] {
  max-width: 184px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[268px\] {
  max-width: 268px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[282px\] {
  max-width: 282px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2\/4 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.resize {
  resize: both;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.list-none {
  list-style-type: none;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[2\.5rem\] {
  gap: 2.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-\[18px\] {
  -moz-column-gap: 18px;
       column-gap: 18px;
}
.gap-y-\[6px\] {
  row-gap: 6px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-auto {
  overflow-x: auto;
}
.scroll-auto {
  scroll-behavior: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  word-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-\[0\.25rem\] {
  border-radius: 0.25rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.\!rounded-\[4px\] {
  border-radius: 4px !important;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.\!rounded-tl-none {
  border-top-left-radius: 0px !important;
}
.\!rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}
.border {
  border-width: 1px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px;
}
.border-0 {
  border-width: 0px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-grey-2 {
  border-color: var(--grey-2);
}
.border-white {
  border-color: var(--white);
}
.border-black {
  border-color: var(--black);
}
.\!border-grey-2 {
  border-color: var(--grey-2) !important;
}
.border-grey-1 {
  border-color: var(--grey-1);
}
.border-grey-3 {
  border-color: var(--grey-3);
}
.border-grey-white {
  border-color: rgba(255, 255, 255, 0.1);
}
.\!border-grey-3 {
  border-color: var(--grey-3) !important;
}
.border-\[\#EFF3F4\] {
  --tw-border-opacity: 1;
  border-color: rgba(239, 243, 244, var(--tw-border-opacity));
}
.bg-grey-3 {
  background-color: var(--grey-3);
}
.bg-white {
  background-color: var(--white);
}
.bg-black {
  background-color: var(--black);
}
.\!bg-grey-2 {
  background-color: var(--grey-2) !important;
}
.bg-grey-2 {
  background-color: var(--grey-2);
}
.bg-grey-4 {
  background-color: var(--grey-4);
}
.bg-error-2 {
  background-color: var(--error-2);
}
.bg-tan-2 {
  background-color: var(--tan-2);
}
.bg-tan-1 {
  background-color: var(--tan-1);
}
.bg-green {
  background-color: var(--green);
}
.bg-secondary {
  background-color: var(--secondary);
}
.bg-grey-1 {
  background-color: var(--grey-1);
}
.bg-primary {
  background-color: var(--primary);
}
.bg-primary-active {
  background-color: var(--primary-active);
}
.bg-secondary-active {
  background-color: var(--secondary-active);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!p-0 {
  padding: 0px !important;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[0\.875rem\] {
  padding: 0.875rem;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.py-\[0\.625rem\] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.\!py-\[13px\] {
  padding-top: 13px !important;
  padding-bottom: 13px !important;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[1\.25rem\] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.\!px-3\.5 {
  padding-left: 0.875rem !important;
  padding-right: 0.875rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!py-5px {
  padding-top: 0.313rem !important;
  padding-bottom: 0.313rem !important;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.\!px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.px-\[9px\] {
  padding-left: 9px;
  padding-right: 9px;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.\!pt-\[100\%\] {
  padding-top: 100% !important;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.\!pl-3 {
  padding-left: 0.75rem !important;
}
.\!pr-\[160px\] {
  padding-right: 160px !important;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pl-\[26px\] {
  padding-left: 26px;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-\[36px\] {
  padding-top: 36px;
}
.pb-\[108px\] {
  padding-bottom: 108px;
}
.pb-\[158px\] {
  padding-bottom: 158px;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-\[3\.75rem\] {
  padding-bottom: 3.75rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-\[7\.5rem\] {
  padding-bottom: 7.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-px {
  padding-top: 1px;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-montserrat {
  font-family: Montserrat, sans-serif;
}
.font-georgia {
  font-family: Georgia, serif;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.\!text-\[0\.75rem\] {
  font-size: 0.75rem !important;
}
.text-p-xsmall {
  font-size: 12px;
  line-height: 18px;
}
.text-sub-h-small {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
}
.text-p-small {
  font-size: 14px;
  line-height: 22px;
}
.text-sub-small {
  font-size: 14px;
  line-height: 16px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-sub-h-xsmall {
  font-size: 10px;
  line-height: 12px;
}
.text-\[12px\] {
  font-size: 12px;
}
.\!text-\[1\.3125rem\] {
  font-size: 1.3125rem !important;
}
.text-\[18px\] {
  font-size: 18px;
}
.\!text-xxs {
  font-size: 0.688rem !important;
}
.\!text-p-xsmall {
  font-size: 12px !important;
  line-height: 18px !important;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-h1-m {
  font-size: 32px;
  line-height: 36px;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-p-large {
  font-size: 18px;
  line-height: 32px;
}
.text-p-regular {
  font-size: 16px;
  line-height: 26px;
}
.text-h6-m {
  font-size: 16px;
  line-height: 21px;
}
.text-\[11px\] {
  font-size: 11px;
}
.\!text-\[11px\] {
  font-size: 11px !important;
}
.text-h3-m {
  font-size: 21px;
  line-height: 24px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-sub-h-regular {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3px;
}
.text-\[9px\] {
  font-size: 9px;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.\!font-medium {
  font-weight: 500 !important;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.\!leading-none {
  line-height: 1 !important;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-\[1\.25rem\] {
  line-height: 1.25rem;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.\!leading-\[1\.5rem\] {
  line-height: 1.5rem !important;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}
.leading-\[1\.375rem\] {
  line-height: 1.375rem;
}
.leading-\[1rem\] {
  line-height: 1rem;
}
.leading-\[18px\] {
  line-height: 18px;
}
.\!leading-\[18px\] {
  line-height: 18px !important;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-2px {
  letter-spacing: 0.125rem;
}
.tracking-\[0\.015rem\] {
  letter-spacing: 0.015rem;
}
.tracking-3px {
  letter-spacing: 0.188rem;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.\!tracking-normal {
  letter-spacing: 0em !important;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.\!tracking-\[2px\] {
  letter-spacing: 2px !important;
}
.tracking-\[0\.125rem\] {
  letter-spacing: 0.125rem;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.tracking-1px {
  letter-spacing: 0.063rem;
}
.text-primary {
  color: var(--primary);
}
.text-black {
  color: var(--black);
}
.text-grey-1 {
  color: var(--grey-1);
}
.text-white {
  color: var(--white);
}
.text-secondary {
  color: var(--secondary);
}
.text-error {
  color: var(--error);
}
.text-pure-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-tan-2 {
  color: var(--tan-2);
}
.text-grey-3 {
  color: var(--grey-3);
}
.text-tan-1 {
  color: var(--tan-1);
}
.text-green {
  color: var(--green);
}
.\!text-grey-1 {
  color: var(--grey-1) !important;
}
.\!text-white {
  color: var(--white) !important;
}
.\!text-tan-1 {
  color: var(--tan-1) !important;
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgba(16, 102, 158, var(--tw-text-opacity));
}
.text-\[\#050506\] {
  --tw-text-opacity: 1;
  color: rgba(5, 5, 6, var(--tw-text-opacity));
}
.text-\[\#8b8b8b\] {
  --tw-text-opacity: 1;
  color: rgba(139, 139, 139, var(--tw-text-opacity));
}
.text-grey-2 {
  color: var(--grey-2);
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.placeholder-transparent::-moz-placeholder {
  color: transparent;
}
.placeholder-transparent::placeholder {
  color: transparent;
}
.placeholder-grey-1::-moz-placeholder {
  color: var(--grey-1);
}
.placeholder-grey-1::placeholder {
  color: var(--grey-1);
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-\[0\.82\] {
  opacity: 0.82;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-darken {
  mix-blend-mode: darken;
}
.shadow-cart-shadow {
  --tw-shadow: 0px 10px 8px 0px rgba(244,244,244,1);
  --tw-shadow-colored: 0px 10px 8px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0_3px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 3px 4px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 3px 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0_-5px_10px_-3px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 -5px 10px -3px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 -5px 10px -3px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0_0_4px_0_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 4px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.\!outline-0 {
  outline-width: 0px !important;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tns-outer{padding:0 !important}
.tns-outer [hidden]{display:none !important}
.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}
.tns-slider{transition:all 0s}
.tns-slider>.tns-item{box-sizing:border-box}
.tns-horizontal.tns-subpixel{white-space:nowrap}
.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}
.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}
.tns-horizontal.tns-no-subpixel>.tns-item{float:left}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}
.tns-no-calc{position:relative;left:0}
.tns-gallery{position:relative;left:0;min-height:1px}
.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}
.tns-gallery>.tns-slide-active{left:auto !important}
.tns-gallery>.tns-slide-active{position:relative}
.tns-gallery>.tns-moving{transition:all 0.25s}
.tns-autowidth{display:inline-block}
.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}
.tns-lazy-img.tns-complete{opacity:1}
.tns-ah{transition:height 0s}
.tns-ovh{overflow:hidden}
.tns-visually-hidden{position:absolute;left:-10000em}
.tns-transparent{opacity:0;visibility:hidden}
.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}
.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}
.tns-vpfix{white-space:nowrap}
.tns-vpfix>div,.tns-vpfix>li{display:inline-block}
.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}
.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}
.tns-t-ct:after{content:'';display:table;clear:both}
.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 100vw;
}
.hide-preview-bar #preview-bar-iframe {
  display: none;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.boost-sd__sorting .boost-sd__sorting-list--active {
  z-index: 11;
}
h1, 
.h1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5rem;
}
@media (min-width: 1024px) {

  h1, 
.h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
h2, 
.h2 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.125rem;
}
@media (min-width: 1024px) {

  h2, 
.h2 {
    font-size: 2.625rem;
    line-height: 3.375rem;
  }
}
h3, 
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
@media (min-width: 1024px) {

  h3, 
.h3 {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}
h4, 
.h4 {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {

  h4, 
.h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
  }
}
h5, 
.h5 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  h5, 
.h5 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
h6, 
.h6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {

  h6, 
.h6 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.sub-small {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.sub-regular {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
}
.sub-large {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.caps-small {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25rem;
  letter-spacing: 0.025rem;
}
.caps-regular {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.375rem;
  letter-spacing: 0.05rem;
}
.caps-large {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
}
p, 
.text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-large {
  font-size: 1.125rem;
  line-height: 1.688rem;
}
.text-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xsmall {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.p-inherit p {
  color: inherit;
  font-size: inherit;
}
.span-inherit span {
  color: inherit;
  font-size: inherit;
}
h1,  .h1 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (min-width: 1024px) {

  h1,  .h1 {
    font-size: 48px;
    line-height: 54px;
  }
}
h2,  .h2 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (min-width: 1024px) {

  h2,  .h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
h3,  .h3 {
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
}
@media (min-width: 1024px) {

  h3,  .h3 {
    font-size: 32px;
    line-height: 36px;
  }
}
h4,  .h4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25rem;
}
@media (min-width: 1024px) {

  h4,  .h4 {
    font-size: 24px;
    line-height: 28px;
  }
}
h5,  .h5 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
@media (min-width: 1024px) {

  h5,  .h5 {
    font-size: 24px;
    line-height: 32px;
  }
}
h6,  .h6 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.188rem;
}
@media (min-width: 1024px) {

  h6,  .h6 {
    font-size: 18px;
    line-height: 24px;
  }
}
p {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}
.sub-large {
  font-family: Carattere, cursive;
  font-size: 36px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0em;
}
.sub-regular {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0em;
}
.sub-small {
  font-family: Carattere, cursive;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0em;
}
.sub-heading-large {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
}
.sub-heading-regular {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3px;
  font-weight: 500;
  text-transform: uppercase;
}
.sub-heading-small {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
}
blockquote {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 690px;
  border-left-width: 4px;
  border-color: var(--secondary-active);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.25rem;
  color: var(--secondary);
}
@media (min-width: 1024px) {

  blockquote {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
blockquote span {
  margin-top: 0.75rem;
  display: block;
  font-family: Carattere, cursive;
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--secondary);
}
ol,  ul {
  padding-left: 2.5rem;
  padding-top: 0px;
}
ol li::marker {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  color: var(--primary);
}
ol li {
  position: relative;
  list-style-type: none;
  padding-left: 1.25rem;
  padding-bottom: 1.5rem;
}
ol li::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 2px;
  height: 20px;
  background: #D2D4D6;
}
ol li::marker {
  content: counter(list-item)"\a0\a0";
}
ul {
  list-style-type: circle;
  padding-left: 2.5rem;
}
ul li {
  padding-left: 1.25rem;
  padding-bottom: 1.5rem;
}
details {
  border-bottom-width: 1px;
  border-color: var(--grey-1);
}
details:first-of-type {
  border-top-width: 1px;
}
details summary {
  position: relative;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
}
details summary::after {
  --tw-content: '';
  content: var(--tw-content);
}
details[open] summary::after {

}
details summary::-webkit-details-marker,
details summary::marker {
  display: none;
}
.button {
  border-radius: 0.25rem;
  border-width: 2px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button--primary {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--white);
}
.button--primary {
  }
.button--primary {
  }
.button--primary:hover {
  border-color: var(--grey-1);
  background-color: var(--grey-1);
  color: var(--white);
}
.button--primary.button--outline {
  background-color: transparent;
  color: var(--black);
}
.button--primary.button--outline {
  }
.button--primary.button--outline {
  }
.button--primary.button--outline:hover {
  background-color: var(--tan-1);
  color: var(--black);
}
.button--secondary {
  border-radius: 0.25rem;
  border-color: var(--black);
  background-color: transparent;
  color: var(--black);
}
.button--secondary {
  }
.button--secondary {
  }
.button--secondary:hover {
  border-color: var(--black);
  background-color: var(--tan-1);
  color: var(--black);
}
.button--secondary-white {
  border-radius: 0.25rem;
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}
.button--secondary-white {
  }
.button--secondary-white {
  }
.button--secondary-white:hover {
  border-color: var(--black);
  background-color: var(--tan-1);
  color: var(--black);
}
.button--secondary.button--outline {
  background-color: transparent;
  color: var(--black);
}
.button--secondary.button--outline {
  }
.button--secondary.button--outline {
  }
.button--secondary.button--outline:hover {
  background-color: var(--tan-1);
  color: var(--black);
}
.button--ghost {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--black);
  background-color: transparent;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  color: var(--black);
}
.button--ghost {
  }
.button--ghost {
  }
.button--ghost:hover {
  border-color: var(--black);
  background-color: transparent;
  color: var(--black);
}
.button--ghost-two {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--black);
  background-color: transparent;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  color: var(--black);
}
.button--ghost-two {
  }
.button--ghost-two {
  }
.button--ghost-two:hover {
  border-color: var(--black);
  background-color: var(--tan-1);
  color: var(--black);
}
.button--tertiary {
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--white);
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;
  color: var(--black);
}
.button--tertiary {
  }
.button--tertiary {
  }
.button--tertiary:hover {
  border-color: var(--tan-1);
  background-color: var(--tan-1);
  color: var(--black);
}
.button.button--short {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  font-size: 0.688rem;
}
.button.button--short-mobile {
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  font-size: 0.688rem;
}
@media (min-width: 1024px) {

  .button.button--short-mobile {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.button.button--ghost.button--short, 
.button.button--ghost-two.button--short, 
.button.button--tertiary.button--short {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.button--narrow {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.button[disabled] {
  pointer-events: none;
  touch-action: none;
  border-color: var(--grey-3);
  background-color: var(--grey-3);
  --tw-text-opacity: 1;
  color: rgba(77, 86, 95, var(--tw-text-opacity));
}
.button.button--ghost[disabled] {
  border: 1px solid transparent;
  background: rgba(255,255,255,0.2);
}
.button.button--tertiary[disabled] {
  border-color: var(--grey-3);
}
.button.button--ghost-two[disabled] {
  border-style: dashed;
  border-color: var(--grey-2);
  background-color: transparent;
}
.right-cart {
  right: -30rem;
}
.image-wrap {
  position: relative;
}
.image-wrap::before {
  display: block;
  width: 100%;
  border-radius: 4px;
  content: "";
  padding-bottom: 100%;
  background-color: #f4f4f4;
}
.image-wrap img {
  mix-blend-mode: darken;
}
.cart-overlay {
  -webkit-animation: animateopacity 0.5s;
          animation: animateopacity 0.5s;
}
@-webkit-keyframes animateopacity {
  from { opacity: 0; }
  to { opacity: 0.5; }
}
@keyframes animateopacity {
  from { opacity: 0; }
  to { opacity: 0.5; }
}
.ls-recommendation-box[data-box-type=Upsell] .ls-ul {
  padding: 0 20px !important;
}
.ls-recommendation-box[data-box-type=Upsell] .ls-ul .ls-li {
  padding: 20px 16px !important;
}
.ls-recommendation-box[data-box-type=Upsell] .ls-ul .ls-li {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(0 0 0 0.1);
}
.ls-recommendation-box[data-box-type=Upsell] .ls-message {
  font-size: 14px;
  font-weight: 400;
}
.ccontain {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 85rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ccontain-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 60.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--white);
}
input::placeholder, 
textarea::placeholder {
  color: var(--white);
}
input::-moz-placeholder, textarea::-moz-placeholder {
  }
input::placeholder, 
textarea::placeholder {
  }
input::-moz-placeholder, textarea::-moz-placeholder {
  }
input::placeholder, 
textarea::placeholder {
  }
input[type="submit"] {
  cursor: pointer;
}
input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"], 
input[type="date"], 
input[type="tel"] {
  min-width: 16rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--grey-2);
  background-color: var(--white);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--grey-1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
textarea:-moz-placeholder-shown, input[type="text"]:-moz-placeholder-shown, input[type="number"]:-moz-placeholder-shown, input[type="email"]:-moz-placeholder-shown, input[type="date"]:-moz-placeholder-shown, input[type="tel"]:-moz-placeholder-shown {

}
textarea:placeholder-shown,
input[type="text"]:placeholder-shown,
input[type="number"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="date"]:placeholder-shown,
input[type="tel"]:placeholder-shown {

}
input[type="text"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="password"]:hover, 
input[type="tel"]:hover, 
input[type="date"]:hover, 
textarea:hover {
  border-color: var(--grey-1);
}
input[type="text"]:active,
input[type="number"]:active,
input[type="email"]:active,
input[type="password"]:active,
input[type="tel"]:active,
input[type="date"]:active,
textarea:active {
  outline-color: var(--ada-outline);
  border-color: var(--grey-1);
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline-color: var(--ada-outline);
  border-width: 2px;
  border-color: var(--grey-1);
}
input[type="text"].search-input {
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
input.input-invalid,
input.input-invalid:active,
input.input-invalid:focus,
textarea.input-invalid,
textarea.input-invalid:active,
textarea.input-invalid:focus {
  outline-color: var(--error);
  border-color: var(--error);
  background-color: var(--error-2);
}
input.input-invalid::-moz-placeholder, textarea.input-invalid::-moz-placeholder {
  color: var(--error-2);
}
input.input-invalid::placeholder, 
textarea.input-invalid::placeholder {
  color: var(--error-2);
}
.input-wrap__error {
  position: absolute;
  left: 0px;
  top: calc(100% + 0.875rem);
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: var(--error);
}
.input-wrap {
  position: relative;
  display: inline-block;
}
.input-wrap label {
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-translate-y: -6%;
  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: pointer;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: 0.063rem;
  color: var(--grey-1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input-wrap input, 
.input-wrap textarea {
  padding-top: 14px;
  padding-bottom: 2px;
}
.input-wrap input:-moz-placeholder-shown + label, .input-wrap textarea:-moz-placeholder-shown + label {
  left: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  letter-spacing: 0em;
}
.input-wrap input:placeholder-shown + label, 
.input-wrap textarea:placeholder-shown + label {
  left: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
  letter-spacing: 0em;
}
.input-wrap input:-moz-placeholder-shown, .input-wrap textarea:-moz-placeholder-shown {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input-wrap input:placeholder-shown, 
.input-wrap textarea:placeholder-shown {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input-wrap input:focus:-moz-placeholder-shown + label, .input-wrap input:active:-moz-placeholder-shown + label, .input-wrap textarea:focus:-moz-placeholder-shown + label, .input-wrap textarea:active:-moz-placeholder-shown + label {
  left: 1rem;
  padding-left: 0.5rem;
}
.input-wrap input:focus:placeholder-shown + label, 
.input-wrap input:active:placeholder-shown + label, 
.input-wrap textarea:focus:placeholder-shown + label, 
.input-wrap textarea:active:placeholder-shown + label {
  left: 1rem;
  padding-left: 0.5rem;
}
.input-wrap textarea:-moz-placeholder-shown + label {
  top: 1.4rem;
  left: 0.9rem;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.input-wrap textarea:placeholder-shown + label {
  top: 1.4rem;
  left: 0.9rem;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}
textarea {
  height: 10.5rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--grey-2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--grey-1);
}
.input-error {
  margin-top: 0.25rem;
  color: var(--error);
  font-size: 0.75rem;
  line-height: 1.125rem;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
a {
  position: relative;
  font-weight: 500;
  color: var(--secondary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  a:hover {
    color: var(--secondary-active);
  }
}
.normal-link {
  position: relative;
  font-weight: 500;
  color: var(--secondary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.normal-link:hover {
  color: var(--secondary);
}
.normal-link::after {
  position: absolute;
  left: 0px;
  bottom: -0.25rem;
  height: 0.125rem;
  width: 0px;
  background-color: var(--secondary);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}
.normal-link:hover::after {
  width: 100%;
}
.focus-link {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.063rem;
  color: var(--black);
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.focus-link {
  }
.focus-link {
  }
.focus-link:hover {
  color: var(--black);
}
.focus-link:hover {
  }
.focus-link:hover {
  }
.focus-link::after {
  position: absolute;
  left: 0px;
  bottom: -0.25rem;
  height: 0.125rem;
  width: 0px;
  background-color: var(--black);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: var(--tw-content);
}
.focus-link:hover::after {
  width: 100%;
  background-color: var(--black);
}
.check-wrap, 
.radio-wrap {
  display: inline-flex;
  align-items: center;
}
input[type="radio"], 
input[type="checkbox"] {
  position: relative;
  margin-right: 0.75rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  border-color: var(--grey-1);
  background-color: var(--white);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:active {
  outline-color: var(--ada-outline);
}
input[type="radio"]:checked, 
input[type="checkbox"]:checked {
  border-color: var(--grey-1);
  background-color: var(--white);
}
input[type="radio"] {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
}
input[type="radio"]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  width: 0px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: var(--grey-1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="radio"]:checked::before {
  height: 0.75rem;
  width: 0.75rem;
}
input[type="radio"] + label, 
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"] {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.125rem;
}
input[type="checkbox"]:checked::after {
  content: url("data:image/svg+xml; utf8, <svg width=\"8\" height=\"11\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6.363.57.948.318a.25.25 0 0 1 .157.317L4.34 10.543a.25.25 0 0 1-.206.169l-1.03.128a.25.25 0 0 1-.241-.113L.224 6.615A.25.25 0 0 1 .3 6.27l.842-.54a.25.25 0 0 1 .346.075l1.595 2.488a.25.25 0 0 0 .448-.056L6.046.728A.25.25 0 0 1 6.363.57Z\" fill=\"202020\" fill-rule=\"nonzero\"/></svg>");
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  --tw-rotate: 25deg;
  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));
  color: var(--white);
}
input[type="checkbox"]:checked::after {
  }
input[type="checkbox"]:checked::after {
  }
input[type="radio"][disabled], 
input[type="checkbox"][disabled] {
  background-color: var(--grey-3);
  opacity: 0.5;
}
.price-slider {
  -webkit-appearance: none;
  pointer-events: none;
  height: 0.5rem;
  width: 100%;
  background-color: transparent;
  touch-action: none;
}
/* Input Thumb */
.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--black);
  background-color: var(--white);
  touch-action: auto;
  border: 1px solid black;
}
/* Input Track */
.price-slider::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  pointer-events: none;
  border-width: 0px;
  background-color: transparent;
  touch-action: none;
}
.scrollbar {
  overflow-x: auto;
}
.scrollbar::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0.5rem;
  background-color: var(--grey-1);
}
.scrollbar::-webkit-scrollbar-track-piece {
  background-color: var(--grey-2);
}
.scrollbar--white::-webkit-scrollbar-track-piece {
  --tw-bg-opacity: 0;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-mandatory {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.snap-center {
  scroll-snap-align: center;
}
.select-wrap {
  position: relative;
  display: inline-block;
}
.select-wrap::after {
  content: url("data:image/svg+xml; utf8, <svg width=\"12\" height=\"7\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.4697 0.469727L11.5303 1.53039L6.53033 6.53039C6.26406 6.79665 5.8474 6.82086 5.55378 6.603L5.46967 6.53039L0.469666 1.53039L1.53033 0.469727L6 4.93906L10.4697 0.469727Z\" fill=\"2F89AF\"/></svg>");
  touch-action: none;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
}
.select-wrap label {
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 0px;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
select:hover {
  border-color: var(--grey-1);
}
select:active {
  outline-color: var(--ada-outline);
  border-color: var(--grey-1);
}
select:focus {
  outline-color: var(--ada-outline);
  border-width: 2px;
  border-color: var(--grey-1);
}
.select-wrap select:active, 
.select-wrap select:focus {
  border-radius: 0px;
}
select {
  height: 3rem;
  min-width: 16rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: var(--grey-2);
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 2.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--grey-1);
}
table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-top-width: 4px;
  border-color: var(--grey-1);
}
td,  th {
  border-width: 1px;
  border-color: var(--grey-2);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  text-align: left;
}
,  {

  /* .theme-section-column .up-content {
    @apply grid h-[calc(100%-255px)] lg:h-[calc(100%-282px)];
  }

  .has-eyebrow .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title.has-eyebrow .up-content {
    grid-template-rows: minmax(30px, 95px) fit-content(200px);
  } */

  /* .theme-section-column .up-content {
    @apply grid h-[calc(100%-255px)] lg:h-[calc(100%-282px)];
  }

  .has-eyebrow .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title.has-eyebrow .up-content {
    grid-template-rows: minmax(30px, 95px) fit-content(200px);
  } */

}
 .theme-section-column .up-contenttd .button,  
   .theme-section-column .up-contenttd .focus-link,  
   .theme-section-column .up-content th .button,  
   .theme-section-column .up-content th .focus-link {
  margin-left: 0px;
}
 .theme-section-column .up-contenttd .button,  
   .theme-section-column .up-contenttd .focus-link,  
   .theme-section-column .up-content th .button,  
   .theme-section-column .up-content th .focus-link {
  margin-left: 0px;
}
/* .theme-section-column .up-content div:not(.content):not(.eyebrows) {
    @apply self-end;
  } */
 .theme-section-column .up-contenttd .button,  
   .theme-section-column .up-contenttd .focus-link,  
   .theme-section-column .up-content th .button,  
   .theme-section-column .up-content th .focus-link {
  margin-left: 0px;
}
/* .theme-section-column .up-content div:not(.content):not(.eyebrows) {
    @apply self-end;
  } */
 .theme-section-column .up-contenttd .button,  
   .theme-section-column .up-contenttd .focus-link,  
   .theme-section-column .up-content th .button,  
   .theme-section-column .up-content th .focus-link {
  margin-left: 0px;
}
th {
  background-color: var(--tan-2);
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--grey-1);
}
td {
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--grey-1);
}
.scrollbar {
  overflow: auto;
}
.carousel-button.overlay {
  background: rgba(0,0,0,0.16);
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
  position: absolute;
  bottom: 8px;
  z-index: 20;
  width: 100%;
}
.tns-nav > [aria-controls] {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 16px;
  border-radius: 50%;
  background: #4B4B4B;
  border: 1px solid #F9F7F3;
  opacity: 0.32;
  transition: opacity 0.3s ease-in-out;
}
.tns-nav > [aria-controls].tns-nav-active {
  opacity: 1;
}
.tns-outer > button {
  display: none;
}
.embed-container {
  height: calc(100% - 60px);
}
@media screen and (min-width: 768px) {
  .tns-nav {
    bottom: 14px;
  }
  .embed-container {
    height: calc(80vh - 70px);
  }
}
@media screen and (min-width: 1024px) {
  .embed-container {
    height: 100%;
  }
}
.limespot-recommendation-box-carousel {
  padding-bottom: 2rem !important;
}
.limespot-recommendation-box-item {
  margin-right: 1rem !important;
}
@media (min-width: 1024px) {

  .limespot-recommendation-box-item {
    margin-right: 30px !important;
  }
}
.limespot-recommendation-box {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .limespot-recommendation-box {
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
  }
}
@media screen and (max-width: 767px) {
  img.ls-image {
    max-height: 277px !important;
    max-width: 277px !important;
  }
  .limespot-recommendation-box-item {
    min-width: 277px !important;
    max-width: 277px !important;
    flex-basis: 277px !important;
  }
}
.ls-box-title {
  margin-bottom: 0.625rem !important;
}
.ls-box-title {
  text-transform: uppercase;
  letter-spacing: 0.188rem;
}
.ls-info-wrap {
  text-align: left;
}
 {

  /* .theme-section-column .up-content {
    @apply grid h-[calc(100%-255px)] lg:h-[calc(100%-282px)];
  }

  .has-eyebrow .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title.has-eyebrow .up-content {
    grid-template-rows: minmax(30px, 95px) fit-content(200px);
  } */

  /* .theme-section-column .up-content {
    @apply grid h-[calc(100%-255px)] lg:h-[calc(100%-282px)];
  }

  .has-eyebrow .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title.has-eyebrow .up-content {
    grid-template-rows: minmax(30px, 95px) fit-content(200px);
  } */

}
 .theme-section-column .up-content.ls-info-wrap .button,  
   .theme-section-column .up-content.ls-info-wrap .focus-link {
  margin-left: 0px;
}
 .theme-section-column .up-content.ls-info-wrap .button,  
   .theme-section-column .up-content.ls-info-wrap .focus-link {
  margin-left: 0px;
}
/* .theme-section-column .up-content div:not(.content):not(.eyebrows) {
    @apply self-end;
  } */
 .theme-section-column .up-content.ls-info-wrap .button,  
   .theme-section-column .up-content.ls-info-wrap .focus-link {
  margin-left: 0px;
}
/* .theme-section-column .up-content div:not(.content):not(.eyebrows) {
    @apply self-end;
  } */
 .theme-section-column .up-content.ls-info-wrap .button,  
   .theme-section-column .up-content.ls-info-wrap .focus-link {
  margin-left: 0px;
}
.ls-image-wrap {
  flex: 1 1 150px !important;
}
.ls-image-wrap {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .ls-image-wrap {
    flex: 1 1 200px !important;
  }
}
.ls-image-wrap::before {
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  content: "";
  padding-bottom: 100%;
  background-color: #f4f4f4;
}
.ls-image-wrap:hover::before {
  /* background-color: #ffffff; */
}
img.ls-image {
  right: 0.5rem !important;
  left: 0.5rem !important;
}
img.ls-image {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media (min-width: 1024px) {

  img.ls-image {
    right: 1.25rem !important;
    left: 1.25rem !important;
  }
}
img.ls-image {
  width: calc(100% - 16px) !important;
  height: calc(100% - 16px) !important;
}
img.ls-image {
  mix-blend-mode: darken;
}
@media screen and (min-width: 1024px) {
  img.ls-image {
    width: calc(100% - 40px) !important;
    height: calc(100% - 40px) !important;
  }
}
.ls-title {
  margin-bottom: 0.625rem !important;
  padding-top: 0.625rem !important;
}
.ls-sale-sign-wrap {
  left: 0px !important;
  top: 0px !important;
}
@media (min-width: 768px) {

  .ls-sale-sign-wrap {
    left: 0.5rem !important;
    top: 0.5rem !important;
  }
}
@media (min-width: 1024px) {

  .ls-sale-sign-wrap {
    left: 0.625rem !important;
    top: 0.625rem !important;
  }
}
.ls-sale-sign {
  background-color: var(--grey-3) !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-right: 0.375rem !important;
  padding-left: 1rem !important;
  font-size: 9px !important;
}
.ls-sale-sign {
  letter-spacing: 0.125rem;
}
@media (min-width: 768px) {

  .ls-sale-sign {
    font-size: 11px !important;
  }
}
@media (min-width: 1024px) {

  .ls-sale-sign {
    padding: 0.5rem !important;
  }
}
.ls-sale-sign {
  border-top-left-radius: 6px !important;
}
.ls-sale-price {
  color: var(--black) !important;
}
.ls-price {
  margin-right: 0.625rem !important;
}
.ls-original-price.ls-original-price {
  font-weight: 500 !important;
  color: var(--grey-1) !important;
  opacity: 0.6 !important;
}
.limespot-recommendation-box-carousel-indicator.indicator-left {
  left: -2.75rem !important;
}
.limespot-recommendation-box-carousel-indicator.indicator-right {
  right: -40px !important;
}
.yotpo-sr-bottom-line-text,
.yotpo-sr-bottom-line-left-panel,
.yotpo-sr-bottom-line-new-review {
  font-size: 12px !important;
}
.yotpo-sr-bottom-line-text,
.yotpo-sr-bottom-line-left-panel,
.yotpo-sr-bottom-line-new-review {
  color: #4b4b4b;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.yotpo-sr-bottom-line-left-panel {
  text-decoration: none !important;
  margin-bottom: 0 !important;
}
.yotpo-sr-vertical-border {
  display: none !important;
}
.yotpo-sr-bottom-line-text:before {
  content: "(";
}
.yotpo-sr-bottom-line-text:after {
  content: ")";
}
.yotpo-sr-bottom-line-summary > div {
  margin-right: 5px !important;
}
.star-container {
  margin-top: -2px;
}
.yotpo-header-container .yotpo-layout-header-wrapper,
.yotpo-header-container .yotpo-bottom-line {
  flex-direction: row !important;
}
.yotpo-layout-header-wrapper {
  justify-content: space-between !important;
}
.yotpo-new-review-btn-wrapper .yotpo-btn-s {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: auto 5px !important;
}
.yotpo-main-reviews-widget {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 85rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {

  .yotpo-main-reviews-widget {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}
.yotpo-display-s .yotpo-head {
  margin-top: 0 !important;
}
.yotpo-display-s .yotpo-head {
  margin-bottom: 16px;
}
.yotpo-new-review-btn .yotpo-btn-s {
  padding: 0 10px !important;
}
.yotpo-main-layout .yotpo-border-margin,
.yotpo-display-l .yotpo-main-layout .yotpo-head,
.yotpo-display-m .yotpo-main-layout .yotpo-head {
  margin-top: 24px !important;
}
.yotpo-reviews-pagination-container {
  margin-bottom: 24px !important;
}
.yotpo-new-review-btn.yotpo-btn-s {
  background-color: var(--black) !important;
  border-radius: 0 !important;
  padding: 0 8px !important;
  border-radius: 0.25rem !important;
}
.yotpo-new-review-btn.yotpo-btn-s {
  border-color: var(--black);
  color: var(--white);
  border-width: 2px;
}
.yotpo-new-review-submit {
  color: white !important;
}
.yotpo-new-review-btn.yotpo-btn-s:hover {
  background-color: var(--grey-1) !important;
}
.yotpo-new-review-btn.yotpo-btn-s:hover {
  color: var(--white);
}
.yotpo-modal *:not(.yotpo-new-review-submit) {
  color: #050506 !important;
}
@media (max-width: 796px) {
  .yotpo-display-s .yotpo-head .yotpo-headline {
    margin-top: 0 !important;
  }

  .yotpo-header-container .yotpo-layout-header-wrapper,
  .yotpo-header-container .yotpo-bottom-line {
    flex-direction: column !important;
  }
}
[data-lang-switcher] {
  position: relative;
  cursor: pointer;
}
.nav-main {
  position: relative;
  z-index: 50;
}
.nav-menus {
  z-index: 10 !important;
}
.lang-dropdown {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  min-width: 150px;
  border-width: 1px;
  background-color: var(--white);
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.lang-dropdown.active {
  top: 1.75rem;
}
.lang-dropdown.active {
  display: flex;
}
.lang-dropdown.active {
  flex-direction: column;
}
.lang-dropdown.active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.lang-dropdown.active > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--grey-2);
}
.lang-dropdown.active {
  border-width: 1px;
}
.lang-dropdown.active {
  border-color: var(--grey-2);
}
.lang-dropdown.active .lang-option {
  position: relative;
}
.lang-dropdown.active .lang-option {
  display: flex;
}
.lang-dropdown.active .lang-option {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.lang-dropdown.active .lang-option {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.lang-dropdown.active .lang-option {
  font-size: 16px;
}
.lang-dropdown.active .lang-option {
  color: var(--black);
}
.lang-option {
  }
.lang-option {
  }
.lang-dropdown.active .lang-option svg {
  position: absolute;
}
.lang-dropdown.active .lang-option svg {
  right: 1.5rem;
}
.lang-dropdown.active .lang-option svg {
  display: none;
}
.lang-dropdown.active .lang-option.active svg {
  display: block;
}
[data-lang-switcher]:hover .header-icon-globe path {
  fill: #10669e;
}
body.header-nav-opened {
  touch-action: none;
}
body.header-nav-opened {
  overflow: hidden;
}
body.header-nav-opened {
  scroll-behavior: auto;
}
@media (min-width: 1024px) {

  body.header-nav-opened {
    overflow: auto;
  }
}
body.header-nav-opened div[id^="trustbadge-container"] {
  display: none;
}
.siteHeader svg {
  max-width: 100%;
}
.siteHeader.sticky {
  border-bottom-width: 1px;
  border-color: var(--grey-2);
}
@media screen and (min-width: 1024px) {
  .siteHeader {
    position: relative;
  }
}
[data-annoucement-message] a {
  color: var(--tan-1);
}
[data-annoucement-message] a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
[data-site-promo-message] a {
  transition-property: none;
}
[data-site-promo-message].text-black a {
  color: var(--secondary-active);
}
[data-site-promo-message].text-white a {
  color: var(--white);
}
a {
  }
a {
  }
[data-cart-item-count="0"] {
  display: none;
}
[data-header-nav-toggler] [data-header-nav-toggler-close] {
  display: none;
}
[data-header-nav-toggler].active [data-header-nav-toggler-open] {
  display: none;
}
[data-header-nav-toggler].active [data-header-nav-toggler-close] {
  display: block;
}
[data-header-nav] {
  top: 110px;
  left: -100%;
  bottom: 0px;
  z-index: 999999999999;
  background-color: var(--white);
  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 (min-width: 1024px) {

  [data-header-nav] {
    top: auto !important;
  }

  [data-header-nav] {
    left: auto;
    bottom: auto;
  }
}
[data-header-nav].active {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  [data-header-nav].active {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
[data-header-dropdown-menu] {
  display: block;
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: auto;
  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 (min-width: 1024px) {

  [data-header-dropdown-menu] {
    display: none;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
  }
}
[data-header-dropdown-menu].active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
[data-header-dropdown-menu-parent]:hover [data-header-dropdown-menu], [data-header-dropdown-menu-parent].active [data-header-dropdown-menu] {
  -webkit-animation: fadeIn .3s ease-in;
          animation: fadeIn .3s ease-in;
}
@media (min-width: 1024px) {

  [data-header-dropdown-menu-parent]:hover [data-header-dropdown-menu], [data-header-dropdown-menu-parent].active [data-header-dropdown-menu] {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
      [data-header-dropdown-menu-parent]:hover [data-header-dropdown-menu], [data-header-dropdown-menu-parent].active [data-header-dropdown-menu] {
        -webkit-animation: none;
                animation: none;
      }
    }
@media (min-width: 1024px) {

  [data-header-dropdown-menu-parent]:hover [data-header-dropdown-open] {
    color: var(--secondary);
  }
}
[data-header-dropdown-menu-parent]:hover [data-header-dropdown-open-border] {
  width: 100%;
}
@keyframes fadeIn {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.nav-opened {
  -webkit-animation: fadeIn .3s ease-in;
          animation: fadeIn .3s ease-in;
}
@media (min-width: 1024px) {

  .nav-opened {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
.nav-opened {
    -webkit-animation: none;
            animation: none
}
  }
[data-header-dropdown-open] {
  position: relative;
}
[data-header-dropdown-open-border] {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: none;
  height: 0.125rem;
  width: 0px;
  background-color: var(--secondary);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  [data-header-dropdown-open-border] {
    display: block;
  }
}
[data-header-menu-toggler] [data-toggler-icon-active] {
  display: none;
}
[data-header-menu-toggler].active [data-toggler-icon-inactive] {
  display: none;
}
[data-header-menu-toggler].active [data-toggler-icon-active] {
  display: block;
}
[data-header-dropdown-submenu].active {
  max-height: 500px;
}
a[data-header-dropdown-submenu-toggler] {
  position: relative;
}
@media (min-width: 1024px) {

  a.hover-line::after {
    position: absolute;
    left: 0px;
    bottom: -0.125rem;
    height: 0.125rem;
    width: 0px;
    background-color: var(--primary);
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: '';
    content: var(--tw-content);
  }

  a.hover-line:hover::after {
    content: var(--tw-content);
    width: 100%;
  }
}
[data-header-dropdown-submenu-toggler-icon] {
  height: 1.5rem;
  width: 1.5rem;
}
[data-header-dropdown-submenu-toggler-icon]::before {
  --tw-content: '';
  content: var(--tw-content);
}
[data-header-dropdown-submenu-toggler-icon]::after {
  --tw-content: '';
  content: var(--tw-content);
}
[data-header-dropdown-submenu-toggler-icon]:before {
  position: absolute;
}
[data-header-dropdown-submenu-toggler-icon]:before {
  left: 50%;
}
[data-header-dropdown-submenu-toggler-icon]:before {
  top: 50%;
}
[data-header-dropdown-submenu-toggler-icon]:before {
  display: block;
}
[data-header-dropdown-submenu-toggler-icon]:before {
  height: 1px;
}
[data-header-dropdown-submenu-toggler-icon]:before {
  width: 0.625rem;
}
[data-header-dropdown-submenu-toggler-icon]:before {
  --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));
}
[data-header-dropdown-submenu-toggler-icon]:before {
  --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));
}
[data-header-dropdown-submenu-toggler-icon]:before {
  background-color: var(--black);
}
[data-header-dropdown-submenu-toggler-icon]:after {
  position: absolute;
}
[data-header-dropdown-submenu-toggler-icon]:after {
  left: 50%;
}
[data-header-dropdown-submenu-toggler-icon]:after {
  top: 50%;
}
[data-header-dropdown-submenu-toggler-icon]:after {
  display: block;
}
[data-header-dropdown-submenu-toggler-icon]:after {
  height: 1px;
}
[data-header-dropdown-submenu-toggler-icon]:after {
  width: 0.625rem;
}
[data-header-dropdown-submenu-toggler-icon]:after {
  --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));
}
[data-header-dropdown-submenu-toggler-icon]:after {
  --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));
}
[data-header-dropdown-submenu-toggler-icon]:after {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[data-header-dropdown-submenu-toggler-icon]:after {
  background-color: var(--black);
}
[data-header-dropdown-submenu-toggler-icon]:after {
  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;
}
[data-header-dropdown-submenu-toggler-icon]:after {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
[data-header-dropdown-submenu-toggler].active [data-header-dropdown-submenu-toggler-icon]:after {
  --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));
}
[data-footer-block].active [data-footer-block-icon]:after {
  --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));
}
[data-footer-block].active [data-footer-block-icon]:after {
  --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));
}
[data-footer-block].active [data-footer-block-icon]:after {
  --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));
}
[data-footer-block].active [data-footer-block-body] {
  display: block;
}
[data-footer-block-icon] {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
}
[data-footer-block-icon]::before {
  --tw-content: '';
  content: var(--tw-content);
}
[data-footer-block-icon]::after {
  --tw-content: '';
  content: var(--tw-content);
}
[data-footer-block-icon]:before {
  position: absolute;
}
[data-footer-block-icon]:before {
  left: 50%;
}
[data-footer-block-icon]:before {
  top: 50%;
}
[data-footer-block-icon]:before {
  height: 1px;
}
[data-footer-block-icon]:before {
  width: 0.625rem;
}
[data-footer-block-icon]:before {
  --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));
}
[data-footer-block-icon]:before {
  --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));
}
[data-footer-block-icon]:before {
  background-color: var(--white);
}
[data-footer-block-icon]:after {
  position: absolute;
}
[data-footer-block-icon]:after {
  left: 50%;
}
[data-footer-block-icon]:after {
  top: 50%;
}
[data-footer-block-icon]:after {
  height: 1px;
}
[data-footer-block-icon]:after {
  width: 0.625rem;
}
[data-footer-block-icon]:after {
  --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));
}
[data-footer-block-icon]:after {
  --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));
}
[data-footer-block-icon]:after {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[data-footer-block-icon]:after {
  background-color: var(--white);
}
.collection-seo--description {
  max-height: 6rem;
  overflow: hidden;
}
@media (min-width: 1024px) {

  .collection-seo--description {
    max-height: 3rem;
  }
}
.collection-seo--description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.collection-seo--description * {
  font-size: 0.875rem;
}
.collection-seo--description * {
  font-weight: 400;
}
.collection-seo--description * {
  line-height: 1.375rem;
}
@media (min-width: 1024px) {
.collection-seo--description {
    -webkit-line-clamp: 2
}
  }
.collection-seo--description.normal {
  display: block;
}
.collection-seo--description.normal {
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
.collection-seo--description.collapsed {
  display: block;
}
.collection-seo--description.collapsed {
  max-height: 100%;
}
.collection-seo--description.collapsed {
    -webkit-line-clamp: initial;
    -webkit-box-orient: initial;
  }
html[lang="de"] .seo-btn-fr {
  display: none;
}
html[lang="fr"] .seo-btn-de {
  display: none;
}
[data-brand-carousel-container] .tns-nav {
  left: 2rem;
}
[data-brand-carousel-container] .tns-nav {
  right: 2rem;
}
[data-brand-carousel-container] .tns-nav {
  bottom: 0.25rem;
}
[data-brand-carousel-container] .tns-nav {
  margin: 0px;
}
[data-brand-carousel-container] .tns-nav {
  display: flex;
}
[data-brand-carousel-container] .tns-nav {
  width: auto;
}
[data-brand-carousel-container] .tns-nav {
  align-items: center;
}
[data-brand-carousel-container] .tns-nav {
  justify-content: center;
}
@media (min-width: 768px) {

  [data-brand-carousel-container] .tns-nav {
    left: 0px;
  }
}
@media (min-width: 768px) {

  [data-brand-carousel-container] .tns-nav {
    right: 0px;
  }
}
@media (min-width: 768px) {

  [data-brand-carousel-container] .tns-nav {
    bottom: 0px;
  }
}
@media (min-width: 768px) {

  [data-brand-carousel-container] .tns-nav {
    width: 100%;
  }
}
[data-brand-carousel-container] .tns-nav > [aria-controls] {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
[data-brand-carousel] {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-height: 700px) {
  .hero-image {
    height: 40vh;
  }
}
/* .theme-section-column .up-content div:not(.content):not(.eyebrows) {
    @apply self-end;
  } */
.theme-section .theme-section-column {
  display: flex;
}
/* .theme-section-column .up-content {
    @apply grid h-[calc(100%-255px)] lg:h-[calc(100%-282px)];
  }

  .has-eyebrow .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title.has-eyebrow .up-content {
    grid-template-rows: minmax(30px, 95px) fit-content(200px);
  } */
.theme-section .theme-section-column {
  flex-direction: column;
}
.theme-section .theme-section-column {
  flex-wrap: nowrap;
}
.theme-section .theme-section-column .up-content {
  display: flex;
}
.theme-section .theme-section-column .up-content {
  flex: 1 1 0%;
}
.theme-section .theme-section-column .up-content {
  flex-direction: column;
}
.theme-section .theme-section-column .up-content {
  flex-wrap: nowrap;
}
.theme-section .theme-section-column .up-content {
  justify-content: space-between;
}
.theme-section .theme-section-column .up-content .button, 
  .theme-section .theme-section-column .up-content .focus-link {
  margin-left: auto;
  margin-right: auto;
}
.theme-section .theme-section-column .up-content .button, 
  .theme-section .theme-section-column .up-content .focus-link {
  align-self: flex-end;
}
.theme-section .theme-section-column .up-content.text-left .button, 
  .theme-section .theme-section-column .up-content.text-left .focus-link {
  margin-left: 0px;
}
.theme-section .theme-section-column .up-content .focus-link {
  margin-bottom: 0.875rem;
}
.theme-section .theme-section-column .eyebrows {
  margin-left: auto;
  margin-right: auto;
}
.theme-section .theme-section-column .eyebrows {
  display: inline-flex;
}
.customer .account-nav a {
  color: var(--grey-1);
}
.customer .account-nav a .account-nav-arrow {
  display: none;
}
.customer .account-nav.active a {
  border-radius: 4px;
}
.customer .account-nav.active a {
  background-color: var(--grey-3);
}
.customer .account-nav.active a {
  color: var(--secondary);
}
.customer .account-nav.active a .account-nav-arrow {
  display: block;
}
.customer.register input[type=checkbox] {
  min-height: 1.25rem;
}
.customer.register input[type=checkbox] {
  min-width: 1.25rem;
}
.customer.register .check-wrap {
  align-items: flex-start;
}
form .error-text {
  margin-top: 0.125rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--error);
}
form [data-js-field].has-error ~ .error-text {
  display: block;
}
.boost-sd__header-main-2 {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.boost-sd__header-main-2-content {
  position: relative !important;
}
.boost-sd__header-main-2-content {
  order: 1;
}
.boost-sd__filter-tree-horizontal-option-list:before {
  margin-right: 1rem;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: var(--grey-1);
  --tw-content: "Filtern nach:";
  content: var(--tw-content);
}
html[lang="fr"] .boost-sd__filter-tree-horizontal-option-list:before {
  --tw-content: "Filtrer par:";
  content: var(--tw-content);
}
@media (min-width: 768px) {

  .boost-sd__toolbar .boost-sd__toolbar-item--sorting {
    top: 0px;
    right: 0px;
  }
}
@media (min-width: 1024px) {

  .boost-sd__toolbar .boost-sd__toolbar-item--sorting {
    position: absolute;
  }
}
@media (min-width: 768px) {

  .boost-sd__sorting {
    display: flex;
    height: 50px;
    align-items: center;
  }
}
.boost-sd__sorting-label-wrapper {
  width: 100%;
}
.boost-sd__filter-tree-toggle-button {
  position: relative;
}
.boost-sd__filter-tree-toggle-button:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjQ2MDEgNy41MjgwN1YxLjIwMDExQzE0LjQ2MDEgMS4wMTIyOSAxNC4zMDc5IDAuODYwMTA3IDE0LjEyMDEgMC44NjAxMDdDMTMuOTMyMyAwLjg2MDEwNyAxMy43ODAxIDEuMDEyMjkgMTMuNzgwMSAxLjIwMDExVjcuNTI4MDdDMTMuMDk5OCA3LjY4MjggMTIuNTkwMSA4LjI5MjA4IDEyLjU5MDEgOS4wMTk5OUMxMi41OTAxIDkuNzQ2NjkgMTMuMDk4OCAxMC4zNTcxIDEzLjc4MDEgMTAuNTEyVjE0LjhDMTMuNzgwMSAxNC45ODc4IDEzLjkzMjMgMTUuMTQgMTQuMTIwMSAxNS4xNEMxNC4zMDc5IDE1LjE0IDE0LjQ2MDEgMTQuOTg3OCAxNC40NjAxIDE0LjhWMTAuNTEyQzE1LjE0MDQgMTAuMzU3MyAxNS42NTAxIDkuNzQ4MDIgMTUuNjUwMSA5LjAyMDExQzE1LjY1MDEgOC4yOTM0MSAxNS4xNDE0IDcuNjgzMDMgMTQuNDYwMSA3LjUyODA3Wk04LjM0MDEgMi40MjgwN1YxLjIwMDExQzguMzQwMSAxLjAxMjI5IDguMTg3OTIgMC44NjAxMDcgOC4wMDAxIDAuODYwMTA3QzcuODEyMjggMC44NjAxMDcgNy42NjAxIDEuMDEyMjkgNy42NjAxIDEuMjAwMTFWMi40MjgxOUM2Ljk3OTc2IDIuNTgyOTEgNi40NzAxIDMuMTkyMiA2LjQ3MDEgMy45MjAxMUM2LjQ3MDEgNC42NDY4IDYuOTc4NzcgNS4yNTcxOSA3LjY2MDEgNS40MTIxNFYxNC44MDAxQzcuNjYwMSAxNC45ODc5IDcuODEyMjggMTUuMTQwMSA4LjAwMDEgMTUuMTQwMUM4LjE4NzkyIDE1LjE0MDEgOC4zNDAxIDE0Ljk4NzkgOC4zNDAxIDE0LjgwMDFWNS40MTIxNEM5LjAyMDQ0IDUuMjU3NDIgOS41MzAxIDQuNjQ4MTMgOS41MzAxIDMuOTIwMjJDOS41MzAxIDMuMTkzNTMgOS4wMjE0MyAyLjU4MzE0IDguMzQwMSAyLjQyODE5VjIuNDI4MDdaTTIuMjIwMSAxMC41ODgxVjEuMjAwMTFDMi4yMjAxIDEuMDEyMjkgMi4wNjc5MiAwLjg2MDEwNyAxLjg4MDEgMC44NjAxMDdDMS42OTIyOCAwLjg2MDEwNyAxLjU0MDEgMS4wMTIyOSAxLjU0MDEgMS4yMDAxMVYxMC41ODgxQzAuODU5NzU4IDEwLjc0MjggMC4zNTAwOTggMTEuMzUyMSAwLjM1MDA5OCAxMi4wOEMwLjM1MDA5OCAxMi44MDY3IDAuODU4NzY2IDEzLjQxNzEgMS41NDAxIDEzLjU3MlYxNC44QzEuNTQwMSAxNC45ODc4IDEuNjkyMjggMTUuMTQgMS44ODAxIDE1LjE0QzIuMDY3OTIgMTUuMTQgMi4yMjAxIDE0Ljk4NzggMi4yMjAxIDE0LjhWMTMuNTcxOUMyLjkwMDQ0IDEzLjQxNzIgMy40MTAxIDEyLjgwNzkgMy40MTAxIDEyLjA4QzMuNDEwMSAxMS4zNTMzIDIuOTAxNDMgMTAuNzQyOSAyLjIyMDEgMTAuNTg4VjEwLjU4ODFaIiBmaWxsPSIjNEI0QjRCIi8+Cjwvc3ZnPgo=) !important;
}
.boost-sd__filter-tree-toggle-button:before {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
  height: 16px;
  width: 16px;
  --tw-content: "";
  content: var(--tw-content);
}
.boost-sd__filter-tree-toggle-button-icon {
  display: none !important;
}
.boost-sd-layout.boost-sd-layout--has-filter-horizontal {
  position: relative;
}
.boost-sd__header-main-2-content {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
}
@media (min-width: 768px) {

  .boost-sd__header-main-2-content {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
    padding-top: 2.5rem !important;
    padding-bottom: 2.25rem !important;
  }
}
.boost-sd__header-title {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  font-weight: 500 !important;
  letter-spacing: 4px !important;
}
@media (min-width: 768px) {

  .boost-sd__header-title {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
  }
}
.boost-sd-layout {
  margin-left: 0px !important;
  margin-right: 0px !important;
  margin-top: 0px !important;
  max-width: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (min-width: 768px) {

  .boost-sd-layout {
    margin-left: 3.4375rem !important;
    margin-right: 3.4375rem !important;
  }
}
.boost-sd__toolbar-inner {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: none !important;
}
.boost-sd__toolbar-content {
  border-width: 0px !important;
  padding-top: 0px !important;
}
@media (min-width: 768px) {

  .boost-sd__toolbar-content {
    margin-top: 1.5rem !important;
    margin-bottom: 2rem !important;
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
}
.boost-sd__button--apply {
  width: 100% !important;
  border-radius: 0.25rem !important;
  text-align: center !important;
}
.boost-sd__refine-by-horizontal-refine-by-item {
  border-radius: 0.25rem !important;
}
.boost-sd__product-count {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  color: var(--grey-1) !important;
}
.boost-sd__toolbar-item {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.boost-sd__toolbar-item--sorting {
  padding-bottom: 0px !important;
}
@media (min-width: 768px) {

  .boost-sd__toolbar-item--sorting {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
}
.boost-sd__toolbar-item--product-count {
  margin-top: 1.5rem !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
@media (min-width: 768px) {

  .boost-sd__toolbar-item--product-count {
    margin-top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
.boost-sd__sorting {
  padding-left: 3.125rem !important;
}
@media (min-width: 768px) {

  .boost-sd__sorting {
    padding-left: 0px !important;
  }
}
.boost-sd__sorting-label {
  margin-right: 1.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  text-transform: none !important;
  color: var(--grey-1) !important;
}
.boost-sd__sorting-value {
  margin-right: 0px !important;
  display: block !important;
  padding-right: 20px !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.125rem !important;
  color: var(--grey-1) !important;
}
.boost-sd__sorting-value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {

  .boost-sd__sorting-value {
    display: inline !important;
    font-size: 0.6875rem !important;
  }
}
.boost-sd__sorting-button:after {
  position: absolute !important;
  right: -0px !important;
  top: 50% !important;
  left: auto !important;
  border-right-width: 2px !important;
  border-bottom-width: 2px !important;
  border-color: var(--grey-1) !important;
}
.boost-sd__filter-tree-toggle-button-title {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--grey-1) !important;
}
.boost-sd__filter-tree-horizontal-option-list {
  border-color: var(--grey-2) !important;
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.boost-sd__filter-option-label {
  margin-bottom: 0px !important;
}
.boost-sd__filter-option-title {
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
  color: var(--grey-1) !important;
}
.boost-sd__filter-option-icon {
  height: 7px !important;
  width: 7px !important;
}
.boost-sd__product-list {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {

  .boost-sd__product-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.boost-sd__product-item {
  margin-bottom: 2.5rem !important;
}
.boost-sd__product-image {
  background-color: var(--grey-3) !important;
}
.boost-sd__product-image:hover {
  background-color: var(--white) !important;
}
.boost-sd__product-image-img--main {
  background-color: transparent !important;
  background-image: none !important;
  mix-blend-mode: darken !important;
}
.boost-sd__product-image-img--second {
  background-color: var(--white) !important;
}
.boost-sd__radio-label {
  height: 0.875rem !important;
  width: 0.875rem !important;
  min-width: 0px !important;
  padding: 0px !important;
}
@media (min-width: 768px) {

  .boost-sd__radio-label {
    height: 1.5rem !important;
    width: 1.5rem !important;
  }
}
.boost-sd__product-label {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.boost-sd__product-label-text {
  max-width: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 9px !important;
  line-height: 1rem !important;
  letter-spacing: 0.125rem !important;
}
.boost-sd__product-vendor {
  font-size: 0.6875rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.125rem !important;
  color: var(--grey-1) !important;
}
.boost-sd__product-title {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 500 !important;
  color: var(--grey-1) !important;
}
.boost-sd__product-price {
  text-transform: none !important;
}
.boost-sd__product-price-content {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
}
.boost-sd__pagination-load-more-container-button {
  margin-top: 0px !important;
}
.boost-sd__pagination-button {
  margin-top: 30px !important;
  width: 20.4375rem !important;
  border-radius: 0.25rem !important;
  background-color: var(--black) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.125rem !important;
}
@media (min-width: 768px) {

  .boost-sd__pagination-button {
    width: auto !important;
  }
}
.boost-sd__product-info {
  gap: 0px !important;
}
@media (min-width: 768px) {

  .boost-sd__product-info {
    gap: 8px !important;
  }
}
.boost-sd__product-swatch {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.boost-sd-filter-product-item__promo--cta {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background-color: rgba(249,247,243,0.82) !important;
  text-align: center !important;
}
.boost-sd-filter-product-item__promo--cta {
  position: relative;
  z-index: 10;
}
.boost-sd__custom-card-CTA--mobile {
  position: relative !important;
  display: flex !important;
  height: 0px !important;
  width: 100% !important;
  padding-bottom: 97.3% !important;
}
@media (min-width: 1024px) {

  .boost-sd__custom-card-CTA--mobile {
    display: none !important;
  }
}
.boost-sd__custom-card-CTA--mobile > div {
  position: absolute;
  left: 15px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
.boost-sd__custom-card-CTA--desktop {
  display: none !important;
}
@media (min-width: 1024px) {

  .boost-sd__custom-card-CTA--desktop {
    display: flex !important;
  }
}
.boost-sd-filter-product-item__promo--cta .button {
  border-radius: 0.25rem;
  border-color: var(--black);
  background-color: var(--black);
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 2px;
  color: var(--white);
}
.boost-sd-filter-product-item__promo--cta .button {
  }
.boost-sd-filter-product-item__promo--cta .button {
  }
.boost-sd-filter-product-item__promo--cta .button:hover {
  border-color: var(--grey-1);
  background-color: var(--grey-1);
}
.boost-sd__product-swatch-more {
  height: 18px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 1024px) {

  .boost-sd__product-swatch-more {
    height: 24px !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}
.boost-sd__product-image-img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.boost-sd__progress-bar-container {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  height: 0.25rem !important;
  width: 100% !important;
  max-width: 24rem !important;
  border-radius: 0.5rem !important;
  background-color: rgba(75,75,75,0.16) !important;
}
.boost-sd__progress-bar {
  display: block !important;
  height: 100% !important;
  border-radius: 0.5rem !important;
  background-color: var(--grey-1) !important;
}
.boost-sd__product-image-img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.boost-sd__format-currency--price-compare {
  --tw-text-opacity: 1 !important;
  color: rgba(150, 149, 149, var(--tw-text-opacity)) !important;
}
.boost-sd__wishlist {
  position: absolute !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
  z-index: 10 !important;
}
.boost-sd__product-link {
  position: static !important;
}
.boost-sd__format-currency--price-sale {
  color: var(--black) !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin
    .boost-sd__product-item:not(.boost-sd__custom-card-CTA--mobile) {
    width: calc(33% - var(--boostsd-product-list-gap-desktop));
  }
}
@media (max-width: 767px) {
  .boost-sd__product-list-grid--4-col.boost-sd__product-list--margin
    .boost-sd__product-item:not(.boost-sd__custom-card-CTA--mobile) {
    width: calc(50% - var(--boostsd-product-list-gap-mobile)) !important;
  }
}
/* Progress bar container */
.plp-progressbar {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 0.25rem;
  width: calc(100% - 48px);
  max-width: 24rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgba(224, 224, 224, var(--tw-bg-opacity));
}
.plp-progressbar-inner {
  height: 100%;
  width: 0px;
  border-radius: 0.375rem;
  background-color: var(--grey-1);
  transition: width 0.5s ease;
}
.plp-progressbar, 
.plp-progressbar-inner {
  display: block !important;
}
.boost-sd__search-form-wrapper {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 247, 243, var(--tw-bg-opacity)) !important;
}
.boost-sd__search-form-title {
  margin-bottom: 1.5rem !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  text-transform: none !important;
  line-height: 2.25rem !important;
}
.boost-sd__search-result-toolbar-container {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(249, 247, 243, var(--tw-bg-opacity)) !important;
}
.boost-sd__search-result-toolbar {
  flex-direction: column-reverse !important;
  gap: 3rem !important;
}
.boost-sd__search-form-wrapper {
  padding-bottom: 0px !important;
}
.boost-sd__filter-option-itemwrapper {
  z-index: 20 !important;
}
.see-colors::after {
  content: url("data:image/svg+xml; utf8, <svg width=\"12\" height=\"7\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.4697 0.469727L11.5303 1.53039L6.53033 6.53039C6.26406 6.79665 5.8474 6.82086 5.55378 6.603L5.46967 6.53039L0.469666 1.53039L1.53033 0.469727L6 4.93906L10.4697 0.469727Z\" fill=\"2F89AF\"/></svg>");
  touch-action: none;
  pointer-events: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1rem;
}
.see-colors.expand::after {
  transform: rotate(180deg);
  top: 1px;
}
#ProductBuybox .tns-controls {
  display: none;
}
#ProductBuybox .tns-nav {
  bottom: 0px;
  margin-bottom: 0px;
}
.tabs .active {
  position: relative;
  color: var(--secondary);
}
.tabs .active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 2px;
  width: 100%;
  background-color: var(--secondary);
}
.detail-section, 
.detail-section p {
  font-size: 14px;
  line-height: 22px;
  color: var(--grey-1);
}
@media (min-width: 1024px) {

  .detail-section, 
.detail-section p {
    font-size: 14px;
    line-height: 22px;
  }
}
.detail-section li {
  padding-bottom: 0.25rem;
  font-size: 14px;
  line-height: 22px;
  color: var(--grey-1);
}
@media (min-width: 1024px) {

  .detail-section li {
    font-size: 14px;
    line-height: 22px;
  }
}
.spec-section ul {
  list-style-type: none;
  padding-left: 0px;
}
@media (min-width: 768px) {

  .spec-section ul {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
.spec-section li {
  margin-bottom: 1.5rem;
  list-style-type: none;
  padding-left: 0px;
}
@media (min-width: 768px) {

  .spec-section li {
    margin-bottom: 2rem;
    width: 170px;
  }
}
.spec-section li div {
  margin-bottom: 0.375rem;
  font-size: 18px;
  line-height: 24px;
  color: var(--grey-1);
}
.spec-section li p {
  font-size: 14px;
  line-height: 22px;
  color: var(--grey-1);
}
.swym-button.swym-add-to-wishlist {
  display: block !important;
}
.swym-button-bar {
  display: none !important;
}
#wishlist-items-container .swym-wishlist-grid {
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
#wishlist-items-container .swym-wishlist-grid {
  display: grid;
}
#wishlist-items-container .swym-wishlist-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
#wishlist-items-container .swym-wishlist-grid {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
#wishlist-items-container .swym-wishlist-grid {
  row-gap: 3rem;
}
#wishlist-items-container .swym-wishlist-grid {
  overflow-x: auto;
}
#wishlist-items-container .swym-wishlist-grid {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
#wishlist-items-container .swym-wishlist-grid {
  padding-bottom: 1.25rem;
}
@media (min-width: 768px) {

  #wishlist-items-container .swym-wishlist-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid {
    padding-bottom: 0px;
  }
}
@media (min-width: 1280px) {

  #wishlist-items-container .swym-wishlist-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper {
  position: relative;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper::before {
  content: var(--tw-content);
  display: block;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper::before {
  content: var(--tw-content);
  width: 100%;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper::before {
  content: var(--tw-content);
  border-radius: 6px;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper::before {
  content: var(--tw-content);
  background-color: var(--grey-3);
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper::before {
  content: var(--tw-content);
  padding-bottom: 100%;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  position: absolute;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  top: 0px;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  left: 0px;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  padding: 1rem;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  mix-blend-mode: darken;
}
#wishlist-items-container .swym-wishlist-grid .swym-title {
  margin-top: 14px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-title {
  text-align: left !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-title {
  font-family: Montserrat, sans-serif !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-title {
  font-size: 12px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-title {
  font-weight: 500 !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-title {
  line-height: 16px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-title {
  color: var(--grey-1) !important;
}
 .theme-section-column .up-content.swym-title .button,  
   .theme-section-column .up-content.swym-title .focus-link {
  margin-left: 0px;
}
 .theme-section-column .up-content.swym-title .button,  
   .theme-section-column .up-content.swym-title .focus-link {
  margin-left: 0px;
}
/* .theme-section-column .up-content div:not(.content):not(.eyebrows) {
    @apply self-end;
  } */
 .theme-section-column .up-content.swym-title .button,  
   .theme-section-column .up-content.swym-title .focus-link {
  margin-left: 0px;
}
/* .theme-section-column .up-content {
    @apply grid h-[calc(100%-255px)] lg:h-[calc(100%-282px)];
  }

  .has-eyebrow .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title.has-eyebrow .up-content {
    grid-template-rows: minmax(30px, 95px) fit-content(200px);
  } */
 .theme-section-column .up-content.swym-title .button,  
   .theme-section-column .up-content.swym-title .focus-link {
  margin-left: 0px !important;
}
/* .theme-section-column .up-content div:not(.content):not(.eyebrows) {
    @apply self-end;
  } */
 .theme-section-column .up-content.swym-title .button,  
   .theme-section-column .up-content.swym-title .focus-link {
  margin-left: 0px;
}
/* .theme-section-column .up-content {
    @apply grid h-[calc(100%-255px)] lg:h-[calc(100%-282px)];
  }

  .has-eyebrow .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title .theme-section-column .up-content {
    grid-template-rows: minmax(30px, 55px) fit-content(200px);
  }

  .has-long-title.has-eyebrow .up-content {
    grid-template-rows: minmax(30px, 95px) fit-content(200px);
  } */
 .theme-section-column .up-content.swym-title .button,  
   .theme-section-column .up-content.swym-title .focus-link {
  margin-left: 0px !important;
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-title {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-title {
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-title {
    line-height: 22px !important;
  }
}
#wishlist-items-container .swym-wishlist-grid .swym-variant-title {
  margin-top: 0.75rem !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-variant-title {
  font-family: Montserrat, sans-serif !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-variant-title {
  font-size: 11px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-variant-title {
  font-weight: 400 !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-variant-title {
  line-height: 16px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-variant-title {
  color: var(--grey-1) !important;
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-variant-title {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-variant-title {
    font-size: 12px !important;
  }
}
#wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
  margin-top: 0.625rem !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
  font-family: Montserrat, sans-serif !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
  font-size: 12px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
  font-weight: 600 !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
  line-height: 16px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
  letter-spacing: 1px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
  color: var(--grey-1) !important;
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
    margin-top: 0.5rem !important;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
    font-size: 14px !important;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
    line-height: 18px !important;
  }
}
@media (min-width: 1024px) {

  #wishlist-items-container .swym-wishlist-grid .swym-product-final-price {
    letter-spacing: 0em !important;
  }
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  border-radius: 0.25rem !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  border-width: 2px !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  padding-top: 0.313rem !important;
  padding-bottom: 0.313rem !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  text-align: center !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  font-size: 0.688rem !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  text-transform: uppercase !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  letter-spacing: 0.125rem !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  margin-top: 1rem !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  border-color: var(--black) !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  background-color: var(--black) !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn {
  color: var(--white) !important;
}
.swym-add-to-cart-btn {
  }
.swym-add-to-cart-btn {
  }
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn:hover {
  border-color: var(--grey-1) !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn:hover {
  background-color: var(--grey-1) !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-add-to-cart-btn:hover {
  color: var(--white) !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  border-radius: 0.25rem !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  border-width: 2px !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  padding-top: 0.313rem !important;
  padding-bottom: 0.313rem !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  text-align: center !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  font-size: 0.688rem !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  text-transform: uppercase !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  letter-spacing: 0.125rem !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  border-radius: 0.25rem !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  border-color: var(--black) !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  background-color: transparent !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn {
  color: var(--black) !important;
}
[data-state-cart="swym-added"].swym-add-to-cart-btn {
  }
[data-state-cart="swym-added"].swym-add-to-cart-btn {
  }
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn:hover {
  border-color: var(--black) !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn:hover {
  background-color: var(--tan-1) !important;
}
#wishlist-items-container .swym-wishlist-grid [data-state-cart="swym-added"].swym-add-to-cart-btn:hover {
  color: var(--black) !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
  position: absolute;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
  top: 0px;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
  right: 0px;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
  z-index: 10;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
  display: none;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
  height: 24px;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
  width: 24px;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
  padding: 0.75rem;
}
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyI+PHBhdGggZD0iTTEyLjI1IDEyLjk4MWEuODE5LjgxOSAwIDAxLS41MzUtLjIxTDYuNSA3LjU1M2wtNS4yMTUgNS4yMThBLjc1NC43NTQgMCAwMS43NSAxM2EuODE5LjgxOSAwIDAxLS41MzUtLjIxLjc1Ljc1IDAgMDEwLTEuMDUyTDUuNDUgNi41MDIuMjE2IDEuMjg1YS43NS43NSAwIDAxMC0xLjA1MS43NS43NSAwIDAxMS4wNSAwTDYuNSA1LjQ1IDExLjcxNi4yMTVhLjc1Ljc1IDAgMDExLjA1IDAgLjc1Ljc1IDAgMDEwIDEuMDUxTDcuNTUyIDYuNTAybDUuMjM0IDUuMjE4YS43NS43NSAwIDAxMCAxLjA1LjczMy43MzMgMCAwMS0uNTM1LjIxMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
      background-repeat: no-repeat;
      background-position: center;
    }
#wishlist-items-container .swym-wishlist-grid .swym-delete-btn .swym-icon {
  display: none !important;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-item:hover .swym-delete-btn {
  display: block;
}
#wishlist-items-container .swym-wishlist-grid .swym-wishlist-item:hover .swym-delete-btn:hover {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgZmlsbD0iI0UyMjEyMCI+PHBhdGggZD0iTTEyLjI1IDEyLjk4MWEuODE5LjgxOSAwIDAxLS41MzUtLjIxTDYuNSA3LjU1M2wtNS4yMTUgNS4yMThBLjc1NC43NTQgMCAwMS43NSAxM2EuODE5LjgxOSAwIDAxLS41MzUtLjIxLjc1Ljc1IDAgMDEwLTEuMDUyTDUuNDUgNi41MDIuMjE2IDEuMjg1YS43NS43NSAwIDAxMC0xLjA1MS43NS43NSAwIDAxMS4wNSAwTDYuNSA1LjQ1IDExLjcxNi4yMTVhLjc1Ljc1IDAgMDExLjA1IDAgLjc1Ljc1IDAgMDEwIDEuMDUxTDcuNTUyIDYuNTAybDUuMjM0IDUuMjE4YS43NS43NSAwIDAxMCAxLjA1LjczMy43MzMgMCAwMS0uNTM1LjIxMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
        }
.desktop-image-holder img {
  margin: auto;
  height: 100%;
  width: 70vw;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 1rem;
}
@media (min-width: 1024px) {

  .desktop-image-holder img {
    width: 100%;
  }
}
[data-accordion-block] [data-accordion-block-header] {
  font-size: 14px !important;
  line-height: 22px !important;
}
[data-accordion-block] [data-accordion-block-header] {
  color: var(--grey-1) !important;
}
[data-accordion-block].active [data-footer-block-icon]:after {
  --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));
}
[data-accordion-block].active [data-footer-block-icon]:after {
  --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));
}
[data-accordion-block].active [data-footer-block-icon]:after {
  --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));
}
[data-accordion-block].active [data-accordion-block-header] {
  font-size: 14px !important;
  line-height: 22px !important;
}
[data-accordion-block].active [data-accordion-block-header] {
  color: var(--secondary) !important;
}
[data-accordion-block].active [data-accordion-block-body] {
  display: block;
}
[data-accordion-block].active [data-accordion-block-body] {
  font-size: 14px !important;
  line-height: 22px !important;
}
[data-accordion-block].active [data-accordion-block-body] * {
  font-size: 14px !important;
  line-height: 22px !important;
}
[data-accordion-block].active [data-accordion-block-body] li {
        padding-bottom: 20px;
      }
[data-accordion-block].active [data-accordion-block-icon] {
  position: relative;
}
[data-accordion-block].active [data-accordion-block-icon] {
  display: block;
}
[data-accordion-block].active [data-accordion-block-icon] {
  height: 20px;
}
[data-accordion-block].active [data-accordion-block-icon] {
  width: 20px;
}
[data-accordion-block].active [data-accordion-block-icon]::before {
  --tw-content: '';
  content: var(--tw-content);
}
[data-accordion-block].active [data-accordion-block-icon]::after {
  --tw-content: '';
  content: var(--tw-content);
}
[data-accordion-block].active [data-accordion-block-icon]:after {
  display: none;
}
[data-accordion-block-icon] {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
}
[data-accordion-block-icon]::before {
  --tw-content: '';
  content: var(--tw-content);
}
[data-accordion-block-icon]::after {
  --tw-content: '';
  content: var(--tw-content);
}
[data-accordion-block-icon]:before {
  position: absolute;
}
[data-accordion-block-icon]:before {
  left: 50%;
}
[data-accordion-block-icon]:before {
  top: 50%;
}
[data-accordion-block-icon]:before {
  height: 1px;
}
[data-accordion-block-icon]:before {
  width: 0.625rem;
}
[data-accordion-block-icon]:before {
  --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));
}
[data-accordion-block-icon]:before {
  --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));
}
[data-accordion-block-icon]:before {
  background-color: var(--black);
}
[data-accordion-block-icon]:after {
  position: absolute;
}
[data-accordion-block-icon]:after {
  left: 50%;
}
[data-accordion-block-icon]:after {
  top: 50%;
}
[data-accordion-block-icon]:after {
  height: 1px;
}
[data-accordion-block-icon]:after {
  width: 0.625rem;
}
[data-accordion-block-icon]:after {
  --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));
}
[data-accordion-block-icon]:after {
  --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));
}
[data-accordion-block-icon]:after {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
[data-accordion-block-icon]:after {
  background-color: var(--black);
}
.pdp_media_container {
  position: relative;
}
.pdp_media_container .play-btn {
  position: absolute;
}
.pdp_media_container .play-btn {
  top: 50%;
}
.pdp_media_container .play-btn {
  left: 50%;
}
.pdp_media_container .play-btn {
  z-index: 10;
}
.pdp_media_container .play-btn {
  width: 5rem;
}
.pdp_media_container .play-btn {
  --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));
}
.pdp_media_container .play-btn {
  --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));
}
.pdp_media_container .play-btn {
  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));
}
.pdp_media_container .play-btn .play-btn__svg {
  fill: var(--black);
}
.pdp_media_container .play-btn .play-btn__svg {
  opacity: 0.5;
}
.pdp_media_container .play-btn .play-btn:hover .play-btn__svg {
  opacity: 1;
}
.no_zoom .js-image-zoom__zoomed-image, 
  .no_zoom .js-image-zoom__zoomed-area {
  display: none !important;
}
.video_iframe {
  position: relative;
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {

  .video_iframe {
    height: 500px;
  }
}
.mobile_pdp_video video {
  height: 100% !important;
}
.mobile_pdp_video video {
  width: 100% !important;
}
[data-variant-details] ul {
  margin-top: 24px;
}
@media (min-width: 1024px) {
[data-variant-details] ul {
    margin-top: 32px
}
  }
.simple-page-content img {
  width: 100%;
}
.vid-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.vid-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wysiwyg h1, 
.wysiwyg h2, 
.wysiwyg h3, 
.wysiwyg h4, 
.wysiwyg h5, 
.wysiwyg h6 {
  padding-bottom: 1rem;
}
.content.p-small p {
  font-size: 14px;
  line-height: 22px;
}
a:hover .see-all-link, 
button:hover .see-all-link {
  margin-bottom: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.see-all-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: #4B4B4B;
  transition: width 0.3s ease-in-out;
}
a:hover .see-all-link::after, 
button:hover .see-all-link::after {
  width: 100%;
}
.swym-wishlist-image-wrapper {
  height: auto !important;
}
.swym-wishlist-image-wrapper:before {
    display: block;
    width: 100%;
    border-radius: 0.375rem;
    content: "";
    padding-bottom: 100%;
    background-color: #f4f4f4;
  }
.swym-wishlist-list-card .swym-wishlist-image-wrapper {
  max-width: 277px;
  width: 100%;
  position: relative;
  margin-right: 0;
}
.swym-wishlist-image {
  mix-blend-mode: darken;
  max-width: 277px;
  max-height: 277px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  padding: 16px;
}
@media only screen and (max-width: 900px) {
  .swym-wishlist-image {
    max-height: 100%;
  }
}
.swym-wishlist-grid {
  max-width: 100% !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
  border: none !important;
}
@media only screen and (max-width: 900px) {
  .swym-ui-component .swym-wishlist-grid {
    padding: 0 !important;
  }

  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item {
    margin: 0 4% 8% 0;
  }
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
  margin: 0px !important;
  margin-top: 0.625rem !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  color: var(--grey-1) !important;
}
@media (min-width: 1024px) {

  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-title {
    margin-top: 0.25rem !important;
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title {
  margin: 0px !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 16px !important;
  color: var(--grey-1) !important;
}
@media (min-width: 1024px) {

  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-variant-title {
    font-size: 12px !important;
  }
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
  margin: 0px !important;
  margin-top: 0.25rem !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 16px !important;
  letter-spacing: 1px !important;
  color: var(--grey-1) !important;
}
@media (min-width: 1024px) {

  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
    margin-top: 0.5rem !important;
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
  }
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price {
  padding: 0px !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
  margin-top: 6px !important;
  border-radius: 0.25rem !important;
  border-width: 2px !important;
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: center !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.125rem !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
@media (min-width: 768px) {

  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}
@media (min-width: 1024px) {

  .swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
    margin-top: 1rem !important;
  }
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
  border-color: var(--grey-1) !important;
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
  }
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn {
  }
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn:hover {
  border-color: var(--grey-1) !important;
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn.swym-disabled {
  pointer-events: none !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn.swym-disabled {
  touch-action: none !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn.swym-disabled {
  border-color: var(--grey-3) !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn.swym-disabled {
  background-color: var(--grey-3) !important;
}
.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-add-to-cart-btn.swym-disabled {
  --tw-text-opacity: 1 !important;
  color: rgba(77, 86, 95, var(--tw-text-opacity)) !important;
}
.swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-wishlist-item .swym-wishlist-image {
  position: relative !important;
}
.swym-ui-component .swym-wishlist-selector-dropdown .swym-wishlist-item .swym-wishlist-image {
  position: relative !important;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
@media (min-width: 1024px) {

  .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
    padding-top: 2.5rem !important;
    padding-bottom: 2.25rem !important;
  }
}
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-title {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-text {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-continue-btn {
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-continue-btn {
  }
.swym-ui-component .swym-empty-wishlist-container .swym-empty-wishlist-continue-btn {
  }
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-logged-in .swym-log-out-btn, 
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-save-summary .swym-login-btn {
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-logged-in .swym-log-out-btn, 
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-save-summary .swym-login-btn {
  }
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-logged-in .swym-log-out-btn, 
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-save-summary .swym-login-btn {
  }
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-text-heading {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-save-wishlist-modal .swym-save-wishlist-modal-dialog .swym-text-content {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-wishlist-detail-separator {
  background-color: var(--grey-2) !important;
}
@media only screen and (max-width: 900px) {
  .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-main-title {
    margin: 0 !important;
    display: none !important;
  }

  .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-context-menu {
    right: 0px !important;
  }

  .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail .swym-wishlist-detail-header .swym-action-container {
    top: 10px !important;
    right: 30px !important;
  }
  .swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper {
    max-height: 100% !important;
  }

  .swym-ui-component.swym-wishlist-page .swym-wishlist-detail .swym-wishlist-detail-header {
    border-bottom: 0 !important;
    padding: 0 !important;
  }

  .swym-ui-component.swym-wishlist-page .swym-simple-wishlist-detail .swym-wishlist-detail-header {
    padding: 10px 0 !important;
  }

  .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
    padding: 0px !important;
  }

  .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
    display: block !important;
  }

  .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-container-title-bar .swym-user-login-status {
    right: 0 !important;
  }

  .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail.swym-show-add-all-to-cart .swym-wishlist-detail-header, .swym-ui-component .swym-simple-wishlist-container .swym-wishlist-detail.swym-show-share-option-on-top .swym-wishlist-detail-header {
    margin-bottom: 24px !important;
  }

  .swym-ui-component .swym-action-bar {
    padding: 25px 0 15px !important;
  }

  .swym-ui-component .swym-wishlist-detail-header .swym-action-container {
    right: 0 !important;
  }

  .swym-ui-component.swym-wishlist-page .swym-wishlist-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
  }

  .wishlist-page-container {
    padding-top: 1.25rem !important;
  }

  .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
    margin-bottom: 1.25rem !important;
  }

  .swym-ui-component .swym-wishlist-detail-separator {
    margin: 0px !important;
  }

  .swym-ui-component .swym-empty-wishlist-container {
    padding: 0px !important;
  }

  .swym-ui-component .swym-add-wishlist-modal .swym-modal-content {
    width: 100% !important;
  }

}
@media only screen and (min-width: 900px) {
  .swym-ui-component .swym-wishlist-detail-content {
    margin-top: 40px !important;
  }
  .swym-ui-component.swym-wishlist-page .swym-wishlist-detail .swym-wishlist-detail-header .swym-wishlist-selector-dropdown, .swym-ui-component.swym-wishlist-page .swym-simple-wishlist-¸ .swym-wishlist-detail-header .swym-wishlist-selector-dropdown {
    flex: 1 !important;
  }
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
  border-bottom-width: 1px !important;
  border-color: var(--grey-2) !important;
}
#trustbadge-container-98e3dadd90eb493088abdc5597a70810 {
  z-index: 2147483646 !important;
}
.swym-ui-components .swym-wishlist-modal-container .swym-modal-bg {
  display: block !important;
  background-color: var(--black) !important;
  opacity: 0.5 !important;
}
.swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-add-to-list-btn {
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-add-to-list-btn {
  }
.swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-add-to-list-btn {
  }
.swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-add-to-list-btn.swym-disabled {
  background-color: var(--grey-3) !important;
  color: var(--grey-1) !important;
  opacity: 1 !important;
}
.swym-ui-components *, 
.account-swym-wishlist-container * {
  font-family: Montserrat, sans-serif !important;
}
.swym-ui-component .swym-add-wishlist-modal .swym-modal-content .swym-product-name {
  font-weight: 600 !important;
  color: var(--grey-1) !important;
}
.swym-ui-components .swym-color-2,  .swym-ui-component .swym-color-2 {
  color: var(--grey-1) !important;
}
.swym-ui-components .swym-border-color-1,  .swym-ui-component .swym-border-color-1 {
  color: var(--grey-1) !important;
}
.swym-ui-components .swym-bg-2,  .swym-ui-component .swym-bg-2 {
  color: var(--grey-1) !important;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
  font-size: 24px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  line-height: 32px !important;
  color: var(--grey-1) !important;
}
@media (min-width: 1024px) {

  .swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
    font-size: 36px !important;
    line-height: 48px !important;
  }
}
.swym-ui-component .swym-wishlist-list-card {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15) !important;
}
@media screen and (min-width: 901px) {
  .swym-ui-component .swym-wishlist-list-card {
    min-height: 390px !important;
  }
}
.swym-ui-component .swym-wishlist-list-card:hover {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5) !important;
}
.swym-ui-component .swym-wishlist-list-card .swym-wishlist-name {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-wishlist-list-card .swym-wishlist-product-count {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-wishlist-selector-dropdown .swym-selected-wishlist-container .swym-selected-wishlist-label {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-wishlist-selector-dropdown .swym-selected-wishlist-container .swym-selected-wishlist-name {
  color: var(--grey-1) !important;
}
.swym-ui-components .swym-highlight-1,  .swym-ui-component .swym-highlight-1 {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-wishlist-context-menu {
  color: var(--grey-1) !important;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-detail .swym-action-bar .swym-back-btn,  .swym-ui-component.swym-wishlist-page .swym-simple-wishlist-¸ .swym-action-bar .swym-back-btn {
  color: var(--grey-1) !important;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-user-login-status {
  color: var(--grey-1) !important;
}
.swym-ui-component.swym-wishlist-page .swym-wishlist-list .swym-wishlist-selector {
  max-width: 100% !important;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.swym-ui-component .swym-share-btn {
  border-width: 0px !important;
  border-style: none !important;
  padding-bottom: 0.5rem !important;
}
.swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-modal-dialog .swym-share-wishlist-email-btn {
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-modal-dialog .swym-share-wishlist-email-btn {
  }
.swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-modal-dialog .swym-share-wishlist-email-btn {
  }
.swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-modal-dialog .swym-share-wishlist-email-btn.swym-disabled {
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-modal-dialog .swym-share-wishlist-email-btn.swym-disabled {
  }
.swym-ui-component .swym-share-wishlist-modal .swym-share-wishlist-modal-dialog .swym-share-wishlist-email-btn.swym-disabled {
  }
.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn {
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn {
  }
.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn {
  }
.swym-ui-component .swym-share-wishlist-login-modal .swym-share-wishlist-login-modal-dialog .swym-share-login .swym-login-btn {
  background-color: var(--grey-1) !important;
  color: var(--white) !important;
}
.swym-ui-component .swym-share-wishlist-login-modal .swym-share-wishlist-login-modal-dialog .swym-share-login .swym-login-btn {
  }
.swym-ui-component .swym-share-wishlist-login-modal .swym-share-wishlist-login-modal-dialog .swym-share-login .swym-login-btn {
  }
.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-product-title {
  color: var(--grey-1) !important;
}
.swym-product-price .swym-product-final-price {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-share-wishlist-login-modal .swym-share-wishlist-login-modal-dialog .swym-message-content {
  color: var(--grey-1) !important;
}
.swym-ui-component .swym-share-wishlist-login-modal .swym-share-wishlist-login-modal-dialog .swym-text-heading {
  color: var(--grey-1) !important;
}
[data-blog-filter].active [data-blog-filter-group-list] {
  right: 0px;
}
[data-blog-filter-group-list] {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 999;
  height: 100%;
  width: 100%;
  background-color: var(--white);
  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 (min-width: 768px) {

  [data-blog-filter-group-list] {
    position: static;
  }
}
[data-blog-filter-group].active [data-blog-filter-group-dropdown] {
  max-height: 300px;
}
@media (min-width: 768px) {

  [data-blog-filter-group].active [data-blog-filter-group-dropdown] {
    display: block;
  }
}
[data-blog-filter-group].active [data-blog-filter-group-toggler] svg {
  --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));
}
[data-blog-filter-group-dropdown] {
  z-index: 99;
  max-height: 0px;
  min-width: 300px;
  overflow: scroll;
  transition-property: max-height;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {

  [data-blog-filter-group-dropdown] {
    display: none;
    max-height: none;
    --tw-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
    --tw-shadow-colored: 0px 8px 16px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }
}
.blog-filter-tag:not(.clear) {
  padding: 5px 8px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0 5px;
  background: #f9f7f3;
  background: var(--Accent-Vanilla, #f9f7f3);
}
[data-blog-clear] {
  color: #4b4b4b;
  color: var(--Grayscale-Charcoal-Gray, #4b4b4b);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
[data-blog-clear]:hover {
  color: #10669e;
  color: var(--Blue-Link-Blue, #10669e);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 157.143% */
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.pointer {
  cursor: pointer;
}
@media (max-width: 796px) {
  #blogFiltersDisplay {
    display: none;
  }
}
[data-product-recommendations-slider]::-webkit-scrollbar {
  -webkit-appearance:none;
  display: block;
  height: 2px;
  width: 2px;
}
[data-product-recommendations-slider]::-webkit-scrollbar-thumb {
  background-color: hsla(0,0%,4%,.5);
  border-radius: 1px
}
[data-product-recommendations-slider]::-webkit-scrollbar-track {
  background-color: hsla(0,0%,78%,.5);
  border-radius: 2px
}
#recover, 
#recover + div {
  display: none;
}
#recover:target {
  display: block;
}
#recover:target + div {
  display: block;
}
#recover:target ~ #login, 
#recover:target ~ #login + div {
  display: none;
}
#recover,
#login {
  scroll-margin-top: 20rem;
}
.error-container a {
  font-weight: 700;
  color: var(--error);
}
#rc_login {
  display: none !important;
}
#RegisterForm-email[aria-invalid=true], 
#RegisterForm-password[aria-invalid=true] {
  border-width: 1px !important;
  border-color: var(--error) !important;
}
.customer.login .input-wrap, .customer.register .input-wrap, .customer.reset-password .input-wrap {
  display: block !important;
}
.customer.login input:not([type='checkbox']), .customer.register input:not([type='checkbox']), .customer.reset-password input:not([type='checkbox']) {
  padding: 0.75rem;
}
.customer.login input:not([type='checkbox']), .customer.register input:not([type='checkbox']), .customer.reset-password input:not([type='checkbox']) {
  color: var(--primary);
}
.customer.login .customer_errors ul, .customer.register .customer_errors ul, .customer.reset-password .customer_errors ul {
  list-style-type: none !important;
}
.customer.login .customer_errors ul, .customer.register .customer_errors ul, .customer.reset-password .customer_errors ul {
  padding: 0px !important;
}
.customer.login .customer_errors ul li, .customer.register .customer_errors ul li, .customer.reset-password .customer_errors ul li {
  list-style-type: none !important;
}
.customer.login .customer_errors ul li, .customer.register .customer_errors ul li, .customer.reset-password .customer_errors ul li {
  padding: 0px !important;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: Montserrat, sans-serif;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  }
body {
  }
.boost-sd__from-label {
  color: var(--black);
}
.boost-sd__from-label {
  }
.boost-sd__from-label {
  }
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:rounded-\[4px\]::before {
  content: var(--tw-content);
  border-radius: 4px;
}
.before\:rounded-\[6px\]::before {
  content: var(--tw-content);
  border-radius: 6px;
}
.before\:border::before {
  content: var(--tw-content);
  border-width: 1px;
}
.before\:border-grey-3::before {
  content: var(--tw-content);
  border-color: var(--grey-3);
}
.before\:bg-grey-3::before {
  content: var(--tw-content);
  background-color: var(--grey-3);
}
.before\:bg-tan-2::before {
  content: var(--tw-content);
  background-color: var(--tan-2);
}
.before\:pb-\[100\%\]::before {
  content: var(--tw-content);
  padding-bottom: 100%;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[10\%\]::after {
  content: var(--tw-content);
  left: 10%;
}
.after\:-bottom-2::after {
  content: var(--tw-content);
  bottom: -0.5rem;
}
.after\:bottom-\[0\.375px\]::after {
  content: var(--tw-content);
  bottom: 0.375px;
}
.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}
.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}
.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}
.after\:bg-grey-1::after {
  content: var(--tw-content);
  background-color: var(--grey-1);
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.last-of-type\:mr-3:last-of-type {
  margin-right: 0.75rem;
}
.hover\:border-2:hover {
  border-width: 2px;
}
.hover\:border-grey-2:hover {
  border-color: var(--grey-2);
}
.hover\:border-grey-1:hover {
  border-color: var(--grey-1);
}
.hover\:border-black:hover {
  border-color: var(--black);
}
.hover\:bg-white:hover {
  background-color: var(--white);
}
.hover\:bg-grey-1:hover {
  background-color: var(--grey-1);
}
.hover\:bg-grey-3:hover {
  background-color: var(--grey-3);
}
.hover\:text-black:hover {
  color: var(--black);
}
.hover\:text-secondary:hover {
  color: var(--secondary);
}
.hover\:text-grey-1:hover {
  color: var(--grey-1);
}
.hover\:text-white:hover {
  color: var(--white);
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hover\:before\:bg-white:hover::before {
  content: var(--tw-content);
  background-color: var(--white);
}
.hover\:after\:w-4\/5:hover::after {
  content: var(--tw-content);
  width: 80%;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:inline {
  display: inline;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:text-blue {
  --tw-text-opacity: 1;
  color: rgba(16, 102, 158, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
  color: var(--white);
}
@media (min-width: 640px) {

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:top-\[158px\] {
    top: 158px;
  }

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

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

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

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

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

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

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

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

  .md\:mr-\[122px\] {
    margin-right: 122px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-60 {
    height: 15rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-2\/6 {
    width: 33.333333%;
  }

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

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

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

  .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\:cursor-default {
    cursor: default;
  }

  .md\:snap-none {
    scroll-snap-type: none;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

  .md\:gap-y-\[70px\] {
    row-gap: 70px;
  }

  .md\:gap-x-\[18px\] {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

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

  .md\:overflow-visible {
    overflow: visible;
  }

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

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

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

  .md\:border-grey-2 {
    border-color: var(--grey-2);
  }

  .md\:bg-white {
    background-color: var(--white);
  }

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

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

  .md\:py-\[130px\] {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .md\:py-\[77px\] {
    padding-top: 77px;
    padding-bottom: 77px;
  }

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

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

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

  .md\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .md\:text-p-xsmall {
    font-size: 12px;
    line-height: 18px;
  }

  .md\:text-sub-h-small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3px;
  }

  .md\:text-p-small {
    font-size: 14px;
    line-height: 22px;
  }

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

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:tracking-2px {
    letter-spacing: 0.125rem;
  }

  .md\:text-grey-1 {
    color: var(--grey-1);
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:\!relative {
    position: relative !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mx-\[3\.4375rem\] {
    margin-left: 3.4375rem;
    margin-right: 3.4375rem;
  }

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

  .lg\:mx-\[2\.875rem\] {
    margin-left: 2.875rem;
    margin-right: 2.875rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

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

  .lg\:h-\[15\.125rem\] {
    height: 15.125rem;
  }

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

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

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

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

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

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

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

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

  .lg\:max-h-\[unset\] {
    max-height: none;
    max-height: initial;
  }

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

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

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

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

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

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

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-\[32rem\] {
    width: 32rem;
  }

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

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

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

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

  .lg\:min-w-\[12\.5rem\] {
    min-width: 12.5rem;
  }

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

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

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

  .lg\:max-w-\[34rem\] {
    max-width: 34rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

  .lg\:max-w-\[42\.5rem\] {
    max-width: 42.5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[1fr\2c 25rem\] {
    grid-template-columns: 1fr 25rem;
  }

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

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

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

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

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

  .lg\:grid-cols-page {
    grid-template-columns: 23.25rem 1fr;
  }

  .lg\:grid-rows-mosaic {
    grid-template-rows: 1fr auto;
  }

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

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

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

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

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

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

  .lg\:items-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-6 {
    gap: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-t-\[2px\] {
    border-top-width: 2px;
  }

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

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

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

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-grey-3 {
    border-color: var(--grey-3);
  }

  .lg\:border-grey-2 {
    border-color: var(--grey-2);
  }

  .lg\:bg-white {
    background-color: var(--white);
  }

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

  .lg\:bg-tan-2 {
    background-color: var(--tan-2);
  }

  .lg\:bg-grey-3 {
    background-color: var(--grey-3);
  }

  .lg\:\!bg-grey-3 {
    background-color: var(--grey-3) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:\!py-3\.5 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }

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

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

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

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

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

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

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

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

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

  .lg\:\!py-\[9px\] {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }

  .lg\:pt-56 {
    padding-top: 14rem;
  }

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

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

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

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

  .lg\:pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }

  .lg\:pb-\[2\.25rem\] {
    padding-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-p-regular {
    font-size: 16px;
    line-height: 26px;
  }

  .lg\:\!text-\[2rem\] {
    font-size: 2rem !important;
  }

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

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

  .lg\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }

  .lg\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .lg\:text-h6 {
    font-size: 18px;
    line-height: 24px;
  }

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

  .lg\:text-h4 {
    font-size: 24px;
    line-height: 28px;
  }

  .lg\:text-sub-h-small {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 3px;
  }

  .lg\:text-p-small {
    font-size: 14px;
    line-height: 22px;
  }

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

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

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

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

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

  .lg\:\!leading-\[3rem\] {
    line-height: 3rem !important;
  }

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

  .lg\:leading-\[1\.5rem\] {
    line-height: 1.5rem;
  }

  .lg\:leading-\[1\.625rem\] {
    line-height: 1.625rem;
  }

  .lg\:leading-\[1\.375rem\] {
    line-height: 1.375rem;
  }

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

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

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

  .lg\:tracking-\[0\.0625rem\] {
    letter-spacing: 0.0625rem;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:text-white {
    color: var(--white);
  }

  .lg\:text-black {
    color: var(--black);
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

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

  .lg\:shadow-header-dropdown {
    --tw-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 4px 9px var(--tw-shadow-color);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
  }

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

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

  .group:hover .group-hover\:lg\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {

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

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

  .xl\:block {
    display: block;
  }

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