/* purgecss start ignore */

/* purgecss start ignore */

/* ! tailwindcss v3.2.4 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--default-font-family), Helvetica Neue, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],[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, [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;
}

::-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] {
  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");
}

[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");
}

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

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

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

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

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

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

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

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

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

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

.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([class~="lead"]):not(:where([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"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

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

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

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

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

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

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

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

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

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

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

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

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

.prose :where(hr):not(:where([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"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

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

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

.prose :where(h1):not(:where([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"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([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"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([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"] *))::before {
  content: none;
}

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

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

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

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([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"] *)) {
  border-bottom-width: 0;
}

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

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

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

.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-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-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(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

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

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

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

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

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

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

.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

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

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

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

.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

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

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

.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

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

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

.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}

.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}

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

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

.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}

.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}

.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}

.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@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;
  flex-shrink: 0;
}

.btn span {
  vertical-align: middle;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.btn:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.btn-primary {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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 {
  background-color: var(--color-primary-darker);
}

.btn-secondary {
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--default-title-color);
}

.btn-secondary:hover {
  border-color: var(--default-border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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;
}

.checkout-section-bg {
  border-radius: var(--border-radius-checkout);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {
  .checkout-section-bg {
    padding: 2.5rem;
  }
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@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;
  flex-shrink: 0;
}

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

.actions-toolbar .primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.actions-toolbar .primary button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.actions-toolbar .primary button {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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 {
  background-color: var(--color-primary-darker);
}

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

.hyva_checkout-index-index .actions-toolbar .primary button.btn-primary {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.hyva_checkout-index-index .actions-toolbar .primary button.btn-primary:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index .actions-toolbar .primary button.btn-primary {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px !important;
}

.hyva_checkout-index-index .btn.actions-toolbar .primary button {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.hyva_checkout-index-index .btn.actions-toolbar .primary button:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index .btn.actions-toolbar .primary button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px !important;
}

.actions-toolbar .primary button {
  border-radius: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  background-color: var(--pink-color);
}

.actions-toolbar .primary button:hover {
  background-color: var(--color-primary);
}

.hyva_checkout-index-index .actions-toolbar .primary button.btn-primary {
  background-color: var(--pink-color) !important;
}

.hyva_checkout-index-index .actions-toolbar .primary button.btn-primary:hover {
  background-color: var(--color-primary) !important;
}

.hyva_checkout-index-index .btn.actions-toolbar .primary button {
  background-color: var(--pink-color) !important;
}

.hyva_checkout-index-index .btn.actions-toolbar .primary button:hover {
  background-color: var(--color-primary) !important;
}

.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));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.payment-method-note {
  margin-bottom: 1rem;
  display: inline-block;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
}

@media (min-width: 768px) {
  .payment-method-note {
    width: 91.666667%;
  }
}

.pp-card-cvv input {
  box-sizing: content-box;
  width: 10ch;
}

.pp-card-number input {
  box-sizing: content-box;
  width: 100%;
}

@media (min-width: 640px) {
  .pp-card-number input {
    width: 16ch;
  }
}

.pp-number-input::-webkit-outer-spin-button,
        .pp-number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

:root {
  --bmx-primary: #fb3003;
  --bmx-border: #ebebeb;
  --bmx-link: #203656;
  --bmx-link-hover: #4e678a;
  --bmx-subdued: #8f9bad;
  --bmx-gradient: linear-gradient(to right, #fb3003 0%, #ffa387 100%);
}

.bmx\:card {
  border-radius: 0.25rem;
  padding: 1.5rem;
  border: 1px solid var(--bmx-border);
  background: #ffffff;
}

.bmx\:card-title {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.bmx\:card-title::after {
  margin-top: 0.5rem;
  content: '';
  display: block;
  width: 26px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='6' viewBox='0 0 26 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3_15)'%3E%3Crect width='26' height='6' fill='white'/%3E%3Ccircle cx='3' cy='3' r='3' fill='%23FB3003'/%3E%3Ccircle cx='13' cy='3' r='3' fill='%23FD876D'/%3E%3Ccircle cx='23' cy='3' r='3' fill='%23FED4CA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3_15'%3E%3Crect width='26' height='6' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.bmx\:link {
  color: var(--bmx-link);
  text-decoration: none;
}

.bmx\:link:hover {
  color: var(--bmx-link-hover);
  text-decoration: none;
}

.bmx\:text-subdued {
  color: var(--bmx-subdued);
}

.bmx\:list-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.bmx\:list-inline li {
  display: flex;
  align-items: center;
}

.bmx\:list-inline li::after {
  content: "";
  display: inline-block;
  background-color: var(--bmx-primary);
  border-radius: 50%;
  margin-left: .75rem;
  height: 3px;
  vertical-align: middle;
  position: relative;
  width: 3px;
}

.bmx\:list-inline li:last-child::after {
  display: none;
}

.bmx\:thumb::after {
  content: "";
  background: var(--bmx-link);
  display: block;
  height: 100%;
  left: 0;
  opacity: .6;
  top: 0;
  position: absolute;
  width: 100%;
}

.bmx\:category-badge {
  background: var(--bmx-gradient);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  border-radius: 25px;
  display: inline-block;
  padding: 6px 11px;
  background-size: 200% auto;
}

.bmx\:number {
  --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);
  content: '';
  color: #fff;
  display: block;
  border: solid 2px #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  line-height: 20px;
  left: -12px;
  text-align: center;
  top: -12px;
  position: absolute;
  width: 24px;
  background: var(--bmx-gradient);
  z-index: 1;
}

.bmx\:hr {
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  background: var(--bmx-border);
  background: linear-gradient(to left, var(--bmx-border) 0%, transparent 100%)
}

.bmx\:content h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.bmx\:content h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.bmx\:content p, .bmx\:content li, .bmx\:content img {
  margin-bottom: 1rem;
}

.bmx\:content ul {
  padding-left: 2rem;
  list-style: disc;
}

.bmx\:min-h-250 {
  min-height: 250px;
}

.bmx\:mask {
  background-color: var(--bmx-subdued);
}

#category-view-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.catalog-category-view .homepage-blog-slider-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 1536px;
  }
}

.catalog-category-view .homepage-blog-slider-container {
  max-width: 480px;
}

@media (min-width: 480px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 640px;
  }
}

@media (min-width: 640px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 1024px;
  }
}

@media (min-width: 1024px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .catalog-category-view .homepage-blog-slider-container {
    max-width: 1392px;
  }
}

.catalog-category-view .mst-seo-content__description {
  margin-bottom: 1rem;
}

.category-description {
  max-width: 56rem;
}

@media not all and (min-width: 1024px) {
  .category-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.category-description p, .category-help-links p {
  margin-bottom: 1.5rem;
}

.category-description ol:not(.pages-items), .category-help-links ol:not(.pages-items) {
  list-style-type: decimal;
}

.category-description ul, .category-help-links ul {
  list-style-type: disc;
}

.category-description ul, .category-description ol, .category-help-links ul, .category-help-links ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.category-description ul li, .category-description ol li, .category-help-links ul li, .category-help-links ol li {
  margin-bottom: 0.5rem;
}

.category-description ul.store-switcher-selector, .category-description ol.store-switcher-selector, .category-help-links ul.store-switcher-selector, .category-help-links ol.store-switcher-selector {
  list-style-type: none;
}

.category-description ul li::marker, .category-description ol li::marker, .category-help-links ul li::marker, .category-help-links ol li::marker {
  padding-left: 1.5rem;
}

.category-description table, .category-help-links table {
  margin-bottom: 1.5rem;
}

.category-description table tr td, .category-help-links table tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 2;
}

.category-description img, .category-help-links img {
  display: inline;
}

.toolbar-products {
  display: none;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem;
}

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

.toolbar-products .toolbar-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--default-title-color);
}

.toolbar-products .toolbar-sorter .sorter-options {
  background-image: none;
}

.pages .pages-item-next {
  margin-left: 1.5rem;
}

.pages .pages-item-previous {
  margin-right: 1.5rem;
}

#active-filtering-content .item {
  margin-bottom: 1rem;
}

#active-filtering-content .filter-label {
  font-weight: 600;
}

#active-filtering-heading button:focus-visible {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: transparent;
}

.filter-options-content .item {
  margin-bottom: 1rem;
}

.catalog-top-usp-container {
  margin-bottom: 1rem;
  border-color: var(--default-border-color);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: -0.05em;
}

@media (min-width: 640px) {
  .catalog-top-usp-container {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0em;
  }
}

@media (min-width: 768px) {
  .catalog-top-usp-container {
    border-bottom-width: 1px;
    padding-bottom: 1rem;
  }
}

.catalog-top-usp-container ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  row-gap: 0.5rem;
}

@media not all and (min-width: 1024px) {
  .catalog-top-usp-container ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .catalog-top-usp-container ul {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.catalog-top-usp-container li {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

@media (min-width: 640px) {
  .catalog-top-usp-container li {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}

.catalog-top-usp-container svg {
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  color: var(--color-primary);
}

#cookie-bar-modal div.catalog-top-usp-container svg {
  color: var(--default-text-color);
}

@media (min-width: 640px) {
  .catalog-top-usp-container svg {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.products-grid .catalog.usp-container {
  position: relative;
  order: 0;
  overflow-x: auto;
  scrollbar-color: var(--default-gray-color) transparent;
  scrollbar-width: thin;
  scrollbar-color: #ffffff #ffffff;
}

.products-grid .catalog.usp-container:hover {
  scrollbar-color: var(--default-gray-color) #ffffff;
}

.products-grid .catalog.usp-container ul li {
  position: relative;
  left: auto;
  margin-right: 1.5rem;
  overflow: visible;
}

.products-grid .catalog.usp-container ul li:last-child {
  margin-right: 0px;
  padding-right: 1.5rem;
}

@media (min-width: 1280px) {
  .products-grid .catalog.usp-container ul li {
    margin-right: 2.5rem;
  }
}

.price-including-tax + .price-excluding-tax {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

.cart-summary-payment-icons {
  padding-top: 1.5rem;
}

.cart-summary-payment-icons ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .cart-bottom-mobile.footer-usp-container {
    display: none;
  }
}

.cart-bottom-mobile.footer-usp-container ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.cart-bottom-mobile.footer-usp-container li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cart-bottom-mobile.footer-usp-container li svg {
  flex-shrink: 0;
}

.cart-totals * {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.checkout-cart-index .product-slider-container .block-products-list {
  margin-bottom: 1rem;
}

.checkout-cart-index .footer.content .footer-newsletter-background {
  padding-top: 1rem;
}

.cart-empty {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .cart-empty {
    margin-bottom: 3rem;
  }
}

#customer-login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    flex-direction: row;
  }
}

/**
 * different styles can be found at https://tailwindcss-forms.vercel.app/
 **/

.form-input,
.form-email,
.form-select,
.form-multiselect,
.form-textarea {
  min-height: 44px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--default-border-color);
  --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);
}

.form-input:focus, .form-email:focus, .form-select:focus, .form-multiselect:focus, .form-textarea:focus {
  border-color: var(--color-primary);
  --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: var(--color-primary);
  --tw-ring-opacity: 0.5;
}

.form.contact .g-recaptcha {
  padding: 0.5rem;
}

.page.messages {
  position: sticky;
  top: 0px;
  z-index: 20;
}

.page.messages .messages
    section#messages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .page.messages .messages
    section#messages {
    max-width: 480px;
  }
}

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

.page.messages .messages
    section#messages {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  max-width: 480px;
}

@media (min-width: 480px) {
  .page.messages .messages
    section#messages {
    max-width: 640px;
  }
}

@media (min-width: 640px) {
  .page.messages .messages
    section#messages {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .page.messages .messages
    section#messages {
    max-width: 1024px;
  }
}

@media (min-width: 1024px) {
  .page.messages .messages
    section#messages {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .page.messages .messages
    section#messages {
    max-width: 1392px;
  }
}

.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(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  padding-left: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --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);
}

.message.error {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.message.success {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.message.info,
    .message.notice {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.message.warning {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

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

.message a:hover {
  text-decoration-line: none;
}

.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 {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

@media (min-width: 1280px) {
  .product-item .price-container .price {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.product-item .price-container .price-label {
  display: none;
}

.product-item .price-box {
  margin-right: 0.5rem;
  display: flex;
  gap: 1rem;
}

@media not all and (min-width: 640px) {
  .product-item .price-box {
    margin-bottom: 1rem;
  }
}

.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(156 163 175 / var(--tw-text-opacity));
}

.product-item .old-price .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-decoration-line: line-through;
}

@media (min-width: 1280px) {
  .product-item .old-price .price-container .price {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.catalog-product-view .page-main {
  margin-bottom: 0px;
}

.catalog-product-view .columns {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.catalog-product-view .addtocart-loader-icon {
  height: 1.5rem;
  width: 1.5rem;
}

.catalog-product-view .sticky-add-to-cart .price-container {
  align-items: center;
}

.catalog-product-view .sticky-add-to-cart .price-container *:not(.label) {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.catalog-product-view #product_addtocart_form {
  margin-bottom: 0px;
}

.catalog-product-view .price-container {
  display: flex;
  font-size: 32px;
}

.pdp-simplebundle-pic {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pdp-simplebundle-pic .product-image-container img {
  height: 152px;
  width: 152px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.pdp-product-sections {
  position: relative;
}

.pdp-product-sections:before {
  position: absolute;
  left: 50%;
  z-index: -10;
  height: 100%;
  width: 100vw;
  --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));
  background-color: var(--color-gray-light);
  --tw-content: '';
  content: var(--tw-content);
}

.pdp-product-sections .reviews-container {
  padding-left: 0px;
  padding-right: 0px;
}

.pdp-white-container {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.pdp-white-container:before {
  position: absolute;
  left: 50%;
  z-index: -10;
  height: 100%;
  width: 100vw;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

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

@media (min-width: 480px) {
  .reviews-container {
    max-width: 480px;
  }
}

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

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

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

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

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

.reviews-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 480px;
}

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

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

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

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

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

@media (min-width: 1024px) {
  .reviews-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.pdp-payment-icons {
  border-bottom-width: 2px;
  border-color: var(--color-primary);
  padding-bottom: 1.5rem;
}

.pdp-payment-icons ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pdp-usp-container {
  display: none;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .pdp-usp-container {
    display: block;
  }
}

.pdp-usp-container ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.pdp-usp-container ul li {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  white-space: nowrap;
}

.pdp-usp-container ul li:last-child {
  display: none;
}

.product-description-wrapper,
.mst-seo-content__description {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .product-description-wrapper,
.mst-seo-content__description {
    margin-bottom: 3rem;
  }
}

.product-description-wrapper p, .mst-seo-content__description p {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .product-description-wrapper p, .mst-seo-content__description p {
    margin-bottom: 1.5rem;
  }
}

.product-description-wrapper ol, .mst-seo-content__description ol {
  list-style-position: inside;
  list-style-type: decimal;
  line-height: 2;
}

.product-description-wrapper ul, .mst-seo-content__description ul {
  list-style-position: inside;
  list-style-type: disc;
  line-height: 2;
}

.product-description-wrapper ul li, .product-description-wrapper ol li, .mst-seo-content__description ul li, .mst-seo-content__description ol li {
  margin-bottom: 0.5rem;
}

.product-description-wrapper ul.store-switcher-selector, .product-description-wrapper ol.store-switcher-selector, .mst-seo-content__description ul.store-switcher-selector, .mst-seo-content__description ol.store-switcher-selector {
  list-style-type: none;
}

.product-description-wrapper ul li::marker, .product-description-wrapper ol li::marker, .mst-seo-content__description ul li::marker, .mst-seo-content__description ol li::marker {
  padding-left: 1rem;
}

.product-description-wrapper table, .mst-seo-content__description table {
  margin-bottom: 1.5rem;
}

.product-description-wrapper table tr td, .mst-seo-content__description table tr td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 2;
}

.product-description-wrapper table tr:nth-child(even), .mst-seo-content__description table tr:nth-child(even) {
  background-color: var(--color-gray-light);
}

.product-description-wrapper img, .mst-seo-content__description img {
  display: inline;
}

.pdp-section-container:last-child {
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .pdp-section-container:last-child {
    padding-bottom: 5rem;
  }
}

.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;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

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

.columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .columns {
    max-width: 480px;
  }
}

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

.columns {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  max-width: 480px;
}

@media (min-width: 480px) {
  .columns {
    max-width: 640px;
  }
}

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

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

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

@media (min-width: 1536px) {
  .columns {
    max-width: 1392px;
  }
}

.categories-list.columns {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media not all and (min-width: 1024px) {
  .categories-list.columns {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .categories-list.columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .categories-list.columns {
    display: flex;
    justify-content: space-between;
  }
}

.categories-list.columns .categories-list-item {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-color: var(--default-border-color);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px) {
  .categories-list.columns .categories-list-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.categories-list.columns .categories-list-item .categories-list-image {
  margin-bottom: 1.5rem;
}

.categories-list.columns .categories-list-item .categories-list-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--default-title-color);
}

.group:hover .categories-list.columns .categories-list-item .categories-list-title {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .categories-list.columns .categories-list-item .categories-list-title {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .categories-list.columns .categories-list-item .categories-list-title {
    max-width: 150px;
  }
}

.columns {
  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;
}

.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;
  min-width: 40px;
}

.swatch-attribute .swatch-option-link-layered.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(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: var(--color-primary);
  --tw-ring-opacity: 0.5;
}

#cart-drawer {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

/* Fallback primary color */

.text-primary-color {
  color: var(--color-primary);
}

#cookie-bar-modal div.text-primary-color {
  color: var(--default-text-color);
}

[x-cloak] {
  display: none !important;
}

.input {
  margin-right: 0.5rem;
  width: auto;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.input-light:focus {
  border-color: var(--color-primary);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.card {
  border-width: 1px;
  border-color: var(--default-border-color);
  padding: 1rem;
}

@media (min-width: 640px) {
  .card {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.container {
  max-width: 480px;
}

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

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

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

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

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

html {
  scroll-behavior: smooth;
}

button:focus, a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: none;
}

/* Links styling */

.cms-page-view .page-main a, .cms-index-index .homepage-seo-text-container a, .contact-index-index .page-main a, .category-description a, .mst-seo-content__description a, .product-description-wrapper a, .pdp-faq-section .faq-answer a, .blog-category-index .mst-blog-mx__post-list a, .category-help-links a, .blog-post-view .blog__post__default a {
  color: var(--color-primary);
  text-decoration-line: underline;
}

#cookie-bar-modal div.cms-page-view .page-main a,#cookie-bar-modal div .cms-index-index .homepage-seo-text-container a,#cookie-bar-modal div .contact-index-index .page-main a,#cookie-bar-modal div .category-description a,#cookie-bar-modal div .mst-seo-content__description a,#cookie-bar-modal div .product-description-wrapper a,#cookie-bar-modal div .pdp-faq-section .faq-answer a,#cookie-bar-modal div .blog-category-index .mst-blog-mx__post-list a,#cookie-bar-modal div .category-help-links a,#cookie-bar-modal div .blog-post-view .blog__post__default a {
  color: var(--default-text-color);
}

.cms-page-view .page-main a:hover, .cms-index-index .homepage-seo-text-container a:hover, .contact-index-index .page-main a:hover, .category-description a:hover, .mst-seo-content__description a:hover, .product-description-wrapper a:hover, .pdp-faq-section .faq-answer a:hover, .blog-category-index .mst-blog-mx__post-list a:hover, .category-help-links a:hover, .blog-post-view .blog__post__default a:hover {
  text-decoration-line: none;
}

.cms-page-view .page-main .block-products-list a {
  color: inherit;
  text-decoration-line: none;
}

#cookie-bar-modal div.text-primary {
  color: var(--default-text-color);
}

.cookiebar-icon-wrapper {
  background-color: var(--color-primary) !important;
}

div#cookiebar-main-dialog,
div.cookie-customizable-item {
  border-color: var(--default-border-color);
}

/* Scrollbar styling */

.overflow-x-auto,
.overflow-x-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--default-gray-color) transparent;
}

.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;
  font-family: var(--default-font-family), "Helvetica Neue", Arial, sans-serif;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--default-text-color);
}

h1, .h1 {
  margin-bottom: 1rem;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--default-title-color);
}

@media (min-width: 1024px) {
  h1, .h1 {
    margin-bottom: 1.5rem;
    font-size: 40px;
  }
}

h2, .h2 {
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--default-title-color);
}

@media (min-width: 1024px) {
  h2, .h2 {
    margin-bottom: 1.5rem;
    font-size: 36px;
  }
}

h3, .h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: var(--default-title-color);
}

@media (min-width: 1024px) {
  h3, .h3 {
    margin-bottom: 1.5rem;
    font-size: 32px;
  }
}

h4, .h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--default-title-color);
}

@media (min-width: 1024px) {
  h4, .h4 {
    margin-bottom: 1.5rem;
    font-size: 28px;
  }
}

strong {
  font-weight: 700;
}

@font-face {
  font-family: Poppins;

  font-weight: 600;

  src: url("https://www.tropilex.com/pt/static/version20250611142722/frontend/Vendic/hyva_tropilex/pt_PT/fonts/Poppins-SemiBold.woff2") format('woff2');

  font-display: swap;
}

@font-face {
  font-family: Poppins;

  font-weight: 500;

  src: url("https://www.tropilex.com/pt/static/version20250611142722/frontend/Vendic/hyva_tropilex/pt_PT/fonts/Poppins-Medium.woff2") format('woff2');

  font-display: swap;
}

@font-face {
  font-family: Poppins;

  font-weight: 400;

  src: url("https://www.tropilex.com/pt/static/version20250611142722/frontend/Vendic/hyva_tropilex/pt_PT/fonts/Poppins-Regular.woff2") format('woff2');

  font-display: swap;
}

/**
 * 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;
  padding: 0.625rem;
}

[data-content-type='row'][data-appearance='contained'] {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 480px;
  }
}

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

[data-content-type='row'][data-appearance='contained'] {
  max-width: 480px;
}

@media (min-width: 480px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 640px;
  }
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1024px;
  }
}

@media (min-width: 1024px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 1392px;
  }
}

[data-content-type='row'][data-appearance='contained'] {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

[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: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 480px;
  }
}

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

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  max-width: 480px;
}

@media (min-width: 480px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 640px;
  }
}

@media (min-width: 640px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 1024px;
  }
}

@media (min-width: 1024px) {
  [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: 1392px;
  }
}

/* Column Groups (both needed for pagebuider backwards compatibiliy) */

[data-content-type='column-group'], [data-content-type='column-line'] {
  flex-wrap: wrap;
}

@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));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

[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));
  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 {
}

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

[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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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='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, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@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;
  flex-shrink: 0;
}

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 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

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

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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 {
  background-color: var(--color-primary-darker);
}

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

.hyva_checkout-index-index a.pagebuilder-button-primary.btn-primary,.hyva_checkout-index-index  button.pagebuilder-button-primary.btn-primary,.hyva_checkout-index-index  div.pagebuilder-button-primary.btn-primary {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.hyva_checkout-index-index a.pagebuilder-button-primary.btn-primary:hover,.hyva_checkout-index-index  button.pagebuilder-button-primary.btn-primary:hover,.hyva_checkout-index-index  div.pagebuilder-button-primary.btn-primary:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index a.pagebuilder-button-primary.btn-primary,.hyva_checkout-index-index  button.pagebuilder-button-primary.btn-primary,.hyva_checkout-index-index  div.pagebuilder-button-primary.btn-primary {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px !important;
}

.hyva_checkout-index-index a.btn.pagebuilder-button-primary,.hyva_checkout-index-index  button.btn.pagebuilder-button-primary,.hyva_checkout-index-index  div.btn.pagebuilder-button-primary {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.hyva_checkout-index-index a.btn.pagebuilder-button-primary:hover,.hyva_checkout-index-index  button.btn.pagebuilder-button-primary:hover,.hyva_checkout-index-index  div.btn.pagebuilder-button-primary:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index a.btn.pagebuilder-button-primary,.hyva_checkout-index-index  button.btn.pagebuilder-button-primary,.hyva_checkout-index-index  div.btn.pagebuilder-button-primary {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px !important;
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  border-radius: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  background-color: var(--pink-color);
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  background-color: var(--color-primary);
}

.hyva_checkout-index-index a.pagebuilder-button-primary.btn-primary,.hyva_checkout-index-index  button.pagebuilder-button-primary.btn-primary,.hyva_checkout-index-index  div.pagebuilder-button-primary.btn-primary {
  background-color: var(--pink-color) !important;
}

.hyva_checkout-index-index a.pagebuilder-button-primary.btn-primary:hover,.hyva_checkout-index-index  button.pagebuilder-button-primary.btn-primary:hover,.hyva_checkout-index-index  div.pagebuilder-button-primary.btn-primary:hover {
  background-color: var(--color-primary) !important;
}

.hyva_checkout-index-index a.btn.pagebuilder-button-primary,.hyva_checkout-index-index  button.btn.pagebuilder-button-primary,.hyva_checkout-index-index  div.btn.pagebuilder-button-primary {
  background-color: var(--pink-color) !important;
}

.hyva_checkout-index-index a.btn.pagebuilder-button-primary:hover,.hyva_checkout-index-index  button.btn.pagebuilder-button-primary:hover,.hyva_checkout-index-index  div.btn.pagebuilder-button-primary:hover {
  background-color: var(--color-primary) !important;
}

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, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@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;
  flex-shrink: 0;
}

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 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

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

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--default-title-color);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  border-color: var(--default-border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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;
}

.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));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.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));
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hyva_checkout-index-index a.pagebuilder-button-secondary.btn-primary,.hyva_checkout-index-index  button.pagebuilder-button-secondary.btn-primary,.hyva_checkout-index-index  div.pagebuilder-button-secondary.btn-primary {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.hyva_checkout-index-index a.pagebuilder-button-secondary.btn-primary:hover,.hyva_checkout-index-index  button.pagebuilder-button-secondary.btn-primary:hover,.hyva_checkout-index-index  div.pagebuilder-button-secondary.btn-primary:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index a.pagebuilder-button-secondary.btn-primary,.hyva_checkout-index-index  button.pagebuilder-button-secondary.btn-primary,.hyva_checkout-index-index  div.pagebuilder-button-secondary.btn-primary {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px !important;
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-radius: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  border-width: 1px;
  border-color: var(--default-title-color);
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  border-color: var(--default-title-color);
  background-color: var(--color-gray-light);
}

.hyva_checkout-index-index a.pagebuilder-button-secondary.btn-primary,.hyva_checkout-index-index  button.pagebuilder-button-secondary.btn-primary,.hyva_checkout-index-index  div.pagebuilder-button-secondary.btn-primary {
  background-color: var(--pink-color) !important;
}

.hyva_checkout-index-index a.pagebuilder-button-secondary.btn-primary:hover,.hyva_checkout-index-index  button.pagebuilder-button-secondary.btn-primary:hover,.hyva_checkout-index-index  div.pagebuilder-button-secondary.btn-primary:hover {
  background-color: var(--color-primary) !important;
}

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

[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;
  display: inline-block;
  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));
  --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 {
  -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;
  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 */

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

.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));
  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));
  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, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .25);
  }
}

[data-show-arrows='false'] .glider-prev,
    [data-show-arrows='false'] .glider-next {
  display: none;
}

[data-show-dots='false'] .glider-dots {
  display: none;
}

.usp-container {
  position: relative;
  order: 9999;
  min-height: 52px;
  overflow: hidden;
  background-color: var(--color-gray-light);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .usp-container {
    overflow-x: auto;
  }
}

@media (min-width: 1024px) {
  .usp-container {
    order: 0;
  }
}

.usp-container {
  scrollbar-width: thin;
  scrollbar-color: #ffffff #ffffff;
}

.usp-container:hover {
  scrollbar-color: var(--default-gray-color) #ffffff;
}

.usp-container ul {
  z-index: 10;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .usp-container ul {
    justify-content: space-between;
  }
}

.usp-container ul li {
  position: absolute;
  left: 100%;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  overflow: hidden;
  white-space: nowrap;
}

.usp-container ul li:last-child {
  margin-right: 0px;
}

@media (min-width: 768px) {
  .usp-container ul li {
    position: relative;
    left: auto;
    margin-right: 70px;
    width: -moz-fit-content;
    width: fit-content;
    overflow: visible;
  }
}

.usp-container ul li {
  transition: all .3s ease-in;
}

.usp-container ul li svg {
  flex-shrink: 0;
}

.usp-container ul li > a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.usp-container ul li > a svg {
  height: 1rem;
  width: 1rem;
}

.usp-container ul .slide-in {
  position: relative;
  animation: slideIn ease-in-out 0.5s forwards 0.2s;
}

.usp-container ul .slide-in a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.usp-container ul .slide-out {
  position: absolute;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .usp-container ul .slide-out {
    position: relative;
  }
}

.usp-container ul .slide-out {
  animation: slideOut ease-in-out 0.5s forwards 0s;
}

@media not all and (min-width: 1024px) {
  .usp-container .usp-slider:not(.loaded) ul li:first-child {
    position: static;
  }
}

@media (min-width: 1024px) {
  .usp-container .usp-slider:not(.loaded) ul li:first-child {
    animation: none !important;
  }
}

.usp-container .usp-slider:not(.loaded) ul li:first-child {
  animation: slideIn ease-in-out 0.5s forwards 1.5s;
}

.page-header .usp-container {
  order: 0;
}

.header-container {
  position: relative;
  z-index: 30;
  width: 100%;
}

.header-container .customer-service span {
  color: var(--default-title-color);
}

.header-container .menu-search-icon {
  display: block;
}

[data-content-type$='block'] .header-container .menu-search-icon p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .header-container .menu-search-icon.filter {
}

@media (min-width: 1024px) {
  .header-container .menu-search-icon {
    display: none;
  }
}

.header-wrapper {
  padding-bottom: 0.75rem;
}

.header-navigation {
  position: relative;
  z-index: 10;
  display: none;
  background-color: var(--color-primary);
}

@media (min-width: 1024px) {
  .header-navigation {
    display: flex;
  }
}

.language-switcher {
  position: relative;
  display: none;
}

@media (min-width: 1024px) {
  .language-switcher {
    display: block;
  }
}

.language-switcher .language-switcher-dropdown {
  position: absolute;
  top: 100%;
  right: 0px;
  width: -moz-max-content;
  width: max-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  --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);
}

.language-switcher .language-switcher-dropdown a {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  border-bottom-width: 1px;
  border-color: var(--default-border-color);
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.language-switcher .language-switcher-dropdown a:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.language-switcher .language-switcher-dropdown a:hover {
  color: var(--color-primary);
}

#cookie-bar-modal div.language-switcher .language-switcher-dropdown a:hover {
  color: var(--default-text-color);
}

.language-switcher .language-switcher-dropdown a img {
  height: 1rem;
  width: 1rem;
}

.customer-service-link {
  display: flex;
  display: none;
  align-items: center;
}

@media (min-width: 1280px) {
  .customer-service-link {
    display: block;
  }
}

.customer-service-link .green-circle {
  margin-right: 0.25rem;
  display: inline-flex;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.page-header {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .page-header {
    display: block;
  }

  [data-content-type$='block'] .page-header p:last-child {
    margin-bottom: 1rem;
    margin-top: 0px;
  }

  .category-view .sidebar .page-header.filter {
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(0);
  }

  100% {
    transform:translateX(-100%);
  }
}

@keyframes slideOut {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform:translateX(-200%);
  }
}

.nav-featured-links-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.nav-featured-links-container li {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--default-title-color);
}

.nav-featured-links-container li a {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.nav-featured-links-container .badge {
  margin-left: 0.5rem;
  background-color: var(--color-primary-darker);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-featured-links-container.mobile {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 1.25rem;
}

.nav-featured-links-container.mobile ul {
  display: block;
  border-top-width: 1px;
  border-color: var(--default-border-color);
}

[data-content-type$='block'] .nav-featured-links-container.mobile ul p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .nav-featured-links-container.mobile ul.filter {
}

.nav-featured-links-container.mobile li {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: inherit;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.footer-links-col {
  border-bottom-width: 1px;
  border-color: var(--default-border-color);
}

@media (min-width: 1024px) {
  .footer-links-col {
    border-bottom-width: 0px;
  }
}

.footer-links-col .footer-links-col-title {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--default-title-color);
}

@media not all and (min-width: 1024px) {
  .footer-links-col .footer-links-col-title {
    cursor: pointer;
  }
}

.footer-links-col .footer-links-col-title .icon {
  display: inline;
  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));
  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: 200ms;
  transition: transform 250ms ease, color 250ms ease;
}

@media (min-width: 1024px) {
  .footer-links-col .footer-links-col-title .icon {
    display: none;
  }
}

.footer-links-col .footer-links-col-list {
  padding-bottom: 1rem;
}

@media (min-width: 1024px) {
  .footer-links-col .footer-links-col-list {
    display: block !important;
    padding-bottom: 0px;
  }
}

.footer-links-col .footer-links-col-list .footer-links-col-list-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-content-newsletter h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-contact-block img, .footer-contact-block p {
  margin-bottom: 1.5rem;
}

.footer-contact-block .footer-contact-block-info a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-contact-block .footer-contact-block-info a:first-child {
  margin-bottom: 0.5rem;
}

.footer-contact-block .footer-contact-block-info a:hover {
  text-decoration-line: underline;
}

.footer-social-icons ul {
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

@media (min-width: 1024px) {
  .footer-social-icons ul {
    justify-content: center;
  }
}

.footer-icons-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .footer-icons-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.footer-icons-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
}

@media (min-width: 1024px) {
  .footer-icons-list ul {
    justify-content: flex-start;
  }
}

.footer-copyright {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .footer-copyright {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .footer-copyright {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .footer-copyright {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .footer-copyright {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .footer-copyright {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .footer-copyright {
    max-width: 1536px;
  }
}

.footer-copyright {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  max-width: 480px;
}

@media (min-width: 480px) {
  .footer-copyright {
    max-width: 640px;
  }
}

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

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

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

@media (min-width: 1536px) {
  .footer-copyright {
    max-width: 1392px;
  }
}

@media not all and (min-width: 1024px) {
  .footer-copyright {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .footer-copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer-copyright p {
  text-align: center;
}

@media (min-width: 1024px) {
  .footer-copyright p {
    text-align: left;
  }
}

.footer-copyright ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .footer-copyright ul {
    justify-content: flex-start;
  }
}

.footer-copyright ul li:not(:last-child) {
  position: relative;
}

.footer-copyright ul li:not(:last-child)::after {
  position: absolute;
  top: 0px;
  right: -0.75rem;
  --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));
  --tw-content: '-';
  content: var(--tw-content);
}

.footer-copyright ul li a:hover {
  text-decoration-line: underline;
}

.homepage-banners {
  margin-bottom: 1rem;
  display: grid;
  gap: 2rem;
}

.categories-list.homepage-banners {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media not all and (min-width: 1024px) {
  .categories-list.homepage-banners {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .categories-list.homepage-banners {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .categories-list.homepage-banners {
    display: flex;
    justify-content: space-between;
  }
}

.categories-list.homepage-banners .categories-list-item {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-color: var(--default-border-color);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px) {
  .categories-list.homepage-banners .categories-list-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.categories-list.homepage-banners .categories-list-item .categories-list-image {
  margin-bottom: 1.5rem;
}

.categories-list.homepage-banners .categories-list-item .categories-list-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--default-title-color);
}

.group:hover .categories-list.homepage-banners .categories-list-item .categories-list-title {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .categories-list.homepage-banners .categories-list-item .categories-list-title {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .categories-list.homepage-banners .categories-list-item .categories-list-title {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .homepage-banners {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .homepage-banners {
    margin-bottom: 5rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
}

.homepage-banners .banner-item:first-of-type {
  grid-column: span 8 / span 8;
  grid-row: span 2 / span 2;
}

.homepage-banners .banner-item:first-of-type .banner-image > .mobile {
  width: 100%;
}

@media (min-width: 1024px) {
  .homepage-banners .banner-item:first-of-type .banner-image > .mobile {
    display: none;
  }
}

.homepage-banners .banner-item:first-of-type .banner-image > .desktop {
  display: none;
}

@media (min-width: 1024px) {
  .homepage-banners .banner-item:first-of-type .banner-image > .desktop {
    display: block;
  }
}

.homepage-banners .banner-item:first-of-type .banner-sub-title {
  display: none;
}

@media (min-width: 640px) {
  .homepage-banners .banner-item:first-of-type .banner-sub-title {
    display: block;
  }
}

.homepage-banners .banner-item:first-of-type .banner-title {
  font-size: 28px;
  line-height: 3rem;
}

@media (min-width: 640px) {
  .homepage-banners .banner-item:first-of-type .banner-title {
    font-size: 32px;
  }
}

.homepage-banners .banner-item:first-of-type .banner-content {
  top: 50%;
  left: 76px;
  max-width: 285px;
}

@media not all and (min-width: 640px) {
  .homepage-banners .banner-item:first-of-type .banner-content {
    top: 1.75rem;
    left: 1.5rem;
  }
}

@media (min-width: 640px) {
  .homepage-banners .banner-item:first-of-type .banner-content {
    max-width: 328px;
  }
}

@media (min-width: 1024px) {
  .homepage-banners .banner-item:first-of-type .banner-content {
    top: calc(50% + 40px);
  }
}

.homepage-banners .banner-item:nth-child(2),
    .homepage-banners .banner-item:nth-child(3) {
  grid-column: span 4 / span 4;
  display: none;
}

@media (min-width: 1024px) {
  .homepage-banners .banner-item:nth-child(2),
    .homepage-banners .banner-item:nth-child(3) {
    display: block;
  }
}

.homepage-banners .banner-item:nth-child(2) .banner-title, .homepage-banners .banner-item:nth-child(3) .banner-title {
  margin-bottom: 1rem;
  max-width: 300px;
  font-size: 28px;
  line-height: 2.5rem;
}

.homepage-banners .banner-item:nth-child(2) .banner-content, .homepage-banners .banner-item:nth-child(3) .banner-content {
  left: 32px;
  right: 38px;
  top: calc(50% - 15px);
}

.homepage-banners .banner-item {
  position: relative;
}

.homepage-banners .banner-item .banner-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 640px) {
  .homepage-banners .banner-item .banner-content {
    --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));
  }
}

@media (min-width: 1024px) {
  .homepage-banners .banner-item .banner-content {
    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));
  }
}

.homepage-banners .banner-item .banner-sub-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.homepage-banners .banner-item .banner-title {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .homepage-banners .banner-item .banner-title {
    margin-bottom: 1.5rem;
  }
}

.homepage-banners .banner-item .banner-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition: transform 250ms ease, color 250ms ease;
}

.homepage-banners .banner-item .banner-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  color: var(--default-title-color);
}

.homepage-usp-banner {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .homepage-usp-banner {
    margin-bottom: 5rem;
  }
}

.homepage-usp-banner .homepage-usp-banner-image {
  position: relative;
  max-height: 584px;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-desktop {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-desktop {
    display: block;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-mobile {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-mobile {
    height: 580px;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-mobile {
    display: none;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 825px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-title {
    font-size: 40px;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-text {
  font-weight: 400;
}

@media (min-width: 768px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-text {
    font-size: 22px;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps {
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps {
    margin-top: 5rem;
    flex-wrap: nowrap;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp {
  display: flex;
  width: 33.333333%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp {
    gap: 1.25rem;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp:nth-child(3),
                    .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp:nth-child(4) {
  display: none;
}

@media (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp:nth-child(3),
                    .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp:nth-child(4) {
    display: flex;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-title {
  font-weight: 600;
}

@media not all and (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
  overflow: hidden;
  font-weight: 400;
}

@media not all and (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-title,
                    .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
  max-width: 248px;
}

.categories-list-wrapper {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .categories-list-wrapper {
    margin-bottom: 5rem;
  }
}

.categories-list.grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media not all and (min-width: 1024px) {
  .categories-list.grid {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .categories-list.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .categories-list.grid {
    display: flex;
    justify-content: space-between;
  }
}

.categories-list.grid .categories-list-item {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-color: var(--default-border-color);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px) {
  .categories-list.grid .categories-list-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.categories-list.grid .categories-list-item .categories-list-image {
  margin-bottom: 1.5rem;
}

.categories-list.grid .categories-list-item .categories-list-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--default-title-color);
}

.group:hover .categories-list.grid .categories-list-item .categories-list-title {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .categories-list.grid .categories-list-item .categories-list-title {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .categories-list.grid .categories-list-item .categories-list-title {
    max-width: 150px;
  }
}

.homepage-cmsblock-title-container {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .homepage-cmsblock-title-container {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .homepage-cmsblock-title-container {
    margin-bottom: 3.5rem;
  }
}

.homepage-cmsblock-container {
  position: relative;
  background-color: var(--color-gray-light);
}

.homepage-cmsblock-container::before {
  position: absolute;
  left: 50%;
  z-index: -10;
  height: 100%;
  width: 100vw;
  --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));
  content: var(--tw-content);
  background-color: var(--color-gray-light);
}

@media (min-width: 1024px) {
  .homepage-cmsblock-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.homepage-reviews-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .homepage-reviews-container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.reviews-list {
  margin-bottom: 3rem;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--default-gray-color) transparent;
}

.reviews-list .review-item {
  display: flex;
  min-width: 250px;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: var(--default-border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.reviews-list .review-content {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.reviews-list .review-customer-info {
  margin-top: auto;
  display: flex;
  gap: 1rem;
}

.reviews-list .review-customer-info .review-customer-initials {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.reviews-list .review-customer-info .review-customer-name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.reviews-bottom {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .reviews-bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.reviews-bottom .reviews-rating-summary {
  display: flex;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.reviews-bottom .reviews-rating-summary .rating {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.reviews-bottom .reviews-rating-summary .rating-summary {
  position: relative;
  top: 15px;
  display: flex;
  height: 50px;
  width: 50px;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
}

.reviews-bottom .reviews-rating-summary .rating-count {
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.homepage-blog-slider-container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.homepage-blog-slider-container .blog-posts-container {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--default-gray-color) transparent;
}

.homepage-blog-slider-container .blog-posts-container .blog-posts-item {
  position: relative;
  height: auto;
  min-width: 260px;
}

@media (min-width: 768px) {
  .homepage-blog-slider-container .blog-posts-container .blog-posts-item {
    min-width: 316px;
  }
}

.homepage-blog-slider-container .blog-posts-container .blog-post-image-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 43.63%);
}

.homepage-blog-slider-container .blog-posts-container .blog-post-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.homepage-blog-slider-container .blog-posts-container img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homepage-seo-text-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 932px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.homepage-seo-text-container p:not(:empty) {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .homepage-seo-text-container p:not(:empty) {
    margin-bottom: 1.5rem;
  }
}

.homepage-seo-text-container ol:not(.pages-items) {
  list-style-type: decimal;
}

.homepage-seo-text-container ul {
  list-style-type: disc;
}

.homepage-seo-text-container ul, .homepage-seo-text-container ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}

.homepage-seo-text-container ul li, .homepage-seo-text-container ol li {
  margin-bottom: 0.5rem;
}

.homepage-seo-text-container ul li::marker, .homepage-seo-text-container ol li::marker {
  padding-left: 1.5rem;
}

.homepage-seo-text-container table {
  margin-bottom: 1.5rem;
}

.homepage-seo-text-container table tr td {
  padding: 0.5rem;
}

.homepage-seo-text-container table tr td p {
  margin-bottom: 0px !important;
}

@media (max-width: 1024px) {
  .homepage-blog-slider-container .blog-posts-container {
    scrollbar-color: var(--default-title-color) var(--default-gray-color);
  }
}

.stock-status-wrapper {
  text-align: right;
}

.stock-status-in-stock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 9999px;
  background-color: var(--color-stock-status);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  color: var(--color-highlight-green);
}

.stock-status-in-stock .stock-status-icon {
  height: 0.5rem;
  width: 0.5rem;
  flex-shrink: 0;
  border-radius: 9999px;
  background-color: var(--color-highlight-green);
}

.stock-status-in-stock .stock-status-icon svg {
  display: none;
}

.pdp-stock-status-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 640px) {
  .pdp-stock-status-container {
    flex-direction: row;
  }
}

.pdp-stock-status-container .stock-status-wrapper {
  text-align: left;
}

.pdp-stock-status-container .stock-status-in-stock {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  border-radius: 9999px;
  background-color: var(--color-stock-status);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--color-highlight-green);
}

.block-products-list.slider .product-item {
  width: 316px;
  min-width: 316px;
}

.catalog-product-view .block-products-list.slider {
  margin-top: 1.25rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .block-products-list.slider {
    margin-top: 2.5rem;
  }
}

.cms-page-view .page-main p, .contact-index-index .page-main p {
  margin-bottom: 1.5rem;
}

.cms-page-view .page-main ol:not(.pages-items), .contact-index-index .page-main ol:not(.pages-items) {
  list-style-type: decimal;
}

.cms-page-view .page-main ul, .contact-index-index .page-main ul {
  list-style-type: disc;
}

.cms-page-view .page-main ul, .cms-page-view .page-main ol, .contact-index-index .page-main ul, .contact-index-index .page-main ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.cms-page-view .page-main ul li, .cms-page-view .page-main ol li, .contact-index-index .page-main ul li, .contact-index-index .page-main ol li {
  margin-bottom: 0.5rem;
}

.cms-page-view .page-main ul.store-switcher-selector, .cms-page-view .page-main ol.store-switcher-selector, .contact-index-index .page-main ul.store-switcher-selector, .contact-index-index .page-main ol.store-switcher-selector {
  list-style-type: none;
}

.cms-page-view .page-main ul li::marker, .cms-page-view .page-main ol li::marker, .contact-index-index .page-main ul li::marker, .contact-index-index .page-main ol li::marker {
  padding-left: 0.25rem;
}

.cms-page-view table, .contact-index-index table {
  margin-bottom: 1.5rem;
}

.cms-page-view table tr td, .contact-index-index table tr td {
  padding: 0.5rem;
}

.cms-page-view table tr td p, .contact-index-index table tr td p {
  margin-bottom: 0px !important;
}

.cms-page-view img, .contact-index-index img {
  display: inline;
}

.store-switcher-selector a img {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  --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);
}

.cms-page-view.page-layout-1column .page-title, .cms-page-view.page-layout-2columns-left .page-title, .cms-page-view.page-layout-2columns-right .page-title, .cms-page-view.page-layout-3columns .page-title {
  text-align: center;
}

.cms-page-view.page-layout-1column .container-narrow, .cms-page-view.page-layout-2columns-left .container-narrow, .cms-page-view.page-layout-2columns-right .container-narrow, .cms-page-view.page-layout-3columns .container-narrow {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 932px;
}

@media (min-width: 1280px) {
  .cms-page-view.page-layout-1column .container-narrow, .cms-page-view.page-layout-2columns-left .container-narrow, .cms-page-view.page-layout-2columns-right .container-narrow, .cms-page-view.page-layout-3columns .container-narrow {
    max-width: 75%;
  }
}

.cms-page-view.page-layout-1column .container-narrow .block-products-list .block-list, .cms-page-view.page-layout-2columns-left .container-narrow .block-products-list .block-list, .cms-page-view.page-layout-2columns-right .container-narrow .block-products-list .block-list, .cms-page-view.page-layout-3columns .container-narrow .block-products-list .block-list {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.cms-page-view.page-layout-1column .container-narrow .block-products-list .product-item, .cms-page-view.page-layout-2columns-left .container-narrow .block-products-list .product-item, .cms-page-view.page-layout-2columns-right .container-narrow .block-products-list .product-item, .cms-page-view.page-layout-3columns .container-narrow .block-products-list .product-item {
  width: 270px;
  min-width: 270px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1280px) {
  .cms-page-view.page-layout-1column .container-narrow .block-products-list .product-item, .cms-page-view.page-layout-2columns-left .container-narrow .block-products-list .product-item, .cms-page-view.page-layout-2columns-right .container-narrow .block-products-list .product-item, .cms-page-view.page-layout-3columns .container-narrow .block-products-list .product-item {
    width: 231px;
    min-width: 231px;
  }
}

.cms-page-view.page-layout-1column .container-narrow .block-products-list .product-item .rating-status-row, .cms-page-view.page-layout-2columns-left .container-narrow .block-products-list .product-item .rating-status-row, .cms-page-view.page-layout-2columns-right .container-narrow .block-products-list .product-item .rating-status-row, .cms-page-view.page-layout-3columns .container-narrow .block-products-list .product-item .rating-status-row {
  justify-content: center;
}

.cms-page-view.page-layout-2columns-left .columns, .cms-page-view.page-layout-2columns-right .columns, .cms-page-view.page-layout-3columns .columns {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

[data-content-type$='block'] .cms-page-view.page-layout-2columns-left .columns p:last-child,[data-content-type$='block']  .cms-page-view.page-layout-2columns-right .columns p:last-child,[data-content-type$='block']  .cms-page-view.page-layout-3columns .columns p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .cms-page-view.page-layout-2columns-left .columns.filter,.category-view .sidebar  .cms-page-view.page-layout-2columns-right .columns.filter,.category-view .sidebar  .cms-page-view.page-layout-3columns .columns.filter {
}

#product_info_faq .pdp-product-section-title {
  display: none;
}

.pdp-faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-light);
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 1024px) {
  .pdp-faq-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.pdp-faq-section .pdp-faq-section-content {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .pdp-faq-section .pdp-faq-section-content {
    max-width: 56rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.pdp-faq-section .faq-section-content-container {
  margin-bottom: 1.5rem;
  text-align: center;
}

.pdp-faq-section .faq-question-icon svg {
  margin-left: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
}

.pdp-faq-section .faq-section-footer-container {
  margin-top: 1.5rem;
  text-align: center;
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-text {
  margin-bottom: 1.5rem;
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

@media (min-width: 768px) {
  .pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  .pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button svg {
  display: inline-flex;
  flex-shrink: 0;
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button span {
  vertical-align: middle;
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index .pdp-faq-section .faq-section-footer-container .faq-section-footer-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 .pdp-faq-section .faq-section-footer-container .faq-section-footer-button[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}

.hyva_checkout-index-index .pdp-faq-section .faq-section-footer-container .faq-section-footer-button.btn-primary {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.hyva_checkout-index-index .pdp-faq-section .faq-section-footer-container .faq-section-footer-button.btn-primary:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index .pdp-faq-section .faq-section-footer-container .faq-section-footer-button.btn-primary {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px !important;
}

.hyva_checkout-index-index .btn.pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.hyva_checkout-index-index .btn.pdp-faq-section .faq-section-footer-container .faq-section-footer-button:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index .btn.pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px !important;
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
  border-radius: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  background-color: var(--pink-color);
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button:hover {
  background-color: var(--color-primary);
}

.hyva_checkout-index-index .pdp-faq-section .faq-section-footer-container .faq-section-footer-button.btn-primary {
  background-color: var(--pink-color) !important;
}

.hyva_checkout-index-index .pdp-faq-section .faq-section-footer-container .faq-section-footer-button.btn-primary:hover {
  background-color: var(--color-primary) !important;
}

.hyva_checkout-index-index .btn.pdp-faq-section .faq-section-footer-container .faq-section-footer-button {
  background-color: var(--pink-color) !important;
}

.hyva_checkout-index-index .btn.pdp-faq-section .faq-section-footer-container .faq-section-footer-button:hover {
  background-color: var(--color-primary) !important;
}

.pdp-faq-section .faq-section-footer-container .faq-section-footer-button.btn-primary.apple-pay-button {
  font-size: 0;
}

.btn.pdp-faq-section .faq-section-footer-container .faq-section-footer-button.apple-pay-button {
  font-size: 0;
}

.pdp-faq-section .faq-question-answer-container {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  border-color: var(--default-border-color);
}

.pdp-faq-section .faq-question {
  margin-bottom: 1.5rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: var(--default-title-color);
}

.pdp-faq-section .faq-question .faq-question-icon {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pdp-faq-section .faq-question .faq-question-icon.open {
  --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));
}

.pdp-faq-section .faq-answer {
  margin-bottom: 1.5rem;
  display: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.pdp-faq-section .faq-answer.open {
  display: block;
}

[data-content-type$='block'] .pdp-faq-section .faq-answer.open p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .pdp-faq-section .faq-answer.open.filter {
}

.pdp-faq-section .faq-answer p {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  .pdp-faq-section .faq-answer p {
    margin-bottom: 1.5rem;
  }
}

.pdp-faq-section .faq-answer p {
  margin-bottom: 1.5rem;
}

.pdp-faq-section .faq-answer ol:not(.pages-items) {
  list-style-type: decimal;
}

.pdp-faq-section .faq-answer ul {
  list-style-type: disc;
}

.pdp-faq-section .faq-answer ul, .pdp-faq-section .faq-answer ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}

.pdp-faq-section .faq-answer ul li, .pdp-faq-section .faq-answer ol li {
  margin-bottom: 0.5rem;
}

.pdp-faq-section .faq-answer ul li::marker, .pdp-faq-section .faq-answer ol li::marker {
  padding-left: 1.5rem;
}

.pdp-faq-section .faq-answer table {
  margin-bottom: 1.5rem;
}

.pdp-faq-section .faq-answer table tr td {
  padding: 0.5rem;
}

.pdp-faq-section .faq-answer table tr td p {
  margin-bottom: 0px !important;
}

.catalog-category-view .pdp-faq-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .catalog-category-view .pdp-faq-section {
    margin: 1.5rem;
  }
}

.form.minisearch .price-box.price-final_price .price-container {
  font-size: 1rem;
  line-height: 1.5rem;
}

:root {
  --bmx-primary: var(--color-primary);
  --bmx-border: var(--default-border-color);
  --bmx-link: var(--default-title-color);
  --bmx-link-hover: var(--color-primary);
  --bmx-subdued: var(--default-text-color);
  --bmx-gradient: var(--color-primary);
}

.bmx\:card-title::after {
  display: none;
}

.bmx\:mask {
  background-color: var(--color-gray-light);
}

.bmx\:card {
  border-radius: 0px;
  border-width: 0px;
  padding: 0px;
}

.blog-category-index.page-layout-1column .page-title, .blog-category-index.page-layout-2columns-left .page-title, .blog-category-index.page-layout-2columns-right .page-title, .blog-category-index.page-layout-3columns .page-title, .blog-post-view.page-layout-1column .page-title, .blog-post-view.page-layout-2columns-left .page-title, .blog-post-view.page-layout-2columns-right .page-title, .blog-post-view.page-layout-3columns .page-title, .blog-author-view.page-layout-1column .page-title, .blog-author-view.page-layout-2columns-left .page-title, .blog-author-view.page-layout-2columns-right .page-title, .blog-author-view.page-layout-3columns .page-title, .blog-home-index.page-layout-1column .page-title, .blog-home-index.page-layout-2columns-left .page-title, .blog-home-index.page-layout-2columns-right .page-title, .blog-home-index.page-layout-3columns .page-title {
  text-align: center;
}

.blog-category-index .page-main p, .blog-post-view .page-main p, .blog-author-view .page-main p, .blog-home-index .page-main p {
  margin-bottom: 1.5rem;
}

.blog-category-index .page-main ol:not(.pages-items), .blog-post-view .page-main ol:not(.pages-items), .blog-author-view .page-main ol:not(.pages-items), .blog-home-index .page-main ol:not(.pages-items) {
  list-style-type: decimal;
}

.blog-category-index .page-main ul, .blog-post-view .page-main ul, .blog-author-view .page-main ul, .blog-home-index .page-main ul {
  list-style-type: disc;
}

.blog-category-index .page-main ul, .blog-category-index .page-main ol, .blog-post-view .page-main ul, .blog-post-view .page-main ol, .blog-author-view .page-main ul, .blog-author-view .page-main ol, .blog-home-index .page-main ul, .blog-home-index .page-main ol {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  line-height: 1.5;
}

.blog-category-index .page-main ul li, .blog-category-index .page-main ol li, .blog-post-view .page-main ul li, .blog-post-view .page-main ol li, .blog-author-view .page-main ul li, .blog-author-view .page-main ol li, .blog-home-index .page-main ul li, .blog-home-index .page-main ol li {
  margin-bottom: 0.5rem;
}

.blog-category-index .page-main ul li::marker, .blog-category-index .page-main ol li::marker, .blog-post-view .page-main ul li::marker, .blog-post-view .page-main ol li::marker, .blog-author-view .page-main ul li::marker, .blog-author-view .page-main ol li::marker, .blog-home-index .page-main ul li::marker, .blog-home-index .page-main ol li::marker {
  padding-left: 1.5rem;
}

.blog-category-index .page-main .toolbar ol, .blog-post-view .page-main .toolbar ol, .blog-author-view .page-main .toolbar ol, .blog-home-index .page-main .toolbar ol {
  list-style-type: none;
}

.blog-category-index table, .blog-post-view table, .blog-author-view table, .blog-home-index table {
  margin-bottom: 1.5rem;
}

.blog-category-index table tr td, .blog-post-view table tr td, .blog-author-view table tr td, .blog-home-index table tr td {
  padding: 0.5rem;
}

.blog-category-index table tr td p, .blog-post-view table tr td p, .blog-author-view table tr td p, .blog-home-index table tr td p {
  margin-bottom: 0px !important;
}

.blog-category-index img, .blog-post-view img, .blog-author-view img, .blog-home-index img {
  display: inline;
}

.blog-category-index .mst-blog-mx__post-list > div, .blog-post-view .mst-blog-mx__post-list > div, .blog-author-view .mst-blog-mx__post-list > div, .blog-home-index .mst-blog-mx__post-list > div {
  margin-bottom: 1.5rem;
}

.blog-category-index h2[itemprop="headline"], .blog-author-view h2[itemprop="headline"] {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-category-index h2[itemprop="headline"] a, .blog-author-view h2[itemprop="headline"] a {
  color: var(--default-title-color) !important;
  text-decoration-line: none !important;
}

.blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 1536px;
  }
}

.blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
  display: block;
  max-width: 480px;
}

@media (min-width: 480px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 640px;
  }
}

@media (min-width: 640px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1024px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .blog-category-index.page-layout-1column .columns, .blog-category-index.page-layout-2columns-left .columns, .blog-category-index.page-layout-2columns-right .columns, .blog-category-index.page-layout-3columns .columns {
    max-width: 1392px;
  }
}

[data-content-type$='block'] .blog-category-index.page-layout-1column .columns p:last-child,[data-content-type$='block']  .blog-category-index.page-layout-2columns-left .columns p:last-child,[data-content-type$='block']  .blog-category-index.page-layout-2columns-right .columns p:last-child,[data-content-type$='block']  .blog-category-index.page-layout-3columns .columns p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .blog-category-index.page-layout-1column .columns.filter,.category-view .sidebar  .blog-category-index.page-layout-2columns-left .columns.filter,.category-view .sidebar  .blog-category-index.page-layout-2columns-right .columns.filter,.category-view .sidebar  .blog-category-index.page-layout-3columns .columns.filter {
}

.blog-category-index.page-layout-1column .blog__post-short-content, .blog-category-index.page-layout-2columns-left .blog__post-short-content, .blog-category-index.page-layout-2columns-right .blog__post-short-content, .blog-category-index.page-layout-3columns .blog__post-short-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.blog-post-view.page-layout-1column .columns, .blog-post-view.page-layout-2columns-left .columns, .blog-post-view.page-layout-2columns-right .columns, .blog-post-view.page-layout-3columns .columns, .blog-author-view.page-layout-1column .columns, .blog-author-view.page-layout-2columns-left .columns, .blog-author-view.page-layout-2columns-right .columns, .blog-author-view.page-layout-3columns .columns {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 932px;
}

[data-content-type$='block'] .blog-post-view.page-layout-1column .columns p:last-child,[data-content-type$='block']  .blog-post-view.page-layout-2columns-left .columns p:last-child,[data-content-type$='block']  .blog-post-view.page-layout-2columns-right .columns p:last-child,[data-content-type$='block']  .blog-post-view.page-layout-3columns .columns p:last-child,[data-content-type$='block']  .blog-author-view.page-layout-1column .columns p:last-child,[data-content-type$='block']  .blog-author-view.page-layout-2columns-left .columns p:last-child,[data-content-type$='block']  .blog-author-view.page-layout-2columns-right .columns p:last-child,[data-content-type$='block']  .blog-author-view.page-layout-3columns .columns p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .blog-post-view.page-layout-1column .columns.filter,.category-view .sidebar  .blog-post-view.page-layout-2columns-left .columns.filter,.category-view .sidebar  .blog-post-view.page-layout-2columns-right .columns.filter,.category-view .sidebar  .blog-post-view.page-layout-3columns .columns.filter,.category-view .sidebar  .blog-author-view.page-layout-1column .columns.filter,.category-view .sidebar  .blog-author-view.page-layout-2columns-left .columns.filter,.category-view .sidebar  .blog-author-view.page-layout-2columns-right .columns.filter,.category-view .sidebar  .blog-author-view.page-layout-3columns .columns.filter {
}

.product-item .product-labels {
  max-width: 278px;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}

.product-item .product-label {
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .product-item .product-label {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.product-label {
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 700;
}

.product-label .icon svg {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

.product-label.product-label-green {
  color: var(--color-highlight-green);
}

.product-label.product-label-red {
  --tw-text-opacity: 1;
  color: rgb(244 128 142 / var(--tw-text-opacity));
}

.product-label.product-label-orange {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-label.product-label-blue,
    .product-label.product-label-grey {
  color: var(--default-title-color);
}

.hyva_checkout-index-index .btn.btn-primary {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.hyva_checkout-index-index .btn.btn-primary:hover {
  background-color: var(--color-primary-darker);
}

.hyva_checkout-index-index .btn.btn-primary {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px !important;
}

.hyva_checkout-index-index .page-header {
  margin-bottom: 0px !important;
}

.hyva_checkout-index-index .nav-breadcrumbs {
  margin-bottom: 0px;
  border-width: 0px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index .nav-breadcrumbs {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.hyva_checkout-index-index .checkout-header {
  background-color: var(--color-background-checkout-header);
}

.hyva_checkout-index-index 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;
}

.hyva_checkout-index-index 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;
}

.hyva_checkout-index-index 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;
  min-height: 44px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--default-border-color);
  --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);
}

.hyva_checkout-index-index select:focus {
  border-color: var(--color-primary);
  --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: var(--color-primary);
  --tw-ring-opacity: 0.5;
}

.toolbar-sorter .hyva_checkout-index-index select.sorter-options {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hyva_checkout-index-index .field-success {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.hyva_checkout-index-index div.field-error input[aria-invalid="true"] + .error-message {
  grid-column: span 12 / span 12;
  display: block;
}

[data-content-type$='block'] .hyva_checkout-index-index div.field-error input[aria-invalid="true"] + .error-message p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .hyva_checkout-index-index div.field-error input[aria-invalid="true"] + .error-message.filter {
}

@media (min-width: 768px) {
  .hyva_checkout-index-index div.field-error input[aria-invalid="true"] + .error-message {
    grid-column: span 6 / span 6;
  }
}

.hyva_checkout-index-index div[role='dialog'] {
  max-height: 90%;
  padding: 1rem;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index div[role='dialog'] {
    max-height: 100%;
    padding: 1.5rem;
  }
}

.hyva_checkout-index-index input.form-input.field-success {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='h-6 w-6' fill='none' viewBox='0 0 24 24' stroke='%2305A87D' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7' /%3E%3C/svg%3E");
  background-size: 20px;
  background-position: right 30px center;
  background-repeat: no-repeat;
  padding-right: 3rem !important;
}

.hyva_checkout-index-index .field .tooltip {
  right: -4px;
}

.hyva_checkout-index-index .field-street\.0 .tooltip, .hyva_checkout-index-index .field-street\.1 .tooltip, .hyva_checkout-index-index .field-street\.2 .tooltip, .hyva_checkout-index-index .field-street\.3 .tooltip {
  top: 5px;
}

.hyva_checkout-index-index .columns {
  padding: 0px;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hyva_checkout-index-index .checkbox-wrapper label {
  margin-left: 0px;
}

.hyva_checkout-index-index .page-main {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: var(--color-background-checkout);
  padding-bottom: 6rem;
}

.hyva_checkout-index-index #hyva-checkout-main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 1536px;
  }
}

.hyva_checkout-index-index #hyva-checkout-main {
  max-width: 480px;
}

@media (min-width: 480px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 640px;
  }
}

@media (min-width: 640px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 1024px;
  }
}

@media (min-width: 1024px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    max-width: 1392px;
  }
}

@media (min-width: 768px) {
  .hyva_checkout-index-index #hyva-checkout-main {
    padding: 0px;
  }
}

.hyva_checkout-index-index #hyva-checkout-main .label {
  color: var(--default-title-color);
}

.hyva_checkout-index-index #hyva-checkout-main .field-wrapper {
  margin-bottom: 1.5rem;
}

.hyva_checkout-index-index #hyva-checkout-main .form-input {
  padding-right: 2rem;
  color: var(--default-title-color);
}

.hyva_checkout-index-index #hyva-checkout-main .form-input::-moz-placeholder {
  opacity: 0;
}

.hyva_checkout-index-index #hyva-checkout-main .form-input::placeholder {
  opacity: 0;
}

.hyva_checkout-index-index #hyva-checkout-main .breadcrumbs .item.active {
  font-weight: 400;
  color: var(--default-title-color);
  text-decoration-line: none;
}

.hyva_checkout-index-index #hyva-checkout-main .breadcrumbs .item.active:hover {
  text-decoration-line: none;
}

.hyva_checkout-index-index #hyva-checkout-main .breadcrumbs .item.locked {
  cursor: not-allowed;
  color: var(--default-title-color);
  opacity: 0.5;
}

.hyva_checkout-index-index #hyva-checkout-main .breadcrumbs .item.completed {
  color: var(--default-title-color);
  text-decoration-line: none;
  opacity: 0.5;
}

.hyva_checkout-index-index #hyva-checkout-main .breadcrumbs .item.completed:hover {
  text-decoration-line: none;
}

.hyva_checkout-index-index #hyva-checkout-main div.required > label > span:after {
  display: none;
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary .price {
  font-weight: 400;
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary .item-total-price.marked .price {
  color: var(--default-title-color);
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary {
  border-radius: var(--border-radius-checkout);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary {
    padding: 2.5rem;
  }
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary .total-segments {
  display: flex;
  flex-direction: column;
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary .total-segments .item {
  margin-top: 0.5rem;
  border-bottom-width: 1px;
  border-color: var(--default-border-color);
  padding-bottom: 0.5rem;
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary .total-segments .item.grand_total,
                        .hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary .total-segments .item.tax {
  border-width: 0px;
  padding-bottom: 0px;
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary .total-segments .item.discount .value {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary .total-segments .item.discount .value .price {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary .total-segments .item.tax {
  order: 1;
  margin-top: 0px;
}

.hyva_checkout-index-index #hyva-checkout-main #quote-summary > .price-summary .total-segments .item.grand_total .price {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: var(--default-title-color);
}

.hyva_checkout-index-index #shipping-details .field-street\.0,
        .hyva_checkout-index-index #shipping-details .field-street\.1,
        .hyva_checkout-index-index #billing-details .field-street\.0,
        .hyva_checkout-index-index #billing-details .field-street\.1 {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index #shipping-details .field-street\.0,
        .hyva_checkout-index-index #shipping-details .field-street\.1,
        .hyva_checkout-index-index #billing-details .field-street\.0,
        .hyva_checkout-index-index #billing-details .field-street\.1 {
    grid-column: span 6 / span 6;
  }
}

.hyva_checkout-index-index #shipping-details .field-street\.2,
        .hyva_checkout-index-index #shipping-details .field-street\.3,
        .hyva_checkout-index-index #billing-details .field-street\.2,
        .hyva_checkout-index-index #billing-details .field-street\.3 {
  grid-column: span 12 / span 12;
}

.hyva_checkout-index-index #shipping-details [data-msg-field^="street"], .hyva_checkout-index-index #billing-details [data-msg-field^="street"] {
  display: none;
}

.hyva_checkout-index-index #shipping-method-list .price {
  font-weight: 400;
}

.hyva_checkout-index-index .field-wrapper:has(.loading) .field-loader {
  display: flex;
}

.hyva_checkout-index-index .filter-checkbox + label {
  position: relative;
  padding-left: 2rem;
  font-weight: 400;
}

.hyva_checkout-index-index .filter-checkbox + label::before {
  content: var(--tw-content);
  display: block;
}

.hyva_checkout-index-index .filter-checkbox + label:before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 1px;
  border-color: var(--default-border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.19471 0.792787C9.38218 0.980314 9.4875 1.23462 9.4875 1.49979C9.4875 1.76495 9.38218 2.01926 9.19471 2.20679L4.19471 7.20679C4.00718 7.39426 3.75288 7.49957 3.48771 7.49957C3.22255 7.49957 2.96824 7.39426 2.78071 7.20679L0.780712 5.20679C0.598554 5.01818 0.497759 4.76558 0.500038 4.50339C0.502316 4.24119 0.607485 3.99038 0.792893 3.80497C0.978301 3.61956 1.22911 3.51439 1.49131 3.51211C1.75351 3.50983 2.00611 3.61063 2.19471 3.79279L3.48771 5.08579L7.78071 0.792787C7.96824 0.605316 8.22255 0.5 8.48771 0.5C8.75288 0.5 9.00718 0.605316 9.19471 0.792787Z" fill="white"/></svg>');
}

.hyva_checkout-index-index .filter-checkbox + label:hover:before {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hyva_checkout-index-index .filter-checkbox[checked] + label:before, .hyva_checkout-index-index .filter-checkbox:checked + label:before {
  border-color: var(--color-primary);
  background-color: var(--color-background-checkout-primary);
}

.hyva_checkout-index-index .control-indicator {
  position: relative;
  display: flex;
  height: 1rem;
  width: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--default-border-color);
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

.hyva_checkout-index-index input[type='radio']:not(.customer-type):checked + .control-indicator {
  border-color: var(--color-primary);
  background-color: var(--color-background-checkout-primary);
}

.hyva_checkout-index-index input[type='radio']:not(.customer-type):checked + .control-indicator:before {
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.hyva_checkout-index-index .customer-type-radio-wrap .checked .control-indicator {
  border-color: var(--color-primary);
  background-color: var(--color-background-checkout-primary);
}

.hyva_checkout-index-index .customer-type-radio-wrap .checked .control-indicator:before {
  height: 6px;
  width: 6px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.hyva_checkout-index-index .address {
  font-weight: 400;
  font-style: normal;
}

.hyva_checkout-index-index .payment-instructions {
  padding-left: 0px;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index .payment-instructions {
    padding-left: 1.5rem;
  }
}

.hyva_checkout-index-index .payment-instructions div, .hyva_checkout-index-index .payment-instructions p {
  background-color: transparent;
  padding: 0px;
}

.hyva_checkout-index-index #quote-actions {
  margin-top: 1rem;
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal {
  margin-top: 1rem;
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal 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;
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal 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;
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal 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;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  min-height: 44px;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--default-border-color);
  --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);
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal select:focus {
  border-color: var(--color-primary);
  --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: var(--color-primary);
  --tw-ring-opacity: 0.5;
}

.toolbar-sorter .hyva_checkout-index-index #payment-method-option-mollie_methods_ideal select.sorter-options {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal select:focus {
  border-color: var(--border-color-checkout);
  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);
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal select:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal select[aria-invalid="true"] {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal select[aria-invalid="true"]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal select[aria-invalid="true"]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal .option-inner {
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal .option-inner div[id*="payment-method-view"] {
  margin-top: 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index #payment-method-option-mollie_methods_ideal .option-inner div[id*="payment-method-view"] {
    margin-right: 1rem;
    width: calc(60% - 1rem);
  }
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_ideal .option-inner .place-order-button {
  margin-top: 1rem;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index #payment-method-option-mollie_methods_creditcard .payment-instructions {
    padding-right: 1.5rem;
  }
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_creditcard #mollie-card-component {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_creditcard #mollie-card-component .mollie-card-component {
  margin-bottom: 1rem;
  width: 100%;
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_creditcard #mollie-card-component .mollie-card-component--expiryDate,
                    .hyva_checkout-index-index #payment-method-option-mollie_methods_creditcard #mollie-card-component .mollie-card-component--verificationCode {
  width: calc(50% - 4px);
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_creditcard #mollie-card-component .mollie-component {
  min-height: 44px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--default-border-color);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
  padding-bottom: 0.5rem;
  --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);
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_creditcard #mollie-card-component .mollie-component:focus {
  border-color: var(--border-color-checkout);
  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);
}

.hyva_checkout-index-index #payment-method-option-mollie_methods_creditcard #mollie-card-component [role='alert'] {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hyva_checkout-index-index #payment-method-option-banktransfer .payment-instructions {
  color: var(--default-title-color);
}

.hyva_checkout-index-index #payment-method-option-paypal_express .payment-instructions {
  padding-left: 0px;
}

.hyva_checkout-index-index #payment-method-option-paypal_express .payment-instructions #paypal-button-container {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
}

@media (min-width: 768px) {
  .hyva_checkout-index-index #payment-method-list li .option-inner .place-order-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.hyva_checkout-index-index #guest-details .checkout-form-toolbar {
  margin-bottom: 1.5rem;
}

.mobile-nav {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  color: var(--default-title-color) !important;
}

.mobile-nav a > svg {
  color: var(--default-title-color) !important;
}

.mobile-menu .nav-section-title,
    .mobile-menu .nav-title,
    .mobile-menu .back-link span {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
  color: var(--default-title-color) !important;
}

.mobile-menu .mobile-menu-inner-wrapper a {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  color: var(--default-title-color) !important;
}

.mobile-menu-inner {
  background-color: var(--color-gray-light) !important;
}

.mobile-nav-additional {
  background-color: var(--color-gray-light) !important;
}

.mobile-nav-additional .mobile-menu-links li {
  margin-bottom: 1.5rem;
}

.mobile-nav-additional .mobile-menu-links li a {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.mobile-nav-additional .mobile-menu-links .link-icon {
  width: auto;
  background-color: transparent;
  padding: 0px;
}

.mobile-nav-additional .mobile-menu-links .link-text {
  padding-left: 0px;
}

.mobile-nav-additional .mobile-menu-links-item svg {
  color: var(--default-title-color) !important;
}

.mobile-nav-additional .nav-help-links-container p {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mobile-nav-additional .nav-help-links-container .mobile-menu-links li a {
  font-weight: 400;
}

.mobile-nav-additional .nav-help-links-container .mobile-menu-links li a > svg {
  position: static;
}

.mobile-nav-additional .nav-help-links-container .nav-section.footer-social-icons .nav-section-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.mobile-nav-additional .nav-help-links-container .nav-section.footer-social-icons .nav-section-content svg {
  max-width: 48px;
}

.checkout-success-page-title {
  font-size: 40px;
}

.checkout-success-block-container {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-color: var(--color-gray-light);
}

.checkout-success-block-container::before {
  position: absolute;
  left: 50%;
  z-index: -10;
  height: 100%;
  width: 100vw;
  --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));
  content: var(--tw-content);
  background-color: var(--color-gray-light);
}

@media (min-width: 1024px) {
  .checkout-success-block-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.checkout-success-info-usp {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media not all and (min-width: 1024px) {
  .checkout-success-info-usp {
    margin-bottom: 1.5rem;
  }
}

.checkout-success-info-usp-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px) {
  .checkout-success-info-usp-item {
    line-height: 63px;
  }
}

.checkout-success-info-usp-item .usp-icon,
    .checkout-success-info-usp-item .usp-text {
  color: var(--default-title-color);
}

.checkout-success-steps-container {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .checkout-success-steps-container {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.checkout-success-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .checkout-success-steps {
    flex-direction: row;
    gap: 2rem;
  }
}

.checkout-success-steps-title {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
  font-size: 28px;
  line-height: 38px;
}

@media (min-width: 1024px) {
  .checkout-success-steps-title {
    margin-bottom: 50px;
  }
}

.checkout-success-steps-item {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  border-width: 1px;
  border-color: var(--default-border-color);
  padding: 1rem;
}

@media (min-width: 640px) {
  .checkout-success-steps-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.checkout-success-steps-item {
  border-radius: 1rem;
}

.checkout-success-steps-item .checkout-success-steps-item-icon {
  margin-bottom: 0.5rem;
  display: flex;
  height: 5rem;
  width: 5rem;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 9999px;
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.checkout-success-steps-item .checkout-success-steps-item-right-icon {
  position: absolute;
  z-index: 10;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 244 252 / var(--tw-bg-opacity));
  color: var(--default-title-color);
}

@media not all and (min-width: 1024px) {
  .checkout-success-steps-item .checkout-success-steps-item-right-icon {
    bottom: 0px;
    left: 50%;
    --tw-translate-x: -33.333333%;
    --tw-translate-y: 75%;
    --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));
  }
}

@media (min-width: 1024px) {
  .checkout-success-steps-item .checkout-success-steps-item-right-icon {
    right: 0px;
    top: 3rem;
    --tw-translate-x: 75%;
    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));
  }
}

.checkout-success-steps-item .checkout-success-steps-item-title {
  display: flex;
  gap: 0.25rem;
  font-size: 22px;
  font-weight: 700;
  line-height: 2;
  color: var(--default-title-color);
}

.checkout-success-steps-item .checkout-success-steps-item-text {
  line-height: 2;
  color: var(--default-title-color);
}

.checkout-success-contact-container {
  margin-bottom: 1rem;
  display: block;
}

[data-content-type$='block'] .checkout-success-contact-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .checkout-success-contact-container.filter {
}

@media (min-width: 1024px) {
  .checkout-success-contact-container {
    margin-bottom: 2rem;
    margin-top: 5rem;
  }
}

.checkout-success-contact-title {
  margin-bottom: 2rem;
  font-size: 28px;
  line-height: 42px;
}

@media (min-width: 1024px) {
  .checkout-success-contact-title {
    margin-bottom: 50px;
  }
}

.checkout-success-contact-content {
  display: grid;
  gap: 2rem;
}

.categories-list.checkout-success-contact-content {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

@media not all and (min-width: 1024px) {
  .categories-list.checkout-success-contact-content {
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .categories-list.checkout-success-contact-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .categories-list.checkout-success-contact-content {
    display: flex;
    justify-content: space-between;
  }
}

.categories-list.checkout-success-contact-content .categories-list-item {
  display: flex;
  height: auto;
  width: auto;
  flex-direction: column;
  align-items: center;
  border-width: 1px;
  border-color: var(--default-border-color);
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px) {
  .categories-list.checkout-success-contact-content .categories-list-item {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.categories-list.checkout-success-contact-content .categories-list-item .categories-list-image {
  margin-bottom: 1.5rem;
}

.categories-list.checkout-success-contact-content .categories-list-item .categories-list-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  color: var(--default-title-color);
}

.group:hover .categories-list.checkout-success-contact-content .categories-list-item .categories-list-title {
  text-decoration-line: underline;
}

@media (min-width: 1024px) {
  .categories-list.checkout-success-contact-content .categories-list-item .categories-list-title {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .categories-list.checkout-success-contact-content .categories-list-item .categories-list-title {
    max-width: 150px;
  }
}

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

.checkout-success-contact-content .checkout-success-contact-item {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  border-width: 1px;
  border-color: var(--default-border-color);
  padding: 1rem;
}

@media (min-width: 640px) {
  .checkout-success-contact-content .checkout-success-contact-item {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.checkout-success-contact-content .checkout-success-contact-item {
  border-radius: 1rem;
}

@media (min-width: 1024px) {
  .checkout-success-contact-content .checkout-success-contact-item {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

.checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-item-title {
  margin-bottom: 50;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-item-title,
        .checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-content-text {
  line-height: 2;
  color: var(--default-title-color);
}

.checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-item-title p, .checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-content-text p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

.checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-item-title p:last-child, .checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-content-text p:last-child {
  margin-bottom: 0px;
}

.checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-text-list {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-text-list-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  line-height: 2;
}

.checkout-success-contact-content .checkout-success-contact-item .checkout-success-contact-text-small {
  font-size: 0.75rem;
  line-height: 1rem;
}

.checkout-success-contact-content .checkout-success-shipping-list {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

.checkout-success-contact-content .checkout-success-shipping-list-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1;
}

.checkout-success-contact-content .checkout-success-shipping-list-item:first-child {
  border-top-width: 1px;
}

@media (min-width: 640px) {
  .checkout-success-contact-content .checkout-success-shipping-list-item {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.checkout-success-contact-content .checkout-success-shipping-list-item > span:first-child {
  width: 150px;
}

.checkout-success-contact-content .checkout-success-shipping-list-item > span:nth-child(2) {
  width: 190px;
}

.checkout-success-contact-content .checkout-success-list-item-country {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  line-height: 2;
}

.checkout-success-contact-content .checkout-success-list-item-country .flag {
  height: 1.5rem;
  width: 1.5rem;
  overflow: hidden;
  border-radius: 9999px;
}

.checkout-success-contact-content .checkout-success-list-item-country .flag img {
  height: 1.5rem;
  width: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkout-success-contact-content .checkout-success-shipping-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 700;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(50 123 133 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--color-primary);
}

#cookie-bar-modal div.checkout-success-contact-content .checkout-success-shipping-link {
  color: var(--default-text-color);
}

.checkout-success-contact-content .checkout-success-shipping-link {
  transition: transform 250ms ease, color 250ms ease;
}

.checkout-success-contact-content .checkout-success-shipping-link:hover {
  text-decoration-line: underline;
}

.checkout-success-contact-content .checkout-success-shipping-link:hover span {
  --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));
  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: transform 250ms ease, color 250ms ease;
}

/* purgecss end ignore */

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

.\!static {
  position: static !important;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-8 {
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
}

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

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

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-full {
  top: 100%;
}

.left-0 {
  left: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.right-2 {
  right: 0.5rem;
}

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

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

.-top-1 {
  top: -0.25rem;
}

.-right-1 {
  right: -0.25rem;
}

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

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

.top-2 {
  top: 0.5rem;
}

.left-4 {
  left: 1rem;
}

.right-4 {
  right: 1rem;
}

.right-1 {
  right: 0.25rem;
}

.right-3 {
  right: 0.75rem;
}

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

.bottom-8 {
  bottom: 2rem;
}

.left-8 {
  left: 2rem;
}

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

.right-8 {
  right: 2rem;
}

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

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

.-top-5 {
  top: -1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

.z-\[29\] {
  z-index: 29;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

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

.m-4 {
  margin: 1rem;
}

.m-0 {
  margin: 0px;
}

.m-2 {
  margin: 0.5rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

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

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

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

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

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

.mr-2 {
  margin-right: 0.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

.-mr-2 {
  margin-right: -0.5rem;
}

.mt-auto {
  margin-top: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-16 {
  margin-top: 4rem;
}

.mr-8 {
  margin-right: 2rem;
}

.ml-\[3px\] {
  margin-left: 3px;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mr-\[var\(--thumbs-gap\)\] {
  margin-right: var(--thumbs-gap);
}

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

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

.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-5 {
  height: 1.25rem;
}

.h-48 {
  height: 12rem;
}

.h-8 {
  height: 2rem;
}

.h-6 {
  height: 1.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-full {
  height: 100%;
}

.h-4 {
  height: 1rem;
}

.h-3 {
  height: 0.75rem;
}

.h-auto {
  height: auto;
}

.h-9 {
  height: 2.25rem;
}

.h-16 {
  height: 4rem;
}

.h-12 {
  height: 3rem;
}

.h-11 {
  height: 2.75rem;
}

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

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

.h-2 {
  height: 0.5rem;
}

.h-1 {
  height: 0.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-screen {
  height: 100vh;
}

.h-56 {
  height: 14rem;
}

.h-40 {
  height: 10rem;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen-50 {
  max-height: 50vh;
}

.max-h-\[95\%\] {
  max-height: 95%;
}

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

.min-h-a11y {
  min-height: 44px;
}

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

.min-h-14 {
  min-height: 3.5rem;
}

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

.min-h-0 {
  min-height: 0px;
}

.w-full {
  width: 100%;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

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

.w-5 {
  width: 1.25rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-6 {
  width: 1.5rem;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-screen {
  width: 100vw;
}

.w-40 {
  width: 10rem;
}

.w-0 {
  width: 0px;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-32 {
  width: 8rem;
}

.w-56 {
  width: 14rem;
}

.w-3 {
  width: 0.75rem;
}

.w-auto {
  width: auto;
}

.w-44 {
  width: 11rem;
}

.w-60 {
  width: 15rem;
}

.w-9 {
  width: 2.25rem;
}

.w-20 {
  width: 5rem;
}

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

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

.w-16 {
  width: 4rem;
}

.w-1\/4 {
  width: 25%;
}

.w-3\/4 {
  width: 75%;
}

.w-12 {
  width: 3rem;
}

.w-11 {
  width: 2.75rem;
}

.w-2\.5 {
  width: 0.625rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

.w-80 {
  width: 20rem;
}

.w-24 {
  width: 6rem;
}

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

.w-7 {
  width: 1.75rem;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-28 {
  width: 7rem;
}

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

.min-w-20 {
  min-width: 5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-\[1\.5rem\] {
  min-width: 1.5rem;
}

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

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

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

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-\[theme\(spacing\.12\)\] {
  min-width: 3rem;
}

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

.max-w-prose {
  max-width: 65ch;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

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

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

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

.max-w-\[theme\(spacing\.20\)\] {
  max-width: 5rem;
}

.\!max-w-none {
  max-width: none !important;
}

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

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

.basis-0 {
  flex-basis: 0px;
}

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.-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-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-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-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-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-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-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-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-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-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-x-\[50px\] {
  --tw-translate-x: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
  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\/4 {
  --tw-translate-x: -25%;
  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-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));
}

.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-\[-5deg\] {
  --tw-rotate: -5deg;
  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));
}

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

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

.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 spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

.cursor-pointer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-default {
  cursor: default;
}

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

.list-none {
  list-style-type: none;
}

.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-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.grid-cols-7 {
  grid-template-columns: repeat(7, 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-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-rows-1 {
  grid-template-rows: repeat(1, 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;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-0 {
  gap: 0px;
}

.gap-5 {
  gap: 1.25rem;
}

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

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

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

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

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

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

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

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

.gap-y-3 {
  row-gap: 0.75rem;
}

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

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.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-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-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

.divide-default-gray > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--default-border-color);
}

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

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.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-full {
  border-radius: 9999px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

.border-2 {
  border-width: 2px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y-0 {
  border-top-width: 0px;
  border-bottom-width: 0px;
}

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

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

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

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

.border-r-0 {
  border-right-width: 0px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l {
  border-left-width: 1px;
}

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

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

.border-default-gray {
  border-color: var(--default-border-color);
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container {
  border-color: var(--default-border-color);
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-primary {
  border-color: var(--color-primary);
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-transparent {
  border-color: transparent;
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}

.border-checkout-highlight {
  border-color: var(--border-color-checkout);
}

.\!border-primary {
  border-color: var(--color-primary) !important;
}

.border-inherit {
  border-color: inherit;
}

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

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

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.bg-container {
  background-color: var(--color-gray-light);
}

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

.bg-primary {
  background-color: var(--color-primary);
}

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-title-color {
  background-color: var(--default-title-color);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.bg-checkout-secondary {
  background-color: var(--color-background-checkout-secondary);
}

.bg-primary-color {
  --tw-bg-opacity: 1;
  background-color: rgb(50 123 133 / var(--tw-bg-opacity));
}

.bg-primary-color-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(37 93 101 / var(--tw-bg-opacity));
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-checkout-primary {
  background-color: var(--color-background-checkout-primary);
}

.bg-inherit {
  background-color: inherit;
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.fill-current {
  fill: currentColor;
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-green-400 {
  stroke: #34d399;
}

.stroke-red-400 {
  stroke: #f87171;
}

.stroke-white {
  stroke: #fff;
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-10 {
  padding: 2.5rem;
}

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

.pr-4 {
  padding-right: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

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

.pt-16 {
  padding-top: 4rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

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

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

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

.pt-0\.5 {
  padding-top: 0.125rem;
}

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

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

.pr-10 {
  padding-right: 2.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

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

.pl-12 {
  padding-left: 3rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-20 {
  padding-left: 5rem;
}

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

.pl-14 {
  padding-left: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

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

.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.font-medium {
  font-weight: 500;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.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-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

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

.leading-7 {
  line-height: 1.75rem;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-4 {
  line-height: 1rem;
}

.\!leading-4 {
  line-height: 1rem !important;
}

.leading-loose {
  line-height: 2;
}

.leading-8 {
  line-height: 2rem;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-title-color {
  color: var(--default-title-color);
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-primary {
  color: var(--color-primary);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-star {
  color: var(--color-star);
}

.text-star-default {
  color: var(--default-gray-color);
}

.text-default-gray {
  color: var(--default-border-color);
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.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-75 {
  opacity: 0.75;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

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

.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-primary {
  --tw-ring-color: var(--color-primary);
}

.ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

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

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

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

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

.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-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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

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

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.mask-overflow {
  --tw-mask-dir: to right;
  --tw-mask-size: 2rem;
  --tw-mask-color: 0 0 0;
  /* rgb color keys */
  --tw-mask-start: rgb(var(--tw-mask-color) / 0%);
  --tw-mask-end: rgb(var(--tw-mask-color) / 0%);
  --tw-mask: linear-gradient(
            var(--tw-mask-dir),
            var(--tw-mask-start),
            rgb(var(--tw-mask-color)) var(--tw-mask-size),
            rgb(var(--tw-mask-color)) calc(100% - var(--tw-mask-size)),
            var(--tw-mask-end)
        );
  -webkit-mask-image: var(--tw-mask);
  mask-image: var(--tw-mask);
}

.mask-overflow-start {
  --tw-mask-end: rgb(var(--tw-mask-color));
}

.mask-overflow-end {
  --tw-mask-start: rgb(var(--tw-mask-color));
}

.mask-dir-y {
  --tw-mask-dir: to bottom;
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.\[--thumbs-gap\:theme\(\'spacing\.2\'\)\] {
  --thumbs-gap: 0.5rem;
}

.\[wire\:select\] {
  wire: select;
}

.\[wire\:model\] {
  wire: model;
}

.\[wire\:auto-save\] {
  wire: auto-save;
}

.\[wire\:model\.defer\] {
  wire: model.defer;
}

.page-footer{
}

.page-header .search-autocomplete {
  color: var(--default-title-color);
}

.page-header .search-autocomplete span {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-header .search-autocomplete .price-label {
  display: none;
}

.page-header .search-autocomplete .price-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.page-header .search-autocomplete .old-price .price-container {
  color: var(--color-primary);
  text-decoration-line: line-through;
}

#cookie-bar-modal div.page-header .search-autocomplete .old-price .price-container {
  color: var(--default-text-color);
}

.page-main {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .page-main {
    margin-top: 2rem;
  }
}

.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.allow-all-cookies-button,
.allow-only-functional-cookie {
  cursor: pointer;
}

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

.account-nav ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.account-nav ul li strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.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));
  padding-top: 1rem;
}

.actions-toolbar a.back {
  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));
}

.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;
  background-color: var(--color-gray-light);
}

.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;
  color: var(--color-primary);
}

#cookie-bar-modal div.order-links li.current {
  color: var(--default-text-color);
}

.order-links li a {
  text-decoration-line: underline;
}

.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

form label, fieldset label {
  margin-bottom: 0.5rem;
  display: block;
}

[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 .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(220 38 38 / var(--tw-text-opacity));
  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;
  color: var(--color-primary);
}

#cookie-bar-modal divform legend,#cookie-bar-modal div fieldset legend {
  color: var(--default-text-color);
}

form legend + br, fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

/* For backwards compatibility */

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}

html {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--default-font-family), "Helvetica Neue", Arial, sans-serif;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--default-text-color);
}

h1 {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  color: var(--default-title-color);
  font-family: Avenir, sans-serif;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: var(--default-title-color);
  font-family: Avenir, sans-serif;
}

h3 {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: var(--default-title-color);
  font-family: Avenir, sans-serif;
}

.font-title {
  font-family: Avenir, sans-serif;
}

@font-face {
  font-family: Avenir;

  font-weight: 300;

  src: url("https://www.tropilex.com/pt/static/version20250611142722/frontend/Vendic/hyva_tropilex/pt_PT/fonts/Avenir-Light.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: Avenir;

  font-weight: 500;

  src: url("https://www.tropilex.com/pt/static/version20250611142722/frontend/Vendic/hyva_tropilex/pt_PT/fonts/Avenir-Medium.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: Avenir;

  font-weight: 600;

  src: url("https://www.tropilex.com/pt/static/version20250611142722/frontend/Vendic/hyva_tropilex/pt_PT/fonts/Avenir-Black.woff2") format("woff2");

  font-display: swap;
}

@font-face {
  font-family: Avenir;

  font-weight: 600;

  src: url("https://www.tropilex.com/pt/static/version20250611142722/frontend/Vendic/hyva_tropilex/pt_PT/fonts/Avenir-Black.woff2") format("woff2");

  font-display: swap;
}

.footer-contact-block svg {
  margin-bottom: 1.5rem;
}

.footer-contact-block .footer-contact-block-info svg {
  margin-bottom: 0px;
}

.page-footer .usp-container {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-social-icons ul {
  justify-content: center;
}

.footer-content-newsletter h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: var(--default-title-color);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 1024px) {
  .footer-content-newsletter h3 {
    font-size: 26px;
  }
}

.btn {
  border-radius: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.btn-primary {
  background-color: var(--pink-color);
}

.btn-primary:hover {
  background-color: var(--color-primary);
}

.btn-secondary {
  border-width: 1px;
  border-color: var(--default-title-color);
}

.btn-secondary:hover {
  border-color: var(--default-title-color);
  background-color: var(--color-gray-light);
}

.hyva_checkout-index-index .btn.btn-primary {
  background-color: var(--pink-color) !important;
}

.hyva_checkout-index-index .btn.btn-primary:hover {
  background-color: var(--color-primary) !important;
}

.header-search {
  width: auto;
  border-bottom-width: 1px;
  border-color: var(--default-title-color);
}

.header-search:focus {
  width: 100%;
  --tw-ring-color: var(--pink-color);
}

@media not all and (min-width: 1024px) {
  .header-container .search-container {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-bottom: 0px;
  }
}

.header-container .customer-service span {
  color: var(--default-title-color);
}

.nav-featured-links-container ul {
  gap: 2rem;
}

.nav-featured-links-container li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav-featured-links-container li a {
  background-color: inherit;
  padding: 0px;
}

.nav-featured-links-container .badge {
  border-radius: 1rem;
}

.nav-featured-links-container.mobile li {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: inherit;
}

.mobile-menu-inner {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.homepage-banners {
  display: block;
}

[data-content-type$='block'] .homepage-banners p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .homepage-banners.filter {
}

.homepage-banner-container {
  margin-bottom: 2rem;
  display: block;
}

[data-content-type$='block'] .homepage-banner-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .homepage-banner-container.filter {
}

@media (min-width: 1024px) {
  .homepage-banner-container {
    margin-bottom: 4rem;
    border-radius: 1rem;
  }
}

.homepage-banner-container .banner-item img {
  height: auto;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.homepage-banner-container .banner-item .mobile {
  display: block;
}

[data-content-type$='block'] .homepage-banner-container .banner-item .mobile p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .homepage-banner-container .banner-item .mobile.filter {
}

@media (min-width: 768px) {
  .homepage-banner-container .banner-item .mobile {
    display: none;
  }
}

.homepage-banner-container .banner-item .desktop {
  display: none;
}

@media (min-width: 768px) {
  .homepage-banner-container .banner-item .desktop {
    display: block;
  }
}

.homepage-usp-banner {
  margin-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .homepage-usp-banner {
    margin-bottom: 5rem;
  }
}

.homepage-usp-banner .homepage-usp-banner-image {
  position: relative;
  max-height: 584px;
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-desktop {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-desktop {
    display: block;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-mobile {
  height: 380px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-mobile {
    height: 580px;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-image-mobile {
    display: none;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.5;
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 825px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-title {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media not all and (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-title {
    font-size: 44px;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-text {
  font-weight: 400;
}

@media (min-width: 768px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-content-inner .homepage-usp-banner-text {
    font-size: 22px;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps {
  margin-top: 1.25rem;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

@media (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps {
    margin-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps {
    margin-top: 5rem;
    flex-wrap: nowrap;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp {
  display: flex;
  width: 33.333333%;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp {
    gap: 1.25rem;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp:nth-child(3),
                    .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp:nth-child(4) {
  display: none;
}

@media (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp:nth-child(3),
                    .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp:nth-child(4) {
    display: flex;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-title {
  font-weight: 600;
}

@media not all and (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
  overflow: hidden;
  font-weight: 400;
}

@media not all and (min-width: 640px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-title,
                    .homepage-usp-banner .homepage-usp-banner-image .homepage-usp-banner-content .homepage-usp-banner-usps .homepage-usp-banner-usp .homepage-usp-banner-usp-description {
  max-width: 248px;
}

.categories-list-item {
  border-radius: 1rem;
}

.pdp-faq-section,
.pdp-faq-section-content {
  border-radius: 0.75rem;
}

.product.product-item .product-info .rating-stock-row {
  display: none;
}

.products-grid .usp-container {
  border-radius: 0.5rem;
}

.cart-methods-wrapper,
.cart-page-summary {
  border-radius: 1rem;
}

.cart.items:first-child {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.cart.items:last-child {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.cart-drawer.item {
  border-radius: 1rem;
}

@media (min-width: 1024px) {
  .pages-items {
    margin-bottom: 1.5rem;
  }
}

.pages-items .page[aria-current="page"] {
  background-color: var(--color-primary);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pages-items .pages-item-previous a,
    .pages-items .pages-item-next a {
  background-color: var(--color-gray-light);
}

.pages-items .pages-item-previous a.action, .pages-items .pages-item-next a.action {
  color: var(--default-title-color);
}

.product-label.product-label-red {
  --tw-text-opacity: 1;
  color: rgb(244 128 142 / var(--tw-text-opacity));
}

.stock-status-in-stock {
  padding-left: 0px !important;
  color: var(--default-title-color) !important;
}

.stock-status-in-stock .stock-status-icon {
  display: none;
}

.toolbar-sorter .form-select.sorter-options {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.page-main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media not all and (min-width: 640px) {
  .product-info .product-info-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.mobile-menu-toggler > svg {
  color: var(--default-title-color);
}

.card {
  border-radius: 1rem;
}

.catalog-category-view .page-main {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .catalog-category-view .page-main {
    margin-top: 2rem;
  }
}

.pdp-product-attributes {
  border-radius: 1rem;
}

.item.product.product-item {
  border-radius: 1rem;
}

.products-grid .usp-container {
  border-radius: 1rem;
}

.pdp-simplebundles-list li {
  border-radius: 1rem;
}

.pdp-simplebundle-pic {
  border-radius: 1rem;
}

.pdp-simplebundle-pic .product-image-photo {
  border-radius: 1rem;
}

.pdp-simplebundle-info-prices {
  border-radius: 0.5rem;
}

/* purgecss end ignore */

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

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

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

.mollie-component.is-invalid {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.mollie-card-component {
  margin-bottom: 0.5rem;
}

.mollie-card-component__error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.youtube-video.left {
  margin-right: auto;
}

.youtube-video.center {
  margin-left: auto;
  margin-right: auto;
}

.youtube-video.right {
  margin-left: auto;
}

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

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

#hyva-checkout-main .breadcrumbs .item.completed {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

#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));
  padding: 1.5rem;
}

#hyva-checkout-main {
  display: flex;
  flex-direction: column;
}

/* global styles for paypal checkout */

#hyva-checkout-container [id*="paypal-messages"] {
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 1rem;
  text-align: center;
}

#hyva-checkout-container [id*='payment-method-view'] > [id*='paypal-button-'] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* styles for paypal cards */

.pp-stored-cards .pp-card-view {
  cursor: pointer;
  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: transform 250ms ease, color 250ms ease;
}

.pp-stored-cards .pp-card-view: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);
}

.pp-stored-cards .pp-card-view:active {
  opacity: 0.7;
}

.pp-stored-cards input[type='radio'] {
  display: none;
  cursor: pointer;
}

.pp-stored-cards input[type='radio']:checked + .pp-card-view {
  cursor: default;
  --tw-shadow: 0 0 0 4px #a1a1a1;
  --tw-shadow-colored: 0 0 0 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);
}

@media (min-width: 1024px) {
  .mobile-menu-toggler {
    display: none;
  }

  .mobile-menu {
    display: none;
  }
}

.mobile-menu .username {
  text-transform: capitalize;
}

.mobile-menu .nav-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.mobile-menu .nav-section-title {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--color-primary);
}

#cookie-bar-modal div.mobile-menu .nav-section-title {
  color: var(--default-text-color);
}

.mobile-menu .nav-title {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  color: var(--color-primary);
}

#cookie-bar-modal div.mobile-menu .nav-title {
  color: var(--default-text-color);
}

.mobile-menu .back-link {
  position: relative;
  margin-bottom: 1.75rem;
  cursor: pointer;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.mobile-menu .back-link svg {
  position: absolute;
}

.mobile-menu .back-link span {
  padding-left: 1.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.mobile-menu .logo-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.mobile-menu .show-all {
  text-transform: capitalize;
}

.mobile-nav {
  padding-top: 0.75rem;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mobile-nav a {
  position: relative;
  padding-left: 1.5rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  padding-right: 3rem;
}

.mobile-nav a > svg {
  position: absolute;
  right: 1.5rem;
  color: var(--color-primary);
}

#cookie-bar-modal div.mobile-nav a > svg {
  color: var(--default-text-color);
}

.mobile-nav[level="1"] {
  --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));
}

.mobile-nav[level="2"] {
  transform: translateX(-200%);
}

.mobile-nav[level="3"] {
  transform: translateX(-300%);
}

.mobile-nav[level="4"] {
  transform: translateX(-400%);
}

.mobile-menu-inner-wrapper {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 30;
  display: flex;
  max-width: 100%;
}

.mobile-menu .mobile-menu-inner-wrapper a {
  color: inherit;
}

.mobile-menu-inner {
  position: relative;
  display: flex;
  width: 100vw;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(249 251 251 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(80 94 96 / var(--tw-text-opacity));
  --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);
}

@media (min-width: 480px) {
  .mobile-menu-inner {
    max-width: 380px;
  }
}

.mobile-menu-wrapper {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.mobile-nav-wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 250ms ease, color 250ms ease;
}

.menu-item.active > .submenu {
  display: block;
}

[data-content-type$='block'] .menu-item.active > .submenu p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .menu-item.active > .submenu.filter {
}

.mobile-menu-opened:before {
  content: '';
  background-color: rgba(18, 37, 39, .25);
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.mobile-menu-links li {
  margin-bottom: 2rem;
}

.mobile-menu-links li:last-child {
  margin-bottom: 0px;
}

.mobile-menu-links li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 3rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-decoration-line: none;
}

.mobile-menu-links li a > svg {
  position: absolute;
  right: 1.5rem;
  color: var(--color-primary);
}

#cookie-bar-modal div.mobile-menu-links li a > svg {
  color: var(--default-text-color);
}

.mobile-menu-links .link-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(50 123 133 / var(--tw-text-opacity));
  color: var(--color-primary);
}

#cookie-bar-modal div.mobile-menu-links .link-icon {
  color: var(--default-text-color);
}

.mobile-menu-links .link-text {
  display: flex;
  min-height: 40px;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  padding-left: 0.5rem;
}

.mobile-menu-links .mobile-menu-links-item-subtitle {
  font-weight: 400;
}

.mobile-menu-loader-wrapper {
  display: flex;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

.menu-item.active > .submenu {
  display: block;
}

[data-content-type$='block'] .menu-item.active > .submenu p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.category-view .sidebar .menu-item.active > .submenu.filter {
}

.mobile-nav-additional {
  position: relative;
  z-index: 10;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(249 251 251 / var(--tw-bg-opacity));
}

.backdrop\:bg-black\/75::backdrop {
  background-color: rgb(0 0 0 / 0.75);
}

.backdrop\:backdrop-blur-sm::backdrop {
  --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);
}

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

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

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

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

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

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

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

.last\:hidden:last-child {
  display: none;
}

.last\:border-0:last-child {
  border-width: 0px;
}

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

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

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

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.even\:bg-container:nth-child(even) {
  background-color: var(--color-gray-light);
}

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

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

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

.hover\:scale-110:hover {
  --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));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-primary:hover {
  border-color: var(--color-primary);
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  color: var(--color-primary);
}

.hover\:text-primary-darker:hover {
  color: var(--color-primary-darker);
}

.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

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

.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.hover\:text-primary-color:hover {
  --tw-text-opacity: 1;
  color: rgb(50 123 133 / var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

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

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

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

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

.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-40:focus {
  z-index: 40;
}

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

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

.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  border-color: var(--color-primary);
}

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

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:text-slate-500:focus {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.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-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-primary:focus {
  --tw-ring-color: var(--color-primary);
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

.active\:shadow:active {
  --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);
}

.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\:border-slate-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.disabled\:text-slate-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:shadow-none:disabled {
  --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);
}

.group:hover .group-hover\: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));
}

.group:hover .group-hover\:translate-x-\[3px\] {
  --tw-translate-x: 3px;
  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\: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-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.group:disabled .group-disabled\:invisible {
  visibility: hidden;
}

.group:disabled .group-disabled\:flex {
  display: flex;
}

.peer:checked ~ .peer-checked\:bg-primary {
  background-color: var(--color-primary);
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.peer:disabled ~ .peer-disabled\:opacity-30 {
  opacity: 0.3;
}

.aria-\[current\=page\]\:underline[aria-current=page] {
  text-decoration-line: underline;
}

.data-\[active\]\:border-primary[data-active] {
  border-color: var(--color-primary);
}

[dir="rtl"] .peer:checked ~ .rtl\:peer-checked\:after\:-translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity));
  }

  .dark\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .max-lg\:container {
      max-width: 480px;
    }
  }

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .max-lg\:container {
      max-width: 480px;
    }
  }

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

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .max-lg\:container {
      max-width: 480px;
    }
  }

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

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

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .max-lg\:container {
      max-width: 480px;
    }
  }

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

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

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

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .max-lg\:container {
      max-width: 480px;
    }
  }

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

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

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

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

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .max-lg\:container {
      max-width: 480px;
    }
  }

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

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

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

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

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

  .max-lg\:order-4 {
    order: 4;
  }

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

  .max-lg\:hidden {
    display: none;
  }

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

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

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

@media not all and (min-width: 768px) {
  .max-md\:order-4 {
    order: 4;
  }

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

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

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

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

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

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

  .max-md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

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

  .max-md\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:w-\[200px\] {
    width: 200px;
  }

  .max-sm\:max-w-\[255px\] {
    max-width: 255px;
  }

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:items-center {
    align-items: center;
  }

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

@media (min-width: 480px) {
  .xs\:w-full {
    width: 100%;
  }

  .xs\:cursor-pointer {
    cursor: pointer;
  }

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

@media (min-width: 640px) {
  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:order-3 {
    order: 3;
  }

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

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

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

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

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .sm\:mr-8 {
    margin-right: 2rem;
  }

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

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

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

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

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

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

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:min-w-\[theme\(spacing\.24\)\] {
    min-width: 6rem;
  }

  .sm\:max-w-\[theme\(spacing\.32\)\] {
    max-width: 8rem;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 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-end {
    justify-content: flex-end;
  }

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

  .sm\:gap-8 {
    gap: 2rem;
  }

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

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

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

  .sm\:p-4 {
    padding: 1rem;
  }

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

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

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

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

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:order-3 {
    order: 3;
  }

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

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

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

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

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

  .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-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

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

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

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

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:\!block {
    display: block !important;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

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

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .md\:w-6 {
    width: 1.5rem;
  }

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

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

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

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

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-\[50vw\] {
    width: 50vw;
  }

  .md\:w-72 {
    width: 18rem;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

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

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

  .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-4 {
    gap: 1rem;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .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\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

  .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-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\: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\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

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

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

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

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

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pl-16 {
    padding-left: 4rem;
  }

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

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

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

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

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .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\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

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

  @media (min-width: 480px) {
    .lg\:container {
      max-width: 480px;
    }
  }

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

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

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

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

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

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-20 {
    top: 5rem;
    right: 5rem;
    bottom: 5rem;
    left: 5rem;
  }

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

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

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

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:float-right {
    float: right;
  }

  .lg\:float-left {
    float: left;
  }

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

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-\[var\(--thumbs-gap\)\] {
    margin-left: var(--thumbs-gap);
    margin-right: var(--thumbs-gap);
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-\[var\(--thumbs-gap\)\] {
    margin-bottom: var(--thumbs-gap);
  }

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

  .lg\:ml-auto {
    margin-left: auto;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:\!block {
    display: block !important;
  }

  .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\:max-h-screen-50 {
    max-height: 50vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

  .lg\:w-56 {
    width: 14rem;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

  .lg\:w-w_ch_main {
    width: calc(60% - 1rem);
  }

  .lg\:w-w_ch_side {
    width: calc(40% - 1rem);
  }

  .lg\:w-\[calc\(50\%-1rem\)\] {
    width: calc(50% - 1rem);
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

  .lg\:max-w-\[35\%\] {
    max-width: 35%;
  }

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

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

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

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

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

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

  .lg\:grid-cols-\[var\(--thumbs-size\)_1fr\] {
    grid-template-columns: var(--thumbs-size) 1fr;
  }

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

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

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

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

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

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

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

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

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

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

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

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

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

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

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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\:mask-dir-y {
    --tw-mask-dir: to bottom;
  }

  .lg\:\[--thumbs-gap\:theme\(\'spacing\.4\'\)\] {
    --thumbs-gap: 1rem;
  }

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

@media (min-width: 1280px) {
  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:right-8 {
    right: 2rem;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:w-1\/4 {
    width: 25%;
  }

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

  .xl\:w-\[calc\(65\%-1rem\)\] {
    width: calc(65% - 1rem);
  }

  .xl\:w-\[calc\(35\%-1rem\)\] {
    width: calc(35% - 1rem);
  }

  .xl\:grow {
    flex-grow: 1;
  }

  .xl\:basis-4\/6 {
    flex-basis: 66.666667%;
  }

  .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-8 {
    gap: 2rem;
  }

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

  .xl\:gap-y-10 {
    row-gap: 2.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-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .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\:border-r-0 {
    border-right-width: 0px;
  }

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

  .xl\:p-8 {
    padding: 2rem;
  }

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

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }
}

.\[\&_\.price\]\:font-normal .price {
  font-weight: 400;
}
