/* purgecss start ignore */

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

/* ! tailwindcss v3.4.17 | 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 */
  tab-size: 4;
  /* 3 */
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  /* 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;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.btn.btn-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}

/* body, html {
        @apply scroll-smooth;
    } */

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

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

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

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

@media (forced-colors: active)  {
  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

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

@media (forced-colors: active)  {
  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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: 17 24 39;
  --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: 255 255 255;
  --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;
}

.btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-servicecall .flex-autocomplete.btn .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.btn img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.btn {
  background-color: #1e7ea8;
}

@media (min-width: 768px) {
  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  opacity: 0.6;
}

.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary:hover {
  opacity: 0.6;
}

.btn-secondary {
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.btn-secondary {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.btn-secondary + svg {
  right: -2rem;
}

.btn-secondary {
  border-color: #1e7ea8;
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

.page-header + .top-container > .breadcrumbs {
  counter-reset: section;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}

.page-header + .top-container > .breadcrumbs .items {
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 0.375rem;
}

.page-header + .top-container > .breadcrumbs .items > .item {
  --z-index: 20;
  counter-increment: section;
}

.page-header + .top-container > .breadcrumbs .items > .\!item {
  --z-index: 20 !important;
  counter-increment: section !important;
}

.page-header + .top-container > .breadcrumbs .items > .item {
  z-index: var(--z-index);
}

.page-header + .top-container > .breadcrumbs .items > .\!item {
  z-index: var(--z-index);
}

.page-header + .top-container > .breadcrumbs .items > .item + .item {
  z-index: calc(var(--z-index) - counter(section));
}

.page-header + .top-container > .breadcrumbs .items > .\!item + .\!item {
  z-index: calc(var(--z-index) - counter(section));
}

.page-header + .top-container > .breadcrumbs .items > .item > .separator {
  display: none;
}

.page-header + .top-container > .breadcrumbs .items > .\!item > .separator {
  display: none;
}

.page-header + .top-container > .breadcrumbs .items > .item > a {
  position: relative;
  z-index: 0;
  margin-right: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 238 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-right: 0.625rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page-header + .top-container > .breadcrumbs .items > .item > a::before {
  position: absolute;
  top: 0.25rem;
  right: -0.625rem;
  z-index: -20;
  aspect-ratio: 1 / 1;
  height: 20px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  --tw-shadow: 2px -2px 0px 1px #fff;
  --tw-shadow-colored: 2px -2px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-header + .top-container > .breadcrumbs .items > .item > a::after {
  position: absolute;
  top: 0.25rem;
  right: -0.625rem;
  z-index: -10;
  aspect-ratio: 1 / 1;
  height: 20px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 238 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.page-header + .top-container > .breadcrumbs .items > .item > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-header + .top-container > .breadcrumbs .items > .item > a:hover::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.page-header + .top-container > .breadcrumbs .items > .\!item > a {
  position: relative;
  z-index: 0;
  margin-right: 0px;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 238 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-right: 0.625rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.page-header + .top-container > .breadcrumbs .items > .\!item > a::before {
  position: absolute;
  top: 0.25rem;
  right: -0.625rem;
  z-index: -20;
  aspect-ratio: 1 / 1;
  height: 20px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  content: var(--tw-content);
  --tw-shadow: 2px -2px 0px 1px #fff;
  --tw-shadow-colored: 2px -2px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.page-header + .top-container > .breadcrumbs .items > .\!item > a::after {
  position: absolute;
  top: 0.25rem;
  right: -0.625rem;
  z-index: -10;
  aspect-ratio: 1 / 1;
  height: 20px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(235 236 238 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}

.page-header + .top-container > .breadcrumbs .items > .\!item > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.page-header + .top-container > .breadcrumbs .items > .\!item > a:hover::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .page-header + .top-container > .breadcrumbs .items > .item + .item > a {
    padding-left: 2.75rem;
  }

  .page-header + .top-container > .breadcrumbs .items > .\!item + .\!item > a {
    padding-left: 2.75rem;
  }
}

/* .page-header+.top-container>.breadcrumbs .items>.item:first-child>a {
        @apply rounded-l;
    } */

.page-header
        + .top-container
        > .breadcrumbs
        .items
        > .item:last-child
        > .text-primary-lighter {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .page-header
        + .top-container
        > .breadcrumbs
        .items
        > .item:last-child
        > .text-primary-lighter {
    padding-left: 2.5rem;
  }
}

.page-header
        + .top-container
        > .breadcrumbs
        .items
        > .\!item:last-child
        > .text-primary-lighter {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-right: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .page-header
        + .top-container
        > .breadcrumbs
        .items
        > .\!item:last-child
        > .text-primary-lighter {
    padding-left: 2.5rem;
  }
}

/* Training Module Start */

div[data-content-type="training"] > div:first-child:not(.traningBlocks) {
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  text-decoration-line: none;
}

@media (min-width: 1024px) {
  div[data-content-type="training"] > div:first-child:not(.traningBlocks) {
    margin-bottom: 2rem;
  }
}

div[data-content-type="training"] > div:first-child:not(.traningBlocks) h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  div[data-content-type="training"] > div:first-child:not(.traningBlocks) h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.products.products-grid > .allAccordionCover {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .products.products-grid > .allAccordionCover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > .allAccordionCover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.allAccordionCover {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

.allAccordionCover .singleBox .accordTitle {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.form-servicecall .flex-autocomplete.allAccordionCover .singleBox .accordTitle .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.allAccordionCover .singleBox .accordTitle img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.allAccordionCover .singleBox .accordTitle:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px) {
  .allAccordionCover .singleBox .accordTitle {
    flex-direction: row;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .allAccordionCover .singleBox .accordTitle {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.allAccordionCover .singleBox .accordTitle .icon {
  pointer-events: none;
}

.allAccordionCover .singleBox .accordTitle .icon::after {
  position: relative;
  top: -3px;
  margin-left: 0.25rem;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  border-left-width: 0px;
  border-top-width: 0px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.allAccordionCover .singleBox .accordTitle .dummyLink {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.allAccordionCover .singleBox .accordTitle .dummyLink.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.allAccordionCover .singleBox .accordTitle .dummyLink.leading-tight.text-black + svg {
  right: -2rem;
}

.allAccordionCover .singleBox .accordTitle .icon.iconUp::after {
  top: 0px;
  content: var(--tw-content);
  --tw-rotate: -135deg;
  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));
}

.allAccordionCover .singleBox .accordTitle .imageBlock {
  max-height: 7rem;
  width: 15rem;
  overflow: hidden;
}

@media (min-width: 1536px) {
  .allAccordionCover .singleBox .accordTitle .imageBlock {
    width: 18rem;
  }
}

.allAccordionCover .singleBox .accordTitle .imageBlock img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.allAccordionCover .singleBox .accordTitle .trainingTitle {
  flex: 1 1 0%;
}

.allAccordionCover .singleBox .accordTitle .trainingTitle h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}

.form-servicecall .flex-autocomplete.allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 640px) {
  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList {
    gap: 0px;
  }
}

.allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem.leading-tight.text-black + svg {
  right: -2rem;
}

.form-servicecall .flex-autocomplete.allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 640px) {
  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem {
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
    padding-left: 0.875rem;
    padding-right: 0.875rem;
  }

  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem:nth-child(even) {
    border-width: 0px;
  }
}

@media (min-width: 1280px) {
  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem {
    width: auto;
    border-right-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  }

  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem:first-child {
    padding-left: 0px;
  }

  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem:last-child {
    border-width: 0px;
    padding-right: 0px;
  }

  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem:nth-child(even) {
    border-right-width: 1px;
  }

  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem:last-child:nth-child(even) {
    border-right-width: 0px;
  }
}

@media (min-width: 1536px) {
  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem:first-child {
    padding-left: 0px;
  }

  .allAccordionCover
        .singleBox
        .accordTitle
        .trainingTitle
        .smallDetailsList
        .listItem:last-child {
    padding-right: 0px;
  }
}

.allAccordionCover
        .singleBox
        .accordTitle:hover
        .trainingTitle
        .smallDetailsList
        .listItem {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.allAccordionCover .singleBox .accordTitle .buttonBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.625rem;
}

.form-servicecall .flex-autocomplete.allAccordionCover .singleBox .accordTitle .buttonBox .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.allAccordionCover .singleBox .accordTitle .buttonBox img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 768px) {
  .allAccordionCover .singleBox .accordTitle .buttonBox {
    width: 10rem;
  }
}

@media (min-width: 1024px) {
  .allAccordionCover .singleBox .accordTitle .buttonBox {
    align-items: flex-end;
    justify-content: flex-end;
  }
}

.allAccordionCover .singleBox .accordDesc {
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .allAccordionCover .singleBox .accordDesc {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .allAccordionCover .singleBox .accordDesc {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

/* Training Module End */

.splide .splide__arrows .splide__arrow {
  height: auto;
  width: auto;
  background-color: transparent;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.splide .splide__arrows .splide__arrow {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.splide .splide__arrows .splide__arrow + svg {
  right: -2rem;
}

.splide .splide__arrows .splide__arrow:hover {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

/* PIJLTJES NAAST DE BANNER */

.brandSlider.splide .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -0.75rem;
}

@media (min-width: 1024px) {
  .brandSlider.splide .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -1rem;
  }
}

.brandSlider.splide .splide__arrows .splide__arrow.splide__arrow--next {
  right: -0.75rem;
}

@media (min-width: 1024px) {
  .brandSlider.splide .splide__arrows .splide__arrow.splide__arrow--next {
    right: -1rem;
  }
}

.bannerImageSlider.splide .splide__arrows .splide__arrow {
  color: white;
}

.icon.iconLeft {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.icon.iconRight {
  --tw-rotate: -135deg;
  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));
}

.icon.iconUp {
  --tw-rotate: 135deg;
  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));
}

.icon.iconDown {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.btn .icon.iconDown {
  position: relative;
  top: -0.125rem;
  margin-left: 0.625rem;
}

@media (min-width: 768px) {
  .page-products main#maincontent > .columns {
    grid-template-columns: 240px 1fr;
  }
}

@media (min-width: 1024px) {
  .page-products main#maincontent > .columns {
    grid-template-columns: 280px 1fr;
  }
}

.toolbar.toolbar-products:first-of-type {
  display: flex;
  justify-content: flex-end;
}

/* Sidebar Start */

.sidebar .block-filter {
  border-style: none;
  background-color: transparent;
  padding: 0px;
}

@media (min-width: 768px) {
  .sidebar .block-filter .block-title {
    visibility: hidden;
    height: 0px;
  }

  .sidebar
        .block-filter
        .block-title
        ~ .filter-current.filter-options-content {
    margin-top: 0px;
  }
}

.sidebar .block-filter .block-content.filter-content {
  padding-top: 0.125rem;
}

.sidebar .block-filter .block-content.filter-content .filter-option.card {
  margin: 0px;
  background-color: transparent;
  padding-bottom: 0px;
  padding-left: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* first:mt-4 */
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-title {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-bottom: 0.125rem;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-title
        .title
        + span {
  display: none;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content {
  padding-top: 0.125rem;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        .am-show-more {
  display: none;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item {
  display: flex;
}

.form-servicecall .flex-autocomplete.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item {
  display: flex;
}

.form-servicecall .flex-autocomplete.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item
        input.checkbox {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item
        input.checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item
        input.checkbox:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item
        input.checkbox {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item
        input.checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item
        input.checkbox:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item
        input.checkbox
        + .amshopby-link-selected {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item
        input.checkbox
        + .amshopby-link-selected {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.item
        input.checkbox
        + .amshopby-link-selected + svg {
  right: -2rem;
}

.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item
        input.checkbox
        + .amshopby-link-selected {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item
        input.checkbox
        + .amshopby-link-selected {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.sidebar
        .block-filter
        .block-content.filter-content
        .filter-option.card
        .filter-options-content
        li.\!item
        input.checkbox
        + .amshopby-link-selected + svg {
  right: -2rem;
}

/* Prodcut List */

@media (min-width: 768px) {
  .products.wrapper:not(.mode-grid) > div {
    row-gap: 0px;
  }
}

.products.products-list form.product-item {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.625rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  .products.products-list form.product-item {
    border-width: 0px;
    border-bottom-width: 1px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.products.products-list form.product-item a.product.photo {
  /* @apply my-1.5; */
}

.products.products-list form.product-item a.\!product.photo {
  /* @apply my-1.5; */
}

.products.products-list form.product-item .product-info {
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .products.products-list form.product-item .product-info {
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .products.products-list form.product-item .product-info {
    flex-direction: row;
    align-items: center;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .products.products-list form.product-item .product-info {
    gap: 3.5rem;
  }
}

.products.products-list form.product-item .product-info .product-desc {
  flex: 1 1 0%;
}

/* .products.products-list
        form.product-item
        .product-info
        .product-desc
        .product-brand {
        @apply mb-0.5 max-w-[80px] mx-auto md:mx-0;
    } */

/* .products.products-list
        form.product-item
        .product-info
        .product-desc
        .product-small-desc {
        @apply mt-0;
    } */

.products.products-list form.product-item .product-info .product-list-info {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.form-servicecall .flex-autocomplete.products.products-list form.product-item .product-info .product-list-info .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.products.products-list form.product-item .product-info .product-list-info img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 1024px) {
  .products.products-list form.product-item .product-info .product-list-info {
    max-width: 16.6rem;
  }
}

.products .product-item-label {
  /* @apply ml-5; */
}

.product-item-label .badge {
  margin-left: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 126 168 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(30 126 168 / var(--tw-text-opacity, 1));
}

.product-item-label .badge:first-child {
  margin-left: 0px;
}

form.product-item .product-info .product-list-info ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.form-servicecall form.flex-autocomplete.product-item .product-info .product-list-info ul li .control {
  position: relative;
}

.form-servicecall form.flex-autocomplete.product-item .product-info .product-list-info ul li img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

/*
        form.product-item
        .product-info
        .product-list-info
        ul
        li:nth-child(2) {
        @apply font-semibold;
    } */

form.product-item .product-info .product-list-info .productBtns {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  max-width: -moz-max-content;
  max-width: max-content;
  flex-wrap: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
  padding: 0px;
}

@media (min-width: 1024px) {
  form.product-item .product-info .product-list-info .productBtns {
    margin-left: 0px;
    margin-right: 0px;
  }
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        .quantity-controls
        button {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        .quantity-controls
        button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        .heartIcon
        svg {
  fill: transparent;
  stroke: #000;
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        .heartIcon:hover
        svg {
  stroke: #dc2626;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        .compareIcon
        svg {
  fill: transparent;
  stroke: #000;
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        .compareIcon:hover
        svg {
  stroke: #f59e0b;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        .stockIcon
        button
        svg {
  fill: transparent;
  stroke: #000;
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        .stockIcon
        button:hover
        svg {
  stroke: #f59e0b;
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child {
  order: 1;
  box-shadow: none;
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.ml-2.inline {
  display: none;
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:not(:first-child) {
  margin: 0px;
  display: flex;
  height: auto;
  width: auto;
  border-radius: 0px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.375rem;
}

.form-servicecall form.flex-autocomplete.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:not(:first-child) .control {
  position: relative;
}

.form-servicecall form.flex-autocomplete.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:not(:first-child) img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

/* Product grid */

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

@media (min-width: 1024px) {
  .products.products-grid > .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.top-container .breadcrumbs.bg-container-lighter.products.products-grid .product.product-item {
  box-shadow: none;
}

.products.products-grid .product.product-item {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.625rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #CCCCCC;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.top-container .breadcrumbs.bg-container-lighter.products.products-grid .product.product-item {
  margin-top: 0.75rem;
}

.products.products-grid .product.product-item:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.top-container .breadcrumbs.bg-container-lighter.products.products-grid .\!product.product-item {
  box-shadow: none;
}

.products.products-grid .\!product.product-item {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.625rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #CCCCCC;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.top-container .breadcrumbs.bg-container-lighter.products.products-grid .\!product.product-item {
  margin-top: 0.75rem;
}

.products.products-grid .\!product.product-item:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.products.products-grid .product.product-item .product-info {
  flex-direction: column;
  gap: 1.25rem;
}

.products.products-grid .\!product.product-item .product-info {
  flex-direction: column;
  gap: 1.25rem;
}

.products.products-grid
        .product.product-item
        .product-info
        .product-item-label {
  margin: 0px;
}

.products.products-grid
        .\!product.product-item
        .product-info
        .product-item-label {
  margin: 0px;
}

.products .product.product-item .product-info .product-brand img {
  width: 100%;
  max-width: 80px;
}

.products .\!product.product-item .product-info .product-brand img {
  width: 100%;
  max-width: 80px;
}

/* .products.products-grid .product.product-item .product-info .product-brand {
        @apply max-w-[120px];
    } */

.products .product.product-item .product-info .product-top-info,
    .products .product.product-item .product-info .product-title,
    .products .product.product-item .product-info .product-rating {
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .products .product.product-item .product-info .product-top-info,
    .products .product.product-item .product-info .product-title,
    .products .product.product-item .product-info .product-rating {
    justify-content: flex-start;
    text-align: left;
  }
}

.products .\!product.product-item .product-info .product-top-info,
    .products .\!product.product-item .product-info .product-title,
    .products .\!product.product-item .product-info .product-rating {
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .products .\!product.product-item .product-info .product-top-info,
    .products .\!product.product-item .product-info .product-title,
    .products .\!product.product-item .product-info .product-rating {
    justify-content: flex-start;
    text-align: left;
  }
}

.products .\!product.product-item .product-info .product-top-info,
    .products .\!product.product-item .product-info .product-title,
    .products .\!product.product-item .product-info .product-rating {
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .products .\!product.product-item .product-info .product-top-info,
    .products .\!product.product-item .product-info .product-title,
    .products .\!product.product-item .product-info .product-rating {
    justify-content: flex-start;
    text-align: left;
  }
}

.products .\!product.product-item .product-info .product-top-info,
    .products .\!product.product-item .product-info .product-title,
    .products .\!product.product-item .product-info .product-rating {
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) {
  .products .\!product.product-item .product-info .product-top-info,
    .products .\!product.product-item .product-info .product-title,
    .products .\!product.product-item .product-info .product-rating {
    justify-content: flex-start;
    text-align: left;
  }
}

.products.products-grid
        .product.product-item
        .product-info
        .product-top-info,
    .products.products-grid .product.product-item .product-info .product-title,
    .products.products-grid
        .product.product-item
        .product-info
        .product-rating {
  justify-content: center;
  text-align: center;
}

.products.products-grid
        .\!product.product-item
        .product-info
        .product-top-info,
    .products.products-grid .\!product.product-item .product-info .product-title,
    .products.products-grid
        .\!product.product-item
        .product-info
        .product-rating {
  justify-content: center;
  text-align: center;
}

.products.products-grid
        .product.product-item
        .product-info
        .product-list-info
        .productBtns {
  margin-left: auto;
  margin-right: auto;
}

.products.products-grid
        .\!product.product-item
        .product-info
        .product-list-info
        .productBtns {
  margin-left: auto;
  margin-right: auto;
}

.products.wrapper.mode-list.products-list {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .products.wrapper.mode-list.products-list {
    margin-top: 0px;
  }
}

.cms-home .page-main {
  margin-top: 0;
  margin-bottom: 0;
}

.cms-home .columns {
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  padding-left: 0;
  padding-right: 0;
}

.cms-home .columns:last-child {
  margin-bottom: 0;
}

.formCover {
  width: 100%;
}

.formCover .formInnerBox {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}

.form-servicecall .flex-autocomplete.formCover .formInnerBox .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.formCover .formInnerBox img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 1024px) {
  .formCover .formInnerBox {
    flex-direction: row;
  }
}

.formCover .formInnerBox .formInput {
  width: 100%;
  max-width: 450px;
}

.formCover .formInnerBox .formInput input {
  width: 100%;
  max-width: 450px;
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
  text-align: center;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.formCover .formInnerBox .formInput input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

footer .formCover {
  margin-top: 1.25rem;
}

footer .formCover .formInnerBox {
  flex-direction: column;
  align-items: flex-start;
}

footer .formCover .formInnerBox .formInput input {
  text-align: left;
}

a#menu-customer-icon {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
}

.form-servicecall a.flex-autocomplete#menu-customer-icon .control {
  position: relative;
}

.form-servicecall a.flex-autocomplete#menu-customer-icon img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

/* Product Detail page */

.product-info-main .order-first #gallery {
  max-width: 400px;
}

.productDetailsView .productDetailBadge .badgelogo {
  height: 50px;
  width: 50px;
}

@media (min-width: 768px) {
  .productDetailsView .productDetailBadge .badgelogo {
    height: 70px;
    width: 70px;
  }
}

.productDetailsView .productDetailBadge .badgelogo.bosec,
    .badgelogo.bosec {
  height: 45px;
  width: 100px;
}

.productDetailsView .productDetailTitle .title-font,
    .productDetailsView .productDetailTitle .title-font * {
  display: block;
}

[data-content-type$="block"] .productDetailsView .productDetailTitle .title-font p:last-child,[data-content-type$="block"] 
    .productDetailsView .productDetailTitle .title-font * p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .productDetailsView .productDetailTitle .title-font.filter,.category-view .sidebar 
    .productDetailsView .productDetailTitle .title-font *.filter {
}

.productDetailsView .productDetailBottomBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.25rem;
  padding-top: 1.5rem;
}

.form-servicecall .flex-autocomplete.productDetailsView .productDetailBottomBox .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.productDetailsView .productDetailBottomBox img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 1024px) {
  .productDetailsView .productDetailBottomBox {
    flex-direction: row;
    gap: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .productDetailsView .productDetailBottomBox {
    gap: 5rem;
  }
}

.productDetailsView .productDetailBottomBox .productDetailLeftContent {
  width: 100%;
  flex: 1 1 0%;
}

@media (min-width: 1024px) {
  .productDetailsView .productDetailBottomBox .productDetailLeftContent {
    max-width: 65%;
  }
}

.productDetailsView .productDetailBottomBox .productDetailRightContent {
  width: 100%;
}

@media (min-width: 1024px) {
  .productDetailsView .productDetailBottomBox .productDetailRightContent {
    max-width: 16.6rem;
  }
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .prose {
  max-width: none;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .prose
        ul {
  padding-left: 1.25rem;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .prose
        ul
        li *::marker {
  color: rgb(0 0 0 );
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .prose
        ul
        li::marker {
  color: rgb(0 0 0 );
}

.productDetailsView .product-description {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.productDetailsView .product-description {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.productDetailsView .product-description + svg {
  right: -2rem;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .productDetailDesc
        p:first-child {
  margin-top: 0px;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .productDetailDesc
        .product-description {
  /* @apply max */
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        form {
  margin: 0px;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        ul
        li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.form-servicecall .flex-autocomplete.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        ul
        li .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        ul
        li img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns {
  margin-left: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
  padding: 0px;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button:not(.btn) {
  margin: 0px;
  height: auto;
  width: auto;
  border-radius: 0px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button:not(.btn)
        svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: transparent;
  stroke: #000;
  /*-stroke-2-*/
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button.btn
        > span {
  display: none;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        .quantity-controls {
  display: flex;
}

.form-servicecall .flex-autocomplete.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        .quantity-controls .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        .quantity-controls img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        .quantity-controls
        button {
  height: 32px;
  width: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        .quantity-controls
        button
        svg {
  height: 1rem;
  width: 1rem;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        .quantity-controls
        .form-input {
  border-right-style: solid;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button.btn {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  order: 1;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button.btn
        svg {
  height: 1rem;
  width: 1rem;
}

/* .relatedProducts .innerContent {} */

.relatedProducts .innerContent .products_tab_title {
  width: 100%;
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .relatedProducts .innerContent .products_tab_title {
    width: 260px;
  }
}

@media (min-width: 1024px) {
  .relatedProducts .innerContent .products_tab_title {
    width: 300px;
  }
}

@media (min-width: 1280px) {
  .relatedProducts .innerContent .products_tab_title {
    width: 370px;
  }
}

.relatedProducts .innerContent .products_tab_title li {
  margin-bottom: 0.625rem;
}

.relatedProducts .innerContent .products_tab_title li a {
  position: relative;
  display: block;
  text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

[data-content-type$="block"] .relatedProducts .innerContent .products_tab_title li a p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .relatedProducts .innerContent .products_tab_title li a.filter {
}

.relatedProducts .innerContent .products_tab_title li a::after {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 0.625rem;
  width: 0.625rem;
  --tw-translate-y: -50%;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  content: var(--tw-content);
  border-color: currentColor;
}

.relatedProducts .innerContent .products_tab_title li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .relatedProducts .innerContent .products_tab_title li a {
    margin-right: 2.75rem;
  }
}

.relatedProducts .innerContent .products_tab_title li a.active {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.relatedProducts .innerContent .tab-content {
  width: 100%;
  flex: 1 1 0%;
}

@media (min-width: 768px) {
  .relatedProducts .innerContent .tab-content {
    width: calc(100% - 260px - 1.25rem);
  }
}

@media (min-width: 1024px) {
  .relatedProducts .innerContent .tab-content {
    width: calc(100% - 300px - 2rem);
  }
}

@media (min-width: 1280px) {
  .relatedProducts .innerContent .tab-content {
    width: calc(100% - 370px - 2.75rem);
  }
}

.relatedProducts .innerContent .tab-content section {
  margin: 0px;
}

/* .relatedProducts .innerContent .tab-content section .relative {} */

.relatedProducts .innerContent .tab-content section .container:first-child {
  display: none;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        .js_slides
        > div:first-child {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.relatedProducts .innerContent .tab-content section > div .js_slides > div {
  margin: 0px;
  width: 100%;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding: 0px;
}

@media (min-width: 1024px) {
  .relatedProducts .innerContent .tab-content section > div .js_slides > div {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .relatedProducts .innerContent .tab-content section > div .js_slides > div {
    width: 33.333333%;
  }
}

@media (min-width: 1536px) {
  .relatedProducts .innerContent .tab-content section > div .js_slides > div {
    width: 25%;
  }
}

.relatedProducts .innerContent .tab-content section > div {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.relatedProducts .innerContent .tab-content section > div:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.relatedProducts .innerContent .tab-content section > div:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.relatedProducts .innerContent .tab-content section > div .js_slides {
  padding-left: 0px;
  padding-right: 0px;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        .js_slides
        > .js_dummy_slide {
  border-style: none;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        .js_slides
        > div
        .item {
  background-color: transparent;
  padding-bottom: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        .js_slides
        > div
        .\!item {
  background-color: transparent;
  padding-bottom: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.relatedProducts .innerContent .tab-content section .item .product-info {
  flex-direction: column;
  gap: 0.625rem;
}

.relatedProducts .innerContent .tab-content section .\!item .product-info {
  flex-direction: column;
  gap: 0.625rem;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        .js_slides
        > div:empty {
  display: none;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-desc
        > .product-brand {
  display: none;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-desc
        > .product-brand {
  display: none;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-desc
        > .product-brand
        + div {
  justify-content: center;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-desc
        > .product-brand
        + div {
  justify-content: center;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        .js_slides
        > div
        .item
        > input
        + div:first-of-type,
    .relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-desc
        .product-item-label {
  display: none;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        .js_slides
        > div
        .\!item
        > input
        + div:first-of-type,
    .relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-desc
        .product-item-label {
  display: none;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-list-info
        .productBtns {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-list-info
        .productBtns {
    max-width: none;
  }
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-list-info
        .productBtns {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-list-info
        .productBtns {
    max-width: none;
  }

  .relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child {
    flex: 1 1 0%;
  }

  .relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child {
    flex: 1 1 0%;
  }
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-list-info
        .productBtns
        input.form-input,
    .products.products-grid
        .product.product-item
        .product-info
        .product-list-info
        .productBtns
        input.form-input,
    form.product-item
        .product-info
        .product-list-info
        .productBtns
        input.form-input {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-list-info
        .productBtns
        input.form-input {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}


    .products.products-grid
        .\!product.product-item
        .product-info
        .product-list-info
        .productBtns
        input.form-input {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        > div:last-of-type
        button:hover {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.relatedProducts
        .innerContent
        .tab-content
        section
        > div
        > div:last-of-type
        button
        span {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-list-info
        .productBtns
        input.form-input {
  width: 30px !important;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-list-info
        .productBtns
        input.form-input {
  width: 30px !important;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.relatedProducts
        .innerContent
        .tab-content
        section
        .\!item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.productDetailsTabbing .tabbingTop .tabLinkCover:not(:first-child) h2 {
  border-left-width: 0px;
}

.productDetailsTabbing .tabbingBottom .table-wrapper {
  max-width: none;
}

.productDetailsTabbing .tabbingBottom .table-wrapper tr {
  border-style: none;
}

.productDetailsTabbing .tabbingBottom .table-wrapper tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.productDetailsTabbing .tabbingBottom .table-wrapper tr > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
}

.productDetailsTabbing .tabbingBottom .table-wrapper tr > *:first-child {
  width: 15rem;
}

@media (min-width: 768px) {
  .productDetailsTabbing .tabbingBottom .table-wrapper tr > *:first-child {
    width: 20rem;
  }
}

.productDetailsTabbing
        .tabbingBottom
        .table-wrapper
        tr
        > :not(:first-child) {
  width: auto;
  min-width: 150px;
}

.productDetailsTabbing
        .tabbingBottom
        .tabContent
        > div:not(.table-wrapper) {
  padding: 1.25rem;
}

#header .navigation:first-child.initMenuOpen,
    section#customer-drawer > div:first-child,
    section#cart-drawer > div:first-child {
  z-index: 40;
}

@media (max-width: 1023px) {
  div#header > .container:first-child > div:last-child,
    div#header > .container:first-child > div:last-child > div:first-child {
    width: 100%;
  }

  div#header > .container:first-child > div:last-child button {
    padding-left: 0px;
    padding-right: 0px;
  }

  div#header > .container:first-child > div:last-child > div:first-child nav {
    left: 0px;
    z-index: 41;
  }
}

body.checkout-cart-index .page-title:not(h1) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

body.checkout-cart-index .page-title h1.page-title {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.cart-form {
  /* @apply max-w-[1300px] mx-auto; */
}

.cart-form h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.cart-form .cart.table-wrapper table.cart.items tbody.cart.item {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.cart-form .\!cart.table-wrapper table.\!cart.items tbody.\!cart.item {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.cart-form .cart.table-wrapper table.cart.items tbody.cart.\!item {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.cart-form .cart.table-wrapper table.cart.items tbody.cart.item:last-child {
  border-bottom-width: 1px;
}

.cart-form .\!cart.table-wrapper table.\!cart.items tbody.\!cart.item:last-child {
  border-bottom-width: 1px;
}

.cart-form .cart.table-wrapper table.cart.items tbody.cart.\!item:last-child {
  border-bottom-width: 1px;
}

@media (min-width: 1024px) {
  .cart-form .cart.table-wrapper table.cart.items tbody.cart.item td {
    vertical-align: middle;
  }

  .cart-form .cart.table-wrapper table.cart.items tbody.cart.item td:first-child {
    align-items: center;
  }

  .cart-form .\!cart.table-wrapper table.\!cart.items tbody.\!cart.item td {
    vertical-align: middle;
  }

  .cart-form .\!cart.table-wrapper table.\!cart.items tbody.\!cart.item td:first-child {
    align-items: center;
  }

  .cart-form .\!cart.table-wrapper table.\!cart.items tbody.\!cart.item td {
    vertical-align: middle;
  }

  .cart-form .\!cart.table-wrapper table.\!cart.items tbody.\!cart.item td:first-child {
    align-items: center;
  }

  .cart-form .\!cart.table-wrapper table.\!cart.items tbody.\!cart.item td {
    vertical-align: middle;
  }

  .cart-form .\!cart.table-wrapper table.\!cart.items tbody.\!cart.item td:first-child {
    align-items: center;
  }

  .cart-form .cart.table-wrapper table.cart.items tbody.cart.\!item td {
    vertical-align: middle;
  }

  .cart-form .cart.table-wrapper table.cart.items tbody.cart.\!item td:first-child {
    align-items: center;
  }
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        td
        img.photo {
  height: 120px;
  width: auto;
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        img.photo {
  height: 120px;
  width: auto;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        img.photo {
  height: 120px;
  width: auto;
}

@media (min-width: 1024px) {
  .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        td.col:not(.qty) {
    padding-top: 0.625rem;
  }

  .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td.col:not(.qty) {
    padding-top: 0.625rem;
  }

  .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td.col:not(.qty) {
    padding-top: 0.625rem;
  }
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        td
        a.towishlist
        svg,
    .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        td
        button.action
        svg,
    .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        td
        a.action
        svg {
  fill: none;
  stroke: #000;
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        a.towishlist
        svg,
    .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        button.action
        svg,
    .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        a.action
        svg {
  fill: none;
  stroke: #000;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        a.towishlist
        svg,
    .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        button.action
        svg,
    .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        a.action
        svg {
  fill: none;
  stroke: #000;
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        a.towishlist
        svg,
    .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        button.action
        svg,
    .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        a.action
        svg {
  fill: none;
  stroke: #000;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        a.towishlist
        svg,
    .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        button.action
        svg,
    .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        a.action
        svg {
  fill: none;
  stroke: #000;
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        a.towishlist
        svg,
    .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        button.action
        svg,
    .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        a.action
        svg {
  fill: none;
  stroke: #000;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        a.towishlist
        svg,
    .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        button.action
        svg,
    .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        a.action
        svg {
  fill: none;
  stroke: #000;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        td
        a.towishlist:hover
        svg {
  stroke: #dc2626;
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        a.towishlist:hover
        svg {
  stroke: #dc2626;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        a.towishlist:hover
        svg {
  stroke: #dc2626;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        td
        button.action:hover
        svg {
  stroke: #991b1b;
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        button.action:hover
        svg {
  stroke: #991b1b;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        button.action:hover
        svg {
  stroke: #991b1b;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        td
        a.action:hover
        svg {
  stroke: #1e7ea8;
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        td
        a.action:hover
        svg {
  stroke: #1e7ea8;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        td
        a.action:hover
        svg {
  stroke: #1e7ea8;
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        tr.item-actions
        td
        > div {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 1024px) {
  .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.item
        tr.item-actions
        td
        > div {
    margin-top: -2.5rem;
  }
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        tr.item-actions
        td
        > div {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 1024px) {
  .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        tr.item-actions
        td
        > div {
    margin-top: -2.5rem;
  }
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        tr.item-actions
        td
        > div {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 1024px) {
  .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        tr.item-actions
        td
        > div {
    margin-top: -2.5rem;
  }
}

.cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        tr.item-actions
        td
        > div {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 1024px) {
  .cart-form
        .\!cart.table-wrapper
        table.\!cart.items
        tbody.\!cart.item
        tr.item-actions
        td
        > div {
    margin-top: -2.5rem;
  }
}

.cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        tr.item-actions
        td
        > div {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 1024px) {
  .cart-form
        .cart.table-wrapper
        table.cart.items
        tbody.cart.\!item
        tr.item-actions
        td
        > div {
    margin-top: -2.5rem;
  }
}

.cart-form ul.checkout li.item a#checkout-link-button {
  border-radius: 0px;
}

.cart-form ul.checkout li.\!item a#checkout-link-button {
  border-radius: 0px;
}

.cart-form > div > div:first-child {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.cart-form > div > div:first-child .cart-summary > .coupon-form {
  margin-bottom: 2rem;
  padding-top: 0px;
}

.cart-form > div > div:first-child .cart-summary > .coupon-form form.card {
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Search module */

.\!form.mini-search input#search {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.\!form.mini-search input#search:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.form.mini-search input#search {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.form.mini-search input#search:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.\!form.mini-search input#search {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) !important;
  background-size: 15px !important;
  background-position-x: 10px !important;
}

.form.mini-search input#search {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  background-size: 15px;
  background-position-x: 10px;
}

.toolbar ol.items.pages-items li.item a.page[aria-current="page"] {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
}

.toolbar ol.items.pages-items li.\!item a.page[aria-current="page"] {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
}

.\!form.mini-search
        .amsearch-container
        .am-search-sidebar:not(.am-search-horizontal-view) {
  max-width: none;
}

@media (min-width: 1024px) {
  .\!form.mini-search
        .amsearch-container
        .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 170px;
  }
}

@media (min-width: 1280px) {
  .\!form.mini-search
        .amsearch-container
        .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 283px;
  }
}

.form.mini-search
        .amsearch-container
        .am-search-sidebar:not(.am-search-horizontal-view) {
  max-width: none;
}

@media (min-width: 1024px) {
  .form.mini-search
        .amsearch-container
        .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 170px;
  }
}

@media (min-width: 1280px) {
  .form.mini-search
        .amsearch-container
        .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 283px;
  }
}

.\!form.mini-search
        .amsearch-container
        .am-search-sidebar:not(.am-search-horizontal-view)
        .am-search-item-list
        a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.form.mini-search
        .amsearch-container
        .am-search-sidebar:not(.am-search-horizontal-view)
        .am-search-item-list
        a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\!form.mini-search
        .amsearch-container
        .am-search-content:not(.am-search-horizontal-view) {
  width: 100%;
}

@media (min-width: 1024px) {
  .\!form.mini-search
        .amsearch-container
        .am-search-content:not(.am-search-horizontal-view) {
    max-width: calc(100% - 170px);
  }
}

@media (min-width: 1280px) {
  .\!form.mini-search
        .amsearch-container
        .am-search-content:not(.am-search-horizontal-view) {
    max-width: calc(100% - 283px);
  }
}

.form.mini-search
        .amsearch-container
        .am-search-content:not(.am-search-horizontal-view) {
  width: 100%;
}

@media (min-width: 1024px) {
  .form.mini-search
        .amsearch-container
        .am-search-content:not(.am-search-horizontal-view) {
    max-width: calc(100% - 170px);
  }
}

@media (min-width: 1280px) {
  .form.mini-search
        .amsearch-container
        .am-search-content:not(.am-search-horizontal-view) {
    max-width: calc(100% - 283px);
  }
}

.\!form.mini-search .amsearch-container .item.product.product-item {
  margin: 0px;
  width: 100%;
  flex-direction: row;
}

@media (min-width: 640px) {
  .\!form.mini-search .amsearch-container .item.product.product-item {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .\!form.mini-search .amsearch-container .item.product.product-item {
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .\!form.mini-search .amsearch-container .item.product.product-item {
    max-width: 33.33%;
  }
}

.form.mini-search .amsearch-container .item.product.product-item {
  margin: 0px;
  width: 100%;
  flex-direction: row;
}

@media (min-width: 640px) {
  .form.mini-search .amsearch-container .item.product.product-item {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .form.mini-search .amsearch-container .item.product.product-item {
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .form.mini-search .amsearch-container .item.product.product-item {
    max-width: 33.33%;
  }
}

.form.mini-search .amsearch-container .\!item.product.product-item {
  margin: 0px;
  width: 100%;
  flex-direction: row;
}

@media (min-width: 640px) {
  .form.mini-search .amsearch-container .\!item.product.product-item {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .form.mini-search .amsearch-container .\!item.product.product-item {
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .form.mini-search .amsearch-container .\!item.product.product-item {
    max-width: 33.33%;
  }
}

.form.mini-search .amsearch-container .item.\!product.product-item {
  margin: 0px;
  width: 100%;
  flex-direction: row;
}

@media (min-width: 640px) {
  .form.mini-search .amsearch-container .item.\!product.product-item {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .form.mini-search .amsearch-container .item.\!product.product-item {
    max-width: 50%;
  }
}

@media (min-width: 1280px) {
  .form.mini-search .amsearch-container .item.\!product.product-item {
    max-width: 33.33%;
  }
}

.\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        .price-container,
    .\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:last-child,
    .\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:empty {
  display: none;
}

.form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        .price-container,
    .form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:last-child,
    .form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:empty {
  display: none;
}

.form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        .price-container,
    .form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        > div:last-child,
    .form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        > div:empty {
  display: none;
}

.form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        .price-container,
    .form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        > div:last-child,
    .form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        > div:empty {
  display: none;
}

.\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        .price-container,
    .\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:last-child,
    .\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:empty {
  display: none;
}

.form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        .price-container,
    .form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        > div:last-child,
    .form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        > div:empty {
  display: none;
}

.form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        .price-container,
    .form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        > div:last-child,
    .form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        > div:empty {
  display: none;
}

.\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        .price-container,
    .\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:last-child,
    .\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:empty {
  display: none;
}

.form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        .price-container,
    .form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        > div:last-child,
    .form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        > div:empty {
  display: none;
}

.form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        .price-container,
    .form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        > div:last-child,
    .form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        > div:empty {
  display: none;
}

.\!form.mini-search
        .amsearch-container
        .item.product.product-item
        a.photo.product-item-photo
        img {
  min-height: 100px;
  width: 125px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  object-position: center;
}

@media (min-width: 640px) {
  .\!form.mini-search
        .amsearch-container
        .item.product.product-item
        a.photo.product-item-photo
        img {
    width: 100%;
  }
}

.form.mini-search
        .amsearch-container
        .item.product.product-item
        a.photo.product-item-photo
        img {
  min-height: 100px;
  width: 125px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  object-position: center;
}

@media (min-width: 640px) {
  .form.mini-search
        .amsearch-container
        .item.product.product-item
        a.photo.product-item-photo
        img {
    width: 100%;
  }
}

.form.mini-search
        .amsearch-container
        .\!item.product.product-item
        a.photo.product-item-photo
        img {
  min-height: 100px;
  width: 125px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  object-position: center;
}

@media (min-width: 640px) {
  .form.mini-search
        .amsearch-container
        .\!item.product.product-item
        a.photo.product-item-photo
        img {
    width: 100%;
  }
}

.form.mini-search
        .amsearch-container
        .item.\!product.product-item
        a.photo.product-item-photo
        img {
  min-height: 100px;
  width: 125px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
  object-position: center;
}

@media (min-width: 640px) {
  .form.mini-search
        .amsearch-container
        .item.\!product.product-item
        a.photo.product-item-photo
        img {
    width: 100%;
  }
}

.\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info {
  padding-left: 0.5rem;
}

@media (min-width: 640px) {
  .\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info {
    padding-left: 0px;
  }
}

.form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info {
  padding-left: 0.5rem;
}

@media (min-width: 640px) {
  .form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info {
    padding-left: 0px;
  }
}

.form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info {
  padding-left: 0.5rem;
}

@media (min-width: 640px) {
  .form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info {
    padding-left: 0px;
  }
}

.form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info {
  padding-left: 0.5rem;
}

@media (min-width: 640px) {
  .form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info {
    padding-left: 0px;
  }
}

.\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:first-child {
  margin-bottom: 0px;
  text-align: left;
}

.form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        > div:first-child {
  margin-bottom: 0px;
  text-align: left;
}

.form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        > div:first-child {
  margin-bottom: 0px;
  text-align: left;
}

.form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        > div:first-child {
  margin-bottom: 0px;
  text-align: left;
}

.\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        a.product-item-link
        span.amsearch-product-name:hover {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        a.product-item-link
        span.amsearch-product-name:hover {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        a.product-item-link
        span.amsearch-product-name:hover {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        a.product-item-link
        span.amsearch-product-name:hover {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.amsearch-container a .amsearch-highlight {
  font-weight: 400;
  color: currentColor;
}

.\!form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        a.product-item-link
        span.amsearch-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form.mini-search
        .amsearch-container
        .item.product.product-item
        .product-info
        a.product-item-link
        span.amsearch-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form.mini-search
        .amsearch-container
        .\!item.product.product-item
        .product-info
        a.product-item-link
        span.amsearch-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form.mini-search
        .amsearch-container
        .item.\!product.product-item
        .product-info
        a.product-item-link
        span.amsearch-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\!form.mini-search .amsearch-container::-webkit-scrollbar {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}

.form.mini-search .amsearch-container::-webkit-scrollbar {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}

.\!form.mini-search .amsearch-container::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(173 173 173 / var(--tw-bg-opacity, 1));
}

.form.mini-search .amsearch-container::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(173 173 173 / var(--tw-bg-opacity, 1));
}

.\!form.mini-search .amsearch-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff !important;
}

.form.mini-search .amsearch-container ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #fff;
}

.\!form.mini-search .amsearch-container::-webkit-scrollbar,
    .\!form.mini-search .amsearch-container::-webkit-scrollbar-thumb,
    .\!form.mini-search .amsearch-container::-webkit-scrollbar-track {
  width: 0.25rem;
}

.form.mini-search .amsearch-container::-webkit-scrollbar,
    .form.mini-search .amsearch-container::-webkit-scrollbar-thumb,
    .form.mini-search .amsearch-container::-webkit-scrollbar-track {
  width: 0.25rem;
}

.\!form.mini-search .amsearch-container::-webkit-scrollbar,
    .\!form.mini-search .amsearch-container::-webkit-scrollbar-thumb,
    .\!form.mini-search .amsearch-container::-webkit-scrollbar-track {
  width: 0.25rem;
}

.cart-form .cart-summary #block-shipping,
    .cart-form .ampromo-items-add {
  display: none;
}

/* Training Details */

.postBanner .postBannerContent .brandLogo {
  margin-bottom: 0.625rem;
  max-height: 50px;
  max-width: 200px;
}

.postBanner .postBannerBg {
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1024px) {
  .postBanner .postBannerBg {
    background-position: right;
  }
}

@media (min-width: 1536px) {
  .postBanner .postBannerBg {
    background-position: center;
  }
}

@media screen and (max-width: 1023px) {
  .postBanner .postBannerBg {
    background-image: none !important;
    padding: 0px
  }
}

.postBanner .postBannerDetail ul li {
  display: flex;
  gap: 0.625rem;
}

.form-servicecall .flex-autocomplete.postBanner .postBannerDetail ul li .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postBanner .postBannerDetail ul li img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postBanner .postBannerDetail ul li span.participants svg,
    .postBanner .postBannerDetail ul li span.location svg path {
  fill: currentColor;
}

.postBanner
        .postBannerDetail
        ul
        li
        span.location
        svg
        path:not(:first-child) {
  fill: #fff;
  stroke: #fff;
  stroke-width: 0px;
}

.postBanner .postBannerDetail ul li span.location {
  margin-left: -2px;
}

.postBanner .postBannerDetail ul li span.participants {
  margin-left: -5px;
}

.postContentSection {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}

.postContentSection .postContent {
  padding-top: 1.25rem;
}

@media (min-width: 1024px) {
  .postContentSection .postContent {
    padding-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .postContentSection .postContent {
    padding-top: 3rem;
  }
}

.postContentSection .postContent .prose {
  margin-top: 1.25rem;
  max-width: none;
}

@media (min-width: 1024px) {
  .postContentSection .postContent .prose {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .postContentSection .postContent .prose {
    margin-top: 2.5rem;
  }
}

.postContentSection .postContent .prose h4 {
  margin-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.postContentSection .postContent .prose h4:first-child {
  margin-top: 0px;
}

.postContentSection .postContent .prose p {
  margin: 0px;
  margin-bottom: 0.5rem;
}

.postContentSection .postContent .prose ul {
  padding-left: 20px;
}

.postContentSection .postContent .prose ul li {
  margin: 0px;
  padding: 0px;
}

.postContentSection .postContent .prose ul li *::marker {
  color: rgb(0 0 0 );
}

.postContentSection .postContent .prose ul li::marker {
  color: rgb(0 0 0 );
}

.postContentSection .postFormSection .subscriberForm {
  margin: 0px;
  height: 100%;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .postContentSection .postFormSection .subscriberForm {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .postContentSection .postFormSection .subscriberForm {
    padding: 3rem;
  }
}

.postContentSection .postFormSection .subscriberForm h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.postContentSection .postFormSection > .socialShareBox {
  margin-top: 0px;
  display: none;
}

.postContentSection .postFormSection > .socialShareBox > h2 {
  font-weight: 600;
}

.postContentSection .postFormSection form .input {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
}

.postContentSection .postFormSection form .input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0;
}

.postContentSection .postFormSection form .\!input {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
}

.postContentSection .postFormSection form .\!input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0;
}

.postContentSection .postFormSection form .input:-moz-read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.postContentSection .postFormSection form .input[aria-disabled="true"],
    .postContentSection .postFormSection form .input:read-only,
    .postContentSection .postFormSection form .input:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.postContentSection .postFormSection form .\!input:-moz-read-only {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.postContentSection .postFormSection form .\!input[aria-disabled="true"],
    .postContentSection .postFormSection form .\!input:read-only,
    .postContentSection .postFormSection form .\!input:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.postContentSection .postFormSection form button.btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button.btn .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button.btn img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postContentSection .postFormSection form button.btn:hover {
  opacity: 0.6;
}

.postContentSection .postFormSection form button.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .postContentSection .postFormSection form button.btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.postContentSectionRequest {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity, 1));
}

.postContentSectionRequest .postContent {
  padding-top: 1.25rem;
}

.postContentSectionRequest .postContent .prose {
  margin-top: 1.25rem;
  max-width: none;
}

.postContentSectionRequest .postContent .prose h3:first-child {
  margin-top: 0px;
}

.postContentSectionRequest .postContent .prose h4 {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.postContentSectionRequest .postContent .prose h4:first-child {
  margin-top: 0px;
}

.postContentSectionRequest .postContent .prose p {
  margin: 0px;
  margin-bottom: 0.5rem;
}

.postContentSectionRequest .postContent .prose ul {
  padding-left: 20px;
}

.postContentSectionRequest .postContent .prose ul li {
  margin: 0px;
  padding: 0px;
}

.postContentSectionRequest .postContent .prose ul li *::marker {
  color: rgb(0 0 0 );
}

.postContentSectionRequest .postContent .prose ul li::marker {
  color: rgb(0 0 0 );
}

.postContentSectionRequest .postFormSection .subscriberForm {
  margin: 0px;
  height: 100%;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .postContentSectionRequest .postFormSection .subscriberForm {
    padding: 2rem;
  }
}

@media (min-width: 1280px) {
  .postContentSectionRequest .postFormSection .subscriberForm {
    padding: 3rem;
  }
}

.postContentSectionRequest .postFormSection .subscriberForm h2 {
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.postContentSectionRequest .postFormSection > .socialShareBox {
  margin-top: 0px;
  display: none;
}

.postContentSectionRequest .postFormSection > .socialShareBox > h2 {
  font-weight: 600;
}

.postContentSectionRequest .postFormSection form .input {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
}

.postContentSectionRequest .postFormSection form .input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0;
}

.postContentSectionRequest .postFormSection form .\!input {
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
}

.postContentSectionRequest .postFormSection form .\!input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0;
}

.postContentSectionRequest .postFormSection form button.btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button.btn .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button.btn img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postContentSectionRequest .postFormSection form button.btn:hover {
  opacity: 0.6;
}

.postContentSectionRequest .postFormSection form button.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .postContentSectionRequest .postFormSection form button.btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.top-container .breadcrumbs.bg-container-lighter.shadow-sm {
  box-shadow: none !important;
}

#header,
    .page-header + .top-container > .breadcrumbs {
  border-bottom: 0 !important;
}

#header .container:nth-child(2) {
  border-bottom-width: 1px;
  border-color: rgb(221 221 221);
}

.cms-home #header .container:nth-child(2) {
  border-bottom: 0;
}

.checkout-onepage .nav-breadcrumbs,
    .ambrand-index-index #category-view-container,
    #hyva-checkout-main #billing-details {
  display: none;
}

.checkout-onepage .columns {
  margin-top: 20px;
}

#searchContainer .container {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

form input.checkbox {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

form input.checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
}

form input.checkbox:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  outline-width: 0px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: transparent;
}

.filterBox .field {
  margin-top: 0px;
}

.filterBox .field .label {
  margin: 0px;
  font-weight: 600;
}

.dropdownIcon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  height: 100%;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.form-servicecall .flex-autocomplete.dropdownIcon .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.dropdownIcon img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.dropdownIcon::after {
  position: relative;
  top: -3px;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  border-left-width: 0px;
  border-top-width: 0px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.dropdownIcon:hover {
  opacity: 0.7;
}

.dropdown-menu {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dropdown-menu li {
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
  font-size: 1rem;
  line-height: 1.5rem;
}

.form-servicecall .flex-autocomplete.dropdown-menu li .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.dropdown-menu li img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.dropdown-menu li:last-child {
  border-bottom-width: 0px;
}

.dropdown-menu li a {
  display: block;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

[data-content-type$="block"] .dropdown-menu li a p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .dropdown-menu li a.filter {
}

.dropdown-menu li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.products-grid.wishlist .product-image-photo {
  width: auto;
}

/* Line Clamp */

.benefitsSection .iconBoxes .singleIconBox .icon {
  padding: 0.25rem;
}

.benefitsSection .iconBoxes .singleIconBox .icon svg {
  height: 100%;
  width: 100%;
}

.rmaTwoPartSection .leftSection img {
  margin: 0 !important;
}

.rmaTwoPartSection .textContent h5 {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .rmaTwoPartSection .textContent h5 {
    margin-bottom: 1.25rem;
  }
}

.rmaTwoPartSection .textContent ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-servicecall .flex-autocomplete.rmaTwoPartSection .textContent ul .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.rmaTwoPartSection .textContent ul img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 1024px) {
  .rmaTwoPartSection .textContent ul {
    gap: 1.25rem;
  }
}

.rmaTwoPartSection .textContent ul li {
  position: relative;
  padding-left: 1.25rem;
}

.rmaTwoPartSection .textContent ul li::before {
  position: absolute;
  left: 0px;
  top: 0.5rem;
  height: 0.5rem;
  width: 0.5rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 2px;
  border-left-width: 0px;
  border-top-width: 0px;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

form.contact label.label span::after {
  margin-left: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.block-new-customer.card {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .block-new-customer.card {
    margin-top: 0px;
  }
}

.products.products-grid > .contactDetails {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .products.products-grid > .contactDetails {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > .contactDetails {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contactDetails {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .contactDetails {
    gap: 2.5rem;
  }
}

.products.products-grid > .contactDetails .contactbox {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .products.products-grid > .contactDetails .contactbox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > .contactDetails .contactbox {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contactDetails .contactbox {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 0.5rem;
}

.contactDetails .contactbox:last-child {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.contactDetails .contactbox .icon svg {
  height: 1.75rem;
  width: 1.75rem;
  fill: #1E7EA8;
}

.contactDetails .contactbox .content h5 {
  font-weight: 600;
  text-transform: uppercase;
}

.products.products-grid > .contactDetails .contactbox .content .addressBox {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .products.products-grid > .contactDetails .contactbox .content .addressBox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > .contactDetails .contactbox .content .addressBox {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.contactDetails .contactbox .content .addressBox {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .contactDetails .contactbox .content .addressBox {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.25rem;
  }
}

.contactDetails .contactbox .content .addressBox h6 {
  font-weight: 600;
}

.contactDetails .contactbox .content .iconList {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
}

.form-servicecall .flex-autocomplete.contactDetails .contactbox .content .iconList .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.contactDetails .contactbox .content .iconList img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.contactDetails .contactbox .content .iconList a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-servicecall .flex-autocomplete.contactDetails .contactbox .content .iconList a .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.contactDetails .contactbox .content .iconList a img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.contactDetails .contactbox .content .iconList a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.contactDetails .contactbox .content .iconList a svg {
  height: 100%;
  width: 100%;
}

.custom-card .card-body .card-link a .icon svg {
  fill: #1E7EA8;
}

.customer-account-login .actions-toolbar {
  border-width: 0px;
}

.products.products-grid > .twoBorderedColSection .innerContent {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .products.products-grid > .twoBorderedColSection .innerContent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > .twoBorderedColSection .innerContent {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.twoBorderedColSection .innerContent {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px) {
  .twoBorderedColSection .innerContent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
}

.twoBorderedColSection .innerContent .titleSection {
  grid-column: span 1 / span 1;
}

@media (min-width: 1024px) {
  .twoBorderedColSection .innerContent .titleSection {
    grid-column: span 2 / span 2;
  }
}

.twoBorderedColSection .innerContent .titleSection h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.twoBorderedColSection .innerContent .singleColumn {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .twoBorderedColSection .innerContent .singleColumn {
    padding: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .twoBorderedColSection .innerContent .singleColumn {
    padding: 3rem;
    padding-bottom: 3.5rem;
  }
}

.twoBorderedColSection .innerContent .singleColumn .titleBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.form-servicecall .flex-autocomplete.twoBorderedColSection .innerContent .singleColumn .titleBox .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.twoBorderedColSection .innerContent .singleColumn .titleBox img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.twoBorderedColSection .innerContent .singleColumn .titleBox h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.twoBorderedColSection .innerContent .singleColumn .titleBox h3 {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.twoBorderedColSection .innerContent .singleColumn .titleBox h3 + svg {
  right: -2rem;
}

.twoBorderedColSection .innerContent .singleColumn .titleBox a {
  min-width: 260px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 147 163 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.twoBorderedColSection .innerContent .singleColumn .titleBox a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.twoBorderedColSection .innerContent .singleColumn .descBox {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 540px;
}

@media (min-width: 1024px) {
  .twoBorderedColSection .innerContent .singleColumn .descBox {
    margin-top: 2.5rem;
  }
}

.twoBorderedColSection .innerContent .singleColumn .descBox ul {
  display: flex;
  list-style-type: none;
  flex-direction: column;
  gap: 1rem;
}

.form-servicecall .flex-autocomplete.twoBorderedColSection .innerContent .singleColumn .descBox ul .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.twoBorderedColSection .innerContent .singleColumn .descBox ul img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.twoBorderedColSection .innerContent .singleColumn .descBox ul li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.form-servicecall .flex-autocomplete.twoBorderedColSection .innerContent .singleColumn .descBox ul li .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.twoBorderedColSection .innerContent .singleColumn .descBox ul li img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.twoBorderedColSection .innerContent .singleColumn .descBox ul li::before {
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-content: '✓';
  content: var(--tw-content);
}

@media (min-width: 768px) {
  .twoBorderedColSection .innerContent .singleColumn .descBox ul li {
    gap: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .twoBorderedColSection .innerContent .singleColumn .descBox ul li {
    gap: 1.75rem;
  }
}

.twoBorderedColSection .innerContent .singleColumn .priceBox {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.form-servicecall .flex-autocomplete.twoBorderedColSection .innerContent .singleColumn .priceBox .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.twoBorderedColSection .innerContent .singleColumn .priceBox img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 1024px) {
  .twoBorderedColSection .innerContent .singleColumn .priceBox {
    margin-top: 2.5rem;
  }
}

.twoBorderedColSection .innerContent .singleColumn h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .twoBorderedColSection .innerContent .singleColumn h3 {
    font-size: 24px;
  }
}

.twoBorderedColSection .innerContent .singleColumn .btn {
  min-width: 260px;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
}

.actions-toolbar .primary button.btn-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}

.actions-toolbar .primary button {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-servicecall .flex-autocomplete.actions-toolbar .primary button .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.actions-toolbar .primary button img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.actions-toolbar .primary button {
  background-color: #1e7ea8;
}

@media (min-width: 768px) {
  .actions-toolbar .primary button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .actions-toolbar .primary button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.actions-toolbar .primary button svg {
  display: inline-flex;
}

.actions-toolbar .primary button span {
  vertical-align: middle;
}

.actions-toolbar .primary button:hover {
  opacity: 0.6;
}

.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.actions-toolbar .primary button {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.actions-toolbar .primary button:hover {
  opacity: 0.6;
}

.actions-toolbar .primary button .icon.iconDown {
  position: relative;
  top: -0.125rem;
  margin-left: 0.625rem;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button.actions-toolbar .primary button
        > span {
  display: none;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button.actions-toolbar .primary button {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  order: 1;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button.actions-toolbar .primary button
        svg {
  height: 1rem;
  width: 1rem;
}

.postContentSection .postFormSection form button.actions-toolbar .primary button {
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button.actions-toolbar .primary button .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button.actions-toolbar .primary button img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postContentSection .postFormSection form button.actions-toolbar .primary button:hover {
  opacity: 0.6;
}

.postContentSection .postFormSection form button.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .postContentSection .postFormSection form button.actions-toolbar .primary button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.postContentSectionRequest .postFormSection form button.actions-toolbar .primary button {
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button.actions-toolbar .primary button .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button.actions-toolbar .primary button img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postContentSectionRequest .postFormSection form button.actions-toolbar .primary button:hover {
  opacity: 0.6;
}

.postContentSectionRequest .postFormSection form button.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .postContentSectionRequest .postFormSection form button.actions-toolbar .primary button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.twoBorderedColSection .innerContent .singleColumn .actions-toolbar .primary button {
  min-width: 260px;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
}

.hyva_checkout-index-index .actions-toolbar .primary button {
  border-width: 1px;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hyva_checkout-index-index .actions-toolbar .primary button[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}

.event-container .buttonBox .actions-toolbar .primary button {
  margin-top: 1.25rem;
  display: inline-block;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.actions-toolbar .primary button.btn-primary.apple-pay-button {
  font-size: 0;
}

.btn.actions-toolbar .primary button.apple-pay-button {
  font-size: 0;
}

.hyva_checkout-index-index .btn {
  border-width: 1px;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hyva_checkout-index-index .btn[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}

.hyva_checkout-index-index .btn-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hyva_checkout-index-index .btn-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-left-2 {
  left: -0.5rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

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

.-top-2 {
  top: -0.5rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

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

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

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

.top-4 {
  top: 1rem;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

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

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

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

.mx-\[-50vw\] {
  margin-left: -50vw;
  margin-right: -50vw;
}

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

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

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

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

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

.-mt-14 {
  margin-top: -3.5rem;
}

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

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

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

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

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

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

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

.ml-auto {
  margin-left: auto;
}

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

.mr-10 {
  margin-right: 2.5rem;
}

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

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

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

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-\[90vh\] {
  max-height: 90vh;
}

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

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.min-h-0 {
  min-height: 0px;
}

.min-h-14 {
  min-height: 3.5rem;
}

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

.min-h-a11y {
  min-height: 44px;
}

.w-0 {
  width: 0px;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

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

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

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

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

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

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

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

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

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

.max-w-\[35vw\] {
  max-width: 35vw;
}

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

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

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.max-w-md {
  max-width: 28rem;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-am-search-sidebar {
  flex: 0 1 100%;
}

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.place-items-end {
  place-items: end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

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

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

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

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

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

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

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

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

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

.space-y-3 > :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));
}

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

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

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

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

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

.self-stretch {
  align-self: stretch;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-2 {
  border-width: 2px;
}

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

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

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

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

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

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

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

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

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

.border-\[\#a9a9a9\] {
  --tw-border-opacity: 1;
  border-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
}

.border-\[\#cccccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

.border-\[\#d7d7d7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity, 1));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

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

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

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.border-r-\[\#a9a9a9\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(169 169 169 / var(--tw-border-opacity, 1));
}

.bg-\[\#1e7ea8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(30 126 168 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F1F1F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

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

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-distriblue {
  --tw-bg-opacity: 1;
  background-color: rgb(30 126 168 / var(--tw-bg-opacity, 1));
}

.bg-districompany {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-inherit {
  background-color: inherit;
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  object-fit: contain;
}

.object-cover {
  object-fit: cover;
}

.object-center {
  object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

.pl-5 {
  padding-left: 1.25rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.ps-3 {
  padding-inline-start: 0.75rem;
}

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

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

.text-start {
  text-align: start;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-districompany {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-zinc-500\/50 {
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline-offset-2 {
  outline-offset: 2px;
}

.ring {
  --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(3px + 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);
}

.ring-4 {
  --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(4px + 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);
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(30 126 168 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(30 126 168 / 0.75);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

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

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.\[_nosid\:1\] {
  _nosid: 1;
}

.\[wire\:model\] {
  wire: model;
}

.\[wire\:select\] {
  wire: select;
}

#category-view-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}

.form-servicecall .flex-autocomplete#category-view-container .control {
  position: relative;
}

.form-servicecall .flex-autocomplete#category-view-container img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.category-description {
  max-width: 56rem;
}

.toolbar-products .modes-mode {
  height: 1.5rem;
  width: 1.5rem;
}

.toolbar-products .modes-mode span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.toolbar-products .modes-mode.mode-grid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
}

.toolbar-products .modes-mode.mode-list {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
}

.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.price-including-tax + .price-excluding-tax.leading-tight.text-black + svg {
  right: -2rem;
}

.price-including-tax + .price-excluding-tax:before {
  content: attr(data-label) ": ";
}

.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
}

.price-excluding-tax .price, .price-including-tax .price {
  font-weight: 600;
  line-height: 1.625;
}

.price-excluding-tax {
  display: block;
}

[data-content-type$="block"] .price-excluding-tax p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .price-excluding-tax.filter {
}

.price-container.price-tier_price {
  display: flex;
  gap: 0.25rem;
}

.form-servicecall .flex-autocomplete.price-container.price-tier_price .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.price-container.price-tier_price img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.price-container.price-tier_price
    > .price-including-tax
    + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}

.price-container.price-tier_price
    > .price-including-tax
    + .price-excluding-tax:after {
  content: ")";
}

/* Keep file for backwards compatibility */

/* #customer-login-container {
    @apply flex flex-col justify-between py-8;

    @screen md {
        @apply flex-row;
    }
} */

.products.products-grid > #customer-login-container {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .products.products-grid > #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > #customer-login-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#customer-login-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.top-container .breadcrumbs.bg-container-lighter.form-input,.top-container .breadcrumbs.bg-container-lighter
.form-email,.top-container .breadcrumbs.bg-container-lighter
.form-select,.top-container .breadcrumbs.bg-container-lighter
.form-multiselect,.top-container .breadcrumbs.bg-container-lighter
.form-textarea {
  box-shadow: none;
}

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.top-container .breadcrumbs.bg-container-lighter.form-input,.top-container .breadcrumbs.bg-container-lighter
.form-email,.top-container .breadcrumbs.bg-container-lighter
.form-select,.top-container .breadcrumbs.bg-container-lighter
.form-multiselect,.top-container .breadcrumbs.bg-container-lighter
.form-textarea {
  margin-top: 0.75rem;
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 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(3px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

#user_forgotpassword .form-input,
#customer-login-container .form-input {
  width: 75%;
}

.form-address-edit .form-input,
    .form-address-edit .form-email,
    .form-address-edit .form-select,
    .form-address-edit .form-multiselect,
    .form-address-edit .form-textarea {
  width: 100%;
}

.page.messages {
  position: sticky;
  z-index: 20;
  top: 0px;
}

.page.messages .messages
    section#messages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .page.messages .messages
    section#messages {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .page.messages .messages
    section#messages {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages
    section#messages {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .page.messages .messages
    section#messages {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .page.messages .messages
    section#messages {
    max-width: 1536px;
  }
}

.relatedProducts .innerContent .tab-content section .page.messages .messages
    section#messages:first-child {
  display: none;
}

@media (max-width: 1023px) {
  div#header > .page.messages .messages
    section#messages:first-child > div:last-child,
    div#header > .page.messages .messages
    section#messages:first-child > div:last-child > div:first-child {
    width: 100%;
  }

  div#header > .page.messages .messages
    section#messages:first-child > div:last-child button {
    padding-left: 0px;
    padding-right: 0px;
  }

  div#header > .page.messages .messages
    section#messages:first-child > div:last-child > div:first-child nav {
    left: 0px;
    z-index: 41;
  }
}

#header .page.messages .messages
    section#messages:nth-child(2) {
  border-bottom-width: 1px;
  border-color: rgb(221 221 221);
}

.cms-home #header .page.messages .messages
    section#messages:nth-child(2) {
  border-bottom: 0;
}

#searchContainer .page.messages .messages
    section#messages {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.message {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.message .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.message img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.message.error {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.message.success {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.message.info,
    .message.warning,
    .message.notice {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

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

.product-item .price-container {
  display: block;
}

[data-content-type$="block"] .product-item .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .product-item .price-container.filter {
}

.product-item .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .price-container .price-label.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.product-item .price-container .price-label.leading-tight.text-black + svg {
  right: -2rem;
}

.product-item .special-price .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.product-item .old-price .price-container {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.product-item .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

[data-content-type$="block"] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$="block"]  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$="block"] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$="block"]  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container .price-label.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container .price-label.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.page-product-bundle .price-final_price .price-from .price-container .price.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm .page-product-bundle .price-final_price .price-to .price-container .price.text-black + svg {
  right: -2rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax {
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
  line-height: 1.5rem;
}

form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.ml-2.page-product-bundle .price-final_price .price-from .old-price .price-container .price,form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.ml-2
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.ml-2
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.ml-2
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: none;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.wishlist-widget .price-box .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.wishlist-widget .price-box .old-price {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.modal {
  /*
   * TODO: add tailwind classes used for the cart and modal styles.
   * This will make the modal and off-canvas styles theme specific and more adjustable.
   */
}

.backdrop {
  position: fixed;
  inset: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.25;
}

.form-servicecall .flex-autocomplete.backdrop .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.backdrop img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.snap {
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.snap::-webkit-scrollbar {
  display: none;
}

.snap > div {
  scroll-snap-align: start;
}

body {
  overflow-y: scroll;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.page-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

.form-servicecall .flex-autocomplete.flex-columns-wrapper .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.flex-columns-wrapper img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}

.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

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

@media (min-width: 1024px) {
  .products.products-grid > .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.relatedProducts .innerContent .tab-content section .columns:first-child {
  display: none;
}

@media (max-width: 1023px) {
  div#header > .columns:first-child > div:last-child,
    div#header > .columns:first-child > div:last-child > div:first-child {
    width: 100%;
  }

  div#header > .columns:first-child > div:last-child button {
    padding-left: 0px;
    padding-right: 0px;
  }

  div#header > .columns:first-child > div:last-child > div:first-child nav {
    left: 0px;
    z-index: 41;
  }
}

#header .columns:nth-child(2) {
  border-bottom-width: 1px;
  border-color: rgb(221 221 221);
}

.cms-home #header .columns:nth-child(2) {
  border-bottom: 0;
}

#searchContainer .columns {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  grid-template-rows: auto minmax(0,1fr);
}

.columns .main {
  order: 2;
}

.columns .sidebar {
  order: 3;
}

.product-main-full-width .columns {
  max-width: none;
}

.page-main-full-width .columns {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

.page-with-filter .columns .sidebar-main {
  order: 1;
}

@media (min-width: 640px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-column: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 3;
  }

  .page-with-filter .columns .sidebar-main {
    order: 1;
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 768px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main, .page-layout-3columns .columns .main {
    grid-row: span 2 / span 2;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-2columns-right .columns .sidebar, .page-layout-3columns .columns .sidebar {
    grid-column: span 1 / span 1;
  }

  .page-layout-2columns-left .columns .main, .page-layout-3columns .columns .main {
    grid-column-start: 2 !important;
  }

  .page-layout-2columns-left .columns .sidebar, .page-layout-3columns .columns .sidebar {
    order: 1;
  }

  .page-layout-2columns-left .columns .sidebar ~ .sidebar-additional, .page-layout-3columns .columns .sidebar ~ .sidebar-additional {
    order: 3;
  }

  .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right.page-with-filter .sidebar-main {
    order: 3;
  }
}

@media (min-width: 1024px) {
  .page-layout-2columns-left .columns, .page-layout-2columns-right .columns, .page-layout-3columns .columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-layout-2columns-left .columns .main, .page-layout-2columns-right .columns .main {
    grid-column: span 3 / span 3;
  }

  .page-layout-3columns .columns .sidebar-additional {
    grid-column-start: 4;
  }
}

.product-image-container {
  width: 100% !important;
}

.product-image-container img {
  width: 100%;
}

.swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-servicecall .flex-autocomplete.swatch-attribute .swatch-attribute-options .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.swatch-attribute .swatch-attribute-options img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
  margin: 0.25rem;
  display: flex;
  justify-content: center;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.page-header
    + .top-container
    > .breadcrumbs
    .items
    > .item:last-child
    > .separator.text-primary-lighter.swatch-attribute .swatch-attribute-options .swatch-option {
  background: transparent;
  padding: 0;
}

.form-servicecall .flex-autocomplete.swatch-attribute .swatch-attribute-options .swatch-option .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.swatch-attribute .swatch-attribute-options .swatch-option img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
  min-width: 40px;
}

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

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight#cart-drawer {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight#cart-drawer + svg {
  right: -2rem;
}

[x-cloak] {
  display: none !important;
}

.input {
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .input {
    margin-right: 0px;
  }
}

@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}

.input-light {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card {
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.duration-200 {
  transition-duration: 200ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.transition {
  transition: transform 250ms ease, color 250ms ease;
}

.transform-180 {
  transform: rotate(-180deg);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute body.min-w-20.z-10.text-sm.leading-tight {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute body.min-w-20.z-10.text-sm.leading-tight + svg {
  right: -2rem;
}

/**
 * Hyvä Themes - https://hyva.io
 * Copyright © Hyvä Themes 2020-present. All rights reserved.
 * This product is licensed per Magento install
 * See https://hyva.io/license
 */

/**
 * Layout
 */

/* Rows */

[data-content-type="row"] {
  box-sizing: border-box;
}

[data-content-type="row"] > div {
  margin-bottom: 0.625rem;
}

[data-content-type="row"][data-appearance="contained"] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  [data-content-type="row"][data-appearance="contained"] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type="row"][data-appearance="contained"] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type="row"][data-appearance="contained"] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type="row"][data-appearance="contained"] {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type="row"][data-appearance="contained"] {
    max-width: 1536px;
  }
}

.relatedProducts .innerContent .tab-content section [data-content-type="row"][data-appearance="contained"]:first-child {
  display: none;
}

@media (max-width: 1023px) {
  div#header > [data-content-type="row"][data-appearance="contained"]:first-child > div:last-child,
    div#header > [data-content-type="row"][data-appearance="contained"]:first-child > div:last-child > div:first-child {
    width: 100%;
  }

  div#header > [data-content-type="row"][data-appearance="contained"]:first-child > div:last-child button {
    padding-left: 0px;
    padding-right: 0px;
  }

  div#header > [data-content-type="row"][data-appearance="contained"]:first-child > div:last-child > div:first-child nav {
    left: 0px;
    z-index: 41;
  }
}

#header [data-content-type="row"][data-appearance="contained"]:nth-child(2) {
  border-bottom-width: 1px;
  border-color: rgb(221 221 221);
}

.cms-home #header [data-content-type="row"][data-appearance="contained"]:nth-child(2) {
  border-bottom: 0;
}

#searchContainer [data-content-type="row"][data-appearance="contained"] {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

[data-content-type="row"][data-appearance="contained"] {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
}

[data-content-type="row"][data-appearance="contained"] [data-element="inner"] {
  box-sizing: border-box;
  background-attachment: scroll !important;
}

[data-content-type="row"][data-appearance="full-bleed"] {
  background-attachment: scroll !important;
}

[data-content-type="row"][data-appearance="full-width"] {
  background-attachment: scroll !important;
}

[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
    max-width: 1536px;
  }
}

.relatedProducts .innerContent .tab-content section [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner:first-child {
  display: none;
}

@media (max-width: 1023px) {
  div#header > [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner:first-child > div:last-child,
    div#header > [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner:first-child > div:last-child > div:first-child {
    width: 100%;
  }

  div#header > [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner:first-child > div:last-child button {
    padding-left: 0px;
    padding-right: 0px;
  }

  div#header > [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner:first-child > div:last-child > div:first-child nav {
    left: 0px;
    z-index: 41;
  }
}

#header [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner:nth-child(2) {
  border-bottom-width: 1px;
  border-color: rgb(221 221 221);
}

.cms-home #header [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner:nth-child(2) {
  border-bottom: 0;
}

#searchContainer [data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type="column-group"],
[data-content-type="column-line"] {
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  [data-content-type="column-group"],
[data-content-type="column-line"] {
    flex-wrap: nowrap;
  }
}

/* Columns */

[data-content-type="column"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  background-attachment: scroll !important;
  flex-basis: 100%;
}

@media (min-width: 768px) {
  [data-content-type="column"] {
    flex-basis: auto
  }
}

/* Tabs/Tab Item */

[data-content-type="tabs"] .tabs-navigation {
  margin-bottom: -1px;
  display: block;
  padding: 0px;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$="block"] [data-content-type="tabs"] .tabs-navigation p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar [data-content-type="tabs"] .tabs-navigation.filter {
}

[data-content-type="tabs"] .tabs-navigation li.tab-header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: -1px;
  display: inline-block;
  max-width: 100%;
  overflow-wrap: break-word;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

[data-content-type="tabs"] .tabs-navigation li.tab-header:first-child {
  margin-left: 0px;
}

[data-content-type="tabs"] .tabs-navigation li.tab-header.active {
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-bottom: 1px solid white;
}

[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title {
  position: relative;
  display: block;
  cursor: pointer;
  white-space: normal;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

[data-content-type$="block"] [data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar [data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title.filter {
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title span {
  font-weight: 600;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title span {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight[data-content-type="tabs"] .tabs-navigation li.tab-header a.tab-title span + svg {
  right: -2rem;
}

.top-container .breadcrumbs[data-content-type="tabs"] .tabs-content.shadow-sm {
  box-shadow: none;
}

[data-content-type="tabs"] .tabs-content {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0.125rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.top-container .breadcrumbs[data-content-type="tabs"] .tabs-content.shadow-sm {
  margin-top: 0.75rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type="tabs"] .tabs-content.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type="tabs"] .tabs-content.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type="tabs"] .tabs-content [data-content-type="tab-item"] {
  box-sizing: border-box;
  padding: 2rem;
  min-height: inherit;
  background-attachment: scroll !important;
}

[data-content-type="tabs"].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}

[data-content-type="tabs"].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}

/**
 * Elements
 */

/* Text */

[data-content-type="text"] {
  overflow-wrap: break-word;
}

/* Heading */

[data-content-type="heading"] {
  overflow-wrap: break-word;
}

/* Buttons/Button Item */

[data-content-type="buttons"] {
  max-width: 100%;
}

[data-content-type="buttons"] [data-content-type="button-item"] {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

[data-content-type="buttons"] [data-content-type="button-item"] [data-element="link"],
        [data-content-type="buttons"] [data-content-type="button-item"] [data-element="empty_link"] {
  max-width: 100%;
  overflow-wrap: break-word;
}

[data-content-type="buttons"] [data-content-type="button-item"] [data-element="empty_link"] {
  cursor: default;
}

[data-content-type="buttons"] [data-content-type="button-item"] a,
        [data-content-type="buttons"] [data-content-type="button-item"] button,
        [data-content-type="buttons"] [data-content-type="button-item"] div {
  display: inline-block;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type="buttons"] [data-content-type="button-item"] a.pagebuilder-button-link, [data-content-type="buttons"] [data-content-type="button-item"] button.pagebuilder-button-link, [data-content-type="buttons"] [data-content-type="button-item"] div.pagebuilder-button-link {
  box-sizing: border-box;
}

a.pagebuilder-button-primary.btn-grey, button.pagebuilder-button-primary.btn-grey, div.pagebuilder-button-primary.btn-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-servicecall a.flex-autocomplete.pagebuilder-button-primary .control,.form-servicecall  button.flex-autocomplete.pagebuilder-button-primary .control,.form-servicecall  div.flex-autocomplete.pagebuilder-button-primary .control {
  position: relative;
}

.form-servicecall a.flex-autocomplete.pagebuilder-button-primary img.loader,.form-servicecall  button.flex-autocomplete.pagebuilder-button-primary img.loader,.form-servicecall  div.flex-autocomplete.pagebuilder-button-primary img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  background-color: #1e7ea8;
}

@media (min-width: 768px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
  display: inline-flex;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  opacity: 0.6;
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  opacity: 0.6;
}

a.pagebuilder-button-primary .icon.iconDown, button.pagebuilder-button-primary .icon.iconDown, div.pagebuilder-button-primary .icon.iconDown {
  position: relative;
  top: -0.125rem;
  margin-left: 0.625rem;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        buttona.pagebuilder-button-primary
        > span,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button button.pagebuilder-button-primary
        > span,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button div.pagebuilder-button-primary
        > span {
  display: none;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        buttona.pagebuilder-button-primary,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button button.pagebuilder-button-primary,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button div.pagebuilder-button-primary {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  order: 1;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        buttona.pagebuilder-button-primary
        svg,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button button.pagebuilder-button-primary
        svg,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button div.pagebuilder-button-primary
        svg {
  height: 1rem;
  width: 1rem;
}

.postContentSection .postFormSection form buttona.pagebuilder-button-primary,.postContentSection .postFormSection form button button.pagebuilder-button-primary,.postContentSection .postFormSection form button div.pagebuilder-button-primary {
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.postContentSection .postFormSection form buttona.pagebuilder-button-primary .control,.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button button.pagebuilder-button-primary .control,.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button div.pagebuilder-button-primary .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postContentSection .postFormSection form buttona.pagebuilder-button-primary img.loader,.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button button.pagebuilder-button-primary img.loader,.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button div.pagebuilder-button-primary img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postContentSection .postFormSection form buttona.pagebuilder-button-primary:hover,.postContentSection .postFormSection form button button.pagebuilder-button-primary:hover,.postContentSection .postFormSection form button div.pagebuilder-button-primary:hover {
  opacity: 0.6;
}

.postContentSection .postFormSection form buttona.pagebuilder-button-primary:focus,.postContentSection .postFormSection form button button.pagebuilder-button-primary:focus,.postContentSection .postFormSection form button div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .postContentSection .postFormSection form buttona.pagebuilder-button-primary,.postContentSection .postFormSection form button button.pagebuilder-button-primary,.postContentSection .postFormSection form button div.pagebuilder-button-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-primary,.postContentSectionRequest .postFormSection form button button.pagebuilder-button-primary,.postContentSectionRequest .postFormSection form button div.pagebuilder-button-primary {
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-primary .control,.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button button.pagebuilder-button-primary .control,.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button div.pagebuilder-button-primary .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-primary img.loader,.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button button.pagebuilder-button-primary img.loader,.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button div.pagebuilder-button-primary img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-primary:hover,.postContentSectionRequest .postFormSection form button button.pagebuilder-button-primary:hover,.postContentSectionRequest .postFormSection form button div.pagebuilder-button-primary:hover {
  opacity: 0.6;
}

.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-primary:focus,.postContentSectionRequest .postFormSection form button button.pagebuilder-button-primary:focus,.postContentSectionRequest .postFormSection form button div.pagebuilder-button-primary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .postContentSectionRequest .postFormSection form buttona.pagebuilder-button-primary,.postContentSectionRequest .postFormSection form button button.pagebuilder-button-primary,.postContentSectionRequest .postFormSection form button div.pagebuilder-button-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.twoBorderedColSection .innerContent .singleColumn a.pagebuilder-button-primary,.twoBorderedColSection .innerContent .singleColumn  button.pagebuilder-button-primary,.twoBorderedColSection .innerContent .singleColumn  div.pagebuilder-button-primary {
  min-width: 260px;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
}

.hyva_checkout-index-index a.pagebuilder-button-primary,.hyva_checkout-index-index  button.pagebuilder-button-primary,.hyva_checkout-index-index  div.pagebuilder-button-primary {
  border-width: 1px;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hyva_checkout-index-index a.pagebuilder-button-primary[disabled],.hyva_checkout-index-index  button.pagebuilder-button-primary[disabled],.hyva_checkout-index-index  div.pagebuilder-button-primary[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}

.event-container .buttonBox a.pagebuilder-button-primary,.event-container .buttonBox  button.pagebuilder-button-primary,.event-container .buttonBox  div.pagebuilder-button-primary {
  margin-top: 1.25rem;
  display: inline-block;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}

a.pagebuilder-button-primary.btn-primary.apple-pay-button, button.pagebuilder-button-primary.btn-primary.apple-pay-button, div.pagebuilder-button-primary.btn-primary.apple-pay-button {
  font-size: 0;
}

a.btn.pagebuilder-button-primary.apple-pay-button, button.btn.pagebuilder-button-primary.apple-pay-button, div.btn.pagebuilder-button-primary.apple-pay-button {
  font-size: 0;
}

a.pagebuilder-button-secondary.btn-grey, button.pagebuilder-button-secondary.btn-grey, div.pagebuilder-button-secondary.btn-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity, 1));
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-servicecall a.flex-autocomplete.pagebuilder-button-secondary .control,.form-servicecall  button.flex-autocomplete.pagebuilder-button-secondary .control,.form-servicecall  div.flex-autocomplete.pagebuilder-button-secondary .control {
  position: relative;
}

.form-servicecall a.flex-autocomplete.pagebuilder-button-secondary img.loader,.form-servicecall  button.flex-autocomplete.pagebuilder-button-secondary img.loader,.form-servicecall  div.flex-autocomplete.pagebuilder-button-secondary img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  background-color: #1e7ea8;
}

@media (min-width: 768px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
  display: inline-flex;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  vertical-align: middle;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  opacity: 0.6;
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute a.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  button.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  div.min-w-20.z-10.text-sm.leading-tight.pagebuilder-button-secondary + svg {
  right: -2rem;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-color: #1e7ea8;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

a.pagebuilder-button-secondary:focus, button.pagebuilder-button-secondary:focus, div.pagebuilder-button-secondary:focus {
  border-width: 2px;
  border-color: transparent;
}

a.pagebuilder-button-secondary .icon.iconDown, button.pagebuilder-button-secondary .icon.iconDown, div.pagebuilder-button-secondary .icon.iconDown {
  position: relative;
  top: -0.125rem;
  margin-left: 0.625rem;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        buttona.pagebuilder-button-secondary
        > span,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button button.pagebuilder-button-secondary
        > span,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button div.pagebuilder-button-secondary
        > span {
  display: none;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        buttona.pagebuilder-button-secondary,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button button.pagebuilder-button-secondary,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button div.pagebuilder-button-secondary {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  order: 1;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        buttona.pagebuilder-button-secondary
        svg,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button button.pagebuilder-button-secondary
        svg,.productDetailsView
        .productDetailBottomBox
        .productDetailRightContent
        .productBtns
        button div.pagebuilder-button-secondary
        svg {
  height: 1rem;
  width: 1rem;
}

.postContentSection .postFormSection form buttona.pagebuilder-button-secondary,.postContentSection .postFormSection form button button.pagebuilder-button-secondary,.postContentSection .postFormSection form button div.pagebuilder-button-secondary {
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.postContentSection .postFormSection form buttona.pagebuilder-button-secondary .control,.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button button.pagebuilder-button-secondary .control,.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button div.pagebuilder-button-secondary .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postContentSection .postFormSection form buttona.pagebuilder-button-secondary img.loader,.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button button.pagebuilder-button-secondary img.loader,.form-servicecall .flex-autocomplete.postContentSection .postFormSection form button div.pagebuilder-button-secondary img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postContentSection .postFormSection form buttona.pagebuilder-button-secondary:hover,.postContentSection .postFormSection form button button.pagebuilder-button-secondary:hover,.postContentSection .postFormSection form button div.pagebuilder-button-secondary:hover {
  opacity: 0.6;
}

.postContentSection .postFormSection form buttona.pagebuilder-button-secondary:focus,.postContentSection .postFormSection form button button.pagebuilder-button-secondary:focus,.postContentSection .postFormSection form button div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .postContentSection .postFormSection form buttona.pagebuilder-button-secondary,.postContentSection .postFormSection form button button.pagebuilder-button-secondary,.postContentSection .postFormSection form button div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-secondary,.postContentSectionRequest .postFormSection form button button.pagebuilder-button-secondary,.postContentSectionRequest .postFormSection form button div.pagebuilder-button-secondary {
  display: flex;
  cursor: pointer;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-secondary .control,.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button button.pagebuilder-button-secondary .control,.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button div.pagebuilder-button-secondary .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-secondary img.loader,.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button button.pagebuilder-button-secondary img.loader,.form-servicecall .flex-autocomplete.postContentSectionRequest .postFormSection form button div.pagebuilder-button-secondary img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-secondary:hover,.postContentSectionRequest .postFormSection form button button.pagebuilder-button-secondary:hover,.postContentSectionRequest .postFormSection form button div.pagebuilder-button-secondary:hover {
  opacity: 0.6;
}

.postContentSectionRequest .postFormSection form buttona.pagebuilder-button-secondary:focus,.postContentSectionRequest .postFormSection form button button.pagebuilder-button-secondary:focus,.postContentSectionRequest .postFormSection form button div.pagebuilder-button-secondary:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(4px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

@media (min-width: 768px) {
  .postContentSectionRequest .postFormSection form buttona.pagebuilder-button-secondary,.postContentSectionRequest .postFormSection form button button.pagebuilder-button-secondary,.postContentSectionRequest .postFormSection form button div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.twoBorderedColSection .innerContent .singleColumn a.pagebuilder-button-secondary,.twoBorderedColSection .innerContent .singleColumn  button.pagebuilder-button-secondary,.twoBorderedColSection .innerContent .singleColumn  div.pagebuilder-button-secondary {
  min-width: 260px;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
}

.hyva_checkout-index-index a.pagebuilder-button-secondary,.hyva_checkout-index-index  button.pagebuilder-button-secondary,.hyva_checkout-index-index  div.pagebuilder-button-secondary {
  border-width: 1px;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hyva_checkout-index-index a.pagebuilder-button-secondary[disabled],.hyva_checkout-index-index  button.pagebuilder-button-secondary[disabled],.hyva_checkout-index-index  div.pagebuilder-button-secondary[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}

.hyva_checkout-index-index a.pagebuilder-button-secondary,.hyva_checkout-index-index  button.pagebuilder-button-secondary,.hyva_checkout-index-index  div.pagebuilder-button-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hyva_checkout-index-index a.pagebuilder-button-secondary:hover,.hyva_checkout-index-index  button.pagebuilder-button-secondary:hover,.hyva_checkout-index-index  div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

a.pagebuilder-button-secondary.btn-primary.apple-pay-button, button.pagebuilder-button-secondary.btn-primary.apple-pay-button, div.pagebuilder-button-secondary.btn-primary.apple-pay-button {
  font-size: 0;
}

/* HTML Code */

[data-content-type="html"] {
  overflow-wrap: break-word;
}

/**
 * Media
 */

/* Image */

[data-content-type="image"] {
  box-sizing: border-box;
}

[data-content-type="image"] > [data-element="link"],
    [data-content-type="image"] > [data-element="link"] img {
  border-radius: inherit;
}

[data-content-type="image"] .pagebuilder-mobile-hidden {
  display: none;
}

@media (min-width: 768px) {
  [data-content-type="image"] .pagebuilder-mobile-hidden {
    display: block;
  }

  [data-content-type="image"] .pagebuilder-mobile-only {
    display: none;
  }
}

[data-content-type="image"] figcaption {
  overflow-wrap: break-word;
}

/* Video */

[data-content-type="video"] {
  font-size: 0;
}

[data-content-type="video"] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}

[data-content-type="video"] .pagebuilder-video-container {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  padding-top: 56.25%;
}

[data-content-type="video"] iframe,
    [data-content-type="video"] video {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

/* Banner */

[data-content-type="banner"] > [data-element="link"],
    [data-content-type="banner"] > [data-element="empty_link"] {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type="banner"] > [data-element="link"]:hover, [data-content-type="banner"] > [data-element="empty_link"]:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type="banner"] .pagebuilder-banner-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  background-clip: padding-box;
  border-radius: inherit;
  background-attachment: scroll !important;
}

[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  position: relative;
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-servicecall .flex-autocomplete[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .control {
  position: relative;
}

.form-servicecall .flex-autocomplete[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 36rem;
  }
}

[data-content-type="banner"] .pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}

[data-content-type="banner"] .pagebuilder-banner-wrapper [data-element="content"] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-banner-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  text-align: inherit;
}

[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type="banner"][data-appearance="collage-left"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type="banner"][data-appearance="collage-right"] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Slider */

[data-content-type="slider"] {
  visibility: hidden;
  position: relative;
}

[data-content-type="slider"].glider-initialized {
  visibility: visible;
}

[data-content-type="slider"] [data-role="glider-content"] {
  overflow-y: hidden;
}

[data-content-type="slider"] a.button {
  color: initial;
  padding: 10px;
  text-decoration: none;
}

[data-content-type="slider"] .carousel-nav {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0.5rem;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.75;
  left: 50%;
  transform: translateX(-50%);
}

/* Slide */

[data-content-type="slide"] {
  box-sizing: border-box;
  overflow: hidden;
  line-height: 1.25rem;
  min-height: inherit;
}

[data-content-type="slide"] > [data-element="link"],
    [data-content-type="slide"] > [data-element="empty_link"] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}

[data-content-type="slide"] > [data-element="link"]:hover, [data-content-type="slide"] > [data-element="empty_link"]:hover {
  color: inherit;
  text-decoration: inherit;
}

[data-content-type="slide"] + [data-content-type="slide"] {
  height: 0px;
  min-height: 0px;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper {
  box-sizing: border-box;
  overflow-wrap: break-word;
  border-radius: inherit;
  min-height: inherit;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper .jarallax-viewport-element {
  position: absolute;
  top: 0px;
  z-index: 50;
  height: 100%;
  width: 0.125rem;
  left: -15000vw;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20[data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax .video-overlay.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 20;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > div,
                [data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > img,
                [data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > video,
                [data-content-type="slide"] .pagebuilder-slide-wrapper.jarallax [id*="jarallax-container"] > iframe {
  margin: auto !important;
  transform: none !important;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  box-sizing: border-box;
  padding: 2rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: inherit;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-servicecall .flex-autocomplete[data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay .control {
  position: relative;
}

.form-servicecall .flex-autocomplete[data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: inherit;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 32rem;
  }
}

[data-content-type="slide"] .pagebuilder-slide-wrapper [data-element="content"] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type="slide"] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type="slide"][data-appearance="collage-centered"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}

[data-content-type="slide"][data-appearance="collage-left"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}

[data-content-type="slide"][data-appearance="collage-right"] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}

/* Map */

[data-content-type="map"] {
  box-sizing: border-box;
  height: 18rem;
}

/**
 * Add Content
 */

/* Block */

[data-content-type$="block"] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

/* Dynamic Block */

form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.ml-2[data-content-type="dynamic_block"] [data-content-type="image"] img {
  display: none;
}

[data-content-type="dynamic_block"] [data-content-type="image"] img {
  display: inline;
}

[data-content-type="dynamic_block"] .block-banners .banner-item-content,
    [data-content-type="dynamic_block"] .block-banners-inline .banner-item-content {
  margin-bottom: auto;
}

/* Products */

[data-content-type="products"][data-appearance="carousel"] [data-role="glider-content"] {
  grid-template-columns: repeat(100, calc(50% - 1rem));
}

@media (min-width: 768px) {
  [data-content-type="products"][data-appearance="carousel"] [data-role="glider-content"] {
    grid-template-columns: repeat(100, calc(33% - 1rem))
  }
}

@media (min-width: 1024px) {
  [data-content-type="products"][data-appearance="carousel"] [data-role="glider-content"] {
    grid-template-columns: repeat(100, calc(25% - 1rem))
  }
}

/**
 * Glider
 */

.glider-contain {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.glider {
  overflow-y: hidden;
}

.glider.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glider.drag {
  cursor: grabbing;
}

.glider::-webkit-scrollbar {
  height: 0px;
  opacity: 0;
}

.glider .glider-track {
  z-index: 10;
  margin: 0px;
  display: flex;
  width: 100%;
  padding: 0px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.glider .glider-track.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

.form-servicecall .flex-autocomplete.glider .glider-track .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.glider .glider-track img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider-hide {
  opacity: 0;
}

.glider-prev.disabled, .glider-next.disabled {
  cursor: default;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  opacity: 0.25;
}

.glider-dot {
  margin: 0.25rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.25;
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[data-content-type$="block"] .glider-dot p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .glider-dot.filter {
}

.glider-dot.active {
  opacity: 1;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    height: 0.25rem;
    width: 0.5rem;
    -webkit-appearance: none;
            appearance: none;
    opacity: 1;
  }

  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}

[data-show-arrows="false"] .glider-prev,
    [data-show-arrows="false"] .glider-next {
  display: none;
}

[data-show-dots="false"] .glider-dots {
  display: none;
}

.page-footer {
  margin-top: 2rem;
}

.page-header {
}

.page-main {
  margin-top: 0px;
  margin-bottom: 0px;
}

.page-wrapper {
  overflow-x: unset;
}

header.page-header {
  position: sticky;
  top: 0;
  z-index: 29;
}

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.top-container .breadcrumbs.table-row-items > div.table-row-item:nth-child(2n + 1).shadow-sm {
  box-shadow: none;
}

.table-row-items > div.table-row-item:nth-child(2n + 1) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.top-container .breadcrumbs.table-row-items > div.table-row-item:nth-child(2n + 1).shadow-sm {
  margin-top: 0.75rem;
}

.cms-page-view .column.main {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.cms-page-view .column.main :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.cms-page-view .column.main :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.cms-page-view .column.main :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.cms-page-view .column.main :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.cms-page-view .column.main :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.cms-page-view .column.main :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.cms-page-view .column.main :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.cms-page-view .column.main :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.cms-page-view .column.main :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.cms-page-view .column.main :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.cms-page-view .column.main :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.cms-page-view .column.main :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.cms-page-view .column.main :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.cms-page-view .column.main :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.cms-page-view .column.main :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.cms-page-view .column.main :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.cms-page-view .column.main :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.cms-page-view .column.main :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.cms-page-view .column.main :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.cms-page-view .column.main :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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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;
}

.cms-page-view .column.main :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.cms-page-view .column.main :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.cms-page-view .column.main :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.cms-page-view .column.main :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.cms-page-view .column.main :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.cms-page-view .column.main :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.cms-page-view .column.main :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.cms-page-view .column.main :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.cms-page-view .column.main :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.cms-page-view .column.main :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.cms-page-view .column.main :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.cms-page-view .column.main :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.cms-page-view .column.main :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.cms-page-view .column.main :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.cms-page-view .column.main :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.cms-page-view .column.main :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.cms-page-view .column.main :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main {
  --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: 17 24 39;
  --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: 255 255 255;
  --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;
}

.cms-page-view .column.main :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.cms-page-view .column.main :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.cms-page-view .column.main :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.cms-page-view .column.main :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.cms-page-view .column.main :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.cms-page-view .column.main :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.cms-page-view .column.main :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.cms-page-view .column.main :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.cms-page-view .column.main :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.cms-page-view .column.main :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.cms-page-view .column.main :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.cms-page-view .column.main :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.cms-page-view .column.main :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.cms-page-view .column.main :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.cms-page-view .column.main :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.cms-page-view .column.main :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.cms-page-view .column.main :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;
}

.cms-page-view .column.main :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.cms-page-view .column.main :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.cms-page-view .column.main :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.cms-page-view .column.main :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.cms-page-view .column.main :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .cms-page-view .column.main {
  max-width: none;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .cms-page-view .column.main
        ul {
  padding-left: 1.25rem;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .cms-page-view .column.main
        ul
        li *::marker {
  color: rgb(0 0 0 );
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .cms-page-view .column.main
        ul
        li::marker {
  color: rgb(0 0 0 );
}

.postContentSection .postContent .cms-page-view .column.main {
  margin-top: 1.25rem;
  max-width: none;
}

@media (min-width: 1024px) {
  .postContentSection .postContent .cms-page-view .column.main {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .postContentSection .postContent .cms-page-view .column.main {
    margin-top: 2.5rem;
  }
}

.postContentSection .postContent .cms-page-view .column.main h4 {
  margin-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.postContentSection .postContent .cms-page-view .column.main h4:first-child {
  margin-top: 0px;
}

.postContentSection .postContent .cms-page-view .column.main p {
  margin: 0px;
  margin-bottom: 0.5rem;
}

.postContentSection .postContent .cms-page-view .column.main ul {
  padding-left: 20px;
}

.postContentSection .postContent .cms-page-view .column.main ul li {
  margin: 0px;
  padding: 0px;
}

.postContentSection .postContent .cms-page-view .column.main ul li *::marker {
  color: rgb(0 0 0 );
}

.postContentSection .postContent .cms-page-view .column.main ul li::marker {
  color: rgb(0 0 0 );
}

.postContentSectionRequest .postContent .cms-page-view .column.main {
  margin-top: 1.25rem;
  max-width: none;
}

.postContentSectionRequest .postContent .cms-page-view .column.main h3:first-child {
  margin-top: 0px;
}

.postContentSectionRequest .postContent .cms-page-view .column.main h4 {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.postContentSectionRequest .postContent .cms-page-view .column.main h4:first-child {
  margin-top: 0px;
}

.postContentSectionRequest .postContent .cms-page-view .column.main p {
  margin: 0px;
  margin-bottom: 0.5rem;
}

.postContentSectionRequest .postContent .cms-page-view .column.main ul {
  padding-left: 20px;
}

.postContentSectionRequest .postContent .cms-page-view .column.main ul li {
  margin: 0px;
  padding: 0px;
}

.postContentSectionRequest .postContent .cms-page-view .column.main ul li *::marker {
  color: rgb(0 0 0 );
}

.postContentSectionRequest .postContent .cms-page-view .column.main ul li::marker {
  color: rgb(0 0 0 );
}

.cms-page-view .column.main {
  width: 100%;
  max-width: 100%;
}

.catalog-category-view .page-main .sidebar > div {
  margin-top: 0px;
}

.training-request-index .page-main .page-title,
.catalog-category-view .page-main .districompany-page-title {
  display: none;
}

#amasty-shopby-product-list > section {
  padding-top: 0px !important;
}

@media (max-width: 768px) {
  [data-content-type="row"][data-appearance="contained"] {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.cms-devenir-client .page-title,
.cms-klant-worden .page-title,
.contact-index-index .page-title {
  display: none;
}

.multiGridSection .innerSection .item {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  padding: 1.25rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.multiGridSection .innerSection .item:first-child {
  position: relative;
  grid-row: span 2 / span 2;
  background-size: cover;
  background-position: center;
  padding: 1.25rem;
  padding-left: 3rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.multiGridSection .innerSection .item:first-child {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.multiGridSection .innerSection .item:first-child + svg {
  right: -2rem;
}

@media (min-width: 640px) {
  .multiGridSection .innerSection .item:first-child {
    grid-column: span 2 / span 2;
  }
}

@media (min-width: 1280px) {
  .multiGridSection .innerSection .item:first-child {
    grid-row: span 3 / span 3;
  }
}

.multiGridSection .innerSection .item img {
  position: absolute;
  inset: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.multiGridSection .innerSection .item img:first-child {
  object-fit: cover;
}

form.product-item
    .product-info
    .product-list-info
    ul
    li.pricing-netto.visible-price {
  display: flex;
}

form.product-item .product-info .product-list-info ul li.pricing-netto {
  display: none;
}

.relatedProducts .product-brand {
  margin-left: auto;
  margin-right: auto;
}

.relatedProducts .product-brand img {
  max-width: 80px;
}

.relatedProducts .product-title {
  justify-content: center;
}

.productDetailDesc ul li {
  margin-bottom: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
}

.checkout-onepage-success {
}

.am-search-content li.product-stock-quantity,
.am-search-content li.pricing-netto,
.am-search-content li.pricing-bruto {
  display: flex;
  justify-content: space-between;
}

.shop_menu_option nav {
  height: calc(100% - 64px);
}

.products.products-list form.product-item .product-info {
  width: 100%;
}

@media (min-width: 768px) {
  .products.products-list form.product-item .product-info {
    width: calc(100% - 196px);
  }
}

.event-container {
  flex-direction: column;
  gap: 3rem;
}

@media (min-width: 1024px) {
  .event-container {
    flex-direction: row;
  }
}

.event-lists {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 50px;
  padding-bottom: 50px;
}

.event-lists h4 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.top-container .breadcrumbs.bg-container-lighter.events-info-details {
  box-shadow: none;
}

.events-info-details {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.top-container .breadcrumbs.bg-container-lighter.events-info-details {
  margin-top: 0.75rem;
}

.form-servicecall .flex-autocomplete.events-info-details .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.events-info-details img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

@media (min-width: 640px) {
  .events-info-details {
    flex-direction: row;
  }
}

.events-right-info {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.events-right-info .post-list-item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-servicecall .flex-autocomplete.events-right-info .post-list-item-info .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.events-right-info .post-list-item-info img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.events-right-info .post-list-item-info .detailIcon {
  display: flex;
  height: 1.25rem;
}

.form-servicecall .flex-autocomplete.events-right-info .post-list-item-info .detailIcon .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.events-right-info .post-list-item-info .detailIcon img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.event-container .buttonBox .btn-primary {
  margin-top: 1.25rem;
  display: inline-block;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.top-container .breadcrumbs.bg-container-lighter.shadow-sm {
  margin-top: 0.75rem;
}

.custom_sbtn {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.custom_sbtn svg {
  height: auto;
  width: 2.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.form.mini-search
    .amsearch-container
    .am-search-sidebar:not(.am-search-horizontal-view) {
  display: none;
}

.form.mini-search
    .amsearch-container
    .am-search-content:not(.am-search-horizontal-view) {
  max-width: 100%;
}

.amsearch-container .amsearch-product-name {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.amsearch-container .amsearch-product-name.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.amsearch-container .amsearch-product-name.leading-tight.text-black + svg {
  right: -2rem;
}

.form.mini-search .amsearch-container .item.product.product-item {
  max-width: 100%;
}

@media (min-width: 768px) {
  .form.mini-search .amsearch-container .item.product.product-item {
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .form.mini-search .amsearch-container .item.product.product-item {
    max-width: 33.33%;
  }
}

@media (min-width: 1280px) {
  .form.mini-search .amsearch-container .item.product.product-item {
    max-width: 25%;
  }
}

[x-cloak] {
  display: none !important;
}

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

.page-header + .top-container > .breadcrumbs .items > .item > .separator,
.page-header + .top-container > .breadcrumbs .items .item a:after,
.page-header + .top-container > .breadcrumbs .items .item a:before {
  display: none;
}

.page-header
    + .top-container
    > .breadcrumbs
    .items
    > .item:last-child
    > .text-primary-lighter {
  border-radius: 0;
}

.page-header + .top-container > .breadcrumbs .items .item {
  z-index: calc(var(--z-index) - counter(section)) !important;
}

.page-header
    + .top-container
    > .breadcrumbs
    .items
    > .item:last-child
    > .separator.text-primary-lighter.px-2 {
  background: transparent;
  padding: 0;
}

.page-header + .top-container > .breadcrumbs .items > .item a {
  transition: unset;
  padding: 5px 25px !important;
  border-radius: 0;
  white-space: nowrap;
  padding: calc(10px / 2);
  padding-left: calc(10px * 1.5);
  padding-right: calc(10px * 1.5);
  margin-left: -5px;
  clip-path: polygon(
        calc(100% - 10px) 0%,
        100% 50%,
        calc(100% - 10px) calc(100% - 0px),
        0% 100%,
        10px 50%,
        0% 0%
    );
}

.page-header + .top-container > .breadcrumbs .items > .item:first-child a {
  clip-path: polygon(
        calc(100% - 10px) 0%,
        100% 50%,
        calc(100% - 10px) calc(100% - 0px),
        0% 100%,
        0 50%,
        0% 0%
    );
}

.page-header
    + .top-container
    > .breadcrumbs
    .items
    > .item:last-child
    .text-primary-lighter {
  clip-path: polygon(
        100% 0%,
        100% 50%,
        100% calc(100% - 0px),
        0% 100%,
        10px 50%,
        0% 0%
    );
  padding: 5px 25px !important;
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  .page-header + .top-container > .breadcrumbs .items {
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.category-view .sidebar .block.filter {
}

.account-nav ul li a, .account-nav ul li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.form-servicecall .flex-autocomplete.account-nav ul li a .control,.form-servicecall .flex-autocomplete .account-nav ul li strong .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.account-nav ul li a img.loader,.form-servicecall .flex-autocomplete .account-nav ul li strong img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav ul li a:hover {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav ul li a:hover + svg {
  right: -2rem;
}

.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav ul li strong {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.account-nav ul li strong + svg {
  right: -2rem;
}

.actions-toolbar {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

.form-servicecall .flex-autocomplete.actions-toolbar .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.actions-toolbar img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge {
  display: none;
  height: 0px !important;
  width: 0px !important;
}

.order-items > div:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.order-links {
  display: block;
}

[data-content-type$="block"] .order-links p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .order-links.filter {
}

.order-links {
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.order-links li {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.order-date.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.order-date.leading-tight.text-black + svg {
  right: -2rem;
}

form .field, fieldset .field {
  margin-top: 0.25rem;
}

/* Reserve space for single line form validation messages */

form .field.field-reserved, fieldset .field.field-reserved {
  margin-bottom: 1.75rem;
}

form .field.field-reserved ul:last-of-type, fieldset .field.field-reserved ul:last-of-type {
  margin-bottom: -1.5rem;
  padding-bottom: 0.25rem;
}

form .field.field-reserved ul, fieldset .field.field-reserved ul {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute form.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg,#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute  fieldset.min-w-20.z-10 .field.field-reserved ul.leading-tight.text-black + svg {
  right: -2rem;
}

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

[data-content-type$="block"] form label p:last-child,[data-content-type$="block"]  fieldset label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar form label.filter,.category-view .sidebar  fieldset label.filter {
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

.form-servicecall form.flex-autocomplete .field.choice .control,.form-servicecall  fieldset.flex-autocomplete .field.choice .control {
  position: relative;
}

.form-servicecall form.flex-autocomplete .field.choice img.loader,.form-servicecall  fieldset.flex-autocomplete .field.choice img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

form .field.choice input, fieldset .field.choice input {
  margin-right: 1rem;
}

form .field.choice label, fieldset .field.choice label {
  margin-bottom: 0px;
}

form .field.field-error .messages, fieldset .field.field-error .messages {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
  max-width: -moz-fit-content;
  max-width: fit-content;
}

form legend, fieldset legend {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

form legend + br, fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

.products.products-grid > .mpblog-month-view .post-list-body,.products.products-grid >  .mpblog-category-view .post-list-body,.products.products-grid >  .mpblog-post-view .post-list-body,.products.products-grid >  .mpblog-post-index .post-list-body {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .products.products-grid > .mpblog-month-view .post-list-body,.products.products-grid >  .mpblog-category-view .post-list-body,.products.products-grid >  .mpblog-post-view .post-list-body,.products.products-grid >  .mpblog-post-index .post-list-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .products.products-grid > .mpblog-month-view .post-list-body,.products.products-grid >  .mpblog-category-view .post-list-body,.products.products-grid >  .mpblog-post-view .post-list-body,.products.products-grid >  .mpblog-post-index .post-list-body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.mpblog-month-view .post-list-body, .mpblog-category-view .post-list-body, .mpblog-post-view .post-list-body, .mpblog-post-index .post-list-body {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .mpblog-month-view .post-list-body, .mpblog-category-view .post-list-body, .mpblog-post-view .post-list-body, .mpblog-post-index .post-list-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mpblog-month-view .post-list-body .item, .mpblog-category-view .post-list-body .item, .mpblog-post-view .post-list-body .item, .mpblog-post-index .post-list-body .item {
  border-bottom-width: 1px;
  padding-bottom: 2.5rem;
}

.mpblog-month-view .post-list-body .item .post-item-wraper, .mpblog-category-view .post-list-body .item .post-item-wraper, .mpblog-post-view .post-list-body .item .post-item-wraper, .mpblog-post-index .post-list-body .item .post-item-wraper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.form-servicecall .flex-autocomplete.mpblog-month-view .post-list-body .item .post-item-wraper .control,.form-servicecall .flex-autocomplete .mpblog-category-view .post-list-body .item .post-item-wraper .control,.form-servicecall .flex-autocomplete .mpblog-post-view .post-list-body .item .post-item-wraper .control,.form-servicecall .flex-autocomplete .mpblog-post-index .post-list-body .item .post-item-wraper .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.mpblog-month-view .post-list-body .item .post-item-wraper img.loader,.form-servicecall .flex-autocomplete .mpblog-category-view .post-list-body .item .post-item-wraper img.loader,.form-servicecall .flex-autocomplete .mpblog-post-view .post-list-body .item .post-item-wraper img.loader,.form-servicecall .flex-autocomplete .mpblog-post-index .post-list-body .item .post-item-wraper img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.mpblog-month-view .post-list-body .item .post-info-wraper, .mpblog-category-view .post-list-body .item .post-info-wraper, .mpblog-post-view .post-list-body .item .post-info-wraper, .mpblog-post-index .post-list-body .item .post-info-wraper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-servicecall .flex-autocomplete.mpblog-month-view .post-list-body .item .post-info-wraper .control,.form-servicecall .flex-autocomplete .mpblog-category-view .post-list-body .item .post-info-wraper .control,.form-servicecall .flex-autocomplete .mpblog-post-view .post-list-body .item .post-info-wraper .control,.form-servicecall .flex-autocomplete .mpblog-post-index .post-list-body .item .post-info-wraper .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.mpblog-month-view .post-list-body .item .post-info-wraper img.loader,.form-servicecall .flex-autocomplete .mpblog-category-view .post-list-body .item .post-info-wraper img.loader,.form-servicecall .flex-autocomplete .mpblog-post-view .post-list-body .item .post-info-wraper img.loader,.form-servicecall .flex-autocomplete .mpblog-post-index .post-list-body .item .post-info-wraper img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.mpblog-month-view .post-info-wraper h2.mp-post-title a,
    .mpblog-month-view .about-admin h4.admin-title a,
    .mpblog-month-view .mp-post-meta-info a.mp-read-more,
    .mpblog-month-view .mp-post-info a.mp-info,
    .mpblog-month-view ul.menu-categories a.list-categories:hover,
    .mpblog-month-view .products-same-post a.product-item-link:hover,
    .mpblog-month-view a.mp-relate-link,
    .mpblog-month-view .mpblog-product-name,
    .mpblog-category-view .post-info-wraper h2.mp-post-title a,
    .mpblog-category-view .about-admin h4.admin-title a,
    .mpblog-category-view .mp-post-meta-info a.mp-read-more,
    .mpblog-category-view .mp-post-info a.mp-info,
    .mpblog-category-view ul.menu-categories a.list-categories:hover,
    .mpblog-category-view .products-same-post a.product-item-link:hover,
    .mpblog-category-view a.mp-relate-link,
    .mpblog-category-view .mpblog-product-name,
    .mpblog-post-view .post-info-wraper h2.mp-post-title a,
    .mpblog-post-view .about-admin h4.admin-title a,
    .mpblog-post-view .mp-post-meta-info a.mp-read-more,
    .mpblog-post-view .mp-post-info a.mp-info,
    .mpblog-post-view ul.menu-categories a.list-categories:hover,
    .mpblog-post-view .products-same-post a.product-item-link:hover,
    .mpblog-post-view a.mp-relate-link,
    .mpblog-post-view .mpblog-product-name,
    .mpblog-post-index .post-info-wraper h2.mp-post-title a,
    .mpblog-post-index .about-admin h4.admin-title a,
    .mpblog-post-index .mp-post-meta-info a.mp-read-more,
    .mpblog-post-index .mp-post-info a.mp-info,
    .mpblog-post-index ul.menu-categories a.list-categories:hover,
    .mpblog-post-index .products-same-post a.product-item-link:hover,
    .mpblog-post-index a.mp-relate-link,
    .mpblog-post-index .mpblog-product-name {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.mpblog-month-view .mp-blog-rss,
    .mpblog-month-view .mpblog-search,
    .mpblog-month-view .mp-sidebar.product.info.detailed,
    .mpblog-month-view .block-compare,
    .mpblog-month-view .mp-footer,
    .mpblog-category-view .mp-blog-rss,
    .mpblog-category-view .mpblog-search,
    .mpblog-category-view .mp-sidebar.product.info.detailed,
    .mpblog-category-view .block-compare,
    .mpblog-category-view .mp-footer,
    .mpblog-post-view .mp-blog-rss,
    .mpblog-post-view .mpblog-search,
    .mpblog-post-view .mp-sidebar.product.info.detailed,
    .mpblog-post-view .block-compare,
    .mpblog-post-view .mp-footer,
    .mpblog-post-index .mp-blog-rss,
    .mpblog-post-index .mpblog-search,
    .mpblog-post-index .mp-sidebar.product.info.detailed,
    .mpblog-post-index .block-compare,
    .mpblog-post-index .mp-footer {
  display: none;
}

.mpblog-month-view .mp-post-info, .mpblog-category-view .mp-post-info, .mpblog-post-view .mp-post-info, .mpblog-post-index .mp-post-info {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mpblog-month-view .post-short-description,
    .mpblog-month-view .post-post_content,
    .mpblog-category-view .post-short-description,
    .mpblog-category-view .post-post_content,
    .mpblog-post-view .post-short-description,
    .mpblog-post-view .post-post_content,
    .mpblog-post-index .post-short-description,
    .mpblog-post-index .post-post_content {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.mpblog-month-view .post-short-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.mpblog-month-view .post-short-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.mpblog-month-view .post-short-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.mpblog-month-view .post-short-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.mpblog-month-view .post-short-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.mpblog-month-view .post-short-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.mpblog-month-view .post-short-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.mpblog-month-view .post-short-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.mpblog-month-view .post-short-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.mpblog-month-view .post-short-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.mpblog-month-view .post-short-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.mpblog-month-view .post-short-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.mpblog-month-view .post-short-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.mpblog-month-view .post-short-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.mpblog-month-view .post-short-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.mpblog-month-view .post-short-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-month-view .post-post_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-category-view .post-short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-category-view .post-post_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-post-view .post-short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-post-view .post-post_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-post-index .post-short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-post-index .post-post_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.mpblog-month-view .post-short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-month-view .post-post_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-category-view .post-short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-category-view .post-post_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-post-view .post-short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-post-view .post-post_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-post-index .post-short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
    .mpblog-post-index .post-post_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.mpblog-month-view .post-short-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.mpblog-month-view .post-short-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-month-view .post-post_content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-category-view .post-short-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-category-view .post-post_content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-view .post-short-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-view .post-post_content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-index .post-short-description :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-index .post-post_content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.mpblog-month-view .post-short-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-month-view .post-post_content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-category-view .post-short-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-category-view .post-post_content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-view .post-short-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-view .post-post_content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-index .post-short-description :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-index .post-post_content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.mpblog-month-view .post-short-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.mpblog-month-view .post-short-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.mpblog-month-view .post-short-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.mpblog-month-view .post-short-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.mpblog-month-view .post-short-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.mpblog-month-view .post-short-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.mpblog-month-view .post-short-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.mpblog-month-view .post-short-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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;
}

.mpblog-month-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.mpblog-month-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-month-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-category-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-category-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-index .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-index .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.mpblog-month-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-month-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-category-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-category-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-view .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-view .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-index .post-short-description :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-index .post-post_content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.mpblog-month-view .post-short-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.mpblog-month-view .post-short-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.mpblog-month-view .post-short-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.mpblog-month-view .post-short-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.mpblog-month-view .post-short-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.mpblog-month-view .post-short-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.mpblog-month-view .post-short-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.mpblog-month-view .post-short-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-month-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-category-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-category-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-index .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
    .mpblog-post-index .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.mpblog-month-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-month-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-category-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-category-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-view .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-view .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-index .post-short-description :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
    .mpblog-post-index .post-post_content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.mpblog-month-view .post-short-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.mpblog-month-view .post-short-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.mpblog-month-view .post-short-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.mpblog-month-view .post-short-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.mpblog-month-view .post-short-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.mpblog-month-view .post-short-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.mpblog-month-view .post-short-description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.mpblog-month-view .post-short-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.mpblog-month-view .post-short-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description,
    .mpblog-month-view .post-post_content,
    .mpblog-category-view .post-short-description,
    .mpblog-category-view .post-post_content,
    .mpblog-post-view .post-short-description,
    .mpblog-post-view .post-post_content,
    .mpblog-post-index .post-short-description,
    .mpblog-post-index .post-post_content {
  --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: 17 24 39;
  --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: 255 255 255;
  --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;
}

.mpblog-month-view .post-short-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.mpblog-month-view .post-short-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.mpblog-month-view .post-short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.mpblog-month-view .post-short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.mpblog-month-view .post-short-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.mpblog-month-view .post-short-description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.mpblog-month-view .post-short-description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.mpblog-month-view .post-short-description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.mpblog-month-view .post-short-description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.mpblog-month-view .post-short-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.mpblog-month-view .post-short-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.mpblog-month-view .post-short-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.mpblog-month-view .post-short-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.mpblog-month-view .post-short-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.mpblog-month-view .post-short-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.mpblog-month-view .post-short-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.mpblog-month-view .post-short-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.mpblog-month-view .post-short-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :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;
}

.mpblog-month-view .post-short-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.mpblog-month-view .post-short-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.mpblog-month-view .post-short-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.mpblog-month-view .post-short-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.mpblog-month-view .post-short-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-month-view .post-post_content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-short-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-category-view .post-post_content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-short-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-view .post-post_content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-short-description :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
    .mpblog-post-index .post-post_content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .mpblog-month-view .post-short-description,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-month-view .post-post_content,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-category-view .post-short-description,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-category-view .post-post_content,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-view .post-short-description,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-view .post-post_content,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-index .post-short-description,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-index .post-post_content {
  max-width: none;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .mpblog-month-view .post-short-description
        ul,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-month-view .post-post_content
        ul,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-category-view .post-short-description
        ul,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-category-view .post-post_content
        ul,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-view .post-short-description
        ul,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-view .post-post_content
        ul,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-index .post-short-description
        ul,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-index .post-post_content
        ul {
  padding-left: 1.25rem;
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .mpblog-month-view .post-short-description
        ul
        li *::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-month-view .post-post_content
        ul
        li *::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-category-view .post-short-description
        ul
        li *::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-category-view .post-post_content
        ul
        li *::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-view .post-short-description
        ul
        li *::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-view .post-post_content
        ul
        li *::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-index .post-short-description
        ul
        li *::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-index .post-post_content
        ul
        li *::marker {
  color: rgb(0 0 0 );
}

.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        .mpblog-month-view .post-short-description
        ul
        li::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-month-view .post-post_content
        ul
        li::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-category-view .post-short-description
        ul
        li::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-category-view .post-post_content
        ul
        li::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-view .post-short-description
        ul
        li::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-view .post-post_content
        ul
        li::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-index .post-short-description
        ul
        li::marker,.productDetailsView
        .productDetailBottomBox
        .productDetailLeftContent
        
    .mpblog-post-index .post-post_content
        ul
        li::marker {
  color: rgb(0 0 0 );
}

.postContentSection .postContent .mpblog-month-view .post-short-description,.postContentSection .postContent 
    .mpblog-month-view .post-post_content,.postContentSection .postContent 
    .mpblog-category-view .post-short-description,.postContentSection .postContent 
    .mpblog-category-view .post-post_content,.postContentSection .postContent 
    .mpblog-post-view .post-short-description,.postContentSection .postContent 
    .mpblog-post-view .post-post_content,.postContentSection .postContent 
    .mpblog-post-index .post-short-description,.postContentSection .postContent 
    .mpblog-post-index .post-post_content {
  margin-top: 1.25rem;
  max-width: none;
}

@media (min-width: 1024px) {
  .postContentSection .postContent .mpblog-month-view .post-short-description,.postContentSection .postContent 
    .mpblog-month-view .post-post_content,.postContentSection .postContent 
    .mpblog-category-view .post-short-description,.postContentSection .postContent 
    .mpblog-category-view .post-post_content,.postContentSection .postContent 
    .mpblog-post-view .post-short-description,.postContentSection .postContent 
    .mpblog-post-view .post-post_content,.postContentSection .postContent 
    .mpblog-post-index .post-short-description,.postContentSection .postContent 
    .mpblog-post-index .post-post_content {
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .postContentSection .postContent .mpblog-month-view .post-short-description,.postContentSection .postContent 
    .mpblog-month-view .post-post_content,.postContentSection .postContent 
    .mpblog-category-view .post-short-description,.postContentSection .postContent 
    .mpblog-category-view .post-post_content,.postContentSection .postContent 
    .mpblog-post-view .post-short-description,.postContentSection .postContent 
    .mpblog-post-view .post-post_content,.postContentSection .postContent 
    .mpblog-post-index .post-short-description,.postContentSection .postContent 
    .mpblog-post-index .post-post_content {
    margin-top: 2.5rem;
  }
}

.postContentSection .postContent .mpblog-month-view .post-short-description h4,.postContentSection .postContent 
    .mpblog-month-view .post-post_content h4,.postContentSection .postContent 
    .mpblog-category-view .post-short-description h4,.postContentSection .postContent 
    .mpblog-category-view .post-post_content h4,.postContentSection .postContent 
    .mpblog-post-view .post-short-description h4,.postContentSection .postContent 
    .mpblog-post-view .post-post_content h4,.postContentSection .postContent 
    .mpblog-post-index .post-short-description h4,.postContentSection .postContent 
    .mpblog-post-index .post-post_content h4 {
  margin-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.postContentSection .postContent .mpblog-month-view .post-short-description h4:first-child,.postContentSection .postContent 
    .mpblog-month-view .post-post_content h4:first-child,.postContentSection .postContent 
    .mpblog-category-view .post-short-description h4:first-child,.postContentSection .postContent 
    .mpblog-category-view .post-post_content h4:first-child,.postContentSection .postContent 
    .mpblog-post-view .post-short-description h4:first-child,.postContentSection .postContent 
    .mpblog-post-view .post-post_content h4:first-child,.postContentSection .postContent 
    .mpblog-post-index .post-short-description h4:first-child,.postContentSection .postContent 
    .mpblog-post-index .post-post_content h4:first-child {
  margin-top: 0px;
}

.postContentSection .postContent .mpblog-month-view .post-short-description p,.postContentSection .postContent 
    .mpblog-month-view .post-post_content p,.postContentSection .postContent 
    .mpblog-category-view .post-short-description p,.postContentSection .postContent 
    .mpblog-category-view .post-post_content p,.postContentSection .postContent 
    .mpblog-post-view .post-short-description p,.postContentSection .postContent 
    .mpblog-post-view .post-post_content p,.postContentSection .postContent 
    .mpblog-post-index .post-short-description p,.postContentSection .postContent 
    .mpblog-post-index .post-post_content p {
  margin: 0px;
  margin-bottom: 0.5rem;
}

.postContentSection .postContent .mpblog-month-view .post-short-description ul,.postContentSection .postContent 
    .mpblog-month-view .post-post_content ul,.postContentSection .postContent 
    .mpblog-category-view .post-short-description ul,.postContentSection .postContent 
    .mpblog-category-view .post-post_content ul,.postContentSection .postContent 
    .mpblog-post-view .post-short-description ul,.postContentSection .postContent 
    .mpblog-post-view .post-post_content ul,.postContentSection .postContent 
    .mpblog-post-index .post-short-description ul,.postContentSection .postContent 
    .mpblog-post-index .post-post_content ul {
  padding-left: 20px;
}

.postContentSection .postContent .mpblog-month-view .post-short-description ul li,.postContentSection .postContent 
    .mpblog-month-view .post-post_content ul li,.postContentSection .postContent 
    .mpblog-category-view .post-short-description ul li,.postContentSection .postContent 
    .mpblog-category-view .post-post_content ul li,.postContentSection .postContent 
    .mpblog-post-view .post-short-description ul li,.postContentSection .postContent 
    .mpblog-post-view .post-post_content ul li,.postContentSection .postContent 
    .mpblog-post-index .post-short-description ul li,.postContentSection .postContent 
    .mpblog-post-index .post-post_content ul li {
  margin: 0px;
  padding: 0px;
}

.postContentSection .postContent .mpblog-month-view .post-short-description ul li *::marker,.postContentSection .postContent 
    .mpblog-month-view .post-post_content ul li *::marker,.postContentSection .postContent 
    .mpblog-category-view .post-short-description ul li *::marker,.postContentSection .postContent 
    .mpblog-category-view .post-post_content ul li *::marker,.postContentSection .postContent 
    .mpblog-post-view .post-short-description ul li *::marker,.postContentSection .postContent 
    .mpblog-post-view .post-post_content ul li *::marker,.postContentSection .postContent 
    .mpblog-post-index .post-short-description ul li *::marker,.postContentSection .postContent 
    .mpblog-post-index .post-post_content ul li *::marker {
  color: rgb(0 0 0 );
}

.postContentSection .postContent .mpblog-month-view .post-short-description ul li::marker,.postContentSection .postContent 
    .mpblog-month-view .post-post_content ul li::marker,.postContentSection .postContent 
    .mpblog-category-view .post-short-description ul li::marker,.postContentSection .postContent 
    .mpblog-category-view .post-post_content ul li::marker,.postContentSection .postContent 
    .mpblog-post-view .post-short-description ul li::marker,.postContentSection .postContent 
    .mpblog-post-view .post-post_content ul li::marker,.postContentSection .postContent 
    .mpblog-post-index .post-short-description ul li::marker,.postContentSection .postContent 
    .mpblog-post-index .post-post_content ul li::marker {
  color: rgb(0 0 0 );
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content {
  margin-top: 1.25rem;
  max-width: none;
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description h3:first-child,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content h3:first-child,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description h3:first-child,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content h3:first-child,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description h3:first-child,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content h3:first-child,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description h3:first-child,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content h3:first-child {
  margin-top: 0px;
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description h4,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content h4,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description h4,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content h4,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description h4,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content h4,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description h4,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content h4 {
  --tw-text-opacity: 1;
  color: rgb(0 147 163 / var(--tw-text-opacity, 1));
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description h4:first-child,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content h4:first-child,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description h4:first-child,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content h4:first-child,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description h4:first-child,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content h4:first-child,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description h4:first-child,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content h4:first-child {
  margin-top: 0px;
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description p,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content p,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description p,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content p,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description p,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content p,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description p,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content p {
  margin: 0px;
  margin-bottom: 0.5rem;
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description ul,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content ul,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description ul,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content ul,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description ul,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content ul,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description ul,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content ul {
  padding-left: 20px;
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description ul li,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content ul li,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description ul li,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content ul li,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description ul li,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content ul li,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description ul li,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content ul li {
  margin: 0px;
  padding: 0px;
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description ul li *::marker,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content ul li *::marker,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description ul li *::marker,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content ul li *::marker,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description ul li *::marker,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content ul li *::marker,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description ul li *::marker,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content ul li *::marker {
  color: rgb(0 0 0 );
}

.postContentSectionRequest .postContent .mpblog-month-view .post-short-description ul li::marker,.postContentSectionRequest .postContent 
    .mpblog-month-view .post-post_content ul li::marker,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-short-description ul li::marker,.postContentSectionRequest .postContent 
    .mpblog-category-view .post-post_content ul li::marker,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-short-description ul li::marker,.postContentSectionRequest .postContent 
    .mpblog-post-view .post-post_content ul li::marker,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-short-description ul li::marker,.postContentSectionRequest .postContent 
    .mpblog-post-index .post-post_content ul li::marker {
  color: rgb(0 0 0 );
}

.mpblog-month-view .post-short-description,
    .mpblog-month-view .post-post_content,
    .mpblog-category-view .post-short-description,
    .mpblog-category-view .post-post_content,
    .mpblog-post-view .post-short-description,
    .mpblog-post-view .post-post_content,
    .mpblog-post-index .post-short-description,
    .mpblog-post-index .post-post_content {
  max-width: 80%;
}

.mpblog-month-view .mp-sidebar,
    .mpblog-month-view .mpblog-search,
    .mpblog-category-view .mp-sidebar,
    .mpblog-category-view .mpblog-search,
    .mpblog-post-view .mp-sidebar,
    .mpblog-post-view .mpblog-search,
    .mpblog-post-index .mp-sidebar,
    .mpblog-post-index .mpblog-search {
  margin-bottom: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.mpblog-month-view .block-mp-sidebar-heading, .mpblog-category-view .block-mp-sidebar-heading, .mpblog-post-view .block-mp-sidebar-heading, .mpblog-post-index .block-mp-sidebar-heading {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.mpblog-month-view .pager, .mpblog-category-view .pager, .mpblog-post-view .pager, .mpblog-post-index .pager {
  margin-top: 1rem;
}

:root {
  --amsearch-color-text: rgb(173, 203, 61);
  --amsearch-color-highlight: rgb(173, 203, 61);
  --amsearch-color-text: rgb(0, 147, 163);
  --amsearch-color-highlight: rgb(0, 147, 163);
}

.am-request-popup-gdpr a {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.am-request-popup-gdpr a:visited {
  color: rgb(124 58 237 );
}

.am-request-popup-gdpr a:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

/* Custom module styles */

.w-am-latter:nth-child(4n+5) {
  margin-right: 0px;
}

.ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content,
        .ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  top: -0.25rem;
}

.ambrands-brandlist-widget [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  left: 50%;
}

.catalog-product-view .product-info-main .page-title {
  text-align: left;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"], .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] {
  z-index: 30;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content, .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content {
  top: -1rem;
  left: 100%;
  margin-left: 1rem;
  transform: none;
}

.catalog-product-view .product-info-main .order-first [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon, .catalog-product-view .product-info-main > section:first-child [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-icon {
  top: auto;
  left: 100%;
  bottom: 0px;
  transform: none;
}

.catalog-product-view .product-info-main > section:first-child h1.page-title {
  width: 100%;
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.catalog-product-view .product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image {
  max-height: 100%;
  max-width: 100%;
}

[x-data^="initSliderComponent"] [x-data^="amTooltip_"] [x-show="showTooltip"] .amtooltip-content {
  left: 3rem;
}

.product-info-main p.title-font {
  display: block;
}

[data-content-type$="block"] .product-info-main p.title-font p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .product-info-main p.title-font.filter {
}

.product-info-main p.title-font > strong {
  display: none;
}

@media (min-width: 768px) {
  .product-info-main p.title-font > strong {
    display: block;
  }
}

.product-info-main .product-brands-wrapper {
  margin-top: 0.75rem;
}

.product-info-main .product-brands-wrapper .amshopby-option-link {
  margin-right: 0.5rem;
}

.product-info-main .amshopby-option-link {
  margin-bottom: 0.75rem;
}

.product-info-main .amshopby-option-link .brand-title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration-line: underline;
}

.product-info-main .amshopby-option-link .amtooltip-wrapper {
  height: auto;
  width: auto;
}

.product-info-main .amshopby-option-link .amtooltip-wrapper > .amtooltip-inner {
  position: static;
}

.products .amshopby-option-link {
  display: inline-flex;
}

.products .amshopby-option-link .amtooltip-wrapper {
  height: auto;
  width: auto;
}

.products .amshopby-option-link .amtooltip-wrapper > .amtooltip-inner {
  position: static;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amtooltip-content {
  top: auto;
  bottom: 100%;
  transform: none;
}

.products .amshopby-option-link .amtooltip-wrapper [x-show="showTooltip"] .amtooltip-icon {
  left: 2.5rem;
  top: 1.5rem;
}

/*  Styles for slider */

.amslider .swiper-pagination-bullet {
  height: auto;
  width: auto;
  background-color: transparent;
}

.amslider .swiper-pagination-bullet::before {
  margin: 1rem;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 9999px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  content: var(--tw-content);
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-pagination-bullet-active::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.amslider .category-item .category-item-title {
  margin: auto;
}

.amslider .slide .category-item-title,
    .amslider .swiper-slide .swiper-category-item {
  font-size: 1rem;
  line-height: 1.5rem;
}

.amslider .swiper-button-next:after, .amslider .swiper-button-prev:after {
  content: '';
}

.amslider .swiper-button-next.swiper-button-disabled, .amslider .swiper-button-prev.swiper-button-disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  opacity: 1;
}

.children-category .amslider {
  position: relative;
  left: inherit;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3rem;
  margin-right: 3rem;
  display: block;
  width: 100%;
}

[data-content-type$="block"] .children-category .amslider p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .children-category .amslider.filter {
}

.children-category .amslider {
  transform: inherit;
}

.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 80px);
}

.children-category-container .swiper-wrapper {
  align-items: baseline;
}

.amslider .slide .category-item {
  position: relative;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0.625rem;
}

.amslider .slide .category-item:hover {
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .slide .category-item:active {
  position: relative;
  z-index: 10;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding: 0.625rem;
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .slide .category-item.category-item-label img {
  margin-bottom: 1.5rem;
}

.amslider .swiper-slide .swiper-category-item {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
}

.amslider .swiper-slide .swiper-category-item:hover {
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-slide .swiper-category-item:active {
  margin: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 3px 3px 4px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 3px 3px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amslider .swiper-slide .swiper-category-item img {
  height: auto;
}

.amslider .swiper-slide .swiper-category-item.category-item-label img {
  margin-bottom: 1.5rem;
}

.amslider .swiper-slide .swiper-category-item:not(:root:root), .amslider .swiper-slide .ambrands-swiper-brand:not(:root:root), .amslider .swiper-slide .category-item:not(:root:root) {
  padding: 0.625rem;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand,
    .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}

/* Custom module styles */

.filter-content .items.-am-singleselect .item > .filter-row > input[type='radio'], .filter-content .items.amshopby-fly-out-view .item > .filter-row > input[type='radio'] {
  display: none;
}

.filter-content .items.-am-singleselect .item .items-children .count, .filter-content .items.amshopby-fly-out-view .item .items-children .count {
  margin-left: 0.25rem;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a img, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a img {
  margin-top: 2px;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .label, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .label {
  margin-right: 0.25rem;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .count, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .count {
  margin-left: auto;
}

.filter-content .items.-am-singleselect .item .items-children .category-filter-row a .count.fly-out-count, .filter-content .items.amshopby-fly-out-view .item .items-children .category-filter-row a .count.fly-out-count {
  margin-left: 0px;
}

.filter-content .items.am-labels-folding.is-by-click button.filter-options-title {
  position: absolute;
  top: 5px;
  left: 0px;
}

.filter-content .tooltip-wrapper > div > div > div {
  transform: translate(-20%, -100%);
}

.filter-content .tooltip-wrapper div span {
  display: block;
}

[data-content-type$="block"] .filter-content .tooltip-wrapper div span p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .filter-content .tooltip-wrapper div span.filter {
}

.filter-content .tooltip-wrapper div span {
  white-space: break-spaces;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option.amshopby-link-selected .am-swatch-image {
  border-color: transparent;
  --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(3px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
}

.filter-content .swatch-attribute .swatch-attribute-options .swatch-option .am-swatch-image img {
  vertical-align: inherit;
}

.amshopby-remove-item .am-swatch-image {
  min-width: 40px;
  border-width: 1px;
}

.amshopby-remove-item .am-swatch-image:hover {
  border-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --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(3px + 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-color: rgb(30 126 168 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 0.5;
  box-shadow: none;
}

.amshopby-remove-item .am-swatch-image img {
  vertical-align: inherit;
}

.amasty-catalog-topnav .amshopby-fromto-wrap {
  min-width: 250px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  padding-left: 0px;
  padding-right: 0px;
}

.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget .amshopby-input-wrapper {
  max-width: 100px;
}

.filter-options-content .-am-overflow::-webkit-scrollbar-track,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-track {
  border-radius: 9999px;
}

.filter-options-content .-am-overflow::-webkit-scrollbar,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.filter-options-content .-am-overflow::-webkit-scrollbar-thumb,
    .filter-options-content .am-filter-items-category_ids::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
  background-clip: content-box;
}

#html-body.-amshopby-sticky .columns {
  position: relative;
}

#html-body.-amshopby-sticky .columns > .sidebar-main {
  position: sticky;
  top: 0px;
  z-index: 20;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-track {
  border-radius: 9999px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar {
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .filter-content::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
  background-clip: content-box;
  color: red;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px !important;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute > div[class^='absolute'] {
  transform: translate(28px, 5px);
}

.catalog-product-view .amshopby-option-link img:not([src*='resized/']) {
  max-height: 30px;
  max-width: 30px;
}

.product-info-main > section:first-child h1.page-title {
  width: 100%;
}

.product-info-main > section:first-child .amshopby-option-link {
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.product-info-main > section:first-child .amshopby-option-link div[x-show="showTooltip"] .am-brand-image {
  max-height: 100%;
  max-width: 100%;
}

/* Custom slider styles */

.amshopby-fromto-wrap input.am-filter-price::-webkit-outer-spin-button,
    .amshopby-fromto-wrap input.am-filter-price::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amshopby-slider-container .noUi-handle::after, .amshopby-slider-container .noUi-handle::before {
  display: none;
}

.amshopby-slider-container .noUi-horizontal .noUi-tooltip {
  bottom: 130%;
}

.amshopby-slider-container .noUi-tooltip {
  pointer-events: none;
  border-radius: 0.25rem;
  border-style: none;
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-color: inherit;
  background-color: inherit;
}

.amshopby-slider-container .noUi-tooltip:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  height: 0px;
  width: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid;
  border-top-color: inherit;
}

.amshopby-slider-container .noUi-handle {
  border-style: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container .noUi-handle:hover .noUi-tooltip {
  opacity: 1;
}

.amshopby-slider-container .noUi-target {
  border-style: none;
}

/*default*/

.amshopby-slider-container.-default .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-default .noUi-target {
  height: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-default .noUi-handle {
  top: -3px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-default .noUi-tooltip {
  background-color: transparent;
  color: transparent;
}

.amshopby-slider-container.-default .noUi-tooltip:after {
  border-color: transparent;
}

/*improved*/

.amshopby-slider-container.-improved .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-improved .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(218 218 218 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-improved .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-improved .noUi-handle {
  top: -6px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/*volumetric gradient*/

.amshopby-slider-container.-volumetric .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-volumetric .noUi-target {
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 221 / var(--tw-bg-opacity, 1));
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-volumetric .noUi-handle {
  top: 0.75rem;
  right: -0.25rem;
  height: 0.75rem;
  width: 0.5rem;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -0.25rem;
  margin-top: -0.5rem;
  display: block;
  height: 0px;
  width: 0px;
}

[data-content-type$="block"] .amshopby-slider-container.-volumetric .noUi-handle p:last-child:before {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .amshopby-slider-container.-volumetric .noUi-handle.filter:before {
}

.amshopby-slider-container.-volumetric .noUi-handle:before {
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
  border-bottom: 4px solid;
  border-bottom-color: inherit;
}

.amshopby-slider-container.-volumetric .noUi-horizontal .noUi-tooltip {
  margin-bottom: 1rem;
}

/*light*/

.amshopby-slider-container.-light .noUi-connect {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
}

.amshopby-slider-container.-light .noUi-target {
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(223 222 221 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-light .noUi-handle {
  top: -7px;
  right: -0.5rem;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-light .noUi-handle:not(:hover) {
  border-color: #dfdedd !important;
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity, 1));
}

.amshopby-slider-container.-light .noUi-horizontal .noUi-tooltip:after {
  margin-left: -0.25rem;
  margin-top: -2px;
  height: 6px;
  width: 6px;
  transform-origin: center;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(223 222 221 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/*dark*/

.amshopby-slider-container.-dark .noUi-target {
  height: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 73 72 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

.amshopby-slider-container.-dark .noUi-handle {
  top: -6px;
  right: -5px;
  height: 15px;
  width: 10px;
  cursor: pointer;
  border-radius: 0.125rem;
  border-width: 0px;
}

.amshopby-slider-container.-dark .noUi-horizontal .noUi-tooltip {
  margin-bottom: 0.25rem;
}

/* categories widget styles */

.amwidget-children-categories .amslider .slide {
  max-width: 30%;
  flex-basis: 33.333333%;
}

@media (min-width: 768px) {
  .amwidget-children-categories .amslider .slide {
    max-width: none;
    flex-basis: auto;
  }
}

/* Custom module styles */

.amsearch-related-terms {
  margin-top: 1rem;
}

.amsearch-related-terms .amsearch-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.amsearch-related-suggestions,
.amsearch-related-recommendations {
  margin-top: 1rem;
}

.amsearch-related-suggestions .title, .amsearch-related-recommendations .title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.amtitles .amtitle {
  min-width: 45%;
}

@media (min-width: 768px) {
  .amtitles .amtitle {
    min-width: unset
  }
}

.amtitles .amtitle.active {
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.amtitles .amtitle.active {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.text-sm.leading-tight.amtitles .amtitle.active + svg {
  right: -2rem;
}

.amtitles .amtitle.active .amsearch-results-icon {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.amcontents .amcontent {
  animation-duration: 0.45s;
  animation-fill-mode: both;
  animation-name: slideIn;
}

.amcontents .amcontent .amsearch-item {
  margin-bottom: 0.25rem;
}

.amcontents .amcontent .amsearch-item .amsearch-link {
  font-weight: 700;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform:translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

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

.amsearch-container .amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}

.amsearch-container .card-interactive {
  background-color: var(--amsearch-color-background, rgb(255 255 255/var(--tw-bg-opacity)));
}

.amsearch-container .card-interactive:hover {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .card-interactive:focus {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}

.amsearch-container .amsearch-product-name,
    .amsearch-container .am-search-view-all a {
  color: var(--amsearch-color-text, #3ac39c);
}

.amsearch-container .amsearch-product-name:hover, .amsearch-container .am-search-view-all a:hover {
  color: var(--amsearch-color-text-hover, #3ac39c);
}

.amsearch-container .amsearch-product-name:focus, .amsearch-container .am-search-view-all a:focus {
  color: var(--amsearch-color-text-focus, #3ac39c);
}

.am-search-item-list a:not(.reviews-link) {
  color: var(--amsearch-color-text, #3ac39c);
}

.am-search-item-list a:not(.reviews-link):hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-text-hover, #3ac39c);
}

.am-search-item-list a:not(.reviews-link):focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}

#search_mini_form .product-item a:not(.reviews-link) {
  color: var(--amsearch-color-text, rgba(59, 130, 246, 0.8));
}

#search_mini_form .product-item a:not(.reviews-link):hover {
  color: var(--amsearch-color-hover-text-hover, rgba(59, 130, 246, 1));
}

#search_mini_form .product-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
}

.amtabs-wrapper .amcontent a:not(.product-item-link) {
  color: #1979c2;
}

.amtabs-wrapper .amcontent a:not(.product-item-link):hover {
  text-decoration: underline;
}

.am-search-content {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-content:not(.am-search-horizontal-view) {
    width: calc(100% - 283px)
  }

  .am-search-content.am-search-sidebar-disabled {
    width: 100%
  }
}

.am-search-sidebar {
  width: 100%;
}

@media (min-width: 768px) {
  .am-search-sidebar:not(.am-search-horizontal-view) {
    max-width: 283px
  }
}

.am-custom-search-button {
  background: var(--amsearch-color-search_button, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text, #fff);
}

.am-custom-search-button:hover {
  background: var(--amsearch-color-search_button-hover, rgba(59, 130, 246, 1));
  color: var(--amsearch-color-search_button_text-hover, #fff);
}

.am-custom-search-button:focus {
  background: var(--amsearch-color-search_button-hover, #f4f5fa);
  color: var(--amsearch-color-search_button_text-hover, #3ac39c);
}

/* Custom module styles */

#header .navigation {
  z-index: 10;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#header .navigation.text-sm.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20#header .navigation.text-sm.leading-tight.text-black + svg {
  right: -2rem;
}

.product-item.list-view {
  width: 100%;
}

.product-item.list-view:nth-child(even) {
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .product-item.list-view {
    width: 48%
  }

  .product-item.list-view:nth-child(even) {
    margin-right: 1.25rem;
  }
}

/* Custom styles for installed hyva ui module */

/* TODO: Possible it will needs to change selector for header type after it is configured in Admin    */

#header.a-header-type #search-content {
  z-index: 110;
}

@media (min-width: 768px) {
  #header.a-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.a-header-type #menu-search-icon {
  display: inline-block;
}

#header.a-header-type #header-notification {
  z-index: 9;
}

#header.a-header-type #search_mini_form button[type="submit"][disabled] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
  opacity: 1;
}

@media (min-width: 768px) {
  #header.b-header-type #search-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type {
  position: absolute;
  left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}

#header.c-header-type [x-ref="searchContainerDesktop"].c-header-type [x-ref="searchForm"] {
  max-width: none;
}

.column.main.a-header-type section {
  z-index: 8;
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

.table-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  /* Ensure the loader appears on top of other elements */
}

/* Style your SVG animation here */

.lds-ripple {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.table-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* Adjust opacity as needed */
  z-index: 999;
  /* Ensure the overlay appears on top of other elements */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* a.action.primary.add.btn.btn-primary {
    display: inline-block;
} */

/* Customize the loader animation as needed */

/* For example, you can define keyframes for the animation */

@keyframes lds-ripple {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.form-servicecall table .sorting {
  cursor: pointer;
  position: relative;
}

.form-servicecall table .sorting:after,
    .form-servicecall table .sorting:before {
  position: absolute;
  bottom: 0.55em;
  display: block;
  opacity: 0.4;
  right: 1rem;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1.5rem;
}

.form-servicecall table .sorting:before {
  content: "\f0de";
}

.form-servicecall table .sorting:after {
  content: "\f0dd";
}

.form-servicecall table .sorting.active.asc:before,
    .form-servicecall table .sorting.active:not(.asc):after {
  opacity: 1;
}

.form-servicecall .ui-helper-hidden-accessible {
  display: none;
}

.form-servicecall .itemname .control,
    .form-servicecall .serialnumber .control {
  position: relative;
}

.form-servicecall .itemname .control .loader, .form-servicecall .serialnumber .control .loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 6px;
}

.form-servicecall .autocomplete-list {
  background-color: #f5f5f5;
  position: absolute;
  z-index: 100;
  max-height: 140px;
  overflow-y: auto;
}

.form-servicecall .autocomplete-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #c2c2c2;
}

.form-servicecall .autocomplete-list ul li {
  padding: 4px 12px;
  margin-bottom: 0;
}

.form-servicecall .autocomplete-list ul li:focus,
    .form-servicecall .autocomplete-list ul li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.servicecall .actions-toolbar {
  margin-bottom: 20px;
}

.servicecall .pagination {
  display: flex;
  justify-content: space-between;
}

.form-servicecall .flex-autocomplete {
  display: flex;
  justify-content: space-between;
}

.form-servicecall .flex-autocomplete .field.serialnumber {
  flex-grow: 2;
  margin-right: 20px;
}

.form-servicecall .flex-autocomplete .field.itemname {
  flex-grow: 2;
}

.form-servicecall .flex-information {
  display: flex;
  justify-content: space-between;
}

.form-servicecall .flex-information .field.type {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 20px;
}

.form-servicecall .flex-information .field.period {
  flex-grow: 1;
  flex-basis: 0;
}

.form-servicecall .field {
  margin-bottom: 20px;
  letter-spacing: normal;
}

.form-servicecall label {
  margin: 0 0 8px;
  display: inline-block;
}

.form-servicecall label span {
  font-weight: 600;
}

.form-servicecall .fieldset .field.required .label:after,
    .form-servicecall .fieldset .fields .field.required .label:after,
    .form-servicecall .fieldset .field._required .label:after,
    .form-servicecall .fieldset .fields .field._required .label:after {
  content: "*";
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}

.form-servicecall .autocomplete-list {
  background-color: #f5f5f5;
  position: absolute;
  z-index: 100;
  max-height: 140px;
  overflow: auto;
}

.form-servicecall .autocomplete-list ul {
  padding: 0;
  list-style-type: none;
}

.form-servicecall .autocomplete-list ul li {
  padding: 8px;
  cursor: pointer;
}

.form-servicecall .autocomplete-list ul li:hover {
  background-color: #e0e0e0;
}

.form-servicecall .flex-autocomplete.flex .control {
  position: relative;
}

.form-servicecall .flex-autocomplete.flex img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

.form-servicecall .field-error-message {
  color: #f44336;
}

[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
  display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
  display: none;
}

[wire\:offline] {
  display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
  display: none;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  animation-duration: 50000s;
  animation-name: livewireautofill;
}

@keyframes livewireautofill {
  from {
  }
}

#livewire-error iframe {
  background-color: rgb(255 255 255) !important;
  border-radius: 0.375rem !important;
  padding: 0.75rem 1rem !important;
}

#hyva-checkout-main div.required > label > span {
  position: relative;
}

#hyva-checkout-main div.required > label > span:after {
  content: '*';
  position: absolute;
  right: -0.75rem;
  top: -0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1))
}

#hyva-checkout-main .breadcrumbs .item {
  display: inline-flex;
  align-items: center;
}

#hyva-checkout-main .breadcrumbs .item.active > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

#hyva-checkout-main .breadcrumbs .item.active {
  font-weight: 700;
}

#hyva-checkout-main .breadcrumbs .item.locked {
  cursor: not-allowed;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

#hyva-checkout-main .breadcrumbs .item.completed {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

#hyva-checkout-main [x-cloak] {
  display: none !important;
}

#hyva-checkout-main #quote-summary > .price-summary > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

#hyva-checkout-main #quote-summary > .price-summary {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

#hyva-checkout-main {
  display: flex;
  flex-direction: column;
}

.form-servicecall .flex-autocomplete#hyva-checkout-main .control {
  position: relative;
}

.form-servicecall .flex-autocomplete#hyva-checkout-main img.loader {
  width: 20px;
  position: absolute;
  right: 5px;
  top: 20px;
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-component {
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.mollie-component.is-invalid {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.mollie-card-component {
  margin-bottom: 0.5rem;
}

.mollie-card-component__error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mollie-card-component__error.leading-tight.text-black {
  left: 1.25rem;
  max-width: 200px;
}

#html-body.-amshopby-sticky .columns > .sidebar-main .swatch-attribute .min-w-20.z-10.mollie-card-component__error.leading-tight.text-black + svg {
  right: -2rem;
}

.btn.btn-primary.apple-pay-button {
  font-size: 0 !important;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.top-container .hover\:shadow-sm:hover.breadcrumbs.bg-container-lighter {
  box-shadow: none !important;
}

@media (min-width: 640px) {
  form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.sm\:ml-2.inline {
    display: none;
  }
}

@media (min-width: 768px) {
  .products.products-grid > .md\:grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  @media (min-width: 1024px) {
    .products.products-grid > .md\:grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 1536px) {
    .products.products-grid > .md\:grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

@media (min-width: 1024px) {
  form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.lg\:ml-2.inline {
    display: none;
  }

  form.product-item
        .product-info
        .product-list-info
        .productBtns
        > button:first-child
        span.lg\:inline.ml-2 {
    display: none;
  }

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

  @media (min-width: 1024px) {
    .products.products-grid > .lg\:grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 1536px) {
    .products.products-grid > .lg\:grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

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

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

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

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

.after\:bottom-\[-1px\]::after {
  content: var(--tw-content);
  bottom: -1px;
}

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

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

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

.after\:-z-10::after {
  content: var(--tw-content);
  z-index: -10;
}

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

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

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

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:w-2\/3::after {
  content: var(--tw-content);
  width: 66.666667%;
}

.after\:w-\[240px\]::after {
  content: var(--tw-content);
  width: 240px;
}

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

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

.after\:bg-gray-300::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.after\:bg-transparent::after {
  content: var(--tw-content);
  background-color: transparent;
}

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

.after\:bg-gradient-to-r::after {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.after\:from-zinc-50::after {
  content: var(--tw-content);
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:via-zinc-50::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.after\:to-zinc-50\/20::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(250 250 250 / 0.2) var(--tw-gradient-to-position);
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.first\:border-l-white:first-child {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

.last\:border-r-white:last-child {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

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

.last\:after\:bg-transparent:last-child::after {
  content: var(--tw-content);
  background-color: transparent;
}

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.visited\:text-purple-600:visited {
  color: rgb(124 58 237 );
}

.invalid\:ring-2:invalid {
  --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);
}

.invalid\:ring-red-500:invalid {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within {
  --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-within\:ring-4:focus-within {
  --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(4px + 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);
}

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

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(0 147 163 / 0.1);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-zinc-500:hover {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:z-10:focus {
  z-index: 10;
}

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

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

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

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

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

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

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.active\:ring-0:active {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

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

.group:hover .group-hover\:bg-distriblue {
  --tw-bg-opacity: 1;
  background-color: rgb(30 126 168 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-districompany {
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 163 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.aria-\[current\=page\]\:underline[aria-current="page"] {
  text-decoration-line: underline;
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.prose-p\:mt-0 :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 0px;
}

.prose-li\:m-0 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin: 0px;
}

.prose-li\:p-0 :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding: 0px;
}

@media (max-width: 1023px) {
  .max-\[1023px\]\:block {
    display: block;
  }
}

@media (min-width: 640px) {
  .sm\:order-1 {
    order: 1;
  }

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

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

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

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

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

  .sm\:mr-1\.5 {
    margin-right: 0.375rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:max-h-\[170px\] {
    max-height: 170px;
  }

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

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

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:border-r {
    border-right-width: 1px;
  }

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

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

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

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

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 0.375rem;
  }

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

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

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

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

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

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

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

  .md\:w-2\/5 {
    width: 40%;
  }

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

  .md\:w-24 {
    width: 6rem;
  }

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

  .md\:w-3\/5 {
    width: 60%;
  }

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

  .md\:w-6 {
    width: 1.5rem;
  }

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

  .md\:w-\[50vw\] {
    width: 50vw;
  }

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

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

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

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

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

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

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

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

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

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

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

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pl-16 {
    padding-left: 4rem;
  }

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

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

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

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

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

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

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

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

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

  .lg\:float-right {
    float: right;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-24 {
    width: 6rem;
  }

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

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-56 {
    width: 14rem;
  }

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

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

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

  .lg\:table-auto {
    table-layout: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

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

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-0 {
    bottom: 0px;
  }

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

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

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

  .xl\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

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

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

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

  .xl\:flex {
    display: flex;
  }

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

  .xl\:max-h-\[240px\] {
    max-height: 240px;
  }

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

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

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

  .xl\:w-\[48\%\] {
    width: 48%;
  }

  .xl\:grow {
    flex-grow: 1;
  }

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

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

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

  .xl\:gap-11 {
    gap: 2.75rem;
  }

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

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

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

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

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

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

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .\32xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }
}
