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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 40rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 48rem) {

  .container {
    max-width: 48rem;
  }
}
@media (min-width: 64rem) {

  .container {
    max-width: 64rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
@media (min-width: 80rem) {

  .container {
    max-width: 80rem;
  }
}
@media (min-width: 96rem) {

  .container {
    max-width: 96rem;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[50px\] {
  top: 50px;
}
.top-\[5px\] {
  top: 5px;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.m-8 {
  margin: 2rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-40 {
  height: 10rem;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[60px\] {
  height: 60px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.min-h-\[150px\] {
  min-height: 150px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-40 {
  width: 10rem;
}
.w-6 {
  width: 1.5rem;
}
.w-\[223px\] {
  width: 223px;
}
.w-\[60px\] {
  width: 60px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-grow {
  flex-grow: 1;
}
.translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[0\] {
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[100px\] {
  --tw-translate-y: 100px;
  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 {
  cursor: pointer;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-pretty {
  text-wrap: pretty;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-8 {
  border-width: 8px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 49 73 / var(--tw-border-opacity));
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 193 / var(--tw-border-opacity));
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(239 209 0 / var(--tw-border-opacity));
}
.border-t-secondary {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 120 193 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 73 / var(--tw-bg-opacity));
}
.bg-primary\/80 {
  background-color: rgb(0 49 73 / 0.8);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
}
.bg-secondary\/10 {
  background-color: rgb(0 120 193 / 0.1);
}
.bg-secondary\/15 {
  background-color: rgb(0 120 193 / 0.15);
}
.bg-secondary\/20 {
  background-color: rgb(0 120 193 / 0.2);
}
.bg-secondary\/40 {
  background-color: rgb(0 120 193 / 0.4);
}
.bg-secondary\/60 {
  background-color: rgb(0 120 193 / 0.6);
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(239 209 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-8 {
  padding: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-center {
  text-align: center;
}
.-indent-\[9999rem\] {
  text-indent: -9999rem;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 3rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-primary\/10 {
  color: rgb(0 49 73 / 0.1);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}
.alignwide {
  margin: 2rem 0;
  max-width: 80rem !important;
}
.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}
.aligncenter {
  margin: 0.5rem auto;
  display: block;
}
@media (min-width: 40rem) {

  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}
.wp-caption {
  display: inline-block;
}
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}
.\~text-2xl\/6xl {
  font-size: clamp(1.5rem,-0.11rem + 4.02vw,3.75rem)/* fluid type from 1.5rem at 40rem to 3.75rem at 96rem */;
  line-height: clamp(2rem,0.75rem + 3.13vw,3.75rem)/* fluid from 2rem at 40rem to 3.75rem at 96rem */;
}
.\~text-base\/lg {
  font-size: clamp(1rem,0.911rem + 0.223vw,1.125rem)/* fluid type from 1rem at 40rem to 1.125rem at 96rem */;
  line-height: clamp(1.5rem,1.32rem + 0.45vw,1.75rem)/* fluid from 1.5rem at 40rem to 1.75rem at 96rem */;
}
.\~text-lg\/2xl {
  font-size: clamp(1.125rem,0.857rem + 0.67vw,1.5rem)/* fluid type from 1.125rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */;
}
.\~text-lg\/xl {
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
}
.\~text-xl\/2xl {
  font-size: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid type from 1.25rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */;
}
.\~text-xl\/3xl {
  font-size: clamp(1.25rem,0.804rem + 1.116vw,1.875rem)/* fluid type from 1.25rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.75rem,1.39rem + 0.89vw,2.25rem)/* fluid from 1.75rem at 40rem to 2.25rem at 96rem */;
}
.\~text-xl\/4xl {
  font-size: clamp(1.25rem,0.54rem + 1.79vw,2.25rem)/* fluid type from 1.25rem at 40rem to 2.25rem at 96rem */;
  line-height: clamp(1.75rem,1.21rem + 1.34vw,2.5rem)/* fluid from 1.75rem at 40rem to 2.5rem at 96rem */;
}
.\~top-4\/8 {
  top: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.\~left-4\/8 {
  left: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.\~my-8\/14 {
  margin-top: clamp(2rem,0.93rem + 2.68vw,3.5rem)/* fluid from 2rem at 40rem to 3.5rem at 96rem */;
  margin-bottom: clamp(2rem,0.93rem + 2.68vw,3.5rem)/* fluid from 2rem at 40rem to 3.5rem at 96rem */;
}
.\~h-10\/14 {
  height: clamp(2.5rem,1.79rem + 1.79vw,3.5rem)/* fluid from 2.5rem at 40rem to 3.5rem at 96rem */;
}
.\~h-20\/32 {
  height: clamp(5rem,2.86rem + 5.36vw,8rem)/* fluid from 5rem at 40rem to 8rem at 96rem */;
}
.\~gap-1\/2 {
  gap: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
}
.\~gap-2\/4 {
  gap: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.\~gap-4\/12 {
  gap: clamp(1rem,-0.43rem + 3.57vw,3rem)/* fluid from 1rem at 40rem to 3rem at 96rem */;
}
.\~gap-4\/6 {
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
.\~gap-4\/8 {
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.\~gap-8\/12 {
  gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}
.\~gap-x-4\/10 {
  -moz-column-gap: clamp(1rem,-0.07rem + 2.68vw,2.5rem)/* fluid from 1rem at 40rem to 2.5rem at 96rem */;
       column-gap: clamp(1rem,-0.07rem + 2.68vw,2.5rem)/* fluid from 1rem at 40rem to 2.5rem at 96rem */;
}
.\~p-1\/2 {
  padding: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
}
.\~p-10\/32 {
  padding: clamp(2.5rem,-1.43rem + 9.82vw,8rem)/* fluid from 2.5rem at 40rem to 8rem at 96rem */;
}
.\~p-2\/3 {
  padding: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}
.\~p-2\/4 {
  padding: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.\~p-4\/5 {
  padding: clamp(1rem,0.82rem + 0.45vw,1.25rem)/* fluid from 1rem at 40rem to 1.25rem at 96rem */;
}
.\~p-4\/8 {
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.\~p-8\/12 {
  padding: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}
.\~px-2\/4 {
  padding-left: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
  padding-right: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.\~px-4\/10 {
  padding-left: clamp(1rem,-0.07rem + 2.68vw,2.5rem)/* fluid from 1rem at 40rem to 2.5rem at 96rem */;
  padding-right: clamp(1rem,-0.07rem + 2.68vw,2.5rem)/* fluid from 1rem at 40rem to 2.5rem at 96rem */;
}
.\~px-4\/12 {
  padding-left: clamp(1rem,-0.43rem + 3.57vw,3rem)/* fluid from 1rem at 40rem to 3rem at 96rem */;
  padding-right: clamp(1rem,-0.43rem + 3.57vw,3rem)/* fluid from 1rem at 40rem to 3rem at 96rem */;
}
.\~px-4\/6 {
  padding-left: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
  padding-right: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
.\~px-4\/8 {
  padding-left: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
  padding-right: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.\~py-10\/20 {
  padding-top: clamp(2.5rem,0.71rem + 4.46vw,5rem)/* fluid from 2.5rem at 40rem to 5rem at 96rem */;
  padding-bottom: clamp(2.5rem,0.71rem + 4.46vw,5rem)/* fluid from 2.5rem at 40rem to 5rem at 96rem */;
}
.\~py-20\/40 {
  padding-top: clamp(5rem,1.43rem + 8.93vw,10rem)/* fluid from 5rem at 40rem to 10rem at 96rem */;
  padding-bottom: clamp(5rem,1.43rem + 8.93vw,10rem)/* fluid from 5rem at 40rem to 10rem at 96rem */;
}
.\~py-4\/6 {
  padding-top: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
  padding-bottom: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
.\~py-40\/60 {
  padding-top: clamp(10rem,6.43rem + 8.93vw,15rem)/* fluid from 10rem at 40rem to 15rem at 96rem */;
  padding-bottom: clamp(10rem,6.43rem + 8.93vw,15rem)/* fluid from 10rem at 40rem to 15rem at 96rem */;
}
.\~pt-2\/3 {
  padding-top: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}
.\~pt-3\/4 {
  padding-top: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
}
.\~pt-5\/6 {
  padding-top: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid from 1.25rem at 40rem to 1.5rem at 96rem */;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTPro-Book.woff2?6da14e3ff667c6404c41938395c41507) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTPro-Light.woff2?c064f48dcc9323ef0fd3912756b1e53a) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTPro-Heavy.woff2?fb16003ec43479e0b6b6d8035d4e478c) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTPro-Black.woff2?cd364283cf06bd261fe1863879245dfe) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTPro-Medium.woff2?a5db1bb80dfb939ff85c52967ec91f66) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir";
  src: url(../fonts/AvenirLTPro-Oblique.woff2?b4fbf890b12dc503e6ef1839ef1661c8) format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Asterone";
  src: url(../fonts/Asterone-Bold.woff2?fa90b140685459d9e38de3f87c4a840c) format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Asterone";
  src: url(../fonts/Asterone-Regular.woff2?7c90931208faefb01ba161a5bac0390b) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
h1,
h2,
h3 {
  font-family: "Asterone", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.5rem,-0.11rem + 4.02vw,3.75rem)/* fluid type from 1.5rem at 40rem to 3.75rem at 96rem */;
  line-height: clamp(2rem,0.75rem + 3.13vw,3.75rem)/* fluid from 2rem at 40rem to 3.75rem at 96rem */;
}
h2 {
  font-weight: 400;
  font-size: clamp(1.25rem,0.54rem + 1.79vw,2.25rem)/* fluid type from 1.25rem at 40rem to 2.25rem at 96rem */;
  line-height: clamp(1.75rem,1.21rem + 1.34vw,2.5rem)/* fluid from 1.75rem at 40rem to 2.5rem at 96rem */;
}
h3,
h4 {
  font-weight: 400;
  font-size: clamp(1.125rem,0.589rem + 1.339vw,1.875rem)/* fluid type from 1.125rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.75rem,1.39rem + 0.89vw,2.25rem)/* fluid from 1.75rem at 40rem to 2.25rem at 96rem */;
}
h5,
h6 {
  font-weight: 400;
  font-size: clamp(1.125rem,0.857rem + 0.67vw,1.5rem)/* fluid type from 1.125rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */;
}
p,
li,
div,
form *,
button,
p a,
li a,
*.font-sans,
body.single-product ul.tabs * {
  font-family: "Avenir";
}
#logo svg {
  height: 45px;
  width: 223px;
  transition-property: none;
}
@media (min-width: 64rem) {

  #logo svg {
    height: 100px;
    width: 501px;
  }

  body.scrolled #header #logo svg {
    height: 60px;
    width: 301px;
  }
}
#header {
  z-index: 50;
  height: auto;
  transition-property: none;
  padding-left: clamp(1rem,-0.07rem + 2.68vw,2.5rem)/* fluid from 1rem at 40rem to 2.5rem at 96rem */;
  padding-right: clamp(1rem,-0.07rem + 2.68vw,2.5rem)/* fluid from 1rem at 40rem to 2.5rem at 96rem */;
  padding-top: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
  padding-bottom: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
body.scrolled #header {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding-left: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
  padding-right: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
  padding-top: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
  padding-bottom: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
@media (max-width: 1280px) {
  #primary-menu {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 50;
    display: flex;
    width: 100%;
    --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));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: rgb(0 0 0 / 0.7);
    --tw-backdrop-blur: blur(24px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
            backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    height: calc(100svh - 80px);
  }

  #primary-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));
  }

  #primary-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
#primary-menu a {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#primary-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
}
@media (min-width: 80rem) {

  #primary-menu a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#header button#menu-toggle {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
@media (min-width: 80rem) {

  #header button#menu-toggle {
    display: none;
  }
}
#header button#menu-toggle svg {
  height: 1.5rem;
  width: 1.5rem;
}
#primary-menu #menu-item-16262528 a {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#primary-menu .current-menu-item a {
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#menu-item-16262606 a {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  text-indent: -9999rem;

  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2"%3E%3Ccircle cx="11" cy="11" r="8"%3E%3C/circle%3E%3Cline x1="21" y1="21" x2="16.65" y2="16.65"%3E%3C/line%3E%3C/svg%3E');
  background-size: contain;
  background-position: center center;
}
#search-modal.active {
  display: flex;
}
#search-modal input[type="search"] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#search-modal input[type="search"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 49 73 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 49 73 / var(--tw-ring-opacity));
}
footer#footer {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 48rem) {

  footer#footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 80rem) {

  footer#footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
  -moz-column-gap: clamp(1rem,-0.07rem + 2.68vw,2.5rem)/* fluid from 1rem at 40rem to 2.5rem at 96rem */;
       column-gap: clamp(1rem,-0.07rem + 2.68vw,2.5rem)/* fluid from 1rem at 40rem to 2.5rem at 96rem */;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.footer-logos img {
  display: block;
  width: auto;
  height: clamp(2.5rem,1.79rem + 1.79vw,3.5rem)/* fluid from 2.5rem at 40rem to 3.5rem at 96rem */;
}
.contact-details {
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(1rem,0.911rem + 0.223vw,1.125rem)/* fluid type from 1rem at 40rem to 1.125rem at 96rem */;
  line-height: clamp(1.5rem,1.32rem + 0.45vw,1.75rem)/* fluid from 1.5rem at 40rem to 1.75rem at 96rem */;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
@media (min-width: 48rem) {

  .contact-details {
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 80rem) {

  .contact-details {
    grid-column: span 1 / span 1;
    justify-content: flex-start;
    text-align: left;
  }
}
.contact-details {
  line-height: 2.5;
}
.contact-details a {
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.contact-details a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
}
.contact-details a.gmaps {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.contact-details a.gmaps:hover {
  --tw-text-opacity: 1;
  color: rgb(0 49 73 / var(--tw-text-opacity));
}
#corporate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 73 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
@media (min-width: 48rem) {

  #corporate {
    justify-content: space-between;
  }
}
@media (min-width: 80rem) {

  #corporate {
    flex-direction: row;
  }
}
#corporate > div,
#corporate > p {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 48rem) {

  #corporate > div,
#corporate > p {
    flex-direction: row;
  }
}
#corporate a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#corporate a:hover {
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#tyl {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#tyl span:nth-of-type(1) {
  color: rgb(255 255 255 / 0.2);
}
#tyl span:nth-of-type(2) {
  color: rgb(255 255 255 / 0.3);
}
#tyl a {
  font-weight: 500;
  text-transform: uppercase;

  letter-spacing: 1px;
}
#hero h1 {
  text-wrap: pretty;
  background-color: rgb(0 0 0 / 0.8);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(1.25rem,0.804rem + 1.116vw,1.875rem)/* fluid type from 1.25rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.75rem,1.39rem + 0.89vw,2.25rem)/* fluid from 1.75rem at 40rem to 2.25rem at 96rem */;
  line-height: 1.6;
}
#hero h1 a {
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
#hero form {
  display: flex;
  flex-direction: column;
  background-color: rgb(0 49 73 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#hero form > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}
@media (min-width: 48rem) {

  #hero form > div {
    flex-direction: row;
  }
}
#hero form label {
  display: inline;
  white-space: nowrap;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(1.25rem,0.804rem + 1.116vw,1.875rem)/* fluid type from 1.25rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.75rem,1.39rem + 0.89vw,2.25rem)/* fluid from 1.75rem at 40rem to 2.25rem at 96rem */;
}
#hero form select,
select#accessory-type,
select#vehicle-brand,
.variations select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(239 209 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 73 / var(--tw-bg-opacity));
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: clamp(1.25rem,0.804rem + 1.116vw,1.875rem)/* fluid type from 1.25rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.75rem,1.39rem + 0.89vw,2.25rem)/* fluid from 1.75rem at 40rem to 2.25rem at 96rem */;
  padding: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}
@media (min-width: 48rem) {

  #hero form select,
select#accessory-type,
select#vehicle-brand,
.variations select {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
select#accessory-type.smaller,
select#vehicle-brand.smaller,
.variations select {
  background-color: rgb(0 120 193 / 0.2);
  font-size: clamp(1rem,0.911rem + 0.223vw,1.125rem)/* fluid type from 1rem at 40rem to 1.125rem at 96rem */;
  line-height: clamp(1.5rem,1.32rem + 0.45vw,1.75rem)/* fluid from 1.5rem at 40rem to 1.75rem at 96rem */;
}
.archive header select#accessory-type,
.archive header select#vehicle-brand {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.variations select {
  width: auto;
}
#hero form button {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(239 209 0 / var(--tw-bg-opacity));
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: clamp(1.25rem,0.54rem + 1.79vw,2.25rem)/* fluid type from 1.25rem at 40rem to 2.25rem at 96rem */;
  line-height: clamp(1.75rem,1.21rem + 1.34vw,2.5rem)/* fluid from 1.75rem at 40rem to 2.5rem at 96rem */;
  padding: clamp(1rem,0.82rem + 0.45vw,1.25rem)/* fluid from 1rem at 40rem to 1.25rem at 96rem */;
  padding-top: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid from 1.25rem at 40rem to 1.5rem at 96rem */;
}
#hero form button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
}
#hero form button {
  font-weight: bold !important;
}
#about {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 73 / var(--tw-bg-opacity));
  gap: clamp(2.5rem,1.79rem + 1.79vw,3.5rem)/* fluid from 2.5rem at 40rem to 3.5rem at 96rem */;
  padding: clamp(2.5rem,-1.43rem + 9.82vw,8rem)/* fluid from 2.5rem at 40rem to 8rem at 96rem */;
}
#about p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(1.25rem,0.804rem + 1.116vw,1.875rem)/* fluid type from 1.25rem at 40rem to 1.875rem at 96rem */;
  line-height: clamp(1.75rem,1.39rem + 0.89vw,2.25rem)/* fluid from 1.75rem at 40rem to 2.25rem at 96rem */;

  line-height: 1.8;
}
article.page {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}
.page header {
  text-align: center;
}
.deals-content ol {
  list-style-type: disc;
  padding-left: 1.25rem;
}
.page-id-16257514 article.page {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}
#post-16247165 .entry-content,
#post-242969 .entry-content,
#post-16246805 .entry-content,
#post-16247183 .entry-content,
#page-16257514 .entry-content {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
/* Deals */
.page-template-page-deals .woocommerce-result-count,
.page-template-page-deals .woocommerce-ordering {
  display: none;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
@media (min-width: 64rem) {

  .brand-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 80rem) {

  .brand-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 96rem) {

  .brand-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.brand-grid > div {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 120 193 / var(--tw-border-opacity));
  background-color: rgb(0 120 193 / 0.15);
  padding: 1rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.brand-grid > div:hover {
  background-color: rgb(0 120 193 / 0.2);
}
@media (min-width: 48rem) {

  .brand-grid > div {
    min-height: 300px;
  }
}
.brand-grid > div a {
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.brand-grid > div a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.brand-grid h2 {
  font-size: 300px;
  line-height: 0;
  pointer-events: none;
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  width: 100%;
  text-align: center;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: rgb(0 49 73 / 0.1);
}

*.brand-grid h2 {
  font-family: "Avenir";
}
.product-type-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
@media (min-width: 64rem) {

  .product-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 80rem) {

  .product-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.mini-grid h2 {
  padding: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.mini-grid > div {
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 73 / var(--tw-bg-opacity));
}
.mini-grid > div img {
  height: 10rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-type-grid.prods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 64rem) {

  .product-type-grid.prods {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 80rem) {

  .product-type-grid.prods {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.product-type-grid.prods.narrow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 64rem) {

  .product-type-grid.prods.narrow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 80rem) {

  .product-type-grid.prods.narrow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-type-grid > div {
  position: relative;
  display: flex;
  aspect-ratio: 1 / 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  background-color: rgb(0 120 193 / 0.15);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.product-type-grid > div::before {
  content: " ";
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.4);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.product-type-grid div:hover::before {
  background-color: rgb(0 49 73 / 0.6);
}
.product-type-grid div:hover img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.product-type-grid .placeholder svg {
  position: absolute;
  height: 6rem;
  width: 6rem;
  opacity: 0.2;
  top: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
  left: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.product-type-grid div img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.product-type-grid div h2,
.mini-grid h2 {
  position: relative;
  z-index: 30;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: clamp(1rem,0.11rem + 2.23vw,2.25rem)/* fluid type from 1rem at 40rem to 2.25rem at 96rem */;
  line-height: clamp(1.5rem,0.79rem + 1.79vw,2.5rem)/* fluid from 1.5rem at 40rem to 2.5rem at 96rem */;
}

*.product-type-grid div h2,
*
.mini-grid h2 {
  font-family: "Avenir";
}
.product-type-grid.prods div h2,
.mini-grid h2 {
  font-size: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid type from 1rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.5rem,1.14rem + 0.89vw,2rem)/* fluid from 1.5rem at 40rem to 2rem at 96rem */;
}
.product-type-grid .hover {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 100%;
  --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));
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 49 73 / 0.8);
  text-align: center;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  gap: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}

*.product-type-grid .hover {
  font-family: "Avenir";
}
.product-type-grid .hover > a {
  --tw-bg-opacity: 1;
  background-color: rgb(239 209 0 / var(--tw-bg-opacity));
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}
.product-type-grid .hover > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
}
.product-type-grid > div:not(".nohover"):hover h2 {
  --tw-translate-y: 100px;
  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));
}
.product-type-grid > div:hover .hover {
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.product-layout {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}
@media (min-width: 64rem) {

  .product-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-layout {

  grid-template-areas: "actions" "content";
}
@media (min-width: 1024px) {
  .product-layout {
    grid-template-areas: "content actions";
  }
}
.product-content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem,1.29rem + 1.79vw,3rem)/* fluid from 2rem at 40rem to 3rem at 96rem */;
}
.product-actions {
  grid-area: actions;
}
.product-actions .content-area main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* Hide Related */
.related.products {
  display: none;
}
body.single-product h1 {
  font-weight: 700;
  font-size: clamp(1.25rem,0.54rem + 1.79vw,2.25rem)/* fluid type from 1.25rem at 40rem to 2.25rem at 96rem */;
  line-height: clamp(1.75rem,1.21rem + 1.34vw,2.5rem)/* fluid from 1.75rem at 40rem to 2.5rem at 96rem */;
}
body.single-product .woocommerce-breadcrumb a {
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
}
/* Gallery */
div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery__wrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem,-0.43rem + 3.57vw,3rem)/* fluid from 1rem at 40rem to 3rem at 96rem */;
}
.woocommerce-product-gallery__wrapper .woo-thumb-main img {
}
.woocommerce-product-gallery__wrapper .woo-thumb-main:first-of-type > img {
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 48rem) {

  .woocommerce-product-gallery__wrapper .woo-thumb-main:first-of-type > img {
    height: 500px;
  }
}
.woocommerce-product-gallery__wrapper .woo-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.woocommerce-product-gallery__wrapper .woo-thumbs div {
  height: 10rem;
  width: 10rem;
  cursor: pointer;
}
/* accordion */
.woocommerce-accordion details {
  margin-bottom: 1px;
  background-color: rgb(0 120 193 / 0.1);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce-accordion details > div {
  display: flex;
  flex-direction: column;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.woocommerce-accordion details > div h2 {
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
}
.woocommerce-accordion details ul,
.woocommerce-accordion details ol {
  list-style-type: disc;
  padding-left: 1.25rem;
  gap: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */;
}
.woocommerce-accordion summary {
  display: flex;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 73 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}

*.woocommerce-accordion summary {
  font-family: "Avenir";
}
.woocommerce-accordion summary:hover {
  background-color: rgb(0 49 73 / 0.8);
}
.woocommerce-accordion details[open] summary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
}
/* .wc-tab h2 {
  @apply font-sans normal-case font-bold text-base;
}

.wc-tab {
  @apply bg-secondary/15 ~p-4/8 flex flex-col ~gap-4/6;
}
 */
/* DLayup */
.btn-layup {
  display: flex !important;
  justify-content: center !important;
  gap: 20px !important;
}
.btn-layup-text {
  font-size: 20px !important;
  font-weight: bold !important;
}
/* Chat now */
.chatnow {
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 209 0 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.chatnow:hover {
  background-color: rgb(239 209 0 / 0.8);
}
.chatnow svg {
  height: 60px;
  width: 60px;
}
.chatnow span {
  display: block;
  padding-right: 2rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* cart */
body.single-product .cart {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body.single-product .price {
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
  font-size: clamp(1.5rem,-0.11rem + 4.02vw,3.75rem)/* fluid type from 1.5rem at 40rem to 3.75rem at 96rem */;
  line-height: clamp(2rem,0.75rem + 3.13vw,3.75rem)/* fluid from 2rem at 40rem to 3.75rem at 96rem */;
}
body.single-product .price * {
  text-decoration-line: none;
}
body.single-product .price del,
del {
  font-weight: 700;
  color: rgb(255 255 255 / 0.6);
  font-size: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid type from 1.25rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */;
}
.archive-price del {
  font-size: 14px !important;
}
body.single-product .woocommerce-price-suffix {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid type from 1.25rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */;
}
.woocommerce-button,
body.single-product .button.single_add_to_cart_button,
.xoo-wsc-ft-buttons-cont > a,
body.page .xoo-wsc-ft-btn,
.theme-ats-2024 .wp-element-button,
#place_order,
.checkout_coupon .button,
.woocommerce-MyAccount-navigation ul a,
.woocommerce-Button {
  display: block !important;
  width: 100% !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 209 0 / var(--tw-bg-opacity)) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  font-size: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid type from 1.25rem at 40rem to 1.5rem at 96rem */ !important;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */ !important;
  padding: clamp(1rem,0.82rem + 0.45vw,1.25rem)/* fluid from 1rem at 40rem to 1.25rem at 96rem */ !important;
  padding-top: clamp(1.25rem,1.07rem + 0.45vw,1.5rem)/* fluid from 1.25rem at 40rem to 1.5rem at 96rem */ !important;
}
.woocommerce-button:hover,
body.single-product .button.single_add_to_cart_button:hover,
.xoo-wsc-ft-buttons-cont > a:hover,
body.page .xoo-wsc-ft-btn:hover,
.theme-ats-2024 .wp-element-button:hover,
#place_order:hover,
.checkout_coupon .button:hover,
.woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-Button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(239 209 0 / var(--tw-text-opacity)) !important;
}
.woocommerce-button,
body.single-product .button.single_add_to_cart_button,
.xoo-wsc-ft-buttons-cont > a,
body.page .xoo-wsc-ft-btn,
.theme-ats-2024 .wp-element-button,
#place_order,
.checkout_coupon .button,
.woocommerce-MyAccount-navigation ul a,
.woocommerce-Button {
  font-weight: bold !important;
}
.checkout_coupon .button,
.woocommerce-button,
.woocommerce-MyAccount-navigation ul a,
.xoo-wsc-ft-buttons-cont > a,
.woocommerce-Button {
  padding-top: 1rem !important;
  padding: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */ !important;
}
.woocommerce-form a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.xoo-wsc-container {
  max-width: 400px !important;
  right: -400px;
}
.xoo-wsc-cart-active .xoo-wsc-basket {
  right: 400px !important;
}
body.page .xoo-wsc-ft-btn,
.xoo-wsc-ft-buttons-cont > a {
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */ !important;
  line-height: 1.75rem !important;
  padding: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */ !important;
  padding-top: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */ !important;
  border: none !important;
}
body.single-product .quantity {
  display: flex;
}
body.single-product .quantity input[type="button"] {
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 0 !important;
}
body.single-product .quantity input {
  height: 2.75rem;
  border-radius: 0px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
/* Table */
.variations {
  margin: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
.variations th {
  padding-right: 1rem;
}
.variations td {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.woocommerce-variation-add-to-cart .quantity {
  padding: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
/* up-sells */
.up-sells {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.up-sells h4 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(1.125rem,0.857rem + 0.67vw,1.5rem)/* fluid type from 1.125rem at 40rem to 1.5rem at 96rem */;
  line-height: clamp(1.75rem,1.57rem + 0.45vw,2rem)/* fluid from 1.75rem at 40rem to 2rem at 96rem */;
  padding: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
  padding-top: clamp(1rem,0.82rem + 0.45vw,1.25rem)/* fluid from 1rem at 40rem to 1.25rem at 96rem */;
}

*.up-sells h4 {
  font-family: "Avenir";
}
.page-template-page-deals .woocommerce-no-products-found {
  display: none;
}
.cross-sell h4 {
  margin: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
  padding: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.tyl-gallery {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.tyl-gallery-main {
  display: flex;
  aspect-ratio: 1 / 1;
  max-height: 300px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 120 193 / 0.1);
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
@media (min-width: 64rem) {

  .tyl-gallery-main {
    max-height: 500px;
  }
}
.mobile-feat-image {
  background-color: rgb(0 120 193 / 0.1);
  margin-bottom: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.tyl-gallery-main img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tyl-gallery-thumbs img {
  height: 7rem;
  width: 7rem;
  cursor: pointer;
  border-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}
.tyl-gallery-thumbs img.active {
  --tw-border-opacity: 1;
  border-color: rgb(0 120 193 / var(--tw-border-opacity));
}
.pagination .nav-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.pagination .nav-links > * {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.25rem;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

*.pagination .nav-links > * {
  font-family: "Avenir";
}
.pagination .nav-links > span {
  background-color: rgb(0 120 193 / 0.4);
}
.pagination .nav-links > a {
  background-color: rgb(0 120 193 / 0.2);
}
body.page .nothing a {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(239 209 0 / var(--tw-bg-opacity));
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
  padding-top: clamp(0.75rem,0.57rem + 0.45vw,1rem)/* fluid from 0.75rem at 40rem to 1rem at 96rem */;
}
body.page .nothing a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
}
form.filter-form {
  position: relative;
}
form.filter-form span {
  pointer-events: none;
  position: absolute;
  top: 100%;
  display: block;
  padding-top: 0.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
}
form.filter-form.loading span {
  opacity: 1;
}
.woocommerce-billing-fields {
  position: relative;
}
.wp-block-woocommerce-cart {
  margin-left: auto;
  margin-right: auto;
}
.woocommerce label,
.woocommerce-form label,
.woocommerce-checkout label {
  font-weight: 500;
}
.woocommerce-checkout h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
}
.select2-dropdown {
  top: 5px;
}
.woocommerce-Input,
.woocommerce-form input[type="password"],
.woocommerce-form input[type="text"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.select2-selection__rendered {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 49 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: clamp(1.125rem,1.036rem + 0.223vw,1.25rem)/* fluid type from 1.125rem at 40rem to 1.25rem at 96rem */;
  line-height: 1.75rem;
  padding: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */;
}
.select2-container--open {
}
.select2-container {
  max-width: 24rem;
}
.select2-selection {
  height: 58px !important;
}
#customer-details,
.woocommerce-billing-fields__field-wrapper,
form.woocommerce-checkout {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
.woocommerce-checkout .entry-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}
.woocommerce-checkout-payment {
  flex-direction: column !important;
  border-radius: 0px !important;
  background-color: rgb(0 120 193 / 0.6) !important;
  gap: clamp(1rem,-0.43rem + 3.57vw,3rem)/* fluid from 1rem at 40rem to 3rem at 96rem */ !important;
}
.wc_payment_methods {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem,0.64rem + 0.89vw,1.5rem)/* fluid from 1rem at 40rem to 1.5rem at 96rem */;
}
.wc_payment_method {
  border-width: 1px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 49 73 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.page .woocommerce-form-login {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 42rem !important;
}
.woocommerce-account .woocommerce h2 {
  text-align: center;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.woocommerce-MyAccount-navigation ul a {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 73 / var(--tw-bg-opacity));
}
.edit-account .clear {
  display: none;
}
.edit-account {
  display: flex;
  flex-direction: column;
  gap: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */;
}
.woocommerce-MyAccount-content {
  background-color: rgb(0 120 193 / 0.1);
  padding: clamp(1rem,0.29rem + 1.79vw,2rem)/* fluid from 1rem at 40rem to 2rem at 96rem */;
}
.woocommerce-MyAccount-content .woocommerce-Button {
  display: inline-block !important;
  width: auto !important;
  padding: clamp(0.25rem,0.07rem + 0.45vw,0.5rem)/* fluid from 0.25rem at 40rem to 0.5rem at 96rem */ !important;
  padding-left: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */ !important;
  padding-right: clamp(0.5rem,0.14rem + 0.89vw,1rem)/* fluid from 0.5rem at 40rem to 1rem at 96rem */ !important;
  padding-top: clamp(0.5rem,0.32rem + 0.45vw,0.75rem)/* fluid from 0.5rem at 40rem to 0.75rem at 96rem */ !important;
}
body {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*body {
  font-family: "Avenir";
}
.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 120 193 / var(--tw-bg-opacity));
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 120 193 / var(--tw-text-opacity));
}
.hover\:text-tertiary:hover {
  --tw-text-opacity: 1;
  color: rgb(239 209 0 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 49 73 / var(--tw-border-opacity));
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 49 73 / var(--tw-ring-opacity));
}
@media (min-width: 48rem) {

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

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

  .md\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 64rem) {

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 80rem) {

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

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 96rem) {

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

