/* purgecss start ignore */

/* ! tailwindcss v3.2.7 | 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: open sans, Segoe UI, helvetica neue, Helvetica, 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: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

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

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

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

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

.swatch-attribute-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.price-summary .swatch-attribute-options.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.swatch-attribute-options.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.swatch-attribute-options.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.swatch-attribute-options.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.swatch-attribute-options.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.swatch-attribute-options.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.swatch-attribute-options.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

.price-summary .swatch-option.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.swatch-option.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.justify-between.swatch-option:hover {
  width: 1.25rem;
}

.filter-options-content a.flex.justify-between.swatch-option:hover {
  color: #c2410c;
}

h1.filter-options-content a.flex.justify-between.swatch-option:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.flex.justify-between.swatch-option:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.flex.justify-between.swatch-option:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.swatch-option.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.swatch-option.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.swatch-option.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.swatch-option.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.swatch-option.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.swatch-option {
  min-width: 40px;
}

.btn {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.price-summary .btn.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.btn.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.btn.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.btn.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.btn.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.btn.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.btn.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

.btn svg {
  display: inline-flex;
}

.btn span {
  vertical-align: middle;
}

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

.btn-primary {
  /*@apply bg-primary text-white shadow-md;*/
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  --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 {
  /*@apply bg-primary-lighter text-white shadow-lg;*/
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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 {
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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);
}

.actions-toolbar .primary button {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.price-summary .actions-toolbar .primary button.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.actions-toolbar .primary button.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.actions-toolbar .primary button.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.actions-toolbar .primary button.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.actions-toolbar .primary button.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.actions-toolbar .primary button.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.actions-toolbar .primary button.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .actions-toolbar .primary button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

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

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

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

.actions-toolbar .primary button {
  /*@apply bg-primary text-white shadow-md;*/
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  --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 {
  /*@apply bg-primary-lighter text-white shadow-lg;*/
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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);
}

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

.amgdpr-consent-span > a {
  text-decoration-line: underline;
}

#amgdpr-policy-content [data-content-type='row'][data-appearance='contained'] {
  padding-left: 0px;
  padding-right: 0px;
}

.ambar-action-btn {
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
}

.ambar-action-btn:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-action-btn:focus {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-accept {
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
}

.ambar-btn-accept:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-accept:focus {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-accept {
  color: var(--ambar-button-accept-text);
  background-color: var(--ambar-button-accept-color);
  order: var(--ambar-button-accept-order);
}

.ambar-btn-accept:hover {
  color: var(--ambar-button-accept-hover-text);
  background-color: var(--ambar-button-accept-hover-color);
}

.ambar-btn-allow {
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
}

.ambar-btn-allow:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-allow:focus {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-allow {
  color: var(--ambar-button-allow-text);
  background-color: var(--ambar-button-allow-color);
  order: var(--ambar-button-allow-order);
}

.ambar-btn-allow:hover {
  color: var(--ambar-button-allow-hover-text);
  background-color: var(--ambar-button-allow-hover-color);
}

.ambar-btn-decline {
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
}

.ambar-btn-decline:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-decline:focus {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-decline {
  color: var(--ambar-button-decline-text);
  background-color: var(--ambar-button-decline-color);
  order: var(--ambar-button-decline-order);
}

.ambar-btn-decline:hover {
  color: var(--ambar-button-decline-hover-text);
  background-color: var(--ambar-button-decline-hover-color);
}

.ambar-btn-settings {
  border-radius: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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;
}

.ambar-btn-settings:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-settings:focus {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ambar-btn-settings {
  color: var(--ambar-button-settings-text);
  background-color: var(--ambar-button-settings-color);
  order: var(--ambar-button-settings-order);
}

.ambar-btn-settings:hover {
  color: var(--ambar-button-settings-hover-text);
  background-color: var(--ambar-button-settings-hover-color);
}

.am-cookie-bar-settings input[type='checkbox'].amsettings-bar-input-toggle:not([disabled]):checked {
  background-color: var(--ambar-toggle-active-color);
}

.am-cookie-bar-settings input[type='checkbox'].amsettings-bar-input-toggle:not([checked]) {
  background-color: var(--ambar-toggle-inactive-color);
}

.am-cookie-sidebar input[type='checkbox'].amsettings-bar-input-toggle:not([disabled]):checked {
  background-color: var(--ambar-sidebar-toggle-active-color);
}

.am-cookie-sidebar input[type='checkbox'].amsettings-bar-input-toggle:not([checked]) {
  background-color: var(--ambar-sidebar-toggle-inactive-color);
}

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

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

.price-summary #category-view-container.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info#category-view-container.flex-col.grow {
  text-align: center;
}

.product-info.flex#category-view-container.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a#category-view-container.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a#category-view-container.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a#category-view-container.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a#category-view-container.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a#category-view-container.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  #category-view-container {
    padding-bottom: 1rem;
  }
}

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

.toolbar-products .modes-mode {
  height: 1.5rem;
  width: 1.5rem;
}

.toolbar-products .modes-mode span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.toolbar-products .modes-mode.mode-grid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
}

.toolbar-products .modes-mode.mode-list {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
}

@media (min-width: 320px) {
  .category-desc .desc-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .category-desc .desc-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 320px) {
  .category-desc .desc-content {
    display: none;
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {
  .category-desc .desc-content {
    display: block;
    font-size: 1rem;
    line-height: 1.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;
}

.container.price-excluding-tax.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .price-excluding-tax.filter {
}

.price-container.price-tier_price {
  display: flex;
  gap: 0.25rem;
}

.price-summary .price-container.price-tier_price.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.price-container.price-tier_price.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.price-container.price-tier_price.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.price-container.price-tier_price.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.price-container.price-tier_price.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.price-container.price-tier_price.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.price-container.price-tier_price.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.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 */

.checkout-cart-index button#discount-form-toggle svg {
  height: 24px;
}

div#customer-review-list .table-row svg.text-yellow-400.cart-empty a {
  width: 1.25rem;
}

.cart-empty a {
  color: #c2410c;
}

h1.cart-empty a.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.cart-empty a.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.cart-empty a.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#customer-login-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  #customer-login-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/** product register start */

.action-container {
  margin: 20px 0;
}

div.sn-tip {
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}

div.sn-tip:hover .field-tooltip-content {
  display: block;
}

.field-tooltip-content:before {
  position: absolute;
  z-index: 50;
  margin-left: 80px;
  display: block;
  height: 0px;
  width: 0px;
  border-width: 10px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(107 114 128 / var(--tw-border-opacity));
}

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

.container.field-tooltip-content:before.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .field-tooltip-content:before.filter {
}

.field-tooltip-content:before {
  content: '';
  top: 198px;
  left: 26px;
}

.field-tooltip-content:after {
  position: absolute;
  z-index: 50;
  margin-left: 80px;
  display: block;
  height: 0px;
  width: 0px;
  border-width: 10px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-top-color: rgb(243 244 246 / var(--tw-border-opacity));
}

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

.container.field-tooltip-content:after.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .field-tooltip-content:after.filter {
}

.field-tooltip-content:after {
  content: '';
  top: 197px;
  left: 26px;
}

.sn-text {
  float: left;
  width: 50%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.sn-img {
  float: left;
  width: 50%;
}

.sn-img img {
  margin-left: auto;
  margin-right: auto;
  border-width: 0px;
}

.field-tooltip-content {
  position: absolute;
  z-index: 40;
  float: left;
  margin-top: -200px;
  margin-left: -100px;
  display: none;
  height: 200px;
  width: 320px;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
}

.ek-rating-histogram .field-tooltip-content {
  display: none;
}

._has-datepicker ~ .ui-datepicker-trigger:before{
  margin: 0 5px;
}

.form.form-create-product input{
  max-width: 100%;
}

.form.form-create-product input#purchase_date{
  max-width: 174px;
}

.fa.tooltip {
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  speak: none;
  text-align: center;
  overflow: visible;
  margin: 0 5px;
}

.fa.tooltip.fa-check-circle{
  color: #006400;
}

.fa.tooltip.fa-times-circle{
  color: #bf1717;
}

.fa.tooltip.fa-spinner.fa-pulse.fa-3x.fa-fw{
  color: #7d7d7d;
}

ul#ek-attachments-added li a.action-item-remove {
  float: right;
  margin-left: 4rem;
  font-family: 'FontAwesome';
}

ul#ek-attachments-added li a.action-item-remove:before {
  content: '\f1f8';
  color: #999;
  font-size: 1.6rem;
}

.data.table .reg-thumbnail{
  width:80px;
}

.data.table  .col.reg{
  vertical-align: middle;
}

.data.table  .col.reg img{
  width:60px;
  min-width: 60px;
}

.data.table  .col.reg.line{
  border-top:0px;
}

/** product register end */

/**
 * 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;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --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 {
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(247 148 29 / var(--tw-ring-opacity));
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

/** aw helpdesk */

.upload-item .file-text {
  display: inline-block;
  width: 60%;
}

.upload-item .file-rm-btn {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.aw-helpdesk-ticket-view__attachment a:hover {
  text-decoration-line: underline;
}

/** create an account **/

div#customer-login-container input[type="text"],
div#customer-login-container input[type="email"],
div#customer-login-container input[type="password"],
form#accountcreate input[type="text"],
form#accountcreate input[type="email"],
form#accountcreate input[type="password"] {
  min-width: 300px;
}

#hyva-checkout-main .field div.required > label > span {
  position: relative;
}

#hyva-checkout-main .field div.required > label > span:after {
  content: '*';
  position: static
}

#hyva-checkout-container .form-input {
  border-radius: 0.25rem;
}

#hyva-checkout-container form .field.field-reserved, fieldset .field.field-reserved {
  margin-bottom: 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: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 320px) {
  .page.messages .messages
    section#messages {
    max-width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

@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;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

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

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

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

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

.info-description .page.messages .messages
    section#messages {
  margin-top: 2rem;
}

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

.product.attribute.description > .value > .page.messages .messages
    section#messages {
  margin-top: 2rem;
}

.page.messages .messages
    section#messages.block.wheretobuy {
  min-height: 20rem;
}

.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.onyx .row.full{
  width:100%;
}

.price-summary .message.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.price-summary .flex.gap-4.message .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.message.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.message.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.message.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.message.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.message.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.message.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.message.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.flex.message.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.flex.message.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.flex.message.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.flex.message.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.message.error {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.message.success {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity));
}

.message.info,
    .message.notice {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.message.warning {
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
}

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

.product-item .price-container {
  display: block;
}

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

.container.product-item .price-container.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .product-item .price-container.filter {
}

.product-item .price-container .price {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.product-item .special-price .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.product-item .old-price .price-container {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.product-item .old-price .price-container .price {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.page-product-bundle .price-final_price .price-from .price-container, .page-product-bundle .price-final_price .price-to .price-container {
  margin-bottom: 1rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.container.page-product-bundle .price-final_price .price-from .price-container.wheretobuy,.container .page-product-bundle .price-final_price .price-to .price-container.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price-label, .page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

[data-content-type$='block'] .page-product-bundle .price-final_price .price-from .price-container .price-label p:last-child,[data-content-type$='block']  .page-product-bundle .price-final_price .price-to .price-container .price-label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.container.page-product-bundle .price-final_price .price-from .price-container .price-label.wheretobuy,.container .page-product-bundle .price-final_price .price-to .price-container .price-label.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .page-product-bundle .price-final_price .price-from .price-container .price-label.filter,.category-view .sidebar  .page-product-bundle .price-final_price .price-to .price-container .price-label.filter {
}

.page-product-bundle .price-final_price .price-from .price-container .price, .page-product-bundle .price-final_price .price-to .price-container .price {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax {
  margin-top: 0.25rem;
}

.page-product-bundle .price-final_price .price-from .price-including-tax + .price-excluding-tax .price, .page-product-bundle .price-final_price .price-to .price-including-tax + .price-excluding-tax .price {
  font-size: 1rem;
  line-height: 1.5rem;
}

.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price,
                    .page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.js_thumbs_slide button.video:before {
  height: 16px !important;
  width: 20px !important;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .js_thumbs_slide button.video:before {
    height: 26px !important;
    width: 36px !important;
    border-radius: 5px;
  }
}

.js_thumbs_slide button.video:before {
  content: '';
  position: absolute;
  color: #fff;
  text-shadow: 0px 1px 10px #000;
  top: 50% !important;
  left: 50% !important;
  display: inline-block;
  transform: translateY(-50%) translateX(-50%) !important;
  z-index: 8;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-color: rgba(186, 23, 24, 0.8) !important;
  background-size: 50%;
  background-position: center center;
}

.js_thumbs_slide button.video:after {
  height: 6px !important;
  width: 6px;
  border-top-width: 5px;
  border-left-width: 6px;
  border-bottom-width: 5px;
}

@media (min-width: 768px) {
  .js_thumbs_slide button.video:after {
    height: 16px !important;
    width: 12px;
    border-top-width: 8px;
    border-left-width: 12px;
    border-bottom-width: 8px;
  }
}

.js_thumbs_slide button.video:after {
  content: '';
  border-top-style: solid;
  border-top-color: transparent;
  border-left-style: solid;
  border-left-color: rgba(255, 255, 255, 0.7);
  border-bottom-style: solid;
  border-bottom-color: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-left: 1px;
  box-sizing: border-box !important;
  z-index: 9;
}

/** Tabs **/

.tab_liner_heading {
  justify-content: center;
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
}

@media (min-width: 320px) {
  .tab_liner_heading {
    display: none;
  }
}

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

.tab_drawer_heading {
  display: none;
  justify-content: center;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.ek-rating-histogram .tab_drawer_heading {
  display: none;
}

@media (min-width: 320px) {
  .tab_drawer_heading {
    display: block;
    border-bottom-width: 1px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .tab_drawer_heading {
    display: none;
    border-bottom-width: 0px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/** review **/

div#customer-review-list:focus-visible {
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  outline:0;
}

div#customer-review-list .table-row svg.text-yellow-400.text-ek-orange,div#customer-review-list .table-row svg.text-gray-400 {
  width: 1.25rem;
}

/** Custom **/

.info-description .container {
  margin-top: 2rem;
}

.section-title {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 400;
}

th.col.label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

td.col.data {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.catalog-product-view .columns{
  padding-left: 0;
  padding-right: 0;
}

/** EKP132 */

.w-full.onyx .row.full{
  width:100%;
}

.onyx .live-style-caption {
  position: absolute;
  top: calc(35.6666% - 36px);
}

@media (min-width: 320px) {
  .onyx .live-style-caption {
    left: 50px;
  }
}

@media (min-width: 768px) {
  .onyx .live-style-caption {
    left: 50px;
  }
}

@media (min-width: 1280px) {
  .onyx .live-style-caption {
    left: 200px;
  }
}

@media (min-width: 1536px) {
  .onyx .live-style-caption {
    left: 350px;
  }
}

.onyx .lifestyle-text {
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

@media (min-width: 320px) {
  .onyx .lifestyle-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .onyx .lifestyle-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .onyx .lifestyle-text {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.onyx .lifestyle-text {
  font-family: raleway, helvetica neue, Helvetica, Arial, sans-serif;
  /* Custom fonts need to be manually applied */
}

.onyx #lifestyle-text-sec {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 320px) {
  .onyx #lifestyle-text-sec {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .onyx #lifestyle-text-sec {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .onyx #lifestyle-text-sec {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.onyx #lifestyle-video {
  float: right;
  display: block;
  padding-top: 50px;
}

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

.container.onyx #lifestyle-video.wheretobuy {
  min-height: 20rem;
}

.col-md-3.categories-big.onyx #lifestyle-video {
  float: left;
  overflow: hidden;
}

.category-view .sidebar .onyx #lifestyle-video.filter {
}

.onyx #lifestyle-video button {
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (min-width: 320px) {
  .onyx #lifestyle-video button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 375px) {
  .onyx #lifestyle-video button {
    line-height: 2.5rem;
  }
}

@media (min-width: 640px) {
  .onyx #lifestyle-video button {
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .onyx #lifestyle-video button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .onyx #lifestyle-video button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .onyx #lifestyle-video button {
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .onyx #lifestyle-video button {
    line-height: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .onyx #lifestyle-video button {
    line-height: 2.5rem;
  }
}

.onyx #lifestyle-video button.click-vlink1 i.fa.fa-play-circle {
  position: relative;
  top: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.onyx .video-frame {
  height: 80%;
  width: 80%;
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 53 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 640px) {
  .onyx .video-frame {
    height: 50%;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .onyx .video-frame {
    height: 60%;
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .onyx .video-frame {
    height: 80%;
    width: 80%;
  }
}

.onyx .customer-view-block .review.action {
  margin-right: 2rem;
  display: inline-block;
}

.onyx .customer-view-block .review.action a {
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.ekp106 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img,
.onyx .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img {
  border-radius: 1rem;
}

@media (min-width: 320px) {
  .ekp106 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img,
.onyx .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img {
    border-radius: 1rem;
  }
}

@media (min-width: 640px) {
  .ekp106 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img,
.onyx .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img {
    border-radius: 3rem;
  }
}

@media (min-width: 768px) {
  .ekp106 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img,
.onyx .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img {
    padding: 1rem;
  }
}

.ekp106 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-text,
.onyx .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-text.onyx {
  display: contents;
  min-height: 2rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 2rem;
}

.ekp106 .col-xs-12 .main-pic,
.onyx .col-xs-12 .main-pic {
  padding: 2rem;
}

/*.ekp106 p.live-style-text,*/

/*.onyx p.live-style-text{*/

/*    @apply text-2xl px-8 text-gray-600 font-normal lg:translate-y-1/2;*/

/*}*/

.onyx .col-xs-12 p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px) {
  .onyx .col-xs-12 p {
    padding: 0px;
  }
}

@media (min-width: 1024px) {
  .onyx .col-xs-12 p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.onyx p.live-style-text {
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

@media (min-width: 320px) {
  .onyx p.live-style-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 375px) {
  .onyx p.live-style-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .onyx p.live-style-text {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .onyx p.live-style-text {
    --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));
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.875rem;
    line-height: 3rem;
  }
}

.onyx p.live-style-text{
  word-spacing: .2rem;
}

.contempro117 p.lifestyle-text {
  position: absolute;
  top: 40%;
  left: 50%;
  --tw-translate-x: -600px;
  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: left;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.contempro117 #prod-live-style button {
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 10;
  display: block;
  display: inline-block;
  --tw-translate-x: -380px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

[data-content-type$='block'] .contempro117 #prod-live-style button p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.container.contempro117 #prod-live-style button.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .contempro117 #prod-live-style button.filter {
}

@media (min-width: 320px) {
  .contempro117 #prod-live-style button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 375px) {
  .contempro117 #prod-live-style button {
    line-height: 2.5rem;
  }
}

@media (min-width: 640px) {
  .contempro117 #prod-live-style button {
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  .contempro117 #prod-live-style button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .contempro117 #prod-live-style button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .contempro117 #prod-live-style button {
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .contempro117 #prod-live-style button {
    line-height: 2.5rem;
  }
}

@media (min-width: 1920px) {
  .contempro117 #prod-live-style button {
    line-height: 2.5rem;
  }
}

.contempro117 #click-vlink1 svg {
  vertical-align: middle;
}

.contempro117 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-pic img {
  border-radius: 3rem;
  padding: 1rem;
}

.contempro117 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-text {
  display: block;
  height: 2rem;
  padding-top: 1rem;
  padding-left: 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 2rem;
}

[data-content-type$='block'] .contempro117 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-text p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.container.contempro117 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-text.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .contempro117 .col-xs-12 .feature-wrapper .feature-wrapper-col .feature-text.filter {
}

/* layout */

.ek-rating-box {
  position: relative;
  float: left;
  width: 280px;
  margin: 15px 0 0;
}

/* ratings */

.review-ratings {
  max-width: 240px;
  float: left;
  margin-bottom: 0 !important;
  display: table;
  line-height: 20px;
}

.product-reviews-summary .rating-summary .label,
.table-reviews .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  margin-left: 0;
}

div#review-form:focus-visible {
  border-radius: 0.25rem;
  outline-color: #d1d5db;
}

/* rating box */

.ek-rating-box .rating-avg {
  display: inline-block;
  font-size: 42px;
  line-height: 42px;
  font-weight: 100;
  color: #444;
  padding: 0;
  margin: 15px 0 0;
}

.ek-rating-box .rating-result {
  vertical-align: baseline;
  margin: 0 0 0 3px;
}

.ek-rating-box .review-stats {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 300;
}

.ek-rating-box .reviewer-icon {
  display: inline-block;
  width: 13px;
  height: 14px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAArklEQVR4Ae3WNwGDUBRA0SCDkT3dBg4QwcoaAaz4wAZFAhrYU19uykjv5Q9no9xH/RsRGdU8A1SACnAcx0KI218Ia5AATuRBcni9BvwnlxJWnwEhpETYZ8ANUuIGbfSAUW/B6A/hqK/hAj9E5THauv4FTKzDhI3Lnw0Tei8BHHgHFwmkRAIXu9YBHMSAD2nIh9EogB3PSCEtpTg3CYghHYmbBEiXVIBaFedRASrgDepRUl3BctC3AAAAAElFTkSuQmCC");
  background-size: contain;
  vertical-align: sub;
}

/* histogram */

.ek-rating-histogram {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: none;
  margin:  0;
  padding: 15px 25px 15px 25px;
  width: 100%;
  white-space: nowrap;
  text-align: left;
  line-height: 18px;
}

.ek-rating-histogram .ek-rating-bar-container {
  position: relative;
  height: 17px;
  margin: 0 0 2px;
  color: #737373;
  font-weight: 400;
  border-radius: 1px;
  background: #f9f9f9;
}

.ek-rating-histogram .ek-rating-bar-container.container-5 .meter-bar {
  background: @five-star-meter-color;
}

.ek-rating-histogram .ek-rating-bar-container.container-4 .meter-bar {
  background: @four-star-meter-color;
}

.ek-rating-histogram .ek-rating-bar-container.container-3 .meter-bar {
  background: @three-star-meter-color;
}

.ek-rating-histogram .ek-rating-bar-container.container-2 .meter-bar {
  background: @two-star-meter-color;
}

.ek-rating-histogram .ek-rating-bar-container.container-1 .meter-bar {
  background: @one-star-meter-color;
}

.ek-rating-histogram .rating-label {
  font-size: 11px;
  left: -27px;
  line-height: 17px;
  height: 17px;
  letter-spacing: 1px;
  position: absolute;
  color: #737373;
}

.ek-rating-histogram .meter-bar {
  position: relative;
  display: inline-block;
  height: 100% !important;
  border-radius: 1px;
  filter: alpha(opacity=80);
  opacity: .8;
  animation: expandMeter 0.6s ease-in-out;
}

.ek-rating-histogram .hidden {
  display: none;
}

.ek-rating-histogram .rating-percentage {
  position: absolute;
  color: #737373;
  font-size: 11px;
  top: 0;
  left: 100%;
  margin: 0 0 0 4px;
  font-weight: 400;
}

.ek-rating-histogram .star-tiny {
  display: inline-block;
  width: 13px;
  height: 14px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAABFElEQVR4AezWJVgEQRjGcVwr1nH6sxWHnrAecLeEQ8Fd+nP9eruM9l4g4vbdG960bjNpw//0m/md3+aIiNYS0LbZ2dlVbSCwRvSPGnWBe0jQnnIQSDF6QcLzYtXgEDFhQ6rBjAnMKAGJtRAx1xIaxOJKbtyB+tEk2kE36MkBfOL9O5zv5/oWVOkFbiCJsQ1XkOhkTNik7/eQL8t3GIjr+gN9aIj2orcgGOd7Q31KiRro2Q/GOSPS14LoiE9whGsig+c+wfO4wDuf4F0kkFg5+kVi6t98G+fKo4Jtpk3/0BGq4fmf6f62qOAyEvaIDPOnmLcLW44KptEHWkIFDjMFaIlz6ahgCtX5/DepQ6nkMDG74W8hAKGmcre+G7HmAAAAAElFTkSuQmCC");
  background-size: contain;
  vertical-align: sub;
}

.meter-bar{
  background:#c2410c;
}

.selected-star-filter {
  border-width: 1px;
  border-style: dotted;
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

@keyframes expandMeter {
  0% {
    width: 0;
  }
}

@media only screen and (max-width: 1120px) {
  .review-list-header-info {
    width: 100%;
  }

  .review-list-header-actions {
    float: left;
    text-align: left;
    margin: 0;
  }

  .review-list-no-results,
    .map-thank-you-message {
    font-size: 2.5vw;
  }
}

@media only screen and (max-width: 864px) {
  .ek-rating-box {
    float: none;
    width: 100%;
  }

  .review-list .ek-rating-histogram {
    display: inline-block;
    width: 50%;
    max-width: 275px;
  }

  .review-list .ek-rating-histogram .ek-rating-bar-container {
    height: 8px;
    margin: 0;
    font-size: 0;
    line-height: 0;
  }

  .review-list .ek-rating-histogram .rating-label,
        .review-list .ek-rating-histogram .rating-percentage {
    display: none;
  }

  .ek-rating-box .rating-summary {
    display: inline-block;
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }

  100% {
    opacity: 0;
    ansform: translateY(-40px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

/********************************/

/**
 * Style for corporate-gifts-incentives
 */

main#maincontent.page-main {
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}

.corporate-block {
  width: 100%;
  display: inline-block;
}

.corporate-block.prod-style {
  padding: 2rem;
}

@media (min-width: 1024px) {
  .corporate-block.prod-style {
    display: flex;
  }
}

.corporate-block.prod-style {
  background: #0199f3;
}

.col-md-2.prod-wrapper {
  width: 50%;
}

.corporate-block.prod-style .col-md-2.prod-wrapper.desc {
  padding-left: 220px;
}

.col-md-2.prod-wrapper .headline-text {
  padding-top: 6rem;
  color: #FFF;
  font-size: 45px;
  font-family: "Raleway",'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.col-md-2.prod-wrapper .desc-text {
  color: #F2F2F2;
  font-size: 22px;
  padding-top: 25px;
}

.col-md-2.prod-wrapper .link-wrapper {
  line-height: 42px;
  padding-top: 100px;
}

.col-md-2.prod-wrapper .link-wrapper a.contact-link {
  color: #f2f2f2;
  border: 2px solid #f2f2f2;
  padding: 0 24px;
  border-radius: 30px;
  font-size: 22px;
  font-family: "Raleway",'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.col-md-2.prod-wrapper .link-wrapper a.contact-link:hover{
  text-decoration: none;
}

.col-md-2.prod-wrapper .link-wrapper a.prod-link {
  color: #f2f2f2;
  padding-left: 40px;
  font-size: 22px;
}

.col-md-2.prod-wrapper .link-wrapper a.contact-link, .col-md-2.prod-wrapper .link-wrapper a.prod-link {
  display: inline-block;
}

@media (min-width: 1024px) {
  .corporate-block.prod-sample {
    display: flex;
  }
}

.corporate-block.prod-sample {
  padding-top: 20px;
}

.corporate-block.prod-sample .col-md-2.prod-wrapper.pic{
  padding-left: 180px;
}

.corporate-block.prod-sample .col-md-2.prod-wrapper .headline-text {
  padding-top: 2rem;
  color: #000;
  padding-left: 0;
  position: unset;
  max-width: 580px;
}

.corporate-block.prod-sample .col-md-2.prod-wrapper .sub-headline-text {
  font-size: 22px;
  position: unset;
  padding-top: 20px;
}

.corporate-block.prod-sample .col-md-2.prod-wrapper .desc-text {
  padding-left: 0;
  color: #333333;
  font-size: 17px;
  position: unset;
  max-width: 580px;
  padding-top: 10px;
}

.corporate-block.prod-sample .col-md-2.prod-wrapper:nth-child(2){
  padding-right: 20px;
}

.img-content {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.corporate-block.quote {
  margin-top: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.col-md-2.prod-quote {
  width: 68%;
}

.col-md-2.prod-quote .headline-text {
  font-size: 45px;
  text-align: center;
  margin-top: 40px;
  font-family: "Raleway",'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.col-md-2.prod-quote .desc-text {
  width: 68%;
  margin: 30px auto 0;
  font-size: 22px;
  font-style: italic;
}

.col-md-2.prod-quote .signature-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 22px;
  text-align: center;
}

.corporate-block hr.separate-bar {
  margin: 100px auto 0;
  border: 0;
  background: linear-gradient(to right,#86d7fb,#0084ff);
  height: 4px;
}

/*.corporate-block.icon {
    width: 70%;
    margin: 0 auto;
}*/

.corporate-block.icon .headline-text {
  font-size: 28px;
  font-family: "Raleway",'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  line-height: 80px;
}

.corporate-block.icon .mix-wrapper {
  width: 33%;
  float: left;
  text-align: center;
}

.corporate-block.icon .desc-mix {
  width: 70%;
  margin: 0 auto;
}

.corporate-block.icon .desc-mix .mix-wrapper .mix-text {
  font-size: 17px;
  padding: 0 30px;
}

.corporate-block.icon .desc-mix .mix-wrapper img {
  max-width: 80%;
}

.corporate-block.order-wrapper {
  margin-top: 100px;
  background-size: cover;
}

.corporate-block.order-wrapper .headline-text {
  width: 20vw;
  font-size: 2.2vw;
  text-align: center;
  margin: 4vw auto 0;
  height: 5vw;
  position: relative;
  background: transparent;
  font-family: "Raleway",'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.corporate-block.order-wrapper .headline-text:before {
  content: "";
  border-width: 3.5vw 10vw 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.corporate-block.order-wrapper .headline-text:after {
  content: "";
  border-width: 1.5vw 10vw 0;
  border-style: solid;
  border-color: #fff transparent transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

.corporate-block.order-wrapper .desc-mix {
  width: 70%;
  margin: 0 auto;
  padding-left: 1%;
}

.corporate-block.order-wrapper .desc-mix .mix-text-wrapper {
  width: 33%;
  float: left;
  text-align: center;
}

.corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text {
  display: block;
  background: #fff;
  margin: 40px 20px 80px;
  min-height: 220px;
}

.corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .order {
  padding-top: 20px;
  font-size: 45px;
  border-bottom: 4px solid;
  width: 32px;
  margin: 0 auto;
  font-weight: 600;
}

.corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .cap {
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
}

.corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .text {
  width: 70%;
  margin: 2px auto;
  font-size: 17px;
}

@media (min-width: 768px) {
  .corporate-block.contact {
    display: flex;
  }
}

.corporate-block.contact {
  padding-top: 60px;
}

.corporate-block.contact .col-md-2.prod-wrapper.desc {
  padding-top: 12rem;
  padding-right: 6rem;
  text-align: right;
}

.corporate-block.contact .col-md-2.prod-wrapper.desc .headline-text {
  padding-top: 0;
  color: #333333;
  font-size: 45px;
}

.corporate-block.contact .col-md-2.prod-wrapper.desc .sub-headline-text {
  padding-top: 40px;
}

.corporate-block.contact .col-md-2.prod-wrapper.desc .sub-headline-text a {
  color: #0199f3;
  border: 2px solid #0199f3;
  text-decoration: none;
  padding: 0 24px;
  border-radius: 30px;
  font-size: 22px;
  font-family: "Raleway",'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 42px;
  display: inline-block;
}

@media (min-width:1580px) and (max-width:1759px) {
  .col-md-2.prod-wrapper .headline-text {
    font-size: 35px;
  }

  .col-md-2.prod-quote{
    padding-top:30px;
  }

  .col-md-2.prod-quote .signature-text {
    margin-top: 30px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.pic {
    padding-left: 80px;
  }
}

@media (min-width:1280px) and (max-width:1579px) {
  .corporate-block.prod-style .col-md-2.prod-wrapper.desc {
    padding-left: 110px;
  }

  .col-md-2.prod-wrapper .headline-text {
    color: #FFF;
    font-size: 35px;
    padding-top: 160px;
  }

  .col-md-2.prod-wrapper .desc-text {
    font-size: 17px;
  }

  .col-md-2.prod-wrapper .link-wrapper {
    font-size: 17px;
    line-height: 42px;
    padding-top: 60px;
  }

  .col-md-2.prod-wrapper .link-wrapper a.contact-link,.col-md-2.prod-wrapper .link-wrapper a.prod-link{
    font-size: 17px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper img {
    padding-left: 60px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.desc {
    padding-left: 80px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.pic {
    padding-left: 0;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text{
    height: 240px;
  }

  .col-md-2.prod-quote{
    padding-top:40px;
  }

  .col-md-2.prod-quote .headline-text{
    font-size: 35px;
  }

  .col-md-2.prod-quote .desc-text{
    font-size: 17px;
  }

  .col-md-2.prod-quote .signature-text {
    margin-top: 30px;
    font-size: 17px;
  }
}

@media (min-width:980px) and (max-width:1279px) {
  .corporate-block.prod-style .col-md-2.prod-wrapper.desc {
    padding-left: 60px;
  }

  .col-md-2.prod-wrapper .headline-text {
    color: #FFF;
    font-size: 28px;
    padding-top: 100px;
  }

  .col-md-2.prod-wrapper .desc-text {
    font-size: 17px;
  }

  .col-md-2.prod-wrapper .link-wrapper {
    font-size: 17px;
    line-height: 42px;
    padding-top: 60px;
  }

  .col-md-2.prod-wrapper .link-wrapper a.contact-link,.col-md-2.prod-wrapper .link-wrapper a.prod-link{
    font-size: 17px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper .headline-text {
    padding-top: 0px;
    max-width: 500px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper img {
    padding-left: 20px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.desc {
    padding-left: 80px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.pic {
    padding-left: 0;
  }

  .col-md-2.prod-quote{
    padding-top:20px;
  }

  .col-md-2.prod-quote .headline-text{
    font-size: 28px;
    margin-top: 0px;
  }

  .col-md-2.prod-quote .desc-text{
    width: 80%;
    font-size: 17px;
    margin: 10px auto 0;
  }

  .col-md-2.prod-quote .signature-text {
    margin-top: 10px;
    font-size: 17px;
  }

  .corporate-block.order-wrapper .desc-mix{
    width: 90%;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text{
    min-height: 220px;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .order{
    font-size: 35px;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .cap{
    font-size: 17px;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .text{
    font-size: 13px;
  }
}

@media (min-width:768px) and (max-width:979px) {
  .corporate-block.prod-style .col-md-2.prod-wrapper.desc {
    padding-left: 60px;
  }

  .col-md-2.prod-wrapper .headline-text {
    color: #FFF;
    font-size: 22px;
    padding-top: 60px;
  }

  .col-md-2.prod-wrapper .desc-text {
    font-size: 17px;
  }

  .col-md-2.prod-wrapper .link-wrapper {
    line-height: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper img{
  }

  .col-md-2.prod-wrapper .link-wrapper a.contact-link,.col-md-2.prod-wrapper .link-wrapper a.prod-link{
    font-size: 17px;
  }

  .col-md-2.prod-wrapper .link-wrapper a.prod-link {
    padding-left: 15px;
    white-space: nowrap;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper img {
    padding-left: 120px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.pic {
    padding-left: 0;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper .headline-text{
    padding-top: 70px;
    font-size: 22px;
    max-width: 500px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper .sub-headline-text{
    font-size: 17px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper .desc-text{
    font-size: 13px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper img {
    padding-left: 20px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.desc {
    padding-left: 80px;
  }

  .col-md-2.prod-quote{
    padding-top:15px;
  }

  .col-md-2.prod-quote .headline-text{
    font-size: 22px;
    margin-top: 0px;
  }

  .col-md-2.prod-quote .desc-text{
    width: 80%;
    font-size: 13px;
    margin: 10px auto 0;
  }

  .col-md-2.prod-quote .signature-text {
    margin-top: 10px;
    font-size: 13px;
  }

  .corporate-block.icon .headline-text {
    font-size: 22px;
  }

  .corporate-block.icon .desc-mix .mix-wrapper .mix-text {
    font-size: 13px;
  }

  .corporate-block.order-wrapper .desc-mix{
    width: 90%;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text{
    min-height: 200px;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .order{
    font-size: 35px;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .cap{
    font-size: 17px;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper .mix-text .text{
    font-size: 13px;
  }

  .corporate-block.contact .col-md-2.prod-wrapper.desc {
    text-align: right;
    padding: 280px 30px 0 0;
  }
}

@media (max-width:767px) {
  .corporate-block.prod-style {
    display: grid;
    padding-top: 30px;
  }

  .corporate-block.prod-style .col-md-2.prod-wrapper.desc{
    padding: 0 20px;
  }

  .corporate-block.prod-style .col-md-2.prod-wrapper .headline-text{
    padding-top:80px;
    font-size: 35px;
  }

  .corporate-block.prod-style .col-md-2.prod-wrapper .headline-text,
    .corporate-block.prod-style .col-md-2.prod-wrapper .desc-text,
    .corporate-block.prod-style .col-md-2.prod-wrapper .link-wrapper{
    padding-left: 20px;
  }

  .col-md-2.prod-wrapper .link-wrapper{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .col-md-2.prod-wrapper .link-wrapper a.contact-link,.col-md-2.prod-wrapper .link-wrapper a.prod-link, .col-md-2.prod-wrapper .desc-text{
    font-size: 22px;
  }

  .col-md-2.prod-wrapper{
    width: 100%;
  }

  .corporate-block.prod-style .col-md-2.prod-wrapper.desc{
    order:2;
  }

  .corporate-block.prod-style .col-md-2.prod-wrapper.pic{
    order:1;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.pic{
    padding: 0 30px;
  }

  .corporate-block prod-sample .col-md-2.prod-wrapper{
    padding: 0 30px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.desc {
    padding: 60px 20px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper .headline-text {
    font-size: 35px;
    padding: 0;
  }

  .col-md-2.prod-wrapper .link-wrapper a.prod-link {
    padding-left: 15px;
    padding-top: 10px;
    white-space: nowrap;
  }

  .corporate-block.quote{
    background-size: 500%;
  }

  .col-md-2.prod-quote {
    width: 100%;
    padding-top: 20px;
  }

  .col-md-2.prod-quote .headline-text {
    font-size: 28px;
    margin-top: 20px;
  }

  .col-md-2.prod-quote .desc-text {
    width: 80%;
    font-size: 17px;
  }

  .col-md-2.prod-quote .signature-text {
    margin-top: 20px;
    font-size: 17px;
  }

  .corporate-block.icon .mix-wrapper{
    width: 100%;
  }

  .corporate-block.icon .headline-text {
    font-size: 22px;
  }

  .corporate-block.icon .desc-mix .mix-wrapper .mix-text {
    font-size: 17px;
    padding: 20px 0;
  }

  .corporate-block.order-wrapper .desc-mix .mix-text-wrapper{
    width: 100%;
  }

  .corporate-block.order-wrapper .headline-text{
    width: 66vw;
    font-size: 6vw;
    margin: 4vw auto 0;
    height: 12vw;
  }

  .corporate-block.order-wrapper .headline-text:before {
    border-width: 8vw 33vw 0;
  }

  .corporate-block.order-wrapper .headline-text:after {
    border-width: 4vw 33vw 0;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper.desc {
    padding: 50px;
  }

  .corporate-block.prod-sample .col-md-2.prod-wrapper .desc-text{
    max-width: unset;
  }

  .corporate-block.contact .col-md-2.prod-wrapper.desc {
    text-align: center;
    padding: 50px;
  }

  .corporate-block.contact .col-md-2.prod-wrapper.pic img {
    margin: 0 auto;
  }
}

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

.price-summary .backdrop.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.backdrop.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.backdrop.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.backdrop.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.backdrop.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.backdrop.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.backdrop.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.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: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 320px) {
  .columns {
    max-width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

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

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

@media (min-width: 1024px) {
  .columns {
    max-width: 1024px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

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

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

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

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

.info-description .columns {
  margin-top: 2rem;
}

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

.product.attribute.description > .value > .columns {
  margin-top: 2rem;
}

.columns.block.wheretobuy {
  min-height: 20rem;
}

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

a, button {
  outline: none;
}

body {
  /* derek removed
    @apply bg-container;
    */
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

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

.card {
  /* derek removed
    @apply p-4 rounded-sm bg-container-lighter shadow;
    */
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.card-interactive:hover {
  /* derek removed
        @apply bg-container ;
        */
  --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);
}

.duration-200 {
  transition-duration: 200ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.transition {
  transition: transform 250ms ease, color 250ms ease;
}

.transform-180 {
  transform: rotate(-180deg);
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

@media (min-width: 320px) {
  [data-content-type='row'][data-appearance='contained'] {
    max-width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

@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;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

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

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

.info-description [data-content-type='row'][data-appearance='contained'] {
  margin-top: 2rem;
}

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

.product.attribute.description > .value > [data-content-type='row'][data-appearance='contained'] {
  margin-top: 2rem;
}

[data-content-type='row'][data-appearance='contained'].block.wheretobuy {
  min-height: 20rem;
}

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

@media (min-width: 320px) {
  [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
    max-width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

@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;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

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

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

.info-description [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  margin-top: 2rem;
}

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

.product.attribute.description > .value > [data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  margin-top: 2rem;
}

[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner.block.wheretobuy {
  min-height: 20rem;
}

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

[data-content-type='column'].onyx .row.full{
  width:100%;
}

[data-content-type='column'] {
  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;
}

.container[data-content-type='tabs'] .tabs-navigation.wheretobuy {
  min-height: 20rem;
}

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

.container[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title.wheretobuy {
  min-height: 20rem;
}

.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;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.price-summary a.pagebuilder-button-primary.gap-4.justify-between .value,.price-summary  button.pagebuilder-button-primary.gap-4.justify-between .value,.price-summary  div.pagebuilder-button-primary.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

a.product-info.pagebuilder-button-primary.flex-col.grow, button.product-info.pagebuilder-button-primary.flex-col.grow, div.product-info.pagebuilder-button-primary.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content aa.pagebuilder-button-primary.justify-between.py-1:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a button.pagebuilder-button-primary.justify-between.py-1:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a div.pagebuilder-button-primary.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content aa.pagebuilder-button-primary.justify-between.py-1:hover,.filter-options-content a button.pagebuilder-button-primary.justify-between.py-1:hover,.filter-options-content a div.pagebuilder-button-primary.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content aa.pagebuilder-button-primary.justify-between.py-1:hover.title-font,h1.filter-options-content a button.pagebuilder-button-primary.justify-between.py-1:hover.title-font,h1.filter-options-content a div.pagebuilder-button-primary.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content aa.pagebuilder-button-primary.justify-between.py-1:hover.title-font,h1.filter-options-content a button.pagebuilder-button-primary.justify-between.py-1:hover.title-font,h1.filter-options-content a div.pagebuilder-button-primary.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content aa.pagebuilder-button-primary.justify-between.py-1:hover.title-font,h1.filter-options-content a button.pagebuilder-button-primary.justify-between.py-1:hover.title-font,h1.filter-options-content a div.pagebuilder-button-primary.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-primary svg, button.pagebuilder-button-primary svg, div.pagebuilder-button-primary svg {
  display: inline-flex;
}

a.pagebuilder-button-primary span, button.pagebuilder-button-primary span, div.pagebuilder-button-primary span {
  vertical-align: middle;
}

a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
  /*@apply bg-primary text-white shadow-md;*/
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
  --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 {
  /*@apply bg-primary-lighter text-white shadow-lg;*/
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-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);
}

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

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.price-summary a.pagebuilder-button-secondary.gap-4.justify-between .value,.price-summary  button.pagebuilder-button-secondary.gap-4.justify-between .value,.price-summary  div.pagebuilder-button-secondary.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

a.product-info.pagebuilder-button-secondary.flex-col.grow, button.product-info.pagebuilder-button-secondary.flex-col.grow, div.product-info.pagebuilder-button-secondary.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content aa.pagebuilder-button-secondary.justify-between.py-1:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a button.pagebuilder-button-secondary.justify-between.py-1:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a div.pagebuilder-button-secondary.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content aa.pagebuilder-button-secondary.justify-between.py-1:hover,.filter-options-content a button.pagebuilder-button-secondary.justify-between.py-1:hover,.filter-options-content a div.pagebuilder-button-secondary.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content aa.pagebuilder-button-secondary.justify-between.py-1:hover.title-font,h1.filter-options-content a button.pagebuilder-button-secondary.justify-between.py-1:hover.title-font,h1.filter-options-content a div.pagebuilder-button-secondary.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content aa.pagebuilder-button-secondary.justify-between.py-1:hover.title-font,h1.filter-options-content a button.pagebuilder-button-secondary.justify-between.py-1:hover.title-font,h1.filter-options-content a div.pagebuilder-button-secondary.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content aa.pagebuilder-button-secondary.justify-between.py-1:hover.title-font,h1.filter-options-content a button.pagebuilder-button-secondary.justify-between.py-1:hover.title-font,h1.filter-options-content a div.pagebuilder-button-secondary.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px) {
  a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.pagebuilder-button-secondary svg, button.pagebuilder-button-secondary svg, div.pagebuilder-button-secondary svg {
  display: inline-flex;
}

a.pagebuilder-button-secondary span, button.pagebuilder-button-secondary span, div.pagebuilder-button-secondary span {
  vertical-align: middle;
}

a.pagebuilder-button-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

a.pagebuilder-button-secondary, button.pagebuilder-button-secondary, div.pagebuilder-button-secondary {
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-secondary:hover, button.pagebuilder-button-secondary:hover, div.pagebuilder-button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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);
}

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

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

.ek-rating-histogram [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-inner.onyx .row.full{
  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%;
}

[data-content-type='video'] iframe.onyx .row.full,
    [data-content-type='video'] video.onyx .row.full{
  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;
}

.price-summary [data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a[data-content-type='banner'] .pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

[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'] .pagebuilder-banner-wrapper .pagebuilder-poster-content.onyx .row.full{
  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;
}

.price-summary [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: none;
}

@media (min-width: 768px) {
  [data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: 32rem;
  }
}

[data-content-type='slide'] .pagebuilder-slide-wrapper [data-element='content'] {
  overflow: auto;
  min-height: 50px;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-slide-button {
  margin: 0px;
  margin-top: 1.25rem;
  max-width: 100%;
  overflow-wrap: break-word;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: inherit;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}

[data-content-type='slide'] .pagebuilder-slide-wrapper .pagebuilder-poster-content.onyx .row.full{
  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-contain.onyx .row.full{
  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 .glider-track.onyx .row.full{
  width:100%;
}

.price-summary .glider .glider-track.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.glider .glider-track.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.glider .glider-track.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.glider .glider-track.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.glider .glider-track.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.glider .glider-track.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.glider .glider-track.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.glider-slide {
  margin: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-content: center;
  justify-content: center;
}

.glider-slide.onyx .row.full{
  width:100%;
}

.onyx .glider-slide{
  margin: 0.5rem;
}

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

.container.glider-dot.wheretobuy {
  min-height: 20rem;
}

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

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

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

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

.price-summary .flex.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.ek-apple-pay-wrapper {
  display: none;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
}

.ek-rating-histogram .ek-apple-pay-wrapper {
  display: none;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

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

.left-\[-60px\] {
  left: -60px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

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

.top-\[25\%\] {
  top: 25%;
}

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

.top-\[50\%\] {
  top: 50%;
}

.top-\[calc\(100\%\+5px\)\] {
  top: calc(100% + 5px);
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

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

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

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

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

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

.-mx-\[10px\] {
  margin-left: -10px;
  margin-right: -10px;
}

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

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

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

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

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

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

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

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

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

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.-mt-2\.5 {
  margin-top: -0.625rem;
}

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

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

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

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

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

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mb-9 {
  margin-bottom: 2.25rem;
}

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

.ml-10 {
  margin-left: 2.5rem;
}

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

.ml-3 {
  margin-left: 0.75rem;
}

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

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

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-8 {
  margin-right: 2rem;
}

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

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

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

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

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

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

.mt-96 {
  margin-top: 24rem;
}

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

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-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;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-108 {
  height: 34rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-56 {
  height: 14rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh;
}

.max-h-\[1\.5rem\] {
  max-height: 1.5rem;
}

.max-h-\[30vh\] {
  max-height: 30vh;
}

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

.max-h-\[92vh\] {
  max-height: 92vh;
}

.max-h-\[95vh\] {
  max-height: 95vh;
}

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

.max-h-screen {
  max-height: 100vh;
}

.max-h-screen-75 {
  max-height: 75vh;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-\[32rem\] {
  min-height: 32rem;
}

.min-h-\[34rem\] {
  min-height: 34rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

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

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

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-4 {
  width: 1rem;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

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

.w-5\/6 {
  width: 83.333333%;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

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

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

.w-\[75\%\] {
  width: 75%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[calc\(100\%-56px\)\] {
  width: calc(100% - 56px);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

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

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-\[3\.75rem\] {
  min-width: 3.75rem;
}

.min-w-\[30\%\] {
  min-width: 30%;
}

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

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

.max-w-\[90vw\] {
  max-width: 90vw;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

.max-w-md {
  max-width: 28rem;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

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

.table-auto {
  table-layout: auto;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

.origin-top-left {
  transform-origin: top left;
}

.origin-top-right {
  transform-origin: top right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.translate-y-\[0\.375rem\] {
  --tw-translate-y: 0.375rem;
  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-90 {
  --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));
}

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

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

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

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

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

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

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

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

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

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

.gap-y-1 {
  row-gap: 0.25rem;
}

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

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.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-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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

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

.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-x-scroll {
  overflow-x: scroll;
}

.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 {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-\[1px\] {
  border-width: 1px;
}

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

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

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

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

.border-l {
  border-left-width: 1px;
}

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

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

.border-r-2 {
  border-right-width: 2px;
}

.border-r {
  border-right-width: 1px;
}

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

.border-\[\#c2410c\] {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.border-primary-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

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

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.\!bg-gray-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#272a35\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 53 / var(--tw-bg-opacity));
}

.bg-\[\#ff5501\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 85 1 / var(--tw-bg-opacity));
}

.bg-ambar-background {
  background-color: var(--ambar-background);
}

.bg-ambar-info-bar-background {
  background-color: var(--ambar-information-background);
}

.bg-ambar-info-bar-button {
  background-color: var(--ambar-information-button-color);
}

.bg-ambar-settings-bar-button {
  background-color: var(--ambar-setting-button-color);
}

.bg-amgdpr-button-settings {
  --tw-bg-opacity: 1;
  background-color: rgb(232 246 255 / var(--tw-bg-opacity));
}

.bg-amgdpr-button-settings-active {
  --tw-bg-opacity: 1;
  background-color: rgb(61 159 233 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

.bg-container {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-inherit {
  background-color: inherit;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

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

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

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-amgdpr-anonymize-active {
  background-image: url('../Amasty_GdprHyva/svg/active/anonymize.svg');
}

.bg-amgdpr-anonymize-solid {
  background-image: url('../Amasty_GdprHyva/svg/solid/anonymize.svg');
}

.bg-amgdpr-consents-active {
  background-image: url('../Amasty_GdprHyva/svg/active/consents.svg');
}

.bg-amgdpr-consents-solid {
  background-image: url('../Amasty_GdprHyva/svg/solid/consents.svg');
}

.bg-amgdpr-delete-active {
  background-image: url('../Amasty_GdprHyva/svg/active/delete.svg');
}

.bg-amgdpr-delete-solid {
  background-image: url('../Amasty_GdprHyva/svg/solid/delete.svg');
}

.bg-amgdpr-download-active {
  background-image: url('../Amasty_GdprHyva/svg/active/download.svg');
}

.bg-amgdpr-download-solid {
  background-image: url('../Amasty_GdprHyva/svg/solid/download.svg');
}

.bg-amgdpr-dpoinfo-active {
  background-image: url('../Amasty_GdprHyva/svg/active/dpoinfo.svg');
}

.bg-amgdpr-dpoinfo-solid {
  background-image: url('../Amasty_GdprHyva/svg/solid/dpoinfo.svg');
}

.bg-amgdpr-policy-active {
  background-image: url('../Amasty_GdprHyva/svg/active/policy.svg');
}

.bg-amgdpr-policy-solid {
  background-image: url('../Amasty_GdprHyva/svg/solid/policy.svg');
}

.bg-none {
  background-image: none;
}

.bg-amgdpr-top-35 {
  background-position: center top 35%;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.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-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pl-1 {
  padding-left: 0.25rem;
}

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

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

.pr-1 {
  padding-right: 0.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

.align-bottom {
  vertical-align: bottom;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

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

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#f7941d\] {
  --tw-text-opacity: 1;
  color: rgb(247 148 29 / var(--tw-text-opacity));
}

.text-ambar-info-bar-button-text {
  color: var(--ambar-information-button-text);
}

.text-ambar-info-bar-description {
  color: var(--ambar-information-description);
}

.text-ambar-info-bar-table-content {
  color: var(--ambar-information-table-content);
}

.text-ambar-info-bar-table-header {
  color: var(--ambar-information-table-header);
}

.text-ambar-info-bar-title {
  color: var(--ambar-information-title);
}

.text-ambar-policy-text {
  color: var(--ambar-policy-text);
}

.text-ambar-settings-bar-button-text {
  color: var(--ambar-setting-button-text);
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-primary-darker {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-secondary-lighter {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

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

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

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

.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}

.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_10px_\#272a35\] {
  --tw-shadow: 0 0 10px #272a35;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700 {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline {
  outline-style: solid;
}

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

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

.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-\[\#44a5dd\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 165 221 / var(--tw-ring-opacity));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}

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

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

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* This class only exists for backwards compatibility, */

/* The default is applied in tailwind.config.js since Hyvä 1.2.0 */

.\[wire\:auto-save\] {
  wire: auto-save;
}

.\[wire\:model\.defer\] {
  wire: model.defer;
}

.\[wire\:model\] {
  wire: model;
}

.\[wire\:select\] {
  wire: select;
}

.page-footer{
}

.footer-cont-title {
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(247 148 29 / var(--tw-text-opacity));
}

.footer-cont-title-upper {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(247 148 29 / var(--tw-text-opacity));
}

.footer-cont-newsletter {
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-cont-newsletter-btn {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.price-summary .footer-cont-newsletter-btn.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.footer-cont-newsletter-btn.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.footer-cont-newsletter-btn.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.footer-cont-newsletter-btn.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.footer-cont-newsletter-btn.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.footer-cont-newsletter-btn.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.footer-cont-newsletter-btn.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .footer-cont-newsletter-btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

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

.footer-cont-newsletter-btn svg {
  display: inline-flex;
}

.footer-cont-newsletter-btn span {
  vertical-align: middle;
}

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

.hyva_checkout-index-index .footer-cont-newsletter-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 .footer-cont-newsletter-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}

.footer-cont-newsletter-btn {
  margin-left: auto;
  margin-right: auto;
  height: 2rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .footer-cont-newsletter-btn {
    margin-left: 0px;
  }
}

.footer-block h2,.footer-block h4 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(247 148 29 / var(--tw-text-opacity));
}

.footer-block ul {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-block ul li {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-block ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.social-icon-block li {
  display: inline-block;
}

.assurance-wrapper-block {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .assurance-wrapper-block {
    grid-column: span 3 / span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
  }
}

.flag-selection .flag-arrow,.flag-selection .flag-arrow-h {
  transition-duration: 300ms;
}

.flag-selection:hover .flag-arrow {
  --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));
}

.flag-selection .flag-arrow-h.down {
  --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));
}

.footer-content-wrapper {
  grid-column: span 1 / span 1;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

.footer-content-wrapper.onyx .row.full{
  width:100%;
}

@media (min-width: 640px) {
  .footer-content-wrapper {
    grid-column: span 1 / span 1;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .footer-content-wrapper {
    grid-column: span 2 / span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .footer-content-wrapper {
    grid-column: span 4 / span 4;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.main-footer > div {
  width: 100%;
}

.main-footer > div.onyx .row.full{
  width:100%;
}

.page-header {
}

.page-main {
}

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

.assurance-list {
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94 / var(--tw-bg-opacity));
}

.assurance-wrapper {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}

@media (min-width: 768px) {
  .assurance-wrapper {
    text-align: center;
  }
}

.assurance-wrapper div {
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.assurance-wrapper div > img{
  margin: 0 auto;
  height: 30px;
}

.text-ek-orange {
  color: #c2410c;
}

.text-ek-orange-light {
  color: #e2612c;
}

.bg-ek-orange{
  background-color: #c2410c !important;
}

.bg-ek-orange:hover{
  background-color: #e2612c !important;
}

.bg-ek-orange-light{
  background-color: #e2612c !important;
}

[type='radio'],[type='checkbox']{
  color: #e2612c;
}

[type='checkbox']:focus, [type='radio']:focus{
  --tw-ring-color: #e2612c !important;
}

.col-xs-12 h3, .col-xs-12 p, .filter-options-content li span {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

/** homepage */

.cms-home.cms-index-index.page-layout-1column .columns,
.catalog-product-view .columns {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

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

.catalog-product-view ul.tab {
  position: relative;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

.price-summary .catalog-product-view ul.tab.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.catalog-product-view ul.tab.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.catalog-product-view ul.tab.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.catalog-product-view ul.tab.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.catalog-product-view ul.tab.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.catalog-product-view ul.tab.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.catalog-product-view ul.tab.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

.ek-min-h-page {
  min-height: 600px;
}

/**/

.tab-bar {
  display: flex;
  justify-content: center;
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.price-summary .tab-bar.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.tab-bar.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.tab-bar.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.tab-bar.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.tab-bar.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.tab-bar.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.tab-bar.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/** product page */

.product.attribute.description > .value > .container {
  margin-top: 2rem;
}

.product.attribute.description div#prod-live-style img {
  width: 100%;
}

.product.attribute.description div#prod-live-style img.onyx .row.full{
  width:100%;
}

h1.text-ek-orange.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.text-ek-orange.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.text-ek-orange.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

th.col.label, td.col.data {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 320px) {
  th.col.label, td.col.data {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 414px) {
  th.col.label, td.col.data {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  th.col.label, td.col.data {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.col-xs-12 {
  margin-bottom: 2rem;
  text-align: center;
}

.col-xs-12 hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 50%;
}

.col-xs-12 img {
  margin-left: auto;
  margin-right: auto;
}

h1.page-title {
  text-transform: uppercase;
}

.col-xs-12 h1, .col-xs-12 h3, .additional-attributes-wrapper h3 {
  margin-top: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-transform: uppercase;
}

@media (min-width: 320px) {
  .col-xs-12 h1, .col-xs-12 h3, .additional-attributes-wrapper h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 375px) {
  .col-xs-12 h1, .col-xs-12 h3, .additional-attributes-wrapper h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 414px) {
  .col-xs-12 h1, .col-xs-12 h3, .additional-attributes-wrapper h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .col-xs-12 h1, .col-xs-12 h3, .additional-attributes-wrapper h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 320px) {
  .col-xs-12 p {
    padding: 2rem;
    padding-top: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .col-xs-12 p {
    padding: 1.5rem;
    padding-top: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 320px) {
  .col-xs-12.col-md-4 {
    float: none;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .col-xs-12.col-md-4 {
    float: left;
    width: 33.333333%;
    padding: 2rem;
  }
}

.col-xs-12.col-md-8 {
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  .col-xs-12.col-md-8 {
    width: 66.666667%;
  }
}

.row ,.additional-attributes-wrapper {
  clear: both;
  margin-bottom: 3rem;
}

/** where to buy*/

.container.block.wheretobuy {
  min-height: 20rem;
}

div#product-questions-container h2,div#wheretobuyList {
  margin-top: 3rem;
}

div#product-questions-container h2,div#wheretobuyList h2 {
  margin: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (min-width: 320px) {
  div#product-questions-container h2,div#wheretobuyList h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  div#product-questions-container h2,div#wheretobuyList h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/*button#retailer_finder{*/

/*    @apply  rounded-sm border border-gray-900 p-2 px-5 uppercase mx-auto hover:bg-gray-600 hover:text-white;*/

/*}*/

/** HOME PAGE benefit-block-wrapper */

section#benefit-block-wrapper {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.price-summary section#benefit-block-wrapper.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.price-summary section.flex.gap-4#benefit-block-wrapper .value {
  min-width: 4rem;
  text-align: right;
}

section.product-info#benefit-block-wrapper.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content asection#benefit-block-wrapper.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content asection#benefit-block-wrapper.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content asection#benefit-block-wrapper.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content asection#benefit-block-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content asection#benefit-block-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content asection.flex#benefit-block-wrapper.py-1:hover {
  width: 1.25rem;
}

.filter-options-content asection.flex#benefit-block-wrapper.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content asection.flex#benefit-block-wrapper.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content asection.flex#benefit-block-wrapper.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content asection.flex#benefit-block-wrapper.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 320px) {
  section#benefit-block-wrapper {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-top: 1.25rem;
  }
}

@media (min-width: 1024px) {
  section#benefit-block-wrapper {
    margin: -2rem;
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

#benefit-block-wrapper .unit {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  flex: 1 1 auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
}

#benefit-block-wrapper .unit.onyx .row.full{
  width:100%;
}

@media (min-width: 320px) {
  #benefit-block-wrapper .unit {
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
}

@media (min-width: 1024px) {
  #benefit-block-wrapper .unit {
    width: 33.333333%;
  }
}

@media (min-width: 320px) {
  #benefit-block-wrapper .unit:first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}

@media (min-width: 1024px) {
  #benefit-block-wrapper .unit:first-child {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-top-right-radius: 0px;
  }
}

@media (min-width: 320px) {
  #benefit-block-wrapper .unit:last-child {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}

@media (min-width: 1024px) {
  #benefit-block-wrapper .unit:last-child {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

#benefit-block-wrapper .unit .content {
  display: flex;
  width: 100%;
  align-items: center;
}

#benefit-block-wrapper .unit .content.onyx .row.full{
  width:100%;
}

.price-summary #benefit-block-wrapper .unit .content.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info#benefit-block-wrapper .unit .content.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a#benefit-block-wrapper .unit .content.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a#benefit-block-wrapper .unit .content.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a#benefit-block-wrapper .unit .content.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a#benefit-block-wrapper .unit .content.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a#benefit-block-wrapper .unit .content.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#benefit-block-wrapper .unit .content img {
  max-width: 60px;
}

#benefit-block-wrapper .unit .content label {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.375;
}

@media (min-width: 320px) {
  #benefit-block-wrapper .unit .content label {
    padding-left: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  #benefit-block-wrapper .unit .content label {
    padding-left: 1.25rem;
  }
}

/** Homepage customer review */

.customer-review-block {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 320px) {
  .customer-view-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .customer-view-block {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .customer-review-block .customer-view-block {
    display: flex;
  }
}

.col-md-3.customer-review-wrapper {
  display: flex;
  min-height: 250px;
  padding: 0.25rem;
}

.price-summary .col-md-3.customer-review-wrapper.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.col-md-3.customer-review-wrapper.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.col-md-3.customer-review-wrapper.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.col-md-3.customer-review-wrapper.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.col-md-3.customer-review-wrapper.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.col-md-3.customer-review-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.col-md-3.customer-review-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 640px) {
  .col-md-3.customer-review-wrapper {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md-3.customer-review-wrapper {
    width: 33.333333%;
  }
}

.col-md-3.customer-review-wrapper .customer-review {
  position: relative;
  display: block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-top: 2rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-line: none;
}

[data-content-type$='block'] .col-md-3.customer-review-wrapper .customer-review p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

.container.col-md-3.customer-review-wrapper .customer-review.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .col-md-3.customer-review-wrapper .customer-review.filter {
}

@media (min-width: 320px) {
  .col-md-3.customer-review-wrapper .customer-review {
    margin: 1rem;
  }
}

@media (min-width: 1024px) {
  .col-md-3.customer-review-wrapper .customer-review {
    margin: 0.5rem;
  }
}

.col-md-3.customer-review-wrapper .customer-review-content .signature {
  text-align: right;
}

div#customer-review-list .table-row svg.text-yellow-400.col-md-3.customer-review-wrapper .customer-review-content .signature a {
  width: 1.25rem;
}

.col-md-3.customer-review-wrapper .customer-review-content .signature a {
  color: #c2410c;
}

h1.col-md-3.customer-review-wrapper .customer-review-content .signature a.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.col-md-3.customer-review-wrapper .customer-review-content .signature a.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.col-md-3.customer-review-wrapper .customer-review-content .signature a.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.col-md-3.customer-review-wrapper em.fa.fa-quote-left {
  position: absolute;
  top: 1rem;
  left: 0.25rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

div#customer-review-list .table-row svg.text-yellow-400.col-md-3.customer-review-wrapper em.fa.fa-quote-left {
  width: 1.25rem;
}

.col-md-3.customer-review-wrapper em.fa.fa-quote-left {
  color: #c2410c;
}

h1.col-md-3.customer-review-wrapper em.fa.fa-quote-left.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.col-md-3.customer-review-wrapper em.fa.fa-quote-left.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.col-md-3.customer-review-wrapper em.fa.fa-quote-left.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.col-md-3.customer-review-wrapper .customer-review em.fa.fa-quote-left {
  position: absolute;
  left: 0.5rem;
  top: 1.5rem;
  font-family: "Helvetica Neue", Arial;
  font-size: 3.75rem;
  line-height: 1;
  line-height: 2.25rem;
}

div#customer-review-list .table-row svg.text-yellow-400.col-md-3.customer-review-wrapper .customer-review em.fa.fa-quote-left {
  width: 1.25rem;
}

.col-md-3.customer-review-wrapper .customer-review em.fa.fa-quote-left {
  color: #c2410c;
}

h1.col-md-3.customer-review-wrapper .customer-review em.fa.fa-quote-left.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.col-md-3.customer-review-wrapper .customer-review em.fa.fa-quote-left.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.col-md-3.customer-review-wrapper .customer-review em.fa.fa-quote-left.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

/** Categories block*/

.jumbotron-container {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: auto;
  padding: 0.375rem;
}

.maincategories {
  margin-left: auto;
  margin-right: auto;
  min-height: 320px;
  max-width: 1150px;
}

.maincategories .categories-img {
  position: relative;
}

.col-md-3.categories-big.float-right {
  float: left;
  overflow: hidden;
}

.cat-in .categories-big {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  overflow: hidden;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.cat-in .categories-big.onyx .row.full{
  width:100%;
}

@media (min-width: 320px) {
  .cat-in .categories-big {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .cat-in .categories-big {
    width: 33.333333%;
  }
}

.cat-in .maincategories-title, .home-container-static .maincategories-title {
  padding: 0.5rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
  text-transform: unset;
  /* Directly apply because `@apply` does not support this */
}

.cat-in .categories-img>.cc_banner .cate-img.shop_backpacks {
  background-position: -155px 0;
  /* Use direct styling since @apply cannot be used here */
}

.cat-in .categories-img>.cc_banner .cate-img.shop_wheeled {
  background-position: -90px 0;
  /* Use direct styling since @apply cannot be used here */
}

.cat-in .categories-img>.cc_banner .cate-img.shop_briefcases {
  background-position: -100px 0;
  /* Use direct styling since @apply cannot be used here */
}

.home-container-static .categories-img>.cc_banner .cate-img {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 2rem;
  margin-left: 0px;
}

.cat-in .categories-img>.cc_banner .cate-img {
  height: 292px;
  width: 375px;
  background-repeat: no-repeat;
}

.col-md-3.categories-big .cat-text {
  position: absolute;
  left: 0.25rem;
  top: 40%;
  z-index: 10;
  text-align: center;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cat-text.right-tx h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.right-tx {
  right: 0.25rem;
}

/** assurance block */

.assurance-list {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

@media (min-width: 320px) {
  .assurance-wrapper-block {
    max-width: 320px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 375px) {
  .assurance-wrapper-block {
    max-width: 375px;
  }
}

@media (min-width: 414px) {
  .assurance-wrapper-block {
    max-width: 414px;
  }
}

@media (min-width: 640px) {
  .assurance-wrapper-block {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .assurance-wrapper-block {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .assurance-wrapper-block {
    max-width: 1024px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .assurance-wrapper-block {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .assurance-wrapper-block {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {
  .assurance-wrapper-block {
    max-width: 1920px;
  }
}

.assurance-wrapper-block {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  text-align: center;
}

.info-description .assurance-wrapper-block {
  margin-top: 2rem;
}

@media (min-width: 1920px) {
  .assurance-wrapper-block {
    max-width: 1536px;
  }
}

.product.attribute.description > .value > .assurance-wrapper-block {
  margin-top: 2rem;
}

.assurance-wrapper-block.block.wheretobuy {
  min-height: 20rem;
}

@media (min-width: 320px) {
  .assurance-wrapper-block {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .assurance-wrapper-block {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

.assurance-desc div {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.assurance-desc div p:first-child {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 768px) {
  .assurance-desc div p:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.assurance-desc div p:last-child {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .assurance-desc div p:last-child {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

/** footer block */

input.footer-cont-newsletter {
  display: block;
  width: 80%;
  border-radius: 0.125rem;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

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

input.container.footer-cont-newsletter.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar input.footer-cont-newsletter.filter {
}

@media (min-width: 320px) {
  input.footer-cont-newsletter {
    margin: auto;
  }
}

@media (min-width: 768px) {
  input.footer-cont-newsletter {
    margin-left: 0px;
    margin-right: auto;
  }
}

input.footer-cont-newsletter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

input.footer-cont-newsletter:focus:focus {
  --tw-ring-color: transparent;
}

/** EKP118-ECO */

@media (min-width: 640px) {
  .col-xs-12.col-md-4.max-width,.col-xs-12.col-md-8.max-width {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-xs-12.col-md-4.max-width,.col-xs-12.col-md-8.max-width {
    width: 50%;
  }
}

.col-xs-12 p.live-style-text-studio {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

div#customer-review-list .table-row svg.col-xs-12 p.live-style-text-studio {
  width: 1.25rem;
}

@media (min-width: 320px) {
  .col-xs-12 p.live-style-text-studio {
    padding: 1.5rem;
  }
}

@media (min-width: 640px) {
  .col-xs-12 p.live-style-text-studio {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .col-xs-12 p.live-style-text-studio {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .col-xs-12 p.live-style-text-studio {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

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

  @media (min-width: 320px) {
    .row .row {
      max-width: 320px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

  @media (min-width: 375px) {
    .row .row {
      max-width: 375px;
    }
  }

  @media (min-width: 414px) {
    .row .row {
      max-width: 414px;
    }
  }

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

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

  @media (min-width: 1024px) {
    .row .row {
      max-width: 1024px;
      padding-right: 1.5rem;
      padding-left: 1.5rem;
    }
  }

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

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

  @media (min-width: 1920px) {
    .row .row {
      max-width: 1920px;
    }
  }
}

div#prod-live-style {
  position: relative;
}

.lifestyle-text-studio {
  position: absolute;
  font-weight: 700;
}

@media (min-width: 640px) {
  .lifestyle-text-studio {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lifestyle-text-studio {
    font-size: 3rem;
    line-height: 1;
    line-height: 4rem;
  }
}

.feature-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.price-summary .feature-wrapper.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.feature-wrapper.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.feature-wrapper.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.feature-wrapper.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.feature-wrapper.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.feature-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.feature-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.feature-wrapper-col {
  text-align: center;
}

@media (min-width: 768px) {
  .feature-wrapper-col {
    width: 33.333333%;
  }
}

.feature-wrapper-col .feature-pic {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 0px;
}

.col-xs-12 .feature2-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.price-summary .col-xs-12 .feature2-wrapper.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.col-xs-12 .feature2-wrapper.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.col-xs-12 .feature2-wrapper.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.col-xs-12 .feature2-wrapper.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.col-xs-12 .feature2-wrapper.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.col-xs-12 .feature2-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.col-xs-12 .feature2-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.col-xs-12 .feature2-wrapper-col {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.price-summary .col-xs-12 .feature2-wrapper-col.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.col-xs-12 .feature2-wrapper-col.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.col-xs-12 .feature2-wrapper-col.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.col-xs-12 .feature2-wrapper-col.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.col-xs-12 .feature2-wrapper-col.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.col-xs-12 .feature2-wrapper-col.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.col-xs-12 .feature2-wrapper-col.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 320px) {
  .col-xs-12 .feature2-wrapper-col {
    margin-right: 2rem;
    width: 100%;
  }
}

@media (min-width: 640px) {
  .col-xs-12 .feature2-wrapper-col {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .col-xs-12 .feature2-wrapper-col {
    margin-right: 0px;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-xs-12 .feature2-wrapper-col {
    width: 25%;
  }
}

.col-xs-12 .feature2-wrapper .feature2-pic {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 33.333333%;
}

.col-xs-12 .feature2-wrapper .feature2-pic img {
  float: right;
  margin-right: 1.25rem;
}

.col-md-3.categories-big.col-xs-12 .feature2-wrapper .feature2-pic img {
  float: left;
  overflow: hidden;
}

.col-xs-12 .feature2-wrapper .feature2-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 66.666667%;
}

@media (min-width: 320px) {
  .col-xs-12 .feature2-wrapper .feature2-text {
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .col-xs-12 .feature2-wrapper .feature2-text {
    text-align: center;
  }
}

/** where to buy */

.excl-content {
  text-align: center;
}

@media (min-width: 320px) {
  .excl-content {
    min-height: 2rem;
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .excl-content {
    min-height: 20rem;
    padding: 2rem;
  }
}

/** Q&A */

#product-questions-container .question .sample {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

#product-questions-container .answer .sample {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

#product-questions-container .question .sample, #product-questions-container .answer .sample {
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.justify-between#product-questions-container .question .sample:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.justify-between #product-questions-container .answer .sample:hover {
  width: 1.25rem;
}

.filter-options-content a.flex.justify-between#product-questions-container .question .sample:hover,.filter-options-content a.flex.justify-between #product-questions-container .answer .sample:hover {
  color: #c2410c;
}

h1.filter-options-content a.flex.justify-between#product-questions-container .question .sample:hover.title-font,h1.filter-options-content a.flex.justify-between #product-questions-container .answer .sample:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.flex.justify-between#product-questions-container .question .sample:hover.title-font,h1.filter-options-content a.flex.justify-between #product-questions-container .answer .sample:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.flex.justify-between#product-questions-container .question .sample:hover.title-font,h1.filter-options-content a.flex.justify-between #product-questions-container .answer .sample:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.product-question-container > div {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#product-questions-container .question {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

#product-questions-container .answer {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#product-questions-not-found .not-found {
  margin-right: 0.5rem;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@keyframes slide-in-left {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-left {
  animation: slide-in-left 0.2s;
}

/** stories .amblog-post-container **/

.amblog-index-index h1#prod-page-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

.amblog-post-container .amblog-content ul {
  list-style-position: inside;
  list-style-type: disc;
}

.amblog-post-container h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .amblog-post-container h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.amblog-post-container h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .amblog-post-container h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

[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 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}

.category-view .sidebar .block.filter {
}

/* customize */

.category-view .category-image {
  position: relative;
}

.category-view .category-image img {
  width: 100%;
}

.category-view .category-image img.onyx .row.full{
  width:100%;
}

.page-description-wrapper {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
}

.page-description-wrapper.onyx .row.full{
  width:100%;
}

@media (min-width: 320px) {
  .page-description-wrapper {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .page-description-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.page-description-wrapper h1 {
  font-weight: 300;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

@media (min-width: 320px) {
  .page-description-wrapper h1 {
    margin-bottom: 0px;
  }
}

.page-description-wrapper p span {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.product-info.flex.flex-col.grow {
  text-align: center;
}

.product-reviews-summary.short a.action.view {
  display: inline-block;
}

.rating-summary .rating-result>span:before, .rating-summary .rating-result:before {
  letter-spacing: 2px;
  line-height: 16px;
  display: block;
  font-weight: 400;
  font-style: normal;
}

.rating-summary .rating-result:before {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

div#customer-review-list .table-row svg.rating-summary .rating-result:before {
  width: 1.25rem;
}

div#customer-review-list .table-row svg.text-yellow-400.reviews-actions a.action.view,div#customer-review-list .table-row svg.text-yellow-400 .rating-summary .rating-result>span:before {
  width: 1.25rem;
}

.reviews-actions a.action.view, .rating-summary .rating-result>span:before {
  color: #c2410c;
}

h1.reviews-actions a.action.view.title-font,h1 .rating-summary .rating-result>span:before.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.reviews-actions a.action.view.title-font,h1 .rating-summary .rating-result>span:before.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.reviews-actions a.action.view.title-font,h1 .rating-summary .rating-result>span:before.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.flex.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.flex.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.flex.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.flex.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.rating-summary .rating-result {
  width: 88px;
  display: inline-block;
  margin-left: 0;
  position: relative;
}

.rating-summary .rating-result>span {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.rating-summary .rating-result>span span {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.account-nav ul li a, .account-nav ul li strong {
  display: flex;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.price-summary .account-nav ul li a.gap-4.justify-between .value,.price-summary  .account-nav ul li strong.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.price-summary .flex.gap-4.account-nav ul li a .value,.price-summary .flex.gap-4 .account-nav ul li strong .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.account-nav ul li a.flex-col.grow,.product-info .account-nav ul li strong.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.account-nav ul li a.justify-between.py-1:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a .account-nav ul li strong.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.account-nav ul li a.justify-between.py-1:hover,.filter-options-content a .account-nav ul li strong.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.account-nav ul li a.justify-between.py-1:hover.title-font,h1.filter-options-content a .account-nav ul li strong.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.account-nav ul li a.justify-between.py-1:hover.title-font,h1.filter-options-content a .account-nav ul li strong.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.account-nav ul li a.justify-between.py-1:hover.title-font,h1.filter-options-content a .account-nav ul li strong.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.account-nav ul li a.py-1:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex .account-nav ul li strong.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.flex.account-nav ul li a.py-1:hover,.filter-options-content a.flex .account-nav ul li strong.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.flex.account-nav ul li a.py-1:hover.title-font,h1.filter-options-content a.flex .account-nav ul li strong.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.flex.account-nav ul li a.py-1:hover.title-font,h1.filter-options-content a.flex .account-nav ul li strong.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.flex.account-nav ul li a.py-1:hover.title-font,h1.filter-options-content a.flex .account-nav ul li strong.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.justify-between.account-nav ul li a:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.justify-between .account-nav ul li strong:hover {
  width: 1.25rem;
}

.filter-options-content a.flex.justify-between.account-nav ul li a:hover,.filter-options-content a.flex.justify-between .account-nav ul li strong:hover {
  color: #c2410c;
}

h1.filter-options-content a.flex.justify-between.account-nav ul li a:hover.title-font,h1.filter-options-content a.flex.justify-between .account-nav ul li strong:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.flex.justify-between.account-nav ul li a:hover.title-font,h1.filter-options-content a.flex.justify-between .account-nav ul li strong:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.flex.justify-between.account-nav ul li a:hover.title-font,h1.filter-options-content a.flex.justify-between .account-nav ul li strong:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.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;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
  padding-top: 1rem;
}

.price-summary .flex.gap-4.actions-toolbar .value {
  min-width: 4rem;
  text-align: right;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex.actions-toolbar.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.flex.actions-toolbar.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.flex.actions-toolbar.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.flex.actions-toolbar.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.flex.actions-toolbar.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.actions-toolbar a.back {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

body > div > div.grecaptcha-badge {
  display: none;
}

.ek-rating-histogram body > div > div.grecaptcha-badge {
  display: none;
}

body > div > div.grecaptcha-badge {
  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;
}

.container.order-links.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar .order-links.filter {
}

.order-links {
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.order-links li {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
  white-space: nowrap;
}

.order-links li.current {
  flex-grow: 1;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

[data-content-type$='block'] form label p:last-child,[data-content-type$='block']  fieldset label p:last-child {
  margin-bottom: 1rem;
  margin-top: 0px;
}

form.container label.wheretobuy, fieldset.container label.wheretobuy {
  min-height: 20rem;
}

.category-view .sidebar form label.filter,.category-view .sidebar  fieldset label.filter {
}

form .field.choice, fieldset .field.choice {
  display: flex;
  align-items: center;
}

.price-summary form .field.choice.gap-4.justify-between .value,.price-summary  fieldset .field.choice.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

form.product-info .field.choice.flex-col.grow, fieldset.product-info .field.choice.flex-col.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content aform .field.choice.justify-between.py-1:hover,div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a fieldset .field.choice.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content aform .field.choice.justify-between.py-1:hover,.filter-options-content a fieldset .field.choice.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content aform .field.choice.justify-between.py-1:hover.title-font,h1.filter-options-content a fieldset .field.choice.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content aform .field.choice.justify-between.py-1:hover.title-font,h1.filter-options-content a fieldset .field.choice.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content aform .field.choice.justify-between.py-1:hover.title-font,h1.filter-options-content a fieldset .field.choice.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

form legend + br, fieldset legend + br {
  display: none;
}

.ek-rating-histogram form legend + br,.ek-rating-histogram  fieldset legend + br {
  display: none;
}

fieldset ~ fieldset {
  margin-top: 2rem;
}

/* For backwards compatibility */

.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}

.price-summary .flex-columns-wrapper.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info.flex-columns-wrapper.flex-col.grow {
  text-align: center;
}

.product-info.flex.flex-columns-wrapper.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a.flex-columns-wrapper.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a.flex-columns-wrapper.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a.flex-columns-wrapper.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a.flex-columns-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a.flex-columns-wrapper.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .flex-columns-wrapper {
    flex-direction: row;
  }
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.checkout-cart-index .page-wrapper .page-main{
  height: 35rem;
}

/*
.checkout-cart-index .page-wrapper{
    flex-direction: column;
    width: 100%;
    height: 100%;
}
*/

.page-wrapper {
  max-width: none;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main#maincontent {
  flex: 1;
  overflow: auto;
}

a.hyperlink-blue {
  --tw-text-opacity: 1;
  color: rgb(0 112 186 / var(--tw-text-opacity));
}

a.hyperlink-blue:hover {
  text-decoration-line: underline;
}

.text-ambar-policy-text a {
  color: var(--ambar-links-color);
}

.text-ambar-policy-text a:hover {
  opacity: 0.75;
  text-decoration: underline;
}

.ambar-sidebar-group-list .ambar-group-title {
  color: var(--ambar-sidebar-group-title-text);
}

.ambar-sidebar-group-list .ambar-group-description {
  color: var(--ambar-sidebar-group-description-text);
}

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

[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
  display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
  display: none;
}

[wire\:offline] {
  display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
  display: none;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  animation-duration: 50000s;
  animation-name: livewireautofill;
}

@keyframes livewireautofill {
  from {
  }
}

#livewire-error iframe {
  background-color: rgb(255 255 255) !important;
  border-radius: 0.375rem !important;
  padding: 0.75rem 1rem !important;
}

#hyva-checkout-main div.required > label > span {
  position: relative;
}

#hyva-checkout-main div.required > label > span:after {
  content: '*';
  position: absolute;
  right: -0.75rem;
  top: -0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity))
}

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

.price-summary #hyva-checkout-main.gap-4.justify-between .value {
  min-width: 4rem;
  text-align: right;
}

.product-info#hyva-checkout-main.flex-col.grow {
  text-align: center;
}

.product-info.flex#hyva-checkout-main.grow {
  text-align: center;
}

div#customer-review-list .table-row svg.text-yellow-400.filter-options-content a#hyva-checkout-main.justify-between.py-1:hover {
  width: 1.25rem;
}

.filter-options-content a#hyva-checkout-main.justify-between.py-1:hover {
  color: #c2410c;
}

h1.filter-options-content a#hyva-checkout-main.justify-between.py-1:hover.title-font {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 640px) {
  h1.filter-options-content a#hyva-checkout-main.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h1.filter-options-content a#hyva-checkout-main.justify-between.py-1:hover.title-font {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.before\:content-none::before {
  --tw-content: none;
  content: var(--tw-content);
}

.after\:text-red-500::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.after\:content-\[\'\*\'\]::after {
  --tw-content: '*';
  content: var(--tw-content);
}

.after\:content-none::after {
  --tw-content: none;
  content: var(--tw-content);
}

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

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

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

.last\:border-0:last-child {
  border-width: 0px;
}

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

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

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

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.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\:border-primary:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus-within\:opacity-100:focus-within {
  opacity: 1;
}

.focus-within\:ring-1:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-4:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.hover\:bg-\[\#272a35\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 53 / var(--tw-bg-opacity));
}

.hover\:bg-ambar-info-bar-button-hover:hover {
  background-color: var(--ambar-information-button-hover-color);
}

.hover\:bg-ambar-settings-bar-button-hover:hover {
  background-color: var(--ambar-setting-button-hover-color);
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / 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-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.hover\:text-ambar-info-bar-button-hover-text:hover {
  color: var(--ambar-information-button-hover-text);
}

.hover\:text-ambar-settings-bar-button-hover-text:hover {
  color: var(--ambar-setting-button-hover-text);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.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-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

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

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / 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\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  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);
}

.hover\:drop-shadow-md:hover {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:drop-shadow-sm:hover {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}

.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\:border-0:focus {
  border-width: 0px;
}

.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.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\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:drop-shadow-md:focus {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:drop-shadow-sm:focus {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}

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

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.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\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.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\:opacity-100 {
  opacity: 1;
}

.group:disabled .group-disabled\:invisible {
  visibility: hidden;
}

.group:disabled .group-disabled\:flex {
  display: flex;
}

@media (min-width: 320px) {
  .ss\:absolute {
    position: absolute;
  }

  .ss\:left-0 {
    left: 0px;
  }

  .ss\:float-right {
    float: right;
  }

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

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

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

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

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

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

  .ss\:mt-\[40\%\] {
    margin-top: 40%;
  }

  .ss\:block {
    display: block;
  }

  .ss\:inline-flex {
    display: inline-flex;
  }

  .ss\:hidden {
    display: none;
  }

  .ss\:h-5 {
    height: 1.25rem;
  }

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

  .ss\:w-5 {
    width: 1.25rem;
  }

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

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

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

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

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

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

  .ss\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .ss\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .ss\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 375px) {
  .xs\:-m-3 {
    margin: -0.75rem;
  }

  .xs\:mr-2 {
    margin-right: 0.5rem;
  }

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

  .xs\:block {
    display: block;
  }

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

  .xs\:h-6 {
    height: 1.5rem;
  }

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

  .xs\:w-6 {
    width: 1.5rem;
  }

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

  .xs\:max-w-\[440px\] {
    max-width: 440px;
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

  .xs\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 640px) {
  .sm\:invisible {
    visibility: hidden;
  }

  .sm\:relative {
    position: relative;
  }

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

  .sm\:left-\[-60px\] {
    left: -60px;
  }

  .sm\:top-\[-1560px\] {
    top: -1560px;
  }

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

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

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

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

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

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

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

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

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

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

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

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

  .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-row-reverse {
    flex-direction: row-reverse;
  }

  .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-2 {
    gap: 0.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

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

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

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

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

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-20 {
    padding-left: 5rem;
  }

  .sm\:pr-20 {
    padding-right: 5rem;
  }

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

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

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }
}

@media (min-width: 768px) {
  .md\:left-\[-100px\] {
    left: -100px;
  }

  .md\:left-\[-390px\] {
    left: -390px;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

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

  .md\:order-3 {
    order: 3;
  }

  .md\:order-none {
    order: 0;
  }

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

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

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

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

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

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

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

  .md\:float-none {
    float: none;
  }

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

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

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

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

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

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

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

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

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

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:table-header-group {
    display: table-header-group;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-108 {
    height: 34rem;
  }

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

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

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

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

  .md\:h-screen {
    height: 100vh;
  }

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

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .md\:w-3\/4 {
    width: 75%;
  }

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

  .md\:w-\[50vw\] {
    width: 50vw;
  }

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

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

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

  .md\:max-w-\[30\%\] {
    max-width: 30%;
  }

  .md\:max-w-\[60vw\] {
    max-width: 60vw;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

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

  .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-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

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

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

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

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

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

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

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

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:justify-self-end {
    justify-self: end;
  }

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

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

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

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

  .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-2 {
    padding: 0.5rem;
  }

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

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

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

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:pl-16 {
    padding-left: 4rem;
  }

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

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

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:leading-9 {
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-\[-1000px\] {
    top: -1000px;
  }

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

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

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

  .lg\:float-right {
    float: right;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-96 {
    height: 24rem;
  }

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

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

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

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

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

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:left-\[-150px\] {
    left: -150px;
  }

  .xl\:left-\[-560px\] {
    left: -560px;
  }

  .xl\:top-\[-760px\] {
    top: -760px;
  }

  .xl\:top-\[30px\] {
    top: 30px;
  }

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

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

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

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:grid {
    display: grid;
  }

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

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

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

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

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

  .xl\:grow {
    flex-grow: 1;
  }

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

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

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

  .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-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

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

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-96 {
    margin-top: 24rem;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:max-w-\[1536px\] {
    max-width: 1536px;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }

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

  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1920px) {
  .\33xl\:order-1 {
    order: 1;
  }

  .\33xl\:mt-96 {
    margin-top: 24rem;
  }

  .\33xl\:pl-32 {
    padding-left: 8rem;
  }
}
