*, ::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(0 144 227 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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(0 144 227 / 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
@tailwind utilities;
/* Your custom SCSS below */
html {
  scroll-behavior: smooth;
  scroll-padding: 250px;
}

body {
  font-family: Lato, sans-serif;
}

.woocommerce-result-count,
.woocommerce-ordering {
  float: none !important;
}

.container {
  max-width: 1150px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.grid-default {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .grid-default {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
}

.product img {
  width: 100%;
}

@supports (-webkit-touch-callout: none) {
  .h-screen {
    height: -webkit-fill-available;
  }
}
@media only screen and (max-width: 639px) {
  .category-description-mobile {
    display: none;
  }
  .check-icon-list svg {
    width: 10px;
  }
  .grid-default {
    gap: 10px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
h1 {
  font-size: 40px;
  line-height: 48px;
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}

h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
  }
}

h3 {
  font-size: 16px;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}

.woocommerce .button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button,
:not(.woocommerce) .button,
:not(.woocommerce) button.button,
:not(.woocommerce) a.button,
:not(.woocommerce) input.button {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .woocommerce .button,
  .woocommerce button.button,
  .woocommerce a.button,
  .woocommerce input.button,
  :not(.woocommerce) .button,
  :not(.woocommerce) button.button,
  :not(.woocommerce) a.button,
  :not(.woocommerce) input.button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce .button > svg,
.woocommerce button.button > svg,
.woocommerce a.button > svg,
.woocommerce input.button > svg,
:not(.woocommerce) .button > svg,
:not(.woocommerce) button.button > svg,
:not(.woocommerce) a.button > svg,
:not(.woocommerce) input.button > svg {
  margin-right: 12px;
  height: 18px;
  width: 18px;
}
.woocommerce .button:disabled,
.woocommerce button.button:disabled,
.woocommerce a.button:disabled,
.woocommerce input.button:disabled,
:not(.woocommerce) .button:disabled,
:not(.woocommerce) button.button:disabled,
:not(.woocommerce) a.button:disabled,
:not(.woocommerce) input.button:disabled {
  pointer-events: none;
}
.woocommerce .button.alt, .woocommerce .button--primary, .woocommerce .button.checkout-button, .woocommerce .button[type=submit]:not(.button--search),
.woocommerce button.button.alt,
.woocommerce button.button--primary,
.woocommerce button.button.checkout-button,
.woocommerce button.button[type=submit]:not(.button--search),
.woocommerce a.button.alt,
.woocommerce a.button--primary,
.woocommerce a.button.checkout-button,
.woocommerce a.button[type=submit]:not(.button--search),
.woocommerce input.button.alt,
.woocommerce input.button--primary,
.woocommerce input.button.checkout-button,
.woocommerce input.button[type=submit]:not(.button--search),
:not(.woocommerce) .button.alt,
:not(.woocommerce) .button--primary,
:not(.woocommerce) .button.checkout-button,
:not(.woocommerce) .button[type=submit]:not(.button--search),
:not(.woocommerce) button.button.alt,
:not(.woocommerce) button.button--primary,
:not(.woocommerce) button.button.checkout-button,
:not(.woocommerce) button.button[type=submit]:not(.button--search),
:not(.woocommerce) a.button.alt,
:not(.woocommerce) a.button--primary,
:not(.woocommerce) a.button.checkout-button,
:not(.woocommerce) a.button[type=submit]:not(.button--search),
:not(.woocommerce) input.button.alt,
:not(.woocommerce) input.button--primary,
:not(.woocommerce) input.button.checkout-button,
:not(.woocommerce) input.button[type=submit]:not(.button--search) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 102 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.woocommerce .button.alt:focus-visible, .woocommerce .button--primary:focus-visible, .woocommerce .button.checkout-button:focus-visible, .woocommerce .button[type=submit]:not(.button--search):focus-visible,
.woocommerce button.button.alt:focus-visible,
.woocommerce button.button--primary:focus-visible,
.woocommerce button.button.checkout-button:focus-visible,
.woocommerce button.button[type=submit]:not(.button--search):focus-visible,
.woocommerce a.button.alt:focus-visible,
.woocommerce a.button--primary:focus-visible,
.woocommerce a.button.checkout-button:focus-visible,
.woocommerce a.button[type=submit]:not(.button--search):focus-visible,
.woocommerce input.button.alt:focus-visible,
.woocommerce input.button--primary:focus-visible,
.woocommerce input.button.checkout-button:focus-visible,
.woocommerce input.button[type=submit]:not(.button--search):focus-visible,
:not(.woocommerce) .button.alt:focus-visible,
:not(.woocommerce) .button--primary:focus-visible,
:not(.woocommerce) .button.checkout-button:focus-visible,
:not(.woocommerce) .button[type=submit]:not(.button--search):focus-visible,
:not(.woocommerce) button.button.alt:focus-visible,
:not(.woocommerce) button.button--primary:focus-visible,
:not(.woocommerce) button.button.checkout-button:focus-visible,
:not(.woocommerce) button.button[type=submit]:not(.button--search):focus-visible,
:not(.woocommerce) a.button.alt:focus-visible,
:not(.woocommerce) a.button--primary:focus-visible,
:not(.woocommerce) a.button.checkout-button:focus-visible,
:not(.woocommerce) a.button[type=submit]:not(.button--search):focus-visible,
:not(.woocommerce) input.button.alt:focus-visible,
:not(.woocommerce) input.button--primary:focus-visible,
:not(.woocommerce) input.button.checkout-button:focus-visible,
:not(.woocommerce) input.button[type=submit]:not(.button--search):focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 102 0 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.woocommerce .button.alt:hover, .woocommerce .button--primary:hover, .woocommerce .button.checkout-button:hover, .woocommerce .button[type=submit]:not(.button--search):hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button--primary:hover,
.woocommerce button.button.checkout-button:hover,
.woocommerce button.button[type=submit]:not(.button--search):hover,
.woocommerce a.button.alt:hover,
.woocommerce a.button--primary:hover,
.woocommerce a.button.checkout-button:hover,
.woocommerce a.button[type=submit]:not(.button--search):hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button--primary:hover,
.woocommerce input.button.checkout-button:hover,
.woocommerce input.button[type=submit]:not(.button--search):hover,
:not(.woocommerce) .button.alt:hover,
:not(.woocommerce) .button--primary:hover,
:not(.woocommerce) .button.checkout-button:hover,
:not(.woocommerce) .button[type=submit]:not(.button--search):hover,
:not(.woocommerce) button.button.alt:hover,
:not(.woocommerce) button.button--primary:hover,
:not(.woocommerce) button.button.checkout-button:hover,
:not(.woocommerce) button.button[type=submit]:not(.button--search):hover,
:not(.woocommerce) a.button.alt:hover,
:not(.woocommerce) a.button--primary:hover,
:not(.woocommerce) a.button.checkout-button:hover,
:not(.woocommerce) a.button[type=submit]:not(.button--search):hover,
:not(.woocommerce) input.button.alt:hover,
:not(.woocommerce) input.button--primary:hover,
:not(.woocommerce) input.button.checkout-button:hover,
:not(.woocommerce) input.button[type=submit]:not(.button--search):hover {
  cursor: pointer;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
.woocommerce .button--secondary,
.woocommerce button.button--secondary,
.woocommerce a.button--secondary,
.woocommerce input.button--secondary,
:not(.woocommerce) .button--secondary,
:not(.woocommerce) button.button--secondary,
:not(.woocommerce) a.button--secondary,
:not(.woocommerce) input.button--secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(61 75 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.woocommerce .button--secondary:focus-visible,
.woocommerce button.button--secondary:focus-visible,
.woocommerce a.button--secondary:focus-visible,
.woocommerce input.button--secondary:focus-visible,
:not(.woocommerce) .button--secondary:focus-visible,
:not(.woocommerce) button.button--secondary:focus-visible,
:not(.woocommerce) a.button--secondary:focus-visible,
:not(.woocommerce) input.button--secondary:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(61 75 86 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.woocommerce .button--secondary:hover,
.woocommerce button.button--secondary:hover,
.woocommerce a.button--secondary:hover,
.woocommerce input.button--secondary:hover,
:not(.woocommerce) .button--secondary:hover,
:not(.woocommerce) button.button--secondary:hover,
:not(.woocommerce) a.button--secondary:hover,
:not(.woocommerce) input.button--secondary:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
.woocommerce .button--gray,
.woocommerce button.button--gray,
.woocommerce a.button--gray,
.woocommerce input.button--gray,
:not(.woocommerce) .button--gray,
:not(.woocommerce) button.button--gray,
:not(.woocommerce) a.button--gray,
:not(.woocommerce) input.button--gray {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
  font-weight: 700;
  outline: 1px solid #e5e5e5 !important;
  outline-offset: 0;
}
.woocommerce .button--gray:focus-visible,
.woocommerce button.button--gray:focus-visible,
.woocommerce a.button--gray:focus-visible,
.woocommerce input.button--gray:focus-visible,
:not(.woocommerce) .button--gray:focus-visible,
:not(.woocommerce) button.button--gray:focus-visible,
:not(.woocommerce) a.button--gray:focus-visible,
:not(.woocommerce) input.button--gray:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(61 75 86 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.woocommerce .button--gray:hover,
.woocommerce button.button--gray:hover,
.woocommerce a.button--gray:hover,
.woocommerce input.button--gray:hover,
:not(.woocommerce) .button--gray:hover,
:not(.woocommerce) button.button--gray:hover,
:not(.woocommerce) a.button--gray:hover,
:not(.woocommerce) input.button--gray:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(61 75 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.woocommerce .button--close,
.woocommerce button.button--close,
.woocommerce a.button--close,
.woocommerce input.button--close,
:not(.woocommerce) .button--close,
:not(.woocommerce) button.button--close,
:not(.woocommerce) a.button--close,
:not(.woocommerce) input.button--close {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  font-weight: 700;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.woocommerce .button--close:focus-visible,
.woocommerce button.button--close:focus-visible,
.woocommerce a.button--close:focus-visible,
.woocommerce input.button--close:focus-visible,
:not(.woocommerce) .button--close:focus-visible,
:not(.woocommerce) button.button--close:focus-visible,
:not(.woocommerce) a.button--close:focus-visible,
:not(.woocommerce) input.button--close:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.woocommerce .button--search,
.woocommerce button.button--search,
.woocommerce a.button--search,
.woocommerce input.button--search,
:not(.woocommerce) .button--search,
:not(.woocommerce) button.button--search,
:not(.woocommerce) a.button--search,
:not(.woocommerce) input.button--search {
  background-color: transparent;
  font-weight: 700;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.woocommerce .button--search:focus-visible,
.woocommerce button.button--search:focus-visible,
.woocommerce a.button--search:focus-visible,
.woocommerce input.button--search:focus-visible,
:not(.woocommerce) .button--search:focus-visible,
:not(.woocommerce) button.button--search:focus-visible,
:not(.woocommerce) a.button--search:focus-visible,
:not(.woocommerce) input.button--search:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 118 187 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
@media (min-width: 1024px) {
  .woocommerce .button--search,
  .woocommerce button.button--search,
  .woocommerce a.button--search,
  .woocommerce input.button--search,
  :not(.woocommerce) .button--search,
  :not(.woocommerce) button.button--search,
  :not(.woocommerce) a.button--search,
  :not(.woocommerce) input.button--search {
    --tw-text-opacity: 1;
    color: rgb(0 144 227 / var(--tw-text-opacity, 1));
    padding-left: 12px;
    padding-right: 12px;
  }
}
.woocommerce .button--search > svg,
.woocommerce button.button--search > svg,
.woocommerce a.button--search > svg,
.woocommerce input.button--search > svg,
:not(.woocommerce) .button--search > svg,
:not(.woocommerce) button.button--search > svg,
:not(.woocommerce) a.button--search > svg,
:not(.woocommerce) input.button--search > svg {
  margin-right: 0px;
  height: 20px;
  width: 20px;
}
.woocommerce .button.header-button,
.woocommerce button.button.header-button,
.woocommerce a.button.header-button,
.woocommerce input.button.header-button,
:not(.woocommerce) .button.header-button,
:not(.woocommerce) button.button.header-button,
:not(.woocommerce) a.button.header-button,
:not(.woocommerce) input.button.header-button {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 640px) {

  .woocommerce .button.header-button,
.woocommerce button.button.header-button,
.woocommerce a.button.header-button,
.woocommerce input.button.header-button,
:not(.woocommerce) .button.header-button,
:not(.woocommerce) button.button.header-button,
:not(.woocommerce) a.button.header-button,
:not(.woocommerce) input.button.header-button {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {

  .woocommerce .button.header-button,
.woocommerce button.button.header-button,
.woocommerce a.button.header-button,
.woocommerce input.button.header-button,
:not(.woocommerce) .button.header-button,
:not(.woocommerce) button.button.header-button,
:not(.woocommerce) a.button.header-button,
:not(.woocommerce) input.button.header-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) {

  .woocommerce .button.header-button,
.woocommerce button.button.header-button,
.woocommerce a.button.header-button,
.woocommerce input.button.header-button,
:not(.woocommerce) .button.header-button,
:not(.woocommerce) button.button.header-button,
:not(.woocommerce) a.button.header-button,
:not(.woocommerce) input.button.header-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {

  .woocommerce .button.header-button,
.woocommerce button.button.header-button,
.woocommerce a.button.header-button,
.woocommerce input.button.header-button,
:not(.woocommerce) .button.header-button,
:not(.woocommerce) button.button.header-button,
:not(.woocommerce) a.button.header-button,
:not(.woocommerce) input.button.header-button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce .button.header-button > svg,
.woocommerce button.button.header-button > svg,
.woocommerce a.button.header-button > svg,
.woocommerce input.button.header-button > svg,
:not(.woocommerce) .button.header-button > svg,
:not(.woocommerce) button.button.header-button > svg,
:not(.woocommerce) a.button.header-button > svg,
:not(.woocommerce) input.button.header-button > svg {
  margin-right: 0px;
}
@media (min-width: 640px) {

  .woocommerce .button.header-button > svg,
.woocommerce button.button.header-button > svg,
.woocommerce a.button.header-button > svg,
.woocommerce input.button.header-button > svg,
:not(.woocommerce) .button.header-button > svg,
:not(.woocommerce) button.button.header-button > svg,
:not(.woocommerce) a.button.header-button > svg,
:not(.woocommerce) input.button.header-button > svg {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {

  .woocommerce .button.header-button > svg,
.woocommerce button.button.header-button > svg,
.woocommerce a.button.header-button > svg,
.woocommerce input.button.header-button > svg,
:not(.woocommerce) .button.header-button > svg,
:not(.woocommerce) button.button.header-button > svg,
:not(.woocommerce) a.button.header-button > svg,
:not(.woocommerce) input.button.header-button > svg {
    margin-right: 12px;
  }
}
@media (min-width: 1024px) {

  .woocommerce .button.header-button > svg,
.woocommerce button.button.header-button > svg,
.woocommerce a.button.header-button > svg,
.woocommerce input.button.header-button > svg,
:not(.woocommerce) .button.header-button > svg,
:not(.woocommerce) button.button.header-button > svg,
:not(.woocommerce) a.button.header-button > svg,
:not(.woocommerce) input.button.header-button > svg {
    margin-right: 12px;
  }
}
@media (min-width: 1280px) {

  .woocommerce .button.header-button > svg,
.woocommerce button.button.header-button > svg,
.woocommerce a.button.header-button > svg,
.woocommerce input.button.header-button > svg,
:not(.woocommerce) .button.header-button > svg,
:not(.woocommerce) button.button.header-button > svg,
:not(.woocommerce) a.button.header-button > svg,
:not(.woocommerce) input.button.header-button > svg {
    margin-right: 12px;
  }
}
.woocommerce .button.mobile-button,
.woocommerce button.button.mobile-button,
.woocommerce a.button.mobile-button,
.woocommerce input.button.mobile-button,
:not(.woocommerce) .button.mobile-button,
:not(.woocommerce) button.button.mobile-button,
:not(.woocommerce) a.button.mobile-button,
:not(.woocommerce) input.button.mobile-button {
  display: flex;
}
@media (min-width: 1024px) {
  .woocommerce .button.mobile-button,
  .woocommerce button.button.mobile-button,
  .woocommerce a.button.mobile-button,
  .woocommerce input.button.mobile-button,
  :not(.woocommerce) .button.mobile-button,
  :not(.woocommerce) button.button.mobile-button,
  :not(.woocommerce) a.button.mobile-button,
  :not(.woocommerce) input.button.mobile-button {
    display: none;
  }
}
.woocommerce .button--small,
.woocommerce button.button--small,
.woocommerce a.button--small,
.woocommerce input.button--small,
:not(.woocommerce) .button--small,
:not(.woocommerce) button.button--small,
:not(.woocommerce) a.button--small,
:not(.woocommerce) input.button--small {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}
.woocommerce .button--small > svg,
.woocommerce button.button--small > svg,
.woocommerce a.button--small > svg,
.woocommerce input.button--small > svg,
:not(.woocommerce) .button--small > svg,
:not(.woocommerce) button.button--small > svg,
:not(.woocommerce) a.button--small > svg,
:not(.woocommerce) input.button--small > svg {
  width: 33px;
  margin-right: 0px;
}

.button--primary:focus-visible,
.button--secondary:focus-visible {
  --tw-ring-offset-color: #fff;
}

.woocommerce-shipping-totals.shipping td::before {
  float: none !important;
  padding-left: 0px !important;
}

#shipping_method {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 768px) {
  #shipping_method {
    align-items: flex-start;
  }
}

.qbutton {
  --tw-bg-opacity: 1;
  background-color: rgb(61 75 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  height: auto !important;
}

.link {
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.link:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 144 227 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}
.link--orange {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
}
.link--orange:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 102 0 / var(--tw-ring-opacity, 1));
}

.no-underline {
  text-decoration: none !important;
}

.widgets a, .widgets p, .widgets span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .widgets a, .widgets p, .widgets span {
    font-size: 16px;
  }
}
.widgets > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20px * var(--tw-space-y-reverse));
}
.widgets.sidebar a {
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}
.widgets.sidebar a:hover {
  text-decoration-line: underline;
}
.widgets .widget h1,
.widgets .widget h2,
.widgets .widget h3,
.widgets .widget h4,
.widgets .widget h5,
.widgets .widget h6 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  font-weight: 700;
  padding-bottom: 10px;
}
.widgets .widget a {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 3px;
}
.widgets .widget a:hover {
  text-decoration-line: underline;
}
.widgets .widget a:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #0090E3;
}

select,
input:not([name=s], [type=submit], [type=file]),
textarea {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
  border-radius: 3px;
  font-size: 14px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
select:not([type=checkbox], [type=radio]),
input:not([name=s], [type=submit], [type=file]):not([type=checkbox], [type=radio]),
textarea:not([type=checkbox], [type=radio]) {
  height: 32px;
  padding-left: 15px;
  padding-right: 15px;
}
select:focus-visible,
input:not([name=s], [type=submit], [type=file]):focus-visible,
textarea:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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 144 227 / var(--tw-ring-opacity, 1));
}

textarea {
  height: unset !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.searchform {
  border: none;
}

form.searchform:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #0090E3;
}

.form-offer input[type=text],
.form-offer [type=tel],
.form-offer [type=email],
.form-offer textarea {
  padding: 5px 4px !important;
}

.form-offer label {
  font-weight: 400;
}

.form-offer .column-1 {
  margin-bottom: 15px;
}

.form-offer .wpcf7-submit {
  background-color: #ff6600;
  padding: 8px 20px;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  transition-duration: 0.3s;
}

.form-offer .wpcf7-submit:hover {
  background-color: #e5e5e5;
  color: #000;
}

.form-offer span.wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
  width: 100%;
}

.form-offer .file-text {
  font-size: 11px;
  padding-top: 2px;
  display: block;
}

.form-offer .form-custom-container {
  display: flex;
}

.form-offer .form-custom-container label {
  min-width: 150px;
  max-width: 150px;
}

.form-offer .qbutton {
  padding: 10px 10px !important;
}

.form-offer h3 {
  font-weight: 600;
  margin-bottom: 14px;
  font-size: 20px;
}

body.no-js #home-slider {
  display: flex;
  overflow-x: scroll;
  height: 43.4782608696vw;
  overflow-y: hidden;
}
body.no-js #home-slider a {
  height: 43.4782608696vw;
}
@media screen and (min-width: 767px) {
  body.no-js #home-slider {
    height: 353px;
  }
  body.no-js #home-slider a {
    height: 353px;
  }
}

.home-slider-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.home-slider-dots > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.home-slider-dots button.owl-dot {
  height: 14px;
  width: 14px;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.home-slider-dots button.owl-dot:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.home-slider-dots button.owl-dot:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 196 196 / var(--tw-ring-opacity, 1));
}
.home-slider-dots button.owl-dot.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 227 / var(--tw-bg-opacity, 1));
}
.home-slider-dots button.owl-dot.active:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 144 227 / var(--tw-ring-opacity, 1));
}

.float-shop.hide .float-content {
  left: -100%;
}
.float-shop.hide .float-button {
  opacity: 1;
  visibility: visible;
}
.float-shop .float-button button {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 15px 10px;
}
.float-shop .float-button button svg {
  margin: 0;
  width: 15px;
  height: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 1179px) {
  .float-shop .float-button button {
    display: none;
  }
}
.gfield_error {
  border-top: none !important;
  border-bottom: none !important;
  background: transparent !important;
  padding: 0px !important;
}

.validation_error {
  display: none !important;
}

@media (min-width: 768px) {
  li.gfield {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
li.gfield {
  grid-template-rows: auto 1fr auto;
}
li.gfield .gfield_label {
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  li.gfield .gfield_label {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
li.gfield .ginput_container * {
  width: 100% !important;
}
@media (min-width: 768px) {
  li.gfield .ginput_container {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
}
li.gfield .gfield_description {
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
  grid-row-start: 2;
}
li.gfield .validation_message {
  padding-top: 5px !important;
  --tw-text-opacity: 1;
  color: rgb(208 41 41 / var(--tw-text-opacity, 1));
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 3;
}
li.gfield.gfield_error .gfield_label {
  --tw-text-opacity: 1;
  color: rgb(208 41 41 / var(--tw-text-opacity, 1));
}
li.gfield.gfield_error textarea,
li.gfield.gfield_error input {
  border-style: none !important;
  --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(208 41 41 / var(--tw-ring-opacity, 1));
}

.gform_footer {
  padding-bottom: 0px !important;
}
.gform_footer .gform_button {
  justify-content: center;
  margin-bottom: 0px !important;
}

.gform_fileupload_rules {
  margin-top: 5px;
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}

.gform_legacy_markup_wrapper {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.menu-icon {
  display: block;
  position: relative;
  height: 12px;
  width: 16px;
}
.menu-icon span {
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 227 / var(--tw-bg-opacity, 1));
  height: 2px;
  transform-origin: center center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-icon span:first-child {
  top: 0;
}
.menu-icon span:nth-child(2) {
  transform: translateY(-50%);
  top: 50%;
}
.menu-icon span:last-child {
  top: calc(100% - 2px);
}
.menu-icon.active span:first-child {
  transform: rotate(45deg);
  top: 50%;
}
.menu-icon.active span:nth-child(2) {
  transform: translateY(-50%) scale(0);
  top: 50%;
}
.menu-icon.active span:last-child {
  transform: rotate(-45deg);
  top: 50%;
}

@media screen and (max-width: 767px) {
  .main-menu ul.menu > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }
  .main-menu ul.menu a {
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(0 144 227 / var(--tw-text-opacity, 1));
  }
  .main-menu ul.menu > li.menu-item-has-children a {
    display: flex;
    justify-content: space-between;
  }
  .main-menu ul.menu > li.menu-item-has-children a svg {
    width: 8px;
  }
  .main-menu ul.menu .sub-menu-wrapper {
    margin-top: 15px;
    padding-left: 10px;
  }
  .main-menu ul.menu .sub-menu-wrapper ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10px * var(--tw-space-y-reverse));
  }
  .main-menu ul.menu .sub-menu-wrapper a {
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(61 75 86 / var(--tw-text-opacity, 1));
  }
  .main-menu ul.menu .sub-menu-wrapper li.current-menu-item a {
    --tw-text-opacity: 1;
    color: rgb(18 118 187 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 768px) {
  .main-menu ul#menu-main-1 {
    padding-bottom: 40px;
  }
  .main-menu ul.menu {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .main-menu ul.menu > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
  }
  .main-menu ul.menu > li.menu-item-has-children a {
    display: flex;
    justify-content: space-between;
  }
  .main-menu ul.menu > li.menu-item-has-children a svg {
    width: 8px;
  }
  .main-menu ul.menu > li > a {
    padding: 10px;
  }
  .main-menu ul.menu > li > a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(238 249 255 / var(--tw-bg-opacity, 1));
  }
  .main-menu a {
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(0 144 227 / var(--tw-text-opacity, 1));
    font-size: 14px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-radius: 3px;
  }
  .main-menu a:focus-visible {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 144 227 / var(--tw-ring-opacity, 1));
    --tw-ring-offset-width: 2px;
  }
  .main-menu .sub-menu-wrapper {
    position: absolute;
    z-index: 10;
    top: 0px;
    min-height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(229 244 252 / var(--tw-bg-opacity, 1));
    right: 0px;
    visibility: hidden;
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    min-width: 200px;
    transform: translateX(100%);
  }
  .main-menu .sub-menu-wrapper:focus-within {
    visibility: visible;
    opacity: 1;
  }
  .main-menu .sub-menu-wrapper .title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu .sub-menu-wrapper .title-wrapper h3 {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(61 75 86 / var(--tw-text-opacity, 1));
    margin-top: 20px;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(61 75 86 / var(--tw-border-opacity, 1));
  }
  .main-menu .sub-menu-wrapper li a {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    --tw-ring-offset-color: #E5F4FC;
  }
  .main-menu .sub-menu-wrapper li a:hover {
    text-decoration-line: underline;
  }
  .main-menu ul > li:hover > .sub-menu-wrapper,
  .main-menu ul > li > a:focus-visible + .sub-menu-wrapper {
    visibility: visible;
    opacity: 1;
  }
}

.main-menu.small li a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#breadcrumbs span,
#breadcrumbs a {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}
#breadcrumbs > span {
  display: flex;
  align-items: center;
}
#breadcrumbs > span > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
#breadcrumbs > span {
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}
#breadcrumbs > span > span {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 640px) {
  #breadcrumbs > span > span {
    max-width: unset;
  }
}
#breadcrumbs > span > span:first-child {
  width: 20px;
}
#breadcrumbs .breadcrumb_last {
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#breadcrumbs a {
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: 3px;
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
#breadcrumbs a:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 144 227 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
}
#breadcrumbs a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}
#breadcrumbs a, #breadcrumbs span {
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}

body.no-js #brand-slider {
  display: flex;
  overflow-x: scroll;
}
body.no-js #brand-slider > div {
  height: 100px;
  margin-right: 30px;
}

#brand-slider .owl-stage {
  display: flex;
  min-height: 140px;
  vertical-align: middle;
}
#brand-slider .owl-stage .attachment-brand-logo {
  --tw-grayscale: grayscale(100%);
  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);
  opacity: 0.7;
  transition-duration: 200ms;
}
#brand-slider .owl-stage .attachment-brand-logo:hover {
  --tw-grayscale: grayscale(0);
  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);
  opacity: 1;
  transition-duration: 200ms;
}

.pagination {
  display: flex;
}

.pagination > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  font-size: 12px;
  height: 24px;
  width: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.pagination a svg,
.pagination span svg {
  width: 6px;
}
.pagination a.current,
.pagination span.current {
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 227 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.pagination a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 227 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.pagination a:focus-visible {
  z-index: 10;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 144 227 / var(--tw-ring-opacity, 1));
}

.custom-loader {
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  border-top-color: rgb(255 120 0 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 120 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-right-color: rgb(255 120 0 / var(--tw-border-opacity, 1));
  border-width: 2px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.progress-bar {
  display: flex;
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  overflow: hidden;
}
.progress-bar li {
  transform: translateX(-12px);
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  padding-right: 40px;
}
.progress-bar li.active {
  position: relative;
}
.progress-bar li.active > span {
  z-index: 10;
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.progress-bar li.active::before, .progress-bar li.active::after {
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgb(18 118 187 / var(--tw-bg-opacity, 1));
  position: absolute;
  right: 0px;
  left: 0px;
  height: 50%;
  z-index: 0;
}
.progress-bar li.active::before {
  transform: skewX(40deg);
  top: 0px;
}
.progress-bar li.active::after {
  transform: skewX(-40deg);
  bottom: 0px;
}

.dgwt-wcas-search-wrapp {
  min-width: unset !important;
  width: 100%;
}
@media (min-width: 1024px) {
  .dgwt-wcas-search-wrapp {
    min-width: 230px !important;
  }
}

body .dgwt-wcas-sf-wrapp input {
  border-radius: 10px !important;
  padding: 10px 15px !important;
}
body .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier {
  display: none !important;
}

.mc4wp-form-fields > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.mc4wp-form-fields input {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.mc4wp-response {
  margin-top: 1.5rem;
}

li.product {
  position: relative;
  border-radius: 3px;
  height: 100%;
}
li.product a {
  --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(229 229 229 / var(--tw-ring-opacity, 1));
  padding: 12px;
  display: flex;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  li.product a {
    padding: 12px;
  }
}
li.product a:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 144 227 / var(--tw-ring-opacity, 1));
}
li.product h2.woocommerce-loop-product__title {
  margin-top: 15px;
  --tw-text-opacity: 1;
  color: rgb(18 118 187 / var(--tw-text-opacity, 1));
  font-size: 14px;
  font-weight: 700;
}
li.product .price ins {
  text-decoration-line: none;
  text-decoration: none;
}
li.product .price ins .woocommerce-Price-amount {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
  font-weight: 700;
  font-size: 24px;
}
li.product .price del {
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}

.product #description h2 {
  margin-top: 15px;
}

.single.woocommerce-page div.product div.bundled_product_images {
  width: 12%;
}
.single.woocommerce-page div.bundled_product_summary:not(.thumbnail_hidden) .details {
  width: 88%;
}
.single.woocommerce-page div.bundled_product_summary:not(.thumbnail_hidden) .details .bundled_product_optional_checkbox {
  font-size: 13px;
}
.single.woocommerce-page .bundled_product_summary .bundled_product_optional_checkbox {
  color: #3d4b56;
}
.single.woocommerce-page.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span {
  color: #3d4b56;
}
.single.woocommerce-page.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.item_title {
  color: #0090e3;
  font-weight: 600;
}
.single.woocommerce-page.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span del {
  font-size: 13px;
  opacity: 1;
}
.single.woocommerce-page.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span ins {
  text-decoration: none;
}
.single.woocommerce-page.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span ins span {
  color: #ff6600;
}

ul.products {
  display: grid;
  gap: 30px;
}
ul.products.columns-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
ul.products.columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
ul.products.columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
ul.products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#woof_html_buffer {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><radialGradient id="a4" cx=".66" fx=".66" cy=".3125" fy=".3125" gradientTransform="scale(1.5)"><stop offset="0" stop-color="%230090E3"></stop><stop offset=".3" stop-color="%230090E3" stop-opacity=".9"></stop><stop offset=".6" stop-color="%230090E3" stop-opacity=".6"></stop><stop offset=".8" stop-color="%230090E3" stop-opacity=".3"></stop><stop offset="1" stop-color="%230090E3" stop-opacity="0"></stop></radialGradient><circle transform-origin="center" fill="none" stroke="url(%23a4)" stroke-width="15" stroke-linecap="round" stroke-dasharray="200 1000" stroke-dashoffset="0" cx="100" cy="100" r="70"><animateTransform type="rotate" attributeName="transform" calcMode="spline" dur="2" values="360;0" keyTimes="0;1" keySplines="0 0 1 1" repeatCount="indefinite"></animateTransform></circle><circle transform-origin="center" fill="none" opacity=".2" stroke="%230090E3" stroke-width="15" stroke-linecap="round" cx="100" cy="100" r="70"></circle></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  font-size: 0;
  border: 0;
  box-shadow: none;
  width: 150px;
  height: 150px;
  background-color: #fff;
}

@media only screen and (min-width: 640px) {
  .filter-toggle.out,
  .filter-toggle {
    display: none !important;
  }
  .category-desc .h-\[300px\] {
    height: auto;
  }
  .category-desc .expand-category {
    display: none;
  }
}
@media only screen and (max-width: 639px) {
  .short-description-category {
    display: none;
  }
  .mobile-menu-layered {
    position: fixed;
    height: 100%;
    background: #fff;
    z-index: 9999;
    width: 100%;
    padding: 0;
    top: 0;
    overflow-y: scroll;
    padding-top: 10px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    left: -100%;
  }
  .mobile-menu-layered.active {
    visibility: visible;
    opacity: 1;
    width: 90%;
    left: 0;
    padding-top: 0;
  }
  .mobile-menu-layered .filter-toggle {
    background-color: #0090e3;
    padding: 18px 10px;
    margin-bottom: 15px;
  }
  .mobile-menu-layered .filter-toggle a {
    color: #fff;
  }
  .mobile-menu-layered .filter-toggle a:before {
    content: "Filters";
    position: absolute;
    left: 15px;
    font-size: 20px;
  }
  .mobile-menu-layered .sidebar-menu.main-menu {
    display: none;
  }
  .logged-in .mobile-menu-layered {
    padding-top: 46px;
  }
  .filter-toggle.out {
    width: 49%;
    display: inline-block;
    margin-right: 1%;
    vertical-align: bottom;
    color: #fff;
    transition-duration: 0.3s;
    border-radius: 3px;
    border: 1px solid #0090e3;
    background-color: #0090e3;
  }
  .filter-toggle.out:hover {
    background-color: #1099e9;
    border: 1px solid #1099e9;
    color: white;
  }
  .filter-toggle.out:hover svg path {
    fill: white;
  }
  .filter-toggle.out:hover a {
    border: none;
  }
  .filter-toggle.out svg {
    margin-bottom: 4px;
    margin-right: 5px;
  }
  .filter-toggle.out svg path {
    fill: white;
  }
  .filter-toggle.out span {
    vertical-align: bottom;
  }
  .filter-toggle.out a {
    width: 100%;
    display: block;
    padding: 7.5px 15px;
    border-radius: 3px;
    line-height: 25px;
  }
  .filter-toggle.out.active:after {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.33);
    opacity: 0.8;
    display: block;
    content: "";
    z-index: 998;
  }
  .woocommerce .woocommerce-ordering {
    margin: 0;
    max-width: 49%;
    display: inline-block;
  }
  .woocommerce .woocommerce-ordering select {
    width: 100%;
    height: 42px;
  }
  .attribute-list-product {
    margin-top: 0 !important;
  }
  .attribute-list-product span {
    margin-left: 0 !important;
  }
  .mobile-menu-layered #filter-sidebar {
    padding: 0 15px;
  }
  .mobile-menu-layered #filter-sidebar .widget-woof {
    margin-top: 0;
  }
}
@media (min-width: 640px) and (max-width: 904px) {
  .tax-product_cat .grid-default,
  .post-type-archive-product .grid-default {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .tax-product_cat .grid-default .mobile-menu-layered,
  .post-type-archive-product .grid-default .mobile-menu-layered {
    grid-column: span 2/span 1;
  }
  .tax-product_cat .grid-default .md\:grid-cols-3,
  .post-type-archive-product .grid-default .md\:grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tax-product_cat .grid-default .md\:col-span-3,
  .post-type-archive-product .grid-default .md\:col-span-3 {
    grid-column: span 4/span 3;
  }
}
@media (min-width: 768px) {
  .visible-mobile {
    display: none;
  }
  .hidden-desktop {
    display: block;
  }
}
@media (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
  .visible-mobile #related-slider li {
    list-style: none;
  }
  .hidden-desktop {
    display: none;
  }
}
.woocommerce-product-attributes {
  width: 100%;
}
.woocommerce-product-attributes tbody tr {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.woocommerce-product-attributes tbody tr:nth-child(2n) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 252 / var(--tw-bg-opacity, 1));
}
.woocommerce-product-attributes tbody tr td,
.woocommerce-product-attributes tbody tr th {
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 768px) {
  .woocommerce-product-attributes tbody tr td,
  .woocommerce-product-attributes tbody tr th {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.product .images .owl-stage {
  width: 100%;
}

p.stock {
  display: none;
}

.woocommerce-product-details__short-description {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.woocommerce-product-details__short-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce-product-details__short-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.woocommerce-product-details__short-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.woocommerce-product-details__short-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.woocommerce-product-details__short-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.woocommerce-product-details__short-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.woocommerce-product-details__short-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.woocommerce-product-details__short-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.woocommerce-product-details__short-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.woocommerce-product-details__short-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.woocommerce-product-details__short-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.woocommerce-product-details__short-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.woocommerce-product-details__short-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.woocommerce-product-details__short-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.woocommerce-product-details__short-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.woocommerce-product-details__short-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.woocommerce-product-details__short-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.woocommerce-product-details__short-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.woocommerce-product-details__short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.woocommerce-product-details__short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.woocommerce-product-details__short-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.woocommerce-product-details__short-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.woocommerce-product-details__short-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.woocommerce-product-details__short-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.woocommerce-product-details__short-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.woocommerce-product-details__short-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.woocommerce-product-details__short-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.woocommerce-product-details__short-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.woocommerce-product-details__short-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.woocommerce-product-details__short-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.woocommerce-product-details__short-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.woocommerce-product-details__short-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.woocommerce-product-details__short-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.woocommerce-product-details__short-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.woocommerce-product-details__short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.woocommerce-product-details__short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.woocommerce-product-details__short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.woocommerce-product-details__short-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.woocommerce-product-details__short-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.woocommerce-product-details__short-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.woocommerce-product-details__short-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.woocommerce-product-details__short-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.woocommerce-product-details__short-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.woocommerce-product-details__short-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.woocommerce-product-details__short-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.woocommerce-product-details__short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.woocommerce-product-details__short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.woocommerce-product-details__short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.woocommerce-product-details__short-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.woocommerce-product-details__short-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.woocommerce-product-details__short-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.woocommerce-product-details__short-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.woocommerce-product-details__short-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.woocommerce-product-details__short-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.woocommerce-product-details__short-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.woocommerce-product-details__short-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.woocommerce-product-details__short-description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.woocommerce-product-details__short-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.woocommerce-product-details__short-description {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.woocommerce-product-details__short-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.woocommerce-product-details__short-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.woocommerce-product-details__short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.woocommerce-product-details__short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.woocommerce-product-details__short-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce-product-details__short-description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.woocommerce-product-details__short-description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.woocommerce-product-details__short-description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.woocommerce-product-details__short-description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.woocommerce-product-details__short-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.woocommerce-product-details__short-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.woocommerce-product-details__short-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.woocommerce-product-details__short-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.woocommerce-product-details__short-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.woocommerce-product-details__short-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.woocommerce-product-details__short-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.woocommerce-product-details__short-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.woocommerce-product-details__short-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.woocommerce-product-details__short-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.woocommerce-product-details__short-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.woocommerce-product-details__short-description {
  color: #3D4B56;
}

.woocommerce-product-details__short-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 14px;
  line-height: 20px;
}

.woocommerce-product-details__short-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #3D4B56;
}

.woocommerce-product-details__short-description {
  margin-top: 20px;
  margin-bottom: 20px;
}

.woocommerce-variation-add-to-cart-disabled .button[type=submit] {
  cursor: not-allowed;
  pointer-events: none;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1)) !important;
}

.variations_form {
  margin-top: 20px;
}

.variations {
  margin-bottom: 10px;
}
.variations th {
  padding-right: 10px;
}
.variations label {
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}

.reset_variations {
  display: none !important;
}

.woocommerce-variation > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}

#related .price-btw {
  display: none;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart .product-thumbnail {
    display: block !important;
    width: 100%;
  }
  .woocommerce-cart .product-thumbnail::before {
    display: none;
  }
  .woocommerce-cart .product-thumbnail a, .woocommerce-cart .product-thumbnail img {
    width: 100% !important;
  }
}
.woocommerce-cart .actions {
  padding-top: 20px !important;
}
.woocommerce-cart .tax-total small {
  display: none;
}
.woocommerce-cart .coupon {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .coupon > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.woocommerce-cart .coupon > * {
  float: none !important;
}
.woocommerce-cart .coupon button {
  width: 100% !important;
}
.woocommerce-cart .coupon #coupon_code {
  width: 100%;
}
@media (min-width: 768px) {
  .woocommerce-cart .coupon {
    flex-direction: row;
  }
  .woocommerce-cart .coupon > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.woocommerce-cart button[name=update_cart] {
  float: right !important;
}
.woocommerce-cart .woocommerce-cart-form {
  margin-top: 30px;
}
.woocommerce-cart .woocommerce a.remove {
  --tw-text-opacity: 1 !important;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1)) !important;
  font-weight: 300;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.woocommerce-cart .woocommerce a.remove:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(208 41 41 / var(--tw-text-opacity, 1)) !important;
}
.woocommerce-cart .order-total, .woocommerce-cart .product-subtotal span {
  --tw-text-opacity: 1;
  color: rgb(255 102 0 / var(--tw-text-opacity, 1));
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}
.woocommerce-cart .product-subtotal,
.woocommerce-cart .cart-subtotal td,
.woocommerce-cart .order-total td,
.woocommerce-cart .cart-discount td {
  text-align: right;
}
.woocommerce-cart .cart-discount td a {
  float: left;
}
.woocommerce-cart .product-name a {
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
  font-size: 14px;
  font-weight: 700;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0px;
}
.woocommerce-cart th {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
.woocommerce-cart .woocommerce table.shop_table th {
  font-weight: 400;
}
.woocommerce-cart .woocommerce table.shop_table {
  border-width: 0px;
}
.woocommerce-cart .attachment-woocommerce_thumbnail {
  width: 58px !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding: 5px;
}
.woocommerce-cart .coupon, .woocommerce-cart #update_cart {
  margin-top: 3.5rem;
}
.woocommerce-cart .woocommerce .cart .button, .woocommerce-cart .woocommerce .cart input.button {
  --tw-bg-opacity: 1;
  background-color: rgb(61 75 86 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.woocommerce-cart #coupon_code {
  width: 160px;
  border-radius: 10px;
}
.woocommerce-cart .woocommerce-Price-amount,
.woocommerce-cart .woocommerce-Price-currencySymbol {
  font-size: 20px !important;
}
.woocommerce-cart .quantity .qty {
  width: 100px;
}
.woocommerce-cart .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  padding-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item {
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    position: relative;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item td {
    text-align: left !important;
    border-top: 0;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item td.product-name {
    padding-right: 35px;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item td:before {
    display: none;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item td.product-subtotal {
    text-align: right;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item td.product-subtotal:before {
    display: block;
    padding-top: 5px;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item td.product-remove {
    border-top: 0;
    position: absolute;
    right: -5px;
    top: -3px;
    padding: 0;
    background-color: transparent;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item td.product-subtotal {
    text-align: right;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item .product-thumbnail {
    width: 100px;
    position: absolute;
    left: 0;
    height: 100%;
  }
  .woocommerce-cart.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item .product-thumbnail img {
    margin-top: 0;
  }
}
.widget-woof {
  margin-top: 30px;
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
.widget-woof > .woof {
  margin-top: 20px;
}

.woof_redraw_zone > .woof_container {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
}

.woof_radio_label,
.woof_checkbox_label {
  font-size: 12px;
}

ul.woof_list_radio > :not([hidden]) ~ :not([hidden]),
ul.woof_list_checkbox > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}
ul.woof_list_radio > li,
ul.woof_list_checkbox > li {
  padding: 0px !important;
}

.woof_radio_term_reset {
  display: none !important;
}

.woof_container_inner .irs .irs-grid {
  display: none;
}
.woof_container_inner .irs .irs-slider {
  height: 14px;
  width: 14px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 227 / var(--tw-bg-opacity, 1));
  border-radius: 3px;
  background-image: unset;
}
.woof_container_inner .irs .irs-line {
  height: 10px;
}
.woof_container_inner .irs .irs-slider {
  top: 22.5px;
}
.woof_container_inner .irs .irs-line-left,
.woof_container_inner .irs .irs-line-right,
.woof_container_inner .irs .irs-line-mid {
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(18 118 187 / var(--tw-bg-opacity, 1));
  background-image: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity, 1));
}
.woof_container_inner .irs .irs-line-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.woof_container_inner .irs .irs-line-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.woof_container_inner .irs .irs-bar {
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
  background-image: none;
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(61 75 86 / var(--tw-border-opacity, 1));
}
.woof_container_inner .irs .irs-min,
.woof_container_inner .irs .irs-max,
.woof_container_inner .irs .irs-from,
.woof_container_inner .irs .irs-to {
  display: none;
}
.woof_container_inner .irs.irs--round .irs-handle {
  border: 4px solid #0090E3;
}

.woof input {
  padding-left: 7px !important;
  padding-right: 7px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

form.woocommerce-checkout .product-name {
  display: flex;
  align-items: center;
}
form.woocommerce-checkout .product-name img {
  width: 52px;
  height: 52px;
  margin-right: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  form.woocommerce-checkout {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-rows: max-content 1fr;
  }
  form.woocommerce-checkout #customer_details {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  form.woocommerce-checkout #customer_details .col-1, form.woocommerce-checkout #customer_details .col-2 {
    float: none;
    width: 100%;
  }
  form.woocommerce-checkout #order_review_heading {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  form.woocommerce-checkout #order_review {
    grid-column-start: 3;
    grid-column-end: 6;
    grid-row-start: 2;
    grid-row-end: 2;
  }
}

.woocommerce-checkout main h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
.woocommerce-checkout main p {
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
.woocommerce-checkout main .woocommerce .col2-set .col-2, .woocommerce-checkout main .woocommerce-page .col2-set .col-2 {
  float: none;
}
.woocommerce-checkout main .col1::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
.woocommerce-checkout main .col1::placeholder {
  --tw-text-opacity: 1;
  color: rgb(61 75 86 / var(--tw-text-opacity, 1));
}
.woocommerce-checkout main .woocommerce form .form-row .required {
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}
.woocommerce-checkout main #place_order {
  justify-content: center;
}
.woocommerce-checkout main .woocommerce-shipping-methods li {
  display: flex;
  align-items: center;
  padding-left: 0px !important;
}

.shop_table tr td:first-child, .shop_table th td:first-child {
  font-weight: 700 !important;
}
.shop_table tr td:last-child, .shop_table th td:last-child {
  font-weight: 400 !important;
}

.woocommerce-checkout #payment .payment_method_mollie_wc_gateway_ideal div.payment_box {
  display: none !important;
}

.woocommerce-error li {
  padding-left: 20px !important;
}

.grid-footer {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .grid-footer {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .grid-footer {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
  }
}

.offertevergelijken-text {
  grid-template-columns: auto !important;
}

.icon-list-item br {
  display: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-2 {
  bottom: -2px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-\[-16px\] {
  right: -16px;
}

.top-0 {
  top: 0px;
}

.top-\[-4px\] {
  top: -4px;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

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

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

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

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

.col-end-2 {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.col-end-5 {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

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

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

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

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

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

.mr-15 {
  margin-right: 15px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.w-10 {
  width: 10px;
}

.w-20 {
  width: 20px;
}

.w-25 {
  width: 25px;
}

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

.w-full {
  width: 100%;
}

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

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

.flex-shrink-0 {
  flex-shrink: 0;
}

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

.columns-3 {
  -moz-columns: 3;
       columns: 3;
}

.columns-4 {
  -moz-columns: 4;
       columns: 4;
}

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

.grid-cols-auto {
  grid-template-columns: auto;
}

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

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

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

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

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

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

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

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15px * var(--tw-space-x-reverse));
  margin-left: calc(15px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2px * var(--tw-space-x-reverse));
  margin-left: calc(2px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20px * var(--tw-space-x-reverse));
  margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5px * var(--tw-space-x-reverse));
  margin-left: calc(5px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.rounded {
  border-radius: 10px;
}

.rounded-3 {
  border-radius: 3px;
}

.rounded-full {
  border-radius: 9999px;
}

.border {
  border-width: 1px;
}

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

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

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

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 244 252 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 227 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 118 187 / var(--tw-bg-opacity, 1));
}

.bg-marine-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

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

.p-0 {
  padding: 0px;
}

.p-15 {
  padding: 15px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

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

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

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

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 5px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-20 {
  font-size: 20px;
}

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

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(0 144 227 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(208 41 41 / var(--tw-text-opacity, 1));
}

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

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.shadow {
  --tw-shadow: 0px 3px 10px rgba(92, 108, 122, 0.25);
  --tw-shadow-colored: 0px 3px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.stacked {
  flex-direction: column;
  align-items: flex-start;
}

.stacked > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.stacked-none {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.stacked-none > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

.small span.sale {
  font-size: 10px;
    line-height: 12px;
}

.small-none span:first-child {
  font-size: 14px;
    line-height: 14px;
}
body.admin-bar #main-header {
  top: 46px;
}
body.admin-bar #menu-wrapper {
  top: 112px;
}
@media screen and (min-width: 783px) {
  body.admin-bar #main-header {
    top: 32px;
  }
  body.admin-bar #menu-wrapper {
    top: 98px;
  }
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(18 118 187 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-0:focus-visible {
  --tw-ring-offset-width: 0px;
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-blue-200:focus-visible {
  --tw-ring-offset-color: #E5F4FC;
}
.focus-visible\:ring-offset-blue-500:focus-visible {
  --tw-ring-offset-color: #0090E3;
}
@media (min-width: 640px) {

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

  .sm\:px-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {

  .md\:\!ml-32 {
    margin-left: 32px !important;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(50px * var(--tw-space-x-reverse));
    margin-left: calc(50px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(60px * var(--tw-space-x-reverse));
    margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:text-20 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {

  .xl\:mr-20 {
    margin-right: 20px;
  }

  .xl\:flex {
    display: flex;
  }
}
/*# sourceMappingURL=main.css.map */
